]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
* configure.ac: Simplify gnutls tests.
[gnu-emacs] / lisp / gnus / ChangeLog
1 2014-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus-art.el (gnus-use-idna):
4 * gnus-sum.el (gnus-summary-idna-message):
5 * message.el (message-use-idna):
6 Protect against nil value for idna-program.
7
8 * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
9
10 2014-11-25 Glenn Morris <rgm@gnu.org>
11
12 * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
13 Add :version tag.
14
15 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16
17 * pop3.el (pop3-open-server): Warn unless encrypted.
18
19 * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
20
21 2014-11-17 Albert Krewinkel <albert@zeitkraut.de>
22
23 * message.el (message-valid-fqdn-regexp): Add non-internaional new
24 TLDs.
25
26 2014-11-16 Adam Sjøgren <asjo@koldfront.dk>
27
28 * mml2015.el (mml2015-display-key-image): New variable.
29
30 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
31
32 * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
33 discarding changes in ephemeral groups.
34
35 * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
36 things the user isn't interested in.
37
38 2014-11-13 Julien Danjou <jd@abydos>
39
40 * gnus-notifications.el (gnus-notifications-notify): Provide both
41 app-icon and image-path.
42
43 2014-11-10 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
44
45 * gnus/mm-url.el (mm-url-encode-multipart-form-data):
46 Restore to handle "multipart/form-data" by eww.
47
48 2014-11-07 Tassilo Horn <tsdh@gnu.org>
49
50 * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
51 Landscheidt.
52
53 2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
54
55 Simplify use of current-time and friends.
56 * gnus-delay.el (gnus-delay-article):
57 * gnus-sum.el (gnus-summary-read-document):
58 * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
59 * message.el (message-make-expires-date):
60 Omit unnecessary call to current-time.
61 * gnus-util.el (gnus-float-time): Simplify to an alias because
62 time-to-seconds now behaves like float-time with respect to nil arg.
63 (gnus-seconds-year): Don't call current-time twice to get the current
64 time stamp, as this can lead to inconsistent results.
65
66 2014-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
67
68 * gnus.el (gnus-mode-line-buffer-identification):
69 Don't add image data for a non-graphic display (bug#18813).
70
71 2014-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
72
73 * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
74 load-path, it blocks autoloading of find-image (bug#18813).
75
76 2014-10-24 enami tsugutomo <tsugutomo.enami@jp.sony.com>
77
78 * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
79 to keep connection open (bug#18728).
80
81 2014-10-20 Glenn Morris <rgm@gnu.org>
82
83 * Merge in all changes up to 24.4 release.
84
85 2014-10-15 Jorge A. Alfaro-Murillo <jorge.alfaro-murillo@yale.edu> (tiny change)
86
87 * message.el (message-insert-signature): Use `newline' instead of
88 inserting explicit "\n".
89
90 2014-10-15 Sylvain Chouleur <sylvain.chouleur@gmail.com>
91
92 * gnus-icalendar.el: Support vcal format timezones.
93 (gnus-icalendar-event--decode-datefield): Use icalendar functions to
94 compute dates with associated timezone.
95 (gnus-icalendar-event-from-ical): Compute all timezones.
96
97 2014-10-14 Teodor Zlatanov <tzz@lifelogs.com>
98
99 * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
100 check the newsrc.eld file's timestamp before saving it.
101 (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
102 timestamp has changed to be newer.
103
104 2014-10-06 Jan Tatarik <jan.tatarik@gmail.com>
105
106 * gnus-icalendar.el (gnus-icalendar-identities):
107 Include message-alternative-emails.
108
109 2014-10-04 Alan Schmitt <alan.schmitt@polytechnique.org> (tiny change)
110
111 * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
112 expired messages only when it was built in reverse order.
113
114 2014-10-04 Peter Münster <pmlists@free.fr> (tiny change)
115
116 * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
117 last so it can be used in `message-send-hook'.
118
119 2014-10-02 Daiki Ueno <ueno@gnu.org>
120
121 * mml.el (mml-parse-1): Error out if unknown mode is specified in
122 <#secure> tag (bug#18513).
123
124 2014-09-29 Daiki Ueno <ueno@gnu.org>
125
126 * mml.el (mml-parse-1): Error out if unknown mode is specified in
127 <#secure> tag (bug#18513).
128
129 2014-09-11 Paul Eggert <eggert@cs.ucla.edu>
130
131 * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
132 of ":delete".
133
134 2014-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
135
136 * gnus-art.el (gnus-article-browse-html-save-cid-content)
137 (gnus-article-browse-html-parts):
138 Revert last change that breaks links other than cid contents.
139
140 2014-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
141
142 * gnus-art.el (gnus-article-browse-html-save-cid-content)
143 (gnus-article-browse-html-parts): Make cid file names relative.
144
145 2014-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
146
147 * mm-view.el (mm-display-inline-fontify): Make the working buffer
148 temporarily displayed when running a mode function (at least org-mode
149 requires it).
150
151 2014-08-14 Alan Schmitt <alan.schmitt@polytechnique.org>
152
153 * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
154 the gnus-summary-article-expire-hook should be told where the function
155 is going. In particular, the Gnus registry might want to know.
156
157 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
160
161 2014-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
162
163 * gnus-sum.el (gnus-summary-expire-articles): Revert.
164
165 2014-08-05 Eric Abrahamsen <eric@ericabrahamsen.net>
166
167 * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
168 the gnus-summary-article-expire-hook should be told where the function
169 is going. In particular, the Gnus registry might want to know.
170
171 2014-07-31 Tassilo Horn <tsdh@gnu.org>
172
173 * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
174 groups and t.
175
176 2014-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
177
178 * gnus-utils.el (gnus-recursive-directory-files):
179 Unify hard or symbolic links (bug#18063).
180
181 2013-07-17 Albert Krewinkel <albert@zeitkraut.de>
182
183 * gnus-msg.el (gnus-configure-posting-style):
184 Allow string replacements in values when matching against a header.
185
186 2014-07-07 Katsumi Yamaoka <yamaoka@jpl.org>
187
188 * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
189 the dribble buffer even when it is shrunk a lot.
190 <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
191
192 2014-06-26 Glenn Morris <rgm@gnu.org>
193
194 * mm-util.el (help-function-arglist): Remove outdated declaration.
195
196 2014-06-24 Andreas Schwab <schwab@linux-m68k.org>
197
198 * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
199 attribute values. (Bug#17834)
200
201 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
202
203 * gnus-sum.el (gnus-summary-edit-article-done):
204 Prefer point-marker to copy-marker of point.
205
206 2014-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
207
208 * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
209 (gnus-article-read-summary-keys):
210 Don't bug out when there is no article in the summary buffer.
211 (gnus-mime-buttonize-attachments-in-header):
212 Improve criterion that finds parts to display.
213
214 * gnus-art.el (gnus-mm-display-part):
215 * mm-decode.el (mm-shr):
216 * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
217 (mm-insert-inline): Revert last changes.
218
219 2014-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
220
221 * gnus-art.el (gnus-mm-display-part):
222 * mm-decode.el (mm-shr):
223 * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
224 (mm-insert-inline): Set insertion type of end-marker, not only
225 start-marker, of undisplayer so as to stay after inserted text.
226
227 2014-06-02 Andreas Schwab <schwab@linux-m68k.org>
228
229 * html2text.el (html2text-get-attr): Fix typo when splitting value from
230 attribute. (Bug#17613)
231
232 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
233
234 * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
235 * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
236
237 2014-05-15 Katsumi Yamaoka <yamaoka@jpl.org>
238
239 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
240 Don't delete next part button; keep spacing between buttons.
241
242 2014-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
243
244 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
245 Work for the last MIME part in an article.
246 (gnus-mime-display-single): Suppress excessive newlines between parts.
247
248 * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
249 by leading or trailing newline.
250
251 2014-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
252
253 * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
254 while prompting a user for a file name, etc.
255 (gnus-mime-display-single): Display part with a common appearance no
256 matter whether MIME button is omitted or not; don't add duplicate entry
257 to gnus-article-mime-handle-alist.
258 (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
259
260 2014-05-08 Adam Sjøgren <asjo@koldfront.dk>
261
262 * mml2015.el (mml2015-display-key-image): New variable.
263
264 2014-05-08 Glenn Morris <rgm@gnu.org>
265
266 * gnus-fun.el (gnus-grab-cam-face):
267 Do not use predictable temp-file name. (http://bugs.debian.org/747100)
268 This is CVE-2014-3421.
269
270 2014-05-04 Glenn Morris <rgm@gnu.org>
271
272 * gnus-registry.el (gnus-registry-install-p): Doc fix.
273
274 2014-05-02 Katsumi Yamaoka <yamaoka@jpl.org>
275
276 * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
277 the displaying state of a part.
278 (gnus-mm-display-part): Don't insert a newline in the beginning of
279 a part like gnus-mime-inline-part doesn't; work for XEmacs.
280
281 * mm-decode.el (mm-display-part): Don't insert a newline in the top.
282 (mm-shr): Make undisplayer unbreakable.
283
284 * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
285 Don't insert excessive newline.
286 (mm-inline-text-html-render-with-w3m, mm-inline-text)
287 (mm-insert-inline): Make undisplayer unbreakable.
288
289 2014-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
290
291 * gnus-art.el (gnus-mm-display-part):
292 Highlight header attachment buttons.
293
294 2014-04-30 Katsumi Yamaoka <yamaoka@jpl.org>
295
296 * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
297 a part; redisplay a button (enbugged in 2014-03-23).
298
299 2014-04-27 Teodor Zlatanov <tzz@lifelogs.com>
300
301 * auth-source.el (auth-source-search, auth-source-search-backends):
302 Treat :max 0 as an indicator that a boolean return is wanted, as
303 documented. Reported by Joe Bloggs.
304
305 2014-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
306
307 * gnus-icalendar.el: Require gnus-art.
308
309 2014-04-20 Jan Tatarik <jan.tatarik@gmail.com>
310
311 * gnus-icalendar.el (gnus-icalendar-event->org-entry)
312 (gnus-icalendar--update-org-event): put event timestamp in
313 the org entry body instead of the drawer.
314 (gnus-icalendar-event--get-attendee-names): list of participants should
315 contain even attendees without common name attribute.
316 (gnus-icalendar--update-org-event): don't generate duplicates of empty
317 property tags in org drawers.
318
319 2014-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
320
321 * gmm-utils.el (gmm-format-time-string): New function.
322
323 * message.el (message-insert-formatted-citation-line): Use the original
324 author's time zone to express a date string.
325
326 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
327
328 * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
329 (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
330 (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
331 Silence compiler warnings.
332 (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
333
334 2014-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
335
336 * mml.el: Require url when compiling.
337
338 * gnus-cloud.el (gnus-cloud-parse-version-1):
339 Use plist-get rather than CL's getf.
340 (gnus-activate-group, gnus-subscribe-group): Declare.
341
342 * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
343
344 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
345
346 * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
347 buttons when toggling the header off.
348
349 2014-03-23 Daiki Ueno <ueno@gnu.org>
350
351 * mml2015.el (mml2015-use): Don't check the availability of GnuPG
352 commands here; instead, only check if epg-config.el is available.
353
354 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
355
356 * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
357 messages with embedded images.
358 (mml-generate-mime): Don't bug out if you don't have libxml.
359
360 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
361
362 * message.el (message-make-html-message-with-image-files): New command.
363
364 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
365
366 * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
367
368 2014-03-23 David Engster <deng@randomsample.de>
369
370 * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
371 to stay compatible with older Emacsen, so replace `cl-loop' with
372 `loop'.
373
374 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
375
376 * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
377 Display header attachment buttons by gnus-article-prepare-display
378 rather than gnus-article-prepare so as to view in mml-preview as well.
379
380 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
381
382 * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
383 (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
384
385 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
386
387 * gnus-art.el (gnus-mime-buttonize-attachments-in-header):
388 Display buttons that are hidden in unselected alternative part as well.
389 (gnus-mime-display-alternative): Redraw attachment buttons in header.
390
391 * gmm-utils.el (gmm-labels): Add edebug spec.
392
393 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
394
395 * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
396 keystroke.
397 (gnus-server-toggle-cloud-server): Only allow clouding applicable
398 types.
399
400 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
401
402 * gnus.el (gnus-copy-overlay, gnus-overlays-at): New functions.
403
404 * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
405 New user option.
406 (gnus-mime-buttonize-attachments-in-header): New function.
407 (gnus-article-prepare): Use it.
408 (gnus-mime-inline-part): Suppress extra newline.
409 (gnus-mm-display-part): Save excursion;
410 remove useless deleting and adding of buttons.
411 (gnus-insert-mime-button): Allow insertion in the middle of a line.
412
413 * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
414 Add gnus-mime-buttonize-attachments-in-header.
415
416 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
417
418 * nnimap.el (nnimap-request-articles): New command to download several
419 articles at once.
420
421 * gnus.el (gnus-variable-list): Save Cloud variables.
422
423 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
424
425 * gnus-cloud.el: New file to provide the Emacs Cloud.
426
427 * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
428 `url-retrieve-synchronously', apparently.
429
430 * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
431 XEmacs.
432
433 * nnrss.el (libxml-parse-html-region): Silence compilation error.
434
435 2014-03-23 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
436
437 * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
438 `gnus-group-split-fancy'.
439
440 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
441
442 * message.el (message-remove-header): Doc fix.
443 (message-forward-included-headers): New variable.
444 (message-remove-ignored-headers): Use it.
445
446 2014-03-23 Dave Abrahams <dave@boostpro.com>
447
448 * gnus-sum.el (gnus-summary-open-group-with-article): New command.
449
450 2014-03-23 Rasmus Pank Roulund <emacs@pank.eu>
451
452 * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
453 from random face commands.
454 (gnus-face-directory): Like `gnus-x-face-directory` for png files and
455 Face.
456 (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
457 (gnus--random-face-with-type): Generic function returning a face-type
458 as a string.
459 (gnus--insert-random-face-with-type): Generic function inserting a face
460 in a message buffer header.
461 (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
462 (gnus-insert-random-x-face-header): Rewritten to use
463 `gnus--insert-random-face-with-type`.
464 (gnus-random-face): Return random (png) Face as string.
465 (nus-insert-random-face-header): Insert random (png) Face in a message
466 buffer.
467
468 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
469
470 * mm-url.el: Remove all usage of w3.
471
472 * nnrss.el: Ditto.
473
474 * mm-decode.el: Ditto.
475
476 * mm-view.el: Ditto.
477
478 * gnus-setup.el: Remove outdated file.
479
480 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
481
482 * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
483 groups work again.
484
485 2014-03-07 George McNinch <gmcninch@gmail.com> (tiny change)
486
487 * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
488 999 correctly (i.e. "1,342").
489
490 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
491
492 * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
493 out if the directory doesn't exist.
494
495 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
496
497 * gnus-group.el (gnus-group-make-group): Clarify prompt.
498
499 2014-02-22 Daniel Colascione <dancol@dancol.org>
500
501 * auth-source.el (auth-source-secrets-listify-pattern): New function.
502 (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
503 instead, build list of patterns.
504
505 2014-02-13 Teodor Zlatanov <tzz@lifelogs.com>
506
507 * auth-source.el (auth-sources): Add pointer to what the .gpg extension
508 in `auth-sources' means and link to EPA docs.
509
510 2014-02-12 Lars Ingebrigtsen <larsi@gnus.org>
511
512 * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
513 (bug#12375).
514
515 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
516
517 * message.el (message-tab): Mention what happens on normal tabs
518 (bug#11297).
519
520 2014-02-08 Glenn Morris <rgm@gnu.org>
521
522 * auth-source.el (auth-sources): Doc fix. (Bug#16642)
523
524 2014-02-07 Lars Ingebrigtsen <larsi@gnus.org>
525
526 * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
527 with an empty string.
528
529 2014-02-06 Lars Ingebrigtsen <larsi@gnus.org>
530
531 * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
532 buffer-local in some buffers, so bind it explicitly in the buffer we're
533 trying to cancel the article in (bug#10808).
534
535 2014-02-05 Lars Ingebrigtsen <larsi@gnus.org>
536
537 * gnus-int.el (gnus-request-accept-article): Doc fix.
538
539 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
540
541 * nnir.el (nnir-request-update-mark): Don't try to update the source
542 group if we can't find it (bug#16611).
543
544 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
545
546 * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
547
548 2014-01-31 Dave Abrahams <dave@boostpro.com>
549
550 * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
551 in the summary buffer (bug#13769).
552
553 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
554
555 * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
556 name if we're using a single article buffer. Otherwise, it may point
557 to a killed buffer (bug#13756).
558
559 2014-01-30 Lars Ingebrigtsen <larsi@gnus.org>
560
561 * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
562 the match data, just save and restore it explictly (bug#12375).
563
564 * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
565 that's needed.
566
567 * spam.el (spam-initialize): Allow calling repeatedly, but only run the
568 the code once (bug#9069).
569
570 2014-01-18 Steinar Bang <sb@dod.no>
571
572 * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
573 reading.
574
575 2014-01-09 Ken Olum <kdo@cosmos.phy.tufts.edu>
576
577 * message.el (message-bury): Call bury-buffer with no argument
578 in the message-return-action case too.
579
580 2014-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
581
582 * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
583 (nnimap-split-fancy, nnimap-split-methods): Declare.
584
585 * mm-util.el (help-function-arglist): Declare.
586
587 2013-12-28 Glenn Morris <rgm@gnu.org>
588
589 * gnus-sieve.el (gnus-sieve-select-method):
590 * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
591 (gravatar-rating, gravatar-size):
592 * message.el (message-minibuffer-local-map):
593 * sieve-manage.el (sieve-manage-authenticators)
594 (sieve-manage-authenticator-alist): Specify custom types.
595
596 * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
597 * gnus-sum.el (gnus-subthread-sort-functions): Add version.
598 * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
599
600 * auth-source.el (auth-sources):
601 * nnmairix.el (nnmairix-propagate-marks-upon-close):
602 Fix custom types.
603
604 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
605
606 * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
607 we get proper traces there, too.
608
609 2013-12-26 Sean Connor <sconnor005@allyinics.org> (tiny change)
610
611 * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
612 value of the parameters if the current article has a Reply-To or From
613 field.
614
615 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
616
617 * gnus.el (gnus-group-buffer): Remove duplicate definition.
618
619 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
620
621 * gnus-sum.el (gnus-summary-exit): Stop animations.
622
623 2013-12-19 Juri Linkov <juri@jurta.org>
624
625 * gnus.el (gnus-suppress-keymap):
626 * gnus-art.el (gnus-article-mode-map):
627 * gnus-group.el (gnus-group-mode-map):
628 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
629 Remove [backspace] key binding because it shadows DEL (bug#16035).
630
631 * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
632
633 2013-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
634
635 * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
636 Make sure work directory exists.
637 (gnus-uu-digest-mail-forward): Store temporary files in work directory
638 rather than tmp directory.
639 (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
640 not necessarily always run, with it.
641
642 2013-12-18 Jan Tatarik <jan.tatarik@gmail.com>
643
644 * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
645 value of gnus-icalendar-additional-identities work without restart.
646
647 2013-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
648
649 * mm-util.el (mm-make-temp-file):
650 Alias to make-temp-file for modern Emacsen.
651
652 2013-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
653
654 * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
655 nnir-article-number and nnir-article-group.
656
657 2013-12-03 Vitalie Spinu <spinuvit@gmail.com>
658
659 * message.el (message-send-mail-with-sendmail):
660 Don't kill error buffer if sending fails.
661
662 2013-11-28 Jan Tatarik <jan.tatarik@gmail.com>
663
664 * gnus-icalendar.el (gnus-icalendar-event-from-ical)
665 (gnus-icalendar-event->org-entry)
666 (gnus-icalendar--update-org-event)
667 (gnus-icalendar-event->gnus-calendar): Distinguish between
668 required/optional/non-participant attendee status. Fix bug causing
669 the first required event participant to be omitted.
670
671 2013-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
672
673 * gnus-art.el (article-de-quoted-unreadable)
674 (article-de-base64-unreadable, gnus-mime-copy-part)
675 * gnus-html.el (gnus-article-html)
676 * mm-view.el (mm-inline-text-html-render-with-w3)
677 (mm-inline-text-html-render-with-w3m-standalone)
678 * rfc2231.el (rfc2231-decode-encoded-string):
679 Allow overriding charset by mm-charset-override-alist.
680
681 * gnus-art.el (gnus-article-browse-html-parts):
682 Replace LWSPs with `&nbsp;'s in header.
683
684 Work for broken Chinese articles.
685
686 * gnus-art.el (gnus-article-browse-html-save-cid-content):
687 Exclude broken handles that gnus-summary-enter-digest-group may create.
688 (gnus-article-browse-html-parts):
689 Allow overriding charset by mm-charset-override-alist.
690
691 2013-11-21 Jan Tatarik <jan.tatarik@gmail.com>
692
693 * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
694 (gnus-icalendar-identities): Support additional-identities.
695
696 * gnus-icalendar.el (gnus-icalendar-event:org-timestamp):
697 Fix org-timestamp for events ending at midnight.
698
699 2013-11-21 Ivan Shmakov <ivan@siamics.net>
700
701 * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p):
702 Support debbugs .log files.
703
704 2013-11-20 Dave Goldberg <david.goldberg6@verizon.net>
705
706 * message.el (message-beginning-of-line):
707 Use beginning-of-visual-line when visual-line-mode is turned on.
708
709 2013-11-15 Jan Tatarik <jan.tatarik@gmail.com>
710
711 * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
712 (gnus-icalendar-event-from-ical)
713 (gnus-icalendar-event->org-entry)
714 (gnus-icalendar--update-org-event): Required/optional participation,
715 list of attendees synced to org.
716
717 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
718
719 * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
720 (gnus-icalendar-event:inline-org-buttons): Allow for appointment
721 cancellations to be synced to org if the original appt has an org
722 outline.
723
724 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
725
726 * gnus-icalendar.el (gnus-icalendar--format-summary-line)
727 (gnus-icalendar-event->org-entry)
728 (gnus-icalendar--update-org-event)
729 (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
730
731 2013-11-12 Jan Tatarik <jan.tatarik@gmail.com>
732
733 * gnus-icalendar.el (gnus-icalendar-event-from-ical):
734 Fix timezone handling in gnus-icalendar export to org.
735
736 2013-11-05 Katsumi Yamaoka <yamaoka@jpl.org>
737
738 * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
739
740 2013-10-30 Glenn Morris <rgm@gnu.org>
741
742 * gnus-group.el (gnus-group-browse-foreign-server):
743 * gnus-int.el (gnus-start-news-server):
744 Silence compiler obsolescence warning.
745
746 2013-10-29 Teodor Zlatanov <tzz@lifelogs.com>
747
748 * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
749 `nnoo-current-server' first, then for the actual `nnimap-address' to
750 allow netrc entries for the nnoo server to coexist with netrc entries
751 for the `nnimap-address'.
752
753 2013-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
754
755 * mm-decode.el (mm-dissect-buffer): Revert last change.
756 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
757 The problem that motivated those changes was attributed to a broken
758 mail sender, and has been fixed.
759
760 2013-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
761
762 * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
763 token is missing in the Content-Type header.
764
765 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
766
767 2013-09-18 Glenn Morris <rgm@gnu.org>
768
769 * gnus-util.el (image-size): Declare.
770
771 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
772
773 * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
774 (gnus-icalendar-event-from-ical)
775 (gnus-icalendar-event--build-reply-event-body)
776 (gnus-icalendar-event-reply-from-buffer)
777 (gnus-icalendar-find-org-event-file)
778 (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
779 (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
780
781 * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
782
783 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
784
785 * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
786 Use save-current-buffer.
787 (gnus-tree-mode-map): Initialize in the declaration.
788 (gnus-pick-mouse-pick-region): Remove unused var `fun'.
789 (scroll-in-place): Defvar it.
790 (gnus-tmp-*): Defvar them.
791 (gnus-get-tree-buffer): Use derived-mode-p.
792 (gnus--let-eval): New macro.
793 (gnus-tree-highlight-node): Use it to avoid dynamic binding of
794 non-prefixed variables.
795 (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
796
797 * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
798 vars since it doesn't seem to be available.
799 (gnus-set-global-variables, gnus-summary-read-group-1)
800 (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
801 (gnus-summary-display-article, gnus-summary-select-article)
802 (gnus-summary-next-article, gnus-offer-save-summaries)
803 (gnus-summary-generic-mark): Use derived-mode-p.
804 (gnus-summary-read-group-1, gnus-summary-exit)
805 (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
806 Adjust calls to gnus-tree-close and gnus-tree-open.
807
808 * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
809
810 * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
811 (gnus-agent-mode): Use derived-mode-p.
812 (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
813 gnus-command-method and *-command-method to nil, but bind
814 gnus-command-method to *-command-method instead!
815 (gnus-agent-fetch-articles): Remove unused var `id'.
816 (gnus-agent-fetch-headers): Remove unused arg `force'.
817 (gnus-agent-braid-nov): Remove unused arg `group'. Adjust callers.
818 (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
819 (gnus-agent-short-article, gnus-agent-long-article)
820 (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
821 first use.
822 (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
823 `score-param'.
824 (gnus-tmp-name, gnus-tmp-groups): Defvar them.
825 (gnus-get-predicate): Push in front of the cache, rather than end.
826 (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
827 (gnus-agent-expire-group-1): Use push. Don't abuse dyn-binding.
828 (gnus-agent-expire-unagentized-dirs): Don't rebind
829 gnus-agent-expire-current-dirs since the defvar silences the warning.
830 (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
831 (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
832 (gnus-agent-regenerate): Simplify interactive spec and doc.
833
834 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
835
836 * gnus-int.el (gnus-open-server): Silence compiler.
837
838 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
839
840 * message.el (message-display-completion-list): Abolish.
841 (message-completion-in-region): Use display-completion-list.
842
843 2013-09-17 Glenn Morris <rgm@gnu.org>
844
845 * gnus-util.el (gnus-message-with-timestamp-1):
846 Use `messages-buffer' function if available. Ignore read-only.
847
848 2013-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
849
850 * message.el (message-expand-group, message-completion-in-region):
851 Correct the order of start and end of a region.
852
853 2013-09-13 Glenn Morris <rgm@gnu.org>
854
855 * mml2015.el (gnus-create-image): Autoload it.
856
857 * gnus-spec.el (gnus-xmas-format): Fix weird error call.
858
859 * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
860 (image-size): Declare.
861
862 2013-09-12 Glenn Morris <rgm@gnu.org>
863
864 * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
865 Avoid using `find', which i) might not be defined at runtime;
866 ii) does not work, since its default test is eql, not equal.
867 (gnus-mime-action-alist): Declare.
868
869 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
870
871 * score-mode.el (gnus-score-mode-map): Move initialization
872 into declaration.
873 (gnus-score-mode): Use define-derived-mode.
874 * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
875 * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
876 into declaration.
877 (gnus-kill-file-mode): Use define-derived-mode.
878 (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
879 Use derived-mode-p.
880 * gnus-group.el (gnus-group-mode): Use define-derived-mode.
881 (gnus-group-setup-buffer, gnus-group-name-at-point)
882 (gnus-group-make-web-group, gnus-group-enter-directory)
883 (gnus-group-suspend): Use derived-mode-p.
884 * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
885 * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
886 * gnus-art.el (gnus-article-mode): Use define-derived-mode.
887 (gnus-article-setup-buffer, gnus-article-prepare)
888 (gnus-article-prepare-display, gnus-sticky-article)
889 (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
890 (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
891 (gnus-article-read-summary-keys): Use derived-mode-p.
892
893 2013-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
894
895 * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
896
897 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
898
899 * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
900 shift_jis from the default value set for Japanese users.
901
902 2013-08-13 Glenn Morris <rgm@gnu.org>
903
904 * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
905
906 * gnus.el (gnus-valid-select-methods): Fix type.
907
908 * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
909
910 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
911
912 * mm-decode.el (mm-display-external): Run a timer for the temp files
913 deletion after a viewer exits; add a deletion timer for the needsterm
914 case, too.
915
916 * mm-decode.el (mm-display-external): Try to delete temporary files by
917 using a 1-min. timer.
918
919 2013-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
920
921 * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
922 New internal variables.
923 (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
924 (mm-display-external): Use it to delete temporary files instead of
925 using timers.
926
927 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
928
929 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
930 with cond for backwards compatability.
931
932 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
933
934 * mm-decode.el (mm-display-external): Bind process-connection-type to
935 nil; don't delete a temp file immediately even if a viewer finishes,
936 since it may be a shell script, like xdg-open, that launches a real
937 viewer program belatedly.
938
939 2013-08-05 Dave Abrahams <dave@boostpro.com>
940
941 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
942 that we can create nndoc groups that excerpt other groups.
943
944 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
945
946 * gnus-delay.el (gnus-delay-article): Fix typo.
947
948 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
949 articles.
950
951 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
952 we can get spell-checking etc.
953
954 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
955
956 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
957 a single one used for encoding the whole text in a header.
958
959 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
960
961 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
962 before sending.
963
964 * mm-decode.el (mm-command-output): New face.
965 (mm-display-external): Use it.
966
967 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
968
969 * nnmbox.el (nnmbox-request-article): Don't change point.
970
971 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
972
973 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
974 Include `handle' parameter.
975
976 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
977
978 * gnus-icalendar.el: New file.
979
980 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
981
982 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
983
984 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
985 dummy roots, too.
986
987 2013-08-01 David Edmondson <dme@dme.org>
988
989 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
990 out on ttys.
991
992 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
993
994 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
995 not empty.
996
997 * nnrss.el (nnrss-discover-feed): Indent.
998
999 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
1000
1001 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1002
1003 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1004
1005 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1006 dirty to ensure nnimap data being saved.
1007
1008 2013-07-30 Tassilo Horn <tsdh@gnu.org>
1009
1010 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1011 menu entry.
1012
1013 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1014 the current thread's total score instead of the current article's
1015 score.
1016
1017 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1018 (gnus-sort-threads-recursively): Delete defcustom.
1019 (gnus-sort-threads-recursive): Adapt accordingly.
1020
1021 2013-07-30 Tassilo Horn <tsdh@gnu.org>
1022
1023 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1024 (gnus-sort-threads-recursive): Use it.
1025 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1026 again. Now that determines how to sort subthreads.
1027
1028 2013-07-26 Tassilo Horn <tsdh@gnu.org>
1029
1030 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1031 (gnus-sort-threads): Use it.
1032
1033 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
1034
1035 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1036 punctuation characters follow parentheses (bug#14950).
1037
1038 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1039
1040 * gnus.el (gnus-continuum-version):
1041 * gnus-msg.el (gnus-extended-version): Simplify.
1042
1043 * gnus.el (gnus-continuum-version-1): Remove.
1044 * gnus-msg.el (gnus-bug): Revert.
1045
1046 Calculate gnus-version correctly on Cygwin.
1047
1048 * gnus.el (gnus-continuum-version): Do main calculations in integers.
1049 (gnus-continuum-version-1): New function, return a string.
1050
1051 * gnus-msg.el (gnus-extended-version, gnus-bug):
1052 Use gnus-continuum-version-1 instead of gnus-continuum-version.
1053
1054 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
1055
1056 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1057 (bug#13384).
1058
1059 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1060
1061 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1062 that were only relevant in a development version a long time ago.
1063
1064 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
1065
1066 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1067 that the old Emacs 24s bundle.
1068
1069 2013-07-10 David Engster <deng@randomsample.de>
1070
1071 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1072 if `gnus-newsrc-file-version' does not match `gnus-version'.
1073 This fixes a bug in Emacs trunk where the 'unexist' marks were always
1074 removed at startup because "Gnus v5.13" was considered smaller than "Ma
1075 Gnus v0.03".
1076
1077 2013-07-10 Tassilo Horn <tsdh@gnu.org>
1078
1079 * gnus.el (gnus-summary-line-format):
1080 Reference `gnus-user-date-format-alist' for the &user-date; format, not
1081 `gnus-summary-user-date-format-alist'.
1082
1083 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1084
1085 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1086 delete files (bug#13481).
1087
1088 2013-07-08 Tassilo Horn <tsdh@gnu.org>
1089
1090 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1091
1092 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1093
1094 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1095 display images.
1096
1097 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1098
1099 * message.el (message-cancel-news): According to
1100 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1101 preferred over "cmsg cancel" in the Subject.
1102
1103 * nnir.el (nnir-engines): Note that the group specs are regexps
1104 (bug#13238).
1105
1106 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1107 gotten read-only text properties, ensure that those aren't heeded when
1108 copying stuff over (bug#13434).
1109
1110 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1111 (bug#13762).
1112
1113 2013-07-05 David Kastrup <dak@gnu.org>
1114
1115 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1116 authinfo file again (important for blank passwords). This had been
1117 broken with 2013-06-15 change.
1118
1119 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
1120
1121 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1122 Revert 2013-01-14 change.
1123
1124 2013-07-02 David Engster <deng@randomsample.de>
1125
1126 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1127 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1128 to see whether the group was synced before.
1129
1130 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
1131
1132 * nnimap.el (nnimap-request-move-article): Decode the group name when
1133 doing internal moves to avoid charset issues.
1134
1135 2013-07-02 Julien Danjou <julien@danjou.info>
1136
1137 * nnimap.el (nnimap-request-list):
1138 Revert change that made listing synchronous.
1139 (nnimap-get-responses): Restore.
1140
1141 2013-07-02 Dave Abrahams <dave@boostpro.com>
1142
1143 * nnimap.el (nnimap-change-group): Document result value.
1144
1145 * nnimap.el (nnimap-find-article-by-message-id):
1146 Account for the fact that nnimap-change-group can return t.
1147
1148 2013-07-02 Julien Danjou <julien@danjou.info>
1149
1150 * nnimap.el (nnimap-request-head):
1151 Resture to-buffer parameter, used by `nnimap-request-move-article'.
1152
1153 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1154
1155 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1156 supported by nnimap actually. Reverts previous change.
1157
1158 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1159 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1160 to-buffer argument that is already supported.
1161
1162 2013-07-02 Julien Danjou <julien@danjou.info>
1163
1164 * nnimap.el (nnimap-get-responses): Remove, unused.
1165
1166 2013-07-02 Julien Danjou <julien@danjou.info>
1167
1168 * nnimap.el (nnimap-request-articles-find-limit): Rename from
1169 `nnimap-request-move-articles-find-limit' since we do not use it
1170 only for move operations.
1171 (nnimap-request-accept-article):
1172 Use `nnimap-request-articles-find-limit' to limit search by message-id.
1173
1174 2013-07-02 Julien Danjou <julien@danjou.info>
1175
1176 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1177
1178 * nnimap.el (nnimap-log-buffer):
1179 Check that `window-point-insertion-type' is boundp, since it's not
1180 available in XEmacs.
1181
1182 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
1183
1184 * nnimap.el (nnimap-log-buffer):
1185 Add this, setting `window-point-insertion-type' in the buffer to t.
1186 (nnimap-log-command): Use nnimap-log-buffer.
1187
1188 2013-07-02 Julien Danjou <julien@danjou.info>
1189
1190 * nnimap.el (nnimap-find-article-by-message-id):
1191 Add an optional limit argument to be able to limit the search.
1192 (nnimap-request-move-article):
1193 Use `nnimap-request-move-articles-find-limit'.
1194 (nnimap-request-move-articles-find-limit):
1195 Add this to limit the search by Message-Id after a message move.
1196 (nnimap): Add defgroup.
1197
1198 2013-07-02 Julien Danjou <julien@danjou.info>
1199
1200 * nnimap.el (nnimap-find-article-by-message-id):
1201 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
1202 (nnimap-possibly-change-group): Add read-only argument.
1203 (nnimap-request-list): Use nnimap-possibly-change-group rather than
1204 issuing EXAMINE manually.
1205 (nnimap-find-article-by-message-id):
1206 Use `nnimap-possibly-change-group' with read-only argument.
1207 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
1208 We cannot possibly change because we need to be sure that it's either
1209 read-write or read-only.
1210
1211 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1212
1213 * gnus-sum.el (gnus-summary-insert-old-articles):
1214 Don't include unexisting messages.
1215
1216 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1217
1218 * gnus-start.el (gnus-clean-old-newsrc):
1219 Remove totally bogus `unexists' entries.
1220 (gnus-clean-old-newsrc): Fix last checkin.
1221
1222 * nnimap.el (nnimap-update-info):
1223 None of the articles below the active low-water mark exist.
1224
1225 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1226
1227 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
1228
1229 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
1230
1231 * nnimap.el (nnimap-request-scan):
1232 Allow `nnimap-inbox' to be a list of inboxes.
1233
1234 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1235
1236 * gnus-group.el (gnus-group-expire-articles-1):
1237 Don't try to expire messages that don't exist.
1238
1239 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1240
1241 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1242
1243 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1244
1245 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1246
1247 * gnus-start.el (gnus-clean-old-newsrc):
1248 Delete `unexist' from pre-Ma Gnus 0.3.
1249
1250 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1251
1252 * gnus-sum.el (gnus-summary-local-variables):
1253 Make `gnus-newsgroup-unexist' into a local variable.
1254
1255 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1256
1257 * gnus-sum.el (gnus-adjust-marked-articles):
1258 Add to `gnus-newsgroup-unexist'.
1259
1260 * gnus.el (gnus-article-mark-lists):
1261 Add `unexist' to the list of marks.
1262 (gnus-article-special-mark-lists):
1263 Put the `unexist' in the special marks list instead.
1264
1265 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1266 articles in the list of articles to be selected.
1267
1268 * nnimap.el (nnimap-retrieve-group-data-early):
1269 Query for unexisting articles.
1270 (nnimap-update-info): Keep track of unexisting articles.
1271 (nnimap-update-qresync-info): Ditto.
1272
1273 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1274
1275 * gnus-start.el (gnus-clean-old-newsrc): New function.
1276 (gnus-read-newsrc-file): Use it.
1277
1278 2013-07-02 Daiki Ueno <ueno@gnu.org>
1279
1280 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1281 of 'create-image' for XEmacs compatibility; check errors when decoding
1282 image. Reported by Uwe Brauer.
1283
1284 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
1285
1286 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1287 gnus-button-push revised at 2011-01-19.
1288
1289 2013-06-19 Glenn Morris <rgm@gnu.org>
1290
1291 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1292
1293 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
1294
1295 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1296
1297 2013-06-18 Glenn Morris <rgm@gnu.org>
1298
1299 * eww.el, shr.el, shr-color.el: Move to ../net.
1300
1301 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1302
1303 * shr.el (shr-tag-table): Insert the images after the table, so that
1304 they're not covered by the table colourisation, which often looked
1305 awkward.
1306 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1307 <dd>.
1308
1309 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
1310
1311 * eww.el (eww-detect-charset): Improve regexp; move backward.
1312
1313 2013-06-18 Glenn Morris <rgm@gnu.org>
1314
1315 * mm-decode.el (widget-convert-button): Autoload.
1316
1317 * sieve-manage.el (mm-enable-multibyte): Autoload.
1318
1319 * shr.el (libxml-parse-html-region): Declare.
1320 (shr-render-buffer): Explicit error if no libxml2 support.
1321
1322 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
1323
1324 * auth-source.el (auth-source-current-line): New function.
1325 (auth-source-netrc-parse-entries): When a data token is "machine",
1326 assume we're in the wrong place and abort parsing the current line.
1327
1328 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1329
1330 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1331 (eww-convert-widgets): Don't bug out if the first widget starts at the
1332 beginning of the buffer.
1333 (eww-convert-widgets): Fix last patch.
1334 (eww-tag-input): Support <input type=image>.
1335
1336 * shr.el (shr-insert-table): Respect border-collapse: collapse.
1337 (shr-tag-base): Protect against base specs that are degenerate.
1338 (shr-ensure-paragraph): Don't delete empty lines that have text
1339 properties, because these may be input fields.
1340
1341 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1342 we can navigate to them.
1343
1344 * shr.el (shr-colorize-region): Put the colours over the entire region.
1345 (shr-inhibit-decoration): New variable.
1346 (shr-add-font): Use it to inhibit text property decorations while doing
1347 preliminary table renderings. This speeds up typical Wikipedia page
1348 renderings by 15%.
1349 (shr-tag-span): Don't respect the <title>, because that overwrites the
1350 help-echo from links inside the spans.
1351 (shr-next-link): Use `help-echo' for navigation, so that we can
1352 navigate to form elements, too.
1353
1354 * eww.el (eww-button): New face.
1355 (eww-convert-widgets): Use it to make submit buttons more button-like.
1356
1357 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1358 that Gnus commands work.
1359
1360 * shr.el (shr-render-td): Support horizontal alignment.
1361
1362 * eww.el (eww-put-color): Remove.
1363 (eww-colorize-region): Use `add-face-text-property'.
1364
1365 * shr.el (shr-add-font): Append face data, so that we get the correct
1366 precedence: The innermost value (which is applied first) wins.
1367 (shr-make-overlay): Obsolete function.
1368
1369 * mm-decode.el (mm-convert-shr-links): New function to convert
1370 new-style shr URL links into widgets.
1371 (mm-shr): Use it.
1372
1373 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1374 widget commands, since we're no longer using widgets for links.
1375
1376 * shr.el (shr-next-link): New command.
1377 (shr-previous-link): New command.
1378 (shr-urlify): Don't use `widget-convert', because that's slow.
1379 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1380 because collecting the overlays and reapplying them when generating
1381 tables is slow.
1382 (shr-insert-table): Ditto.
1383
1384 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1385
1386 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1387 * shr.el (browse-url): Require `url'.
1388 * eww.el (url): Require format-spec.
1389
1390 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1391
1392 * eww.el (eww-display-html): Default to using the entire window width.
1393 (eww-browse-url): Don't add a User-Agent header (twice), because that
1394 makes Bing refuse connection.
1395
1396 * shr.el (shr-make-table): Cache the table rendering at the table
1397 level, and not the <td> level. This is a bit faster.
1398
1399 * eww.el (eww-render): Go to the correct ID when given URLs ending with
1400 #id.
1401
1402 * shr.el (shr-tag-li): Don't require a new paragraph, since other
1403 browsers don't.
1404 (shr-expand-url): Respect #anchor links.
1405 (shr-parse-base): Chop off the anchor before using.
1406 (shr-descend): Respect display: none.
1407 (shr-descend): Allow marking elements that have certain IDs.
1408
1409 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1410
1411 * shr.el (shr-expand-url): Don't bug out on zero-length links.
1412
1413 * eww.el (eww-tag-textarea): Support <textarea>.
1414
1415 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1416
1417 * shr.el (shr-dom-to-xml): Fix function call.
1418
1419 * eww.el (eww): New group.
1420 (eww-header-line-format): New custom variable.
1421 (eww-current-title): New variable.
1422 (eww-display-html): Update header and handle title tag.
1423 (eww-update-header-line-format): New function.
1424 (eww-tag-title): New function.
1425
1426 * shr.el (shr-dom-to-xml): New function.
1427 (shr-tag-svg): Add support for the SVG tag.
1428 (shr-bullet): New custom variable.
1429 (shr-tag-li): Support custom bullet in unordered lists.
1430
1431 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1432
1433 * shr.el (shr-expand-url): Respect // URLs.
1434
1435 * eww.el (eww-tag-body): Override the shr body rendering so that we can
1436 put a background colour onto the entire buffer.
1437 (eww-render): When being redirected, use the redirect URL as the new
1438 base URL.
1439
1440 * shr.el (shr-parse-base): Fix parsing error.
1441
1442 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1443
1444 * shr.el (shr-parse-base): New function.
1445 (shr-expand-url): Use it to expand relative URLs reliably.
1446
1447 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
1448
1449 * auth-source.el (auth-source-search-collection): Fix docstring.
1450 (auth-source-netrc-parse): Refactor and improve netrc parser to support
1451 single-quoted strings and multiline entries.
1452 (auth-source-netrc-parse-next-interesting)
1453 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
1454 New functions to support parser.
1455
1456 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1457
1458 * eww.el (eww-submit): Get submit button logic right when hitting RET
1459 on non-submit buttons.
1460
1461 * shr.el: Remove shr-preliminary-table-render, since that can't really
1462 be used for anything in practice.
1463
1464 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1465
1466 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1467 (sieve-manage-quit).
1468
1469 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
1470
1471 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1472 control the maximum size of photo ID image.
1473 (mml2015-epg-key-image-to-string): Respect it.
1474
1475 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1476
1477 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1478 instead of the final one so that we can more easily distinguish them.
1479
1480 * eww.el (eww-submit): Compute the submission URL correctly.
1481
1482 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1483
1484 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1485 Use plist-get rather than CL's getf.
1486 (sieve-manage-parse-capability): Avoid CL's remove-if.
1487
1488 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1489
1490 * shr.el (shr-expand-url): Expansion should chop off the bits after the
1491 last slash.
1492
1493 * eww.el (eww-tag-select): Use the first value as the default value.
1494
1495 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1496
1497 * eww.el (eww): Prepend urls with http:// if scheme is missing.
1498 (eww-mode): Use `define-derived-mode'.
1499 (eww-parse-headers): Parse headers from beginning of buffer so that
1500 file:// links work.
1501
1502 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
1503
1504 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1505
1506 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1507
1508 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1509 to handle them at all.
1510
1511 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1512
1513 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1514 work, too.
1515 (eww-tag-select): Implement <select>.
1516
1517 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1518
1519 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
1520 stream managing functions by using open-protocol-stream to do most of
1521 the work. Has the nice benefit of enabling STARTTLS.
1522 Wait for capabilities after STARTTLS: following RFC5804, the server
1523 sends new capabilities after successfully establishing a TLS connection
1524 with the client. The client should update the cached list of
1525 capabilities, but we just ignore the answer for now.
1526 (sieve-manage-network-p, sieve-manage-network-open)
1527 (sieve-manage-starttls-p, sieve-manage-starttls-open)
1528 (sieve-manage-forward, sieve-manage-streams)
1529 (sieve-manage-stream-alist): Remove unneeded functions neither in the
1530 API, nor called by any other function.
1531 Enable Multibyte for SieveManage buffers: The parser won't properly
1532 handle umlauts and line endings unless multibyte is turned on in the
1533 process buffer.
1534
1535 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1536
1537 * eww.el (eww-tag-input): Support password fields.
1538 (eww-submit): Support POST.
1539
1540 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1541
1542 * eww.el (eww-tag-form): Protect against degenerate forms.
1543
1544 * shr.el (shr-expand-url): Expand URLs that start with a slash
1545 correctly.
1546
1547 * eww.el (eww-submit): Get submit button logic right.
1548
1549 * shr.el (shr-final-table-render): New variable to signal when we're
1550 doing the final table rendering so that we can collect more data at
1551 that point.
1552
1553 * eww.el (eww-submit): Make form submission work.
1554 (eww-tag-input): Implement submit buttons.
1555 (eww-click-radio): Implement radio and checkboxes.
1556 (eww-submit): Handle hidden elements.
1557
1558 * shr.el (shr-descend): Allow other packages to override (or provide)
1559 rendering of elements.
1560 (shr-expand-url): Strip query strings from URLs before expanding them.
1561
1562 * eww.el: Don't require cl-lib.
1563 (eww-tag-form): Start form support.
1564
1565 * eww.el: Start writing a new, tiny web browser.
1566 (eww-previous-url): New command.
1567 (eww-quit): New command.
1568
1569 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1570
1571 * sieve.el: Put point at beginning of buffer when viewing a script.
1572 (sieve-open-server): Respect the PORT parameter. Show the correct port
1573 number in sieve-buffer's header. Fixed code to also work with a string
1574 as port specifier. Properly close the connection on pressing 'q'. Make
1575 sieve-manage-quit close the connection and process buffer. Also, remove
1576 duplicate keybinding for 'q'.
1577
1578 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
1579
1580 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1581 make it easier to read.
1582 (mm-pkcs7-enveloped-magic): Ditto.
1583
1584 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
1585
1586 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1587 before `image-type-available-p' to avoid loading the image libraries
1588 needlessly.
1589
1590 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1591
1592 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1593 assume Date header begins with "Date", that may be customized into
1594 something like "X-Sent" using gnus-article-time-format.
1595 (article-transform-date): Allow multi-line Date header.
1596
1597 2013-06-02 David Engster <deng@randomsample.de>
1598
1599 * registry.el (initialize-instance, registry-lookup)
1600 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1601 (registry-lookup-secondary-value, registry-search, registry-delete)
1602 (registry-insert, registry-reindex, registry-size, registry-prune):
1603 Do not wrap methods in `eval-and-compile'. This breaks due to latest
1604 changes in EIEIO (introduction of eieio-core.el).
1605
1606 2013-05-30 Glenn Morris <rgm@gnu.org>
1607
1608 * nnmail.el (nnmail-fancy-expiry-target):
1609 Also bind mail-dont-reply-to-names.
1610
1611 * spam-stat.el (spam-stat-save):
1612 No need to tweak font-lock in temp buffers.
1613
1614 * shr.el (shr-put-image): Silence compiler.
1615
1616 2013-05-29 Glenn Morris <rgm@gnu.org>
1617
1618 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1619
1620 * gnus-group.el (gnus-sequence-of-unread-articles)
1621 (gnus-summary-add-mark, gnus-mark-article-as-read)
1622 (gnus-group-make-articles-read): Declare.
1623
1624 * gnus-sum.el (gnus-parameter-list-identifier)
1625 (gnus-article-stop-animations, gnus-stop-downloads)
1626 (gnus-article-only-boring-p, article-goto-body)
1627 (gnus-flush-original-article-buffer, article-narrow-to-head)
1628 (gnus-article-hidden-text-p, gnus-delete-wash-type)
1629 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1630
1631 * gnus.el: No need to eval-and-compile autoloads.
1632
1633 * gravatar.el (help-function-arglist): Autoload.
1634
1635 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1636
1637 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1638
1639 * spam.el: No need to load spam-report when compiling.
1640 No need to eval-and-compile autoloads.
1641 (spam-report-resend-to): Declare.
1642 (spam-report-resend-register-routine): Require 'spam-report.
1643
1644 2013-05-24 Julien Danjou <julien@danjou.info>
1645
1646 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1647 setup.
1648
1649 2013-05-23 Glenn Morris <rgm@gnu.org>
1650
1651 * gnus-util.el (rmail-swap-buffers-maybe)
1652 (rmail-maybe-set-message-counters, rmail-count-new-messages)
1653 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1654 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1655
1656 * mm-decode.el: No need to load term when compiling.
1657 (term-mode, term-char-mode): Declare.
1658
1659 * mm-util.el: No need to load jka-compr when compiling.
1660 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1661
1662 * nnmaildir.el: Require is automatically eval-and-compile.
1663 (nnmail): Require at run-time too.
1664
1665 * registry.el (registry-size): Move definition before use.
1666
1667 2013-05-22 Daiki Ueno <ueno@gnu.org>
1668
1669 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1670 signed data to conform the standard. (Bug#14232)
1671
1672 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
1673
1674 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1675 double angle quotation mark.
1676
1677 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1678
1679 * message.el (message-insert-formatted-citation-line): Handle finding
1680 first/lastname when more than 2 names appear.
1681
1682 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1683
1684 * shr.el (shr-tag-span): New function.
1685
1686 2013-05-18 Glenn Morris <rgm@gnu.org>
1687
1688 * message.el (message-mode): Use message-mode-abbrev-table,
1689 with text-mode-abbrev-table as parent. (Bug#14413)
1690
1691 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1692
1693 * message.el (message-expand-group): Decode group names.
1694
1695 2013-05-16 Julien Danjou <julien@danjou.info>
1696
1697 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1698 app-icon.
1699
1700 2013-05-15 Glenn Morris <rgm@gnu.org>
1701
1702 * shr-color.el (shr-color-visible-luminance-min)
1703 (shr-color-visible-distance-min): Use shr-color group.
1704
1705 2013-05-11 Glenn Morris <rgm@gnu.org>
1706
1707 * gnus-vm.el: Make it loadable without VM.
1708 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1709 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1710
1711 2013-05-09 Glenn Morris <rgm@gnu.org>
1712
1713 * mml1991.el: Make it loadable. (Bug#13456)
1714
1715 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1716 * gnus-async.el (gnus-async-post-fetch-function):
1717 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1718 * gnus-html.el (gnus-html-image-cache-ttl):
1719 * gnus-notifications.el (gnus-notifications-timeout):
1720 * gnus-picon.el (gnus-picon-properties):
1721 * gnus-util.el (gnus-completion-styles):
1722 * gnus.el (gnus-other-frame-resume-function):
1723 * message.el (message-user-organization-file)
1724 (message-cite-reply-position):
1725 * nnir.el (nnir-summary-line-format)
1726 (nnir-retrieve-headers-override-function):
1727 * shr-color.el (shr-color-visible-luminance-min):
1728 * shr.el (shr-blocked-images):
1729 * spam-report.el (spam-report-resend-to):
1730 * spam.el (spam-summary-exit-behavior): Fix custom types.
1731
1732 * gnus-salt.el (gnus-selected-tree-face): Fix default.
1733
1734 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1735
1736 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1737 because of let-binding help-xref-following. (Bug#14356)
1738
1739 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
1740
1741 * message.el (message-bury, message-send-and-exit):
1742 Revert 2013-05-04 change.
1743
1744 2013-05-06 Glenn Morris <rgm@gnu.org>
1745
1746 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
1747
1748 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1749
1750 * message.el (message-bury): Make `buffer' optional.
1751 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
1752 (bug#14085).
1753
1754 2013-05-04 Andrew Cohen <cohen@bu.edu>
1755
1756 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1757 entering into the registry.
1758
1759 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
1760
1761 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1762 (Bug#14304)
1763
1764 2013-04-27 Glenn Morris <rgm@gnu.org>
1765
1766 * gnus.el (gnus-list-debbugs):
1767 Use require rather than autoload. (Bug#14262)
1768
1769 2013-04-27 Julien Danjou <julien@danjou.info>
1770
1771 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1772 port to "sieve" now that it has an official IANA port assigned.
1773
1774 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
1775
1776 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1777 Don't set the MAILHOST environment variable permanently (Bug#14271).
1778
1779 2013-04-26 Glenn Morris <rgm@gnu.org>
1780
1781 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
1782
1783 2013-04-25 Andrew Cohen <cohen@bu.edu>
1784
1785 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1786 string values of 'gcc-self. Thanks to Saroj Thirumalai.
1787
1788 2013-04-24 Andrew Cohen <cohen@bu.edu>
1789
1790 * nnir.el (nnir-close-group): Make sure we are in the right group.
1791
1792 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1793 dependency table from all newly retrieved headers.
1794
1795 2013-04-16 David Edmondson <dme@dme.org>
1796
1797 Support <img src="data:...">.
1798
1799 * shr.el (shr-image-from-data): New function.
1800 (shr-tag-img): Use it.
1801
1802 2013-04-14 Andrew Cohen <cohen@bu.edu>
1803
1804 * nnir.el (nnir-request-set-mark): Make sure we are in the right
1805 group.
1806
1807 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
1808
1809 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1810 corresponding to any existing group (Bug#14166).
1811
1812 2013-04-10 Andrew Cohen <cohen@bu.edu>
1813
1814 * nnir.el (number-sequence): No longer used.
1815 (nnir-request-set-mark): New function.
1816 (nnir-request-update-info): Improve marks updating.
1817 (nnir-request-scan): Don't duplicate marks updating.
1818 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1819 Use 'assq rather than 'assoc. Quote anonymous function.
1820 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1821 Use 'gnus-group-prefixed-p.
1822 (gnus-summary-create-nnir-group): Make sure server for method is open.
1823
1824 2013-04-04 Andrew Cohen <cohen@bu.edu>
1825
1826 * nnir.el (gnus-nnir-group-p): New function.
1827 (nnir-possibly-change-group): Use it.
1828
1829 * gnus-msg.el (gnus-setup-message): Use it.
1830
1831 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
1832
1833 * mml.el (mml-minibuffer-read-description): Use `default' insted of
1834 `initial-input' for the argument name.
1835 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1836
1837 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
1838
1839 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1840 (used by MH-E).
1841
1842 2013-04-01 Andrew Cohen <cohen@bu.edu>
1843
1844 * nnir.el (nnir-request-update-mark): Improve mark updating in original
1845 group.
1846
1847 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1848 fix compilation.
1849
1850 2013-03-31 Andrew Cohen <cohen@bu.edu>
1851
1852 * nnir.el (nnir-method-default-engines): And another typo.
1853
1854 2013-03-30 Andrew Cohen <cohen@bu.edu>
1855
1856 * nnir.el (nnir-method-default-engines): Fix typo.
1857
1858 2013-03-29 Andrew Cohen <cohen@bu.edu>
1859
1860 * nnir.el: Define 'number-sequence for xemacs.
1861 (gnus-summary-create-nnir-group): New function to create an nnir group
1862 from an nnir summary buffer based on the current query.
1863 (nnir-request-create-group): Update to allow nnir group creation based
1864 on the current query.
1865
1866 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
1867
1868 * nndraft.el (nndraft-request-expire-articles):
1869 Make expiry target always `delete'.
1870
1871 2013-03-27 Andrew Cohen <cohen@bu.edu>
1872
1873 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1874 buffer use the posting-style and gcc of the original article group.
1875 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1876
1877 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
1878 after other deffoos.
1879
1880 2013-03-26 Andrew Cohen <cohen@bu.edu>
1881
1882 * nnir.el: Major rewrite. Cleaner separation between searches and group
1883 management. Marks are now shown in nnir summary buffers.
1884 Rudimentary support for real (i.e. not ephemeral) nnir groups.
1885 (gnus-summary-make-nnir-group): New function for initiating searches
1886 from a summary buffer.
1887
1888 2013-03-18 Sam Steingold <sds@gnu.org>
1889
1890 * message.el (message-bury): Minor cleanup.
1891
1892 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
1893
1894 * nndir.el (nndir-request-list): Remove 2nd argument passed to
1895 nnml-request-list. (Bug#13873)
1896 (nndir-request-newsgroups): Remove, unused.
1897
1898 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1899
1900 2013-03-03 Ted Phelps <phelps@gnusto.com>
1901
1902 * shr.el: Make all the overlays set the `evaporate' property so that
1903 they're removed properly.
1904
1905 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
1906
1907 * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1908 shell-quote-argument.
1909
1910 2013-02-22 David Engster <deng@randomsample.de>
1911
1912 * gnus-registry.el (gnus-registry-save): Provide class name when
1913 calling `eieio-persistent-read' to avoid "unsafe call" warning.
1914 Use `condition-case' to stay compatible with older EIEIO versions which
1915 only accept one argument.
1916
1917 2013-02-17 Daiki Ueno <ueno@gnu.org>
1918
1919 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1920 (epg-user-id-validity): Autoload.
1921 (mml2015-epg-check-user-id): New function.
1922 (mml2015-epg-check-sub-key): New function split from
1923 mml2015-epg-find-usable-key.
1924 (mml2015-epg-find-usable-key): Accept context, name, usage, and
1925 optional name-is-key-id, to handle the case when user-id is unusable.
1926 Reported by Łukasz Stelmach <stlman@poczta.fm>.
1927
1928 2013-02-17 Glenn Morris <rgm@gnu.org>
1929
1930 * shr.el (shr-put-image): Use image-multi-frame-p if available.
1931
1932 2013-02-16 Glenn Morris <rgm@gnu.org>
1933
1934 * shr.el (shr-put-image): Only animate images that specify a delay.
1935 This is consistent with the old image-animated-p behavior.
1936
1937 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1938
1939 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1940 for XEmacs.
1941
1942 2013-02-13 Juri Linkov <juri@jurta.org>
1943
1944 * gnus-art.el (gnus-article-mode-map):
1945 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1946 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1947
1948 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
1949
1950 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
1951 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
1952
1953 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
1954
1955 * auth-source.el (auth-source-format-prompt): Don't get confused by
1956 any "\" in replacement text. (Bug#13637)
1957
1958 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
1959
1960 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1961 (gnus-backend-trace): Honor gnus-backend-trace.
1962
1963 * mml.el (mml-insert-part): Insert closing tag.
1964
1965 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1966
1967 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1968
1969 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1970 able to find the article, which can happen in debbugs groups,
1971 apparently.
1972
1973 2013-01-16 Glenn Morris <rgm@gnu.org>
1974
1975 * smiley.el (smiley-style): Make the file loadable in batch mode.
1976
1977 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1978
1979 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1980 imap process running.
1981
1982 2013-01-14 Julien Danjou <julien@danjou.info>
1983
1984 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1985 Compare addresses against addresses, not against the full From field.
1986
1987 2013-01-13 Richard Stallman <rms@gnu.org>
1988
1989 * message.el (message-forward-make-body-mime): New args BEG, END
1990 specify what part of FORWARD-BUFFER to use. Do the work directly
1991 instead of calling `mml-insert-buffer'.
1992
1993 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1994
1995 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1996 cross-reference(s).
1997
1998 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1999 cross-reference(s).
2000
2001 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2002
2003 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2004 and point-max-marker.
2005 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2006
2007 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
2008
2009 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2010 to mml2015-encrypt-to-self.
2011 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2012
2013 2013-01-09 Daiki Ueno <ueno@gnu.org>
2014
2015 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2016 mml-smime-epg-find-usable-secret-key.
2017
2018 2013-01-08 Glenn Morris <rgm@gnu.org>
2019
2020 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2021
2022 2013-01-07 Daiki Ueno <ueno@gnu.org>
2023
2024 * mml-smime.el: Support signing by sender.
2025 Requested by Uwe Brauer.
2026 (mml-smime-sign-with-sender): New user option analogous
2027 to mml2015-sign-with-sender.
2028 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2029 (mml-smime-epg-find-usable-secret-key): New helper function copied from
2030 mml2015.el.
2031
2032 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2033
2034 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2035 isn't running, because Gnus will probably not know how to handle the
2036 Gcc header (bug#11941).
2037
2038 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2039 articles.
2040
2041 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2042
2043 * nnfolder.el (nnfolder-recursive-directory-files): New function.
2044 (nnfolder-generate-active-file): Make this function work with recursive
2045 folder names.
2046
2047 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2048
2049 * nntp.el (nntp-open-connection): Use HELP as the capability command
2050 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2051 unknown commands. And CAPABILITY is an unknown command (bug#12763).
2052
2053 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
2054
2055 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2056 place holder since this gives `Invalid face reference: nil' messages.
2057 Use the `default' face instead. It has the same effect here, even
2058 though it is not no-op.
2059
2060 * gnus-util.el
2061 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2062
2063 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2064
2065 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2066 non-string posting styles (bug#13285).
2067
2068 2012-12-27 Glenn Morris <rgm@gnu.org>
2069
2070 * plstore.el (plstore-passphrase-callback-function):
2071 Use plstore-get-file.
2072
2073 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
2074
2075 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2076 stderr.
2077
2078 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
2079 group is nil.
2080
2081 * shr.el (shr-tag-em): Render as italic, not bold.
2082
2083 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
2084
2085 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2086
2087 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
2088
2089 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2090 temporary file to get PGP key image. Pass no-show-photos when
2091 extracting image to avoid having it pop up twice.
2092
2093 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
2094
2095 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2096 eligible for treatment.
2097
2098 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2099 lines. This makes summary commands with hidden threads work more
2100 reliably.
2101
2102 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2103 button to mark the hidden citations (bug#9395).
2104
2105 2012-12-26 Daiki Ueno <ueno@gnu.org>
2106
2107 * mml2015.el (mml2015-epg-signature-to-string): New function.
2108 (mml2015-epg-verify-result-to-string): New function.
2109 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2110 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2111 instead of epg-verify-result-to-string.
2112 (epg-signature-key-id, epg-signature-to-string): Autoload.
2113 (epg-verify-result-to-string): Remove autoload.
2114
2115 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
2116
2117 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2118 ID image from GPG public key.
2119 (mml2015-epg-key-image-to-string): New function.
2120
2121 2012-12-25 Leo Liu <sdl.web@gmail.com>
2122
2123 * plstore.el (plstore-passphrase-callback-function): Fix error when
2124 error when plstore-cache-passphrase-for-symmetric-encryption is set
2125 (bug#13264).
2126
2127 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2128
2129 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2130 buffer to the article buffer here, because that clobbers multiple
2131 article buffers.
2132
2133 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2134 buffer always points to the right summary buffer.
2135
2136 2012-12-25 John Wiegley <jwiegley@gmail.com>
2137
2138 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2139 the password (bug#12097).
2140
2141 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2142
2143 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2144 (bug#13263).
2145
2146 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2147 buffer exists before using it (bug#12475).
2148
2149 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2150 offline groups (bug#11937).
2151
2152 * message.el (message-yank-original): When using customize to set the
2153 value of `message-cite-style', the variable it set to a symbol that's
2154 the name of the variable, which must then be dereferenced (bug#12616).
2155
2156 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
2157
2158 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2159 the `face' property with a list whose car is the face specified in the
2160 format string and whose cdr is (nil).
2161 * lisp/gnus-util.el
2162 (gnus-put-text-property-excluding-characters-with-faces):
2163 Change accordingly.
2164 (gnus-get-text-property-excluding-characters-with-faces): New function.
2165 * lisp/gnus-sum.el (gnus-summary-highlight-line):
2166 * lisp/gnus-salt.el (gnus-tree-highlight-node):
2167 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2168
2169 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2170
2171 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2172 login methods.
2173 (nnimap-login): Respect the `nnimap-authenticator' variable.
2174
2175 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2176 mark state when moving articles. Otherwise unticked articles will get
2177 their ticks back after moving.
2178
2179 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2180
2181 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2182
2183 * message.el (message-ignored-news-headers): Always remove
2184 X-Message-SMTP-Method to avoid information leakage if the user
2185 mistakenly inserts the header into news messages.
2186
2187 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2188
2189 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2190 right than four characters, this command would move point to
2191 `point-max'. Don't do that.
2192
2193 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2194 to nil to allow re-selecting groups that gain articles.
2195 (gnus-bug-group-download-format-alist): Update the URL.
2196
2197 2012-12-23 Andreas Schwab <schwab@suse.de>
2198
2199 * shr.el (shr-tag-em): Render em as italic, not bold.
2200
2201 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
2202
2203 * gnus-int.el (gnus-backend-trace): Factor out into its own function
2204 for reuse.
2205 (gnus-open-server): Use it to add more tracing.
2206 (gnus-finish-retrieve-group-infos): Add backend tracing.
2207 (gnus-backend-trace): Also note the elapsed seconds.
2208
2209 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
2210
2211 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2212 Set epa-file-encrypt-to from variable to avoid querying.
2213
2214 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
2215
2216 * sieve-mode.el (sieve-font-lock-keywords):
2217 Keywords should be word delimited. (Bug#13173)
2218
2219 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
2220
2221 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2222 instead of <pre> to align message header.
2223
2224 2012-12-12 Sam Steingold <sds@gnu.org>
2225
2226 * gnus.el (gnus-other-frame-resume-function): Add user option.
2227 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2228
2229 2012-12-06 Sam Steingold <sds@gnu.org>
2230
2231 * gnus-start.el (gnus-before-resume-hook): Add.
2232 (gnus-1): Run it when Gnus is alive.
2233
2234 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2235
2236 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2237 * gnus-art.el (article-unsplit-urls)
2238 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2239 * gnus-registry.el (gnus-registry-get-article-marks)
2240 * message.el (message-goto-body): Use it.
2241 (message-called-interactively-p): Remove.
2242
2243 * spam-stat.el (spam-stat-called-interactively-p): New macro.
2244 (spam-stat-score-buffer): Use it.
2245
2246 * spam.el: Silence the warnings against BBDB functions when compiling.
2247
2248 * gnus-score.el (gnus-score-decode-text-parts):
2249 Use append+mapcar instead of the cl function mapcan.
2250
2251 * gmm-utils.el (gmm-flet): Remove.
2252
2253 * gnus-sync.el (gnus-sync-lesync-call):
2254 Avoid overriding json-alist-p.
2255
2256 * message.el (message-read-from-minibuffer):
2257 Avoid overriding mail-abbrev-in-expansion-header-p.
2258
2259 2012-12-05 Sam Steingold <sds@gnu.org>
2260
2261 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2262 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2263 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2264
2265 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2266
2267 * gmm-utils.el (gmm-called-interactively-p): Revert.
2268 This seems to cause Emacs to get stuck!
2269 * gnus-art.el (article-unsplit-urls)
2270 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2271 * gnus-registry.el (gnus-registry-get-article-marks)
2272 * message.el (message-goto-body)
2273 (message-called-interactively-p): Revert.
2274
2275 * gmm-utils.el (gmm-called-interactively-p): New function.
2276 * gnus-art.el (article-unsplit-urls)
2277 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2278 * gnus-registry.el (gnus-registry-get-article-marks)
2279 * message.el (message-goto-body): Use it.
2280 (message-called-interactively-p): Remove.
2281
2282 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2283 * gnus-sync.el (gnus-sync-lesync-call)
2284 * message.el (message-read-from-minibuffer): Use it.
2285
2286 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2287
2288 * gmm-utils.el (gmm-flet): Remove.
2289 * gnus-sync.el (gnus-sync-lesync-call)
2290 * message.el (message-read-from-minibuffer): Don't use it.
2291
2292 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2293
2294 * gmm-utils.el (gmm-labels): Use cl-labels if available.
2295
2296 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2297
2298 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2299
2300 * gnus-sync.el (gnus-sync-lesync-call)
2301 * message.el (message-read-from-minibuffer): Use gmm-flet.
2302
2303 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2304
2305 * gnus-util.el (gnus-macroexpand-all): Remove.
2306
2307 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
2308
2309 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2310 to TAB, not [tab].
2311 (gnus-summary-article-map): Likewise.
2312
2313 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2314 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2315
2316 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2317
2318 * message.el (message-get-reply-headers):
2319 Make sure the reply goes to the author if it is a wide reply.
2320
2321 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
2322
2323 * gnus-score.el (gnus-score-body):
2324 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2325 scoring by body.
2326
2327 2012-11-16 Glenn Morris <rgm@gnu.org>
2328
2329 * gnus-diary.el (nndiary-request-create-group-functions)
2330 (nndiary-request-update-info-functions)
2331 (gnus-subscribe-newsgroup-functions)
2332 (nndiary-request-accept-article-functions):
2333 Use new names for hooks rather than obsolete aliases.
2334
2335 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
2336
2337 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2338 in meta tag with the one the part specifies in its header.
2339
2340 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2341
2342 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2343 by default.
2344
2345 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2346
2347 New UIDL implementation.
2348
2349 * mail-source.el (mail-sources, mail-source-keyword-map):
2350 Add :leave as a pop3 keyword.
2351 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2352
2353 * pop3.el (pop3-leave-mail-on-server): Allow number.
2354 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2355 (pop3-movemail): Add UIDL support.
2356 (pop3-send-streaming-command): Take a list of mail numbers instead of
2357 the number of mails.
2358 (pop3-write-to-file): Add X-UIDL header.
2359 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2360 (pop3-uidl-add-xheader): New functions.
2361
2362 * message.el (message-ignored-resent-headers):
2363 Add X-Content-Length and X-UIDL headers.
2364
2365 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2366
2367 * nndiary.el (nndiary-request-create-group-functions)
2368 (nndiary-request-update-info-functions)
2369 (nndiary-request-accept-article-functions):
2370 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2371 "-hooks" suffix.
2372
2373 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2374
2375 * starttls.el (starttls-extra-arguments): Doc fix.
2376
2377 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2378
2379 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2380 it.
2381
2382 2012-10-06 Glenn Morris <rgm@gnu.org>
2383
2384 * gnus-notifications.el (gnus-notifications):
2385 Add missing group :version tag.
2386 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2387 (gnus-gcc-post-body-encode-hook):
2388 * gnus-sync.el (gnus-sync-lesync-name)
2389 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2390
2391 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2392
2393 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2394 a user about whether to delete temp files if once a user answered as n.
2395
2396 2012-09-17 Richard Stallman <rms@gnu.org>
2397
2398 * message.el (message-in-body-p): Don't set mark or modify buffer.
2399
2400 * mml.el (mml-attach-file): Doc fix.
2401 (mml-attach-external, mml-attach-buffer, mml-attach-file):
2402 Set mail-encode-mml when in Mail mode.
2403 Simplify code to set HEAD and move back to HEAD.
2404 (mml-insert-multipart, mml-insert-part):
2405 Set mail-encode-mml when in Mail mode.
2406
2407 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2408
2409 * gnus-util.el (gnus-timer--function): New function.
2410
2411 * gnus-art.el (gnus-article-stop-animations): Use it.
2412
2413 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2414
2415 Fix glitches caused by addition of psec to timers.
2416 * gnus-art.el (gnus-article-stop-animations): Use timer--function
2417 rather than raw access to timer vector.
2418
2419 2012-09-11 Julien Danjou <julien@danjou.info>
2420
2421 * gnus-notifications.el (gnus-notifications): Check for nil values in
2422 ignored addresses check.
2423
2424 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2425
2426 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2427
2428 2012-09-07 Chong Yidong <cyd@gnu.org>
2429
2430 * gnus-util.el
2431 (gnus-put-text-property-excluding-characters-with-faces): Restore.
2432
2433 * gnus-salt.el (gnus-tree-highlight-node):
2434 * gnus-sum.el (gnus-summary-highlight-line):
2435 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2436
2437 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2438
2439 * gnus-util.el: Fix compilation error on XEmacs 21.4.
2440
2441 2012-09-06 Juri Linkov <juri@jurta.org>
2442
2443 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2444 scheme for buffer names to be more consistent with other group and
2445 article buffer names in Gnus.
2446
2447 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2448
2449 * gnus-util.el
2450 (gnus-put-text-property-excluding-characters-with-faces): Remove.
2451
2452 * gnus-compat.el: Define compat function `add-face' from Wolfgang
2453 Jenkner.
2454
2455 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2456
2457 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2458
2459 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2460
2461 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2462
2463 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2464 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2465
2466 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2467 string-prefix-p in Emacs >=23.2.
2468
2469 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2470 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2471 instead of string-match-p.
2472 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2473
2474 2012-09-06 Kenichi Handa <handa@gnu.org>
2475
2476 * qp.el (quoted-printable-decode-region): Fix previous change; handle
2477 lowercase a..f.
2478
2479 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2480
2481 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2482
2483 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
2484
2485 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
2486 TIME is set.
2487
2488 2012-09-05 Juri Linkov <juri@jurta.org>
2489
2490 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2491 than one group at a time (bug#11961).
2492
2493 2012-09-05 Julien Danjou <julien@danjou.info>
2494
2495 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2496 this hide the real reason with a message giving absolutely no hint.
2497
2498 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
2499
2500 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2501 to the backend (bug#11804).
2502
2503 * message.el (message-insert-newsgroups): Don't insert newsgroup
2504 duplicates (bug#12275).
2505
2506 2012-09-05 John Wiegley <johnw@newartisans.com>
2507
2508 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2509 sieve rules.
2510
2511 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
2512
2513 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2514 function.
2515
2516 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2517
2518 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2519
2520 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2521
2522 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2523 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2524 This should make nnmaildir more usable with offlineimap.
2525
2526 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
2527
2528 * gnus-notifications.el (gnus-notifications-notify): Use it.
2529
2530 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2531 warnings on XEmacs.
2532
2533 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2534
2535 Better seeds for (random).
2536 * gnus-sync.el (gnus-sync-lesync-setup):
2537 * message.el (message-canlock-generate, message-unique-id):
2538 Change (random t) to (random), now that the latter is more random.
2539
2540 2012-08-31 Dave Abrahams <dave@boostpro.com>
2541
2542 * auth-source.el (auth-sources): Fix macos keychain access.
2543
2544 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2545 allow the backend `request-head' function to determine the group
2546 name on its own.
2547 (gnus-request-expire-articles): Filter out negative article numbers
2548 during expiry (Bug#11980).
2549
2550 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2551 O(N^2) to O(N). This makes warping into huge groups tolerable.
2552
2553 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2554 you've found the article when you haven't.
2555
2556 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2557
2558 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2559
2560 2012-08-30 Julien Danjou <julien@danjou.info>
2561
2562 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2563 `gnus-notifications-timeout'.
2564 (gnus-notifications-timeout): Add.
2565 (gnus-notifications-action): New function.
2566 (gnus-notifications-notify): Add :action using
2567 `gnus-notifications-action'.
2568 (gnus-notifications-id-to-msg): New variable.
2569 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2570 notifications id to messages.
2571
2572 2012-08-30 Kenichi Handa <handa@gnu.org>
2573
2574 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2575 once.
2576
2577 2012-08-29 Julien Danjou <julien@danjou.info>
2578
2579 * gnus-notifications.el: New file.
2580 (gnus-notifications-notify): New function.
2581 (gnus-notifications): Use `gnus-notifications-notify'.
2582
2583 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
2584
2585 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2586 transfer encoding first; bind gnus-newsgroup-charset to the charset
2587 that the article specifies (Bug#12209).
2588
2589 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
2590
2591 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2592 (gnus-group-customize-done): Encode values posting-style holds.
2593
2594 * gnus-msg.el (gnus-summary-resend-message)
2595 (gnus-configure-posting-styles): Decode values posting-style group
2596 parameter holds.
2597
2598 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
2599
2600 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2601 `name' and `address' in Resent-From header.
2602
2603 2012-08-14 Chong Yidong <cyd@gnu.org>
2604
2605 * gnus-art.el (article-display-face): Handle failure in
2606 gnus-create-image (Bug#11802).
2607
2608 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2609
2610 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2611 Use defsetf.
2612
2613 2012-08-10 Daiki Ueno <ueno@unixuser.org>
2614
2615 * auth-source.el (auth-source-plstore-search)
2616 (auth-source-secrets-search): Ignore :require and :type in search spec.
2617
2618 2012-08-06 Julien Danjou <julien@danjou.info>
2619
2620 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2621 Remove autoload, already handled by gnus.el.
2622
2623 2012-08-05 Julien Danjou <julien@danjou.info>
2624
2625 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2626 Add autoload.
2627
2628 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
2629
2630 * gnus.el (gnus-valid-select-methods): Fix custom type.
2631
2632 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
2633
2634 * auth-source.el (auth-sources, auth-source-backend-parse)
2635 (auth-source-macos-keychain-search)
2636 (auth-source-macos-keychain-search-items)
2637 (auth-source-macos-keychain-result-append)
2638 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2639 auth-source.el through the /usr/bin/security utility.
2640 (auth-sources): Fix syntax error.
2641 (auth-source-macos-keychain-result-append): Fix variable name.
2642 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2643
2644 2012-07-27 Julien Danjou <julien@danjou.info>
2645
2646 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2647 Emacs < 24.1
2648
2649 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
2650
2651 * message.el (message-kill-address): Don't kill last newline.
2652 (message-skip-to-next-address): Don't move to the next header.
2653 (message-fill-field-address): Work properly.
2654
2655 2012-07-25 Julien Danjou <julien@danjou.info>
2656
2657 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2658
2659 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
2660
2661 * nnimap.el (nnimap-get-responses): Don't remove, still used.
2662
2663 2012-07-24 Julien Danjou <julien@danjou.info>
2664
2665 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2666
2667 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2668 (nntp-async-timer-handler): Remove, unused.
2669
2670 * nnimap.el (nnimap-get-responses): Remove, unused.
2671
2672 * nnheader.el (mail-header-set-extra): Remove, unused.
2673
2674 * mm-view.el (mm-view-sound-file): Remove, unused.
2675
2676 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2677 (mm-url-encode-multipart-form-data): Remove, unused.
2678
2679 * message.el (message-remove-signature, message-make-host-name)
2680 (message-fill-address): Remove, unused.
2681
2682 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2683 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2684 unused.
2685
2686 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2687
2688 * gnus-util.el (gnus-extract-address-component-name)
2689 (gnus-extract-address-component-email, gnus-sortable-date)
2690 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2691 (gnus-process-live-p): Remove, unused.
2692
2693 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2694
2695 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2696 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2697 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2698 function.
2699
2700 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2701
2702 * gnus-score.el (gnus-summary-score-crossposting)
2703 (gnus-score-regexp-bad-p): Remove, unused.
2704
2705 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2706
2707 * gnus-range.el (gnus-sublist-p): Remove, unused.
2708
2709 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2710 unused.
2711
2712 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2713
2714 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2715 (gnus-request-associate-buffer): Remove, unused.
2716
2717 * gnus-group.el (gnus-group-set-method-info)
2718 (gnus-group-set-params-info): Remove, unused.
2719
2720 * gnus-fun.el (gnus-shell-command-to-string)
2721 (gnus-shell-command-on-region): Remove, unused.
2722
2723 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2724
2725 * gnus-art.el (gnus-article-text-type-exists-p)
2726 (article-translate-characters, gnus-article-hide-text-of-type)
2727 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2728 Remove, unused.
2729
2730 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2731
2732 * nnir.el ("nnir"): Revert last change, that's premature to merge from
2733 Gnus master.
2734
2735 2012-07-22 Andrew Cohen <cohen@bu.edu>
2736
2737 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2738
2739 2012-07-21 Julien Danjou <julien@danjou.info>
2740
2741 * message.el (message-dont-reply-to-names): Replace deprecated
2742 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2743 (message-get-reply-headers): Ditto.
2744
2745 2012-07-18 Julien Danjou <julien@danjou.info>
2746
2747 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2748 `sieve-upload-and-kill'.
2749
2750 * sieve.el (sieve-bury-buffer): Remove function.
2751 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2752 (sieve-upload-and-kill): New function, mapped to C-c C-c.
2753
2754 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2755
2756 * shr.el (shr-expand-url): Handle URL starting with `//'.
2757
2758 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2759 2012-07-13 Chong Yidong <cyd@gnu.org>
2760
2761 * smime.el (smime-certificate-info): Set buffer-read-only directly,
2762 instead of calling toggle-read-only with a (bogus) argument.
2763
2764 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
2765
2766 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2767 of initial input when reading the author to restrict the summary to.
2768
2769 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2770
2771 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
2772 buffer exists, which it doesn't if we haven't started Gnus.
2773
2774 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
2775
2776 * mm-decode.el (mm-shr):
2777 Allow overriding charset by mm-charset-override-alist.
2778
2779 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
2780
2781 * gnus-art.el (gnus-article-view-part):
2782 Toggle subparts of multipart/alternative part.
2783
2784 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2785
2786 * gnus-sync.el: Simply require json.
2787
2788 * registry.el: Simply require eieio and eieio-base.
2789
2790 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
2791
2792 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
2793
2794 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2795
2796 * shr.el (shr-render-buffer): New command.
2797 (shr-visit-file): Use it.
2798
2799 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
2800
2801 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2802 Set no-byte-compile and no-update-autoloads.
2803
2804 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2805
2806 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2807
2808 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2809
2810 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2811 being bound to a lambda form.
2812
2813 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2814
2815 * gnus-picon.el (gnus-picon-properties): New defcustom.
2816 (gnus-picon-create-glyph): Use it.
2817
2818 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2819
2820 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2821 locales.
2822
2823 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2824 on a handle.
2825
2826 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2827 address as the default.
2828
2829 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
2830 It makes no sense to query the user about internal files.
2831
2832 * gnus-spec.el: Remove all the byte-compilation stuff, since
2833 benchmarking shows that it doesn't help when entering large summary
2834 buffers.
2835
2836 * gnus-util.el (gnus-byte-code): Remove.
2837
2838 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2839 grouplens stuff.
2840
2841 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2842
2843 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2844 (bug#11514).
2845
2846 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2847
2848 * message.el (message-buffers): Return all buffers derived from Message
2849 to make `gnus-dired-attach' work with mu4e.
2850
2851 2012-06-26 Daiki Ueno <ueno@unixuser.org>
2852
2853 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2854 (mm-dissect-singlepart): Don't guess the MIME type of
2855 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2856 set.
2857 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2858 toplevel MIME type is multipart/encrypted.
2859
2860 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2861
2862 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
2863 In particular, add an optional argument and a docstring.
2864
2865 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2866
2867 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2868 current before calling `gnus-groups-to-gnus-format'.
2869 Note that this was already the case for `gnus-active-to-gnus-format'.
2870
2871 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2872
2873 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2874
2875 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2876
2877 * mm-decode.el (mm-dissect-buffer): Doc fix.
2878
2879 * gnus-sum.el (gnus-handle-ephemeral-exit):
2880 Avoid creating the group buffer if it doesn't exist.
2881
2882 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
2883 is given, mark the group as ephemeral with the current window conf.
2884
2885 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2886 buffer exists, which it doesn't if we haven't started Gnus.
2887 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2888
2889 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2890
2891 * mml.el (mml-generate-mime):
2892 Allow specifying what the top-level part type is.
2893
2894 * gnus-sum.el (gnus-auto-center-summary):
2895 `scroll-margin' isn't defined on XEmacs.
2896
2897 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2898
2899 * gnus-sum.el (gnus-auto-center-summary):
2900 Set default to respect `scroll-margin'.
2901
2902 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
2903
2904 * gnus-cite.el (gnus-dissect-cited-text): A single line without
2905 citation prefix within a block of cited text should be considered
2906 part of that block *only* if it is a blank line.
2907
2908 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2909
2910 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2911 before kinsoku-bol characters nor within kinsoku-eol characters.
2912
2913 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2914
2915 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2916 (gnus-topic-create-topic, gnus-topic-enter-dribble):
2917 Silence compiler.
2918 (gnus-sync-read): Use mapc instead of mapcar.
2919
2920 * mm-archive.el: Require mm-decode for some macros.
2921 (gnus-recursive-directory-files, mailcap-extension-to-mime):
2922 Silence the byte compiler.
2923 (mm-archive-decoders): New function that returns the value of
2924 the mm-archive-decoders variable.
2925
2926 * mm-decode.el:
2927 Don't require mm-archive; autoload mm-archive functions instead.
2928 (mm-dissect-singlepart): Use the function mm-archive-decoders.
2929
2930 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2931
2932 2012-06-26 Peter Münster <pmrb@free.fr>
2933
2934 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2935 (gnus-demon-cancel): Ditto.
2936 (gnus-demon-run-callback): When function cannot be called due to low
2937 idleness, call it when idleness reaches the expected value, instead
2938 of waiting another timer period.
2939 (gnus-demon-init): Add `time' to arguments of call-back.
2940
2941 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2942
2943 * gnus.el: Register gnus-registry functions.
2944
2945 * gnus-registry.el (gnus-try-warping-via-registry):
2946 Move here and indent.
2947
2948 * gnus-int.el (gnus-warp-to-article):
2949 Check whether the registry is enabled before warping.
2950
2951 2012-06-26 Dave Abrahams <dave@boostpro.com>
2952
2953 * gnus-sum.el (gnus-summary-insert-subject): Record information
2954 in the registry about each article retrieved.
2955
2956 * gnus-int.el (gnus-select-group-with-message-id): New function.
2957 (gnus-try-warping-via-registry): Ditto.
2958 (gnus-warp-to-article): Fall back on the registry.
2959
2960 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2961
2962 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2963
2964 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2965
2966 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2967 gnus-gcc-self-resent-messages may be a group parameter.
2968 (gnus-summary-resend-message):
2969 Don't encode encoded words in header when Gcc'ing resent message.
2970
2971 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2972
2973 * shr.el (shr-insert): Treat non-breaking space just like normal
2974 space. This seems to produce more pleasing results.
2975 (shr-insert):
2976 Only insert a blank line if we're starting from an image.
2977 (shr-tag-br):
2978 Allow <br> to end lines or to make a single blank line.
2979 (shr-ensure-paragraph): Consider lines with white space to be blank.
2980
2981 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2982
2983 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2984 and gnus-gcc-post-body-encode-hook.
2985
2986 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2987
2988 * mm-decode.el (mm-dissect-singlepart):
2989 Guess what the type of application/octet-stream parts really is.
2990
2991 * gnus-sum.el (gnus-propagate-marks): Remove.
2992
2993 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2994
2995 * nntp.el (nntp-coding-system-for-read): Remove.
2996 (nntp-coding-system-for-write): Ditto.
2997 (nntp-open-connection): Just use `binary' directly.
2998
2999 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3000
3001 * registry.el (registry-usage-test, registry-persistence-test):
3002 Move to tests/gnustest-registry.el.
3003 (registry-make-testable-db, registry-match-test)
3004 (registry-instantiation-test): Move to tests/gnustest-registry.el.
3005
3006 * gnus-registry.el (gnus-registry-misc-test)
3007 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3008
3009 * tests/gnustest-registry.el:
3010 New file with the registry and gnus-registry ERT tests.
3011
3012 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3013
3014 * gnus-msg.el (gnus-summary-resend-message):
3015 Make gnus-summary-resend-message-insert-gcc be last item in
3016 message-header-setup-hook.
3017
3018 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3019
3020 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3021 (nnfolder-marks, nnfolder-marks-file-suffix)
3022 (nnfolder-marks-modtime): Remove.
3023 (nnfolder-open-server): Don't use marks.
3024 (nnfolder-request-delete-group): Ditto.
3025 (nnfolder-request-rename-group): Ditto.
3026 (nnfolder-request-set-mark, nnfolder-request-marks)
3027 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3028 (nnfolder-save-marks, nnfolder-open-marks): Remove.
3029
3030 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3031 (nnml-marks-modtime): Remove.
3032 (nnml-request-delete-group): Don't use marks.
3033 (nnml-request-rename-group): Ditto.
3034 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3035 (nnml-save-marks, nnml-open-marks): Remove.
3036
3037 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3038 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3039 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3040 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3041 (nntp-server-to-method-cache): Remove.
3042
3043 * shr.el (shr-rescale-image): Fix wrong merge.
3044
3045 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3046
3047 * shr.el (shr-remove-trailing-whitespace):
3048 Really delete the padding on too-wide lines.
3049
3050 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3051
3052 * mm-archive.el (mm-archive-dissect-and-inline): New function.
3053 (mm-archive-dissect-and-inline): Fix up the undisplayer.
3054
3055 * mm-decode.el (mm-display-external): Output the text from
3056 the command in the buffer after the command finished.
3057 This makes text-based commands behave better.
3058
3059 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3060
3061 * message.el (smtpmail-smtp-user): Silence compiler warning.
3062
3063 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3064
3065 * message.el (message-multi-smtp-send-mail): Also allow specifying
3066 the SMTP user name.
3067
3068 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3069
3070 * gnus-sum.el (gnus-summary-article-map): Fix typo.
3071
3072 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3073
3074 * message.el (message-multi-smtp-send-mail): New function.
3075 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3076 header to implement multi-SMTP functionality.
3077
3078 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
3079 (gnus-agentize): Don't set it.
3080 (gnus-agent-send-mail): Don't use it.
3081
3082 * gnus-sum.el (gnus-summary-widget-backward):
3083 New function and keystroke.
3084
3085 * shr.el (shr-put-image): Remove underlines from sliced images.
3086 (shr-zoom-image): Compute the region to be replaced more correctly.
3087
3088 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3089
3090 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3091 (gnus-summary-resend-message-insert-gcc): New function.
3092 (gnus-summary-resend-message): Modify message-header-setup-hook and
3093 message-sent-hook to make it work for Gcc.
3094 (gnus-inews-do-gcc): Update the number of unread articles of groups
3095 that messages are Gcc'd to.
3096
3097 * message.el (message-resend): Run message-sent-hook to do Gcc.
3098
3099 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3100
3101 * gnus-registry.el (gnus-registry-fixup-registry):
3102 Move the message to a higher level to silence compilation.
3103
3104 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3105 parameter to allow controlling the scaling.
3106
3107 * shr.el (shr-zoom-image): New command and keystroke.
3108 (shr-put-image): Take a `size' flag to say how to scale the image.
3109
3110 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3111 Use recursive deletion.
3112 (mm-dissect-archive): Add support for zip files.
3113
3114 * gnus-util.el (gnus-recursive-directory-files): New function.
3115
3116 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3117 (mm-archive-decoders): Add tgz support.
3118
3119 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3120 Otherwise inserting text into the Gnus buffer can look odd.
3121
3122 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3123
3124 * mm-archive.el (mm-archive-decoders): Add support for tar.
3125
3126 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3127
3128 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3129
3130 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3131
3132 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3133
3134 * mm-archive.el: New file.
3135
3136 * mm-decode.el (mm-dissect-singlepart):
3137 Use it to decode ms-tnef files.
3138
3139 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3140
3141 * message.el (message-goto-*): Make all the `message-goto-*' commands
3142 push the mark before moving point. This makes it easier to go back
3143 to where you came from after editing whatever you jumped to.
3144
3145 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3146
3147 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3148 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3149 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3150
3151 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3152
3153 * spam.el: Move BBDB autoloads.
3154 (spam-exists-in-BBDB-p):
3155 New function to do the BBDB search directly in BBDB 2 and 3.
3156 (spam-check-BBDB): Use it.
3157 (spam-enter-ham-BBDB): Use it.
3158
3159 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
3160
3161 * gnus-group.el (gnus-group-get-new-news):
3162 New parameter `one-level' for scanning exactly one level.
3163
3164 * gnus-start.el (gnus-get-unread-articles): Ditto.
3165
3166 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3167
3168 * gnus-sync.el: More commentary about setup.
3169
3170 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3171
3172 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3173
3174 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3175
3176 * gnus-sync.el: Improve docs about CouchDB admins.
3177
3178 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3179
3180 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3181 not needed. Provide xmlplistread list function to produce XML plist
3182 output for non-Gnus LeSync clients.
3183
3184 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3185
3186 * gnus-sync.el: Add LeSync synchronization backend and logic to read
3187 and save against it. Group subscriptions, read marks, other marks,
3188 subscription levels, topic names, and topic offsets (the group's
3189 position within the topic) are saved. This is an experimental
3190 backend and may change significantly. Load json.el from
3191 the gnus-fallback-lib if it's not available otherwise.
3192 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3193
3194 2012-06-26 David Engster <dengste@eml.cc>
3195
3196 * tests/gnustest-nntp.el: New file for simple NNTP testing.
3197
3198 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
3199
3200 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3201
3202 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
3203
3204 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3205 is an integer to avoid later problems.
3206
3207 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3208
3209 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3210 locales.
3211
3212 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
3213
3214 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3215 articles when fetch-old is non-nil (bug#11370).
3216
3217 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3218
3219 * gnus-group.el (gnus-group-get-new-news):
3220 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
3221
3222 2012-06-10 Dave Abrahams <dave@boostpro.com>
3223
3224 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3225 groups (bug#11641).
3226
3227 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3228
3229 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3230 (bug#11514).
3231
3232 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3233
3234 * nntp.el: Stop the `letf' madness.
3235 (nntp--report-1): New var.
3236 (nntp-report): Merge nntp-report-1 into it.
3237 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3238 the nntp-report function.
3239
3240 * auth-source.el: Fix comment-style to follow the convention.
3241
3242 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
3243
3244 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3245 a string so that Gcc works (bug#11514).
3246
3247 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3250 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3251
3252 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3253
3254 * gnus-win.el (gnus-configure-frame): Don't signal an error when
3255 jumping to *Server* from a dedicated *Group* window.
3256 (gnus-configure-frame): CSE.
3257
3258 * gnus-registry.el: Minor style cleanup.
3259 (gnus-registry--set/remove-mark): New function, extracted from
3260 gnus-registry-install-shortcuts.
3261 (gnus-registry-install-shortcuts): Use it.
3262
3263 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
3264
3265 * nnspool.el (news-path): Use eval-and-compile.
3266
3267 2012-05-24 Glenn Morris <rgm@gnu.org>
3268
3269 * nnspool.el (news-directory, news-path, news-inews-program):
3270 Move here from paths.el. Don't see a need for these to be autoloaded.
3271
3272 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3273 Merge in doc from paths.el version. Don't see any need for this to be
3274 autoloaded, or for the warning about users not setting it.
3275
3276 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3277
3278 Fix minor Y10k bug.
3279 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3280
3281 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3282
3283 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3284 message once it's actually open.
3285
3286 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3287
3288 * auth-source.el (auth-source--aput-1, auth-source--aput)
3289 (auth-source--aget): New functions and macros.
3290 Use them instead of aput/aget.
3291
3292 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3293
3294 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3295
3296 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3297
3298 * plstore.el (plstore-called-interactively-p): New compat macro copied
3299 from message.el.
3300 (plstore-mode): Use it.
3301
3302 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3303
3304 * plstore.el: Revive the editing feature.
3305 (plstore-mode): New mode to edit plstore file.
3306 (plstore-mode-toggle-display, plstore-mode-original)
3307 (plstore-mode-decoded): New command.
3308 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3309 (plstore--insert-buffer, plstore--make): New function.
3310 (plstore-open, plstore-save): Simplify by using them.
3311
3312 2012-04-16 Glenn Morris <rgm@gnu.org>
3313
3314 * nndraft.el (nndraft-request-list): Fix declaration.
3315
3316 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3317
3318 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3319 don't have a current group.
3320
3321 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3322 have a group name.
3323
3324 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3325 a multibyte buffer (bug#7410).
3326 (article-wash-html): Parse the original article buffer to get the
3327 unencoded data (bug#7410).
3328
3329 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3330 .newsrc.el files.
3331
3332 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3333
3334 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3335 would have gotten if we posted to the group, and use that to compare
3336 against the message we want to cancel (bug#10808).
3337
3338 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3339
3340 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3341 "#" to avoid having them interpreted as comments.
3342
3343 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3344
3345 * shr.el (shr-insert): Update the text state properly to avoid
3346 inserting spurious paragraph starts.
3347
3348 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3349
3350 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
3351 requested (bug#10961).
3352
3353 * shr.el (shr-table-widths): Divide the extra width more fairly over
3354 the TDs (bug#10973).
3355 (shr-render-td): Don't delete too much padding.
3356 (shr-natural-width): Compute the natural width more correctly.
3357 (shr-insert): Allow the natural width to be computed for tables again.
3358 (shr-tag-table-1): Rework how the natural widths are computed by
3359 rendering the table a third time.
3360 (shr-natural-width): Remove.
3361 (shr-buffer-width): New function.
3362 (shr-expand-newlines): Use it.
3363
3364 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
3365 using a `gnus-use-full-window' setup (bug#11013).
3366
3367 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3368
3369 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3370 24.1 release.
3371
3372 2012-03-10 David Edmondson <dme@dme.org>
3373
3374 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3375 'Forwarded Message' header and the start of the message.
3376
3377 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3378
3379 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3380 isn't running (bug#10897).
3381
3382 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3383
3384 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3385
3386 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3387
3388 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3389
3390 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3391
3392 * mm-decode.el (mm-shr): Remove "soft hyphens".
3393
3394 * nnimap.el (nnimap-request-list): Return the group names encoded as
3395 utf8. Otherwise non-European group names don't work.
3396 (nnimap-request-newgroups): Ditto.
3397
3398 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3399 the default in `read-string' (bug#10757).
3400
3401 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3402 topics (bug#10843).
3403
3404 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3405 buffer. Suggested by Herbert Valerio Riedel.
3406 (nnimap-request-move-article): Delete the message from the correct IMAP
3407 server.
3408
3409 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
3410
3411 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3412 Reported by Peter Münster.
3413
3414 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
3415
3416 * shr.el (shr-image-fetched): Make sure we really kill the right
3417 buffer.
3418
3419 2012-02-16 Leo Liu <sdl.web@gmail.com>
3420
3421 * gnus-start.el (gnus-1): Avoid duplicate entries.
3422
3423 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
3424
3425 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3426 too-wide lines.
3427
3428 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
3429
3430 * shr.el (shr-rescale-image): Undo previous change; see
3431 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3432
3433 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3434
3435 * nnimap.el (nnimap-record-commands): New variable.
3436 (nnimap-log-command): Use it.
3437 (nnimap-make-process-buffer): Add a space to the process buffer.
3438 (nnimap-transform-headers): Don't bug out on header lines containing
3439 stuff that look like IMAP length encodings.
3440
3441 * shr.el (shr-rescale-image): Allow viewing large images.
3442
3443 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
3444
3445 * nnml.el (nnml-request-compact-group): Delete the marks file after
3446 compaction (bug#10800).
3447
3448 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3449 group exit.
3450
3451 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3452 QRESYNC/FETCH output.
3453
3454 2012-02-11 Glenn Morris <rgm@gnu.org>
3455
3456 * sieve-manage.el (sieve-manage-default-stream):
3457 * shr.el (shr):
3458 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3459 (nnir-retrieve-headers-override-function)
3460 (nnir-imap-default-search-key, nnir-notmuch-program)
3461 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3462 (nnir-method-default-engines):
3463 * message.el (message-cite-reply-position):
3464 * gssapi.el (gssapi-program):
3465 * gravatar.el (gravatar):
3466 * gnus-sum.el (gnus-refer-thread-use-nnir):
3467 * gnus-registry.el (gnus-registry-unfollowed-addresses)
3468 (gnus-registry-max-pruned-entries):
3469 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3470 * gnus-int.el (gnus-after-set-mark-hook)
3471 (gnus-before-update-mark-hook):
3472 * gnus-async.el (gnus-async-post-fetch-function):
3473 * auth-source.el (auth-source-cache-expiry):
3474 Add missing :version tags to new defcustoms and defgroups.
3475
3476 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3477
3478 * message.el (message-default-send-mail-function): Made into own
3479 function for reuse by emacsbug.el.
3480
3481 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
3482
3483 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3484 `gnus-sloppily-equal-method-parameters' to avoid a warning.
3485
3486 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3487
3488 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3489 running.
3490
3491 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3492
3493 * gnus.el (gnus-server-extend-method): Don't add an -address component
3494 if the method already has one (bug#9676).
3495
3496 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3497
3498 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3499 of an initial-input for consistency (bug#10757).
3500
3501 * shr.el: Inhibit getting and sending cookies when fetching pictures.
3502
3503 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3504
3505 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3506
3507 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3508 lines that are narrower than the window width. Otherwise background
3509 "blocks" will look less readable.
3510
3511 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3512
3513 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3514
3515 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3516
3517 * nnimap.el (nnimap-transform-headers): Remove unused variable.
3518 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3519 have newlines within the strings, and where the UID comes after the
3520 BODYSTRUCTURE element (bug#10537).
3521
3522 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3523 (bug#10732).
3524
3525 * shr.el (shr-insert-document): Add doc string.
3526 (shr-visit-file): Ditto.
3527 (shr-remove-trailing-whitespace): New function.
3528 (shr-insert-document): Use it to clean up trailing whitespace as the
3529 final step (bug#10714).
3530
3531 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3532
3533 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3534 buffer if `gnus-kill-summary-on-exit' is nil.
3535
3536 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
3537
3538 * gnus-sum.el (gnus-summary-show-thread):
3539 next-single-char-property-change may return nil in XEmacs.
3540
3541 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3542
3543 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3544 when just reading a single group from "without" Gnus.
3545
3546 2012-02-06 Chong Yidong <cyd@gnu.org>
3547
3548 * gnus-sum.el (gnus-summary-show-thread):
3549 next-single-char-property-change never returns nil (Bug#8657).
3550
3551 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
3552
3553 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3554 without reconnecting.
3555 (nnimap-possibly-change-group): Ditto.
3556 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3557 connection has died before being called.
3558
3559 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
3560
3561 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3562 an initial sync unless we're really doing one.
3563
3564 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3565 address parameter if one already exists (bug#9676).
3566
3567 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3568 not the prefix, as documented (bug#10689).
3569
3570 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3571
3572 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3573 the "server".
3574
3575 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3576 the real error message with the useless "previously known to be down".
3577 Which isn't even correct.
3578
3579 * nntp.el (nntp-open-connection): Report the error message if the nntp
3580 server can't be reached.
3581
3582 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3583 groups we do a total scan for.
3584 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3585 doing that.
3586
3587 2012-01-31 Jim Meyering <jim@meyering.net>
3588
3589 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3590 Correct a comment (insert "not") and hide nominally-doubled "to".
3591
3592 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3593
3594 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3595 section in the manual.
3596
3597 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3598
3599 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3600 words.
3601 (rfc2047-encode-string): Ditto.
3602 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
3603 understand folded filename="..." parameters, for instance.
3604
3605 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3606 the message for greater debuggability.
3607
3608 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
3609
3610 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3611 instead of setting it locally, since the latter doesn't seem to have
3612 any effect (most of the time).
3613
3614 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
3615
3616 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3617 function call.
3618
3619 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
3620
3621 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3622 seconds, and make the repeat clause with HH:MM specs work as
3623 documented.
3624
3625 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
3626
3627 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3628 so that previous errors don't prohibit getting new news.
3629
3630 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3631
3632 * nntp.el (nntp-retrieve-group-data-early): Ditto.
3633
3634 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3635
3636 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3637 bound globally in old Emacsen and XEmacsen.
3638
3639 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
3640
3641 * gnus.el (gnus-group-find-parameter): Check for liveness of the
3642 buffer, not of the string which is its name.
3643
3644 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3645
3646 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3647 non-server-marks groups.
3648 (gnus-group-make-articles-read): Ditto.
3649
3650 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3651 methods (bug#9676).
3652
3653 * gnus.el (gnus-method-ephemeral-p): New function.
3654
3655 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3656
3657 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3658 left-to-right.
3659
3660 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3661
3662 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3663 warning.
3664
3665 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3666
3667 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3668 macroexpand the nnir things, since they haven't been defined yet, and
3669 nnir requires gnus-sum.
3670
3671 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3672
3673 * mm-decode.el (mm-interactively-view-part): Fix prompt.
3674
3675 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
3676
3677 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3678 logical server name in addition to the actual machine address.
3679
3680 * auth-source.el (auth-source-user-and-password): Add convenience
3681 wrapper to search by just host and optionally user.
3682
3683 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3684
3685 * shr.el (shr-visit-file): Move point to the beginning of the buffer
3686 after rendering.
3687
3688 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3689
3690 * gnus-sum.el (gnus-summary-read-group): Document more parameters
3691 (bug#9693).
3692 (gnus-summary-setup-buffer): Document return value (bug#9697).
3693
3694 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3695 since ido doesn't work on symbols (bug#9632).
3696
3697 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3698 when getting a single value as when getting all the values. This means
3699 that atoms like `gcc-self' work cumulatively, like variable settings,
3700 instead of getting the value from the last matching clause.
3701 (gnus-group-find-parameter): Protect against the group buffer not
3702 existing (bug#9585).
3703
3704 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3705
3706 * gnus-start.el (gnus-activate-group): Document more parameters
3707 (bug#9694).
3708
3709 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3710 (bug#9692).
3711
3712 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3713 article was fetched, so that it can be expired later (bug#9958).
3714 (gnus-agent-summary-fetch-series): Add doc string.
3715 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3716 (bug#9517).
3717
3718 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3719 retrieval is happening.
3720
3721 * gnus.el (gnus-parameters): Doc fix.
3722
3723 2012-01-06 Dave Abrahams <dave@boostpro.com>
3724
3725 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3726 show the thread after expansion.
3727
3728 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3729
3730 * gnus-art.el (article-narrow-to-head): If the head is completely
3731 empty, narrow to the empty region (bug#9764).
3732
3733 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3734 read, and then mark them as unread only when the unread mark is used.
3735 This makes `C-- T k' actually work, even though it's confusing.
3736
3737 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3738 alive before we try to find its window.
3739
3740 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
3741
3742 * mm-decode.el (mm-display-external): Use a longer timeout for the
3743 deletion to allow slow programs to display the file.
3744
3745 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3746
3747 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3748 prompt to be less confusing.
3749
3750 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3751 argument to `message-reply'. This broke `special-display-*' frame
3752 pop-uping (bug#10238).
3753
3754 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3755
3756 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3757 systems, since these allegedly don't work there.
3758
3759 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
3760
3761 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3762 live buffer.
3763
3764 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3765
3766 * nnir.el (nnir-retrieve-headers): Protect against the article not
3767 existing on the server (bug#10335).
3768
3769 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3770
3771 * gnus-agent.el (gnus-agent-load-local):
3772 Recompute gnus-agent-article-local on changing method.
3773
3774 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3775
3776 * gnus.el (gnus-parameters): Note precedence.
3777
3778 2012-01-04 Leo Liu <sdl.web@gmail.com>
3779
3780 * nndraft.el (nndraft-update-unread-articles): Don't move point around
3781 in the group buffer.
3782
3783 2012-01-04 Julien Danjou <julien@danjou.info>
3784
3785 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3786 change.
3787
3788 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3789
3790 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3791 too.
3792
3793 * nntp.el (nntp-retrieve-group-data-early): Use it.
3794
3795 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3796
3797 * nntp.el (nntp-retrieval-in-progress): New variable.
3798 (nntp-make-process-buffer): Make it buffer-local.
3799
3800 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3801 2010.
3802 (gnus-demon-init): Use it to compute the time if time is on the form
3803 "04:23".
3804
3805 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3806
3807 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3808 status in the correct buffer.
3809
3810 2012-01-03 Leo Liu <sdl.web@gmail.com>
3811
3812 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3813 when opening topics (bug#10407).
3814
3815 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
3816
3817 * mm-view.el (mm-display-inline-fontify): Add comment.
3818
3819 2011-12-15 Juri Linkov <juri@jurta.org>
3820
3821 * mm-decode.el (mm-inline-media-tests): Add missing
3822 `mm-handle-media-subtype'.
3823
3824 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
3825
3826 * message.el (message-valid-fqdn-regexp): Update with newly approved
3827 top-level domain names ".tel" and ".asia".
3828
3829 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
3830
3831 * gnus-sum.el (gnus-summary-show-article): Don't load shr
3832 unconditionally.
3833
3834 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3835
3836 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3837 pop-to-buffer-same-window for old Emacsen.
3838
3839 2011-12-04 Chong Yidong <cyd@gnu.org>
3840
3841 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3842 change (Bug#10200).
3843
3844 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3845
3846 * compface.el (uncompface):
3847 * gnus-art.el (gnus-article-x-face-command): Update the header format
3848 of icon data for the most recent icontopbm program.
3849
3850 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3851
3852 * gnus-msg.el (gnus-inews-do-gcc):
3853 * message.el (message-send-mail):
3854 * mml.el (mml-generate-mime): Share the value of the buffer-local
3855 `message-options' variable between a draft buffer and temprary working
3856 buffers.
3857
3858 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3859
3860 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3861
3862 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3863
3864 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3865 for Cygwin.
3866
3867 2011-11-24 Glenn Morris <rgm@gnu.org>
3868
3869 * starttls.el: Fix case of "GnuTLS".
3870
3871 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3872
3873 * gnus-group.el (gnus-group-highlight): Fix typo.
3874
3875 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
3876
3877 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3878 value of `delete-file', that returns nil for a local file but returns t
3879 for a remote file using ssh.
3880
3881 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3882
3883 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3884 avoid later breakage.
3885
3886 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
3887
3888 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3889 article buffers' name.
3890
3891 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3892
3893 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3894 by Paul Eggert's spellfixes two days ago.
3895
3896 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3897
3898 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3899 buffer-local instead of binding them to avoid warnings. Also demote
3900 errors (bug#10063).
3901 (font-lock-mode-hook): Shut up byte compiler.
3902
3903 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3904
3905 * mm-util.el (mm-charset-after): Fix typo.
3906
3907 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3908
3909 * gnus-sum.el (gnus-summary-make-menu-bar):
3910 * gnus-uu.el (gnus-uu-decode-postscript)
3911 (gnus-uu-decode-postscript-and-save):
3912 * mailcap.el (mailcap-print-command):
3913 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3914 Fix typos.
3915
3916 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3917
3918 * gnus-art.el (gnus-article-part-wrapper):
3919 * shr-color.el (shr-color-visible-distance-min)
3920 (shr-color-relative-to-absolute, set-minimum-interval)
3921 (shr-color-visible): Fix typos.
3922
3923 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3924
3925 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3926 slightly clearer.
3927
3928 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3929
3930 * message.el (message-send-and-exit): Document `arg'.
3931
3932 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3933
3934 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3935
3936 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
3937
3938 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3939 we don't use `bound-and-true-p'.
3940
3941 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
3942
3943 * gnus-util.el (gnus-bound-and-true-p): Remove.
3944 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3945 * nnir.el: Use it.
3946 * nnmairix.el: Use it.
3947
3948 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3949
3950 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3951 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3952 for reasons unknown.
3953 * nnir.el: Use it.
3954 * nnmairix.el: Use it.
3955
3956 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3957 * nnir.el: Ditto.
3958 * nnmairix.el: Ditto.
3959
3960 * gnus-registry.el (gnus-registry-enabled): Default to nil.
3961
3962 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3963
3964 * message.el (message-completion-function): Make sure
3965 message-tab-body-function is not attempted if one of
3966 message-completion-alist fails to find a completion (bug#9158).
3967
3968 2011-10-26 Daiki Ueno <ueno@unixuser.org>
3969
3970 * mml.el (mml-quote-region): Quote <#secure> tag.
3971 (mml-generate-mime-1): Unquote <#secure> tag.
3972
3973 2011-10-20 Chong Yidong <cyd@gnu.org>
3974
3975 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3976 calling a minor mode from Lisp with nil arg enables it, so we have to
3977 make the wording a bit ambiguous here).
3978
3979 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
3980
3981 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3982 * nnir.el (nnir-mode): Use it.
3983 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3984 Use it.
3985
3986 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3987 * nnmairix.el (gnus-registry-enabled): Ditto.
3988
3989 2011-10-17 Dave Abrahams <dave@boostpro.com>
3990
3991 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
3992 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3993 only while we need to find out if it should be t or nil.
3994 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3995 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3996 the registry is installed. Set it to nil when it's unloaded.
3997 (gnus-registry-install-p): Provide user guidance for the initial value
3998 of `gnus-registry-install' when it's 'ask, otherwise return its value.
3999 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4000 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4001 * nnmairix.el (nnmairix-determine-original-group-from-registry):
4002 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4003 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4004 `gnus-registry-install'.
4005
4006 2011-10-17 Daiki Ueno <ueno@unixuser.org>
4007
4008 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4009 previous change.
4010 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4011 primary key is marked as disabled.
4012
4013 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
4014
4015 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4016 primary key is marked as disabled.
4017
4018 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
4019
4020 * html2text.el (html2text-clean-anchor): Check for quotes around
4021 `href' value.
4022
4023 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
4024
4025 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4026 searching. Drop `bbdb-cache'.
4027
4028 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4029
4030 * message.el (message-signed-or-encrypted-p): Exclude header when
4031 checking if there is signed or encrypted body in text/plain message.
4032
4033 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
4034
4035 * html2text.el (html2text-get-attr): Correctly handle attribute values
4036 containing "=".
4037
4038 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
4039
4040 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4041 handle bindings.
4042
4043 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4044
4045 * gnus-win.el (gnus-configure-windows): Protect against reading
4046 ephemeral groups outside of Gnus.
4047
4048 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
4049
4050 * shr.el (shr-tag-img): Don't get images displayed in tables.
4051
4052 2011-10-03 Glenn Morris <rgm@gnu.org>
4053
4054 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4055 the "maintainer" version of debbugs.gnu.org reports.
4056
4057 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4058
4059 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4060 make asynchronous adjacent image insertion work better.
4061
4062 2011-09-27 Daiki Ueno <ueno@unixuser.org>
4063
4064 * plstore.el (plstore-select-keys, plstore-encrypt-to):
4065 Clarify documentation.
4066
4067 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4068
4069 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4070 `gnus-asynchronous' isn't shadowed.
4071
4072 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4073
4074 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4075 (nnimap-insert-partial-structure): The charset parameter isn't
4076 case-sensitive.
4077
4078 * nnheader.el (nnheader-message-maybe): New function.
4079
4080 * shr.el (shr-tag-table): Render totally broken tables better.
4081
4082 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4083 computing the boundary.
4084
4085 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4086
4087 * pop3.el (pop3-number-of-responses): Remove.
4088 (pop3-wait-for-messages): Rewrite to take linear time instead of
4089 exponential time.
4090
4091 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4092
4093 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4094 re-fetch images.
4095
4096 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4097 re-fetch images when hitting `g' in Gnus.
4098
4099 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4100
4101 * mml.el (mml-inhibit-compute-boundary): New internal variable.
4102 (mml-compute-boundary): Don't check collision if it is non-nil.
4103 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4104 before checking collision.
4105
4106 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4107
4108 * message.el (message-indent-citation): Really make sure there's a
4109 newline at the end.
4110
4111 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4112 Fix suggested by John Wiegley.
4113
4114 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4115
4116 * gnus-art.el (gnus-treat-hide-citation): Add doc.
4117
4118 * message.el (message-default-send-rename-function): Break out into its
4119 own function.
4120
4121 * ecomplete.el (ecomplete-display-matches): Revert patch since it
4122 doesn't work under XEmacs.
4123
4124 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4125 of "imaps" to word around Windows problems.
4126 (nnimap-open-connection-1): Use it.
4127
4128 * message.el (message-indent-citation): Revert last change which made
4129 `F' not work.
4130
4131 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
4132
4133 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4134 terminal as well.
4135
4136 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
4137
4138 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4139 because it displays images using overlays that aren't easy to copy to
4140 the article buffer.
4141
4142 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
4143
4144 * message.el (message-indent-citation): Fix empty line removal at the
4145 end of the citation.
4146
4147 2011-09-20 Julien Danjou <julien@danjou.info>
4148
4149 * auth-source.el (auth-source-netrc-create): Use default value for
4150 password if specified. Evaluate default.
4151 (auth-source-plstore-create): Ditto.
4152 (auth-source-plstore-create, auth-source-netrc-create): Fix default
4153 value evaluation.
4154 (auth-source-netrc-create): Typo fix.
4155 (auth-source-plstore-create): Ditto.
4156
4157 * auth-source.el (auth-source-format-cache-entry): New function.
4158
4159 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4160
4161 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4162
4163 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4164
4165 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4166
4167 2011-09-19 Julien Danjou <julien@danjou.info>
4168
4169 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4170 which work with things that are not ASCII.
4171
4172 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4173
4174 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4175
4176 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4177
4178 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4179 message level.
4180
4181 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
4182
4183 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4184
4185 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4186
4187 * gnus.el (gnus-interactive-exit): Update defcustom spec.
4188
4189 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4192 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4193
4194 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
4195
4196 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4197 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4198 articles.
4199
4200 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
4201
4202 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4203 (message-mail-other-window, message-mail-other-frame)
4204 (message-news-other-window, message-news-other-frame):
4205 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4206 instead of setting buffer display variables.
4207
4208 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4209
4210 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4211
4212 * gnus-sum.el (gnus-fetch-headers): Bump message level.
4213
4214 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4215
4216 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4217 duplicates" to a higher level.
4218
4219 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4220 most egregious messages.
4221
4222 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4223
4224 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4225
4226 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
4227
4228 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4229 up the file (bug#9351).
4230
4231 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4232
4233 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
4234 it does with all other backends, but decode the names immediately after
4235 getting them.
4236
4237 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4238 decoding nnimap groups.
4239
4240 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4241 newsrc file. It doesn't seem like an important optimization any more.
4242
4243 2011-09-10 Dave Abrahams <dave@boostpro.com>
4244
4245 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4246 overflows.
4247
4248 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4249
4250 * gnus.el (gnus-article-mark-lists): Remove `recent'.
4251 (gnus-interactive-exit): Extend to `quiet'.
4252
4253 * gnus-sum.el (gnus-offer-save-summaries): Use it.
4254
4255 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4256 string.
4257
4258 * plstore.el (plstore--get-buffer): Silence compiler warnings by
4259 renaming function arguments from `this'.
4260
4261 * gnus-sum.el (gnus-newsgroup-recent): Remove.
4262
4263 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4264 has been renamed.
4265 (gnus-lrm-string-p): Include RLM and PDF, too.
4266
4267 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4268 (bug#9225).
4269
4270 2011-09-10 Eli Zaretskii <eliz@gnu.org>
4271
4272 Add autoload cookies for functions used by sendmail.el.
4273 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4274
4275 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4276
4277 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4278
4279 * gnus-art.el (article-date-ut): Work properly even when there are
4280 things like Date header in the body; work for forwarded parts.
4281
4282 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
4283
4284 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4285 original-article-buffer.
4286
4287 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
4288
4289 * nnir.el (nnir-compose-result): Fix matching of server type.
4290 (nnir-run-swish++): Ditto.
4291 (nnir-run-namazu): Ditto.
4292 (nnir-run-notmuch): Ditto.
4293
4294 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4295
4296 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4297 (bug#9405).
4298
4299 * gnus-score.el (gnus-summary-increase-score): Doc clarification
4300 (bug#9421).
4301
4302 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4303 (bug#9425).
4304
4305 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4306 thing (bug#9426).
4307
4308 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4309
4310 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4311 the error message.
4312
4313 2011-09-02 Eli Zaretskii <eliz@gnu.org>
4314
4315 * message.el (message-setup-1): Return t (Bug#9392).
4316
4317 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
4318
4319 * gnus-sum.el: When adding article headers to a summary buffer also
4320 update gnus-newsgroup-articles (bug#9386).
4321
4322 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
4323
4324 * auth-source.el: Autoload help-mode.
4325
4326 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4327
4328 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4329 names.
4330
4331 2011-08-27 Daiki Ueno <ueno@unixuser.org>
4332
4333 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4334 mm-replace-in-string for compatibility issues.
4335 * mml2015.el (mml2015-epg-verify): Ditto.
4336
4337 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
4338
4339 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4340
4341 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4342
4343 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4344
4345 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4346 continue on and do the clean-up phase (bug#9188).
4347
4348 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4349 just ignore groups that can't be opened instead of erroring out
4350 (bug#9225).
4351
4352 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4353 nil since some many people are fuddy-duddies.
4354
4355 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4356 images.
4357
4358 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4359 instead.
4360
4361 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4362
4363 * gnus-util.el (gnus-process-live-p): Copy over compat function.
4364
4365 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4366 processing.
4367
4368 * nntp.el (nntp-kill-buffer): Kill the process before killing the
4369 buffer to avoid warnings.
4370
4371 2011-08-20 Simon Josefsson <simon@josefsson.org>
4372
4373 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4374 specified to reduce precision.
4375
4376 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4377
4378 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4379 bodystructures (bug#9314).
4380
4381 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
4382
4383 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4384 Make button keymap non-sticky after buttons.
4385
4386 2011-08-18 David Engster <dengste@eml.cc>
4387
4388 * nnmairix.el (nnmairix-request-set-mark)
4389 (nnmairix-goto-original-article): Remove adding of article to registry,
4390 since `gnus-registry-add-group' isn't available anymore.
4391 (nnmairix-determine-original-group-from-registry):
4392 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4393 available anymore.
4394
4395 2011-08-12 Simon Josefsson <simon@josefsson.org>
4396
4397 * starttls.el (starttls-any-program-available): Define as obsolete
4398 function.
4399
4400 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4401
4402 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4403 versions which Gnus use when appropriate.
4404
4405 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4406 a pretty destructive command.
4407
4408 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4409
4410 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4411
4412 * message.el (message-fix-before-sending): Make a different warning
4413 about NUL characters (bug#9270).
4414
4415 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4416 from custom (bug#9260).
4417
4418 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4419 things work in Emacs 22 and XEmacs, too.
4420
4421 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4422 default From.
4423
4424 * gnus-spec.el (gnus-lrm-string-p): New macro.
4425 (gnus-lrm-string): New constant.
4426 (gnus-summary-line-format-spec): LRM-ify the from.
4427 (gnus-tilde-max-form): LRM-ify string chopping.
4428
4429 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4430
4431 * message.el (message-is-yours-p): Allow disabling canlock checking
4432 (bug#9295).
4433 (message-shoot-gnksa-feet): Add `canlock-verify'.
4434 (message-auto-save-directory): Use ~/ as the auto-save directory if the
4435 message directory isn't writable (bug#9304).
4436
4437 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4438 non-world-readable.
4439
4440 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
4441
4442 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4443 articles.
4444
4445 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
4446
4447 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4448 copy-list.
4449
4450 2011-08-12 Sam Steingold <sds@gnu.org>
4451
4452 * gnus-score.el (gnus-score-find-alist): Keep the score files already
4453 in the reverse order to avoid modifying the cache with `nreverse'.
4454 (gnus-all-score-files): Do not modify the value returned by
4455 `gnus-score-find-alist' because it lives in a cache variable.
4456 (gnus-current-home-score-file): No need to `nreverse' the return value
4457 of `gnus-score-find-alist', it is already in the correct order.
4458
4459 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
4460
4461 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4462 type MESSAGE and subtype RFC822 is slightly different from those of
4463 type TEXT.
4464
4465 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
4466
4467 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4468 This allows article-referral to work from an nnir group.
4469
4470 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
4471
4472 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4473
4474 2011-08-04 Daiki Ueno <ueno@unixuser.org>
4475
4476 * mml1991.el (mml1991-epg-find-usable-key)
4477 (mml1991-epg-find-usable-secret-key): New function.
4478 (mml1991-epg-sign): Check if signing key is usable.
4479 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4480
4481 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
4482
4483 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4484 server-variables only. This should fix a bug introduced with commit
4485 e1889675b7f4adf057833c5513c9374134c4e053.
4486 (nnir-run-query): 'nnir-search-engine should not be set from the global
4487 environment.
4488
4489 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
4490
4491 * nnir.el (nnir-search-thread): Position point on referring article
4492 line.
4493 (nnir-warp-to-article): Clean up summary buffers.
4494
4495 * nnimap.el (nnimap-request-thread): Whitespace fix.
4496
4497 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
4498
4499 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4500
4501 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4502
4503 * starttls.el (starttls-available-p): Rename from
4504 `starttls-any-program-available' and changed return convention.
4505
4506 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
4507
4508 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4509 `unix-sync' unless it's defined.
4510
4511 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
4512
4513 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4514 `aref' for XEmacs compatibiltiy.
4515
4516 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4517
4518 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4519
4520 2011-07-31 Dave Abrahams <dave@boostpro.com>
4521
4522 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4523 closures, quote the form properly (bug#9194).
4524
4525 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4526
4527 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4528 (gnus-summary-insert-new-articles): Protect against servers that are
4529 down.
4530
4531 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4532
4533 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4534 in mm handle if none is specified.
4535
4536 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
4537
4538 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4539
4540 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
4541
4542 * nnir.el (nnir-search-thread): New function to make an nnir group
4543 based on a thread query.
4544
4545 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4546 of nnir in thread referral.
4547 (gnus-summary-refer-thread): Use it.
4548
4549 * nnimap.el (nnimap-request-thread): Use it.
4550
4551 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4552
4553 * shr.el (shr-tag-comment): Ignore HTML comments.
4554
4555 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
4556
4557 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4558 argument.
4559 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4560 Use `nnir-address' to handle server info rather than passing an arg.
4561
4562 * nnimap.el (nnimap-make-thread-query): New utility function to format
4563 an imap thread search query.
4564 (nnimap-request-thread): Use it.
4565
4566 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4567 right select-method if we are not going back to the group buffer.
4568
4569 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4570
4571 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4572 enter invalid buffer configurations into the quit form (bug#9107).
4573 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4574 unplugged/plugged.
4575
4576 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4577 keep track of which ones are unread (bug#9061).
4578
4579 * gnus.el (gnus-refer-article-method): Allow entering any sexp
4580 (bug#9055).
4581
4582 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4583 (bug#9041).
4584
4585 * gnus-html.el (mm-util): Require (bug#9073).
4586
4587 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4588 (gnus-summary-refer-thread): Use it to remove duplicates in the
4589 un-threaded view (bug#9053).
4590 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4591
4592 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
4593
4594 * nnir.el (nnir-read-server-parm): Use default value from global
4595 variable. Without this the default search engine parameters aren't
4596 used at all.
4597
4598 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4599
4600 * message.el (message-unique-id): Don't use the undocumented return
4601 value from (random t) (bug#9118).
4602
4603 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4604
4605 * message.el (message-auto-save-directory): If the ~/Mail directory
4606 doesn't exist, use ~ as the auto-save directory (bug#4432).
4607
4608 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4609 hasn't already been started.
4610
4611 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4612
4613 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4614
4615 * message.el (message-reply): Work around mysterious bug where
4616 `message-mode' seems to overwrite the locally bound `subject' variable.
4617
4618 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
4619
4620 * nnimap.el (nnimap-request-thread): Ensure search is performed in
4621 correct group.
4622
4623 * gnus-int.el (gnus-request-thread): Add group argument.
4624
4625 * gnus-sum.el (gnus-summary-refer-thread): Use it.
4626
4627 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4628
4629 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4630 renamed to `debbugs-gnu-*'.
4631
4632 2011-07-08 Daiki Ueno <ueno@unixuser.org>
4633
4634 * plstore.el: Revert the editing feature since it is not urgent.
4635 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4636 (plstore-mode-decoded): Remove.
4637
4638 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4639
4640 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
4641 isn't very interesting any more, and it leaks potentially secret data.
4642 (gnus-debug): Remove.
4643
4644 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4645 use of :custom-show.
4646
4647 2011-07-07 Daiki Ueno <ueno@unixuser.org>
4648
4649 * plstore.el: Add documentation.
4650 (plstore-mode): New mode to edit plstore file.
4651 (plstore-mode-toggle-display, plstore-mode-original)
4652 (plstore-mode-decoded): New command.
4653 (plstore--encode, plstore--decode, plstore--write-contents-functions)
4654 (plstore--insert-buffer, plstore--make): New function.
4655 (plstore-open, plstore-save): Simplify by using them.
4656
4657 2011-07-06 Glenn Morris <rgm@gnu.org>
4658
4659 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4660
4661 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4662
4663 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4664 no longer is much used.
4665 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4666 Articles".
4667
4668 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
4669
4670 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4671 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4672 `notmuch' backend.
4673
4674 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4675
4676 * mm-decode.el (mm-text-html-renderer): Doc fix.
4677
4678 * gnus-msg.el (gnus-bug): Fix the MML tag.
4679
4680 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4681
4682 2011-07-05 Daiki Ueno <ueno@unixuser.org>
4683
4684 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4685 secondary methods if started with `gnus-no-server'.
4686
4687 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4688
4689 * message.el (message-return-action): Fix typo in docstring.
4690
4691 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4692
4693 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4694 bug reports at once.
4695
4696 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4697
4698 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
4699
4700 * nndraft.el: Require gnus-group.
4701 (nndraft-request-list): Declare.
4702
4703 * nndraft.el (nndraft-update-unread-articles): Don't show group having
4704 no unread article unless it matches gnus-permanently-visible-groups.
4705
4706 * nndraft.el (nndraft-update-unread-articles): New function.
4707 (nndraft-request-associate-buffer): Use it to update the number of
4708 unread articles for the nndraft groups in the group buffer when saving
4709 or killing a draft message.
4710
4711 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4712
4713 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4714 systems to binary before writing and reading the mbox files.
4715
4716 * gnus.el (gnus-summary-line-format): Link to the info node for %U
4717 instead of trying to list them all (bug#8978).
4718
4719 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4720
4721 * pop3.el (pop3-open-server): Use :end-of-capability.
4722
4723 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4724
4725 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4726 the id is always a number.
4727
4728 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4729 debbugs mode, if possible.
4730
4731 2011-07-02 Daiki Ueno <ueno@unixuser.org>
4732
4733 * auth-source.el (auth-source-token-passphrase-callback-function):
4734 Reindent.
4735 (epg-context-operation): Remove unnecessary autoload.
4736
4737 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4738
4739 * gnus.el (gnus-list-debbugs): New command.
4740
4741 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4742 mboxstat instead of the maintbox, since the stat seems to be fuller.
4743
4744 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4745 summary buffers.
4746
4747 * message.el (message-get-reply-headers): Delete all duplicates,
4748 instead of the first.
4749 (message-get-reply-headers): Ensure that we have progress while
4750 deleting duplicates.
4751
4752 * gnus-msg.el (gnus-configure-posting-styles): Get the local
4753 gnus-posting-style value from the summary buffer to make it easier to
4754 make that a per-buffer conf.
4755
4756 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
4757
4758 * nnir.el (nnir-run-imap): Allow halting a search when an article is
4759 found by setting `shortcut' in 'query.
4760 (nnir-request-article): Use `shortcut' setting when requesting article
4761 by Message-ID.
4762
4763 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
4764
4765 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4766 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4767 Bring the pseudo-headers back too.
4768
4769 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4770
4771 * auth-source.el (auth-source-token-passphrase-callback-function):
4772 Simplify and remove EPA dependency.
4773
4774 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
4775
4776 * nnir.el (nnir-request-article): Fix error message text.
4777
4778 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4779
4780 * auth-source.el (plstore-delete): Autoload.
4781 (auth-source-plstore-search): Support delete operation.
4782 * plstore.el (plstore-delete): New function.
4783
4784 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4785
4786 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4787 mark actually existing articles as unread rather than the ones that
4788 active asserts.
4789
4790 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4791
4792 * nntp.el (nntp-record-command):
4793 * gnus-util.el (gnus-message-with-timestamp-1):
4794 Use format-time-string rather than decoding time stamps by hand.
4795 This is simpler and insulates the code from potential changes to
4796 current-time format.
4797
4798 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4799
4800 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4801
4802 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4803
4804 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4805 (plstore-save): Support public key encryption.
4806 (plstore--init-from-buffer): New function.
4807 (plstore-open): Use it; fix error when opening a non-existent file.
4808 (plstore-revert): Use plstore--init-from-buffer.
4809
4810 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4811
4812 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4813
4814 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4815
4816 * mml2015.el (mml2015-use): Replace string-match-p with string-match
4817 for old Emacsen.
4818
4819 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4820
4821 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4822 is not fully working.
4823
4824 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4825
4826 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4827 quit window configuration.
4828
4829 * auth-source.el (epg-context-set-passphrase-callback):
4830 Remove duplicate autoload.
4831
4832 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4833
4834 * nnir.el (nnir-request-article): Allow requesting articles by
4835 Message-ID with nnimap.
4836
4837 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4838 current server.
4839
4840 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4841
4842 * auth-source.el: Autoload EPA/EPG functions.
4843 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4844 changed when EPA/EPG is not available.
4845 (auth-source-backend): Rename "arg" member to "data".
4846 (auth-source-backend-parse, auth-source-plstore-search)
4847 (auth-source-plstore-create): Use it.
4848
4849 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4850
4851 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4852 `gnus-refer-article-methods'.
4853
4854 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4855
4856 * auth-source.el: Require EPA and EPG.
4857 (auth-source-passphrase-alist): New variable.
4858 (auth-source-passphrase-callback-function)
4859 (auth-source-token-passphrase-callback-function): Callbacks for the
4860 netrc field encryption (GPG tokens).
4861 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4862 Symmetric encryption and decryption of the netrc GPG tokens.
4863 (auth-source-netrc-normalize): Use them, simplifying the closure.
4864
4865 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4866
4867 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4868 non-nil, and `nnimap-split-methods' is nil, use the former.
4869
4870 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4871
4872 * plstore.el (plstore-revert): New function.
4873 (plstore-open): Use it; hide the buffer from user.
4874
4875 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4876
4877 * auth-source.el (auth-source-backend): New member "arg".
4878 (auth-source-backend-parse): Handle new backend 'plstore.
4879 * plstore.el: New file.
4880
4881 2011-06-30 Glenn Morris <rgm@gnu.org>
4882
4883 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4884
4885 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4886
4887 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4888
4889 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4890 expiring articles to.
4891
4892 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4893 variations as ASCII (bug#5458).
4894
4895 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4896
4897 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4898
4899 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4900
4901 * message.el (message-point-in-header-p): Tweak the function to default
4902 to saying that we're not in the headers if there is no separator at
4903 all. This makes it possible to use the Message version of `M-q' in
4904 buffers with no headers (bug#7987).
4905 (message-point-in-header-p): Fix last checkin to work with an empty
4906 mail-header-separator, too.
4907
4908 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4909 again, save the choice via customize.
4910
4911 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4912
4913 * message.el (message-send-mail-function): Add `sendmail-query-once'.
4914
4915 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4916 ended the connection, bail out before waiting infinitely on a new
4917 connection.
4918
4919 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
4920
4921 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4922 reports.
4923
4924 * gnus.el (gnus-bug-package): Use "gnus."
4925 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4926
4927 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4928
4929 * gnus-art.el (gnus-article-stop-animations): New function to stop any
4930 animations going on at article exit time.
4931
4932 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4933 since removing it breaks people upgrading.
4934
4935 * shr.el (shr-put-image): Use the new interface for animating images.
4936 (shr-put-image): Animate for 60 seconds.
4937
4938 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4939 error with `find-file-hooks' on Emacs 22.
4940 (with-auth-source-epa-overrides): Ugly hack to Wrap the
4941 `find-file-hook' things in `symbol-value' to avoid compilation warnings
4942 on all architectures.
4943
4944 * spam.el (spam-stat): Require in a normal fashion without binding
4945 `spam-stat-install-hooks' to avoid compilation warnings.
4946
4947 * spam-stat.el (spam-stat-install-hooks): Remove.
4948 (spam-stat-install-hooks): Don't run automatically.
4949
4950 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
4951
4952 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4953 and keystroke.
4954
4955 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
4956
4957 * auth-source.el (auth-source-netrc-cache): Move forward.
4958
4959 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4960
4961 * auth-source.el (auth-source-netrc-create): Don't query the bits that
4962 we already know.
4963 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4964 (auth-source-netrc-create): Don't prompt for the stuff we already know.
4965
4966 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4967
4968 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4969 %S format, since that looks odd.
4970 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4971 file, especially when saving.
4972
4973 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
4974
4975 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
4976 article found.
4977
4978 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
4979
4980 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4981 `auth-source-save-secrets' with a more sensitive alist that can be
4982 configured per file. Experimental, so defaults to 'never.
4983 (auth-source-netrc-create): Use it. Still experimental code.
4984 (with-auth-source-epa-overrides): Use `find-file-hooks' if
4985 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
4986
4987 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
4988
4989 * auth-source.el (auth-source-save-secrets): New variable to control if
4990 secret tokens should be saved encrypted.
4991 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4992 to `auth-source-netrc-normalize'.
4993 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
4994 on the EPA variables being defined.
4995 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4996 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4997 the lexical-let closure.
4998 (auth-source-netrc-create): Create "gpg:" tokens according to
4999 `auth-source-save-secrets'.
5000
5001 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
5002
5003 * gnus-group.el (gnus-group-update-group): Add new argument
5004 `info-unchanged' that stops updating dribble buffer.
5005
5006 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5007 deletes lines matching to it in dribble buffer.
5008
5009 * gnus-agent.el (gnus-agent-fetch-group-1):
5010 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5011 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5012 * gnus-start.el (gnus-group-change-level):
5013 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5014
5015 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5016 if newsgroup info is not changed.
5017
5018 * gnus-group.el (gnus-group-get-new-news-this-group):
5019 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5020 Don't update dribble buffer.
5021
5022 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
5023
5024 * gnus-registry.el (gnus-registry-remove-ignored): New function to
5025 remove entries with groups we ignore.
5026
5027 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5028
5029 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5030 the underline comes at the bottom.
5031
5032 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
5033
5034 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5035 `gnus-registry-user-format-function-M' and declare the latter obsolete.
5036 (gnus-registry-article-marks-to-names): Rename from
5037 `gnus-registry-user-format-function-M2'.
5038
5039 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
5040
5041 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5042 ephemeral group.
5043
5044 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5045
5046 * shr.el (shr-browse-image): Copy the URL if called interactively.
5047
5048 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5049
5050 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5051 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
5052 done, then unselected articles may be marked as read.
5053
5054 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5055 since not doing this seems to lead to a race condition in pop3-logon.
5056
5057 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5058 so that the call chain it correct when we call "upwards".
5059
5060 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5061 in read-only groups.
5062
5063 * gnus-group.el (gnus-group-mark-article-read): Ditto.
5064
5065 * message.el (message-cite-reply-position): Doc string fix.
5066
5067 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5068 avoid regexp overflow.
5069 (nnimap-transform-split-mail): Ditto.
5070
5071 * pop3.el (pop3-retr): Error out if the server closes the connection.
5072
5073 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5074
5075 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5076 mm-with-unibyte-current-buffer. The buffer should not contain any
5077 multibyte chars anyway at this stage.
5078
5079 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5080
5081 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5082 at the end of lines.
5083
5084 2011-05-29 Julien Danjou <julien@danjou.info>
5085
5086 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5087
5088 2011-05-27 Glenn Morris <rgm@gnu.org>
5089
5090 * gnus-group.el (gnus-bug-group-download-format-alist):
5091 Use the "maintainer" version of debian reports as well.
5092
5093 2011-05-26 Glenn Morris <rgm@gnu.org>
5094
5095 * gnus-group.el (gnus-bug-group-download-format-alist):
5096 Use the "maintainer" version of debbugs.gnu.org reports.
5097
5098 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
5099
5100 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5101
5102 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
5103
5104 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5105 the thread moves us backwards and so we loop forever.
5106
5107 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
5108
5109 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5110 whitespace in base64 data lines.
5111
5112 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
5113
5114 * gnus-registry.el (gnus-registry-user-format-function-M):
5115 Use `mapconcat'.
5116 (gnus-registry-user-format-function-M2): Use to see the full text of
5117 the marks. Make "," the mark text separator.
5118
5119 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5120 authentication with auth-source.
5121
5122 2011-05-17 Glenn Morris <rgm@gnu.org>
5123
5124 * gnus-group.el (gnus-import-other-newsrc-file):
5125 Use insert-file-contents.
5126
5127 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
5128
5129 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5130 1000 iterations.
5131
5132 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
5133
5134 * nntp.el (nntp-open-connection): Check if process-type is available.
5135
5136 2011-05-16 Julien Danjou <julien@danjou.info>
5137
5138 * shr.el (shr-tag-del): Add support for del tag.
5139
5140 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
5141
5142 * gnus-html.el (gnus-html-put-image): Register a displayer.
5143
5144 * shr.el (shr-image-displayer): Don't remove text props from alt text.
5145
5146 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
5147
5148 * registry.el (prune-factor): New initialization parameter defaulting
5149 to 0.1.
5150 (registry-prune-hard): Use it.
5151
5152 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5153 0.1 expicitly.
5154
5155 2011-05-13 Glenn Morris <rgm@gnu.org>
5156
5157 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5158 is bound, since this function requires sendmail.
5159
5160 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
5161
5162 * registry.el (registry-usage-test): Disable pruning test.
5163
5164 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
5165
5166 * registry.el (registry-prune-hard-candidates)
5167 (registry-prune-soft-candidates): Helper methods for registry pruning.
5168 (registry-prune): Use them. Make the sort function optional.
5169
5170 2011-05-10 Jim Meyering <meyering@redhat.com>
5171
5172 * shr.el (shr-colorize-region): Fix typo "on on -> on".
5173
5174 2011-05-10 Julien Danjou <julien@danjou.info>
5175
5176 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5177 symbol and not a list.
5178
5179 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5180
5181 * gnus-art.el (gnus-article-mode): Move binding of
5182 shr-put-image-function here from gnus-article-prepare-display.
5183
5184 * shr.el (shr-put-image-function): New variable.
5185 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5186 (shr-put-image): Return scaled image.
5187
5188 * gnus-art.el (gnus-shr-put-image): New function.
5189 (gnus-article-prepare-display): Bind shr-put-image-function to it.
5190
5191 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5192 original ones, as deletable.
5193
5194 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5195
5196 * nntp.el (nntp-open-connection): Set TCP keepalive option.
5197
5198 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
5199
5200 * registry.el (registry-full): Add convenience method. Fix logic.
5201 (registry-insert): Use it. Fix logic here too.
5202
5203 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5204 `registry-prune' if `registry-full' returns t.
5205 (gnus-registry-handle-action)
5206 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5207 (gnus-registry-usage-test): Use it.
5208
5209 2011-05-07 Julien Danjou <julien@danjou.info>
5210
5211 * shr.el (shr-link): Make shr-link inherit from link by default.
5212
5213 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
5214
5215 * shr.el (shr-urlify, shr-link): Fix shr-link face.
5216
5217 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
5218
5219 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5220 error out because the face is not a list.
5221
5222 2011-05-05 Glenn Morris <rgm@gnu.org>
5223
5224 * gnus-start.el (gnus-propagate-marks): Declare.
5225
5226 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
5227
5228 * registry.el (registry-reindex): Fix percentage message.
5229
5230 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
5231
5232 * shr.el: Add shr-link face for links.
5233 (shr-urlify): Use it.
5234
5235 * registry.el (registry-insert): Make error message more helpful.
5236
5237 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5238
5239 * gnus-html.el (gnus-html-schedule-image-fetching):
5240 Use url-queue-retrieve, if it exists.
5241
5242 * shr.el (shr-tag-img): Ditto.
5243
5244 * gnus.el: Autoload more gnus-agent functions.
5245
5246 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5247 agent if we haven't already (bug#8502).
5248
5249 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5250 into the Agent, too.
5251
5252 * gnus-agent.el (gnus-agent-store-article): New function.
5253
5254 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5255 and moved from that file for reuse.
5256
5257 * pop3.el (pop3-open-server): Error messages are "-ERR".
5258
5259 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5260
5261 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5262 (open-tls-stream): Remove superfluous tls/starttls autoloads.
5263
5264 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5267 buffer has moved to a different frame.
5268
5269 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5270
5271 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5272 to get the conversion from unibyte to multibyte buffers to work on
5273 Emacs 22.
5274
5275 * nntp.el (nntp-request-article): Slight clean-up.
5276
5277 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5278
5279 * shr.el (shr-strike-through): New face.
5280 (shr-tag-s): Use it to provide <s> support.
5281 (shr-tag-s): Remove duplicate definition.
5282
5283 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
5284
5285 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5286 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5287
5288 2011-04-23 Glenn Morris <rgm@gnu.org>
5289
5290 * gnus-sum.el (gnus-extra-headers): Bump :version.
5291
5292 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5293
5294 * shr.el (shr-tag-sup): New function.
5295 (shr-tag-sub): Ditto.
5296
5297 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
5298
5299 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5300 for the case where `gnus-registry-ignored-groups' is a list of lists,
5301 and don't call `gnus-parameter-registry-ignore' otherwise.
5302
5303 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
5304
5305 * nnimap.el (nnimap-user): New backend variable.
5306 (nnimap-open-connection-1): Use it.
5307 (nnimap-credentials): Accept user parameter so it's explicit what user
5308 name is desired.
5309
5310 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5311 default.
5312
5313 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5314 not gnus-registry.el.
5315
5316 * gnus-registry.el: Mention in comments how to modify
5317 `gnus-extra-headers' for proper recipient tracking and that it may
5318 already have To and Cc recently, which it does as of this commit.
5319 (gnus-registry-ignored-groups): Remove defcustom.
5320 Explain why in comments.
5321 (gnus-registry-action): Fix data-header reference to use the extra
5322 headers. Explain in package commentary how to add To and Cc headers to
5323 the gnus-extra-headers.
5324 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5325 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5326 parameter list or a string list in `gnus-registry-ignored-groups'.
5327 Fix logic error.
5328
5329 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5330
5331 * shr.el (shr-expand-url): Protect against null urls.
5332
5333 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5334
5335 * shr.el (shr-base): New binding.
5336 (shr-tag-base): Keep track of <base>.
5337 (shr-expand-url): New function used throughout.
5338
5339 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
5340
5341 * gnus-registry.el
5342 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5343 (gnus-registry-ignored-groups): New variable.
5344 (gnus-registry-ignore-group-p): Use it.
5345 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5346 set the destination group to nil (same as delete) if it's ignored.
5347
5348 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5349
5350 * gnus-registry.el (gnus-registry-action)
5351 (gnus-registry-fetch-header-fast):
5352 Don't use mail-header that looks an internal function of mailheader.el.
5353
5354 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
5355
5356 * gnus-registry.el: Eliminate cl functions.
5357 (gnus-registry-sort-addresses): New function that replaces mapcan.
5358 (gnus-registry-action, gnus-registry-spool-action)
5359 (gnus-registry-split-fancy-with-parent)
5360 (gnus-registry-fetch-recipients-fast): Use it.
5361 (gnus-registry-import-eld): Replace delete* with dolist + delq.
5362
5363 * registry.el (initialize-instance, registry-lookup)
5364 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5365 (registry-lookup-secondary-value, registry-search, registry-delete)
5366 (registry-insert, registry-reindex, registry-size, registry-prune):
5367 Use eval-and-compile.
5368
5369 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
5370
5371 * registry.el (registry-reindex): New method to recreate the secondary
5372 registry indices.
5373
5374 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5375 tracked field changes.
5376 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5377 (gnus-registry-action, gnus-registry-spool-action)
5378 (gnus-registry-handle-action)
5379 (gnus-registry--split-fancy-with-parent-internal)
5380 (gnus-registry-split-fancy-with-parent)
5381 (gnus-registry-register-message-ids): Add recipient tracking on spool,
5382 move, and delete actions, and for fancy splitting with parent.
5383 (gnus-registry-extract-addresses)
5384 (gnus-registry-fetch-recipients-fast)
5385 (gnus-registry-fetch-header-fast): Convenience functions.
5386 (gnus-registry-misc-test): ERT test of
5387 `gnus-registry-extract-addresses'.
5388
5389 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
5390
5391 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5392 Track by subject first, then sender.
5393
5394 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5395
5396 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5397
5398 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5399 Lisp.
5400
5401 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5402 (gnus-draft-send): Use it to avoid popping
5403 up frames from gnus-group-send-queue.
5404
5405 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
5406
5407 * gnus-registry.el: Updated gnus-registry docs.
5408
5409 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
5410
5411 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5412 Fix logic bug.
5413 (gnus-registry-post-process-groups): Fix logging of no results and
5414 quote sender and subject.
5415
5416 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5417
5418 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5419 (gnus-read-active-for-groups): Don't try to finish getting stuff where
5420 we had no early-data returned.
5421 (gnus-get-unread-articles): Add a sanity check so that we don't issue
5422 two async commands to the same server at the same time.
5423
5424 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
5425
5426 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5427
5428 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5429
5430 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5431 "warning" level.
5432
5433 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5434 (mm-url-insert-file-contents): Don't set the package names.
5435
5436 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
5437
5438 * gnus-registry.el (gnus-registry-action): Remove properties and
5439 simplify subject in `gnus-registry-handle-action'.
5440 (gnus-registry-spool-action): Get subject and sender from message if
5441 they are not passed in.
5442 (gnus-registry-handle-action): Remove properties and simplify subject
5443 consistently.
5444
5445 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 * registry.el: Require CL before using defmacro*.
5448
5449 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
5450
5451 * gnus-art.el (article-treat-date): Assume that
5452 gnus-article-date-headers may be a group parameter.
5453
5454 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
5455
5456 * gnus-registry.el (gnus-registry-handle-action): More debugging.
5457
5458 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5459 interactively so the newsrc file can contain foreign groups too.
5460 Useful for debugging but not much for users.
5461
5462 2011-04-07 David Engster <dengste@eml.cc>
5463
5464 * registry.el (registry-usage-test): Only do
5465 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5466 lexical binding.
5467
5468 2011-04-06 David Engster <dengste@eml.cc>
5469
5470 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5471 argument NOERROR for `require', since XEmacs 21.4 does not support it.
5472
5473 2011-04-06 David Engster <dengste@eml.cc>
5474
5475 * registry.el (initialize-instance): Change :after to :AFTER to be
5476 compatible with old EIEIO version in XEmacs.
5477
5478 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5479
5480 * gnus-registry.el (gnus-registry-post-process-groups)
5481 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5482 and provide better messaging.
5483
5484 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5485
5486 * gnus-registry.el: Don't use ERT if it's not available. Load it
5487 unconditionally anyway, discarding errors.
5488 (gnus-registry-delete-entries): New convenience function.
5489 (gnus-registry-import-eld): Import from old .eld registry.
5490
5491 * registry.el: Don't use ERT if it's not available. Load it
5492 unconditionally anyway, discarding errors.
5493
5494 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5495 version from the Claudio Bley GnuTLS patch (extra optional parameters
5496 and host name).
5497
5498 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
5499
5500 * gnus-registry.el (gnus-registry-fixup-registry): New function to
5501 fixup the parameters that can be customized by the user between
5502 save/read cycles.
5503 (gnus-registry-read): Use it.
5504 (gnus-registry-make-db): Use it.
5505 (gnus-registry-spool-action, gnus-registry-handle-action):
5506 Fix messaging.
5507 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5508 Map references to actual group names with sender and subject tracking.
5509 (gnus-registry-post-process-groups): Use `cond' for better messaging.
5510 (gnus-registry-usage-test): Add subject lookup test.
5511
5512 * registry.el (registry-db, initialize-instance): Set up constructor
5513 instead of :initform arguments for the sake of older Emacsen.
5514 (registry-lookup-breaks-before-lexbind): New method to demonstrate
5515 pre-lexbind merge bug.
5516 (registry-usage-test): Use it.
5517 (initialize-instance, registry-db): Move the non-function initforms
5518 back to the class definition.
5519
5520 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
5521
5522 * registry.el: New library to manage gnus-registry-style data.
5523
5524 * gnus-registry.el: Use it (major rewrite).
5525
5526 * nnregistry.el: Use it.
5527
5528 * spam.el: Use it.
5529
5530 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5531
5532 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5533 marks on non-selected articles.
5534
5535 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
5536
5537 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
5538
5539 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5540 parameter to open-protocol-stream.
5541
5542 2011-04-01 Julien Danjou <julien@danjou.info>
5543
5544 * mm-view.el (mm-display-inline-fontify): Do not fontify with
5545 fundamental-mode.
5546
5547 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5548
5549 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5550 servers.
5551
5552 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5553
5554 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5555 made marks not propagate, again.
5556
5557 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
5558
5559 * proto-stream.el (open-protocol-stream): Bring back `network' type.
5560 Make this the default type.
5561 (proto-stream-open-plain): Rename from proto-stream-open-default.
5562 (open-protocol-stream, proto-stream-open-starttls)
5563 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5564 with `plain'.
5565
5566 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5567 value.
5568
5569 * nntp.el (nntp-open-connection-function): Document the fact that some
5570 values are not functions but are instead handled specially.
5571 Recognize nntp-open-plain-stream value.
5572 (nntp-open-connection): Recognize that value.
5573
5574 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5575
5576 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5577 stuff.
5578
5579 * gnus-score.el (gnus-score-string): Fix calling convention of
5580 `gnus-simplify-buffer-fuzzy' after last patches.
5581
5582 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5583 server for articles we didn't get any headers for. This is a sanity
5584 check.
5585
5586 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
5587
5588 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5589 new CAPABILITY, use it.
5590
5591 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5592
5593 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5594 downloading anything.
5595
5596 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5597
5598 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
5599
5600 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5601 colors.
5602 (gnus-splash-svg-color-symbols): New function.
5603
5604 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5605
5606 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5607 instead of using the global gnus-simplify-subject-fuzzy-regexp.
5608 (gnus-simplify-subject-fuzzy): Use the local
5609 gnus-simplify-subject-fuzzy-regex instead of the global one.
5610 This makes using this variable in group parameters work.
5611
5612 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5613
5614 * gnus-registry.el (gnus-registry-unfollowed-groups):
5615 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5616 archive:sent-YYYY-MM-DD groups).
5617 (gnus-registry-split-fancy-with-parent): Bail out early in sender
5618 tracking if there are more than `gnus-registry-max-track-groups'
5619 matches.
5620
5621 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5622
5623 * message.el (message--yank-original-internal): New function to do the
5624 insertion cleanly inside eval in `message-yank-original'.
5625 (message-yank-original): Use it.
5626
5627 2011-03-29 Julien Danjou <julien@danjou.info>
5628
5629 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5630 local variables disabled rather than `normal-mode'.
5631
5632 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
5633
5634 * proto-stream.el: Changes preparatory to merging open-protocol-stream
5635 with open-network-stream.
5636 (proto-stream-always-use-starttls): Option removed.
5637 (open-protocol-stream): Return a process object by default. Provide a
5638 new parameter :return-list specifying a list-type return value, which
5639 now has the form (PROP . PLIST) instead of a fixed-length list. Change
5640 :type `network' to `try-starttls', and `network-only' to `default'.
5641 Make `default' the default, for compatibility with open-network-stream.
5642 Handle the no-parameter case exactly as open-network-stream, with no
5643 additional stream processing. Search plists using plist-get.
5644 Explicitly add :end-of-commend parameter if it is missing.
5645 (proto-stream-open-default): Rename from
5646 proto-stream-open-network-only. Return 'default as the type.
5647 (proto-stream-open-starttls): Rename from proto-stream-open-network.
5648 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
5649 failed. Always return a list with a (possibly dead) process as the
5650 first element, for compatibility with open-network-stream.
5651 (proto-stream-open-tls): Use plist-get. Always return a list.
5652 (proto-stream-open-shell): Return `default' as connection type.
5653 (proto-stream-capability-open): Use plist-get.
5654 (proto-stream-eoc): Function deleted.
5655
5656 * nnimap.el (nnimap-stream, nnimap-open-connection)
5657 (nnimap-open-connection-1): Handle renaming of :type parameter for
5658 open-protocol-stream.
5659 (nnimap-open-connection-1): Pass a :return-list parameter
5660 open-protocol-stream to obtain a list return value. Parse this list
5661 using plist-get.
5662
5663 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5664 for open-protocol-stream. Accept open-protocol-stream return value
5665 that is a subprocess object instead of a list. Handle the case of a
5666 dead returned process.
5667
5668 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
5669
5670 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5671
5672 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5673
5674 2011-03-21 Julien Danjou <julien@danjou.info>
5675
5676 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5677 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
5678 query.
5679 (mm-inline-text): Render normal text with fontification whenever
5680 possible.
5681
5682 * gnus-sum.el (gnus-summary-save-parts-1):
5683 * gnus-art.el (gnus-article-browse-html-save-cid-content)
5684 (gnus-article-browse-html-parts, gnus-mime-delete-part)
5685 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5686 Use `mm-handle-filename'.
5687
5688 * mm-util.el (mm-handle-filename): New function, return the filename of
5689 an handle.
5690
5691 2011-03-18 Julien Danjou <julien@danjou.info>
5692
5693 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5694 (gnus-buffer-live-p): Check that buffer is not nil.
5695
5696 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5697
5698 * gnus-art.el: Require mouse, which the build bot seems to say is
5699 needed.
5700
5701 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5702 XEmacs, since it doesn't have url-retrieve-synchronously.
5703
5704 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
5705
5706 * gnus-group.el (gnus-group-list-ticked): New function.
5707 (gnus-group-make-menu-bar): Provide a menu entry for it.
5708 (gnus-group-list-map): Provide a binding for it.
5709
5710 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5711
5712 * shr.el (shr-visit-file): New command.
5713
5714 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5715
5716 2011-03-17 Bjørn Mork <bjorn@mork.no>
5717
5718 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5719 servers.
5720
5721 2011-03-16 Julien Danjou <julien@danjou.info>
5722
5723 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5724 inline.
5725
5726 * gnus-art.el (article-hide-list-identifiers):
5727 Use gnus-group-get-list-identifiers.
5728
5729 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5730 (gnus-summary-remove-list-identifiers):
5731 Use gnus-group-get-list-identifiers to get regexp.
5732 (gnus-select-newsgroup, gnus-summary-insert-subject)
5733 (gnus-summary-insert-articles):
5734 Call gnus-summary-remove-list-identifiers unconditionally.
5735
5736 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5737
5738 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5739 we're selecting a group with unread articles.
5740
5741 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5742
5743 * gssapi.el: New file separated out from imap.el to provide a general
5744 Kerberos 5 connection facility for Emacs.
5745
5746 * message.el (message-elide-ellipsis): Document the format spec
5747 ellipsis.
5748
5749 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5750
5751 * message.el (message-elide-region): Allow the ellipsis to say how many
5752 lines were removed.
5753
5754 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5755
5756 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5757 window configurations containing buffers that are now dead.
5758
5759 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5760 parsing to avoid integer overflows.
5761 (nnimap-parse-flags): Simplify the last change.
5762 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5763 too large for 32-bit Emacsen.
5764
5765 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5766
5767 * auth-source.el (auth-source-netrc-create):
5768 * message.el (message-yank-original): Fix use of `case'.
5769
5770 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
5771
5772 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5773 XEmacs, which was one character too wide.
5774
5775 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
5776
5777 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5778 default number of articles to display.
5779 (gnus-articles-to-read): Use pretty names for prompt.
5780
5781 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5782
5783 * gnus-int.el (gnus-open-server): Ditto.
5784
5785 * gnus-start.el (gnus-activate-group): Give a backtrace if
5786 debug-on-quit is set and the user hits `C-g'.
5787 (gnus-read-active-file): Ditto.
5788
5789 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5790
5791 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
5792
5793 * message.el (message-yank-original): Use cond instead of CL case.
5794
5795 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5796
5797 * auth-source.el (auth-source-netrc-create): Use usual format for the
5798 default in prompts.
5799
5800 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
5801
5802 * auth-source.el (auth-source-netrc-create): Show the default in the
5803 prompt when prompting for token creation.
5804
5805 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
5806
5807 * auth-source.el (auth-source-format-prompt): Always convert the value
5808 to a string to avoid evaluating non-string arguments.
5809 (auth-source-netrc-create): Offer default properly, not as initial
5810 content in `read-string'.
5811 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5812 of line to determine if we've been run before. If so, don't run again,
5813 but print a trivial message to indicate the cache was hit instead.
5814
5815 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
5816
5817 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5818 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
5819 The user will have to run `gnus-sync-read' manually and wait for Cloudy
5820 Gnus.
5821
5822 2011-03-11 Julien Danjou <julien@danjou.info>
5823
5824 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5825 modified file".
5826
5827 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
5828
5829 * auth-source.el (auth-source-read-char-choice): New function to read a
5830 character choice using `dropdown-list', `read-char-choice', or
5831 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
5832 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
5833 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
5834 (auth-source-netrc-saver): Use it.
5835 (auth-source-pick-first-password): New convenience function.
5836
5837 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
5838
5839 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5840 parameter in the credentials.
5841 (nnimap-open-connection-1): Use it after a successful login.
5842 (nnimap-credentials): Add IMAP-specific user and password prompt.
5843
5844 * auth-source.el (auth-source-search): Add :require parameter, taking a
5845 list. Document it and the :save-function return token. Pass :require
5846 down. Change the CREATED message from a warning to a debug statement.
5847 (auth-source-search-backends): Pass :require down.
5848 (auth-source-netrc-search): Pass :require down.
5849 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5850 Change save prompt to indicate all modifications saved here are
5851 deletions.
5852 (auth-source-netrc-create): Take user login name as default in user
5853 prompt. Move all the save functionality to a lexically bound function
5854 under the :save-function token in the returned list. Set up clearer
5855 default prompts for user, host, port, and secret.
5856 (auth-source-netrc-saver): New function, intended to be wrapped for
5857 :save-function.
5858
5859 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5860
5861 * Version 23.3 released.
5862
5863 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5864
5865 * shr.el (shr-table-horizontal-line): Change the defaults for the table
5866 lines to be spaces instead.
5867
5868 2011-03-07 Julien Danjou <julien@danjou.info>
5869
5870 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5871 (sieve-sasl-auth): Check that auth-source-search did return something,
5872 or just return an empty string.
5873
5874 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5875
5876 * gnus.el (gnus-interactive): Use read-directory-name.
5877
5878 * gnus-uu.el (gnus-uu-decode-uu-and-save)
5879 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5880 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5881 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5882 Likewise.
5883
5884 * gnus-group.el (gnus-group-make-directory-group): Likewise.
5885
5886 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5887
5888 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5889 onto the list of killed groups, too. This makes killed nnimap groups,
5890 for instance, more reliably not reappear.
5891
5892 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5893 the parent.
5894
5895 * gnus-sum.el (gnus-update-read-articles): Fix typo.
5896
5897 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5898 really have server-side marks.
5899
5900 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5901 since most backends do not usefully have server-side marks.
5902 (gnus-update-read-articles): Propagate marks to all backends that
5903 really have server-side marks.
5904
5905 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5906
5907 * message.el (message-cite-reply-position, message-cite-style):
5908 New variables.
5909 (message-yank-original): Use the new citation styles.
5910
5911 2011-03-04 Daiki Ueno <ueno@unixuser.org>
5912
5913 * message.el (message-options): Revert the change that's a workaround
5914 for XEmacs buffer-local issue; don't mark it buffer-local when running
5915 under XEmacs.
5916
5917 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
5918
5919 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5920 numbers too big to be `read'.
5921
5922 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
5923
5924 * message.el (message-options): Make buffer-local two ways to attempt
5925 to fix a XEmacs bug.
5926
5927 2011-03-02 Julien Danjou <julien@danjou.info>
5928
5929 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5930
5931 2011-03-01 Julien Danjou <julien@danjou.info>
5932
5933 * gnus-art.el (list-identifier): Add list-identifier as a parameter
5934 group.
5935 (article-hide-list-identifiers): Use list-identifier group parameter.
5936
5937 2011-02-28 Julien Danjou <julien@danjou.info>
5938
5939 * sieve.el (sieve-buffer-script-name): New local variable to store
5940 sieve script name.
5941 (sieve-edit-script): Store sieve script name.
5942 (sieve-upload): Use sieve script name when uploading.
5943 (sieve-upload): Use substitute-command-keys.
5944 (sieve-edit-script): Use substitute-command-keys.
5945 (sieve-refresh-scriptlist): Use substitute-command-keys.
5946 (sieve-manage-mode-map): Define keymap properly.
5947 (sieve-manage-mode): Do not set mode name manually, change mode-name to
5948 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5949 Remove commented code about cvs.
5950 (sieve-manage-quit): New function.
5951 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5952
5953 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5954
5955 * gnus-group.el (gnus-import-other-newsrc-file): New function.
5956
5957 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
5958
5959 * auth-source.el (auth-source-search): Cache empty result sets.
5960
5961 * auth-source.el (auth-source-save-behavior): New variable to replace
5962 `auth-source-never-create'.
5963 (auth-source-netrc-create): Use it.
5964 (auth-source-never-save): Remove.
5965
5966 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
5967
5968 * nnimap.el (nnimap-stream): Doc fix.
5969 (nnimap-open-connection-1): Reverse the order of the ports to that the
5970 prompted-for port is first.
5971
5972 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5973 retrieval by the no-group selection.
5974
5975 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5976 numerical parameters.
5977
5978 2011-02-25 Julien Danjou <julien@danjou.info>
5979
5980 * gnus-gravatar.el: Use gnus-with-article-buffer.
5981
5982 * gnus-art.el (gnus-with-article-buffer): Check that the
5983 gnus-article-buffer is alive.
5984
5985 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
5986
5987 * auth-source.el (auth-source-creation-prompts): New variable to manage
5988 creation-time prompts.
5989 (auth-source-search): Document it.
5990 (auth-source-format-prompt): Add utility function.
5991 (auth-source-netrc-create): Don't default the user name to
5992 user-login-name. Use `auth-source-creation-prompts' and some default
5993 prompts for user, host, port, and password (the default generic prompt
5994 remains ugly).
5995 (auth-source-never-save): Add customizable option to never save info.
5996 (auth-source-netrc-create): Use it and improve save prompts. Fix help
5997 mode excursion.
5998
5999 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
6000
6001 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6002 argument that XEmacs doesn't support.
6003
6004 2011-02-23 Julien Danjou <julien@danjou.info>
6005
6006 * gnus-art.el (article-make-date-line): Ignore errors if time is
6007 invalid and not convertible.
6008 (article-make-date-line): Only add lapsed time if time is not nil.
6009
6010 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
6011
6012 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6013 `read-char-choice' for backwards compatibility.
6014 (auth-source-netrc-element-or-first): New function to DTRT for
6015 parameter extraction.
6016 (auth-source-netrc-create): Use it and fix multiple parameter print
6017 bug. Use the default passed from above (given-default) or the
6018 built-in (user-login-name for :user).
6019
6020 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
6021
6022 * gnus-start.el (gnus-dribble-read-file):
6023 Set buffer-save-without-query, since we always want to save the dribble
6024 file, probably.
6025
6026 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6027 nnimap.
6028
6029 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6030 -summary- since it's a user-visible variable.
6031
6032 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6033 first time you use the new Gnus.
6034
6035 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
6036
6037 * auth-source.el: Don't load netrc.el.
6038 (auth-sources): Search ~/.netrc as well by default.
6039 (auth-source-debug): Add 'trivia option for extra output.
6040 (auth-source-do-trivia): Use it.
6041 (auth-source-search): Simplify logic to use
6042 `auth-source-search-backends'. Use `auth-source-do-trivia' where
6043 appropriate. Don't keep a running count at this level. Layer :create
6044 and :delete options appropriately on the first and second passes.
6045 Don't track the backend with the search results.
6046 (auth-source-search-backends): New function to search a list of
6047 backends for a processed spec.
6048 (auth-source-netrc-parse): Cache all netrc files, making
6049 auth-source-netrc-cache an alist keyed by the file name and using the
6050 file mtime as the caching criterion. Keep the obfuscated data secret
6051 with a lexical bind.
6052 (auth-source-netrc-search): Don't calculate the length of the results
6053 unnecessarily.
6054 (auth-source-search-backends): Fix bug.
6055 (auth-source-netrc-create): Rework prompts.
6056
6057 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
6058
6059 * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6060 Lower case names of search constraints.
6061 (nnir-run-query): Cache and reuse search constraints for all imap
6062 servers.
6063
6064 2011-02-22 Sam Steingold <sds@gnu.org>
6065
6066 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
6067
6068 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
6069
6070 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6071 after exit.
6072 (gnus-setup-message): Define missing variable from last checkin.
6073
6074 * gnus-sum.el (gnus-summary-show-article): When called with t as the
6075 value, show the raw article.
6076
6077 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6078
6079 * nnimap.el (nnimap-open-connection-1): Revert last change, since
6080 auth-source now accepts numbers.
6081
6082 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6083 spec, too.
6084 (auth-source-ensure-strings): New function.
6085
6086 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6087 (gnus-article-setup-buffer): Always restart the date timer so that user
6088 changes to the frequency is respected.
6089
6090 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6091 port numbers, so make sure it gets that if nnimap-server-port is
6092 explicit.
6093
6094 2011-02-21 Simon Josefsson <simon@josefsson.org>
6095
6096 * nnimap.el (nnimap-inbox): Doc fix.
6097
6098 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
6099
6100 * shr-color.el (shr-color->hexadecimal): Use renamed function names
6101 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6102 color-lab-to-srgb.
6103
6104 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6105
6106 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6107 given method as in the group name if we're using an extended method.
6108 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6109 command, if we're using that, instead of waiting for the beginning.
6110
6111 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6112 we're sure to get unique server names, and we don't output two async
6113 commands in the same buffer. This fixes an NNTP hang for some users.
6114
6115 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6116
6117 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6118 summary buffer before reading going to the next buffer. This avoids
6119 putting the point in the group buffer if you `C-g' the command.
6120
6121 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6122 cache (for now) to make ~/.authinfo.gpg files usable.
6123
6124 * nnfolder.el (copyright-update): Define for the compiler.
6125
6126 * auth-source.el (auth-source-search): Fix unbound variable.
6127
6128 2011-02-19 Glenn Morris <rgm@gnu.org>
6129
6130 * gnus.el (gnus-meta): Doc fix.
6131
6132 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
6133
6134 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6135 in case it's not yet loaded.
6136
6137 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
6138
6139 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6140 line we're waiting for.
6141
6142 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
6143
6144 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6145 face with line-width greater than zero will cause RET in gnus summary
6146 buffer to scroll down article page-wise because auto vscroll happens,
6147 it should be temporally disabled when doing a scroll-up.
6148
6149 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
6150
6151 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6152 outputs from the server.
6153
6154 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6155
6156 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6157 later so that bbdb can hook in easier.
6158
6159 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
6160
6161 * auth-source.el (auth-source-search): Don't try to create credentials
6162 if the caller doesn't want that.
6163 (auth-source-search): If we don't find a match, don't bug out on
6164 non-bound variables.
6165 (auth-source-search): Only ask a single backend to create the
6166 credentials.
6167
6168 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6169 logging.
6170 (nnimap-credentials): Protect against auth-source-search returning nil.
6171 (nnimap-request-list): Protect against not being able to open the
6172 server.
6173
6174 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
6175
6176 * auth-source.el (auth-source-search): Do a two-phase search, one with
6177 no :create to get the responses from all backends.
6178
6179 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6180 when getting credentials.
6181
6182 * gnus-util.el (gnus-delete-duplicates): New function.
6183
6184 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6185
6186 * nnimap.el (nnimap-credentials): Instead of picking the first port as
6187 a creation default, pass the whole port list down. It will be
6188 completed.
6189
6190 * auth-source.el (auth-source-search): Update docs to talk about
6191 multiple creation choices.
6192 (auth-source-netrc-create): Accept a list as a value (from the search
6193 parameters) and do completion on that list. Keep a separate netrc line
6194 with the password obscured for showing the user.
6195
6196 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6197 first choice to `auth-source-search' so it will be used for entry
6198 creation instead of the server's Gnus-specific name.
6199 (nnimap-credentials): Rely on the auth-source library to select which
6200 port is actually wanted in the new netrc entry, so don't override
6201 `auth-source-creation-defaults'.
6202
6203 * auth-source.el (auth-source-netrc-parse): Use :port instead of
6204 :protocol and accept a missing user, host, or port as a wildcard match.
6205 (auth-source-debug): Default to off.
6206
6207 (auth-source-netrc-search, auth-source-netrc-create)
6208 (auth-source-secrets-search, auth-source-secrets-create)
6209 (auth-source-user-or-password, auth-source-backend, auth-sources)
6210 (auth-source-backend-parse-parameters, auth-source-search): Use :port
6211 instead of :protocol.
6212
6213 * nnimap.el (nnimap-credentials): Pass a port default to
6214 `auth-source-search' in case an entry needs to be created.
6215 (nnimap-open-connection-1): Use :port instead of :protocol.
6216
6217 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
6218
6219 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
6220 instead of delete-dups that is not available in XEmacs 21.4.
6221
6222 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
6223
6224 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6225 nil means that nnimap doesn't get updated.
6226
6227 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
6228
6229 * auth-source.el (auth-source-netrc-create): Return a synthetic search
6230 result when the user doesn't want to write to the file.
6231 (auth-source-netrc-search): Expect a synthetic result and proceed
6232 accordingly.
6233 (auth-source-cache-expiry): New variable to override
6234 `password-cache-expiry'.
6235 (auth-source-remember): Use it.
6236
6237 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6238 parameter. Create entry if necessary by using :create t.
6239 (nnimap-open-connection-1): Don't pass `inhibit-create'.
6240
6241 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
6242
6243 * auth-source.el (auth-source-debug): Enable by default and don't
6244 mention the obsolete `auth-source-hide-passwords'.
6245 (auth-source-do-warn): New function to debug unconditionally.
6246 (auth-source-do-debug): Use it.
6247 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6248 and for Secrets API entries when the secrets.el library is not
6249 available.
6250
6251 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6252
6253 * gnus-sum.el (gnus-propagate-marks): Default to nil.
6254 (gnus-summary-exit): Kill the correct article buffer on exit from a
6255 `C-d' group.
6256
6257 * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
6258 gnus-propagate-marks.
6259
6260 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6261 before killing the buffers so that a non-full window conf gets handled
6262 correctly.
6263 (gnus-summary-exit): Ditto.
6264 (gnus-summary-read-group-1): Ditto.
6265
6266 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6267 async code again so that we can debug it properly.
6268
6269 * message.el (message-reply): Take an optional switch-buffer parameter
6270 so that Gnus window confs are respected better.
6271
6272 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6273
6274 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6275 `plist-get' to accept non-list parameters (XEmacs issue).
6276 Fix docstring.
6277 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6278 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6279 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6280 Login collection is "Login" and not "login".
6281
6282 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6283
6284 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6285 multiple headers.
6286
6287 * nnimap.el (nnimap-inhibit-logging): New variable.
6288 (nnimap-log-command): Don't log login commands.
6289
6290 * auth-source.el (auth-source-netrc-search): The asserts seem to want
6291 to have more parameters.
6292
6293 * nnimap.el (nnimap-send-command): Mark the command time for each
6294 command, so that we don't get NOOPs stepping on our toes.
6295
6296 * gnus-art.el (article-date-ut): Get the date from the Date header on
6297 `t'.
6298
6299 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
6300
6301 * auth-source.el (auth-source-search): Use copy-sequence instead of
6302 the cl.el copy-list.
6303
6304 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
6305
6306 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6307 Improve prompt.
6308
6309 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6310
6311 * gnus-art.el (gnus-article-mode-line-format): Remove the article
6312 washing status from the default format. It isn't very informative.
6313
6314 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
6315
6316 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6317 Fix Gcc processing on imap.
6318
6319 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6320
6321 * message.el (message-bury): Don't pop up a new window when selected
6322 window is dedicated.
6323
6324 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6325
6326 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6327
6328 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
6329
6330 * sieve-manage.el: Autoload `auth-source-search'.
6331 (sieve-sasl-auth): Use it.
6332
6333 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
6334
6335 * nnimap.el: Autoload `auth-source-forget+'.
6336 (nnimap-open-connection-1): Use it if the connection fails.
6337
6338 * auth-source.el: Require `password-cache'.
6339 (auth-source-hide-passwords, auth-source-cache): Remove and mark
6340 obsolete.
6341 (auth-source-magic): Marker for `password-cache' keys.
6342 (auth-source-do-cache): Update docstring.
6343 (auth-source-search): Use and check cache.
6344 (auth-source-forget-all-cached, auth-source-remember)
6345 (auth-source-recall, auth-source-forget, auth-source-forget+)
6346 (auth-source-specmatchp): Caching support functions.
6347 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6348 Remove and obsolete.
6349 (auth-source-user-or-password): Remove caching to further discourage
6350 using it. Always hide passwords.
6351
6352 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
6353
6354 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6355 code for now, since it doesn't work for all users.
6356
6357 2011-02-09 Julien Danjou <julien@danjou.info>
6358
6359 * message.el (message-options): Make message-options really buffer
6360 local.
6361
6362 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
6363
6364 * mail-source.el: Autoload `auth-source-search'.
6365 (mail-source-keyword-map): Note order matters.
6366 (mail-source-set-1): Get all the mail-source source values and
6367 defaults and search auth-source on those if needed. This can all
6368 probably be simplified.
6369
6370 * nnimap.el: Autoload `auth-source-search'.
6371 (nnimap-credentials): Use it.
6372 (nnimap-open-connection-1): Ask for the virtual server and physical
6373 address in one shot.
6374
6375 * nntp.el: Autoload `auth-source-search'.
6376 (nntp-send-authinfo): Use it. Note TODO.
6377
6378 2011-02-08 Julien Danjou <julien@danjou.info>
6379
6380 * shr.el (shr-tag-body): Add support for text attribute in body
6381 markups.
6382
6383 * message.el (message-options): Make message-options a local variable.
6384
6385 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
6386
6387 * auth-source.el (auth-source-secrets-search)
6388 (auth-source-user-or-password): Use `append' instead of `nconc'.
6389 (auth-source-user-or-password): Build return list better and protect
6390 against nil :secret.
6391
6392 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
6393
6394 * nnimap.el (nnimap-update-info): Refactor slightly.
6395 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6396 (nnimap-update-info): Clean up slightly.
6397 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6398 characters.
6399 (nnimap-process-quirk): Rename function to avoid collision.
6400 (nnimap-update-info): Fix macrology bug-out.
6401 (nnimap-update-info): Simplify split history test.
6402
6403 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
6404
6405 * auth-source.el (top): Require 'eieio unconditionally.
6406 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6407 (auth-source-secrets-search): Limit search when `max' is greater than
6408 number of results.
6409
6410 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6411
6412 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6413 part not returning any data.
6414
6415 * proto-stream.el (open-protocol-stream): Document the return value.
6416
6417 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6418
6419 * auth-source.el (auth-source-secrets-search): Add examples.
6420
6421 2011-02-06 Julien Danjou <julien@danjou.info>
6422
6423 * message.el (message-setup-1): Handle message-generate-headers-first
6424 set to t.
6425
6426 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6427
6428 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6429 API with a string "secrets:collection-name" and with 'default.
6430 (auth-source-backend-parse): Parse "secrets:collection-name" and
6431 'default. Recurse on parses instead of repeating code. Use the
6432 Secrets API is the source is not nil and 'ignore otherwise. Emit a
6433 message when ignoring a source.
6434 (auth-source-search): List ignored search keys at the top level.
6435 (auth-source-netrc-create): Use `case' instead of `cond'.
6436 (auth-source-secrets-search): Created with TODOs.
6437 (auth-source-secrets-create): Created with TODOs.
6438 (auth-source-retrieve, auth-source-create, auth-source-delete)
6439 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6440 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6441 (auth-source-user-or-password-sftp)
6442 (auth-source-user-or-password-smtp): Remove.
6443 (auth-source-user-or-password): Deprecated and modified to be a wrapper
6444 around `auth-source-search'. Not tested thoroughly.
6445
6446 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
6447
6448 * auth-source.el: Bring in assoc and eioeio libraries.
6449 (secrets-enabled): New variable to track the status of the Secrets API.
6450 (auth-source-backend): New EIOEIO class to represent a backend.
6451 (auth-source-creation-defaults): New variable to set prompt defaults
6452 during token creation (see the `auth-source-search' docstring for
6453 details).
6454 (auth-sources): Simplify to allow a simple string as a netrc backend
6455 spec.
6456 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6457 (auth-source-backend-parse-parameters): Fill in the backend parameters.
6458 (auth-source-search): Main auth-source API entry point.
6459 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6460 (auth-source-search-collection): Helper function for searching.
6461 (auth-source-netrc-parse, auth-source-netrc-normalize)
6462 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6463 Supports search, create, and delete.
6464 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6465 backend stubs.
6466 (auth-source-user-or-password): Call `auth-source-search' but it's not
6467 ready yet.
6468
6469 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
6470
6471 * message.el (message-setup-1): Remove the read-only stuff, since it
6472 doesn't work under XEmacs, for some reason.
6473
6474 * gnus-sum.el (gnus-user-date): Rename back from
6475 gnus-summary-user-date since user code refers to it.
6476
6477 * shr.el (shr-render-td): Store the actual background color used.
6478
6479 * message.el (message-setup-1): Don't bind the constant
6480 -forbidden-properties.
6481 (message-setup-1): Revert previous change, since it needs to bind the
6482 props to insert them.
6483 (message-resend): Allow removing the read-only separator line.
6484
6485 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6486
6487 * nnimap.el (nnimap-request-accept-article): Give an error message if
6488 the APPEND wasn't successful.
6489
6490 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
6491
6492 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6493 that have no groups.
6494
6495 2011-02-03 Julien Danjou <julien@danjou.info>
6496
6497 * gnus-draft.el: Remove progn around gnus-draft-setup.
6498
6499 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6500
6501 * gnus-start.el (gnus-read-active-for-groups): This function is never
6502 called with a nil `infos', so clean that up.
6503 (gnus-get-unread-articles): Request active files from primary/secondary
6504 methods that have no groups (yet).
6505
6506 2011-02-03 Julien Danjou <julien@danjou.info>
6507
6508 * message.el (message-setup-1): Always generate References first.
6509 (message-mail): Return the return value of message-setup, not always t.
6510 (message-setup-1): Insert mail-header-separator with read-only and
6511 intangible properties set.
6512
6513 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6514 user-date in docstring.
6515
6516 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6517
6518 * gnus.el (gnus-summary-line-format): Mention &user-date format in
6519 docstring.
6520
6521 * gnus.el (gnus-user-date-format-alist): Change default value.
6522 Use defcustom, with type and group. Move from gnus-util.el.
6523 Rename to gnus-summary-user-date-format-alist.
6524
6525 2011-02-03 Glenn Morris <rgm@gnu.org>
6526
6527 * nnimap.el (gnus-fetch-headers): Declare.
6528
6529 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6530
6531 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6532
6533 * message.el (message-forward-make-body-digest-plain)
6534 (message-followup, message-reply): Clean up things noted by Stefan.
6535
6536 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6537 gnus-article-update-date-headers is nil.
6538 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6539 it didn't really work with defcustom.
6540 (article-update-date-lapsed): Make sure the window start doesn't move,
6541 either.
6542
6543 2011-02-01 Julien Danjou <julien@danjou.info>
6544
6545 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6546 format.
6547
6548 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6549 standard in Emacs nowadays.
6550
6551 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6552
6553 * message.el (message-expand-name): Don't trust the return value of
6554 bbdb-complete-name.
6555 (message-check-news-header-syntax): Remove unused var `start'.
6556 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6557 (message-inhibit-body-encoding): Move to before first use.
6558 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6559 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6560 (Organization, Message-ID, Date, mh-previous-window-config):
6561 Defvar the vars using dynamic scoping.
6562
6563 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
6564
6565 * shr.el (shr-render-td): Only do colors at the final rendering.
6566 Should be slightly faster.
6567 (shr-insert-table): Fix up TD background colors when doing the
6568 vertical padding.
6569
6570 * gnus-art.el (article-date-ut): Protect against articles with no Date
6571 header.
6572 (article-update-date-lapsed): Don't use current-column to find the
6573 horizontal position. It's fragile in the presence of \003 characters.
6574
6575 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6576
6577 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6578
6579 * gnus-art.el (article-transform-date): Rewrite to still work when
6580 there are several rfc2822 parts.
6581 (article-transform-date): Fix infinite recursion.
6582 (article-date-ut): Replace infinitely many Date headers with a single
6583 one when called interactively.
6584
6585 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6586 secure manner.
6587
6588 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6589 move around by not using save-window-excursion. It seems to work...
6590
6591 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
6592
6593 * gnus-art.el (article-make-date-line): Work for user-defined format.
6594
6595 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6596
6597 * nntp.el (nntp-retrieve-group-data-early)
6598 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6599 fetching functions.
6600
6601 * gnus-start.el (gnus-read-active-for-groups): Read the active files
6602 thoroughly for all backends that have no known groups. This should
6603 allow new nnml methods to retrieve mail.
6604
6605 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6606 that Gnus doesn't know exists again.
6607
6608 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6609 (gnus-treat-date-ut): Ditto.
6610 (gnus-article-update-date-header): Rename.
6611 (gnus-treat-date-local): Remove.
6612 (gnus-treat-date-english): Remove.
6613 (gnus-treat-date-lapsed): Remove.
6614 (gnus-treat-date-combined-lapsed): Remove.
6615 (gnus-treat-date-original): Remove.
6616 (gnus-treat-date-iso8601): Remove.
6617 (gnus-treat-date-user-defined): Remove.
6618 (gnus-article-date-headers): New variable to control all the date
6619 header options.
6620 (article-date-ut): Rewrite to allow using the new way to format date
6621 headers(s).
6622
6623 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
6624
6625 * nnmail.el (nnmail-article-group): Check for a direct fancy split
6626 method.
6627 (nnmail-article-group): A better test for fanciness.
6628
6629 * nnimap.el (nnimap-request-head): Protect against not finding the
6630 article by Message-ID.
6631
6632 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
6633
6634 * gnus-art.el (article-update-date-lapsed): Try a better way to really
6635 keep point at the "same place".
6636
6637 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6638
6639 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6640 data if the group is inactive.
6641
6642 2011-01-28 Julien Danjou <julien@danjou.info>
6643
6644 * gnus-win.el: Remove dead function gnus-window-configuration-element.
6645 (gnus-all-windows-visible-p): Remove old compatibility code.
6646 (gnus-window-top-edge): Add docstring.
6647
6648 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6649
6650 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6651
6652 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6653 older request-update-info.
6654
6655 * gnus-art.el (article-make-date-line): Limit the length a bit more.
6656
6657 2011-01-28 Daiki Ueno <ueno@unixuser.org>
6658
6659 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6660 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6661
6662 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6663
6664 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6665 groups. This makes the nndraft:queue group pop up if it's not already
6666 there.
6667
6668 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6669 messages" logic, which was reversed.
6670
6671 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6672 the "same place" even if point is on the line being replaced.
6673 (article-update-date-lapsed): Allow updating both the combined lapsed
6674 and the lapsed headers.
6675 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6676 (article-make-date-line): Limit the number of segments dynamically to
6677 avoid too-long lines.
6678
6679 2011-01-27 Julien Danjou <julien@danjou.info>
6680
6681 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6682 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6683
6684 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
6685
6686 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6687 Use plist-get instead of the cl function getf.
6688
6689 2011-01-27 Glenn Morris <rgm@gnu.org>
6690
6691 * gnus-util.el (float-time): Get rid of compiler warning, again.
6692
6693 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6694
6695 * shr.el (shr-put-color): Special-case background colors: Do put them
6696 at the blank parts at the front of the lines.
6697
6698 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6699 exit hook to nix out all data on readedness on group exit.
6700
6701 * gnus-util.el (float-time): If float-time is bound, always use it on
6702 all Emacsen. It's unclear why the subrp check was there.
6703 (time-date): Require to make some autoload issues on XEmacs go away.
6704
6705 * shr.el (shr-put-color): Don't do the box padding in tables, since
6706 they're already padded.
6707
6708 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
6709
6710 * gnus-art.el (gnus-article-next-page): When the last line of the
6711 article is displayed, scroll down once more instead of going to the
6712 next article at once.
6713 (article-lapsed-string): Refactor out and allow specifying how many
6714 segments you want.
6715 (gnus-article-setup-buffer): Start updating the lapsed header directly.
6716 (gnus-article-update-lapsed-header): New variable.
6717
6718 * shr.el: Revert change that made headings use different-sized faces.
6719 The Emacs display engine isn't advanced enough that, for instance,
6720 tables can comfortably use differently-sized faces.
6721
6722 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6723
6724 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6725 used.
6726 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6727 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6728 we're using an encrypted connection.
6729
6730 * proto-stream.el: Alter the interface functions to also return the
6731 actual stream type used: network or TLS.
6732
6733 2011-01-25 Julien Danjou <julien@danjou.info>
6734
6735 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6736 (mm-display-javascript-inline): New function.
6737
6738 * mm-decode.el (mm-inline-media-tests): Add application/javascript
6739 viewing function.
6740
6741 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6742
6743 * shr.el (shr-expand-newlines): Fix variable name.
6744
6745 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6746
6747 * shr.el (shr-expand-newlines): Make nested boxes work.
6748
6749 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6750
6751 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6752 backgrounds.
6753 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6754 in a more sensible manner.
6755
6756 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
6757
6758 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6759 if EPG is loaded.
6760
6761 2011-01-24 Julien Danjou <julien@danjou.info>
6762
6763 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6764 tags.
6765
6766 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6767
6768 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6769 commands.
6770
6771 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6772 in the article buffer.
6773 (gnus-gravatar-insert): Use blank space from the current buffer to
6774 avoid breaking text properties. This makes X-Sent updating work again.
6775
6776 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6777
6778 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
6779
6780 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6781 fix the bug in url-http.el instead.
6782
6783 * shr.el (shr-image-fetched): Ditto.
6784
6785 * shr.el (shr-image-fetched): Avoid having point move in the article
6786 buffer.
6787
6788 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6789 buffer after being called. It's apparently being killed by url.el, and
6790 killing it made point move to end-of-buffer in a random buffer.
6791
6792 * shr.el (shr-image-fetched): Ditto.
6793
6794 2011-01-23 Julien Danjou <julien@danjou.info>
6795
6796 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6797
6798 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6799 text/x-org.
6800
6801 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6802
6803 * gnus-sum.el (gnus-summary-move-article): Protect against backends
6804 (i.e., nnimap) returning nil as the article number.
6805
6806 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6807
6808 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6809 "DelSp" parameter in RFC3676.
6810
6811 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6812
6813 * message.el (message-check-recipients): Display the encoded version of
6814 the bogus address if they differ.
6815
6816 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6817 after sending.
6818
6819 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6820
6821 * gnus-group.el (gnus-group-refresh-group): New convenience function.
6822
6823 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6824 group buffer after sending the queue.
6825
6826 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6827
6828 2011-01-22 Julien Danjou <julien@danjou.info>
6829
6830 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6831
6832 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6833
6834 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6835 nested related parts.
6836
6837 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6838 unexpired articles. This fixes the regression that led expiry marks to
6839 disappear from nnfolder groups.
6840
6841 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
6842
6843 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6844 Don't confuse the "ret" of "retrograde" with RET.
6845
6846 2011-01-21 Julien Danjou <julien@danjou.info>
6847
6848 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6849 than mm-insert-inline.
6850
6851 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
6852
6853 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6854 Widen article buffer.
6855
6856 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6857
6858 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6859 the temp buffer.
6860 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6861
6862 2011-01-20 Julien Danjou <julien@danjou.info>
6863
6864 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6865
6866 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6867 than mm-insert-inline to insert inline part: this respect
6868 mm-inline-media-tests displayers.
6869
6870 * mm-view.el (mm-display-shell-script-inline): New function.
6871
6872 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6873
6874 * mm-uu.el (mm-uu-type-alist): Add org block.
6875 (mm-uu-org-src-code-block-extract): New function.
6876
6877 * mm-view.el (mm-display-org-inline): New function.
6878
6879 * mm-decode.el (mm-automatic-display): Add text/org.
6880
6881 * mailcap.el (mailcap-mime-extensions): Add .org.
6882
6883 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6884
6885 * gnus-art.el (gnus-article-highlight): Remove argument passed to
6886 gnus-article-add-buttons.
6887
6888 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
6889
6890 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6891 From header with a date and "nobody" as the sender.
6892
6893 2011-01-19 Julien Danjou <julien@danjou.info>
6894
6895 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6896 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6897 if you have the same regexp several times.
6898 (gnus-button-push): Fix matching when regexp is symbol.
6899
6900 2011-01-15 Glenn Morris <rgm@gnu.org>
6901
6902 * message.el (message-mail): A compose-mail function should
6903 accept headers as strings.
6904
6905 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
6906
6907 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6908 Add :vert-only tags.
6909 (message-mail): New arg RETURN-ACTION.
6910 (message-return-action): New var.
6911 (message-bury): Use it.
6912 (message-mode): Make it buffer-local.
6913 (message-send-and-exit): Always call message-bury.
6914
6915 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
6916 message-mail.
6917
6918 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6919
6920 * nnimap.el (nnimap-convert-partial-article): Protect against
6921 zero-length body parts.
6922
6923 * mm-decode.el (mm-preferred-alternative-precedence):
6924 Discourage showing empty parts.
6925
6926 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6927 and stuff if the backend didn't return the article number. This fixes
6928 an Exchange-related nnimap bug.
6929
6930 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6931 group window, because it does the wrong thing when a separate frame
6932 displays the group buffer.
6933
6934 * proto-stream.el (open-protocol-stream): Protect against the low-level
6935 transport functions returning nil.
6936
6937 2011-01-07 Daiki Ueno <ueno@unixuser.org>
6938
6939 * mml2015.el (epg-sub-key-fingerprint): Autoload.
6940 (mml2015-epg-find-usable-secret-key): New function.
6941 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6942 mml2015-epg-find-usable-key (Bug#7797).
6943 (mml2015-epg-encrypt): Ditto.
6944
6945 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6946
6947 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6948
6949 2011-01-03 Glenn Morris <rgm@gnu.org>
6950
6951 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6952
6953 * sieve.el (sieve-open-server): Give a more explicit error if
6954 sieve-manage-open returns nil. (Bug#7720)
6955
6956 2011-01-02 Karl Fogel <kfogel@red-bean.com>
6957
6958 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6959
6960 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6961
6962 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6963 This avoids sending passwords in plain text over non-encrypted
6964 channels.
6965
6966 * shr.el (shr-rescale-image): Display all GIF images as animated images.
6967
6968 * nnimap.el (nnimap-login): Refactored out into own function, and
6969 implement CRAM-MD5.
6970 (nnimap-wait-for-line): Refactored out.
6971
6972 * mm-view.el (mml-smime): Require.
6973
6974 2010-12-20 David Engster <deng@eml.cc>
6975
6976 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6977 use EPG to decrypt S/MIME messages instead of openssl.
6978
6979 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6980
6981 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6982
6983 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6984 status is the group clearly is unreachable.
6985
6986 * auth-source.el (auth-source-create): Add the optional second
6987 parameter to `local-variable-p' to be compatible with XEmacs.
6988
6989 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6990
6991 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6992 work when using a compressed nnml folder.
6993
6994 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6995
6996 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6997 backends after sanitising on entry, because this never makes sense:
6998 If the articles have gone missing, then the data no longer exists on
6999 the backend, and if they haven't, then Gnus is wrong, and shouldn't
7000 overwrite anything anyway.
7001
7002 * shr.el (shr-insert-document): Bind shr-width dynamically to
7003 window-width if it's nil.
7004
7005 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
7006
7007 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7008 with the meaning of using the full emacs window width for rendering.
7009
7010 2010-12-27 Daiki Ueno <ueno@unixuser.org>
7011
7012 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7013 case when sender is not given.
7014
7015 2010-12-23 Julien Danjou <julien@danjou.info>
7016
7017 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7018 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7019 the addresses, otherwise we might misplaced the gravatar.
7020
7021 2010-12-21 Daiki Ueno <ueno@unixuser.org>
7022
7023 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7024 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7025 obsolete in Emacs.
7026
7027 2010-12-20 Julien Danjou <julien@danjou.info>
7028
7029 * gnus-util.el (gnus-rescale-image): Revert last change.
7030
7031 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7032
7033 * gnus-group.el (gnus-group-delete-articles): New command.
7034
7035 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
7036
7037 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7038
7039 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7040
7041 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7042 here, since it's up to the backends to do CRLF removal if their
7043 protocol has it.
7044
7045 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7046
7047 2010-12-17 Julien Danjou <julien@danjou.info>
7048
7049 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7050 they are from file. Can also scale up.
7051
7052 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
7053
7054 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7055 Restore gnus-use-agent.
7056 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7057
7058 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7059
7060 2010-12-17 Julien Danjou <julien@danjou.info>
7061
7062 * gravatar.el (gravatar-retrieve-synchronously): New function.
7063 (gravatar-get-data): Make more robust.
7064
7065 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7066
7067 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7068 to really consider the last line.
7069
7070 2010-12-16 Daiki Ueno <ueno@unixuser.org>
7071
7072 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7073 list of recipient keys, or use symmetric encryption if not a list.
7074 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7075 EPA override, replacing the call to `netrc-store-data'.
7076
7077 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
7078
7079 * gnus-srvr.el: Avoid passing nil regexp argument to
7080 delete-matching-lines.
7081
7082 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7083
7084 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7085 fetching stops when Gnus exits.
7086
7087 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7088 function.
7089 (nnfolder-request-expire-articles): Save all the buffers after doing
7090 expiry.
7091
7092 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7093 the last article", since that led to serious performance regressions
7094 when expiring nnml groups.
7095
7096 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
7097
7098 * nnir.el: Improve customizations.
7099
7100 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7101
7102 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7103
7104 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7105 group has been killed.
7106 (gnus-group-yank-group): Ditto.
7107
7108 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7109
7110 * nnimap.el (nnimap-request-update-group-status): New function.
7111
7112 * gnus-int.el (gnus-request-update-group-status): New interface
7113 function.
7114
7115 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7116 copying read-ness to the backends.
7117
7118 * nnimap.el (nnimap-quirk): New function.
7119 (nnimap-retrieve-group-data-early): Use it.
7120 (nnimap-quirks): New alist.
7121
7122 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
7123
7124 * shr.el (shr-insert): Set shr-start after deleting trailing space;
7125 don't delete it within indentation.
7126
7127 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7128
7129 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7130 previous line.
7131
7132 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7133
7134 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7135 QRESYNC command by deleting a superfluous space which broke Cyrus
7136 servers. This change will break other servers that are buggy the other
7137 way around.
7138
7139 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
7140
7141 * spam.el: Reindent and fix long lines.
7142 (spam-copy-or-move-routine): Exclude invalid move destinations.
7143
7144 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
7145
7146 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7147 installed the registry.
7148
7149 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
7150
7151 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7152 groupname doesn't contain "gmane".
7153
7154 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7155
7156 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7157 (gnus-1): Don't create the nndrafts group twice.
7158 (gnus-setup-news): There's no need to read the active file here, since
7159 that's done again later on a per-backend basis.
7160 (gnus-start-draft-setup): Make sure that the new group is started out
7161 empty.
7162
7163 * gnus-agent.el (gnus-agentize): Don't create the queue group
7164 automatically on startup. It'll be created later, if needed.
7165
7166 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7167 of automatically subscribed groups.
7168 (gnus-auto-subscribed-categories): New variable.
7169 (gnus-matches-options-n): Use it.
7170 (gnus-default-subscribed-newsgroups): Remove unused variable.
7171 (gnus-start-draft-setup): Message a bit less.
7172
7173 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
7174
7175 * nnir.el (nnir-run-imap): Return article list in order of increasing
7176 UID.
7177
7178 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7179
7180 * gnus-sum.el (gnus-summary-enter-digest-group):
7181 Mention gnus-auto-select-on-ephemeral-exit.
7182
7183 * proto-stream.el (proto-stream-open-network-only): Fix the calling
7184 convention of the network-only option.
7185
7186 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7187
7188 * proto-stream.el (proto-stream-open-network-only): New function to
7189 have a way to specify non-STARTTLS upgrade connections.
7190
7191 2010-12-10 Julien Danjou <julien@danjou.info>
7192
7193 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7194 email address is nil.
7195
7196 * message.el (message-bogus-recipient-p): Set address to "" if nil.
7197
7198 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
7199
7200 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7201 deletion.
7202 (nnir-run-imap): Only need to parse list once.
7203
7204 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7205
7206 * shr.el (shr-tag-script): Ignore <script>.
7207 (shr-tag-label): Add <label> support.
7208
7209 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
7210
7211 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7212
7213 * shr.el (shr-image-displayer): Work for images lined side by side.
7214
7215 2010-12-08 Robert Pluim <rpluim@gmail.com>
7216
7217 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7218 parameter, since XEmacs doesn't accept t as a parameter.
7219
7220 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
7221
7222 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7223 ids.
7224 (nnir-run-gmane): Simplify groupspec formatting.
7225 (nnir-request-expire-articles): New function.
7226
7227 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7228
7229 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7230 overflow, possibly.
7231
7232 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7233 (shr-render-td): Handle td style="" better.
7234 (shr-tag-table): Use the color from the style sheet.
7235 (shr-render-td): Make sure we copy over all the overlays, too.
7236
7237 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
7238
7239 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7240 (nnir-request-article): Improve article retrieval.
7241
7242 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7243
7244 * mm-util.el (mm-extra-numeric-entities): New variable.
7245
7246 * mm-url.el (mm-url-decode-entities):
7247 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7248
7249 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7250
7251 * message.el: Use completion-at-point.
7252 (message-completion-function): New fun, extracted from message-tab.
7253 (message-mode): Use it for completion-at-point-functions.
7254 (message-tab): Use it and completion-at-point.
7255
7256 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7257
7258 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7259 character if a non-breakable character follows.
7260
7261 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7262
7263 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7264 any stream.
7265
7266 * shr.el (shr-tag-font): Colorize the region.
7267 (shr-tag-body): Ditto.
7268 (shr-tag-font): Actually let the styles be inherited instead of
7269 overwriting them.
7270 (shr-tag-font): Get the background color right.
7271 (shr-tag-style): Ignore all <style> tags for the moment.
7272
7273 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7274 a Message-ID to avoid having nnimap depend on gnus-sum.
7275
7276 * shr.el (shr-descend): Only colorize something if we have a node that
7277 sets colors.
7278
7279 2010-12-06 Julien Danjou <julien@danjou.info>
7280
7281 * shr.el (shr-render-td): Render td content with shr-descend, so style
7282 will be applied to <td> too.
7283 (shr-colorize-region): Colorize region even if we only have a background.
7284 (shr-tag-body): Fix color and background color inheritance.
7285 Do not recolorize after shr-generic.
7286 (shr-tag-font): Let shr-generic colorize via inheritance.
7287
7288 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
7289
7290 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7291
7292 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
7293
7294 * nnir.el (nnir-request-move-article): Remove obsolete code.
7295
7296 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7297
7298 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7299
7300 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7301
7302 * gnus-sum.el (gnus-summary-respool-article): The completion function
7303 expects a list instead of an alist.
7304
7305 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7306 string as the parameter.
7307
7308 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7309
7310 * shr.el (shr-stylesheet): New dynamic variable for cascading the
7311 styles.
7312 (shr-colorize-region): New function.
7313 (shr-insert-background-overlay): Remove.
7314 (shr-render-td): Background setting should be taken care of on a higher
7315 level.
7316 (shr-tag-body): Use post-hoc colorizations.
7317 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7318 (shr-put-color-1): Don't overwrite old colors.
7319 (shr-colorize-region): When the background color isn't explicit, use
7320 a fixed background.
7321
7322 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7323 nnmail variables.
7324
7325 2010-12-05 Bjørn Mork <bjorn@mork.no>
7326
7327 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7328 unless necessary.
7329
7330 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
7331
7332 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7333 server.
7334
7335 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7336
7337 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7338 so that TAB works.
7339
7340 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7341 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7342
7343 * shr.el (shr-urlify): Show the URL before the title to avoid
7344 misleading URLs.
7345
7346 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
7347
7348 * shr.el (shr-urlify): Display the title in <a> tags.
7349
7350 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
7351
7352 * nnir.el (nnir-categorize): Replace mapcar with mapc.
7353
7354 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
7355
7356 * nnir.el: Rearrange code to allow macros to be autoloaded by
7357 gnus-sum.el.
7358 (nnir-retrieve-headers-override-function): Make this variable
7359 customizable.
7360 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7361
7362 * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7363 from nnir.el.
7364
7365 2010-12-03 Julien Danjou <julien@danjou.info>
7366
7367 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7368
7369 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7370
7371 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7372 allow optional argument `environment'.
7373
7374 2010-12-03 Glenn Morris <rgm@gnu.org>
7375
7376 * mm-extern.el (message-goto-body): Update declaration.
7377
7378 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7379
7380 * gnus-util.el (gnus-macroexpand-all): New function.
7381
7382 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7383 instead of macroexpand-all that is unavailable in XEmacs.
7384
7385 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
7386
7387 * nnir.el (nnir-summary-line-format): New variable.
7388 (nnir-mode): Use it.
7389 (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7390 (nnir-article-ids): Reimplement as defsubst.
7391 (nnir-retrieve-headers): Don't mangle the subject header.
7392 (nnir-run-imap): Use 100 as RSV score.
7393 (nnir-run-find-grep): Fix for full server searching.
7394 (nnir-run-gmane): Better restriction to gmane groups.
7395
7396 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7397 summary buffers.
7398
7399 2010-12-02 Julien Danjou <julien@danjou.info>
7400
7401 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7402
7403 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7404
7405 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7406 support.
7407
7408 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
7409
7410 * nnir.el: Update to handle the registry better.
7411 (autoload): Silence byte-compiler.
7412 (nnir-open-server): Add a hook for nnir groups.
7413 (nnir-request-move-article): Don't mangle the header. Better to use
7414 formatting variables (which will be added in the future).
7415 (nnir-registry-action): Update the registry using the original article
7416 group name.
7417 (nnir-mode): Install nnir-specific hooks for updating the registry.
7418
7419 * gnus-sum.el
7420 (gnus-article-original-subject, gnus-newsgroup-original-name):
7421 Remove obsolete variables.
7422 (gnus-summary-move-article): Remove use of obsolete variables.
7423 (gnus-summary-local-variables): Make move and delete hooks local to
7424 summary buffers.
7425
7426 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7427
7428 * rtree.el: New file.
7429
7430 2010-12-01 Julien Danjou <julien@danjou.info>
7431
7432 * message.el (message-user-organization): Do not use
7433 gnus-local-organization.
7434
7435 * gnus.el: Remove gnus-local-organization.
7436
7437 * gnus-msg.el: Remove nastygram thing.
7438
7439 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
7440
7441 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7442 funcall.
7443
7444 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
7445
7446 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7447 names.
7448
7449 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7450 characters.
7451
7452 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7453 to t of inhibit-read-only since it is inside gnus-with-article-headers.
7454 Suggested by Štěpán Němec <stepnem@gmail.com>.
7455 (gnus-gravatar-transform-address): Use mail-extract-address-components
7456 that supports non-ASCII names rather than mail-header-parse-addresses.
7457
7458 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7459
7460 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
7461 handled by the network handler.
7462
7463 2010-11-30 Julien Danjou <julien@danjou.info>
7464
7465 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7466 (nnimap-open-connection-1): Fix PREAUTH.
7467
7468 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7469
7470 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7471
7472 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7473 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7474 (shr-insert): Use them.
7475 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7476
7477 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7478
7479 * nnir.el (nnir-request-move-article): Bail out if original group
7480 doesn't support article moves.
7481 (nnir-get-active): Improve active list retrieval.
7482
7483 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7484
7485 * shr.el (shr-find-fill-point): Don't break before apostrophes.
7486
7487 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
7488
7489 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7490 seem to accept strings-with-numbers as port numbers.
7491
7492 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7493
7494 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7495 change the registry.
7496
7497 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7498
7499 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7500 delete-dups that is not available in XEmacs 21.4.
7501
7502 * mm-util.el (mm-delete-duplicates): Add comment.
7503
7504 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
7505
7506 * nnir.el (nnir-ignored-newsgroups): New variable.
7507 (nnir-get-active): Use it.
7508
7509 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7510
7511 * proto-stream.el (proto-stream-open-network): Add some comments.
7512
7513 * nntp.el (nntp-open-connection): Provide a :success condition.
7514
7515 * nnimap.el (nnimap-open-connection-1): Ditto.
7516
7517 * proto-stream.el (proto-stream-open-network): See what the response to
7518 the STARTTLS command is.
7519
7520 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7521 backwards compatibility).
7522 (nnimap-open-connection-1): Really respect nnimap-server-port.
7523
7524 * proto-stream.el (proto-stream-open-network): When doing opportunistic
7525 TLS upgrades we don't really care about the identity of the peer.
7526 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7527 that what we've checked for.
7528 (proto-stream-always-use-starttls): Only default to t if
7529 open-gnutls-stream exists.
7530 (proto-stream-open-network): If STARTTLS failed, then just open a
7531 normal connection.
7532 (proto-stream-open-network): Wait until the greeting before doing
7533 STARTTLS.
7534
7535 * nntp.el (nntp-open-connection): Report what the connection error is.
7536
7537 * proto-stream.el (open-protocol-stream): Rename from
7538 open-proto-stream.
7539
7540 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7541
7542 * nnimap.el (nnimap-stream): Change default to `undecided'.
7543 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7544 first, and then network.
7545 (nnimap-open-connection-1): Respect nnimap-server-port.
7546 (nnimap-open-connection): Be more backwards-compatible.
7547
7548 * proto-stream.el (proto-stream-always-use-starttls): New variable.
7549 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
7550 (proto-stream-open-starttls): Folded back into the main function.
7551 (proto-stream-open-network): Fix typo in the GnuTLS path.
7552 (proto-stream-command): Refactor out.
7553
7554 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7555
7556 * proto-stream.el (proto-stream-open-starttls): Actually implement the
7557 starttls.el STARTTLS.
7558
7559 * color.el (color-lab->srgb): Fix function call name.
7560
7561 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7562 if we're using tls.el.
7563 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
7564 built in, then don't try to establish a STARTTLS connection.
7565
7566 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7567 servers.
7568
7569 * proto-stream.el (open-proto-stream): Use network, not stream.
7570 (open-proto-stream): Add a way to specify what the end of a command is.
7571
7572 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7573 connections types.
7574 (nntp-open-network-stream): Remove.
7575 (nntp-open-ssl-stream): Remove.
7576 (nntp-open-tls-stream): Remove.
7577 (nntp-ssl-program): Remove.
7578
7579 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7580
7581 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
7582
7583 * nnir.el: Fix typos.
7584 (nnir-retrieve-headers-override-function): Rename variable to reflect
7585 new semantics.
7586 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7587 macros.
7588 (nnir-request-article, nnir-request-move-article): Use them.
7589 (nnir-categorize): New function.
7590 (nnir-run-query): Use it.
7591 (nnir-retrieve-headers): Rewrite to batch header retrieval.
7592 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7593 sorted.
7594 (nnir-group-full-name): Use gnus-group-full-name instead.
7595 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7596 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7597
7598 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7599
7600 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7601
7602 * proto-stream.el: New library to provide protocol-specific
7603 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7604 protocols.
7605 (open-proto-stream): Complete the documentation.
7606 (proto-stream-open-network): Fix some typos.
7607
7608 * nnimap.el (nnimap-open-connection): Use it.
7609
7610 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
7611
7612 * pop3.el (pop3-open-server): Read server greeting before starting TLS
7613 negotiation.
7614
7615 2010-11-26 Julien Danjou <julien@danjou.info>
7616
7617 * color.el: Rename various rgb functions to srgb.
7618
7619 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7620
7621 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7622 names.
7623
7624 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
7625
7626 * shr.el (shr-insert): Revert last change.
7627 (shr-find-fill-point): Never leave point being at bol;
7628 relax the kinsoku limitation when rendering tables.
7629
7630 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7631
7632 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7633 results from -accept-article.
7634
7635 * shr-color.el: Require cl when compiling.
7636
7637 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7638 checkin.
7639
7640 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7641
7642 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7643
7644 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7645 'add and 'delete to set backend marks.
7646
7647 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7648
7649 * nnheader.el (nnheader-update-marks-actions): Refactor out.
7650
7651 * nntp.el (nntp-request-set-mark): Use it.
7652
7653 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7654
7655 * nnml.el (nnml-request-set-mark): Ditto.
7656
7657 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7658 introduces regressions in article selection.
7659 (nnimap-find-uid-response): New function.
7660 (nnimap-request-accept-article): Use the UID returned, if any.
7661 (nnimap-request-move-article): Use the UID returned, if any.
7662 (nnimap-get-groups): Reimplement to work with folded lines.
7663 (nnimap-find-uid-response): The UID is the last element in the list.
7664 (nnimap-request-set-mark): Extend syntax with 'set.
7665
7666 * nnml.el (nnml-request-set-mark): Ditto.
7667
7668 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7669
7670 * nntp.el (nntp-request-set-mark): Ditto.
7671
7672 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7673
7674 * message.el (message-called-interactively-p): A temporary macro.
7675 (message-goto-body): Use it temporarily.
7676
7677 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7678
7679 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7680 (nnimap-last-response-string): Unfold quoted lines, if they exist.
7681 (nnimap-last-response-string): Fix last unfolding fix.
7682
7683 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7684
7685 * shr.el (shr-insert): Fix the way to fold lines.
7686
7687 2010-11-25 Julien Danjou <julien@danjou.info>
7688
7689 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7690
7691 * color.el: Rename from color-lab.el
7692 (color-rgb->hex): Add.
7693 (color-complement): Add.
7694 (color-complement-hex): Add.
7695
7696 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7697
7698 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7699
7700 * shr-color.el (shr-color-visible): Don't bug out if the color names
7701 don't exist.
7702
7703 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7704
7705 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7706 assuming that article displaying or another mml-preview may be
7707 interrupted for an error or for the like.
7708
7709 * shr.el (shr-get-background): Fix argument name.
7710
7711 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7712
7713 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7714
7715 * gnus-sum.el (gnus-summary-include-articles): New function.
7716
7717 * message.el (message-goto-body): called-interactively-p needs a
7718 parameter, so use `any'.
7719
7720 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7721 clear marks before moving, since they're synced from the Gnus side
7722 first.
7723
7724 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7725 (gnus-summary-move-article): Copy over all marks before moving, so that
7726 IMAP doesn't think a new article has arrived.
7727
7728 2010-11-24 Julien Danjou <julien@danjou.info>
7729
7730 * shr.el (shr-insert-background-overlay): Fix typo.
7731 (shr-render-td): Copy the background before rendering.
7732
7733 * shr-color.el (shr-color-visible): Fix docstring.
7734
7735 * shr.el (shr-tag-table): Add bgcolor support.
7736 (shr-render-td): Add bgcolor support.
7737 (shr-get-background): Add.
7738 (shr-insert-foreground-overlay): Use shr-get-background.
7739
7740 * message.el (message-goto-body): Use called-interactively-p.
7741 (message-in-body-p): message-goto-body returns point.
7742
7743 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7744
7745 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
7746 Fixes something or other in Emacs 23, and is backwards compatible.
7747
7748 * message.el (message-goto-body): Remove the <#secure special-casing,
7749 which is too special.
7750
7751 * shr.el (shr-parse-style): Drop !important from styles.
7752
7753 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
7754
7755 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7756 this function to return incorrect results when calling it with an
7757 explicit article argument different from
7758 (gnus-summary-article-number).
7759
7760 2010-11-24 Julien Danjou <julien@danjou.info>
7761
7762 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7763 (shr-tag-body): Add background support.
7764 (shr-descend): Add background support.
7765 (shr-tag-title): Add.
7766
7767 * shr-color.el (shr-color-visible): Really return original background
7768 if fixed.
7769
7770 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7771
7772 * shr.el (shr-color-check): Protect against non-existent color names.
7773
7774 2010-11-24 Julien Danjou <julien@danjou.info>
7775
7776 * color-lab.el: Require 'cl when compiling.
7777
7778 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7779
7780 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7781 matched part.
7782
7783 * color-lab.el: Fix all expt calls to use float type.
7784
7785 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7786
7787 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7788 expression to shr-color-check as is.
7789
7790 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7791
7792 * color-lab.el: Add coding cookie.
7793 (float-pi): Use eval-and-compile.
7794
7795 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7796
7797 * shr.el (shr-insert-color-overlay): Split stuff like
7798 "#444444 !important" to find the real color.
7799 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7800 parse <font color="red"> entries.
7801
7802 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
7803
7804 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
7805 point when parsing headers.
7806
7807 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
7808 is positioned properly when parsing headers.
7809
7810 2010-11-23 Julien Danjou <julien@danjou.info>
7811
7812 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7813
7814 * shr-color.el (shr-color->hexadecimal): Add support for color names.
7815
7816 * shr.el (shr-parse-style): Replace \n with space in style parsing.
7817
7818 * shr-color.el (shr-color-hsl-to-rgb-fractions):
7819 Use shr-color-hue-to-rgb.
7820 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7821
7822 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7823
7824 * shr.el (shr-color->hexadecimal): Autoload.
7825 (shr-descend): Add color to all tags.
7826
7827 2010-11-22 Julien Danjou <julien@danjou.info>
7828
7829 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7830 shr-color->hexadecimal.
7831
7832 * shr-color.el (shr-color->hexadecimal): Add converting functions for
7833 RGB() or HSL() color representation.
7834
7835 * shr.el (shr-tag-font): Add.
7836 (shr-tag-color-check): New function to get better colors.
7837 (shr-tag-insert-color-overlay): Factorize code between tag-font and
7838 tag-span.
7839
7840 * shr-color.el: New file.
7841
7842 * color-lab.el: New file.
7843
7844 * gnus-art.el (gnus-url-mailto): Do not downcase args.
7845
7846 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
7847
7848 * nnir.el: Fix typo in comments.
7849 (nnir-run-imap): Simplify code. No need to reverse artlist.
7850 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7851
7852 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7853
7854 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7855
7856 * nnimap.el (nnimap-get-capabilities): Refactor out.
7857 (nnimap-open-connection): Re-request capabilities after STARTTLS.
7858
7859 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
7860
7861 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7862 appearing when `mm-uu-hide-markers' is nil.
7863
7864 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7865
7866 * nnimap.el (nnimap-unselect-group): Make into its own function.
7867 (nnimap-request-rename-group): Unselect group before renaming.
7868 This had gotten lost somewhere.
7869 (nnimap-request-accept-article): Keep track of examined groups, and
7870 unselect the group before APPENDing to read-only groups.
7871 (nnimap-request-move-article): Clear flags before moving so that they
7872 can be re-set later.
7873
7874 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
7875
7876 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7877 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7878
7879 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
7880
7881 * gnus-art.el (gnus-mime-display-single):
7882 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7883 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7884 parameter.
7885
7886 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7887
7888 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7889 (shr-table-vertical-line): New variable.
7890 (shr-insert-table): Use it.
7891
7892 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
7893
7894 * gnus-html.el (gnus-html-wash-images): Don't display images if
7895 gnus-inhibit-images is non-nil; register displayer for cid images.
7896 (gnus-html-display-image): Work for cid image.
7897 (gnus-html-insert-image): Allow arguments.
7898 (gnus-html-put-image): Inhibit read-only.
7899 (gnus-html-prefetch-images): Don't prefetch images if
7900 gnus-inhibit-images is non-nil.
7901
7902 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7903
7904 * shr.el (shr-put-image): Break lines when inserting big pictures.
7905
7906 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7907
7908 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7909 sender, thanks Katsumi Yamaoka.
7910
7911 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
7912
7913 * nnir.el (nnir-run-imap): Reverse the article list for each group
7914 rather than the whole list.
7915
7916 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7917
7918 * shr.el (shr-image-displayer): Protect function against non-existent
7919 image source.
7920
7921 * gnus-art.el (gnus-inhibit-images): New user option.
7922 (gnus-mime-display-single): Don't display image if it is non-nil.
7923
7924 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7925 gnus-inhibit-images.
7926
7927 * shr.el (shr-image-displayer): New function.
7928 (shr-tag-img): Use it.
7929
7930 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7931
7932 * mml2015.el (mml2015-epg-sign): Use From header.
7933
7934 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7935
7936 * gnus-html.el (gnus-html-wash-images): Register a displayer.
7937
7938 * gnus-util.el (gnus-find-text-property-region): Return markers.
7939
7940 * shr.el (shr-tag-img): Put a displayer in the text property.
7941
7942 * gnus-util.el (gnus-find-text-property-region): New utility function.
7943
7944 * gnus-html.el (gnus-html-display-image): Make the alt optional.
7945 (gnus-html-show-images): Remove.
7946
7947 * gnus-art.el (gnus-article-show-images): New, more general function.
7948
7949 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7950 image url text properties.
7951
7952 * shr.el: Ditto.
7953
7954 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7955 gnus-agent-auto-agentize-methods is set. Which it isn't.
7956
7957 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7958
7959 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7960 work for two or more articles.
7961
7962 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7963
7964 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7965 divide an image that's in an html article to two or more when washing
7966 non-ASCII characters in alt text of it.
7967
7968 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7969
7970 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7971 smime-decrypt-region using function argument.
7972 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7973
7974 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7975
7976 * smime.el (smime-decrypt-region): Catch it.
7977
7978 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7979
7980 * smime.el (smime-mode-map): Move initialization into declaration.
7981 (gnus-run-mode-hooks): Don't autoload.
7982 (smime-mode): Use define-derived-mode.
7983
7984 2010-11-11 Glenn Morris <rgm@gnu.org>
7985
7986 * smime.el (from): Restrict declaration to XEmacs.
7987
7988 * nnir.el (gnus-group-topic-name): Autoload.
7989
7990 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7991
7992 * shr.el (shr-insert): Don't break long line if it is because of
7993 kinsoku-bol characters in the line end.
7994
7995 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
7996
7997 * nnir.el (nnir-request-move-article): Fix to provide original group
7998 and subject.
7999 (nnir-warp-to-article): Don't fail on articles whose headers haven't
8000 been retrieved.
8001
8002 * gnus-sum.el (gnus-summary-move-article): Use original group and
8003 subject for virtual articles such as those in an nnir summary buffer.
8004
8005 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
8006
8007 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8008 least 21.5).
8009
8010 * smime.el (from): Declare it again for XEmacs.
8011
8012 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8013
8014 * message.el (message-resend): Don't disable encoding unless it's
8015 already encoded.
8016
8017 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8018 low-numbered articles.
8019
8020 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8021
8022 * rfc2047.el (rfc2047-syntax-table): Simplify.
8023
8024 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8025 set-char-table-range for XEmacs.
8026
8027 2010-11-10 Glenn Morris <rgm@gnu.org>
8028
8029 * smime.el (from): Remove unused declaration.
8030
8031 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8032 (gnus-float-time): On Emacs, always an alias.
8033
8034 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8035 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8036
8037 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8038
8039 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8040
8041 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8042
8043 * shr.el (browse-url-mailto): Autoload.
8044
8045 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8046
8047 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8048 regexp doesn't need quoting.
8049
8050 2010-11-09 Sven Joachim <svenjoac@gmx.de>
8051
8052 * message.el (message-subject-trailing-was-ask-regexp)
8053 (message-subject-trailing-was-regexp): Match was: in addition to was.
8054
8055 2010-11-09 Glenn Morris <rgm@gnu.org>
8056
8057 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8058 (nnbabyl-check-mbox): Use point-at-bol.
8059
8060 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8061
8062 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8063
8064 * message.el (message-mailto): New function.
8065 (message-mailto): Should accept other parameters.
8066 (message-mailto): Remove since it duplicates browse-url-mailto
8067 functionality.
8068
8069 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8070
8071 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8072 methods.
8073 (gnus-read-active-file): Ditto.
8074
8075 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8076 ": " from the prompt.
8077 (gnus-group-make-group): Ditto.
8078
8079 2010-11-07 Glenn Morris <rgm@gnu.org>
8080
8081 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8082 (gnus-bookmark-kill-line): Use point-at-eol.
8083
8084 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8085
8086 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8087 asterisks in From header.
8088
8089 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8090
8091 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8092 string to avoid making the From headers syntactically invalid.
8093
8094 * message.el (message-send-mail): Don't insert courtesy messages if the
8095 message already has List-Post and List-ID messages.
8096
8097 2010-11-06 Glenn Morris <rgm@gnu.org>
8098
8099 * gnus-art.el (gnus-treat-article): Give dynamic local variables
8100 `condition', `type', `length' a prefix.
8101 (gnus-treat-predicate): Update for above name changes.
8102
8103 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
8104
8105 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8106 binding. Handled by `gnus-summary-refer-thread' instead.
8107 (nnir-warp-to-article): New backend function.
8108
8109 * nnimap.el (nnimap-request-thread): Force dependency updating.
8110
8111 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8112 (gnus-summary-refer-thread): Rework to improve thread-referral.
8113
8114 * gnus-int.el (gnus-warp-to-article): New function.
8115
8116 * gnus-sum.el (gnus-summary-article-map): Bind it.
8117
8118 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
8119
8120 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8121 gnus-summary-refer-thread.
8122
8123 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8124 headers.
8125 (gnus-summary-limit-include-thread): Prevent articles in thread from
8126 being cut in gnus-cut-threads.
8127 (gnus-summary-refer-thread): Limit retrieved headers to those in
8128 thread.
8129
8130 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8131
8132 * message.el (message-send-mail): Use the value of
8133 message-courtesy-message from the message buffer.
8134
8135 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8136
8137 * shr.el (shr-browse-url): Implement mailto: URLs.
8138
8139 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8140 "raw".
8141
8142 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8143 if it's already selected.
8144
8145 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8146
8147 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8148
8149 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8150 to measure the length and truncate alt text.
8151
8152 2010-11-03 Glenn Morris <rgm@gnu.org>
8153
8154 * nndiary.el (nndiary-generate-nov-databases-1)
8155 (nndiary-generate-active-info): Rename dynamic variable `files' to
8156 something less generic.
8157
8158 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
8159
8160 * nnir.el (nnir-request-move-article): Call the underlying backend to
8161 move articles from nnir.
8162
8163 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8164
8165 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8166
8167 2010-11-02 Julien Danjou <julien@danjou.info>
8168
8169 * nnir.el: Remove wais support.
8170
8171 2010-11-02 Glenn Morris <rgm@gnu.org>
8172
8173 * gnus-html.el: Reorder requirements to quieten compiler.
8174
8175 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8176
8177 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8178 properly for XEmacs as well.
8179 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8180 (gnus-article-natural-long-line-p): Use window-width rather than
8181 frame-width.
8182
8183 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
8184
8185 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
8186 (nnir-read-parms): Don't modify query.
8187 (nnir-run-query): Add ability to search topic on current line.
8188 (nnir-get-active): Clean up.
8189
8190 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8191
8192 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8193 degenerate articles.
8194
8195 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8196 (gnus-print-buffer): Just print the buffer as is, without any copying
8197 to a buffer and then re-highlighting.
8198
8199 * nnimap.el (nnimap-request-group): Store the new updated info.
8200 (nnimap-request-group): Select the group when we don't know whether it
8201 exists or not.
8202
8203 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8204 groups.
8205
8206 * gnus-group.el (gnus-group-find-new-groups): Display all the new
8207 groups.
8208
8209 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8210 groups.
8211
8212 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8213 long-lines case by only filling the long lines.
8214
8215 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8216 (bug#7311).
8217
8218 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8219
8220 * shr.el: No need to declare `declare-function' since shr.el is for
8221 only Emacsen that provide `libxml-parse-html-region'.
8222
8223 2010-11-01 Glenn Morris <rgm@gnu.org>
8224
8225 * mm-util.el (gnus-completing-read): Autoload.
8226 (mm-read-coding-system): Simplify Emacs definition.
8227
8228 * nnmail.el (gnus-activate-group):
8229 * nnimap.el (gnutls-negotiate):
8230 * nntp.el (netrc-parse): Fix declarations.
8231
8232 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8233
8234 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8235 string-match-p in Emacs >=23.
8236
8237 * gnus-msg.el (gnus-configure-posting-styles):
8238 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8239
8240 2010-11-01 Glenn Morris <rgm@gnu.org>
8241
8242 * nnir.el (declare-function): Add compat stub.
8243 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8244 (nnir-run-gmane): Require 'mm-url.
8245
8246 * mm-util.el (mm-string-to-multibyte): Simplify.
8247
8248 * shr.el (declare-function): Add compat stub.
8249 (url-cache-create-filename): Declare.
8250 (mm-disable-multibyte, widget-convert-button): Autoload.
8251
8252 * smime.el (ldap-search): Declare.
8253 (smime-cert-by-ldap-1): Require ldap on Emacs.
8254
8255 * nnimap.el: Require nnmail, and gnus-sum when compiling.
8256 (nnimap-keepalive): Use gnus-float-time.
8257
8258 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8259 (mail-source-delete-crash-box): Use gnus-float-time.
8260
8261 * gnus-dired.el (gnus-completing-read): Autoload.
8262
8263 * mm-view.el (gnus-rescale-image): Autoload.
8264
8265 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8266
8267 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8268
8269 * sieve-manage.el: Require 'cl when compiling.
8270
8271 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8272 (gnus-iswitchb-completing-read): Require iswitchb.
8273 (gnus-select-frame-set-input-focus): Silence compiler.
8274
8275 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8276
8277 * message.el (message-subject-trailing-was-query): Change default to t,
8278 since I think that's what most people want.
8279
8280 * nnimap.el (nnimap-request-accept-article): Erase buffer before
8281 appending for easier debugging.
8282 (nnimap-wait-for-connection): Take a regexp.
8283 (nnimap-request-accept-article): Wait for the continuation line before
8284 sending anything unless we're streaming.
8285
8286 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8287 leave the header washing to take place.
8288
8289 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
8290
8291 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8292 regular expression match and replace in posting styles.
8293
8294 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
8295
8296 * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8297 an entire server.
8298 (nnir-get-active): New function.
8299 (nnir-run-imap): Use it.
8300 (nnir-run-gmane): Who knew, gmane search returns an article score!
8301
8302 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8303 server on the current line with nnir.
8304
8305 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8306
8307 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8308 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8309 left edge.
8310 (gnus-article-foldable-buffer): Skip past the prefix when determining
8311 raggedness.
8312
8313 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8314 the raw article, and change `C-u g' to show the article without doing
8315 treatments.
8316
8317 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8318 on to `gnus-treat-article'.
8319 (gnus-inhibit-article-treatments): New variable.
8320
8321 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8322
8323 * gnus-art.el (gnus-treatment-function-alist): Have
8324 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8325 (gnus-treat-fill-long-lines): Change default to fill all text/plain
8326 sections.
8327
8328 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8329 parameter.
8330 (gnus-article-fill-cited-long-lines): New function.
8331 (gnus-article-fill-cited-article): Allow filling only long sections.
8332
8333 * shr.el (shr-find-fill-point): Don't break lines between punctuation
8334 and non-punctuation (like after the apostrophe in "'We").
8335
8336 * gnus-sum.el (gnus-summary-select-article): Make sure
8337 gnus-original-article-buffer is alive.
8338
8339 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8340 reflect the order they are in the digest.
8341
8342 * gnus.el (gnus-group-startup-message): Move point to the start of the
8343 buffer.
8344
8345 * nnimap.el (nnimap-capability): New function.
8346 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8347 is set.
8348
8349 2010-10-31 David Engster <dengste@eml.cc>
8350
8351 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8352 conform with changes to gnus-completing-read.
8353
8354 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8355
8356 * shr.el (shr-tag-img): Output "*" instead of "[img]".
8357
8358 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8359
8360 * nnir.el: Move defvar, defcustom around to keep file organized
8361 and keep byte-compiler quiet.
8362 (nnir-read-parms): Accept search-engine as arg.
8363 (nnir-run-query): Pass search-engine as arg.
8364 (nnir-search-engine): Remove.
8365
8366 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8367
8368 * shr.el (shr-generic): The text nodes should be text, not :text.
8369
8370 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8371 later in the file.
8372
8373 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8374
8375 * nnir.el: General clean up. Allow searching with multiple engines.
8376 Allow separate extra-parameters for each engine.
8377 Batch queries when possible.
8378 (nnir-imap-default-search-key, nnir-method-default-engines):
8379 Add customize interface.
8380 (nnir-run-gmane): New engine.
8381 (nnir-engines): Use it. Qualify all prompts with engine name.
8382 (nnir-search-engine): Remove global variable.
8383 (nnir-run-hyrex): Restore for now.
8384 (nnir-extra-parms, nnir-search-history): New variables.
8385 (gnus-group-make-nnir-group): Use them.
8386 (nnir-group-server): Remove in favor of gnus-group-server.
8387 (nnir-request-group): Avoid searching twice.
8388 (nnir-sort-groups-by-server): New function.
8389
8390 2010-10-30 Julien Danjou <julien@danjou.info>
8391
8392 * gnus-group.el: Remove gnus-group-fetch-control.
8393
8394 * gnus-start.el (gnus-find-new-newsgroups):
8395 Remove gnus-check-first-time-used.
8396
8397 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8398
8399 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8400
8401 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8402 set on groups that don't have \* permanentflags.
8403
8404 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8405
8406 * shr.el (shr-tag-span): Drop colorization of regions since we don't
8407 control the background color.
8408 (shr-tag-img): Ignore very small web bug type images.
8409 (shr-put-image): Add help-echo alt texts to the images.
8410 (shr-tag-video): Show the video poster image.
8411
8412 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8413
8414 * shr.el (shr-table-depth): New variable.
8415 (shr-tag-table-1): Only insert the images after the top-level table.
8416
8417 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8418
8419 * gnus-util.el (gnus-list-memq-of-list): New function.
8420
8421 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8422 selected.
8423 (nnimap-unsplittable-articles): New slot.
8424 (nnimap-new-articles): Use it.
8425
8426 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
8427
8428 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8429 move to the previous line on `M-g'.
8430
8431 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8432
8433 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8434 *-request-group, which seems unnecessary.
8435
8436 * nnimap.el (nnimap-quote-specials): Function copied over from
8437 imap.el.
8438 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8439 they support that. Suggested by Tom Regner.
8440
8441 2010-10-29 Julien Danjou <julien@danjou.info>
8442
8443 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8444 defalias.
8445 (gnus-summary-delete-marked-with): Remove obsolete defalias.
8446
8447 * gnus.el: Remove `gnus-nntp-service' variable.
8448 (gnus-secondary-servers): Make obsolete.
8449 (gnus-nntp-server): Make obsolete.
8450
8451 * gnus-start.el (gnus-1): Remove x-splash calls.
8452
8453 * gnus-ems.el (gnus-x-splash): Remove.
8454
8455 * gnus.el (gnus-group-startup-message): Simplify/update code.
8456
8457 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8458 capability before doing anything.
8459 (gnus-group-insert-group-line): Remove useless
8460 gnus-group-remove-excess-properties.
8461
8462 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8463
8464 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8465
8466 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8467
8468 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8469 config after reselecting.
8470
8471 2010-10-28 Julien Danjou <julien@danjou.info>
8472
8473 * shr.el (shr-put-image): Use point even if only inserting text.
8474 (shr-put-image): Save excursion when inserting alt text on non-graphic
8475 display, so the behavior is the same when we are on a graphic display.
8476
8477 * nnir.el (nnir-run-swish-e): Remove hyrex support.
8478
8479 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8480
8481 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8482 (gnus-mime-copy-part): Check coding system, not charset.
8483 (gnus-mime-view-part-externally): Never remove part.
8484 (gnus-mime-view-part-internally): Don't remove part here.
8485 (gnus-article-part-wrapper): Make sure MIME tag is visible.
8486 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8487 multipart/alternative.
8488
8489 * mm-decode.el (mm-display-part): Take optional arg `force'.
8490
8491 2010-10-26 Julien Danjou <julien@danjou.info>
8492
8493 * gnus-group.el (gnus-group-default-list-level): Add this function to
8494 compute the default list level.
8495 (gnus-group-default-list-level): Add possibility to use a function.
8496
8497 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8498
8499 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8500
8501 * gnus-group.el (gnus-group-completing-read)
8502 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8503 gnus-replace-in-string.
8504
8505 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8506
8507 * shr.el (shr-tag-div): Add.
8508
8509 2010-10-25 Julien Danjou <julien@danjou.info>
8510
8511 * gnus-util.el: Remove `gnus-with-local-quit'.
8512
8513 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8514
8515 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8516
8517 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8518 the original article buffer.
8519
8520 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8521
8522 * nnimap.el (nnimap-request-head): New function.
8523 (nnimap-request-move-article): Try to be slightly faster by not
8524 requesting the entire message when moving.
8525 (nnimap-transform-headers): Don't bug out on bodiless articles.
8526 (nnimap-send-command): Have no outstanding messages if the IMAP server
8527 doesn't support streaming.
8528 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8529
8530 2010-10-24 Julien Danjou <julien@danjou.info>
8531
8532 * message.el (message-default-headers): Fix type.
8533
8534 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8535
8536 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8537 prefetching images.
8538
8539 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8540 backend for unknown groups. This is mainly useful for nnimap groups.
8541
8542 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8543 group isn't covered by the agent.
8544
8545 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
8546
8547 * nnir.el (nnir-method-default-engines): New variable.
8548 (nnir-run-query): Use it.
8549 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8550 (gnus-summary-nnir-goto-thread): Change group if needed.
8551
8552 * gnus-group.el (gnus-group-group-map): Add key binding for
8553 gnus-group-make-nnir-group.
8554
8555 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8556
8557 * shr.el (shr-tag-object): Add.
8558
8559 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8560 original article buffer live.
8561 (gnus-summary-select-article-buffer):
8562 Mention gnus-widen-article-buffer.
8563
8564 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8565
8566 * shr.el (shr-tag-strong): Add.
8567
8568 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8569
8570 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8571 group names. They mess up the group buffer badly.
8572
8573 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8574
8575 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8576 instead of the summary one.
8577
8578 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
8579
8580 * mml.el (mml-preview): Work properly when editing article.
8581
8582 * gnus-start.el (gnus-read-active-file-1): Don't add method to
8583 gnus-have-read-active-file if it's already been in.
8584
8585 2010-10-22 Tom Tromey <tromey@redhat.com>
8586
8587 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8588 gnus-group-completing-read.
8589
8590 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8591
8592 * message.el (message-mode-map): Don't bind M-; to comment region, to
8593 allow the global comment-dwim to work.
8594
8595 2010-10-21 Julien Danjou <julien@danjou.info>
8596
8597 * message.el (message-setup-1): Allow message-default-headers to be a
8598 function.
8599
8600 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8601
8602 * shr.el (shr-tag-table): Simplify.
8603
8604 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8605
8606 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8607 to avoid trying to snarf invalid stuff.
8608
8609 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8610
8611 * gnus.el (gnus-message-archive-group): Quote value.
8612 (gnus-message-archive-group): Mark as changed.
8613
8614 * shr.el (shr-add-font): Don't put the font properties on the newline
8615 or the indentation.
8616
8617 * message.el (message-fix-before-sending): Change options when sending
8618 non-printable characters.
8619
8620 * gnus.el (gnus-message-archive-method): Change the default to
8621 monthly outgoing groups.
8622
8623 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8624 that have gotten new numbers.
8625
8626 * nnimap.el (nnimap-request-replace-article): New function.
8627
8628 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8629
8630 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8631 (nnrss-request-article): Don't use special html washing code.
8632
8633 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8634
8635 * shr.el (shr-tag-table): Remove useless nconc.
8636
8637 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8638
8639 * gnus-art.el (article-wash-html): Simplify and remove the charset
8640 stuff. Use the normal html rendering code instead of the special html
8641 washing code.
8642
8643 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8644 `gnus-w3m' symbols.
8645 (mm-text-html-washer-alist): Remove.
8646
8647 * mm-decode.el (mm-inline-text-html-renderer): Remove.
8648 (mm-inline-media-tests): Remove use.
8649 (mm-text-html-renderer): Change default to the `shr' symbol.
8650
8651 * mm-view.el (mm-inline-text-html): Remove use.
8652
8653 * gnus-art.el (gnus-blocked-images): New function. Allow the
8654 `gnus-blocked-images' to be a function.
8655 (gnus-article-wash-function): Remove.
8656
8657 2010-10-20 Julien Danjou <julien@danjou.info>
8658
8659 * spam.el (spam-list-of-processors): Mark as obsolete.
8660
8661 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8662 (nnimap-insert-partial-structure): Fix boundary detection.
8663
8664 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
8665
8666 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8667 run file-truename on remote files. This can be expensive and even
8668 prevent one from editing drafts if some unrelated buffer has a stale
8669 connection.
8670
8671 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8672
8673 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8674 kinsoku-eol regardless of shr-kinsoku-shorten.
8675 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8676 (shr-tag-table): Support caption, thead, and tfoot.
8677
8678 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8679
8680 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8681 lines.
8682 (shr-save-contents): New command and keystroke.
8683
8684 * nndoc.el (nndoc-type-alist): Add git support.
8685 (nndoc-git-type-p): New function.
8686 (nndoc-transform-git-article): Ditto.
8687 (nndoc-transform-git-headers): Ditto.
8688 (nndoc-transform-git-headers): Generate Subject headers.
8689
8690 * shr.el (shr-parse-style): New function.
8691 (shr-tag-span): Ditto.
8692
8693 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8694 to `G G' to avoid collisions.
8695
8696 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8697
8698 * shr.el: Load kinsoku if necessary.
8699 (shr-kinsoku-shorten): New internal variable.
8700 (shr-find-fill-point): Make kinsoku shorten text line if
8701 shr-kinsoku-shorten is bound to non-nil.
8702 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8703 shr-indentation too when testing if table is wider than frame width.
8704 (shr-insert-table): Use `string-width' instead of `length' to measure
8705 text width.
8706 (shr-insert-table-ruler): Make sure indentation is done at bol.
8707
8708 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8709
8710 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8711 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8712 undecoded network data.
8713
8714 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8715
8716 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8717 name in the mode line spec so that the mode line menu works
8718 (bug#2431).
8719
8720 * message.el (message-get-reply-headers): If we're fed `to-address',
8721 then always use that.
8722
8723 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8724 aren't so wide as to need to switch off the edit menu.
8725
8726 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8727 binding. Suggested by Leo <sdl.web@gmail.com> (bug#6613).
8728
8729 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8730 `M-g'.
8731 (nnimap-update-info): Update flags/read marks even if \* isn't part of
8732 the permanent marks.
8733
8734 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
8735
8736 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8737 Splitting according to references/in-reply-to obeys the ignore-groups
8738 variable, while splitting by sender and subject do not.
8739
8740 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8741
8742 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8743 alist, so that we can look for non-Unicode chars.
8744 (article-translate-strings): Allow both character and string maps.
8745
8746 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8747
8748 * shr.el (shr-insert): Don't insert space behind a wide character
8749 categorized as kinsoku-bol, or between characters both categorized as
8750 nospace.
8751
8752 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
8753
8754 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
8755 headers to gnus-newsgroup-headers.
8756
8757 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8758
8759 * shr.el (shr-tag-img): Don't align images -- since we're not
8760 rescaling, this often leads to ugly displays.
8761
8762 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
8763
8764 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8765 duplicates.
8766
8767 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
8768
8769 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8770 call.
8771
8772 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8773
8774 * gnus.el: Autoload gnus-html-show-images.
8775
8776 * nnimap.el: Use nnheader-message throughout.
8777
8778 * shr.el (shr-tag-img): Ignore images with no data.
8779
8780 2010-10-15 Julien Danjou <julien@danjou.info>
8781
8782 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8783 a possibility to disable format=flow encoding when using hard newlines.
8784
8785 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8786
8787 * shr.el (shr-insert): Remove space inserted before or after a
8788 breakable character or at the beginning or the end of a line.
8789 (shr-find-fill-point): Do kinsoku; find the second best point or give
8790 it up if there's no breakable point.
8791
8792 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8793
8794 * nnimap.el (nnimap-open-connection): Message when opening connection
8795 for debugging purposes.
8796
8797 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8798 on every setup buffer call to allow this to change from article to
8799 article.
8800
8801 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8802 buffers where we have a wide table.
8803
8804 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
8805
8806 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8807 uses *-request-thread.
8808
8809 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8810
8811 * nnimap.el (nnimap-open-connection): Remove %s from openssl
8812 incantation, which is no longer valid.
8813
8814 2010-10-14 Julien Danjou <julien@danjou.info>
8815
8816 * shr.el: Fix defcustom type (char -> character).
8817
8818 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8819
8820 * nnimap.el (nnimap-open-connection): tls-program should be a list of
8821 programs.
8822
8823 2010-10-14 Julien Danjou <julien@danjou.info>
8824
8825 * shr.el (shr-tag-a): Use url-link as widget type.
8826
8827 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8828 `gnus-group-get-icon'.
8829
8830 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8831
8832 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8833 This should make server editing work better.
8834
8835 * shr.el (shr-find-fill-point): Don't inloop on indented text.
8836
8837 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8838 (nnimap-parse-flags): Fix regexp.
8839
8840 * shr.el (shr-find-fill-point): Use a filling algorithm that should
8841 probably work for CJVK text, too.
8842
8843 * nnimap.el (nnimap-extend-tls-programs): Remove.
8844 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8845
8846 2010-10-13 Julien Danjou <julien@danjou.info>
8847
8848 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8849 responses.
8850
8851 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8852
8853 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8854
8855 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8856 anything in Emacs.
8857
8858 * shr.el (shr-current-column): Remove buggy and unnecessary function.
8859
8860 2010-10-13 Julien Danjou <julien@danjou.info>
8861
8862 * shr.el (shr-width): Make shr-width a defcustom with default to
8863 fill-column.
8864 (shr-tag-img): Use shr-width rather than fill-column.
8865
8866 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8867
8868 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8869
8870 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8871 position when (X-)Faces exist.
8872 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8873 avatars when called interactively.
8874
8875 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8876
8877 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8878 gnus-article-x-face-too-ugly is bound.
8879
8880 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8881
8882 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8883
8884 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8885 mailbox that doesn't exist.
8886
8887 2010-10-12 Julien Danjou <julien@danjou.info>
8888
8889 * shr.el (shr-tag-img): Encode URL properly when retrieving.
8890 (shr-get-image-data): Encode URL properly when fetching from cache.
8891 (shr-tag-img): Use aligned-to spaces to align correctly images.
8892
8893 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8894 before inserting the Gravatar.
8895
8896 * shr.el (shr-tag-img): Add align attribute support for <img>.
8897
8898 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8899
8900 * gnus-gravatar.el (gnus-art): Require.
8901
8902 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8903 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8904 Remove long obsoleted functions.
8905
8906 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8907
8908 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8909
8910 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8911 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8912 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
8913 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
8914 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
8915 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
8916 Fix comment for declare-function.
8917
8918 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8919
8920 * nnimap.el (nnimap-request-rename-group): Select group read-only
8921 before renaming it.
8922
8923 * shr.el (shr-insert): Fix up the white space only regexp.
8924
8925 * nnimap.el (nnimap-transform-split-mail): Not all articles have
8926 bodies. Protect against this. Reported by Michael Welsh Duggan.
8927
8928 * shr.el (shr-current-column): New function.
8929 (shr-find-fill-point): New function.
8930
8931 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8932
8933 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8934 numbers.
8935
8936 2010-10-11 Julien Danjou <julien@danjou.info>
8937
8938 * shr.el (shr-hr-line): Add.
8939 (shr-tag-hr): Use shr-hr-line to specify which character to use to
8940 display hr lines.
8941 (shr-max-columns): Do not change state to nil if we just inserting
8942 spaces.
8943
8944 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8945
8946 * gnus-topic.el (gnus-topic-read-group): If after the last group,
8947 select the last group.
8948
8949 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
8950
8951 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8952
8953 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8954
8955 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8956 for Gnus.
8957 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8958 (nnimap-update-qresync-info): Mark \Seen articles as read.
8959
8960 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8961 non-variable, too.
8962
8963 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
8964 available.
8965 (nnimap-update-info): Rely more on the current active than the param
8966 active to avoid marking articles as read too much.
8967
8968 * auth-source.el (auth-source-create): Use (user-login-name) for the
8969 user name default.
8970
8971 * nnimap.el (nnimap-update-info): If the server doesn't return any
8972 useful info, just use the previous info.
8973 (nnimap-update-info): Prefer old info over start-article.
8974 (nnimap-update-qresync-info): Finish implementing QRESYNC.
8975
8976 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
8977
8978 * nnir.el (autoload): Clean up autoloads.
8979 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8980 Use key rather than value.
8981 (nnir-imap-search-other): New variable.
8982 (nnir-read-parm): Use it.
8983 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8984 (gnus-summary-nnir-goto-thread): Modify to work with imap.
8985
8986 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8987
8988 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8989 the process, too.
8990
8991 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8992
8993 * spam.el (gnus-summary-mode-map): Bind to "$".
8994 Suggested by Russ Allbery.
8995
8996 * shr.el: Rework the way things are indented by <li> slightly.
8997
8998 * gnus.el (gnus-group-set-parameter): Fix typo.
8999
9000 * nnimap.el: Start implementing QRESYNC support.
9001
9002 2010-10-09 Julien Danjou <julien@danjou.info>
9003
9004 * nnir.el (nnir-engines): Fix too many arguments.
9005
9006 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9007
9008 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9009 group is the "last", so that the backends like nnfolder actually save
9010 their folders.
9011
9012 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
9013 try to use that for the TLS stream.
9014 (nnimap-retrieve-group-data-early): Rework the marks code to heed
9015 UIDVALIDITY and find out which groups are read-only and not.
9016 (nnimap-get-flags): Use the same marks parsing code as the rest of
9017 nnimap.
9018
9019 2010-10-09 Julien Danjou <julien@danjou.info>
9020
9021 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9022
9023 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9024 retrieving gravatars.
9025
9026 * shr.el (shr-table-corner): Add.
9027 (shr-table-line): Add.
9028 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9029
9030 2010-10-08 Julien Danjou <julien@danjou.info>
9031
9032 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9033
9034 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
9035
9036 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9037
9038 * gnus-sum.el (gnus-mark-article-as-unread)
9039 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9040 (gnus-summary-set-bookmark): Use it.
9041
9042 * gnus-msg.el (gnus-setup-message): Use it.
9043
9044 * gnus-demon.el (gnus-demon-remove-handler): Use it.
9045
9046 * gnus.el (gnus-group-remove-parameter): Use it.
9047
9048 * gnus-group.el (gnus-group-make-web-group): Use it.
9049
9050 * gnus-demon.el (gnus-demon-remove-handler): Use it.
9051
9052 * nnregistry.el: Update docs to mention manual.
9053
9054 * gnus-registry.el: Update docs to mention nnregistry.el.
9055 (gnus-registry-initialize): Don't install nnregistry refer method
9056 automatically.
9057 (gnus-registry-install-nnregistry): Remove it.
9058
9059 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9060
9061 * shr.el (shr-insert): Don't insert double spaces.
9062
9063 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9064
9065 * gnus-gravatar.el (gnus-treat-from-gravatar)
9066 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9067 called interactively.
9068
9069 * gnus-art.el (gnus-mime-view-part-externally)
9070 (gnus-mime-view-part-internally): Make predicate function passed to
9071 gnus-mime-view-part-as-type assume argument is a mime type, not a list
9072 of a mime type.
9073
9074 * shr.el (shr-table-widths): Don't use cl function `reduce'.
9075
9076 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9077
9078 * shr.el (require): Require cl when compiling.
9079 (shr-tag-hr): New function.
9080
9081 * nnimap.el (nnimap-update-info): Remove double setting of high.
9082 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9083 This makes nnimap work properly on Courier again.
9084
9085 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9086 the variable for backwards compatibility.
9087
9088 * mm-decode.el (mm-save-part): If given a non-directory result, expand
9089 the file name before using to avoid setting mm-default-directory to
9090 nil.
9091
9092 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9093 bidning gnus-agent variables.
9094
9095 * shr.el (shr-render-td): Use a cache for the table rendering function
9096 to avoid getting an exponential rendering behavior in nested tables.
9097 (shr-insert): Rework the line-breaking algorithm.
9098 (shr-insert): Don't leave trailing spaces.
9099 (shr-insert-table): Also insert empty TDs.
9100 (shr-tag-blockquote): Ensure paragraphs after </ul>.
9101
9102 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9103
9104 * gnus-sum.el (gnus-number): Rename from `number'.
9105 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9106 (gnus-summary-limit-children): Update uses correspondingly.
9107
9108 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9109
9110 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9111 (gnus-gravatar-transform-address): Don't show avatars of people of
9112 which mail addresses match gnus-gravatar-too-ugly.
9113
9114 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9115
9116 * shr.el (shr-table-widths): Expand TD elements to fill available
9117 space.
9118
9119 2010-10-07 Julien Danjou <julien@danjou.info>
9120
9121 * nnimap.el (nnimap-request-rename-group): Add this method.
9122
9123 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9124
9125 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9126 name from XEmacs' function-arglist.
9127
9128 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9129 gravatar under XEmacs.
9130
9131 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
9132
9133 * auth-source.el: Update docs with TODO items.
9134
9135 * gnus-sync.el: Update docs to explain state and plans.
9136
9137 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9138 Hooks for mark updates.
9139 (gnus-request-set-mark, gnus-request-update-mark): Use them.
9140
9141 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9142 hooks with arguments, which is needed for mark update hooks.
9143
9144 2010-10-06 Julien Danjou <julien@danjou.info>
9145
9146 * gnus.el (gnus-expand-group-parameter): Only return and act on what
9147 was matched.
9148
9149 * sieve-manage.el: Update example in `Commentary'.
9150
9151 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9152
9153 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9154 not 2000.
9155 (sieve-manage-authenticate): Re-add function.
9156
9157 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9158
9159 * shr.el (shr-insert): Get 'space transition right.
9160 (shr-render-td): Only delete space at the end of the TD.
9161
9162 * nnimap.el (nnimap-open-connection): Prepare to support
9163 open-gnutls-stream.
9164
9165 * shr.el: Rearrange function order to be more logical.
9166
9167 2010-10-06 Julien Danjou <julien@danjou.info>
9168
9169 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9170 (nnrss-discover-feed): Remove 404 URL in docstring.
9171
9172 * nnir.el: Fix Swish-E URL.
9173 Fix Namazu URL.
9174
9175 * message.el (message-change-subject): Remove 404 URL in a comment.
9176
9177 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9178
9179 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9180 called interactively.
9181
9182 * gnus-util.el (gnus-remove-if): Allow hash table.
9183 (gnus-remove-if-not): New function.
9184
9185 * gnus-art.el (gnus-mime-view-part-as-type):
9186 * gnus-score.el (gnus-summary-score-effect):
9187 * gnus-sum.el (gnus-read-move-group-name):
9188 Replace remove-if-not with gnus-remove-if-not.
9189
9190 * gnus-group.el (gnus-group-completing-read):
9191 Regard collection as a hash table if it is not a list.
9192
9193 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9194
9195 * shr.el (shr-render-td): Allow blank/missing <TD>s.
9196
9197 * shr.el: Document the table-rendering algorithm.
9198
9199 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9200 invalid URLs.
9201
9202 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9203 line-broken.
9204 (shr-tag-img): Ignore image fetching errors.
9205 (shr-overlays-in-region): Compute overlay positions correctly.
9206
9207 * mm-decode.el (mm-shr): Require shr.
9208
9209 * gnus-art.el (gnus-blocked-images): Move variable here.
9210
9211 * shr.el (shr-insert-table): Bind free variable.
9212
9213 * mm-decode.el (mm-shr): Bind shr-content-function.
9214
9215 * shr.el (shr-content-function): New variable.
9216
9217 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9218 added for symmetry.
9219
9220 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9221
9222 * gnus-group.el (gnus-group-make-group): Doc fix.
9223
9224 * nnimap.el (nnimap-request-newgroups): Return success.
9225
9226 * shr.el (shr-find-elements): New function.
9227 (shr-tag-table): Put all the images after the table.
9228 (shr-tag-table): Really inhibit images inside the table.
9229 (shr-collect-overlays): Copy over overlays from the TD elements to the
9230 main document.
9231
9232 * mm-decode.el (mm-shr): Bind shr-blocked-images to
9233 gnus-blocked-images.
9234
9235 2010-10-05 Julien Danjou <julien@danjou.info>
9236
9237 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9238
9239 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9240 (gnus-html-maximum-image-size): Add this function.
9241 (gnus-html-put-image): Use gnus-html-maximum-image-size.
9242
9243 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9244 server-value of the capability is nil.
9245
9246 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9247
9248 * shr.el (shr-tag-em): Add <EM> tag.
9249
9250 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
9251
9252 * sieve-manage.el (sieve-manage-default-stream): Make default stream
9253 customizable.
9254
9255 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9256 handing broken links to browse-url.
9257
9258 2010-10-05 Julien Danjou <julien@danjou.info>
9259
9260 * gnus-util.el (gnus-emacs-completing-read)
9261 (gnus-iswitchb-completing-read): Use autoload rather than require.
9262
9263 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
9264
9265 * gnus-util.el (gnus-completing-read-function): Exclude
9266 gnus-icompleting-read and gnus-ido-completing-read from candidates for
9267 XEmacs since iswitchb.el is very old and ido.el is unavailable in
9268 XEmacs.
9269
9270 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9271 not to use `delete-dups' that is unavailable in XEmacs 21.4.
9272
9273 * gnus-html.el: Don't require help-fns under XEmacs.
9274 (gnus-html-schedule-image-fetching): Work for XEmacs.
9275
9276 * mm-decode.el (mm-shr): Decode contents by charset.
9277
9278 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9279
9280 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9281 unknown.
9282
9283 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9284 (shr-get-image-data): Ensure against the cache file missing.
9285
9286 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9287 for data.
9288
9289 * spam-report.el (spam-report-url-ping-plain): Don't query about
9290 killing the process.
9291
9292 * shr.el (shr-render-td): Protect against too-wide text.
9293
9294 2010-10-04 Julien Danjou <julien@danjou.info>
9295
9296 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9297 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9298
9299 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9300 retrieved.
9301
9302 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9303
9304 * shr.el (browse-url): Require.
9305 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9306 lines.
9307 (shr-show-alt-text, shr-browse-image): New commands.
9308 (shr-browse-url, shr-copy-url): New commands.
9309
9310 * gnus-sum.el (gnus-widen-article-window): New variable.
9311 (gnus-summary-select-article-buffer): Use it.
9312
9313 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9314 without @ signs.
9315
9316 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9317
9318 * nnir.el (nnir-run-imap): Remove spurious space in search string.
9319
9320 2010-10-04 Julien Danjou <julien@danjou.info>
9321
9322 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9323 for XEmacs.
9324
9325 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9326
9327 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9328
9329 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9330 (nnimap-close-server): Implement.
9331
9332 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9333 (shr-insert): Tweak line breaking.
9334 (shr-insert): Handle <pre> better.
9335 (shr-tag-li): Get <li> indentation right.
9336 (shr-tag-li): Get <li> indentation even righter.
9337 (shr-tag-blockquote): Ensure paragraph start.
9338 (shr-make-table): Tweak table generation.
9339 (shr-make-table): Fix typo.
9340
9341 * shr.el: Implement table rendering.
9342
9343 2010-10-04 Julien Danjou <julien@danjou.info>
9344
9345 * gnus-html.el (gnus-html-put-image): Fix resize image code.
9346
9347 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9348
9349 * shr.el (shr-insert): Use string anchors instead of line anchors.
9350
9351 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9352
9353 * shr.el: Add headings.
9354 (shr-ensure-paragraph): Actually work.
9355 (shr-tag-li): Make <ul> prettier.
9356 (shr-insert): Get white space at the beginning/end of elements right.
9357 (shr-tag-p): Collapse subsequent <p>s.
9358 (shr-ensure-paragraph): Don't insert double line feeds after blank
9359 lines.
9360 (shr-insert): \t is also space.
9361 (shr-tag-s): Fix "s" tag name function.
9362 (shr-tag-s): Fix face prop name.
9363
9364 2010-10-03 Julien Danjou <julien@danjou.info>
9365
9366 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9367
9368 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9369 gnus-window-inside-pixel-edges.
9370
9371 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9372 gnus-ems.
9373
9374 * mm-view.el (mm-inline-image-emacs): Support image resizing.
9375
9376 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9377 function.
9378
9379 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9380 resize choice.
9381
9382 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9383
9384 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9385 beginning of the buffer.
9386
9387 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9388 article buffer again.
9389
9390 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9391
9392 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9393 when it's at the start of the buffer.
9394
9395 * shr.el (shr-tag-blockquote): Convert name.
9396 (shr-rescale-image): Use the right image-size variant.
9397
9398 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9399 buffer isn't shown, then select the current article first instead of
9400 bugging out.
9401 (gnus-summary-select-article-buffer): Show both the article and summary
9402 buffers again.
9403
9404 * shr.el (shr-fontize-cont): Protect against regions with no text.
9405 Rename tag functions to shr-tag-* for enhanced security.
9406 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9407
9408 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
9409
9410 * shr.el (shr-insert):
9411 * pop3.el (pop3-movemail):
9412 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9413 loaded.
9414
9415 2010-10-03 Glenn Morris <rgm@gnu.org>
9416
9417 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9418
9419 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9420
9421 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9422
9423 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9424
9425 * gnus-util.el (gnus-make-local-hook): Simplify.
9426
9427 2010-10-02 Julien Danjou <julien@danjou.info>
9428
9429 * gnus-util.el (gnus-iswitchb-completing-read): New function.
9430 (gnus-ido-completing-read): New function.
9431 (gnus-emacs-completing-read): New function.
9432 (gnus-completing-read): Use gnus-completing-read-function.
9433 Add gnus-completing-read-function.
9434
9435 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9436
9437 * shr.el (shr-insert-document): Autoload.
9438 (shr-img): Be silent.
9439 (shr-insert): Add a newline after every picture before text.
9440 (shr-add-font): Use overlays for combining faces.
9441 (shr-insert): Pass upwards the text start point.
9442
9443 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9444 possible.
9445 (mm-shr): New function.
9446
9447 2010-10-02 Julien Danjou <julien@danjou.info>
9448
9449 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9450 should go backward.
9451
9452 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
9453
9454 * shr.el (shr): Fix typo in provide call.
9455
9456 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9457
9458 * shr.el: New file.
9459
9460 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9461
9462 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9463 completing read.
9464
9465 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9466
9467 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9468 we're being queried about. Suggested by Dan Jacobson.
9469
9470 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9471 Suggested by Jason Eisner.
9472
9473 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9474 table, too. Suggested by Stefan Wiens.
9475 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9476 the table unnecessary. Suggested by Stefan Wiens.
9477
9478 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9479 longer needed, and probably doesn't work either, as pointed out by
9480 Stefan Wiens.
9481 (gnus-summary-exit): Remove call to the clearing function.
9482 (gnus-summary-exit-no-update): Ditto.
9483
9484 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9485 instead of gnus-eval-in-buffer-window to avoid popping up frames.
9486 Reported by Stefan Monnier.
9487 (gnus-summary-save-in-rmail): Ditto.
9488
9489 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9490 article buffer, instead of both the article buffer and the summary
9491 buffer. Sort of suggested by Dan Jacobson.
9492
9493 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9494
9495 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9496 Suggested by Dan Jacobson.
9497
9498 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9499 documentation clearer.
9500
9501 * message.el (message-shorten-references): Comment on the number "21".
9502 Suggested by Stefan Monnier.
9503
9504 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9505 Suggested by Dan Jacobson.
9506
9507 * gnus.el (gnus-large-newsgroup):
9508 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
9509
9510 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9511 externalize attachments. Bug reported by Steve Wen.
9512
9513 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9514 really message anything to the user.
9515
9516 * nnmail.el (nnmail-article-group): Allow using the fancy split method
9517 directly.
9518
9519 * nnimap.el (nnimap-request-group): Low higher than high to signal no
9520 messages in empty groups.
9521
9522 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9523
9524 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9525 non-UIDNEXT group.
9526
9527 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9528
9529 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9530 not the value from the collection.
9531
9532 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9533 values. This sometimes happens on some groups that have no info.
9534 (nnimap-request-newgroups): New function.
9535
9536 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9537
9538 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9539 check into `gnus-registry-initialize'.
9540 (gnus-registry-initialize): Ditto.
9541 Fix and extend header docs.
9542
9543 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9544
9545 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9546 regexp backtrace overflows.
9547
9548 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9549 for starttls that tls.el implements; i.e. openssl.
9550
9551 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9552
9553 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9554 (gravatar-create-image): New function that's an alias to
9555 gnus-xmas-create-image, gnus-create-image, or create-image.
9556 (gravatar-data->image): Use it.
9557
9558 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
9559
9560 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9561 install the nnregistry refer method.
9562 (gnus-registry-install-hooks): Use it.
9563 (gnus-registry-unfollowed-groups): Add nnmairix to the default
9564 unfollowed groups.
9565
9566 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
9567
9568 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9569 expanding threads.
9570
9571 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9572
9573 * nnir.el: Use the server names without suffixes (bug#7009).
9574
9575 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9576 unencrypted to STARTTLS, if possible.
9577
9578 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9579
9580 * message.el (message-ignored-supersedes-headers): Strip Injection-*
9581 headers before superseding.
9582
9583 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9584
9585 * nnrss.el (nnrss-use-local): Add documentation.
9586
9587 * nnimap.el (nnimap-extend-tls-programs): New function.
9588 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9589 (nnimap-wait-for-connection): Accept the greeting from the stupid
9590 output from openssl s_client -starttls, too.
9591
9592 * nnimap.el (nnimap-find-article-by-message-id): Really return the
9593 article number.
9594 (nnimap-split-fancy): New variable.
9595 (nnimap-split-incoming-mail): Use it.
9596
9597 * nntp.el (nntp-server-list-active-group): Document.
9598
9599 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9600 SELECT to get the message-id.
9601
9602 * mail-source.el (mail-sources): Remove webmail support.
9603 (defvar): Ditto.
9604 (mail-source-fetcher-alist): Ditto.
9605 (mail-source-fetch-webmail): Remove.
9606
9607 * webmail.el: Remove -- doesn't seem relevant any more.
9608
9609 * gnus.el: Fix up make-obsolete-variable declarations throughout.
9610
9611 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9612 the \r.
9613
9614 2010-09-30 Julien Danjou <julien@danjou.info>
9615
9616 * gnus-agent.el (gnus-agent-add-group): Fix call to
9617 gnus-completing-read.
9618
9619 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9620
9621 * nndoc.el (nndoc-retrieve-groups): New function.
9622
9623 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9624 `default', use nnmail-split-methods.
9625 (nnimap-request-article): Downcase the NILs so that they are nil.
9626
9627 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9628 symbol.
9629
9630 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9631 code, since if the user has requested network, that's what they ought
9632 to get.
9633 (nnimap-request-set-mark): Erase the buffer before issuing commands.
9634 (nnimap-split-rule): Mark as obsolete.
9635
9636 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9637 New variable.
9638
9639 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9640 correct slot, too.
9641
9642 2010-09-29 Julien Danjou <julien@danjou.info>
9643
9644 * gnus.el (gnus-local-domain): Declare variable obsolete.
9645
9646 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9647 Fix history computing.
9648 (gnus-ido-completing-read): Require ido.
9649
9650 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9651
9652 * gnus-registry.el: Don't prompt on load, which makes it impossible to
9653 build Gnus.
9654
9655 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9656 when interpreting the structures.
9657 (nnimap-request-accept-article): Add \r\n to the lines to make this
9658 work with Cyrus.
9659
9660 * nndraft.el (nndraft-request-expire-articles): Use the group name
9661 instead if "nndraft". Fix found by Nils Ackermann.
9662
9663 2010-09-29 Ludovic Courtès <ludo@gnu.org>
9664
9665 * nnregistry.el: Add.
9666
9667 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9668
9669 * nnmail.el (group, group-art-list, group-art):
9670 Remove unneeded directives.
9671
9672 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
9673
9674 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9675 (mm-mime-charset):
9676 * rfc2047.el (rfc2047-syntax-table):
9677 * utf7.el (utf7-utf-16-coding-system): Comment fix.
9678
9679 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9680 rather than `insert-file-contents' and `eval-region'.
9681
9682 2010-09-29 Julien Danjou <julien@danjou.info>
9683
9684 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9685 replacement of `gnus-gravatar-relief' to mimic
9686 `gnus-faces-properties-alist'.
9687 Add :version property.
9688
9689 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9690
9691 * mail-source.el (mail-source-report-new-mail):
9692 * message.el (message-default-mail-headers):
9693 * mm-decode.el (mm-valid-image-format-p): Comment fix.
9694
9695 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9696
9697 2010-09-28 Julien Danjou <julien@danjou.info>
9698
9699 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9700 mail-address contains the same string as real-name.
9701
9702 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9703 non-blank in header, otherwise it'll get stripped.
9704
9705 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9706 real-name, and then for mail address rather than doing : or , search.
9707
9708 2010-09-27 Julien Danjou <julien@danjou.info>
9709
9710 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9711 right completing-read function.
9712 (gnus-use-ido): New variable
9713 (gnus-completing-read-with-default): Remove.
9714 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9715 (gnus-agent-add-group):
9716 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9717 * mm-view.el (mm-view-pkcs7-decrypt):
9718 * mm-util.el (mm-codepage-setup):
9719 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9720 * mml-smime.el (mml-smime-openssl-sign-query):
9721 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9722 (mml-insert-multipart):
9723 * gnus-msg.el (gnus-summary-yank-message):
9724 * gnus-int.el (gnus-start-news-server):
9725 * mm-decode.el (mm-interactively-view-part):
9726 * gnus-dired.el (gnus-dired-attach):
9727 * gnus.el (gnus-read-method):
9728 * gnus-bookmark.el (gnus-bookmark-jump):
9729 * gnus-art.el (gnus-mime-view-part-as-type)
9730 (gnus-mime-action-on-part, gnus-article-encrypt-body):
9731 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9732 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9733 * nnmairix.el (nnmairix-create-server-and-default-group)
9734 (nnmairix-update-groups, nnmairix-get-server)
9735 (nnmairix-backend-to-server, nnmairix-goto-original-article)
9736 (nnmairix-get-group-from-file-path):
9737 * nnrss.el (nnrss-find-rss-via-syndic8):
9738 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9739 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9740 (gnus-group-browse-foreign-server):
9741 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9742 (gnus-summary-execute-command, gnus-summary-respool-article)
9743 (gnus-read-move-group-name):
9744 * gnus-score.el (gnus-summary-increase-score)
9745 (gnus-summary-score-effect):
9746 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9747
9748 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9749
9750 * nnimap.el (auth-source-forget-user-or-password)
9751 (auth-source-user-or-password): Autoload.
9752
9753 * message.el (message-from-style, message-interactive)
9754 (message-signature): Remove comment.
9755 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
9756 always.
9757 (message-sendmail-envelope-from): Comment fix.
9758 (message-yank-prefix): Default to mail-yank-prefix always.
9759 (message-indentation-spaces):
9760 Default to mail-indentation-spaces always.
9761 (message-signature-file): Default to mail-signature-file always.
9762
9763 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9764
9765 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9766 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9767 new articles.
9768
9769 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9770 parts.
9771 (nnimap-request-article): Work with the t setting, too.
9772
9773 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9774 that you don't get flashes of other buffers.
9775 (gnus-summary-show-complete-article): Intern before setting.
9776
9777 2010-09-27 David Engster <dengste@eml.cc>
9778
9779 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9780 well as HEADERS.
9781 (nnmairix-retrieve-headers): Provide new argument for the above.
9782
9783 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9784
9785 * gnus-sum.el (gnus-summary-move-article): Don't alter
9786 gnus-newsgroup-active. This makes `/ N' work after copying to the same
9787 group.
9788
9789 * nnimap.el (nnimap-update-info): Don't destructively alter active.
9790
9791 * message.el (message-cite-prefix-regexp): Revert my last edit.
9792
9793 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9794 variable instead of the Gnus variable.
9795
9796 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9797
9798 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9799
9800 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9801 since some servers don't like it.
9802 (nnimap-open-connection): Forget credentials if the server says the
9803 password was wrong.
9804 (nnimap-parse-line): Protect against invalid data.
9805
9806 * gnus-sum.el (gnus-summary-move-article): Add comment.
9807 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9808 nothing alters it while scanning for new messages.
9809
9810 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9811 which may or may not help.
9812 (nnimap-open-connection): If we're doing a stream connection, and then
9813 discover we're on a STARTTLS-capable server, then open a STARTTLS
9814 connection instead.
9815
9816 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9817
9818 * nnimap.el (utf7): Require.
9819
9820 * message.el (message-cite-prefix-regexp): Remove "}" from citation
9821 prefix.
9822
9823 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
9824
9825 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9826
9827 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9828
9829 * nnimap.el (nnimap-request-accept-article): Message the error on
9830 error.
9831
9832 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9833
9834 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9835
9836 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9837
9838 * nndoc.el (nndoc-request-list): Return success always.
9839
9840 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9841 `fetch-old' -- we only want to fetch the articles we've requested.
9842 The rest are in the agent, probably.
9843 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9844 disappeared server" to something low. It's not important.
9845
9846 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9847 arrived before the FETCH data.
9848
9849 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9850 target here, because we don't know the Gnus name of the group.
9851
9852 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9853 for the correct group.
9854
9855 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9856
9857 * gnus.el (gnus): Give a final warning after startup.
9858
9859 * gnus-util.el (gnus-action-message-log): New variable.
9860 (gnus-message): Use it.
9861 (gnus-final-warning): New function.
9862
9863 * nnimap.el (nnimap-open-connection): Record the greeting.
9864 (nnimap): Add greeting.
9865
9866 2010-09-26 Julien Danjou <julien@danjou.info>
9867
9868 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9869 arguments.
9870 (gnus-html-wash-images): Fix spec computing to include start/end.
9871
9872 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9873
9874 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9875
9876 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9877 deletion.
9878 (nnimap-retrieve-headers): Don't select the group, because that's
9879 already done by nnimap-possibly-change-group.
9880
9881 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9882 (gnus-picon-transform-address): Use it.
9883
9884 * mail-source.el (mail-source-value): Revert previous patch.
9885
9886 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9887 on failure.
9888 (nnimap-open-connection): Look up both virtual and physical server name
9889 credentials.
9890
9891 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9892
9893 2009-02-08 Dave Love <fx@gnu.org>
9894
9895 * gnus-win.el (gnus-window-to-buffer-helper)
9896 (gnus-all-windows-visible-p): Function needn't be a symbol.
9897
9898 * mail-source.el (mail-source-value): Function needn't be a symbol.
9899
9900 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9901
9902 * message.el (message-cite-prefix-regexp): Remove } from the cite
9903 prefix.
9904
9905 * gnus-art.el (gnus-treatment-function-alist): Do picons before
9906 highlight again, so that the highlight is correct.
9907
9908 * gnus-picon.el (gnus-picon): Remove again.
9909 (gnus-picon-create-glyph): Set the background XPM color explicitly.
9910
9911 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9912 doing the header highlightling, so that the background color of the
9913 picon is correct.
9914
9915 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9916 (gnus-picon): Ditto.
9917 (gnus-picon): Reinstate. The background color for picons is white.
9918 (gnus-picon-insert-glyph): Make the background white.
9919
9920 * nnml.el (nnml-open-nov): Don't return dead buffers.
9921
9922 * auth-source.el (auth-source-create): Query the user for whether to
9923 store the credentials.
9924
9925 * auth-source.el (auth-source-user-or-password): Use the existing auth
9926 sources, if any, for creation.
9927
9928 * gnus.el (gnus-group-fast-parameter): Return the last matching
9929 parameter instead of the first matching parameter.
9930
9931 2010-09-26 Julien Danjou <julien@danjou.info>
9932
9933 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9934
9935 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9936
9937 * mml2015.el (mml2015-use): Remove gpg support.
9938
9939 * mml1991.el (mml1991-function-alist): Remove gpg function.
9940 (mml1991-gpg-sign): Remove.
9941
9942 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
9943
9944 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9945 (gnus-browse-unsubscribe-current-group): Document it.
9946 (gnus-browse-unsubscribe-group): Use it.
9947
9948 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9949
9950 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9951 address to the To list for easier response.
9952
9953 * gnus.el (gnus-play-startup-jingle): Remove.
9954 (gnus-splash): Don't play jingle.
9955 (gnus): Silence gnus-load message.
9956
9957 * gnus-art.el (gnus-treat-play-sounds): Remove.
9958
9959 * gnus.el (gnus-play-jingle): Remove audio support.
9960
9961 * gnus-cus.el (gnus-score-customize): Remove audio reference.
9962
9963 * earcon.el: Remove -- no users.
9964
9965 * gnus-audio.el: Remove -- no users of this package.
9966
9967 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9968
9969 * gnus-start.el (gnus-setup-news): Remove nocem support.
9970
9971 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9972
9973 * gnus.el (gnus-use-nocem): Remove.
9974
9975 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9976 Remove.
9977
9978 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
9979 uses NoCeM any more.
9980
9981 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9982 (gnus-button-ctan-handler): Ditto.
9983 (gnus-button-handle-ctan-bogus-regexp): Ditto.
9984 (gnus-button-ctan-directory-regexp): Ditto.
9985 (gnus-button-handle-ctan): Ditto.
9986 (gnus-button-tex-level): Ditto.
9987 (gnus-button-alist): Remove CTAN stuff.
9988
9989 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9990
9991 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9992 nnimap-streaming test.
9993
9994 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9995 servers twice.
9996
9997 * nnimap.el (nnimap-open-connection): Add more error reporting when
9998 nnimap fails early.
9999
10000 * nnheader.el (nnheader-get-report-string): New function.
10001 (nnheader-get-report): Use it.
10002
10003 * gnus-int.el (gnus-check-server): Say what the error was when opening
10004 failed.
10005
10006 * nnimap.el (nnimap-wait-for-response): Search further when we're not
10007 using streaming.
10008
10009 2010-09-25 Julien Danjou <julien@danjou.info>
10010
10011 * gnus-html.el (gnus-html-rescale-image): Use our defalias
10012 gnus-window-inside-pixel-edges.
10013
10014 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10015
10016 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10017
10018 * mm-decode.el (mm-save-part): Allow saving to other directories the
10019 normal Emacs way.
10020
10021 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10022 Suggested by Jay Berkenbilt.
10023
10024 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10025 there isn't a single byte.
10026
10027 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10028 just do it. It doesn't really seem to matter what the user responds
10029 here, I think, so it's just a confusing question.
10030
10031 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10032 non-streaming case.
10033
10034 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10035 (gnus-article-encrypt-body): Use it.
10036
10037 * gnus-sum.el (gnus-summary-show-complete-article): New command and
10038 keystroke.
10039
10040 * nnimap.el (nnimap-find-wanted-parts-1):
10041 Use gnus-fetch-partial-articles.
10042
10043 * gnus-art.el (gnus-fetch-partial-articles): New variable.
10044
10045 * nnimap.el (nnimap-insert-partial-structure): New function.
10046 (nnimap-get-partial-article): New function.
10047 (nnimap-request-article): Use it.
10048 (nnimap-wait-for-response): Return whether the wait was successful.
10049 (nnimap-finish-retrieve-group-infos): Don't do anything if the
10050 retrieval wasn't successful.
10051 (nnimap-retrieve-group-data-early): Allow throttling servers.
10052 (nnimap-streaming): New variable.
10053 (nnimap-fetch-partial-articles): Remove.
10054
10055 * mm-decode.el (mm-with-part): Protect against killed buffers.
10056
10057 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10058 for prettier summary display.
10059
10060 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
10061
10062 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10063
10064 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10065
10066 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10067 apparently third-party libraries depend on it.
10068
10069 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10070 before starting negotiation.
10071
10072 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10073 privacy reasons.
10074 (gnus-treat-mail-gravatar): Ditto.
10075
10076 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10077 buffer when inserting images. Inserting text into the headers, for
10078 instance, can make them invalid.
10079
10080 2010-09-25 Julien Danjou <julien@danjou.info>
10081
10082 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10083 variables.
10084
10085 * nnheader.el: Remove useless variables news-reply-yank-from and
10086 news-reply-yank-message-id.
10087
10088 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10089 variables.
10090
10091 * mml1991.el: Remove useless mml1991-verbose.
10092
10093 * gnus.el: Remove useless variable gnus-use-generic-from.
10094 Remove obsolete variable gnus-topic-indentation.
10095
10096 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10097
10098 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10099
10100 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10101
10102 * gnus-group.el: Remove useless gnus-group-icon-cache.
10103 Remove useless gnus-ephemeral-group-server.
10104
10105 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10106
10107 * mml2015.el: Remove useless mml2015-verbose.
10108
10109 * mml-smime.el: Remove useless mml-smime-verbose.
10110
10111 * gnus.el: Remove useless gnus-local-domain.
10112
10113 * gnus-gravatar.el (gnus-gravatar-transform-address):
10114 Use gnus-gravatar-size.
10115
10116 * gnus-art.el: Remove useless gnus-treat-translate.
10117
10118 2010-09-24 Julien Danjou <julien@danjou.info>
10119
10120 * gnus-sum.el: Add support for Gravatars.
10121
10122 * gnus-art.el: Add support for Gravatars.
10123
10124 * gnus-gravatar.el: Add this file.
10125
10126 * gravatar.el: Add this file.
10127
10128 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10129
10130 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10131
10132 * gnus-group.el (gnus-group-fetch-faq): Remove.
10133
10134 * gnus.el (gnus-group-faq-directory): Remove.
10135
10136 * gnus-group.el (gnus-group-fetch-charter): Remove.
10137
10138 * gnus.el (gnus-group-charter-alist): Remove.
10139
10140 * gnus-group.el (gnus-group-archive-directory): Remove.
10141 (gnus-group-recent-archive-directory): Ditto.
10142 (gnus-group-make-archive-group): Remove.
10143
10144 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10145
10146 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10147 use the same article number for all the cached articles.
10148
10149 * nnimap.el (nnimap-command): Register the last command time so
10150 that we can use it for idling NOOPs.
10151 (nnimap-open-connection): Start the keeplive timer.
10152 (nnimap-make-process-buffer): Store all the process buffers.
10153 (nnimap-keepalive): New function.
10154
10155 * starttls.el (starttls-open-stream): Add autoload cookie.
10156
10157 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
10158
10159 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10160 handling.
10161
10162 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10163
10164 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10165 its data structures.
10166
10167 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10168 instead of the cl.el copy-list.
10169 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10170 equalp.
10171
10172 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10173
10174 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10175 and tool-bar-local-item-from-menu.
10176
10177 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10178 mode-line-highlight face for Emacs.
10179
10180 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10181 loading gnus-sum.elc; fix comment for canlock-verify.
10182 (gnus-article-jump-to-part): Use read-number.
10183 (gnus-insert-mime-button, gnus-insert-mime-security-button):
10184 Remove Emacs pre-21 compatible code for help-echo.
10185 (gnus-article-next-page-1): No need to adjust the number of lines.
10186 (gnus-article-describe-bindings): Always use help-buffer.
10187
10188 * gnus-audio.el (gnus-audio-inline-sound):
10189 * gnus-cus.el (gnus-custom-mode):
10190 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10191
10192 * gnus-sum.el (gnus-remove-overlays): Doc fix.
10193
10194 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10195 compatible code.
10196
10197 2010-09-24 Glenn Morris <rgm@gnu.org>
10198
10199 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10200 visiting the fcc file in rmail-mode.
10201
10202 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10203
10204 * nnir.el: Silence the byte compiler.
10205
10206 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10207 alias to browse-url-url-encode-chars if any.
10208 (gnus-html-encode-url): Use it.
10209
10210 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10211
10212 * gnus-start.el (gnus-use-backend-marks): New variable.
10213 (gnus-get-unread-articles-in-group): Use it.
10214
10215 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10216 makeover.
10217
10218 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
10219
10220 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10221
10222 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10223
10224 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10225 Remove.
10226 (gnus-setup-news-hook):
10227 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10228
10229 * gnus-int.el (gnus-request-update-info): Protect against backends not
10230 having the function.
10231
10232 * nnimap.el (nnimap-stream): Mention STARTTLS.
10233 (nnimap-open-connection): Add STARTTLS support.
10234
10235 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
10236
10237 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10238
10239 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10240
10241 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10242 BODYSTRUCTUREs.
10243 (nnimap-transform-headers): Unfold quoted {42} headers.
10244
10245 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10246 the info.
10247 (gnus-get-unread-articles): Only call updatep on backends that support
10248 it.
10249
10250 * nnweb.el (nnweb-request-update-info): NOOP.
10251
10252 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10253
10254 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10255 since it only deals with marks.
10256
10257 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10258 gnus-request-marks, and make a new gnus-request-update-info.
10259
10260 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10261 the active instead of the high number, which is usually too low.
10262
10263 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
10264
10265 * encrypt.el: Remove.
10266
10267 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10268
10269 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10270 server in symbolic form.
10271
10272 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10273
10274 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10275
10276 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10277 (nnimap-update-info): Fix up code slightly.
10278
10279 * gnus-int.el (gnus-open-server): Add tracing for performance
10280 debugging.
10281
10282 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10283 (gnus-group-insert-group-line): Pass the real group name so that it
10284 gets the right data.
10285
10286 * gnus-start.el (gnus-get-unread-articles): Don't have
10287 `gnus-get-unread-articles-in-group' update info, since that can be
10288 really slow and doesn't seem to be needed?
10289
10290 2010-09-22 Julien Danjou <julien@danjou.info>
10291
10292 * gnus-group.el (gnus-group-insert-group-line):
10293 Call gnus-group-highlight-line.
10294 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10295 default hook list.
10296 (gnus-group-update-eval-form): Add new function.
10297 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10298 (gnus-group-get-icon): Use gnus-group-update-eval-form.
10299
10300 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10301
10302 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10303 immediate, then expire all articles.
10304 (nnimap-update-info): Fix off-by-one errors.
10305 (nnimap-flags-to-marks): Would return no marks lists for group with no
10306 flags. Instead return the other data.
10307
10308 2010-09-22 Julien Danjou <julien@danjou.info>
10309
10310 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10311 Only return an icon.
10312 (gnus-group-insert-group-line): Compute icon to return.
10313
10314 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10315 (gnus-html-image-fetched): Only cache if
10316 gnus-html-image-automatic-caching is set.
10317 (gnus-html-image-fetched): Check for errors.
10318
10319 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10320
10321 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10322 once per method on `g'. This ensures that backends like nnfolder don't
10323 open all their folders.
10324
10325 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10326 (nnimap-request-list): Nix out group in the correct buffer.
10327 (nnimap-parse-flags): Implement by using `read' instead of
10328 hand-parsing.
10329 (nnimap-flags-to-marks): Pass on permanent-flags.
10330 (nnimap-make-process-buffer): Record the server name.
10331 (nnimap-parse-flags): Fix typo.
10332 (nnimap-request-scan): Run split on the server in general, not just a
10333 single group.
10334
10335 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10336 parameter, and propagate this downwards.
10337
10338 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10339 since EXAMINE changes it on the server.
10340
10341 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10342 this command might take a while.
10343
10344 2010-09-22 Julien Danjou <julien@danjou.info>
10345
10346 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
10347 harmful if you have 2 images side-by-side, they can't be properly
10348 update on text deletion. Using text-property is safer here.
10349 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10350 data.
10351
10352 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10353
10354 * nnimap.el (nnimap-expunge-inbox): Remove.
10355 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10356 (nnimap-expunge): Flip default to t.
10357
10358 * gnus.el (gnus-method-to-server): Don't push things to the cache
10359 unless it's unique.
10360 (gnus-server-to-method): Ditto.
10361
10362 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
10363
10364 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10365
10366 2010-09-22 Julien Danjou <julien@danjou.info>
10367
10368 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10369 get the start of data.
10370 (gnus-html-encode-url): Add this function to encode special chars in
10371 URL.
10372 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10373 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10374
10375 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10376 default.
10377 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10378
10379 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10380 images alt-text.
10381 (gnus-html-put-image): Put alt-text as help-echo.
10382
10383 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
10384
10385 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10386 * mm-util.el (mm-decompress-buffer):
10387 * nnir.el (nnir-run-find-grep):
10388 * pop3.el (pop3-list): Use 3rd arg of split-string.
10389
10390 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10391
10392 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10393 outside the active range. Suggested by Dan Christensen.
10394
10395 * gnus-start.el (gnus-get-unread-articles): Get the extended method
10396 slightly later to avoid double-getting it.
10397
10398 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10399 previous patch.
10400
10401 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10402
10403 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
10404
10405 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10406
10407 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10408
10409 * gnus-int.el (gnus-open-server): Give a better error message in the
10410 "go offline" case.
10411
10412 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10413 marks for nnimap, which is seldom the right thing to do.
10414
10415 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10416 (gnus-same-method-different-name): New function.
10417
10418 * nnimap.el (parse-time): Require.
10419
10420 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10421 method in the presence of many similar methods.
10422
10423 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10424
10425 * nnimap.el (nnimap-find-expired-articles): Don't refer to
10426 nnml-inhibit-expiry.
10427
10428 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10429 find out whether methods are equal.
10430
10431 * nnimap.el (nnimap-find-expired-articles): New function.
10432 (nnimap-process-expiry-targets): New function.
10433 (nnimap-request-move-article): Request the article before looking at
10434 what the Message-ID is. Fix found by Andrew Cohen.
10435 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10436
10437 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10438 for oldness in addition to being a predicate.
10439
10440 * nnimap.el (nnimap-request-group): When we have zero articles, return
10441 the right data to Gnus.
10442 (nnimap-request-expire-articles): Only delete articles immediately if
10443 the target is 'delete.
10444
10445 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10446 method, this would bug out.
10447
10448 * gnus-group.el (gnus-group-expunge-group): Rename from
10449 gnus-group-nnimap-expunge, and implemented as a normal interface
10450 function.
10451
10452 * gnus-int.el (gnus-request-expunge-group): New function.
10453
10454 * nnimap.el (nnimap-request-create-group): Implement.
10455 (nnimap-request-expunge-group): New function.
10456
10457 2010-09-21 Julien Danjou <julien@danjou.info>
10458
10459 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10460 (gnus-html-cache-expired): Add new function.
10461 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10462 wethever we should display image for fetch it.
10463 Compute alt-text earlier to pass it to the fetching function too.
10464 (gnus-html-schedule-image-fetching): Change function argument to only
10465 get one image at a time, not a list.
10466 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10467 cache.
10468 (gnus-html-get-image-data): New function to retrieve image data from
10469 cache.
10470 (gnus-html-put-image): Change buffer argument to use image data rather
10471 than file, and place image above region rather than inserting a new
10472 one. Do not take alt-text as argument, since it's useless now: we place
10473 the image above alt-text.
10474 (gnus-html-prune-cache): Remove.
10475 (gnus-html-show-images): Start to fetch image when we find one, do not
10476 push into a temporary list.
10477 (gnus-html-prefetch-images): Only fetch image if they have expired.
10478 (gnus-html-browse-image): Fix, use 'gnus-image-url.
10479 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10480
10481 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10482
10483 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10484
10485 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10486
10487 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10488 spec inser "*" if the group isn't active instead of 0.
10489
10490 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10491 opening the server.
10492 (nnimap-request-delete-group): Implement group deletion.
10493 (nnimap-transform-headers): Return the size of the entire message in
10494 the Bytes header, not just the size of the first part.
10495 (nnimap-request-move-article): When moving an article from nnimap,
10496 request the article first so the accepting form has an article to
10497 accept. Reported by Dan Christensen.
10498 (nnimap-command): Make sure that the error message doesn't error out.
10499
10500 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
10501
10502 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10503 we haven't requested anything.
10504
10505 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10506
10507 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10508 "". Fix found by Andrew Cohen.
10509
10510 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10511 instead of -encode-string.
10512
10513 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10514
10515 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10516
10517 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10518 by mm-subst-char-in-string.
10519
10520 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10521
10522 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10523 waiting for the connection string.
10524
10525 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10526 arriving.
10527
10528 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10529 bogus characters. This allows selecting certain Gmail groups.
10530
10531 * nnimap.el (nnimap-find-wanted-parts-1): New function.
10532 (nnimap-fetch-partial-articles): New variable.
10533 (nnimap-open-connection): When looking for credentials, also use the
10534 nnimap-server-port.
10535 (nnimap-request-article): Return the group/article number, so that Gnus
10536 `^' works as expected.
10537 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10538
10539 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10540 comments.
10541 (gnus-methods-sloppily-equal): New function.
10542 (gnus): When using the development version of Gnus, load the gnus-load
10543 file.
10544
10545 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10546 `gnus-open-server' on each method before trying to scan them etc.
10547 This ensures that all the backend parameters are set correctly.
10548
10549 * nnimap.el (nnimap-authenticator): New variable.
10550 (nnimap-open-connection): Allow anonymous login.
10551 (nnimap-transform-headers): The chars header is called Chars not Bytes.
10552 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10553
10554 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10555 patch, found by Knut Anders Hatlen.
10556
10557 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
10558
10559 * gnus-agent.el (gnus-agent-batch-confirmation)
10560 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10561 to gnus-message.
10562 * gnus-art.el (gnus-article-describe-briefly): Likewise.
10563 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10564 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10565 * gnus-int.el (gnus-open-server): Likewise.
10566 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10567 (gnus-score-check-syntax): Likewise.
10568 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10569 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10570 Likewise.
10571 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10572
10573 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10574
10575 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10576 calling conventions so that prefetch doesn't bug out.
10577
10578 2010-09-19 Julien Danjou <julien@danjou.info>
10579
10580 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10581 rather than `subst-char-in-region' in order to be able to replace ASCII
10582 char by UTF-8 ones.
10583
10584 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10585 than curl.
10586 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10587 the right URL and ALT text on images.
10588 (gnus-html-wash-tags): Fix tag case.
10589 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
10590 (gnus-article-html): Add -o display_ins_del=2 option.
10591 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10592
10593 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10594
10595 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10596 the extra mail headers, which sometimes seem to happen for unknown
10597 reasons.
10598
10599 * mail-parse.el (mail-header-encode-parameter): Define as
10600 rfc2045-encode-string instead of as rfc2231-encode-string, since some
10601 (or most, perhaps?) mail readers don't understand the latter, but do
10602 understand the former.
10603
10604 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10605 to nil, so that no methods are automatically agentized. I think this
10606 is probably what most users want.
10607
10608 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10609 from url-retrieve, for instance about invalid URLs.
10610
10611 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10612 groups that have no articles.
10613 (nnimap-request-article): Check that we really got an article when we
10614 requested one.
10615
10616 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10617 doesn't exist.
10618
10619 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10620 nntp buffer so the agent can save it.
10621 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10622 that CRLF doesn't get translated to \n.
10623 (nnimap-open-connection): Don't make 'shell commands only send \n.
10624
10625 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10626
10627 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10628 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10629 Update var name.
10630 (nnml-generate-nov-file): Use dolist.
10631 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10632 Use with-current-buffer.
10633
10634 2010-09-18 Julien Danjou <julien@danjou.info>
10635
10636 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10637 parallel.
10638
10639 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10640
10641 * nnimap.el (nnimap-update-info): When doing partial marks update, get
10642 the range update right.
10643 (nnimap-request-group): Don't make `M-g' bug out on group with no
10644 marks.
10645 (nnoo): Require, so that other packages can require nnimap.
10646 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10647 command we're looking for. This helps when the server sends more
10648 responses after we've gotten everything we expected.
10649 (nnimap): Add a `newlinep' field to keep track of end-of-line
10650 conventions.
10651 Don't send CRLF to things that don't want it.
10652 (nnimap-request-accept-article): Ditto.
10653
10654 2010-09-18 Julien Danjou <julien@danjou.info>
10655
10656 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10657 than curl to retrieve images.
10658
10659 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10660
10661 * nnimap.el (nnimap-update-info): Extend the info so that we can set
10662 the marks.
10663 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10664 (nnimap-wait-for-connection): New function.
10665 (nnimap-open-connection): If we have PREAUTH, don't query for login
10666 credentials.
10667 (nnimap-update-info): Fix off-by-one error when concatenating ranges
10668 when doing a partial update.
10669
10670 2010-09-18 Julien Danjou <julien@danjou.info>
10671
10672 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10673 tags.
10674
10675 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10676
10677 * nnimap.el (nnimap-credentials): New function.
10678 (nnimap-open-connection): Use the new function to look for credentials
10679 also on the numeric equivalents of "imap" and "imaps".
10680
10681 * gnus-start.el (gnus-activate-group): Send the info to
10682 gnus-request-group.
10683
10684 * nnimap.el (nnimap-request-group): Have the "check" version of the
10685 function parse flags and update the info, so that a `M-g' get a total
10686 resync of all flags from the group.
10687
10688 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10689 to allow backends to alter the info on group selection. Also alter all
10690 the backend -request-group functions to take the parameter.
10691
10692 * nnimap.el (nnimap-store-info): New function.
10693 (nnimap-update-info): Store the info for later usage.
10694 (nnimap-request-group): Use the stored info for the dont-check case, so
10695 that we don't retrieve all marks when we enter a group.
10696
10697 * nnimap.el: Use deffoo instead of defun for interface functions.
10698
10699 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10700 update the group info. This makes the nndraft groups, for instance, go
10701 back to their old behavior.
10702
10703 * gnus-sum.el (gnus-select-newsgroup): Indent.
10704
10705 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10706 in.
10707 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10708 nothing.
10709
10710 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10711 from methods that are denied.
10712
10713 * gnus-int.el (gnus-method-denied-p): New function.
10714
10715 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10716 store the password instead of netrc.
10717 (nnimap-open-connection): Don't error out when we can't make a
10718 connections.
10719
10720 * auth-source.el (auth-source-create): In the password prompt, say what
10721 we're querying for. Also prompt for user name if that hasn't been
10722 given.
10723
10724 * nnimap.el (nnimap-with-process-buffer): Remove.
10725
10726 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10727
10728 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10729 method when we're reading from the agent.
10730
10731 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10732
10733 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10734 that's probably most useful for users.
10735
10736 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10737 "failed" all the time.
10738
10739 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10740 ...)) with (with-current-buffer ...).
10741
10742 * nntp.el (nntp-open-server): Return whether the open was successful or
10743 not.
10744
10745 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10746 select an unread unseen article first.
10747
10748 * nnimap.el (nnimap-open-connection): If the user doesn't have a
10749 /etc/services, supply some sensible port defaults.
10750
10751 2010-09-17 Julien Danjou <julien@danjou.info>
10752
10753 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10754
10755 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
10756
10757 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10758 doesn't have any parameters.
10759
10760 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10761
10762 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10763 only upcased checks.
10764
10765 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10766
10767 * nnimap.el (nnimap-open-shell-stream): New function.
10768 (nnimap-open-connection): Use it.
10769 (nnimap-transform-headers): Get the number of lines in each message.
10770 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10771 number of lines.
10772 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
10773 problem.
10774
10775 * utf7.el (utf7-encode): Autoload.
10776
10777 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10778 to allow the mail splitting to not return a default group. This is
10779 useful for nnimap, which will leave unmatched mail in the inbox.
10780
10781 * nnimap.el: Rewritten.
10782
10783 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10784 nnimap usage.
10785
10786 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10787 if the move is internal, so that nnimap can do fast internal moves.
10788
10789 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10790 data.
10791 (gnus-read-active-for-groups): Support finishing the early retrieval of
10792 data.
10793
10794 * gnus-range.el (gnus-range-nconcat): New function.
10795
10796 * gnus-int.el (gnus-finish-retrieve-group-infos)
10797 (gnus-retrieve-group-data-early): New functions.
10798
10799 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10800
10801 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10802 (nnrss-retrieve-groups):
10803 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10804 (pop3-quit): Use with-current-buffer.
10805
10806 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
10807
10808 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10809 instead of nnheader-accept-process-output.
10810
10811 * gnus-html.el (gnus-html-schedule-image-fetching)
10812 (gnus-html-prefetch-images): Replace process-kill-without-query by
10813 gnus-set-process-query-on-exit-flag.
10814
10815 2010-09-16 Romain Francoise <romain@orebokech.com>
10816
10817 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10818
10819 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10820
10821 * gnus-registry.el (gnus-registry-install-shortcuts): The second
10822 parameter to unintern is mandatory-ish in Emacs 24.
10823
10824 * gnus-html.el (gnus-html-schedule-image-fetching)
10825 (gnus-html-prefetch-images): Check for curl before using it.
10826
10827 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10828 depend on curl, which isn't essential.
10829
10830 * imap.el: Revert back to version
10831 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10832 seem problematic.
10833
10834 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10835
10836 * gnus-registry.el (gnus-registry-install-shortcuts):
10837 Explicitly pass `obarray' to `unintern' to avoid a warning.
10838
10839 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10840
10841 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10842 change.
10843
10844 * nnrss.el (nnrss-request-list): Remove this function and related
10845 functions, including the moreover stuff.
10846
10847 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10848
10849 * nnrss.el (nnrss-retrieve-groups): New function.
10850
10851 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10852
10853 * .dir-locals.el: Add no-byte-compile cookie.
10854
10855 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
10856
10857 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10858 for back end that doesn't support request-scan.
10859
10860 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10861
10862 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10863 then do request scans from the backends.
10864
10865 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10866 avoid running a hook per line, since this takes a lot of time,
10867 profiling shows.
10868 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10869 directly if gnus-visual-p is true.
10870
10871 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10872
10873 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10874 groups; replace mapcar with dolist which is a bit faster; pass groups
10875 info to gnus-read-active-file-1.
10876 (gnus-read-active-file-1): Scan only specified groups if the new
10877 optional arg `infos' is given.
10878
10879 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10880
10881 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10882
10883 * pop3.el (pop3-movemail): Remove.
10884 (pop3-streaming-movemail): Rename to pop3-movemail.
10885
10886 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10887 don't restrict end-tag searches to the end of the line.
10888
10889 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10890
10891 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10892 articles of every unchecked group to t, which means unknown since the
10893 server has never been opened.
10894
10895 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10896
10897 * gnus-html.el (gnus-html-show-alt-text): New command.
10898 (gnus-html-browse-image): Ditto.
10899 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10900 to browse the image directly.
10901 (gnus-html-wash-tags): Search for images first, so that <a><img> works
10902 better.
10903
10904 * gnus-async.el (gnus-async-article-callback):
10905 Call `gnus-html-prefetch-images' unconditionally.
10906
10907 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10908 before feeding URLs to curl.
10909
10910 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10911
10912 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10913 internal images as deletable by `W D D'.
10914
10915 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10916 (gnus-async-article-callback): Fix typo.
10917
10918 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10919
10920 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10921 current line to work around bugs in the output from w3m.
10922
10923 * gnus-async.el (gnus-async-article-callback): Always prefetch images
10924 for groups that want that.
10925
10926 * nntp.el (nntp-wait-for-string): Supply a timeout for
10927 accept-process-output to ensure progress.
10928
10929 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10930 level to get unread articles from, then use that for foreign groups,
10931 too.
10932
10933 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10934 confuses the rest of the function.
10935
10936 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10937 for the methods that support -retrieve-groups, too.
10938
10939 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10940
10941 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10942
10943 * pop3.el: Require cl when compiling.
10944 (pop3-number-of-responses): Search for "+OK", not "+OK ".
10945
10946 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10947
10948 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10949 that aren't going to be activated.
10950 (gnus-get-unread-articles): Fix up the last commit.
10951
10952 * gnus-html.el (gnus-article-html): Allow calling without specifying
10953 the handle. In that case, dissect the buffer first.
10954
10955 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10956
10957 * nnimap.el (nnimap-open-connection): Revert the change that would look
10958 into authinfo for imaps instead of imap.
10959
10960 * gnus-start.el (gnus-activate-group): Take an optional parameter to
10961 say that you don't want to call gnus-request-group with don-check, but
10962 do check the response. This is for virtual groups only.
10963 (gnus-get-unread-articles): Count the archive groups as secondary, so
10964 that they're activated the same way as before.
10965
10966 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10967 case-insensitively.
10968 (nnimap-debug): Remove.
10969
10970 * mail-source.el (mail-source-fetch): Don't message if we're fetching
10971 mail from a file, and the file doesn't exist.
10972
10973 * pop3.el (pop3-streaming-movemail): Return t for success.
10974
10975 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10976 .authinfo if we're using ssl connection.
10977
10978 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10979 already have if we're in a main Gnus `g' run.
10980
10981 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10982
10983 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10984
10985 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10986
10987 * nnmh.el (nnmh-request-list-1): Bind `file'.
10988
10989 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10990 alias to set-process-query-on-exit-flag or process-kill-without-query.
10991 (pop3-open-server): Use it.
10992
10993 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10994
10995 * mail-source.el (mail-source-delete-crash-box): Always move the crash
10996 box to the Incoming file. Fixes mistake in previous checkin.
10997
10998 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10999 request loop (for debugging purposes) removed.
11000
11001 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11002 culprit is more visible.
11003 (nnml-save-incremental-nov, nnml-open-incremental-nov)
11004 (nnml-add-incremental-nov): New functions to do "incremental" nov
11005 updates, where we just append to the end of the existing nov files
11006 without reading/writing them in full.
11007
11008 * mail-source.el (mail-source-delete-crash-box): Really only check the
11009 incoming files once in a while.
11010
11011 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11012
11013 * mail-source.el (mail-source-delete-crash-box): Only check the
11014 incoming files for deletion once per day to save a lot of file
11015 accesses.
11016
11017 * pop3.el (pop3-logon): Fix up unbound variable typo.
11018
11019 * mail-source.el (pop3-streaming-movemail): Autoload.
11020
11021 * pop3.el (pop3-streaming-movemail):
11022 Respect pop3-leave-mail-on-server.
11023
11024 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11025 retrieval.
11026
11027 * pop3.el (pop3-process-filter): Remove unused function.
11028 (pop3-streaming-movemail, pop3-send-streaming-command)
11029 (pop3-wait-for-messages, pop3-write-to-file)
11030 (pop3-number-of-responses): New functions for streaming pop3
11031 retrieval.
11032
11033 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11034 come from no known methods.
11035 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11036 list.
11037
11038 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11039 message sizes.
11040 (pop3-movemail): Use erase-buffer instead of looping and deleting
11041 regions, which seems rather odd.
11042
11043 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11044 file once per `g' run.
11045
11046 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11047 directories. This makes the draft queue directory work.
11048
11049 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11050 data from the backends, so that we only request the list of groups from
11051 each method once. This should speed things up considerably.
11052
11053 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11054 detect that it's not implemented.
11055
11056 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11057 we actually do recurse down into the tree, but don't stat all leaf
11058 nodes.
11059
11060 * gnus-html.el (gnus-html-show-images): If there are no images to show,
11061 then say so instead of bugging out.
11062
11063 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11064 files exist before trying to read them.
11065
11066 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11067 around <pre_int>.
11068
11069 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11070
11071 * nnmh.el (nnmh-request-list-1): Optimize for speed.
11072
11073 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11074
11075 * mm-util.el (mm-image-load-path): Just return the image directories,
11076 not all directories in the path in addition to the image directories.
11077 (mm-image-load-path): Maintain a cache of the image directories so that
11078 the `g' command in Gnus doesn't have to stat dozens of directories each
11079 time.
11080
11081 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11082 (gnus-html-wash-tags): Add a new `i' command to insert images.
11083 (gnus-html-insert-image): New command and keystroke.
11084 (gnus-html-redisplay-with-images): New command and keystroke.
11085 (gnus-html-show-images): Rename command.
11086 (gnus-html-wash-tags): Remove more white space before <pre_int> image
11087 spacers.
11088 (gnus-html-wash-tags): Decode entities at the end, so that entities
11089 inside the tags don't mess up the rest of the "parsing".
11090
11091 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11092 so that nnimap methods aren't agentized by default. There's apparently
11093 many problems related to agent/imap behavior.
11094
11095 * gnus-art.el (gnus-article-copy-string): New command and key binding.
11096
11097 * gnus-html.el: Doc fix.
11098
11099 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
11100
11101 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11102 glyph-width and glyph-height instead of display-graphic-p and
11103 image-size; make avoidance of displaying small images work for XEmacs.
11104
11105 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11106 for XEmacs.
11107
11108 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11109 of symbol that holds plist data.
11110 (gnus-process-plist): Remove plist of process after getting it.
11111
11112 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11113
11114 * message.el (message-generate-hashcash): Change default to
11115 'opportunistic if hashcash is installed.
11116
11117 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11118 (gnus-html-put-image): Only call image-size once, since it's somewhat
11119 time-consuming on remote X servers.
11120
11121 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
11122
11123 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11124 decoded contents.
11125 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11126
11127 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11128
11129 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11130 group line format, since it isn't very interesting.
11131
11132 * gnus-agent.el (gnus-agent-short-article),
11133 (gnus-agent-long-article): Increase values for these two variables,
11134 since most people are likely to have more network connection and
11135 storage than before.
11136
11137 * gnus.el (gnus-refer-article-method): Change default to 'current.
11138 When referring an article, the common behavior is to refer it from the
11139 current select method, not the native select method. The chances of
11140 the native select method having the message in question is rather slim
11141 these days.
11142
11143 * gnus-sum.el (gnus-auto-select-subject): Change default to
11144 `unseen-or-unread'. I think it's likely that most people want to
11145 select an unseen article over a previously seen, but unread one.
11146
11147 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
11148 means that in the article buffer none of the minor mode elements will
11149 be shown, usually, and this is not desirable in most cases.
11150
11151 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11152 that commands like `d' (and the like) go to the next line in the
11153 buffer, instead of the next unread article. I think this is the
11154 behavior that is most natural for most users.
11155 (gnus-single-article-buffer): Change default to nil, so that people can
11156 have as many article buffers open as they have summary buffer. I think
11157 this is the most natural way for the groups to behave.
11158
11159 * message.el (message-generate-new-buffers): Change default to
11160 `unsent', so that all new message buffers start their names with the
11161 string "*unsent", and it's easier to find the buffers if you move from
11162 them.
11163
11164 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11165
11166 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11167 small. They're probably tracking images.
11168 (gnus-html-wash-tags): Remove all <pre_int> place holders.
11169 (gnus-html-rescale-image): Yet another try at getting the image sizing
11170 right.
11171
11172 * nntp.el (nntp-request-set-mark): Refuse to do marks if
11173 nntp-marks-file-name is nil.
11174
11175 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11176
11177 * gnus-html.el (gnus-html-wash-tags)
11178 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11179 Better logging.
11180
11181 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11182
11183 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11184
11185 * gnus-html.el (gnus-html-wash-tags): Check the value of
11186 gnus-blocked-images in the summary buffer.
11187
11188 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11189
11190 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11191
11192 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11193
11194 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11195 like "a", it seems like.
11196 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11197 since it needs to be picked from the correct buffer.
11198
11199 * nnwfm.el: Remove.
11200
11201 * nnlistserv.el: Remove.
11202
11203 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11204
11205 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11206 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11207
11208 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11209
11210 * nnkiboze.el: Remove.
11211
11212 * nndb.el: Remove.
11213
11214 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11215 alt text.
11216 (gnus-html-rescale-image): Try to get the rescaling logic right for
11217 images that are just wide and not tall.
11218
11219 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11220 overshadow variable bindings.
11221
11222 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11223
11224 * gnus-html.el (gnus-html-wash-tags)
11225 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11226 Add extra logging.
11227
11228 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11229
11230 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11231 (gnus-max-image-proportion): New variable.
11232 (gnus-html-rescale-image): New function.
11233 (gnus-html-put-image): Rescale images.
11234
11235 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11236
11237 Fix up some byte-compiler warnings.
11238 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11239 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11240 (gnus-article-fill-cited-article, gnus-article-hide-citation)
11241 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11242 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11243 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11244 (gnus-group-update-group): Use save-excursion and with-current-buffer.
11245
11246 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11247
11248 * gnus-html.el (gnus-article-html): Decode contents by charset.
11249
11250 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11251
11252 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11253 (gnus-html-frame-width, gnus-blocked-images):
11254 * message.el (message-prune-recipient-rules): Add custom version.
11255 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11256
11257 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11258 functions.
11259
11260 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11261 gnus-process-get.
11262
11263 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
11264
11265 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11266 instead of lsub directly.
11267
11268 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11269
11270 * nnwarchive.el: Remove.
11271
11272 * gnus-soup.el: Remove.
11273
11274 * nnsoup.el: Remove.
11275
11276 * nnultimate.el: Remove.
11277
11278 * gnus-html.el (gnus-blocked-images): New variable.
11279
11280 * message.el (message-prune-recipients): New function.
11281 (message-prune-recipient-rules): New variable.
11282
11283 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11284 guess whether a long line is natural text or not.
11285
11286 * gnus-html.el (gnus-html-schedule-image-fetching):
11287 Use gnus-process-plist and friends for compatibility.
11288
11289 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11290
11291 * gnus-html.el: Require packages that define macros used in this file.
11292 (gnus-article-mouse-face): Declare to silence byte-compiler.
11293 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11294 process-get.
11295 (gnus-html-put-image): Use plist-get to avoid getf.
11296 (gnus-html-prefetch-images): Use with-current-buffer.
11297
11298 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11299
11300 * gnus-ems.el: Provide compatibility functions for
11301 gnus-set-process-plist.
11302
11303 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11304 * gnus.el (gnus-valid-select-methods):
11305 * message.el (message-send-mail-partially-limit):
11306 * mm-decode.el (mm-text-html-renderer):
11307 * mml.el (mml-insert-mime-headers-always):
11308 * smiley.el (smiley-regexp-alist): Bump custom version.
11309
11310 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11311
11312 * gnus-html.el: Require mm-url.
11313 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11314 with the url to `url'.
11315 (gnus-html-wash-tags): Support cid: URLs/images.
11316
11317 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11318
11319 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11320 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11321 bindings, as they aren't useful at all. `w' is moved to `W w'.
11322
11323 * gnus-move.el: Remove file, since it doesn't really work.
11324
11325 * gnus-html.el (gnus-article-html): Tell w3m that the input is
11326 UTF-8. This seems to fix problems with some German web feeds.
11327
11328 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11329 at the top so that the proper colors are applied.
11330
11331 * gnus-art.el (gnus-article-view-part): Doc fix.
11332
11333 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11334 XEmacs-compatible.
11335 (gnus-html-put-image): Don't do images on non-graphic displays.
11336
11337 * nnslashdot.el: Remove this unused backend.
11338
11339 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11340 actions.
11341 (gnus-undo-register-1): Revert last change.
11342
11343 * gnus-group.el (gnus-group-completing-read): Protect against not
11344 having completion-styles bound.
11345
11346 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11347 make broken recipients happier.
11348
11349 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11350
11351 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11352 point parameter.
11353
11354 * gnus-group.el (gnus-group-completing-read): Add 'substring to
11355 completion-styles for group selection.
11356
11357 2009-02-04 Andreas Schwab <schwab@suse.de>
11358
11359 * gnus-score.el (gnus-score-string): Fix regex for matching extra
11360 headers and regexp-quote the match if necessary.
11361
11362 2009-03-24 Miles Bader <miles@gnu.org>
11363
11364 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11365 the blinking smiley.
11366
11367 2009-03-24 Simon Josefsson <simon@josefsson.org>
11368
11369 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11370 blink smiley.
11371
11372 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11373
11374 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11375 where the dribbel file lives exists.
11376
11377 * message.el (message-send-mail-partially-limit): Change the default to
11378 nil, since most people don't want this.
11379
11380 * mm-url.el (mm-url-decode-entities): Also decode entities like
11381 &#x3212.
11382
11383 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
11384
11385 * gnus-sum.el (gnus-summary-idna-message):
11386 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11387 Hyperlink urls in docstrings with URL `...'.
11388
11389 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
11390
11391 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11392 functions.
11393
11394 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11395
11396 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11397 say what the mouseover text should be.
11398
11399 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11400 version of the mm-w3m-safe-url-regexp variable to only download images
11401 in the groups where we want that to happen.
11402
11403 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11404
11405 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11406 easier debugging.
11407 (gnus-article-beginning-of-window): Add kludge to allow spacing past
11408 big pictures in the article buffer.
11409
11410 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11411 gnus-article-html.
11412 (mm-text-html-renderer): gnus-article-html needs curl in addition to
11413 w3m.
11414
11415 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11416
11417 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11418
11419 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11420 which doesn't exist.
11421
11422 * message.el (message-inhibit-ecomplete): New variable to allow some
11423 function to inhibit ecomplete address storage.
11424 (message-resend): Disable ecomplete message storage when resending
11425 messages.
11426
11427 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11428
11429 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
11430
11431 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11432 Save excursion while copying, moving, and deleting articles in order to
11433 prevent the cursor from jumping to unforeseen place.
11434
11435 2010-08-17 Glenn Morris <rgm@gnu.org>
11436
11437 * gnus-sync.el: Require gnus components whose functions are used.
11438
11439 * gnus-art.el (bookmark-make-record-function):
11440 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11441 Declare for compiler.
11442
11443 * mm-url.el (mml-compute-boundary): Autoload.
11444
11445 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
11446
11447 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11448
11449 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
11450
11451 Typo fix "hoo4a" -> "hook".
11452
11453 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11454
11455 2010-08-14 Glenn Morris <rgm@gnu.org>
11456
11457 * gnus-sync.el (gnus-sync): Fix defgroup version.
11458
11459 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
11460
11461 Doc fixes and keep unknown groups (ammended for nunion bug fix).
11462
11463 * gnus-sync.el: Fix docs.
11464 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11465 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11466
11467 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11468
11469 Optimizations for gnus-sync.el.
11470
11471 * gnus-sync.el: Add docs about gnus-sync-backend
11472 possibilities.
11473 (gnus-sync-save): Remove unnecessary message.
11474 (gnus-sync-read): Optimize and show what groups were skipped.
11475
11476 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11477
11478 Minor bug fixes for gnus-sync.el.
11479
11480 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11481 Don't read the sync on get-new-news.
11482
11483 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11484 quiet.
11485
11486 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11487 (fix typo).
11488
11489 2010-07-30 Lawrence Mitchell <wence@gmx.li>
11490
11491 Make saving and restoring of hidden threads work with overlays.
11492 Patch applied by Ted Zlatanov.
11493
11494 * gnus-sum.el (gnus-hidden-threads-configuration)
11495 (gnus-restore-hidden-threads-configuration): Update to deal with text
11496 properties, rather than searching for a magic character.
11497
11498 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11499
11500 New gnus-sync.el library for synchronization of marks.
11501
11502 * gnus-sync.el: New library for synchronization of marks.
11503
11504 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11505 renamed from `gnus-registry-grep-in-list'.
11506
11507 * gnus-registry.el (gnus-registry-follow-group-p):
11508 Use `gnus-grep-in-list'.
11509
11510 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11511
11512 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
11513
11514 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11515 determining charset of text fails.
11516
11517 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11518
11519 * nnmail.el (nnmail-get-new-mail-1): Revert.
11520
11521 * nnml.el (nnml-active-number): Make sure names of newly created groups
11522 in nnml-group-alist are encoded.
11523
11524 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11525
11526 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11527 containing non-ASCII characters in active file for nnml back end.
11528
11529 2010-07-24 David Engster <dengste@eml.cc>
11530
11531 * mml-smime.el (mml-smime-epg-verify): Also accept the older
11532 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11533
11534 2010-07-21 Daiki Ueno <ueno@unixuser.org>
11535
11536 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11537 tag (Bug#6654).
11538
11539 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11540
11541 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11542 the article buffer, not the summary buffer.
11543
11544 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
11545
11546 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11547 Emacs 23 as well.
11548
11549 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11550
11551 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11552 Patch applied by Karl Fogel.
11553
11554 * gnus-sum.el (gnus-summary-bookmark-make-record):
11555 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11556
11557 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11558
11559 Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
11560 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
11561 C-w still not working correctly from Article buffers; Thierry's
11562 patch to fix that will be applied after this.
11563
11564 * gnus-art.el (bookmark-make-record-function): New local variable.
11565
11566 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11567 article buffer.
11568 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11569
11570 2010-07-13 Karl Fogel <kfogel@red-bean.com>
11571
11572 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11573 on changes in bookmark.el.
11574
11575 2010-06-22 Mark A. Hershberger <mah@everybody.org>
11576
11577 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11578 the *other* type of HTML form submission.
11579
11580 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
11581
11582 * auth-source.el (auth-source-pick): If choice does not contain a
11583 questioned keyword, set the check to t.
11584
11585 2010-06-12 Romain Francoise <romain@orebokech.com>
11586
11587 * gnus-util.el (gnus-date-get-time): Move up before first use.
11588
11589 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
11590
11591 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11592 (gnus-article-edit-part): Bind it to make last part that is substituted
11593 or deleted visible.
11594 (gnus-mime-display-single): Buttonize part of which id equals to
11595 gnus-mime-buttonized-part-id.
11596
11597 2010-06-10 Dan Christensen <jdc@uwo.ca>
11598
11599 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11600 (gnus-dd-mmm): Use gnus-date-get-time.
11601 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11602 simplify logic.
11603 (gnus-summary-limit-to-age): Use gnus-date-get-time.
11604 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11605
11606 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
11607
11608 * auth-source.el (top): Autoload `secrets-list-collections',
11609 `secrets-create-item', `secrets-delete-item'.
11610 (auth-sources): Fix tag string.
11611 (auth-get-source, auth-source-retrieve, auth-source-create)
11612 (auth-source-delete): New defuns.
11613 (auth-source-pick): Rewrite in order to avoid 2 passes.
11614 (auth-source-forget-user-or-password): New parameter USERNAME.
11615 (auth-source-user-or-password): New parameters CREATE-MISSING and
11616 DELETE-EXISTING. Retrieve password interactively, if needed.
11617
11618 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
11619
11620 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11621 deleting unused directories when gnus-expert-user is t.
11622
11623 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
11624
11625 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11626 for each temp file when gnus-article-browse-delete-temp is ask.
11627
11628 2010-05-20 Kevin Ryde <user42@zip.com.au>
11629
11630 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
11631
11632 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
11633
11634 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11635 article unless decoding article to be saved.
11636
11637 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11638
11639 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11640 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11641 generated within the mm-with-unibyte-current-buffer macro.
11642
11643 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11644
11645 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11646 to nil when we're in a mml-preview buffer and no group is selected.
11647
11648 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
11649
11650 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11651 when catching the `C-g'. Reported by "Leo".
11652
11653 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11654
11655 * message.el (message-forward-make-body-plain)
11656 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11657 multibyte-string-p.
11658
11659 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11660
11661 * message.el (message-forward-make-body-mml): Assume original message
11662 is multibyte string; error on unibyte.
11663 (message-forward-make-body-plain): Ditto; don't add excessive newline
11664 in body end.
11665
11666 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
11667
11668 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11669 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
11670
11671 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
11672
11673 * mm-extern.el (mm-extern-url): Don't use
11674 mm-with-unibyte-current-buffer.
11675 (mm-extern-cache-contents): Use with-current-buffer instead of
11676 save-excursion + set-buffer.
11677
11678 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11679
11680 * mm-util.el (mm-emacs-mule): Remove.
11681
11682 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
11683
11684 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11685 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11686 change.
11687
11688 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11689
11690 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11691 bind the default value of enable-multibyte-characters to nil.
11692
11693 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11694
11695 * message.el (message-forward-make-body-plain)
11696 (message-forward-make-body-mml):
11697 Don't use mm-with-unibyte-current-buffer.
11698
11699 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11700
11701 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11702 (Bug#5592).
11703
11704 2010-05-07 Julien Danjou <julien@danjou.info>
11705
11706 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11707 it to mm-pipe-part.
11708
11709 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11710 it is given.
11711
11712 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11713
11714 * nnweb.el (nnweb-gmane-search):
11715 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11716 XEmacs.
11717
11718 * gnus-art.el (gnus-article-browse-html-parts):
11719 * gnus-group.el (gnus-read-ephemeral-gmane-group)
11720 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11721 make-temp-file.
11722
11723 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11724 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11725 compiling.
11726
11727 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11728 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11729 XEmacs when compiling.
11730
11731 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11732 gnus-pick-mode-off-hook for XEmacs when compiling.
11733 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11734 gnus-binary-mode-off-hook for XEmacs when compiling.
11735
11736 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11737 Return nil if char-charset is not available.
11738
11739 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
11740 macro.
11741
11742 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11743 instead of encode-coding-string.
11744
11745 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11746 'xemacs) instead of mm-emacs-mule to switch function definitions.
11747 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11748
11749 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
11750
11751 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11752
11753 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
11754
11755 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11756 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11757
11758 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
11759
11760 * mm-util.el (mm-decompress-buffer): Use `delete-file';
11761 alias `jka-compr-delete-temp-file' no longer exists.
11762
11763 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11764
11765 Use define-minor-mode in Gnus where applicable.
11766 * mml.el (mml-mode): Use define-minor-mode.
11767 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11768 (gnus-undo-mode): Use define-minor-mode.
11769 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11770 (gnus-dead-summary-mode): Use define-minor-mode.
11771 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11772 Initialize in declaration.
11773 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11774 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11775 (gnus-mailing-list-mode): Use define-minor-mode.
11776 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11777 (gnus-draft-mode): Use define-minor-mode.
11778 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11779 (gnus-dired-mode): Use define-minor-mode.
11780
11781 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
11782
11783 * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
11784 handles on recursive mml-to-mime translation and check them for
11785 boundary delimiter collisions. Reported by Greg Troxel.
11786
11787 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
11788
11789 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11790
11791 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11792
11793 * mm-util.el (mm-find-buffer-file-coding-system):
11794 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11795
11796 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
11797
11798 * message.el (message-generate-headers): Record insertion of optional
11799 headers as well. Otherwise the check to prevent repeated insertion of
11800 optional headers is a no-op.
11801
11802 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
11803
11804 * smime.el: Don't mention CVS.
11805
11806 * nnrss.el (nnrss-fetch): Don't mention CVS.
11807
11808 * nnir.el: Don't mention CVS.
11809
11810 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11811
11812 * gnus-sum.el (gnus-summary-bookmark-make-record):
11813 Add `location' field.
11814
11815 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11816
11817 * gnus-sum.el: Add bookmark declarations to silence the compiler.
11818 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11819 Use with-current-buffer to silence the byte-compiler.
11820 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11821 bother to require `gnus'.
11822 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
11823
11824 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11825
11826 * gnus-sum.el (gnus-summary-bookmark-make-record)
11827 (gnus-summary-bookmark-jump): New functions.
11828 (gnus-summary-mode): Setup bookmark support.
11829
11830 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
11831
11832 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11833 if set.
11834
11835 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
11836
11837 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11838 gnus-article-browse-html-save-cid-image; make it work recursively for
11839 forwarded messages as well.
11840 (gnus-article-browse-html-parts): Work when prefix arg is given.
11841 (gnus-article-browse-html-article): Doc fix.
11842
11843 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
11844
11845 * message.el (message-default-mail-headers)
11846 (message-default-headers): Carry the value mail-default-headers over
11847 into message-default-mail-headers, rather than message-default-headers.
11848
11849 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
11850
11851 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11852 charset.
11853
11854 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11855 charset into the <meta> tag when the article is encoded to utf-8.
11856
11857 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
11858
11859 * gnus-art.el (gnus-article-browse-delete-temp-files):
11860 Delete directories as well.
11861 (gnus-article-browse-html-parts): Work for images that do not specify
11862 file names; delete temp directory when quitting; insert header at the
11863 right place; use file: scheme for image files.
11864
11865 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
11866
11867 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11868 (gnus-article-browse-html-parts): Use it to make temporary cid image
11869 files in addition to html file so that browser may display them.
11870
11871 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
11872
11873 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11874
11875 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11876
11877 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11878
11879 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
11880
11881 * auth-source.el (auth-sources): Change default to be simpler.
11882 Explain about Secret Service API sources. Improve Customize options.
11883 (auth-source-pick): Change to accept any number of search parameters.
11884 Implement fallbacks iteratively, not recursively. Add scoring on the
11885 second pass and sort by score. Call Secret Service API when needed.
11886 (auth-source-user-or-password): Use it. Call Secret Service API
11887 directly when needed to get the user name and the password.
11888
11889 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11890
11891 * message.el (message-interactive): Doc fix.
11892 (message-qmail-inject-args): Reflow.
11893 (message-kill-to-signature): Fix typo in docstring.
11894
11895 * smiley.el (smiley-buffer): Fix typo in docstring.
11896
11897 2010-03-24 Glenn Morris <rgm@gnu.org>
11898
11899 * mail-source.el (gnus-message): Declare.
11900 (mail-source-delete-old-incoming): Require gnus-util.
11901
11902 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11903
11904 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11905
11906 * message.el (ecomplete-setup): Autoload it for Emacs <23.
11907
11908 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11909 password-cache's default if it is not bound.
11910 (mml-secure-passphrase-cache-expiry): Default to 16 that is
11911 password-cache-expiry's default if it is not bound.
11912
11913 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11914 available in Emacs 21.
11915
11916 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
11917
11918 * auth-source.el (auth-sources): Fix up definition so extra parameters
11919 are always inline.
11920
11921 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
11922
11923 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11924 wasn't updated after mismatch. Clear cached mailbox info correctly
11925 when uidvalidity changes.
11926 (nnimap-group-prefixed-name): New function to avoid some code
11927 duplication.
11928 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11929 (nnimap-request-group): Use it.
11930 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11931 (nnimap-update-unseen): Significantly improved speed of Gnus startup
11932 with many imap folders. This is done by caching the group status from
11933 the imap server persistently in a group parameter `imap-status'. (This
11934 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11935 but not persistently, so every Gnus startup was still very slow.)
11936
11937 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11938
11939 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
11940 secrets.el dependency.
11941 (auth-sources): Add optional user name. Add secrets.el configuration
11942 choice (unused right now).
11943
11944 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11945
11946 * gnus-sum.el (gnus-summary-make-menu-bar):
11947 Let `gnus-registry-install-shortcuts' fill in the functions.
11948
11949 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11950 warnings.
11951 (gnus-registry-misc-menus): Variable to hold registry mark menus.
11952 (gnus-registry-install-shortcuts): Populate and use it in a
11953 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11954
11955 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
11956
11957 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11958 In-place substitutions for the group name encoding/decoding.
11959 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11960 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11961 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11962 (nnimap-update-unseen, nnimap-request-list)
11963 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11964 (nnimap-request-set-mark, nnimap-split-to-groups)
11965 (nnimap-split-articles, nnimap-request-newgroups)
11966 (nnimap-request-create-group, nnimap-request-accept-article)
11967 (nnimap-request-delete-group, nnimap-request-rename-group)
11968 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
11969 `encoded-mbx' for consistency.
11970 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11971 variable `imap-current-mailbox'.
11972
11973 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11974 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11975
11976 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
11977
11978 * pop3.el (pop3-display-message-size-flag): Display message size byte
11979 counts during POP3 download.
11980 (pop3-movemail): Use it.
11981 (pop3-list): Implement listing of available messages.
11982
11983 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
11984
11985 * nnir.el (nnir-get-article-nov-override-function): New function to
11986 override the normal NOV retrieval.
11987 (nnir-retrieve-headers): Use it.
11988
11989 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
11990
11991 * auth-source.el (netrc-machine-user-or-password): Autoload.
11992
11993 2010-03-19 Glenn Morris <rgm@gnu.org>
11994
11995 Stop message.el from loading about 40 libraries it doesn't always need.
11996 The general approach is to autoload rather than require, and to
11997 require in the specific functions rather than the file. (Bug#5642)
11998
11999 * gmm-utils.el: Don't require wid-edit.
12000 (widget-create-child-value, widget-convert, widget-default-get):
12001 Autoload.
12002
12003 * gnus-util.el: Don't require time-date, netrc.
12004 (message-fetch-field, gnus-group-name-decode): Declare rather than
12005 autoloading.
12006 (gnus-fetch-field): Require message.
12007 (gnus-decode-newsgroups): Require gnus-group.
12008
12009 * ietf-drums.el: Don't require time-date.
12010
12011 * message.el: Don't require hashcash, canlock, ecomplete.
12012 Do require mail-utils. Require nnheader only when compiling.
12013 (smtpmail-default-smtp-server): Remove declaration.
12014 (message-send-mail-function): Check smtpmail-default-smtp-server
12015 is bound rather than requiring smtpmail.
12016 (message-auto-save-directory, message-insert-signature):
12017 Use expand-file-name rather than nnheader-concat.
12018 (nnheader-insert-file-contents): Autoload.
12019 (hashcash-wait-async): Declare.
12020 (message-send-mail): Only call gnus-setup-posting-charset if
12021 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
12022 (message-send-mail-with-sendmail): Require sendmail.
12023 (canlock-password, canlock-password-for-verify): Declare.
12024 (message-canlock-password): Require canlock.
12025 (nnheader-get-report): Autoload.
12026 (gnus-setup-posting-charset): Declare.
12027 (message-send-news): Require gnus-msg.
12028 (message-make-references, message-make-in-reply-to): Use mail-header-id
12029 rather than the alias mail-header-message-id.
12030 (ecomplete-add-item, ecomplete-save): Declare.
12031 (message-put-addresses-in-ecomplete): Require ecomplete.
12032 (ecomplete-display-matches): Autoload.
12033
12034 * mm-decode.el: Don't require mailcap, gnus-util.
12035 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12036 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12037 Autoload.
12038 (mailcap-mime-extensions): Declare.
12039
12040 * mm-encode.el: Don't require mailcap.
12041 (mailcap-extension-to-mime): Autoload.
12042
12043 * mml-sec.el: Don't require password-cache.
12044
12045 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12046 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12047 (mml-minibuffer-read-type): Require mailcap.
12048 (mml-preview): Require gnus-msg.
12049
12050 * mml1991.el: Require password-cache.
12051 (password-cache-expiry): Remove declaration.
12052
12053 * mml2015.el: Require password-cache.
12054 (password-cache-expiry): Remove declaration.
12055
12056 * nneething.el (mailcap): Require mailcap.
12057
12058 * nnheader.el (declare-function): Add compatibility stub.
12059 (message-remove-header): Declare rather than autoload.
12060 (nnheader-replace-header): Require message.
12061
12062 * nnimap.el (declare-function): Add compatibility stub.
12063 (netrc-parse, netrc-machine-user-or-password): Declare.
12064 (nnimap-open-connection): Require netrc.
12065
12066 * nntp.el (declare-function): Add compatibility stub.
12067 (netrc-parse, netrc-machine, netrc-get): Declare.
12068 (nntp-send-authinfo): Require netrc.
12069
12070 * rfc2047.el: Don't require qp.
12071 (quoted-printable-encode-region, quoted-printable-decode-string):
12072 Autoload.
12073
12074 * sieve-mode.el: Don't require easymenu.
12075 (easy-menu-add-item): Autoload it.
12076
12077 * spam-stat.el (time-to-number-of-days): Autoload it.
12078
12079 2010-03-17 Kevin Ryde <user42@zip.com.au>
12080
12081 * mml.el (mml-read-tag): Unquote values with `read' to reverse
12082 prin1 in mml-insert-tag (just stripping the quotes gave wrong
12083 value if any backslash escapes).
12084
12085 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
12086
12087 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12088 if it is available. (bug#5647)
12089
12090 2010-02-26 Glenn Morris <rgm@gnu.org>
12091
12092 * message.el (message-send-mail-function): Change the default, so that
12093 it inherits from a customized send-mail-function. (Bug#5643)
12094
12095 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12096
12097 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12098 shell-command-to-string signals an error (bug#5299).
12099
12100 2010-02-24 Glenn Morris <rgm@gnu.org>
12101
12102 * message.el (message-smtpmail-send-it)
12103 (message-send-mail-with-mailclient): Doc fixes.
12104
12105 2010-02-16 Glenn Morris <rgm@gnu.org>
12106
12107 * message.el (message-default-mail-headers): Change the default value
12108 to ease the transition from mail-mode to message-mode. (Bug#5555)
12109
12110 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
12111
12112 * message.el (message-mail): Just pass yank-action on to message-setup.
12113 (message-setup): Handle (FUN . ARGS) form of yank-action.
12114 (message-with-reply-buffer, message-widen-reply)
12115 (message-yank-original): Handle non-buffer values of
12116 message-reply-buffer (Bug#4080).
12117 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12118
12119 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
12120
12121 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12122 Fix typo in docstring.
12123
12124 2010-01-08 Jason Rumney <jasonr@gnu.org>
12125
12126 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12127 response.
12128
12129 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12130
12131 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12132
12133 * message.el (message-check-news-header-syntax): Protect against a
12134 string that `rfc822-addresses' returns when parsing fails.
12135
12136 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12137
12138 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12139 (gnus-previous-char-property-change): New functions.
12140
12141 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12142
12143 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
12144
12145 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12146 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
12147
12148 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
12149
12150 * message.el (message-exchange-point-and-mark): Rework last change to
12151 avoid using optional arg of exchange-point-and-mark, for backward
12152 compatibility.
12153
12154 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
12155
12156 * message.el (message-exchange-point-and-mark):
12157 Call exchange-point-and-mark with an argument rather than setting
12158 mark-active by hand (Bug#5175).
12159
12160 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12161
12162 * nntp.el (nntp-service-to-port): Work for service expressed with
12163 numeric string; replace [:digit:] with [0-9] for XEmacs.
12164
12165 2009-12-17 Glenn Morris <rgm@gnu.org>
12166
12167 * gnus-group.el (gnus-bug-group-download-format-alist):
12168 Change emacs entry to debbugs.gnu.org. Bump :version.
12169
12170 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
12171
12172 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12173
12174 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
12175
12176 * message.el (message-info): Explain why we use `Info-goto-node'.
12177
12178 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12179
12180 * message.el (message-completion-in-region): New compatibility function.
12181 (message-expand-group): Use it.
12182
12183 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
12184
12185 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12186 with no unread article should be listed if the 2nd arg `predicate' is
12187 given.
12188
12189 2009-11-29 Juri Linkov <juri@jurta.org>
12190
12191 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12192 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
12193 on `gnus-recenter'. (Bug#4698, Bug#4981)
12194
12195 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
12196
12197 * message.el (message-from-style, message-interactive)
12198 (message-signature): Always set default values from the corresponding
12199 mail-* variables.
12200 (message-cite-prefix-regexp, message-sendmail-envelope-from)
12201 (message-yank-prefix, message-indentation-spaces)
12202 (message-signature-file, message-default-headers): Use boundp rather
12203 than (featurep 'xemacs) to check if the corresponding mail-* variables
12204 exist.
12205
12206 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
12207
12208 * message.el (message-send-mail-with-sendmail): Revert last change.
12209
12210 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
12211
12212 * message.el (message-from-style, message-interactive)
12213 (message-cite-prefix-regexp, message-sendmail-envelope-from)
12214 (message-yank-prefix, message-indentation-spaces, message-signature)
12215 (message-signature-file, message-default-headers): For GNU Emacs, set
12216 default values from the corresponding mail-* variables.
12217 (message-send-mail-with-sendmail): Use envelope-from only if
12218 mail-specify-envelope-from is non-nil.
12219
12220 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
12221
12222 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12223 containing tspecial characters if they have been already quoted.
12224
12225 2009-10-24 Glenn Morris <rgm@gnu.org>
12226
12227 * gnus-art.el (help-xref-stack-item): Define for compiler.
12228
12229 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12230
12231 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12232
12233 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12234
12235 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12236 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12237
12238 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
12239
12240 * gnus.el (gnus-overlay-get): New alias to overlay-get.
12241 (gnus-overlays-in): New alias to overlays-in.
12242
12243 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12244 gnus-overlay-get, and gnus-delete-overlay.
12245 (gnus-summary-show-thread): Make it work as well for systems in which
12246 next-single-char-property-change is not available.
12247 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12248
12249 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
12250
12251 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12252
12253 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12254
12255 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12256 and XEmacs that don't have `remove-overlays'.
12257
12258 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12259
12260 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12261 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12262 selective display. Use overlays instead.
12263
12264 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12265
12266 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12267
12268 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12269
12270 * spam-stat.el (spam-stat-load): Fix typo in message.
12271
12272 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
12273
12274 * gnus-art.el (gnus-article-encrypt-body):
12275 * message.el (message-check-recipients):
12276 * mm-util.el (mm-codepage-setup):
12277 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12278 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12279
12280 2009-09-22 Daiki Ueno <ueno@unixuser.org>
12281
12282 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12283 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12284 keys from the menu if mm-{sign,encrypt}-option is 'guided.
12285 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12286 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12287
12288 2009-09-18 Glenn Morris <rgm@gnu.org>
12289
12290 * gnus-diary.el (gnus-diary-check-message):
12291 * message.el (message-insert-formatted-citation-line):
12292 * nnbabyl.el (top-level):
12293 * nndiary.el (nndiary-schedule):
12294 Fix typos in condition-case handlers.
12295
12296 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
12297
12298 * gnus-art.el (gnus-article-edit-part): Work for the buffer
12299 configuration that provides the sole article window in a frame;
12300 position point correctly after deleting a part.
12301
12302 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
12303
12304 * spam.el (spam-unregister-on-reregister): Add boolean variable.
12305 (spam-resolve-registrations-routine): Use it to unregister articles
12306 that change status.
12307
12308 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12309
12310 * nnrss.el (nnrss-request-article): Remove binding of
12311 default-enable-multibyte-characters that has gotten needless by
12312 the 2007-07-13 change in rfc2047-encode-message-header.
12313
12314 * mml.el (mml-insert-multipart): Error on the message header.
12315 (mml-insert-part): Error on the message header; position point at
12316 the end of a MIME tag.
12317
12318 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12319
12320 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12321 (gnus-float-time): Alias to float-time if it exists.
12322
12323 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12324 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12325 float-time is available; suppress compile warning for time-to-seconds.
12326
12327 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
12328
12329 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12330 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12331 Add the optional argument `encoding' that overrides the default.
12332
12333 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12334 mm-encode-buffer.
12335
12336 2009-09-04 Glenn Morris <rgm@gnu.org>
12337
12338 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12339 mm-disable-multibyte, rather than default-enable-multibyte-characters.
12340 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12341 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12342 * mm-util.el (mm-with-unibyte-current-buffer)
12343 (mm-find-buffer-file-coding-system):
12344 * yenc.el (yenc-decode-region): Use default-value rather than
12345 default-enable-multibyte-characters.
12346
12347 2009-09-03 Glenn Morris <rgm@gnu.org>
12348
12349 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12350 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12351 than default-enable-multibyte-characters.
12352
12353 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
12354
12355 * gnus-art.el (gnus-article-read-summary-keys):
12356 Fix gnus-buffer-configuration's value temporarily used.
12357
12358 2009-09-02 Glenn Morris <rgm@gnu.org>
12359
12360 * gnus-util.el (gnus-float-time): New function.
12361 * gnus-delay.el (gnus-delay-article):
12362 * gnus-sum.el (gnus-thread-latest-date):
12363 * gnus-util.el (gnus-user-date): Use gnus-float-time.
12364 * nnspool.el (nnspool-request-newgroups):
12365 Use gnus-float-time rather than time-to-seconds.
12366 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12367
12368 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12369 (gnus-header-subject-face, gnus-header-newsgroups-face)
12370 (gnus-header-name-face, gnus-header-content-face):
12371 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12372 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12373 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12374 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12375 (gnus-cite-face-11):
12376 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12377 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12378 (gnus-server-closed-face, gnus-server-denied-face)
12379 (gnus-server-offline-face):
12380 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12381 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12382 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12383 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12384 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12385 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12386 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12387 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12388 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12389 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12390 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12391 (gnus-summary-selected-face, gnus-summary-cancelled-face)
12392 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12393 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12394 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12395 (gnus-summary-high-undownloaded-face)
12396 (gnus-summary-low-undownloaded-face)
12397 (gnus-summary-normal-undownloaded-face)
12398 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12399 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12400 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12401 (gnus-splash-face):
12402 * message.el (message-header-to-face, message-header-cc-face)
12403 (message-header-subject-face, message-header-newsgroups-face)
12404 (message-header-other-face, message-header-name-face)
12405 (message-header-xheader-face, message-separator-face)
12406 (message-cited-text-face, message-mml-face):
12407 * sieve-mode.el (sieve-control-commands-face)
12408 (sieve-action-commands-face, sieve-test-commands-face)
12409 (sieve-tagged-arguments-face):
12410 * spam.el (spam-face):
12411 Mark face aliases with "-face" in the name as obsolete.
12412
12413 2009-09-01 Glenn Morris <rgm@gnu.org>
12414
12415 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12416 than goto-line.
12417
12418 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
12419
12420 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12421 Don't move point if the command is invoked inside the message header.
12422
12423 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12424
12425 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12426 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12427 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12428 * nnir.el (nnir-swish-e-index-file):
12429 * gnus-sum.el (gnus-summary-delete-marked-as-read)
12430 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12431 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12432 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12433 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12434 (gnus-treat-display-xface): Add Emacs version of obsolescence.
12435
12436 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
12437
12438 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12439 Don't save excursion.
12440
12441 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12442
12443 * nnheader.el (nnheader-find-file-noselect):
12444 * mm-util.el (mm-insert-file-contents):
12445 Use (default-value 'major-mode) instead of default-major-mode.
12446
12447 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12448
12449 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12450
12451 2009-08-25 Glenn Morris <rgm@gnu.org>
12452
12453 * nnir.el (top-level): Don't require cl at run-time.
12454 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12455 Replace cl-function substitute with gnus-replace-in-string.
12456 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12457 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12458 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12459 simplified expansions.
12460
12461 2009-08-22 Glenn Morris <rgm@gnu.org>
12462
12463 * gnus-art.el (gnus-button-patch): Use forward-line rather than
12464 goto-line.
12465
12466 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
12467
12468 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12469
12470 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12471 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12472 (gnus-mm-display-part, gnus-mime-display-single)
12473 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12474 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12475
12476 * gnus-sum.el
12477 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12478 (gnus-summary-move-article): Add expirable mark to articles copied or
12479 moved to group that has auto-expire turned on if the option is non-nil.
12480
12481 2009-07-24 Glenn Morris <rgm@gnu.org>
12482
12483 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12484 Fix typo. (Bug#3903)
12485
12486 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
12487
12488 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12489 gnus-article-read-summary-keys rather than gnus-summary-edit-article
12490 that should not be used for draft articles.
12491 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12492 that has no concern in minor mode keys.
12493 (gnus-article-summary-command, gnus-article-summary-command-nosave):
12494 Abolish.
12495
12496 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
12497
12498 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12499 article without making inquiry to a user for unknown encoding.
12500
12501 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12502 (nnmaildir--scan): Assume i-node and device number that file-attributes
12503 returns might be cons-cell.
12504
12505 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
12506
12507 * auth-source.el: Remove docs now in auth.texi. Don't use
12508 `gnus-message' for logging. Add new variables `auth-source-debug' and
12509 `auth-source-hide-passwords' and use them.
12510
12511 2009-07-15 Glenn Morris <rgm@gnu.org>
12512
12513 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12514
12515 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12516
12517 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12518 excessive whitespace from the default values of title and description.
12519
12520 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
12521
12522 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12523 mail-fetch-field to fetch Content-Description header in order to
12524 exclude newlines.
12525
12526 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
12527
12528 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12529 to deleted part.
12530
12531 2009-05-30 David Engster <dengste@eml.cc>
12532
12533 * nnmairix.el: Remove old documentation in the commentary block.
12534 (nnmairix-request-group): Do not update active file for nnml back ends.
12535 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12536 end so that overview files are ignored.
12537 (nnmairix-update-groups): Make updating the groups more robust by using
12538 marks.
12539 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12540 with dollar characters in message-id.
12541
12542 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
12543
12544 * spam.el: Use dns-query instead of query-dns. Was renamed on
12545 2008-12-25 in dns.el.
12546
12547 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12548
12549 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12550 could happen if the text is only composed of spaces and/or tabs.
12551
12552 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
12553
12554 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12555 when sending a queued message to avoid extra mml tags.
12556
12557 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
12558
12559 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12560
12561 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
12562
12563 * gnus-dired.el: Remove autoload for gnus-setup-message.
12564 (gnus-dired-attach): Fake this-command value to prevent Gnus from
12565 displaying Gnus logo; always use compose-mail.
12566
12567 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
12568
12569 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12570
12571 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
12572
12573 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12574 (gnus-nocem-issuers): List currently active issuers; fix custom type.
12575 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12576 available.
12577 (gnus-nocem-epg-verify): New function.
12578
12579 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
12580
12581 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12582
12583 2009-02-15 Glenn Morris <rgm@gnu.org>
12584
12585 * gnus-util.el (rmail-insert-rmail-file-header)
12586 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12587 autoloads.
12588 (rmail-default-rmail-file): Remove unnecessary declaration.
12589 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12590
12591 2009-02-14 Glenn Morris <rgm@gnu.org>
12592
12593 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12594 variable (only used in gnus-util, which declares it anyway).
12595 (rmail-output-to-rmail-file): Remove autoload of deleted function,
12596 which was only needed by gnus-art (changed to not use it any more).
12597 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12598 only used in gnus-util, which autoloads it itself.
12599 (rmail-update-summary): Fix autoload.
12600
12601 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12602 rather than rmail-output-to-rmail-file.
12603
12604 2009-02-07 Glenn Morris <rgm@gnu.org>
12605
12606 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12607 autoload of function that no longer exists.
12608 (rmail-toggle-header): Declare.
12609 (message-forward-rmail-make-body): Handle mbox Rmail.
12610
12611 2009-01-31 Glenn Morris <rgm@gnu.org>
12612
12613 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12614 2009-01-09 change.
12615
12616 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
12617
12618 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12619 (auth-source-forget-all-cached): New convenience function.
12620 (auth-source-user-or-password): Accept list of modes or a single mode.
12621
12622 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12623 auth-source modes.
12624
12625 * nnimap.el (nnimap-open-connection): Use list of
12626 auth-source modes.
12627
12628 * nntp.el (nntp-send-authinfo): Use list of
12629 auth-source modes.
12630
12631 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12632
12633 * auth-source.el: Update docs to reflect epa-file-enable is to be used
12634 now.
12635
12636 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12637
12638 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12639 coding system in XEmacs; add a workaround for XEmacs.
12640
12641 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12642
12643 * mm-util.el (mm-coding-system-priorities): Protect against nil value
12644 of current-language-environment.
12645
12646 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
12647
12648 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12649 available at runtime.
12650
12651 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12652
12653 * gnus-art.el (article-date-ut): Fix end point of narrowing.
12654
12655 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
12656
12657 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12658 the greatest positive fixnum value doesn't work under an XEmacs with
12659 bignum support; use the most-positive-fixnum constant instead,
12660 available since Emacs 21.1 with cl and XEmacs 21.1.
12661
12662 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12663
12664 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12665 XEmacs gets not to work.
12666
12667 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
12668
12669 * mm-util.el (mm-coding-system-priorities): Allow the value like
12670 "Japanese (UTF-8)" of current-language-environment.
12671
12672 2009-01-09 Glenn Morris <rgm@gnu.org>
12673
12674 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12675 with last-command-event.
12676
12677 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12678
12679 * message.el (message-fix-before-sending): Amend comment.
12680
12681 2009-01-07 David Engster <dengste@eml.cc>
12682
12683 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12684 simplified server definitions by converting it via
12685 gnus-server-to-method.
12686
12687 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12688
12689 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12690 parameter's operands.
12691
12692 2009-01-06 David Engster <dengste@eml.cc>
12693
12694 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12695 primary select method (for gnus-group-mark-article-as-read).
12696
12697 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
12698
12699 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12700 `(gnus)Face', not `(gnus)X-Face'.
12701
12702 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12703
12704 * mm-util.el (mm-ucs-to-char): New function.
12705
12706 * mm-url.el (mm-url-decode-entities): Use it.
12707
12708 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12709
12710 * message.el (message-fix-before-sending): Add `eight-bit' to
12711 illegible-text check.
12712
12713 2009-01-03 Michael Olson <mwolson@gnu.org>
12714
12715 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12716 `headers' is nil. This can occur if the IMAP server does not have
12717 permissions to read messages from a folder, but can write new messages
12718 to the folder.
12719 (nnimap-request-article-part): Do not insert `data' if it is nil.
12720
12721 2009-01-01 Dave Love <fx@gnu.org>
12722
12723 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12724
12725 * nnimap.el: Fix author email.
12726 (nnimap-split-rule): Add FIXME comment.
12727 (nnimap-debug): Fix doc string.
12728
12729 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
12730
12731 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12732 overlay-arrow-position and overlay-arrow-string buffer-local; no need
12733 to check if those variables exist (first appeared in Emacs 18.50).
12734
12735 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
12736
12737 * mm-util.el (mm-line-number-at-pos): New function.
12738
12739 * spam-report.el (spam-report-process-queue): Use it.
12740
12741 2008-12-24 David Engster <dengste@eml.cc>
12742
12743 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12744 parameters that haven't existed as variables as buffer-local variables.
12745
12746 2008-12-23 Dave Love <fx@gnu.org>
12747
12748 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12749 cadar.
12750
12751 * sieve-manage.el (sieve-manage-starttls-p): Rename from
12752 imap-starttls-p.
12753 (sieve-manage-starttls-open): Rename from imap-starttls-open.
12754
12755 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
12756
12757 * spam-report.el (spam-report-gmane-max-requests): New constant.
12758 (spam-report-gmane-wait): New variable.
12759 (spam-report-gmane-ham, spam-report-gmane-spam)
12760 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12761 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12762 the server.
12763
12764 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12765 Add explanations.
12766
12767 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12768 nnheader-accept-process-output and nnheader-read-timeout if available.
12769 (pop3-movemail): Use it.
12770
12771 * message.el (message-check-news-body-syntax): Fix signature check if
12772 there's an attachment.
12773
12774 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12775
12776 * mm-util.el: Add comments to the mm- emulating functions.
12777
12778 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
12779
12780 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12781 Reported by Stephen Berman <stephen.berman@gmx.net>.
12782
12783 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12784
12785 * mm-util.el (mm-substring-no-properties): New function.
12786 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12787 (mm-special-display-p): Enable those lambda forms to be byte compiled.
12788 (mm-string-to-multibyte): Doc fix.
12789
12790 * mml.el (mml-attach-file): Use mm-substring-no-properties.
12791
12792 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12793
12794 * mml.el (mml-attach-file): Strip text properties from file name.
12795 (Bug#1574)
12796
12797 2008-12-16 Glenn Morris <rgm@gnu.org>
12798
12799 * mm-util.el (mm-charset-override-alist): Declare for compiler.
12800
12801 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12802
12803 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12804 knows since the charset specified might be a bogus alias that
12805 mm-charset-synonym-alist provides.
12806
12807 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12808
12809 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12810 "ISO_8859-1".
12811
12812 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12813
12814 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12815
12816 * mm-util.el (mm-charset-eval-alist):
12817 Define it before mm-charset-to-coding-system.
12818 (mm-charset-to-coding-system): Add optional argument `silent';
12819 define it before mm-charset-override-alist.
12820 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12821 default value if it can be used in Emacs currently running;
12822 silence mm-charset-to-coding-system.
12823
12824 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12825
12826 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12827 `allow-override' which says whether to use `mm-charset-override-alist'.
12828 (rfc2047-decode-encoded-words): Use it.
12829
12830 * mm-util.el (mm-charset-override-alist): Fix custom type;
12831 add `(gb2312 . gbk)' to choices.
12832
12833 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12834
12835 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12836 fast.
12837
12838 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12839
12840 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
12841
12842 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12843 on links.
12844
12845 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12846
12847 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
12848
12849 * message.el (message-idna-to-ascii-rhs-1): Protect against local
12850 users' addresses that don't have domain parts.
12851 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12852 rather than message-narrow-to-head since there will be the message
12853 header separator.
12854
12855 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12856
12857 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12858 since the result is inserted in a unibyte buffer anyway.
12859 (nnimap-demule-use-string-to-multibyte): Remove.
12860 (nnimap-demule): Alias it to mm-string-to-multibyte.
12861
12862 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12863
12864 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12865 variable for debugging bug#464 and bug#1174.
12866 (nnimap-demule): Use it.
12867
12868 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12869
12870 * gnus-score.el (gnus-score-find-trace): Handle default score in total
12871 score calculation correctly.
12872
12873 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12874
12875 * message.el (message-send-mail): Just set the buffer to unibyte
12876 rather than use mm-with-unibyte-current-buffer which does a lot more.
12877 (message-send-mail-partially): Don't bother with
12878 mm-with-unibyte-current-buffer since it's already been made unibyte by
12879 message-send-mail.
12880
12881 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
12882
12883 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12884
12885 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
12886
12887 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12888
12889 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
12890
12891 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12892 require itself and to remove `with-no-warnings'.
12893
12894 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
12895
12896 * starttls.el (starttls-any-program-available): Get the name of the
12897 available TLS layer program.
12898 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12899 well as the host name in the "opening" message.
12900
12901 * auth-source.el (auth-source-cache, auth-source-do-cache)
12902 (auth-source-user-or-password): Cache passwords and logins by default,
12903 allow override with `auth-source-do-cache'.
12904 (auth-source-forget-user-or-password): Allow users to remove cache
12905 entries if needed.
12906
12907 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12908
12909 * ietf-drums.el (ietf-drums-remove-comments): Localize second
12910 condition-case to only the forward-sexp call.
12911
12912 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12913
12914 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12915 quotes contained. Make it more robust regardless by an extra
12916 condition-case wrapper.
12917
12918 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12919
12920 * nnml.el (nnml-request-expire-articles): Check if the function set to
12921 `nnmail-expiry-target' returns the symbol `delete'.
12922
12923 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12924
12925 * nnmail.el (nnmail-expiry-target): Fix custom type.
12926
12927 2008-10-02 Glenn Morris <rgm@gnu.org>
12928
12929 * mm-util.el (mm-codepage-setup): Tweak codepage error.
12930 Silence compiler warning.
12931
12932 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12933
12934 * mml.el (mml-menu): Don't assume mml2015 is bound.
12935
12936 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
12937
12938 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12939 exists.
12940
12941 2008-09-27 Glenn Morris <rgm@gnu.org>
12942
12943 * gnus-util.el (mail-header-remove-comments): Autoload it.
12944
12945 2008-09-27 Andreas Schwab <schwab@suse.de>
12946
12947 * gnus-util.el (gnus-split-references): Strip comments.
12948 (gnus-parent-id): Likewise.
12949
12950 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
12951
12952 * message.el (message-confirm-send): Fix version.
12953
12954 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
12955
12956 * message.el (message-idna-to-ascii-rhs-1): Use
12957 mail-extract-address-components rather than mail-header-parse-addresses
12958 that is an alias by default to ietf-drums-parse-addresses that does not
12959 support non-ASCII names in headers' contents.
12960
12961 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12962
12963 * message.el (message-confirm-send): Fix variable documentation to
12964 avoid the "y/n" wording.
12965
12966 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
12967
12968 * message.el (message-set-auto-save-file-name): Save to a different
12969 filename so multiple messages (especially drafts) can be recovered.
12970
12971 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
12972
12973 * message.el (message-confirm-send): Add appropriate version.
12974
12975 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
12976
12977 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12978 defvar.
12979
12980 2008-09-22 Daiki Ueno <ueno@unixuser.org>
12981
12982 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12983 (mm-pkcs7-enveloped-magic): Ditto.
12984
12985 2008-09-17 Simon Josefsson <simon@josefsson.org>
12986
12987 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12988 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12989
12990 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
12991
12992 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12993 default, it's better.
12994
12995 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
12996
12997 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12998 summary line gnus-number property and ignore them (with a warning
12999 message).
13000
13001 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
13002
13003 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13004 macro caddr in the interactive form since it won't be expanded.
13005
13006 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13007
13008 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13009 `charset'; fix name of function called recursively.
13010 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13011
13012 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13013
13014 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13015 (gnus-mime-set-charset-parameters): New function.
13016 (gnus-mime-view-part-as-charset): Use it to correctly display part
13017 specifying wrong charset.
13018
13019 2008-09-08 David Engster <dengste@eml.cc>
13020
13021 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13022 in completing-read for back end server.
13023
13024 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
13025
13026 * message.el (message-confirm-send): New variable to confirm sending a
13027 message.
13028 (message-send): Use it.
13029
13030 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
13031
13032 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13033
13034 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
13035
13036 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13037
13038 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
13039
13040 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13041 prevent tracking too many groups.
13042 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13043 Use it.
13044
13045 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
13046
13047 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13048 moving point to the bottom of the window in order to avoid recentering.
13049
13050 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
13051
13052 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13053 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13054 (gnus-article-beginning-of-window): Fix calculation.
13055
13056 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
13057
13058 * gnus-msg.el (gnus-summary-supersede-article)
13059 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13060 value of gnus-newsgroup-charset to decode non-MIME encoded text in
13061 message header.
13062
13063 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13064
13065 * message.el:
13066 * gnus-start.el:
13067 * gnus-registry.el: Remove VMS support.
13068
13069 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
13070
13071 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13072 macro.
13073 (rfc2104-hash): Use it.
13074
13075 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
13076
13077 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13078 (gnus-summary-sort-by-most-recent-date): New commands.
13079 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13080 and menu entries.
13081
13082 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
13083
13084 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13085 don't redisplay article for raw contents; remove plural articles stuff.
13086
13087 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13088 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13089 on gnus-summary-save-article; display results properly.
13090
13091 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
13092
13093 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13094
13095 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
13096
13097 * gnus-art.el (gnus-summary-save-in-pipe):
13098 Consider gnus-save-all-headers.
13099
13100 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
13101
13102 * gnus-util.el (ns-focus-frame): Remove declaration.
13103 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
13104 like x.
13105
13106 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
13107
13108 * rfc2104.el (rfc2104-zero): Delete defconst.
13109 (rfc2104-hex-alist): Likewise.
13110 (rfc2104-hex-to-int): Delete func.
13111 (rfc2104-hexstring-to-bitstring): Likewise.
13112 (rfc2104-nybbles): New defconst.
13113 (rfc2104-hash): Rewrite for speed.
13114
13115 2008-07-16 Glenn Morris <rgm@gnu.org>
13116
13117 * gnus-util.el (ns-focus-frame): Declare for compiler.
13118
13119 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
13120
13121 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13122 set as a group parameter.
13123 (gnus-summary-save-in-pipe): Work when it is called independently.
13124 (gnus-summary-pipe-to-muttprint): Don't modify
13125 gnus-summary-pipe-output-default-command.
13126
13127 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
13128
13129 * message.el (message-send-mail-with-sendmail):
13130 Display the error message.
13131
13132 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
13133
13134 * gnus-art.el (gnus-default-article-saver):
13135 Add gnus-summary-save-in-pipe to choices.
13136 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13137 gnus-summary-pipe-output-default-command as the default command.
13138 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13139 instead of gnus-last-shell-command.
13140
13141 * gnus-sum.el (gnus-summary-pipe-output-default-command):
13142 New user option.
13143 (gnus-summary-muttprint-program): Mention the value will be changed.
13144 (gnus-summary-save-article): Force showing of all headers.
13145 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13146
13147 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
13148
13149 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13150
13151 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
13152
13153 * nnimap.el (nnimap-id):
13154 * sieve-manage.el (sieve-manage-open): Doc fixes.
13155
13156 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
13157
13158 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13159 if available.
13160
13161 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13162
13163 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13164
13165 * nnkiboze.el (nnkiboze-generate-group):
13166 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13167
13168 * nnmairix.el: Require CL.
13169
13170 2008-06-15 David Engster <dengste@eml.cc>
13171
13172 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13173
13174 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
13175
13176 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13177 New macros that expand to an `aset'/`aref' call under Emacs, and to a
13178 runtime choice under XEmacs.
13179
13180 * gnus-sum.el (gnus-summary-set-display-table):
13181 Use `gnus-put-display-table', `gnus-get-display-table',
13182 `gnus-set-display-table' for the display table, instead of `aset'.
13183
13184 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
13185
13186 * nnmairix.el: Add autoloads.
13187
13188 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
13189
13190 * nnmairix.el (nnmairix-delete-recreate-group)
13191 (nnmairix-update-and-clear-marks): Fix error messages.
13192
13193 2008-06-14 David Engster <dengste@eml.cc>
13194
13195 * nnmairix.el: Upgrade to version 0.6.
13196 (nnmairix-group-toggle-propmarks-this-group)
13197 (nnmairix-group-toggle-readmarks-this-group)
13198 (nnmairix-group-delete-recreate-this-group)
13199 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13200 (nnmairix-remove-tick-mark-original-article): New commands.
13201 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13202 (nnmairix-propagate-marks-to-nnmairix-groups)
13203 (nnmairix-only-use-registry, nnmairix-allowfast-default)
13204 (nnmairix-marks-cache, nnmairix-version-output): New variables.
13205 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13206 functions needed for marks propagation and manipulation of read marks.
13207 (nnmairix-update-groups): New function.
13208 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13209 (nnmairix-determine-original-group-from-registry)
13210 (nnmairix-determine-original-group-from-path)
13211 (nnmairix-get-group-from-file-path, nnmairix-map-range)
13212 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13213 New helper functions.
13214 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13215 keystrokes for new commands.
13216 (nnmairix-delete-and-create-on-change): Doc string cleanup.
13217 (nnmairix-request-group): Check allow-fast group parameter.
13218 (nnmairix-request-create-group): Set allow-fast group parameter if
13219 nnmairix-allowfast-default is set.
13220 (nnmairix-close-group): Propagate marks upon closing if needed.
13221 (nnmairix-group-toggle-threads-this-group): Use new.
13222 nnmairix-group-toggle-parameter helper function.
13223 (nnmairix-search): Better check for empty search result.
13224 (nnmairix-goto-original-article): Use new helper functions for
13225 determining original article.
13226 (nnmairix-show-original-article): Make sure message-id is in brackets.
13227 (nnmairix-call-mairix-binary): Change variable name.
13228 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13229 helper function.
13230 (nnmairix-widget-toggle-activate): Fix doc string.
13231
13232 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
13233
13234 * nnir.el: Require edmacro when compiling with XEmacs.
13235 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13236 available in Emacs 21.
13237
13238 2008-06-11 Glenn Morris <rgm@gnu.org>
13239
13240 * gnus-util.el (x-focus-frame):
13241 * gnus.el (image-size):
13242 * mm-decode.el (image-size): Declare.
13243
13244 * gnus-picon.el (declare-function): Add compat definition.
13245 (image-size): Declare.
13246
13247 * gnus-group.el (tool-bar-map):
13248 * gnus-sum.el (tool-bar-map): Define for compiler.
13249
13250 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13251
13252 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13253
13254 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13255 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13256 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13257 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13258 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13259 * sieve-manage.el, spam-report.el, spam.el:
13260 Remove unnecessary eval-and-compile of autoloads.
13261
13262 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
13263
13264 * auth-source.el: Precise Tramp doc.
13265
13266 2008-06-07 Glenn Morris <rgm@gnu.org>
13267
13268 * nnmairix.el: Remove unnecessary eval-when-compile.
13269
13270 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
13271
13272 * nnir.el: New file.
13273
13274 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13275
13276 * gnus-util.el (gnus-read-shell-command): New function.
13277 * mm-decode.el (mm-pipe-part):
13278 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13279
13280 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
13281
13282 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13283
13284 2008-06-03 Glenn Morris <rgm@gnu.org>
13285
13286 * pop3.el (nnheader-accept-process-output): Autoload it.
13287
13288 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13289
13290 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13291 are not 2-digit hexadecimal characters that follow `%'s.
13292
13293 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13294
13295 * message.el (message-bogus-recipient-p): Fix type in doc string.
13296 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13297 (message-bogus-addresses): Rename from message-bogus-address-regexp.
13298 Improve custom options.
13299 (message-bogus-recipient-p): Adjust accordingly.
13300
13301 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13302
13303 * nnmairix.el: Require edmacro when compiling with XEmacs.
13304
13305 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
13306
13307 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13308 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13309
13310 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
13311
13312 * auth-source.el: Add more docs.
13313
13314 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13315
13316 * nnheader.el (nnheader-read-timeout): Change the default timeout from
13317 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
13318 retrieval faster in some cases, but might make CPU usage larger.
13319 If this has any bad side effects, we might revert this change.
13320
13321 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13322 seems to make mail retrieval much, much faster.
13323 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13324 unconditionally.
13325
13326 * gnus-draft.el (gnus-group-send-queue):
13327 Bind message-send-mail-partially-limit to nil to avoid being prompted.
13328
13329 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13330
13331 * mml.el (mml-attach-buffer): Prompt for `disposition'.
13332
13333 * message.el (message-bogus-address-regexp): Fix and improve custom
13334 type.
13335 (message-setup-hook): Add message-check-recipients as custom option.
13336
13337 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
13338
13339 * message.el (message-cite-function): Remove bogus autoload which crept
13340 in during merge from v5-10.
13341
13342 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
13343
13344 * nnimap.el (nnimap-open-connection): Fix login/password bug.
13345
13346 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13347
13348 * auth-source.el: Preliminary Tramp docs.
13349 (auth-sources): Change the default auth-sources to use
13350 EPA .gpg files.
13351
13352 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
13353
13354 * nntp.el: Autoload `auth-source-user-or-password'.
13355 (nntp-send-authinfo): Use it.
13356
13357 * nnimap.el: Autoload `auth-source-user-or-password'.
13358 (nnimap-open-connection): Use it.
13359
13360 * auth-source.el: Add docs on using with url-auth. Import gnus-util
13361 for the gnus-message function.
13362 (auth-source-user-or-password): Use it.
13363
13364 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13365
13366 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13367 rfc2104-hexstring-to-byte-list. Return a unibyte string.
13368 (rfc2104-hash): Use it.
13369
13370 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
13371
13372 * gnus-art.el (gnus-article-toggle-truncate-lines):
13373 Don't use `iff' in docstring.
13374
13375 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
13376
13377 * gnus-registry.el: Adjusted copyright dates and added a keyword.
13378
13379 * gnus-util.el (gnus-extract-address-component-name)
13380 (gnus-extract-address-component-email): Convenience functions around
13381 `gnus-extract-address-components'.
13382
13383 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13384 Use `gnus-extract-address-component-email' to fix bug of comparing full
13385 sender name to `user-mail-address'.
13386
13387 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
13388
13389 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13390 catch/throw to optimize.
13391 (gnus-registry-find-keywords): Just use member to find a keyword.
13392
13393 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13394
13395 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13396 is current before calling gnus-server-prepare.
13397 (gnus-server-setup-buffer, gnus-server-update-server)
13398 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13399
13400 2008-05-04 Juri Linkov <juri@jurta.org>
13401
13402 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13403 (mailcap-file-default-commands): Use mailcap-replace-in-string
13404 instead of replace-regexp-in-string, and mailcap-delete-duplicates
13405 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
13406
13407 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
13408
13409 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13410
13411 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13412
13413 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13414 hooks.
13415 (gnus-update-read-articles): Speed up non-marks-using users.
13416 (gnus-use-marks): Define gnus-use-marks.
13417 (gnus-propagate-marks): Rename variable to something more sensible.
13418
13419 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
13420
13421 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13422 (gmm-image-load-path-for-library): Fix typos in docstrings.
13423 (gmm-message): Reflow docstring.
13424
13425 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
13426
13427 * mail-source.el (mail-source-set-1, mail-source-bind):
13428 Move auth-source code out of the macro to clean it up and fix bugs.
13429
13430 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
13431
13432 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13433 by sender if it's equal to user-mail-address, it's likely to be
13434 useless.
13435
13436 * mail-source.el (mail-source-bind): Don't use user or password if they
13437 are not bound. Unintern them if they are nil. Don't use server unless
13438 it's bound, and default it to empty string otherwise.
13439
13440 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
13441
13442 * mail-source.el: Load auth-source.el.
13443 (mail-source-bind): Add comments. Call auth-source-user-or-password to
13444 get user name or password, if auth-sources is set up.
13445
13446 * gnus-registry.el (gnus-registry-split-strategy): New variable for
13447 strategy of splitting with parent.
13448 (gnus-registry-split-fancy-with-parent)
13449 (gnus-registry-post-process-groups): Use it and fix prior
13450 bug (returning a list as the split result).
13451
13452 * auth-source.el (auth-sources): Remove server parameter.
13453 (auth-source-pick, auth-source-user-or-password)
13454 (auth-source-user-or-password-imap)
13455 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13456 (auth-source-user-or-password-sftp)
13457 (auth-source-user-or-password-smtp): Remove server parameter.
13458
13459 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
13460
13461 * smime.el (smime-sign-region, smime-encrypt-region)
13462 (smime-decrypt-region):
13463 Remove redundant calls to `generate-new-buffer-name'.
13464
13465 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
13466
13467 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13468 Don't use QP for message/rfc822.
13469 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13470
13471 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13472
13473 * sieve-manage.el (sieve-string-bytes): Remove.
13474 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13475 correct byte-length only if the process's coding-system is the same as
13476 the one used internally by Emacs to represent strings.
13477
13478 2008-04-22 Juri Linkov <juri@jurta.org>
13479
13480 * mailcap.el (mailcap-file-default-commands): New function.
13481
13482 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13483
13484 * message.el (message-signature-separator, message-cite-function):
13485 Change custom version.
13486
13487 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13488
13489 * mm-decode.el (mm-display-external): Make temp file read-only.
13490
13491 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13492
13493 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13494 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
13495 `C-c C-f d'.
13496
13497 2008-04-12 Adrian Aichner <adrian@xemacs.org>
13498
13499 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13500
13501 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
13502
13503 * auth-source.el: Add docs.
13504 (auth-sources): Modify format to support server.
13505 (auth-source-pick, auth-source-user-or-password)
13506 (auth-source-user-or-password-imap)
13507 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13508 (auth-source-user-or-password-sftp)
13509 (auth-source-user-or-password-smtp): Add server parameter.
13510
13511 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
13512
13513 * gnus-registry.el: Initialize the registry when gnus-registry-install
13514 is t.
13515
13516 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
13517
13518 * compface.el (uncompface): Make buffer unibyte.
13519
13520 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13521
13522 * mail-source.el (mail-source-value):
13523 Prefer fboundp to functionp so it works with macros as well.
13524
13525 2008-04-05 Glenn Morris <rgm@gnu.org>
13526
13527 * gnus-ems.el (mm-disable-multibyte): Autoload it.
13528
13529 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13530
13531 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13532 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13533
13534 * nnheader.el (nnheader-init-server-buffer): Change buffer's
13535 multibyteness after rather than before erasing it.
13536
13537 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13538 mm-with-multibyte.
13539 (gnus-request-article-this-buffer): Make sure the proper decoding is
13540 used if gnus-original-article-buffer happens to be unibyte.
13541
13542 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13543 default-enable-multibyte-characters.
13544
13545 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13546 default-enable-multibyte-characters.
13547
13548 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13549
13550 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13551
13552 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13553
13554 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13555 Fix last change in case the element is not even a symbol.
13556
13557 2008-04-02 Simon Josefsson <simon@josefsson.org>
13558
13559 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13560 imap-enable-exchange-bug-workaround.
13561 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13562
13563 2008-04-01 Simon Josefsson <simon@josefsson.org>
13564
13565 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13566 a 100 byte status-checks into a 2-3MB transfer for each group.
13567 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13568 to enable bug workaround or not.
13569 (nnimap-find-minmax-uid): Only enable workaround conditionally.
13570
13571 2008-03-31 Glenn Morris <rgm@gnu.org>
13572
13573 * message.el (mml2015-use): Declare for compiler.
13574 (message-info): Require mml2015 when appropriate.
13575
13576 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13577
13578 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13579 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13580 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13581 (nntp-service-to-port): New function.
13582 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13583 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13584 (nntp-open-netcat-stream): New function.
13585 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13586
13587 2008-03-29 Sven Joachim <svenjoac@gmx.de>
13588
13589 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13590
13591 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13592
13593 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13594
13595 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
13596
13597 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13598
13599 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13600
13601 * message.el (message-signature-separator): Change default.
13602 Improve custom type.
13603 (message-cite-function): Change default to
13604 message-cite-original-without-signature.
13605
13606 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13607 toggle.
13608
13609 * message.el (message-check-news-body-syntax): Fix signature check.
13610 (message-setup-1): Mark buffer as unmodified _after_ running
13611 message-setup-hook and handling message-alternative-emails.
13612 (message-shorten-references): Be more strict when building list of
13613 valid references to comply with GNKSA.
13614
13615 * gnus-group.el (gnus-read-ephemeral-bug-group)
13616 (gnus-read-ephemeral-debian-bug-group)
13617 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13618
13619 * message.el (message-info): Don't use booleanp which isn't supported
13620 in Emacs 21 and XEmacs.
13621
13622 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
13623
13624 * gnus-group.el (gnus-gmane-group-download-format): Rename from
13625 gnus-group-gmane-group-download-format.
13626 (gnus-group-read-ephemeral-gmane-group): Rename from
13627 gnus-group-read-ephemeral-gmane-group.
13628 (gnus-read-ephemeral-gmane-group-url): Rename from
13629 gnus-group-read-ephemeral-gmane-group-url.
13630 (gnus-bug-group-download-format-alist): New variable.
13631 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13632 (gnus-read-ephemeral-emacs-bug-group): New commands.
13633
13634 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13635
13636 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13637 (gnus-visible-headers): Improve custom type.
13638
13639 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13640
13641 * mml.el (mml-menu): Add workarounds for XEmacs.
13642
13643 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13644 X-Boundary header.
13645
13646 * message.el (message-simplify-recipients): Fix previous commit.
13647
13648 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13649
13650 * mm-util.el (mm-set-buffer-multibyte): New function.
13651 * mm-decode.el (mm-copy-to-buffer): Use it.
13652
13653 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13654 Prefer fboundp to functionp so it works with macros as well.
13655
13656 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
13657
13658 * message.el (message-alter-recipients-discard-bogus-full-name):
13659 New function.
13660 (message-alter-recipients-function): New variable.
13661 (message-get-reply-headers): Use it.
13662 (message-replace-header): New helper function.
13663 (message-recipients-without-full-name): New variable.
13664 (message-simplify-recipients): New command.
13665
13666 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13667
13668 * message.el (message-info): Handle EasyPG manual.
13669
13670 * mml.el (mml-menu): Add entry for EasyPG.
13671
13672 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
13673
13674 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13675 parameter.
13676
13677 * message.el (message-disassociate-draft): Specify drafts group name
13678 fully.
13679
13680 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
13681
13682 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13683 Eliminate unnecessary duplicates from the match list.
13684
13685 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13686
13687 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13688 args of `how-many' of which the XEmacs version doesn't take; declare
13689 Info-index-next as function.
13690
13691 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13692
13693 * gnus-score.el (gnus-score-headers): Fix handling of
13694 gnus-inhibit-slow-scoring.
13695
13696 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13697 string.
13698 (gnus-button-url-regexp): Improve handling of parenthesis.
13699 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13700 (gnus-button-handle-info-keystrokes): Handle index entries.
13701
13702 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
13703
13704 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13705 Incoming* files.
13706
13707 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13708
13709 * auth-source.el (auth-sources): Rename from auth-source-choices.
13710 (auth-source-pick): Use it.
13711
13712 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13713
13714 * auth-source.el (auth-source-protocols)
13715 (auth-source-protocols-customize, auth-source-choices): Add and
13716 modified variable customizations and defaults.
13717 (auth-source-pick, auth-source-user-or-password)
13718 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13719 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13720 (auth-source-user-or-password-sftp)
13721 (auth-source-user-or-password-smtp): Use new variables and provide an
13722 interface to netrc.el.
13723
13724 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
13725
13726 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13727 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13728 Make sure the nntp port to specify is a string.
13729
13730 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13731
13732 * nntp.el: Use with-current-buffer.
13733 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13734 dubious mm-with-unibyte-current-buffer.
13735 (nntp-with-open-group-function): New function extracted from
13736 nntp-with-open-group macro.
13737 (nntp-with-open-group): Use the function, so it's easier to debug.
13738 Add indentation and debugging info.
13739 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13740 Recommend the use of the netcat alternatives.
13741
13742 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13743 Avoid mm-string-as-multibyte as well.
13744
13745 * nnweb.el (nnweb-insert-html):
13746 Remove use of nnheader-string-as-multibyte.
13747
13748 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13749 (nnheader-string-as-multibyte): Remove.
13750
13751 * mm-view.el: Use inhibit-read-only.
13752 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13753 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13754 or unibyte-string.
13755
13756 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13757 (mm-uu-yenc-extract): Use with-current-buffer.
13758
13759 * gnus-soup.el (gnus-soup-send-packet): Don't use
13760 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13761
13762 * nnmh.el: Use with-current-buffer.
13763 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13764 mm-string-as-multibyte on the output of mm-encode-coding-string.
13765
13766 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13767 (nnimap-request-move-article): Use with-current-buffer.
13768
13769 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13770 inserting the handle-buffer's text, so the implicit multibyte->unibyte
13771 conversion uses string-make-unibyte rather than string-as-unibyte.
13772
13773 * gnus-msg.el: Use with-current-buffer.
13774
13775 * message.el (message-ignored-resent-headers): Add "Delivered-To".
13776
13777 2008-03-10 Daiki Ueno <ueno@unixuser.org>
13778
13779 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13780 string for caching if it is 'PIN.
13781
13782 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13783
13784 * mail-source.el (mail-source-delete-old-incoming-confirm):
13785 Change default to nil.
13786 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13787
13788 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
13789
13790 * gnus-art.el (gnus-narrow-to-page): Position point properly.
13791 (gnus-article-goto-prev-page): Work for articles having ^L's.
13792
13793 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13794
13795 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13796
13797 2008-03-07 Karl Fogel <kfogel@red-bean.com>
13798
13799 * gnus-bookmark.el: Adjust for renames in bookmark.el.
13800 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13801 (gnus-bookmark-jump): Adjust some variable names.
13802
13803 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
13804
13805 * auth-source.el: New package.
13806 (auth-source-choices): Add customization entry point variable.
13807
13808 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13809 bug.
13810
13811 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
13812
13813 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13814 (gnus-registry-initialize, gnus-registry-install-p): Use it.
13815 (gnus-registry-install-shortcuts): Rename from
13816 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
13817 the `gnus-registry-mark-map' keymap dynamically from
13818 `gnus-registry-marks'. The generated functions update the summary line
13819 when a registry mark is added or deleted, and will call
13820 `gnus-registry-install-p' (see the comments in the code).
13821 (gnus-registry-user-format-function-M): Use concat intelligently.
13822
13823 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13824 the registry mark functions.
13825
13826 2008-03-05 Glenn Morris <rgm@gnu.org>
13827
13828 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13829 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13830 gnus-art.
13831 (top-level): No need to load own source when compiling.
13832
13833 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13834
13835 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13836 Suggested by <chris.anderton@zetnet.co.uk>.
13837
13838 2008-03-04 Glenn Morris <rgm@gnu.org>
13839
13840 * gnus-sum.el (top-level): No need to require gnus when compiling,
13841 since unconditionally required near start of file.
13842 (gnus-summary-display-while-building): Move definition before use.
13843
13844 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
13845
13846 * gnus-registry.el (gnus-registry-user-format-function-M):
13847 Add formatting function.
13848
13849 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
13850
13851 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13852 with plists.
13853 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13854 Use new format.
13855
13856 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13857
13858 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13859 `where-is-internal' that returns a range of key sequences.
13860
13861 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13862
13863 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13864
13865 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13866 (gnus-summary-jump-to-group): Consider windows on other displayed
13867 frames as well. Similar changes might be needed elsewhere, but that's
13868 the one I've bumped into during my use.
13869
13870 * nndoc.el (nndoc-oe-dbx-type-p):
13871 * gnus-msg.el (gnus-debug):
13872 * gnus-group.el (gnus-update-group-mark-positions):
13873 Use mm-string-to-multibyte.
13874
13875 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13876
13877 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13878 doesn't handle NotDashEscaped.
13879
13880 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
13881 (mml-dnd-attach-options): Fix typo in custom choice.
13882
13883 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13884 Change nndoc-article-type to mbox.
13885 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13886
13887 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
13888 to nil, instead of html2text.
13889
13890 * imap.el (imap-debug): Add `imap-ping-server'.
13891
13892 * gnus-bookmark.el: Add FIXMEs.
13893
13894 * message.el (message-form-letter-separator)
13895 (message-send-form-letter-delay): New variables.
13896 (message-send-form-letter): Use them. New command to send form
13897 letters. Requested by Uwe Siart.
13898 (message-send-mail-function): Doc fix. Add "Other" custom option.
13899
13900 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
13901
13902 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13903 empty author.
13904
13905 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
13906
13907 * gnus-registry.el (gnus-registry-marks): Add variable for
13908 customization of marks and their appearance.
13909 (gnus-registry-read-mark): Use it.
13910 (gnus-registry-do-marks): Add utility function to loop through
13911 `gnus-registry-marks'.
13912 (gnus-registry-install-shortcuts-and-menus): Add function to install
13913 shortcuts and menus.
13914 (gnus-registry-initialize): Use it.
13915 (gnus-registry-default-mark): Clarify documentation.
13916
13917 2008-02-29 Glenn Morris <rgm@gnu.org>
13918
13919 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13920 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13921 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13922 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13923 Change defcustom :version from 23.0 to 23.1.
13924
13925 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
13926
13927 * gnus-registry.el (gnus-registry-follow-group-p)
13928 (gnus-registry-post-process-groups): Add functions to aid registry
13929 splitting and improve logging. Clarify behavior in function
13930 documentation.
13931 (gnus-registry-split-fancy-with-parent): Use them.
13932
13933 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13934
13935 * gnus-art.el: Use with-current-buffer.
13936
13937 2008-02-27 David Engster <dengste@eml.cc>
13938
13939 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13940 Express real group name in the response.
13941
13942 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13943
13944 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13945 (nnmairix-last-server, nnmairix-current-server): Defvar them.
13946 (nnmairix-goto-original-article): Defvar gnus-registry-install and
13947 autoload gnus-registry-fetch-group when compiling.
13948 (nnmairix-request-group-with-article-number-correction):
13949 Remove unreferenced argument passed to nnmairix-call-backend.
13950
13951 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13952
13953 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13954 (mm-uu-extract): Improve face for low color ttys.
13955 Reported by Sascha Wilde.
13956
13957 2008-02-27 Glenn Morris <rgm@gnu.org>
13958
13959 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13960 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13961 variables to defconsts. Convert comments to doc-strings.
13962 (nnmairix-last-server, nnmairix-current-server): Convert from free
13963 variables to defvars. Convert comments to doc-strings.
13964 (gnus-registry-fetch-group): Autoload.
13965 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13966 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13967 (nnmairix-widget-build-editable-fields): Use car cddr rather than
13968 caddr.
13969 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13970 nnmairix-request-group-with-article-number-correction call.
13971 (nnmairix-fast, nnmairix-group): New, less general names, for free
13972 variables passed from nnmairix-request-group to
13973 nnmairix-request-group-with-article-number-correction. Declare.
13974 (nnmairix-request-group-with-article-number-correction):
13975 Use nnmairix-fast, nnmairix-group rather than fast, group.
13976
13977 2008-02-26 David Engster <dengste@eml.cc>
13978
13979 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
13980 version 0.5.
13981
13982 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
13983
13984 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13985 instead of making an extra function call. Don't add the current group
13986 to articles only when they have the group. Use
13987 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13988 Reported by David <de_bb@arcor.de>.
13989
13990 2008-02-24 Miles Bader <miles@gnu.org>
13991
13992 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13993 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13994 (mm-find-mime-charset-region):
13995 * mm-bodies.el (mm-encode-body):
13996 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13997
13998 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
13999
14000 * mail-source.el (mail-source-delete-incoming): Change default.
14001 Supplement doc string.
14002
14003 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14004
14005 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14006
14007 * nnmail.el (nnmail-message-id-cache-file): Derive from
14008 `gnus-home-directory'.
14009
14010 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
14011
14012 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14013 Document negative prefix.
14014
14015 * gnus-group.el (gnus-group-read-group): Document negative prefix.
14016
14017 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14018
14019 * message.el (message-unsent-separator): Add the Exim bounce
14020 separator.
14021
14022 2008-02-10 Daiki Ueno <ueno@unixuser.org>
14023
14024 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14025 list.
14026 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14027 recipient/signer list.
14028
14029 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
14030
14031 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14032 fbound (Emacs 23 unicode), signal an error.
14033
14034 2008-02-08 Glenn Morris <rgm@gnu.org>
14035
14036 * gnus-art.el (pgg-display-output-buffer): Declare as function.
14037
14038 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
14039
14040 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14041 ports to the calls to `netrc-machine-user-or-password' in addition to
14042 "imap" and "imaps".
14043
14044 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
14045
14046 * gnus.el (gnus-group-startup-message): Add `find-image' call before
14047 image-load-path is let-bound. Reported by Harald Hanche-Olsen
14048 <hanche@math.ntnu.no>.
14049
14050 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
14051
14052 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14053
14054 2008-02-01 Zhang Wei <id.brep@gmail.com>
14055
14056 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14057
14058 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14059
14060 2008-02-01 Miles Bader <miles@gnu.org>
14061
14062 * mml.el (mml-parse-1): Remove apparently vestigial use of
14063 `mm-hack-charsets'.
14064 * mm-bodies.el (mm-encode-body): Likewise.
14065
14066 2008-02-01 Kenichi Handa <handa@m17n.org>
14067
14068 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14069 rfc2104-hexstring-to-bitstring and changed to return a byte list.
14070 (rfc2104-hash): Convert the result of concat to unibyte string.
14071
14072 2008-02-01 Dave Love <fx@gnu.org>
14073
14074 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14075 coding-system-for-read.
14076 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14077
14078 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14079 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
14080 (mm-find-mime-charset-region): Remove hack-charsets stuff.
14081
14082 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
14083
14084 * mail-source.el (mail-sources): Add `group' choice.
14085
14086 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14087 parameter `in-group' to control into which group the articles go.
14088 Add treatment of `group' mail-source.
14089
14090 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
14091
14092 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14093 * message.el (message-beginning-of-line): Use featurep instead of bound
14094 tests in order to resolve conditionals at compile time.
14095
14096 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14097
14098 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14099
14100 * mm-decode.el (mm-dissect-buffer): Decode description.
14101
14102 * mml.el (mml-to-mime): Encode message header first.
14103
14104 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
14105
14106 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14107 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14108
14109 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
14110
14111 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14112
14113 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14114
14115 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14116 prefix keys.
14117 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14118 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14119 gnus-xmas.el.
14120
14121 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
14122
14123 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14124 Add new variables for article mark management.
14125 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14126 list of extra data entries which, when present, will indicate that the
14127 article ID should not be trimmed from the registry.
14128 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14129 functions.
14130 (gnus-registry-read-mark): New function to read a mark name from the
14131 user.
14132 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14133 (gnus-registry-set-article-mark-internal): New functions to add and
14134 remove marks.
14135 (gnus-registry-get-article-marks): New function to show the marks for
14136 an article, or retrieve them for further use.
14137
14138 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
14139
14140 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14141 keys when no argument is given.
14142
14143 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14144
14145 * gnus-sum.el (gnus-article-sort-by-random)
14146 (gnus-thread-sort-by-random): Fix doc strings.
14147 Reported by jidanni@jidanni.org.
14148
14149 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
14150
14151 * gnus-art.el (gnus-article-describe-bindings): New function.
14152 (gnus-article-read-summary-keys): Use it.
14153 (gnus-article-mode-map): Bind `C-h b' to it.
14154
14155 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
14156
14157 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14158 XEmacs.
14159 (gnus-article-describe-key, gnus-article-describe-key-briefly):
14160 Protect against non-character events.
14161
14162 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
14163
14164 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14165 New command.
14166 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14167 instead of END. Change name of the temp file.
14168 (gnus-group-gmane-group-download-format): Add doc string. Make it
14169 customizable.
14170
14171 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
14172
14173 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14174 bind `S W' to gnus-article-wide-reply-with-original; set default
14175 binding to gnus-article-read-summary-send-keys.
14176 (gnus-article-read-summary-keys): Fix the order of keys; display
14177 continuation keys correctly in the echo area; describe bindings
14178 correctly when keys end with `C-h'.
14179 (gnus-article-read-summary-send-keys): New function.
14180 (gnus-article-describe-key, gnus-article-describe-key-briefly):
14181 Work for gnus-article-read-summary-send-keys; display continuation keys
14182 correctly in the echo area.
14183 (gnus-article-reply-with-original): Ignore prefix argument.
14184 (gnus-article-wide-reply-with-original): New function.
14185
14186 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
14187
14188 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14189 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14190
14191 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
14192
14193 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14194 (gnus-group-read-ephemeral-gmane-group): New command.
14195
14196 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14197
14198 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14199
14200 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
14201
14202 * message.el (message-send-mail-function): Increase custom version.
14203
14204 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14205 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
14206
14207 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
14208
14209 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14210 html parts correctly; support forwarded messages.
14211 (gnus-article-browse-html-article): Remove work buffers.
14212
14213 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14214 compiling.
14215 (netrc-bound-and-true-p): New macro.
14216 (netrc-parse): Use it instead of bound-and-true-p that is not available
14217 in XEmacs 21.4.
14218
14219 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
14220
14221 * gnus-registry.el (gnus-registry-mark-article)
14222 (gnus-registry-article-marks): Add functionality to mark articles
14223 through the Gnus registry.
14224
14225 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14226 (netrc-parse): Use encrypt-file-alist to determine if
14227 encrypt-find-model or encrypt-insert-file-contents should be used.
14228
14229 2007-12-19 Glenn Morris <rgm@gnu.org>
14230
14231 * mml.el (message-options-set, message-narrow-to-head)
14232 (message-in-body-p, message-mail-p, message-encode-message-body):
14233 Autoload.
14234 (message-remove-header, message-narrow-to-headers-or-head)
14235 (message-subscribed-p, message-make-mail-followup-to)
14236 (message-position-on-field, message-news-p)
14237 (message-options-set-recipient, message-generate-headers)
14238 (message-sort-headers): Declare as functions.
14239
14240 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
14241
14242 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14243 convention in doc string.
14244
14245 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14246
14247 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14248 title to html parts.
14249 (gnus-article-browse-html-article): Pass message header to it.
14250
14251 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14252
14253 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
14254
14255 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14256 or password compatible with XEmacs.
14257
14258 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
14259
14260 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14261 format document.
14262 (gnus-mime-delete-part): Don't write description line if empty.
14263 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14264
14265 2007-12-14 Johan Bockgård <bojohan@gnu.org>
14266
14267 * gnus-sum.el (gnus-summary-mark-unread-as-read)
14268 (gnus-summary-mark-read-and-unread-as-read)
14269 (gnus-summary-mark-current-read-and-unread-as-read)
14270 (gnus-summary-mark-unread-as-ticked): Doc fix.
14271 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14272
14273 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14274
14275 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14276 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14277
14278 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14279
14280 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14281 yes-or-no-p.
14282
14283 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
14284
14285 * mm-decode.el (mm-add-meta-html-tag): New function.
14286 (mm-save-part-to-file, mm-pipe-part): Use it.
14287
14288 * gnus-art.el (gnus-article-browse-delete-temp-files):
14289 Use gnus-y-or-n-p instead of y-or-n-p.
14290 (gnus-article-browse-html-parts): Work with message/external-body; use
14291 mm-add-meta-html-tag.
14292
14293 2007-12-11 Glenn Morris <rgm@gnu.org>
14294
14295 * gnus-cache.el: Require gnus-sum not just when compiling.
14296
14297 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14298
14299 * gnus-int.el (gnus-server-opened, gnus-status-message):
14300 Move definitions before use.
14301
14302 * mm-decode.el: Require gnus-util.
14303 (mm-remove-part): Only call delete-annotation on XEmacs.
14304
14305 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14306
14307 * nnmail.el: Require gnus-int.
14308
14309 * spam.el: Move `require's before `eval-when-compile's.
14310
14311 * gnus-ems.el (gnus-alive-p):
14312 * gnus-fun.el (message-goto-eoh):
14313 * gnus-util.el (gnus-group-name-decode):
14314 * mail-source.el (gnus-compress-sequence):
14315 * message.el (Info-goto-node, format-spec):
14316 * mm-bodies.el (message-options-get):
14317 * mm-decode.el (mm-view-pkcs7):
14318 * mm-util.el (gmm-write-region):
14319 * mml-smime.el (mml-compute-boundary)
14320 (gnus-completing-read-with-default):
14321 * mml.el (widget-button-press, gnus-make-hashtable):
14322 * mml1991.el (mm-decode-content-transfer-encoding)
14323 (mm-encode-content-transfer-encoding)
14324 (message-options-get, message-options-set):
14325 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14326 * nnfolder.el (gnus-request-group):
14327 * nnheader.el (ietf-drums-unfold-fws):
14328 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14329 * smime.el (gnus-run-mode-hooks):
14330 * spam-stat.el (gnus-message): Autoload.
14331
14332 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14333 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14334 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14335 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14336 Add declare-function compatibility definition.
14337
14338 * gnus-cache.el (nnvirtual-find-group-art):
14339 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14340 (gnus-add-image, gnus-add-wash-type):
14341 * gnus-group.el (nnkiboze-score-file):
14342 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14343 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14344 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14345 (message-tokenize-header, gnus-get-buffer-create)
14346 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14347 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14348 * gnus.el (gnus-group-decoded-name):
14349 * mail-source.el (imap-capability):
14350 * mm-bodies.el (message-options-set):
14351 * mm-decode.el (gnus-configure-windows):
14352 * mm-extern.el (message-goto-body):
14353 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14354 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14355 (epg-sub-key-validity, message-options-set):
14356 * mml.el (widget-event-point, gnus-configure-windows):
14357 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14358 * mml2015.el (epg-check-configuration, epg-configuration)
14359 (message-options-set):
14360 * nndb.el (nndb-request-article):
14361 * nnfolder.el (gnus-request-create-group):
14362 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14363 * nnmaildir.el (gnus-group-mark-article-read):
14364 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14365 * rfc1843.el (message-fetch-field):
14366 * spam.el (gnus-extract-address-components):
14367 Declare as functions.
14368
14369 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
14370
14371 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14372
14373 2007-12-09 Glenn Morris <rgm@gnu.org>
14374
14375 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14376
14377 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14378 * message.el, mm-view.el, sieve-manage.el, smime.el:
14379 Add declare-function compatibility definition.
14380
14381 * gnus-art.el (w3-region, w3m-region, Info-menu):
14382 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14383 * gnus-sum.el (gnus-get-predicate):
14384 * gnus-util.el (mm-append-to-file, w32-focus-frame):
14385 * message.el (mail-abbrev-in-expansion-header-p):
14386 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14387 (w3m-detect-meta-charset, w3m-region):
14388 * sieve-manage.el (password-read, password-cache-add)
14389 (password-cache-remove):
14390 * smime.el (password-read-and-add): Declare as functions.
14391
14392 2007-12-08 David Kastrup <dak@gnu.org>
14393
14394 * gnus-sum.el (gnus-summary-simplify-subject-query):
14395 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14396 `message'.
14397
14398 2007-12-07 Glenn Morris <rgm@gnu.org>
14399
14400 * gnus-art.el (article-make-date-line): Revert previous change.
14401
14402 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14403
14404 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14405
14406 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
14407
14408 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14409 Call gnus-add-to-range ranges only once with a prepared article-list.
14410
14411 2007-12-06 Paul Jarc <prj@po.cwru.edu>
14412
14413 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14414 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14415 group names with backslashes.
14416 Reported by Tassilo Horn <tassilo@member.fsf.org>.
14417
14418 2007-12-06 Deepak Goel <deego3@gmail.com>
14419
14420 * gnus-art.el (article-make-date-line):
14421 * gnus-start.el (gnus-load):
14422 * pop3.el (pop3-read-response): Fix buggy call to `error'.
14423
14424 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14425
14426 * gnus-art.el (gnus-use-idna):
14427 * gnus-start.el (gnus-site-init-file):
14428 * message.el (message-use-idna):
14429 * mm-uu.el (mm-uu-hide-markers):
14430 * smiley.el (smiley-style): Revert changes that suppress warnings.
14431
14432 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14433
14434 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14435 specify charset to html source.
14436 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14437
14438 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14439
14440 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14441 idna-program in order to suppress byte compile warning issued by XEmacs
14442 that came to byte compile the default value section of defcustom forms
14443 recently.
14444
14445 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14446 value of installation-directory.
14447
14448 * message.el (message-use-idna): Don't directly refer to the value of
14449 idna-program.
14450
14451 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14452
14453 * smiley.el (smiley-style): Don't directly call face-attribute.
14454
14455 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
14456
14457 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14458
14459 * gnus-dired.el: Reduce Gnus dependencies.
14460 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14461 Don't require. Use autoloads instead.
14462 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14463 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14464 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14465 (gnus-dired-mode): Adjust doc string.
14466 (gnus-dired-mail-mode): New variable.
14467 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14468 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14469 (gnus-dired-mail-buffers): New function. Return mail or message
14470 composition buffers.
14471 (gnus-dired-attach): Use it.
14472 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14473 NO-DECODE.
14474 (gnus-dired-print): Use `gnus-print-buffer' depending on
14475 `gnus-dired-mail-mode'.
14476
14477 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
14478
14479 * rfc2047.el (rfc2047-encoded-word-regexp)
14480 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14481 explaining what regexp patterns are for.
14482
14483 2007-12-04 Glenn Morris <rgm@gnu.org>
14484
14485 * password.el: Move to ../password-cache.el.
14486
14487 * mml1991.el (password-read, password-cache-add, password-cache-remove):
14488 * mml2015.el (password-read, password-cache-add, password-cache-remove):
14489 * mml-smime.el (password-read, password-cache-add)
14490 (password-cache-remove):
14491 No need to autoload, since mml-sec requires password.
14492
14493 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14494 * message.el (gnus-extract-address-components):
14495 * mml-smime.el (gnus-extract-address-components): Define for compiler.
14496
14497 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14498 password.
14499
14500 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14501
14502 * mailcap.el: Reduce dependencies.
14503 (mail-header-parse-content-type): Autoload.
14504 (mailcap-delete-duplicates): New alias.
14505 (mailcap-mime-info): Add optional argument NO-DECODE.
14506 (mailcap-mime-types): Use mailcap-delete-duplicates.
14507
14508 * message.el (message-ignored-supersedes-headers): Add "X-ID".
14509
14510 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14511
14512 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14513 function.
14514
14515 * gnus-uu.el (gnus-uu-decode-yenc): New command.
14516 (gnus-uu-yenc-article): New function.
14517
14518 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14519
14520 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14521
14522 2007-12-02 Glenn Morris <rgm@gnu.org>
14523
14524 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
14525 Move to ../net.
14526
14527 * binhex.el, uudecode.el: Move to ../mail.
14528
14529 * encrypt.el: Remove file.
14530
14531 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
14532
14533 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14534 matches on patches.
14535
14536 * gnus-art.el (gnus-article-browse-html-article):
14537 Mention `mm-text-html-renderer' in the doc string.
14538
14539 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14540 string. Add comments.
14541
14542 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14543 if rhs is ASCII.
14544
14545 2007-12-01 Glenn Morris <rgm@gnu.org>
14546
14547 * dig.el, dns.el: Move to ../net.
14548 * format-spec.el, hex-util.el, sha1.el: Move to ../.
14549
14550 * mail-source.el (top-level): Require format-spec before
14551 eval-when-compile.
14552
14553 2007-11-30 Glenn Morris <rgm@gnu.org>
14554
14555 * encrypt.el: Require password, rather than autoloading password-read.
14556
14557 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
14558
14559 * gnus.el (gnus-method-to-server): Add an optional parameter so the
14560 caller can indicate whether the cache should be disregarded for this
14561 call. This way the result of the call is reproducible at all times and
14562 can be considered a canonical server name for the supplied method.
14563 (gnus-agent-method-p): Canonicalize server names by pushing their
14564 method through `gnus-method-to-server' using the no-cache argument.
14565
14566 * gnus-srvr.el (gnus-server-insert-server-line):
14567 Call `gnus-method-to-server' with `no-cache' argument.
14568
14569 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14570 gnus-agent-possibly-synchronize-flags as this should be called when the
14571 server is actually being opened.
14572 (gnus-agent-possibly-synchronize-flags)
14573 (gnus-agent-possibly-synchronize-flags-server): Move check for the
14574 flags file of an agentized server to the latter function.
14575
14576 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14577 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14578 after a connection has been established successfully.
14579
14580 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
14581
14582 * gnus-art.el (article-display-face): Force to display face if called
14583 interactively; check if gnus-article-x-face-too-ugly matches author.
14584 (article-display-x-face): Display face even if From header is missing
14585 as article-display-face does.
14586
14587 2007-11-28 Richard Stallman <rms@gnu.org>
14588
14589 * md4.el: Move to ../.
14590 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
14591
14592 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
14593
14594 * mail-source.el (mail-sources): Default to fetch from file for
14595 compatibility with default of nnmail-spool-file.
14596
14597 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
14598
14599 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14600 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14601 to look for encoded word that should be encoded again.
14602 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14603 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14604 encoding pattern.
14605 (rfc2047-decode-region): Switch strict regexp and loose one according
14606 to rfc2047-allow-irregular-q-encoded-words.
14607
14608 2007-11-26 Simon Josefsson <simon@josefsson.org>
14609
14610 * imap.el: Move to ../net directory.
14611
14612 2007-11-25 Romain Francoise <romain@orebokech.com>
14613
14614 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14615
14616 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14617
14618 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14619 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14620
14621 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14622 `nnmail-spool-file'.
14623
14624 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14625 `nnmail-spool-file'.
14626
14627 * gnus-move.el (gnus-change-server): Ditto.
14628
14629 * gnus-kill.el (gnus-batch-score): Ditto.
14630
14631 * gnus-cache.el (gnus-jog-cache): Ditto.
14632
14633 * gnus-msg.el (gnus-summary-reply):
14634 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14635
14636 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14637
14638 * gnus-cache.el (gnus-cache-generate-nov-databases):
14639 Use nnml-generate-nov-databases-directory instead of
14640 nnml-generate-nov-databases-1.
14641
14642 2007-11-24 Glenn Morris <rgm@gnu.org>
14643
14644 * message.el (message-tool-bar-retro): Update for rename
14645 mail_send.xpm->mail-send.xpm.
14646
14647 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14648
14649 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14650 `smime-ldap-search' for Emacs 22 and up.
14651
14652 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14653
14654 * hashcash.el: Move to ../mail directory.
14655
14656 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
14657
14658 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14659 `smime-ldap-search' for Emacs 22 and up.
14660
14661 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14662
14663 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14664
14665 * message.el (message-send-mail-function): Fix error convention.
14666 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14667 (message-widen-reply, message-send-mail, message-talkative-question)
14668 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14669 (message-clone-locals, message-send-news): Use with-current-buffer.
14670 (message-insert-or-toggle-importance): Remove unused var `valid'.
14671 (message-make-references): Remove unused var `new-references'.
14672 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14673
14674 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
14675
14676 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14677 (spam-split-symbolic-return-positive): Reflow docstring.
14678 (spam-backends, spam-summary-exit-behavior)
14679 (spam-mark-ham-unread-before-move-from-spam-group)
14680 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14681 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14682 (spam-clear-cache, spam-backend-check, spam-install-backend)
14683 (spam-install-statistical-backend, spam-list-of-processors)
14684 (spam-group-processor-p, spam-split, spam-bogofilter-score)
14685 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14686 (spam-check-crm114, spam-initialize, spam-unload-hook):
14687 Fix typos in docstrings.
14688
14689 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14690
14691 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14692 been checked if they have never been read and those group levels are
14693 higher than the one that a user specified.
14694
14695 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14696
14697 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14698 foreign groups unless a group level is specified by a user.
14699 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14700
14701 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
14702
14703 * message.el (message-send-mail-function): Require sendmail.
14704
14705 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
14706
14707 * message.el (message-send-mail-function): Check for smtpmail too.
14708
14709 * utf7.el (utf7-encode, utf7-decode): Use coding system
14710 `utf-7'/`utf-7-imap' from utf-7.el' if available.
14711
14712 * message.el (message-send-mail-function): New function.
14713 (message-send-mail-function): Set default using
14714 message-send-mail-function. Adjust doc string.
14715 (message-send-mail-with-mailclient): New function.
14716
14717 2007-11-17 Richard Stallman <rms@gnu.org>
14718
14719 * assistant.el: Remove file.
14720
14721 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14722
14723 * smime.el (from):
14724 * rfc2047.el (message-posting-charset):
14725 * qp.el (mm-use-ultra-safe-encoding):
14726 * pop3.el (parse-time-months):
14727 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14728 * nnml.el (files):
14729 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14730 (jka-compr-compression-info-list, ange-ftp-path-format)
14731 (efs-path-regexp):
14732 * nndiary.el (files):
14733 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14734 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14735 (epg-digest-algorithm-alist, inhibit-redisplay)
14736 (password-cache-expiry):
14737 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14738 (pgg-output-buffer, password-cache-expiry):
14739 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14740 (efs-path-regexp):
14741 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14742 (inhibit-redisplay):
14743 * mm-uu.el (file-name, start-point, end-point, entry)
14744 (gnus-newsgroup-name, gnus-newsgroup-charset):
14745 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14746 (latin-unity-ucs-list):
14747 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14748 (mm-uu-binhex-decode-function):
14749 * message.el (gnus-message-group-art, gnus-list-identifiers)
14750 (rmail-enable-mime-composing, gnus-local-organization)
14751 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14752 (gnus-read-active-file, facemenu-add-face-function)
14753 (facemenu-remove-face-function, gnus-article-decoded-p)
14754 (tool-bar-mode):
14755 * mail-source.el (display-time-mail-function):
14756 * gnus-util.el (nnmail-pathname-coding-system)
14757 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14758 (gnus-original-article-buffer, gnus-user-agent)
14759 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14760 (xemacs-codename, sxemacs-codename, emacs-program-version):
14761 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14762 * gnus-start.el (gnus-agent-covered-methods)
14763 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14764 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14765 (gnus-newsgroup-headers, gnus-group-list-mode)
14766 (gnus-group-mark-positions, gnus-newsgroup-data)
14767 (gnus-newsgroup-unreads, nnoo-state-alist)
14768 (gnus-current-select-method, mail-sources)
14769 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14770 (nnmail-spool-file, gnus-cache-active-hashtb):
14771 * gnus-mh.el (mh-lib-progs):
14772 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14773 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14774 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14775 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14776 (gnus-group-buffer):
14777 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14778 (font-lock-set-defaults):
14779 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14780 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14781 (gnus-summary-post-menu, total-parts, type, condition, length):
14782 * gnus-agent.el (gnus-agent-read-agentview):
14783 * flow-fill.el (show-trailing-whitespace):
14784 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14785 eval-and-compile wrappers for byte compiler pacifiers.
14786
14787 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14788 (mm-display-inline-fontify): Check for featurep 'xemacs not
14789 extent-list.
14790
14791 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14792 itimer-list.
14793 (mm-create-image-xemacs): Only do something for XEmacs.
14794 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14795
14796 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14797
14798 * gnus-registry.el (gnus-adaptive-word-syntax-table):
14799 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14800
14801 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
14802
14803 * nnimap.el (nnimap-split-download-body):
14804 * gnus-demon.el (gnus-demon):
14805 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14806
14807 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
14808
14809 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14810 New macros.
14811 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14812 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14813 copy data from unibyte buffer to multibyte current buffer.
14814 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14815 to copy data from unibyte current buffer to multibyte buffer.
14816 (nntp-make-process-buffer): Make process buffer unibyte.
14817
14818 * pop3.el (pop3-open-server): Fix typo in Lisp code.
14819
14820 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
14821
14822 * pop3.el (pop3-open-server): Accept and process data more robustly at
14823 connection start to avoid spurious "POP SSL connection failed" errors.
14824
14825 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14826
14827 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14828 read group names.
14829
14830 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
14831
14832 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14833
14834 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
14835
14836 * nnmail.el (nnmail-parse-active): Make group names unibyte.
14837 (nnmail-save-active): Use a unibyte buffer when saving active file,
14838 which may contain non-ASCII group names.
14839
14840 * nnml.el (nnml-request-group): Decode group names in messages.
14841
14842 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
14843
14844 * message.el (message-citation-line-function)
14845 (message-insert-formatted-citation-line): Fix spelling of
14846 `message-insert-formated-citation-line'.
14847
14848 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
14849
14850 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14851
14852 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
14853
14854 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14855 nnmail-pathname-coding-system.
14856
14857 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14858 that a user enters; decode group names in messages.
14859
14860 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14861
14862 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14863
14864 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14865
14866 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14867
14868 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14869 risky local variable.
14870
14871 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14872
14873 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
14874
14875 * encrypt.el: Improve documentation to fix function name typo.
14876 Reported by Daiki Ueno <ueno@unixuser.org>.
14877
14878 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14879
14880 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14881 even if the point is not in the last page of an article.
14882 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14883 back to the previous page.
14884
14885 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
14886
14887 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14888
14889 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14890
14891 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14892
14893 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
14894
14895 * message.el (message-check-news-body-syntax):
14896 Avoid mm-string-as-multibyte.
14897 (message-hide-headers): Don't assume (point-min)==1.
14898
14899 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14900
14901 * message.el (message-remove-blank-cited-lines): Fix if remove is
14902 given.
14903 (message-bogus-address-regexp): New variable.
14904 (message-bogus-recipient-p): New function.
14905 (message-check-recipients): New command.
14906 (message-syntax-checks): Add `bogus-recipient'.
14907 (message-fix-before-sending): Add `bogus-recipient'.
14908
14909 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14910 (gnus-treat-body-boundary): Don't test window-system.
14911
14912 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
14913
14914 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14915
14916 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14917
14918 * gnus.el: Bump version to Gnus v5.13.
14919
14920 2007-10-28 Miles Bader <miles@gnu.org>
14921
14922 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14923 at compile-time too.
14924
14925 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14926
14927 * gnus-msg.el (gnus-message-setup-hook):
14928 Add `message-remove-blank-cited-lines' to options.
14929
14930 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14931
14932 * message.el (message-remove-blank-cited-lines): New function.
14933 Suggested by Karl Plästerer.
14934
14935 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14936
14937 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14938 mapc.
14939
14940 * imap.el (imap-open): Replace mapcar called for effect with mapc.
14941 (top-level): Use mapc to set functions to be traced for debugging.
14942
14943 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14944 called for effect with while loop.
14945
14946 * message.el (message-talkative-question): Replace mapcar called for
14947 effect with mapc.
14948
14949 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14950 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14951 called for effect with dolist.
14952
14953 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14954
14955 * nndiary.el: Use dolist instead of mapcar to add diary headers to
14956 gnus-extra-headers and nnmail-extra-headers.
14957
14958 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14959 called for effect with dolist.
14960 (top-level): Use mapc to set functions to be traced for debugging.
14961
14962 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14963 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14964 dolist.
14965
14966 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14967 Replace mapcar called for effect with mapc.
14968 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14969 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14970 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14971 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14972
14973 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14974 remove-if that's a cl function.
14975
14976 * webmail.el (webmail-debug): Replace mapcar called for effect with
14977 dolist.
14978
14979 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
14980
14981 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14982 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14983 with while loop.
14984
14985 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14986 functions from article-* functions.
14987 (gnus-multi-decode-header): Replace mapcar called for effect with
14988 dolist.
14989
14990 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14991 (gnus-bookmark-show-details): Replace mapcar called for effect with
14992 while loop.
14993
14994 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14995 called for effect with while loop.
14996
14997 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14998 with dolist.
14999
15000 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15001 Replace mapcar called for effect with dolist.
15002
15003 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15004
15005 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15006 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15007 Replace mapcar called for effect with dolist.
15008 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15009 mapc.
15010
15011 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15012 Replace mapcar called for effect with dolist.
15013 (gnus-topic-list): Replace mapcar called for effect with mapc.
15014
15015 * gnus.el: Use mapc instead of mapcar to add autoloads.
15016
15017 2007-10-23 Richard Stallman <rms@gnu.org>
15018
15019 * gnus-group.el (gnus-group-highlight): Mark as risky.
15020
15021 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
15022
15023 * gnus.el (gnus-server-to-method): Return method found first in
15024 gnus-newsrc-alist.
15025
15026 * gnus-art.el (gnus-article-highlight-signature)
15027 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15028 button overlay without the front stickiness.
15029
15030 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
15031
15032 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15033 overview buffer needed a catch to receive its throw.
15034 (gnus-agent-flush-cache): Declare as interactive to make this function
15035 easier to use.
15036
15037 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
15038
15039 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15040 `next-line'.
15041
15042 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
15043
15044 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15045 exclude address matching message-dont-reply-to-names.
15046
15047 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
15048
15049 * gnus-util.el (gnus-string<): New function.
15050
15051 * gnus-sum.el (gnus-article-sort-by-author)
15052 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15053
15054 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
15055
15056 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15057 the frame-focus tag is set in gnus-buffer-configuration.
15058
15059 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
15060
15061 * gnus-art.el (gnus-article-add-button): Make a button overlay without
15062 the front stickiness.
15063
15064 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
15065
15066 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15067 url pattern; remove duplicate one.
15068 (gnus-article-extend-url-button): New function.
15069 (gnus-article-add-buttons): Use it.
15070 (gnus-button-push): Use concatenated url that it makes.
15071
15072 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
15073
15074 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15075 (sieve-manage-open): Use `mapc' instead of `mapcar'.
15076
15077 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15078
15079 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15080 Don't hardcode point-min==1.
15081
15082 2007-09-30 David Kastrup <dak@gnu.org>
15083
15084 * gnus-art.el (gnus-article-reply-with-original)
15085 (gnus-article-followup-with-original): When `transient-mark-mode' is
15086 off, refrain from active-region behavior for followups.
15087
15088 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
15089
15090 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15091 Fix comment about "iso8859-1".
15092
15093 2007-10-08 Daiki Ueno <ueno@unixuser.org>
15094
15095 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15096 ones returned from the verify-function.
15097
15098 * mm-uu.el (mm-uu-pgp-signed-extract-1):
15099 Call mml2015-extract-cleartext-signature if extraction failed.
15100
15101 2007-10-07 Daiki Ueno <ueno@unixuser.org>
15102
15103 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15104 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15105 failed.
15106
15107 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15108
15109 * Relicense "GPLv2 or later" files to "GPLv3 or later".
15110
15111 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
15112
15113 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15114 to mark a thread as expirable. Add variable `hide' to handle hiding of
15115 thread for both the null and zero (kill/expire thread) universal prefix
15116 cases.
15117 (gnus-summary-expire-thread): Add new function to expire a thread,
15118 using gnus-summary-kill-thread.
15119 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15120 shortcuts for gnus-summary-expire-thread.
15121 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15122 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
15123
15124 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
15125
15126 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15127 extras value, so an extras entry can be deleted.
15128 (gnus-registry-delete-extra-entry): Use it.
15129 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15130 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15131 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15132 storage through the gnus-registry, and provide an appropriate API for
15133 it.
15134
15135 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15136
15137 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15138 Suggested by Leo <sdl.web@gmail.com>.
15139
15140 * gnus.el: Do.
15141
15142 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15143
15144 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15145 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
15146
15147 * gnus-agent.el (gnus-agent-fetch-headers): Do.
15148
15149 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15150 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15151
15152 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15153
15154 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15155 newline.
15156 (nnmbox-request-accept-article): Don't change article in source buffer;
15157 narrow to header to use message-fetch-field rather than
15158 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15159 (nnmbox-request-replace-article): Quote lines that'll be misidentified
15160 as delimiters; make sure article ends with newline.
15161 (nnmbox-delete-mail): Correct last position of article to be deleted;
15162 ignore X-Gnus-Newsgroup header in article body.
15163 (nnmbox-save-mail): Quote lines looking like delimiters at the right
15164 positions; make sure article ends with newline.
15165
15166 * message.el (message-display-abbrev): Don't infloop when a user
15167 inserts SPC in the beginning of header.
15168
15169 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
15170
15171 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15172 list of groups not followed by default. Fix type to be regexp.
15173 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15174
15175 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
15176
15177 * hmac-def.el (define-hmac-function): Switch from old-style to
15178 new-style backquotes.
15179
15180 * md4.el (md4-make-step): Likewise.
15181
15182 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
15183
15184 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15185 raw-text coding system when saving .newsrc file, which may contain
15186 non-ASCII group names.
15187
15188 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
15189
15190 * gnus-cus.el (gnus-score-extra): New widget.
15191 (gnus-score-extra-convert): New function.
15192 (gnus-score-customize): Use it for Extra.
15193
15194 2007-08-31 Daiki Ueno <ueno@unixuser.org>
15195
15196 * mml2015.el (mml2015-extract-cleartext-signature): New function.
15197 (mml2015-mailcrypt-clear-verify): Use it.
15198 (mml2015-gpg-clear-verify): Use it.
15199 (mml2015-pgg-clear-verify): Use it.
15200 (mml2015-epg-clear-verify): Replace the current part with the output
15201 from GnuPG; don't extract the plaintext by itself.
15202
15203 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15204 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15205 mml2015-clear-verify-function; don't touch the armor headers or
15206 dash-escaped text here.
15207
15208 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
15209
15210 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15211 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15212 parts, or application/octet-stream as a last resort.
15213 (gnus-mime-view-part-as-type): Don't toggle display.
15214 (gnus-mime-view-part-as-charset): Don't turn off display before
15215 querying charset.
15216
15217 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15218 stuff to undisplayer function in Emacs.
15219 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15220
15221 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15222 text/calendar parts.
15223
15224 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
15225
15226 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15227 decoding text/calendar parts.
15228
15229 * message.el (message-forward-make-body-mime): Always mark body as
15230 having no illegible text; remove signed-or-encrypted argument.
15231 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15232
15233 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15234 (mml-generate-mime-1): Don't encode body if it is specified to be in
15235 raw form; don't make buffer be unibyte when inserting multibyte string.
15236
15237 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15238
15239 * sha1.el: Fix up comment style.
15240 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15241 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15242
15243 * hex-util.el: Fix up comment style.
15244 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15245
15246 * gnus-salt.el: Use with-current-buffer.
15247 (gnus-pick-setup-message): Fix long-standing typo.
15248
15249 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
15250
15251 * imap.el (imap-logout-timeout): New variable.
15252 (imap-logout, imap-logout-wait): New functions.
15253 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15254
15255 * nnimap.el (nnimap-logout-timeout): New server variable.
15256 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15257 nnimap-logout-timeout.
15258
15259 * gnus-art.el (gnus-article-summary-command-nosave)
15260 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15261
15262 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
15263
15264 * gnus.el (gnus-maximum-newsgroup): New variable.
15265
15266 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15267 according to gnus-maximum-newsgroup.
15268
15269 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15270 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15271 Limit the range of articles according to gnus-maximum-newsgroup.
15272
15273 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
15274
15275 * gnus-art.el (gnus-sticky-article): Fix problems described in
15276 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
15277 Don't perform gnus-configure-windows here; reuse existing sticky
15278 article buffer.
15279
15280 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15281 it doesn't exist in gnus-article-mode.
15282
15283 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
15284
15285 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15286 (gnus-agent-decoded-group-name): New function.
15287 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15288 (gnus-agent-expire-group-1): Use it; decode group name in messages.
15289
15290 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
15291
15292 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15293 Add binding for gnus-sticky-article.
15294 (gnus-summary-exit): Don't kill sticky article buffers.
15295
15296 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15297 article buffer.
15298 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15299 (gnus-kill-sticky-article-buffers): New commands.
15300
15301 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
15302
15303 * nntp.el (nntp-xref-number-is-evil): New server variable.
15304 (nntp-find-group-and-number): If it is non-nil, don't trust article
15305 numbers in the Xref header.
15306
15307 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15308
15309 * gnus-agent.el (gnus-agent-read-group): New function.
15310 (gnus-agent-flush-group, gnus-agent-expire-group)
15311 (gnus-agent-regenerate-group): Use it.
15312 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15313 nnmail-pathname-coding-system.
15314
15315 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
15316
15317 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15318
15319 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15320 that are unread as unread, and also as selected so that information of
15321 marks having been changed by a user may be updated when exiting group.
15322
15323 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15324
15325 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15326
15327 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
15328
15329 * gnus-art.el (gnus-mime-display-single): Pass part number that is
15330 calculated ignoring signature parts to gnus-treat-article.
15331
15332 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15333
15334 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15335 a point here in order to keep the window start.
15336 (gnus-insert-mime-security-button): Make a button overlay without the
15337 front stickiness.
15338 (gnus-mime-display-security): Goto the end of a button.
15339
15340 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15341
15342 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15343
15344 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15345 group-name-at-point.
15346 (gnus-group-completing-read): New function that offers decoded
15347 non-ASCII group names for completion.
15348 (gnus-fetch-group, gnus-group-read-ephemeral-group)
15349 (gnus-group-jump-to-group, gnus-group-make-group-simple)
15350 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15351 (gnus-group-fetch-control): Use it.
15352 (gnus-fetch-group): Use group-name-at-point for the initial value
15353 rather than the default value; use gnus-alive-p.
15354
15355 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15356 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15357 (gnus-summary-post-news): Use gnus-group-completing-read.
15358
15359 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15360 (gnus-read-move-group-name): Decode group name for completion.
15361
15362 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
15363
15364 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15365 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15366 Yamaoka slightly modified the code).
15367
15368 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
15369
15370 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15371 (nnmail-split-incoming): Bind it.
15372
15373 * nnml.el (nnml-group-name-charset): New function.
15374 (nnml-decoded-group-name): Use it; don't decode group name if
15375 nnmail-group-names-not-encoded-p is non-nil.
15376 (nnml-encoded-group-name): New function.
15377 (nnml-group-pathname): Inline nnml-decoded-group-name.
15378 (nnml-request-expire-articles): Decode group name in message.
15379 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15380 nnmail-pathname-coding-system.
15381 (nnml-save-mail, nnml-active-number): Work with decoded group names and
15382 not decoded ones according to nnmail-group-names-not-encoded-p.
15383 (nnml-generate-active-info): Use nnml-encoded-group-name.
15384
15385 2007-08-08 Glenn Morris <rgm@gnu.org>
15386
15387 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15388 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15389 doc-strings and comments.
15390
15391 2007-07-25 Glenn Morris <rgm@gnu.org>
15392
15393 * Relicense all FSF files to GPLv3 or later.
15394
15395 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
15396
15397 * gnus-sum.el (gnus-summary-move-article):
15398 Make gnus-summary-respool-article work.
15399
15400 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
15401
15402 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15403 string.
15404
15405 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
15406
15407 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
15408 that should be ignored when comparing distant RSS articles with local
15409 ones.
15410 (nnrss-make-hash-index): New function. Create a hash index according
15411 to the ignored fields.
15412 (nnrss-check-group): Use it.
15413
15414 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
15415
15416 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15417
15418 * gnus-art.el (article-decode-group-name): Decode Xref header too.
15419
15420 * gnus-group.el (gnus-group-make-group): Encode group name here unless
15421 the new optional argument ENCODED is non-nil.
15422 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15423 coding system for encoding group name.
15424 (gnus-group-make-rss-group): Pass un-encoded group name to
15425 gnus-group-make-group.
15426 (gnus-group-set-info): Tell gnus-group-make-group that group name is
15427 encoded.
15428
15429 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15430 Encode group name to which articles are moved or copied.
15431 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15432 coding system for encoding Newsgroup, Followup-To and Xref headers.
15433
15434 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15435 marks; use nnheader-file-coding-system to write a file.
15436 (nnagent-retrieve-headers): Bind file-name-coding-system to
15437 nnmail-pathname-coding-system.
15438
15439 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15440
15441 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15442 (nnml-request-article, nnml-request-create-group)
15443 (nnml-request-rename-group, nnml-find-id)
15444 (nnml-possibly-change-directory, nnml-possibly-create-directory)
15445 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15446 (nnml-save-marks): Use nnml-group-pathname instead of
15447 nnmail-group-pathname.
15448
15449 (nnml-request-create-group, nnml-request-expire-articles)
15450 (nnml-request-move-article, nnml-request-delete-group)
15451 (nnml-deletable-article-p, nnml-possibly-create-directory)
15452 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15453 (nnml-open-marks): Bind file-name-coding-system to
15454 nnmail-pathname-coding-system.
15455
15456 (nnml-request-article): Pass server argument to nnml-find-group-number.
15457 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15458 Pass server argument to nnml-possibly-create-directory.
15459 (nnml-request-accept-article): Pass server argument to
15460 nnml-active-number and nnml-save-mail.
15461 (nnml-find-group-number): Pass server argument to nnml-find-id.
15462 (nnml-request-update-info): Pass server argument to
15463 nnml-marks-changed-p.
15464
15465 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15466 (nnml-save-mail, nnml-active-number): Add server argument.
15467
15468 (nnml-request-delete-group): Warn if group is missing.
15469 (nnml-get-nov-buffer): Decode group name.
15470 (nnml-generate-active-info): Encode group name.
15471 (nnml-open-marks): Decode group name in messages.
15472
15473 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15474
15475 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15476 if it is not specified.
15477 (gnus-article-pipe-part, gnus-article-save-part)
15478 (gnus-article-interactively-view-part, gnus-article-copy-part)
15479 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15480 (gnus-article-inline-part, gnus-article-save-part-and-strip)
15481 (gnus-article-replace-part, gnus-article-delete-part)
15482 (gnus-article-view-part-as-type): Pass raw prefix argument to
15483 gnus-article-part-wrapper.
15484
15485 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
15486
15487 * gnus-agent.el (gnus-agent-save-active):
15488 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15489
15490 * gnus-cache.el (gnus-cache-save-buffers)
15491 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15492 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15493 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15494 (gnus-cache-braid-nov, gnus-cache-braid-heads)
15495 (gnus-cache-generate-active, gnus-cache-rename-group)
15496 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15497 (gnus-cache-update-overview-total-fetched-for):
15498 Bind file-name-coding-system to nnmail-pathname-coding-system.
15499 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15500 New variables.
15501 (gnus-cache-decoded-group-name): New function.
15502 (gnus-cache-file-name): Use it.
15503 (gnus-cache-generate-active): Use non-decoded group name for active.
15504
15505 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15506 right place.
15507 (gnus-write-active-file): Don't break non-ASCII group names.
15508
15509 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15510 nnmail-pathname-coding-system.
15511
15512 * gnus-uu.el (gnus-uu-decode-save): Typo.
15513
15514 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
15515
15516 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15517
15518 2007-07-14 David Kastrup <dak@gnu.org>
15519
15520 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15521 finishing actions if we did not edit the article.
15522
15523 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15524
15525 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15526 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15527 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15528 (gnus-agent-flush-group, gnus-agent-flush-cache)
15529 (gnus-agent-fetch-headers, gnus-agent-load-alist)
15530 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15531 (gnus-agent-retrieve-headers, gnus-agent-request-article)
15532 (gnus-agent-regenerate-group)
15533 (gnus-agent-update-files-total-fetched-for)
15534 (gnus-agent-update-view-total-fetched-for):
15535 Bind file-name-coding-system to nnmail-pathname-coding-system.
15536 (gnus-agent-group-pathname): Don't encode file names by
15537 nnmail-pathname-coding-system.
15538 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15539 coding-system-for-write instead of buffer-file-coding-system to
15540 gnus-agent-file-coding-system.
15541
15542 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15543 Decode group name.
15544
15545 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15546
15547 * gnus-start.el (gnus-update-active-hashtb-from-killed)
15548 (gnus-read-newsrc-el-file): Make group names unibyte.
15549
15550 * nnmail.el (nnmail-group-pathname): Don't encode file names by
15551 nnmail-pathname-coding-system.
15552
15553 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15554 (nnrss-request-delete-group): Bind file-name-coding-system to
15555 nnmail-pathname-coding-system.
15556 (nnrss-read-server-data, nnrss-read-group-data):
15557 Bind file-name-coding-system correctly.
15558 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15559
15560 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15561 (nntp-server-to-method-cache): New variable.
15562 (nntp-group-pathname): New function that decodes non-ASCII group names.
15563 (nntp-possibly-create-directory, nntp-marks-changed-p)
15564 (nntp-save-marks, nntp-open-marks): Use it.
15565 (nntp-possibly-create-directory, nntp-open-marks):
15566 Bind file-name-coding-system to nnmail-pathname-coding-system.
15567 (nntp-open-marks): Decode group names when bootstrapping marks.
15568
15569 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15570 Newsgroups and Followup-To headers.
15571
15572 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15573
15574 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15575 (gnus-server-closed-face, gnus-server-denied-face)
15576 (gnus-server-offline-face): Remove variable.
15577 (gnus-server-font-lock-keywords): Use faces that are not aliases.
15578
15579 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15580 of modifying message-stack directly for XEmacs.
15581
15582 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15583 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15584 if the coding-system argument is nil for XEmacs.
15585
15586 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15587 mm-charset-override-alist.
15588
15589 * rfc2047.el: Don't require base64; require rfc2045 for the function
15590 rfc2045-encode-string.
15591 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15592 to quote the parameter value.
15593
15594 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
15595
15596 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15597 form in gnus-group-name-charset-method-alist.
15598
15599 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15600 overrides the default layout edit-form.
15601
15602 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15603
15604 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15605
15606 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
15607
15608 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15609 as unfetched articles.
15610
15611 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
15612
15613 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15614
15615 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
15616
15617 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15618 original back end that keeps marks in the local system.
15619
15620 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
15621
15622 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15623 arg of pop-to-buffer for XEmacs.
15624 (gnus-article-read-summary-keys): Ditto; don't restore window
15625 configuration if summary command ends up with neither article buffer
15626 nor summary buffer; describe bindings if summary keys end with C-h.
15627
15628 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
15629
15630 * message.el (message-fix-before-sending): Skip raw message part to be
15631 forwarded while checking illegible text.
15632 (message-forward-make-body-mime, message-forward-make-body):
15633 Mark signed or encrypted raw message as having no illegible text.
15634
15635 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15636
15637 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15638 (gnus-message-with-timestamp-1): New macro.
15639 (gnus-message-with-timestamp): New function.
15640 (gnus-message): Use them.
15641
15642 * nnheader.el (nnheader-message): Use them.
15643
15644 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
15645
15646 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15647 .newsrc.eld file.
15648
15649 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15650
15651 * gnus-agent.el (gnus-agent-fetch-headers)
15652 (gnus-agent-retrieve-headers):
15653 Bind gnus-decode-encoded-address-function to identity.
15654
15655 * nntp.el (nntp-send-xover-command): Recognize an xover command is
15656 available also when the server returns simply a dot.
15657
15658 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15659
15660 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
15661
15662 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15663
15664 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15665
15666 * gnus-ems.el (gnus-x-splash): Make it work.
15667
15668 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15669 from being used.
15670
15671 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
15672
15673 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15674 the front stickiness.
15675 (gnus-article-summary-command-nosave): Correct the order of the
15676 arguments passed to pop-to-buffer.
15677 (gnus-article-read-summary-keys): Ditto; make it work properly when the
15678 summary command ends up with the article buffer.
15679
15680 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15681 the same faces.
15682
15683 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
15684
15685 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15686
15687 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
15688
15689 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15690 * gnus-sum.el (gnus-summary-highlight):
15691 * mail-source.el (mail-source-delete-old-incoming-confirm):
15692 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15693
15694 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
15695
15696 * gnus-art.el (gnus-mime-view-part-externally)
15697 (gnus-mime-view-part-internally): Fix predicate function passed to
15698 completing-read.
15699
15700 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15701
15702 * gnus.el (gnus-update-message-archive-method): Add :version.
15703
15704 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
15705
15706 * gnus.el (gnus-update-message-archive-method): New variable.
15707
15708 * gnus-start.el (gnus-setup-news): Update saved "archive" method
15709 according to gnus-message-archive-method if
15710 gnus-update-message-archive-method is non-nil.
15711
15712 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15713
15714 * gnus-sum.el (gnus-summary-limit-to-address): New function.
15715 Suggested by Loic Dachary <loic@dachary.org>.
15716 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15717
15718 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
15719
15720 * message.el (message-pop-to-buffer): Add switch-function argument.
15721 (message-mail): Pass switch-function argument to it.
15722
15723 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
15724
15725 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15726 Improve doc string.
15727
15728 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15729
15730 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15731 (gnus-header-content):
15732 * gnus-cite.el (gnus-cite-10):
15733 * gnus-srvr.el (gnus-server-closed):
15734 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15735 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15736 (gnus-group-mail-3-empty, gnus-group-mail-low)
15737 (gnus-group-mail-low-empty, gnus-splash):
15738 * message.el (message-header-to, message-header-cc)
15739 (message-header-subject, message-header-other, message-header-name)
15740 (message-header-xheader, message-separator, message-cited-text)
15741 (message-mml): Lighten colors of faces used for dark background.
15742
15743 2007-05-24 Simon Josefsson <simon@josefsson.org>
15744
15745 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15746 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
15747
15748 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15749
15750 * message.el (message-narrow-to-headers-or-head):
15751 Ignore mail-header-separator in the body.
15752
15753 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
15754
15755 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15756 same as window size.
15757
15758 2007-05-22 Kevin Ryde <user42@zip.com.au>
15759
15760 * message.el (message-font-lock-keywords): Use message-header-xheader
15761 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
15762 ahead of the anything pattern, to get it recognized.
15763
15764 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
15765
15766 * gnus-sum.el (gnus-articles-to-read)
15767 (gnus-summary-insert-old-articles): Don't truncate group name for
15768 `read-string'.
15769
15770 * gnus-util.el (gnus-limit-string): Delete this function.
15771
15772 * gnus-sum.el (gnus-simplify-subject-fully):
15773 Use `truncate-string-to-width' instead.
15774
15775 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
15776
15777 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15778 Tell if, on summary exit, the next group has to be selected.
15779 (gnus-summary-exit): Use it.
15780
15781 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
15782
15783 * gnus-art.el (gnus-article-mode): Fix comment about displaying
15784 non-break space.
15785
15786 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
15787
15788 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15789 Check if group is not a directory.
15790 (nnfolder-request-expire-articles): Don't delete articles if the target
15791 group is not available.
15792
15793 * nnml.el (nnml-request-create-group): Properly check if group is not a
15794 file.
15795 (nnml-request-expire-articles): Don't delete articles if the target
15796 group is not available.
15797
15798 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15799 Don't quote characters that are within parentheses.
15800
15801 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
15802
15803 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15804 (gnus-handle-ephemeral-exit): Select article according to it.
15805
15806 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15807
15808 * message.el (message-insert-formated-citation-line): Remove newline.
15809 (message-citation-line-format): Add final \n here so that the user can
15810 avoid a blank line.
15811
15812 2007-05-03 Dan Christensen <jdc@uwo.ca>
15813
15814 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15815 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15816 Update lanl/arXiv support.
15817
15818 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15819
15820 * gnus.el: Bump version number.
15821
15822 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15823
15824 * gnus.el (gnus-version-number): Bump version.
15825
15826 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15827
15828 * gnus.el: No Gnus v0.6 is released.
15829
15830 2007-04-27 Didier Verna <didier@xemacs.org>
15831
15832 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15833 * gmm-utils.el (gmm-regexp-concat): ... here.
15834 * message.el: Don't require 'gnus-util.
15835 (message-dont-reply-to-names): Handle name change above.
15836 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15837
15838 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15839
15840 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15841 since the initial value varies according to the system.
15842
15843 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15844
15845 * mm-util.el (mm-charset-synonym-alist): Defcustom.
15846
15847 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
15848
15849 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15850
15851 2007-04-24 Didier Verna <didier@xemacs.org>
15852
15853 Improve the type of gnus-ignored-from-addresses.
15854 * gnus-util.el (gnus-orify-regexp): New function.
15855 * message.el (gnus-util): Require it.
15856 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15857 * gnus-sum.el (gnus-ignored-from-addresses): New function.
15858 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15859
15860 2007-04-24 Didier Verna <didier@xemacs.org>
15861
15862 * gnus-sum.el:
15863 * gnus-utils.el: Fix some trailing whitespaces.
15864
15865 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
15866
15867 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15868 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15869 article's Message-ID; refer parent article in summary buffer.
15870
15871 * message.el (message-bounce): Call mime-to-mml.
15872
15873 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15874
15875 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15876
15877 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15878
15879 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15880 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15881 displayed of multipart/alternative part if it is invoked from summary
15882 buffer.
15883
15884 * mm-view.el (mm-inline-text-html-render-with-w3m)
15885 (mm-inline-text-html-render-with-w3m-standalone)
15886 (mm-inline-render-with-function): Use mail-parse-charset by default.
15887
15888 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
15889
15890 * parse-time.el (parse-time-string-chars): Check if CHAR
15891 is less than the length of parse-time-syntax.
15892
15893 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
15894
15895 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15896 from gnus-newsgroup-processable.
15897
15898 2007-04-16 Didier Verna <didier@xemacs.org>
15899
15900 * gnus-msg.el (gnus-configure-posting-styles):
15901 Handle message-signature-directory properly with :file syntax.
15902 Reported by "Leo".
15903
15904 2007-04-11 Didier Verna <didier@xemacs.org>
15905
15906 New user option: message-signature-directory.
15907 * gnus-msg.el (gnus-configure-posting-styles): Support it.
15908 * message.el (message-insert-signature): Ditto.
15909 * message.el (message-signature-file): Doc update.
15910 * message.el (message-signature-directory): New.
15911
15912 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
15913
15914 * gnus-msg.el (gnus-inews-yank-articles):
15915 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15916
15917 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
15918
15919 * message.el (message-yank-original): Make sure cited text ends with
15920 newline; don't exchange point and mark.
15921
15922 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
15923
15924 * tls.el (open-tls-stream): Properly handle case where there
15925 is no associated buffer.
15926
15927 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
15928
15929 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15930 message-yank-original, make sure (< mark TEXT point).
15931
15932 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15933
15934 * message.el (message-fill-column): New variable.
15935 (message-mode): Use it. Add comment on a possible new hook.
15936
15937 * nnmail.el (nnmail-spool-file): Mark as obsolete.
15938 (nnmail-get-new-mail): Reformat.
15939
15940 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15941
15942 * gmm-utils.el: Fix Commentary.
15943 (gmm-tool-bar-from-list): Fix typo in doc string.
15944
15945 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
15946
15947 * message.el (message-yank-original): Don't switch point and mark
15948 unnecessarily to put point and mark as documented.
15949
15950 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15951
15952 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15953 from the message heads.
15954
15955 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
15956
15957 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15958 article buffer does not have a window. This may not be the best
15959 solution but is certainly better than setting the start of the null,
15960 that is the current, window.
15961
15962 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
15963
15964 * gnus-draft.el (gnus-draft-setup-hook): New hook.
15965 (gnus-draft-setup): Run it.
15966
15967 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15968 gnus-score-fast-scoring. Allow regexp.
15969 (gnus-score-headers): Use it.
15970
15971 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15972 XEmacs.
15973
15974 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15975 string.
15976 (gnus-button-alist): Also catch `<f1> k ...'.
15977 (gnus-treat-display-x-face): Fix doc string.
15978
15979 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15980
15981 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15982 evaluation of gnus-extended-version to ensure correct generation of the
15983 User-Agent header when message-generate-headers-first is used.
15984
15985 2007-03-24 Simon Josefsson <simon@josefsson.org>
15986
15987 * hashcash.el (hashcash-generate-payment-async): Don't crash if
15988 hashcash-path is nil. Don't call callback with incorrect number of
15989 parameters if val is 0.
15990
15991 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15992
15993 * message.el (message-required-news-headers):
15994 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15995
15996 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
15997
15998 * message.el (message-generate-new-buffers): Change the meaning of the
15999 nil value; add `standard' to the choices; treat t as `unique'; improve
16000 doc string.
16001 (gnus-select-frame-set-input-focus): Autoload.
16002 (message-buffer-name): Search for the existing message buffer if
16003 message-generate-new-buffers is nil or `standard'; treat the value t of
16004 message-generate-new-buffers as `unique'.
16005 (message-pop-to-buffer): Raise the frame already displaying the message
16006 buffer; clear the echo area after querying.
16007 (message-setup): Pass the `continue' argument to compose-mail.
16008 (message-mail): Prefer `switch-function' if it is given; search for the
16009 existing message buffer if the `continue' argument is non-nil; pass
16010 continue and switch-function arguments to compose-mail by way of
16011 message-setup.
16012 (message-mail-other-window): Adjust argument of message-setup.
16013 (message-mail-other-frame): Ditto.
16014
16015 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16016
16017 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16018 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16019 to turn font-lock on when turning gnus-message-citation-mode on.
16020
16021 2007-03-06 Daiki Ueno <ueno@unixuser.org>
16022
16023 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16024 (mml-smime-function-alist): New variable; add epg as the backend.
16025 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16026 mml-smime- functions instead.
16027 * mm-view.el: Require smime.
16028
16029 2007-03-05 Didier Verna <didier@xemacs.org>
16030
16031 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16032 instead of just inheritance for posting styles.
16033 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16034
16035 2007-02-24 John Paul Wallington <jpw@pobox.com>
16036
16037 * tls.el (tls-certtool-program): Fix custom type.
16038
16039 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16040
16041 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16042 and point-at-eol instead of line-(beginning|end)-position.
16043
16044 * assistant.el (assistant-parse-buffer): Ditto.
16045
16046 2007-02-28 Daiki Ueno <ueno@unixuser.org>
16047
16048 * mml2015.el (mml2015-epg-find-usable-key): New function.
16049 (mml2015-epg-sign): Use it.
16050 (mml2015-epg-encrypt): Use it.
16051
16052 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16053
16054 * message.el (message-make-in-reply-to): Quote name containing
16055 non-ASCII characters. It will make the RFC2047 encoder cause an error
16056 if there are special characters. Reported by NAKAJI Hiroyuki
16057 <nakaji@jp.freebsd.org>.
16058
16059 2007-02-27 Didier Verna <didier@xemacs.org>
16060
16061 Include the group parameters as well as the topic ones in the
16062 inheritance filter process.
16063 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16064 argument GROUP-PARAMS-LIST.
16065 * gnus-topic.el (gnus-group-topic-parameters): Use it.
16066
16067 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
16068
16069 * nntp.el (nntp-never-echoes-commands)
16070 (nntp-open-connection-functions-never-echo-commands): New variables.
16071 (nntp-send-command): Use them.
16072
16073 2007-02-20 Daiki Ueno <ueno@unixuser.org>
16074
16075 * mml2015.el (mml2015-epg-verify): Simplify.
16076
16077 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16078
16079 * mml.el (mml-content-disposition-alist): New user option.
16080 (mml-content-disposition): New function.
16081 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16082 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16083
16084 2007-02-19 Daiki Ueno <ueno@unixuser.org>
16085
16086 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16087 verification.
16088
16089 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16090
16091 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16092 articles posted in the last 24 hours.
16093
16094 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
16095
16096 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16097
16098 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
16099
16100 * nntp.el (nntp-send-command): Don't wait for echoes when
16101 nntp-open-ssl-stream is used.
16102
16103 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16104
16105 * gnus-cite.el (gnus-test-font-lock-add-keywords)
16106 (gnus-message-add-citation-keywords)
16107 (gnus-message-remove-citation-keywords): Remove.
16108 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16109 directly, make the variables in font-lock-defaults buffer-local, add
16110 gnus-message-citation-keywords to them and then update the value of
16111 font-lock-keywords.
16112
16113 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
16114
16115 * message.el (message-cite-original-1): Don't call
16116 gnus-article-highlight-citation.
16117
16118 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16119 citations; fix line count.
16120
16121 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16122
16123 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16124 (gnus-message-add-citation-keywords)
16125 (gnus-message-remove-citation-keywords): Use it; fix the emulating
16126 versions of font-lock-add-keywords and font-lock-remove-keywords to
16127 work with XEmacs correctly.
16128
16129 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16130
16131 * gnus-cite.el (gnus-cite-face-list): Set the values of
16132 gnus-message-max-citation-depth and gnus-message-citation-keywords.
16133 (gnus-message-max-citation-depth): Use defvar rather than defconst.
16134 (gnus-message-cite-prefix-regexp): New variable.
16135 (gnus-message-search-citation-line): Use it; protect against long
16136 citation prefix; fill match data with nil rather than 0 for XEmacs; set
16137 the 0th match data for Emacs.
16138 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16139 (gnus-message-add-citation-keywords): Append keywords rather than
16140 prepending; emulate font-lock-add-keywords if it is not available.
16141 (gnus-message-remove-citation-keywords):
16142 Emulate font-lock-remove-keywords if it is not available.
16143
16144 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16145
16146 * message.el (message-cite-prefix-regexp): Set the value of
16147 gnus-message-cite-prefix-regexp.
16148
16149 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16150
16151 * nnweb.el (nnweb-google-parse-1): Update parser.
16152
16153 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
16154
16155 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16156
16157 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16158
16159 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16160 regexp.
16161
16162 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16163
16164 * uudecode.el (uudecode-string-to-multibyte): New function emulating
16165 string-to-multibyte.
16166 (uudecode-decode-region-internal): Use it.
16167
16168 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
16169
16170 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16171 Fix custom choice.
16172
16173 * gnus-art.el (gnus-signature-limit): Fix custom choice.
16174
16175 2007-01-22 Daiki Ueno <ueno@unixuser.org>
16176
16177 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16178
16179 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16180 `write-region' to respect `mm-inhibit-file-name-handlers'.
16181
16182 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
16183
16184 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16185 Use gnus-home-directory instead of "~/" or "$HOME".
16186
16187 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
16188
16189 * encrypt.el (encrypt-insert-file-contents): Add better prompt
16190 to mention filename.
16191 Add comments at beginning regarding usage.
16192 (encrypt-write-file-contents): Change interactive so a string is
16193 acceptable. If the file has no associated model, show an error instead
16194 of a nonsense prompt.
16195
16196 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16197
16198 * spam.el (spam-bsfilter-ham-switch): Fix typo.
16199 Thanks to Yoshihiko Yamada for kind notification of this typo.
16200
16201 2007-01-12 Kenichi Handa <handa@m17n.org>
16202
16203 * uudecode.el (uudecode-decode-region-internal): Make it work in a
16204 multibyte buffer.
16205
16206 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
16207
16208 * gnus-score.el (gnus-score-fast-scoring): New variable.
16209 (gnus-score-headers): Use it.
16210
16211 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16212
16213 * message.el (message-cite-original-1):
16214 Call gnus-article-highlight-citation if requested.
16215 (message-make-from): Allow name and address as optional arguments.
16216
16217 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16218
16219 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16220 bugs to doc string.
16221 (gnus-button-alist): Add mid\\|message-id.
16222 (gnus-button-fetch-group): Extend for use in
16223 `browse-url-browser-function'.
16224 (gnus-button-url-regexp): Try to catch paired parentheses like in
16225 Wikipedia URLs.
16226
16227 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16228 Suggested by Simon Krahnke <overlord@gmx.li>.
16229
16230 2007-01-13 Romain Francoise <romain@orebokech.com>
16231
16232 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16233 Update copyright.
16234
16235 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
16236
16237 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16238
16239 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
16240
16241 * gnus-registry.el (gnus-registry-unfollowed-groups)
16242 (gnus-registry-split-fancy-with-parent): Fix documentation.
16243
16244 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16245
16246 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16247 from nnweb groups.
16248
16249 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
16250
16251 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16252 Xref urls. Erase buffer before requesting head.
16253
16254 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16255
16256 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
16257
16258 * gnus-soup.el (gnus-soup): New custom group. Make user variables
16259 customizable.
16260
16261 2007-01-05 Daiki Ueno <ueno@unixuser.org>
16262
16263 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16264 no signing key is found.
16265 (mml2015-epg-encrypt): Ask user whether to skip or abort if
16266 no encrypting and/or signing key is found.
16267
16268 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16269
16270 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16271
16272 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16273
16274 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16275 headers read from disk with the ones newly found in the current search.
16276 This should no longer cause problems, because the article numbers in
16277 Gmane's `nov.php' output are ignored since the previous change.
16278
16279 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16280
16281 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16282
16283 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
16284
16285 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16286
16287 2007-01-01 Romain Francoise <romain@orebokech.com>
16288
16289 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16290
16291 2006-12-31 Steve Youngs <steve@sxemacs.org>
16292
16293 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16294 `define-minor-mode' macro definition expanded properly.
16295 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16296 exclude it there.
16297
16298 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16299 of 2006-12-30. The default is nil on (S)XEmacs already because of the
16300 `fboundp' test.
16301 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16302 This is OK to autoload in (S)XEmacs now.
16303
16304 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16305
16306 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16307 keystroke.
16308 (gnus-summary-limit-to-singletons): Fix typo.
16309
16310 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16311 else fails.
16312
16313 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16314
16315 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16316 docstring.
16317
16318 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16319 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16320 (gnus-summary-insert-dormant-articles): Fix typo in message.
16321
16322 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
16323
16324 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16325 nil for XEmacs.
16326 (gnus-message-citation-mode): Don't autoload in XEmacs.
16327
16328 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16329
16330 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
16331
16332 * nnimap.el (nnimap-expunge-search-string):
16333 Mention nnimap-search-uids-not-since-is-evil in docstring.
16334
16335 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
16336
16337 * spam.el: Revert to make-obsolete-variable because
16338 define-obsolete-variable-alias is not supported in Emacs 21.
16339
16340 * spam.el (spam-ifile-path, spam-ifile-database-path)
16341 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16342 make-obsolete-variable.
16343 (spam-bsfilter-path, spam-bsfilter-program)
16344 (spam-spamassassin-path, spam-spamassassin-program)
16345 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16346 Don't use "path" inappropriately.
16347 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16348 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16349 variable names.
16350
16351 2006-12-28 Daiki Ueno <ueno@unixuser.org>
16352
16353 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16354 summary buffer.
16355
16356 * password.el (password-cache-remove): Use clear-string to burn
16357 password, if available.
16358
16359 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16360
16361 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16362
16363 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16364
16365 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16366 (gnus-message-highlight-citation): Move defcustom here from
16367 gnus-cite.el.
16368 (gnus-message-citation-mode): Autoload.
16369
16370 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
16371 checks to make it compile with XEmacs.
16372 (gnus-message-citation-mode): New minor mode.
16373 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16374 (gnus-message-highlight-citation): New variables.
16375 (gnus-message-search-citation-line)
16376 (gnus-message-add-citation-keywords)
16377 (gnus-message-remove-citation-keywords)
16378 (turn-on-gnus-message-citation-mode)
16379 (turn-off-gnus-message-citation-mode): New functions.
16380
16381 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
16382
16383 * gnus-cite.el: Enable highlighting of different citation levels in
16384 message-mode.
16385
16386 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16387
16388 * message.el (message-make-fqdn): Fix comment.
16389 (message-bogus-system-names): Add ".local".
16390
16391 * spam.el (spam-ifile-path, spam-ifile-program)
16392 (spam-ifile-database-path, spam-ifile-database)
16393 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16394 Don't use "path" inappropriately.
16395 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16396 strings.
16397 (spam-check-ifile, spam-ifile-register-with-ifile)
16398 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16399 Use new variable names.
16400
16401 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16402 (gnus-treat-display-smileys): Simplify using
16403 gnus-image-type-available-p.
16404
16405 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16406 available.
16407
16408 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16409
16410 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16411 one after turning on the buffer's multibyteness instead of decoding
16412 them directly in the unibyte buffer that causes unexpected conversion
16413 in Emacs 23 (unicode).
16414
16415 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16416
16417 * message.el (message-generate-hashcash): Fix custom type.
16418
16419 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16420
16421 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16422
16423 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16424
16425 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16426 disconnect icons. Add help text.
16427
16428 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
16429
16430 * spam.el (spam-extra-header-to-number): CRM114 spam score is
16431 negated to be consistent with the others we handle.
16432
16433 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16434
16435 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16436 version of gnus-summary-buffer to something, so that we can use two
16437 article buffers at the same time.
16438
16439 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
16440
16441 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16442 trigger all the extra headers.
16443 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16444 sorting.
16445
16446 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16447
16448 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16449 solid groups.
16450
16451 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
16452
16453 * legacy-gnus-agent.el: Add Copyright notice.
16454
16455 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
16456
16457 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16458
16459 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16460
16461 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16462
16463 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16464 to make it work reliably in CVS Emacs.
16465 (gnus-summary-limit-strange-charsets-predicate)
16466 (gnus-summary-limit-to-predicate): New functions.
16467
16468 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
16469
16470 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16471 specifying array size.
16472 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16473 array if it is too small.
16474 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16475 (gnus-sort-threads-loop): New function.
16476
16477 2006-12-06 Chris Moore <dooglus@gmail.com>
16478
16479 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16480 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16481
16482 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
16483
16484 * mm-url.el (mm-url-predefined-programs): Call curl with correct
16485 options.
16486
16487 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16488
16489 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16490 DOS-ing the recipient.
16491
16492 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16493 the headers when creating the mapping to avoid mismappings.
16494 (nnweb-gmane-create-mapping): Always nix out old mapping.
16495
16496 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16497
16498 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16499 and mm-verify-option to never.
16500
16501 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16502
16503 * message.el (message-signed-or-encrypted-p): New function.
16504 (message-forward-make-body): Use it.
16505
16506 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16507 Replace encode-coding-string with mm-encode-coding-string.
16508
16509 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
16510
16511 * nneething.el (nneething-decode-file-name):
16512 Replace decode-coding-string with mm-decode-coding-string.
16513
16514 * gnus-int.el (gnus-open-server): Say failed server's name.
16515
16516 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
16517
16518 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16519 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16520
16521 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16522 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16523 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16524 (gnus-group-make-directory-group, gnus-group-transpose-groups):
16525 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16526 (gnus-subscribe-newsgroup, gnus-1):
16527 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16528 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16529 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16530 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16531
16532 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16533
16534 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16535 keystroke.
16536 (gnus-summary-limit-to-bodies): Implement headersp.
16537
16538 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16539
16540 * dns.el (query-dns): Protect against "Process dns deleted" strings.
16541
16542 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
16543
16544 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16545
16546 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16547
16548 * message.el (message-generate-hashcash): Expand range of values to
16549 include `opportunistic'.
16550 (message-send-mail): Use it.
16551
16552 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16553
16554 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16555 and comment it.
16556
16557 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16558
16559 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
16560
16561 * gnus-util.el (gnus-extract-address-components): Improve comment.
16562
16563 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16564
16565 * gnus-util.el (gnus-extract-address-components): Work with address in
16566 which the name portion contains @.
16567
16568 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16569
16570 * gnus.el (gnus-start): Move custom group up.
16571 (gnus-select-method): Don't autoload, but make it available for
16572 `customize-variable'.
16573 (gnus-getenv-nntpserver): Don't autoload.
16574
16575 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
16576
16577 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16578
16579 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16580
16581 * message.el (message-sendmail-extra-arguments): New variable.
16582 (message-send-mail-with-sendmail): Use it.
16583
16584 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16585
16586 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16587 mm-with-unibyte-current-buffer to make string unibyte.
16588
16589 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16590 mm-string-as-multibyte.
16591
16592 2006-11-14 Daiki Ueno <ueno@unixuser.org>
16593
16594 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16595 Reported by Werner Koch <wk@gnupg.org>.
16596
16597 2006-11-14 Daiki Ueno <ueno@p360>
16598
16599 * mml2015.el: Autoload epa-select-keys when compiling.
16600
16601 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16602
16603 * mml2015.el (mml2015-epg-sign): Save the signing keys in
16604 message-options.
16605 (mml2015-epg-encrypt): Save the recipient keys in message-options.
16606
16607 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16608
16609 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16610 EasyPG (< 0.0.6).
16611 (mml2015-always-trust): New user option.
16612 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16613 prompt.
16614
16615 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16616
16617 * nntp.el (nntp-authinfo-force): New variable.
16618 (nntp-send-authinfo): Use it.
16619
16620 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
16621
16622 * message.el (message-strip-subject-encoded-words): Allow _not_ to
16623 decode encoded words. Improve prompt. Add comment about forwarding.
16624 (message-replacement-char): Move up.
16625
16626 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16627
16628 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16629 instead of gnus-intersection because arguments of gnus-sorted-nunion
16630 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
16631
16632 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
16633
16634 * message.el (message-strip-subject-encoded-words): Reformat prompt.
16635 (message-simplify-subject-functions):
16636 Enable message-strip-subject-encoded-words by default.
16637
16638 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
16639
16640 * message.el (message-strip-subject-encoded-words): New function.
16641 (message-simplify-subject-functions): New variable.
16642 (message-simplify-subject): Use it. Fix typo in doc string.
16643 Support message-strip-subject-encoded-words.
16644
16645 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
16646
16647 * gnus-diary.el (gnus-diary-delay-format-function):
16648 * nndiary.el (nndiary-reminders):
16649 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16650
16651 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16652
16653 * gnus-art.el (article-hide-boring-headers): Fetch date from
16654 gnus-original-article-buffer to avoid problems with localized date
16655 strings.
16656
16657 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
16658
16659 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16660
16661 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
16662
16663 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16664 New variables.
16665 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16666 (mm-charset-synonym-alist): Move some entries to
16667 mm-codepage-iso-8859-list.
16668 (mm-charset-synonym-alist, mm-charset-override-alist):
16669 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16670
16671 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16672
16673 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16674
16675 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
16676
16677 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16678 with Emacs 21 and XEmacs.
16679
16680 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
16681
16682 * spam.el (spam-parse-address): New function for better parsing,
16683 catching errors, etc.
16684 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16685
16686 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16687
16688 * mm-view.el: Add interactive arg to html2text autoload.
16689
16690 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
16691
16692 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16693
16694 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
16695
16696 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16697 New variables.
16698 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16699 (mm-charset-synonym-alist): Move some entries to
16700 mm-codepage-iso-8859-list.
16701
16702 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16703
16704 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
16705
16706 * message.el (message-citation-line-format)
16707 (message-insert-formated-citation-line): Fix implementation of %E, %N
16708 and %n according to the doc string.
16709
16710 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
16711
16712 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16713 Use car-safe to avoid bad parses.
16714
16715 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
16716
16717 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16718 names.
16719
16720 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16721
16722 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16723
16724 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16725 header.
16726
16727 * message.el (message-draft-headers): Add Date.
16728 (message-headers-to-generate): Fix typo in docstring.
16729
16730 * nndraft.el (nndraft-required-headers): New variable.
16731 (nndraft-generate-headers): Use it.
16732
16733 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16734
16735 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16736
16737 * gnus-registry.el (gnus-registry-wash-for-keywords)
16738 (gnus-registry-find-keywords): New functions to allow easy searching of
16739 articles that are in the registry.
16740
16741 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16742
16743 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16744 Use ietf-drums-parse-address instead of gnus-extract-address-components.
16745 Reported by Damien Elmes <damien@repose.cx>.
16746
16747 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
16748
16749 * gnus.el (gnus-mime): Remove unused custom group.
16750
16751 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16752
16753 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16754 "blank line" when searching for end of armor headers.
16755
16756 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
16757
16758 * gmm-utils.el (gmm-write-region): Fix variable name.
16759
16760 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16761
16762 * gmm-utils.el (gmm-write-region): New function based on compatibility
16763 code from `mm-make-temp-file'.
16764
16765 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16766
16767 * nnmaildir.el (nnmaildir--update-nov)
16768 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16769 Use `gmm-write-region'.
16770
16771 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
16772
16773 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16774 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16775
16776 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16777
16778 * message.el (message-replacement-char): New variable.
16779 (message-fix-before-sending): Use it.
16780 (message-simplify-subject): New function to remove duplicate code.
16781 (message-reply, message-followup): Use it.
16782
16783 * gnus-sum.el (gnus-summary-make-menu-bar):
16784 Clarify gnus-summary-limit-to-articles.
16785
16786 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
16787
16788 * gnus-util.el (gnus-with-local-quit): New macro.
16789
16790 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16791
16792 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
16793
16794 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16795 ignore non-string data.
16796
16797 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16798
16799 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16800 non-string data (needs to be done in the registry too).
16801
16802 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16803
16804 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16805 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16806 (gnus-registry-split-fancy-with-parent)
16807 (gnus-registry-fetch-simplified-message-subject-fast)
16808 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16809 Remove text properties on ingress into the registry and when it's saved.
16810 (gnus-registry-clean-empty-function): Fix bug with cleaning the
16811 registry from entries with no groups.
16812
16813 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16814
16815 * gnus-util.el (gnus-string-remove-all-properties): Add utility
16816 function to remove string properties.
16817
16818 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
16819
16820 * gmm-utils.el (gmm): Adjust custom version.
16821
16822 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16823 Adjust custom version.
16824
16825 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16826
16827 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
16828
16829 * gnus-art.el (gnus-insert-prev-page-button)
16830 (gnus-insert-next-page-button): Simplify. Reformat.
16831
16832 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16833
16834 * gnus-art.el (gnus-insert-prev-page-button)
16835 (gnus-insert-next-page-button): Apply gnus-article-button-face.
16836
16837 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
16838
16839 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16840
16841 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16842
16843 * gnus-art.el (gnus-insert-mime-button)
16844 (gnus-insert-mime-security-button):
16845 Apply gnus-article-button-face to MIME and security buttons.
16846
16847 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
16848
16849 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16850 readable.
16851
16852 2006-09-20 Steve Youngs <steve@sxemacs.org>
16853
16854 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16855 `browse-url-of-file' instead of `browse-url'.
16856
16857 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16858
16859 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16860 regexp. Articles containing quotation were cut prematurely.
16861
16862 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
16863
16864 * message.el (message-cite-original-1): Use nobody by default for the
16865 value of From header.
16866 (message-reply): Ditto.
16867
16868 2006-09-11 Daiki Ueno <ueno@unixuser.org>
16869
16870 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16871 to the gnus-info. This fixes a bug of inline-PGP message verification.
16872 Reported by Michael Piotrowski <mxp@dynalabs.de>.
16873
16874 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
16875
16876 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16877 mails in the doc string. Add some URLs in comment.
16878 (pop3-movemail): Warn about pop3-leave-mail-on-server.
16879
16880 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
16881
16882 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16883 backslashes handling and the way to find boundaries of quoted strings.
16884
16885 2006-09-07 Daiki Ueno <ueno@unixuser.org>
16886
16887 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16888 mml1991-encrypt-to-self is set and mml1991-signers is not set.
16889 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16890 mml2015-encrypt-to-self is set and mml2015-signers is not set.
16891
16892 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16893
16894 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
16895 doc string.
16896 (gnus-button-regexp, gnus-button-last): Remove unused variables.
16897
16898 2006-09-06 Simon Josefsson <jas@extundo.com>
16899
16900 * mml2015.el (mml2015-use): Doc fix, mention epg.
16901
16902 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16903
16904 * mml2015.el (mml2015-use): Default to epg, if available.
16905
16906 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16907
16908 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16909 message-sender.
16910 (mml1991-epg-encrypt): Ditto.
16911 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16912 message-sender.
16913 (mml2015-epg-encrypt): Ditto.
16914
16915 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
16916
16917 * message.el (message-send-mail-with-sendmail): Look for sendmail in
16918 several common directories.
16919
16920 2006-09-05 Daiki Ueno <ueno@unixuser.org>
16921
16922 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16923 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16924
16925 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16926
16927 * gnus-art.el (article-decode-encoded-words): Make it fast.
16928
16929 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16930
16931 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16932
16933 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16934 in quoted string into `\'.
16935
16936 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16937
16938 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16939 Use standard-syntax-table.
16940
16941 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16942
16943 * gnus-art.el (gnus-decode-address-function): New variable.
16944 (article-decode-encoded-words): Use it to decode headers which are
16945 assumed to contain addresses.
16946 (gnus-mime-delete-part): Remove useless `or'.
16947
16948 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16949 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16950 (gnus-nov-parse-line): Use it to decode From header.
16951 (gnus-get-newsgroup-headers): Ditto.
16952 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16953
16954 * mail-parse.el (mail-decode-encoded-address-region): New alias.
16955 (mail-decode-encoded-address-string): New alias.
16956
16957 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16958 New function.
16959 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16960 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16961 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16962 (rfc2047-decode-string): Ditto.
16963 (rfc2047-decode-address-region): New function.
16964 (rfc2047-decode-address-string): New function.
16965
16966 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
16967
16968 * message.el (message-caesar-buffer-body): Allow rotating headers.
16969
16970 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16971
16972 * message.el (message-insert-formated-citation-line): Fix %f.
16973 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16974
16975 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
16976
16977 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16978 (gnus-bookmark-mouse-available-p): New macro.
16979 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16980 (gnus-bookmark-bmenu-show-infos): Use it.
16981 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16982 (gnus-bookmark-bmenu-hide-infos): Ditto.
16983 (gnus-bookmark-remove-properties): New function.
16984 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16985 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16986 (gnus-bookmark-write-file): Bind coding-system-for-write.
16987 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16988 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16989 group before selecting it.
16990 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16991 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16992 quit-window if it is not available; use gnus-mouse-2 and bind it to
16993 gnus-bookmark-bmenu-select-by-mouse.
16994 (gnus-bookmark-show-details): Remove unused variable `details-list'.
16995 (gnus-bookmark-bmenu-select-by-mouse): New function.
16996
16997 2006-08-13 Romain Francoise <romain@orebokech.com>
16998
16999 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17000 space.
17001
17002 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
17003
17004 * compface.el (uncompface): Use binary rather than raw-text-unix.
17005
17006 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
17007
17008 * compface.el (uncompface): Make sure the eol conversion doesn't take
17009 place when communicating with the external programs.
17010 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17011
17012 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
17013
17014 * nnheader.el (nnheader-insert-head): Fix typo in comment.
17015
17016 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17017
17018 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17019 Make it more robust by parsing author and date independently.
17020
17021 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17022
17023 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17024
17025 2006-07-28 Daiki Ueno <ueno@unixuser.org>
17026
17027 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17028 first matching secret key.
17029 (mml2015-epg-encrypt): Ditto.
17030
17031 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17032 first matching secret key.
17033 (mml1991-epg-encrypt): Ditto.
17034
17035 * mml2015.el (mml2015-encrypt-to-self): New user option.
17036 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17037 mml2015-epg-encrypt-to-self is set.
17038
17039 * mml1991.el (mml1991-encrypt-to-self): New variable.
17040 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17041 mml1991-epg-encrypt-to-self is set.
17042
17043 * mml2015.el (mml2015-signers): New user option.
17044 (mml2015-epg-sign): Reflect the value of mml2015-signers.
17045 (mml2015-epg-encrypt): Allow to select signing keys.
17046
17047 * mml1991.el (mml1991-signers): New variable.
17048 (mml1991-epg-sign): Reflect the value of mml1991-signers.
17049 (mml1991-epg-encrypt): Allow to select signing keys.
17050
17051 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
17052
17053 * nnheader.el (nnheader-insert-head): Make it work even if the file
17054 uses CRLF for the line-break code.
17055
17056 2006-07-25 Daiki Ueno <ueno@unixuser.org>
17057
17058 * mml2015.el: Require mml-sec instead of password.
17059 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17060 (mml2015-cache-passphrase): Inherit the default value from
17061 mml-secure-cache-passphrase.
17062 (mml2015-passphrase-cache-expiry): Inherit the default value from
17063 mml-secure-passphrase-cache-expiry.
17064
17065 * mml1991.el: Require mml-sec instead of password.
17066 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17067 (mml1991-cache-passphrase): Inherit the default value from
17068 mml-secure-cache-passphrase.
17069 (mml1991-passphrase-cache-expiry): Inherit the default value from
17070 mml-secure-passphrase-cache-expiry.
17071
17072 * mml-sec.el: Require password.
17073 (mml-secure-verbose): New user option.
17074 (mml-secure-cache-passphrase): New user option.
17075 (mml-secure-passphrase-cache-expiry): New user option.
17076
17077 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
17078 Andreas Vögele <andreas@altroot.de> (tiny change)
17079
17080 * pgg-def.el (pgg-truncate-key-identifier):
17081 Truncate the key ID to 8 letters from the end.
17082
17083 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17084
17085 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17086 workaround for the url package included with Emacs.
17087
17088 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17089
17090 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
17091
17092 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17093 correctly. This fixes a bug caused by the 2006-05-12 change.
17094
17095 2006-07-18 Karl Fogel <kfogel@red-bean.com>
17096
17097 * nnmail.el (nnmail-article-group): If splitting raises an error, give
17098 some information about the error when saying that the `bogus' mail
17099 group will be used.
17100
17101 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
17102
17103 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17104 string.
17105
17106 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
17107
17108 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17109
17110 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17111
17112 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17113
17114 2006-07-10 Daiki Ueno <ueno@unixuser.org>
17115
17116 * mml1991.el (mml1991-function-alist): Add epg.
17117 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17118 (mml1991-epg-encrypt): New functions.
17119
17120 2006-07-10 Daiki Ueno <ueno@unixuser.org>
17121
17122 * mml2015.el (mml2015-verbose): New variable.
17123 (mml2015-cache-passphrase): Ditto.
17124 (mml2015-passphrase-cache-expiry): Ditto.
17125 (mml2015-function-alist): Add epg.
17126 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17127 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17128 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17129 New functions.
17130
17131 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17132
17133 * message.el (message-cite-original-1): Preserve region when removing
17134 quoted text due to X-No-Archive in order to avoid bogus attribution
17135 when citing multiple messages.
17136
17137 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17138
17139 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17140 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17141
17142 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
17143
17144 * gnus-diary.el (gnus-user-format-function-d)
17145 (gnus-user-format-function-D): Autoload.
17146
17147 * imap.el (Commentary): Fix typo.
17148
17149 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17150 2006-04-22 contribution.
17151
17152 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17153
17154 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17155 It didn't really fix the bogosity I'm seeing with solid web groups.
17156
17157 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17158
17159 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17160 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17161 created using server names. If we use the feature without declaring
17162 it, Gnus does not properly manage server and group state.
17163
17164 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17165 bound.
17166
17167 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17168
17169 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17170 looking up the method using GROUP's prefix before inventing a new one.
17171 It is used on killed/unknown groups in various places where returning
17172 an all-new method isn't expected by the caller.
17173
17174 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17175 and match semantics of gnus-group-real-prefix.
17176
17177 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
17178
17179 * nnmail.el (nnmail-broken-references-mailers): New variable.
17180 (nnmail-ignore-broken-references): New function generalizing
17181 nnmail-fix-eudora-headers.
17182 (nnmail-fix-eudora-headers): Now obsolete.
17183
17184 * gnus-art.el (gnus-button-handle-custom):
17185 Support `customize-apropos*'.
17186
17187 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17188
17189 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17190
17191 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17192 articles.
17193
17194 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17195
17196 * message.el (message-cite-reply-above): New variable.
17197 (message-yank-original): Use it.
17198
17199 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
17200
17201 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17202
17203 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
17204
17205 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17206 as read.
17207
17208 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17209
17210 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
17211
17212 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17213 (gnus-bookmark-default-file): Use gnus-directory.
17214 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17215 Remove "*" in doc string.
17216 (gnus-bookmark-write-file): Simplify.
17217 (gnus-bookmark-maybe-sort-alist): Use `when'.
17218 (gnus-bookmark-get-bookmark): Fix typo in doc string.
17219 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17220 Add FIXME about Emacs 21 and XEmacs compatibility.
17221 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17222 compatibility.
17223 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17224 compatibility.
17225 (gnus-bookmark-menu-heading): Fix version.
17226
17227 2006-06-19 Bastien Guerry <bzg@altern.org>
17228
17229 * gnus-bookmark.el: New file.
17230
17231 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
17232
17233 * message.el (message-syntax-checks): Doc fix.
17234
17235 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17236
17237 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17238 unsubscribed groups as if they were killed ones. It causes duplicate
17239 entries in gnus-newsrc-alist.
17240
17241 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
17242
17243 * message.el (message-syntax-checks): Doc fix.
17244 (message-send-mail): Add check for continuation headers.
17245 (message-check-news-header-syntax): Fix regexp used to check for
17246 continuation headers.
17247
17248 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
17249
17250 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17251
17252 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
17253
17254 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17255
17256 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
17257
17258 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17259 default-truncate-lines.
17260
17261 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
17262
17263 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17264 to fill the utf-8 entry.
17265
17266 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17267
17268 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17269
17270 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
17271
17272 * gnus-agent.el (directory-files-and-attributes): Move all the way
17273 forward (the third and final move).
17274 (gnus-agent-read-agentview): Trap reconstruction errors due to
17275 nonexistent directory. Handle by returning nil.
17276
17277 2006-05-30 Didier Verna <didier@xemacs.org>
17278
17279 * message.el (message-dont-reply-to-names): Update the custom type.
17280 * message.el (message-dont-reply-to-names): New defsubst: potentially
17281 convert a list of regexps into a single one.
17282 * message.el (message-get-reply-headers): Use it.
17283 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17284
17285 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
17286
17287 * gnus-agent.el (directory-files-and-attributes): Move forward.
17288
17289 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17290
17291 * gnus-ml.el (gnus-mailing-list-subscribe)
17292 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17293 (gnus-mailing-list-message): Fix doc strings.
17294
17295 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17296
17297 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17298 of doing it manually.
17299
17300 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17301
17302 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17303 comment.
17304
17305 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
17306
17307 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17308 (gnus-agent-read-agentview): Fix handling of end-of-file error.
17309 (gnus-agent-read-local): All symbols allocated in my-obarray.
17310 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17311 (gnus-agent-regenerate-group): Check numeric names to see if they are
17312 messages or groups.
17313 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17314 better way of do this...)
17315
17316 * gnus-cache.el (gnus-agent-total-fetched-for):
17317 Ignore 'dummy.group' (there should be a better way of do this...)
17318
17319 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
17320
17321 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17322 (gnus-saved-headers): Ditto.
17323 (gnus-default-article-saver): Mention functions may have properties.
17324 (gnus-article-save): Override gnus-save-all-headers and
17325 gnus-saved-headers by :headers property which saver function may have.
17326 (gnus-summary-save-in-file): Add :headers property.
17327 (gnus-summary-write-to-file): Ditto.
17328
17329 * gnus-sum.el (gnus-summary-save-article): Bind
17330 gnus-prompt-before-saving to t when saving many articles in a file;
17331 always show all headers.
17332
17333 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17334
17335 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17336 marks.
17337
17338 * message.el (message-indent-citation): Add optional arguments to allow
17339 using it outside of message buffers.
17340
17341 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17342 (gnus-article-treat-unfold-headers): Use it.
17343 (gnus-article-truncate-lines): New variable.
17344 (gnus-article-mode): Use it.
17345 (gnus-article-toggle-truncate-lines): New function.
17346
17347 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17348 Add gnus-article-toggle-truncate-lines.
17349
17350 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17351 coding system in XEmacs, use binary.
17352
17353 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17354
17355 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17356 after-load-alist.
17357
17358 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17359 this function should save decoded articles.
17360 (gnus-summary-write-to-file): Use property to specify this function
17361 should save decoded articles and specify gnus-summary-save-in-file
17362 should be used to save articles other than the first one when saving
17363 many articles.
17364 (gnus-summary-save-body-in-file): Use property to specify this
17365 function should save decoded articles.
17366 (gnus-summary-write-body-to-file): Use property to specify this
17367 function should save decoded articles and specify
17368 gnus-summary-save-body-in-file should be used to save articles other
17369 than the first one when saving many articles.
17370
17371 * gnus-sum.el (gnus-summary-save-article): Simplify.
17372
17373 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
17374
17375 * gnus-art.el (gnus-default-article-saver):
17376 Add gnus-summary-write-body-to-file.
17377 (gnus-article-save-coding-system): Don't use coding system object
17378 in XEmacs.
17379 (gnus-read-save-file-name): Add optional `dir-var' argument which
17380 specifies directory in which files are saved; work even if optional
17381 `variable' argument is not specified.
17382 (gnus-summary-write-to-file): Read file name.
17383 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17384 (gnus-summary-write-body-to-file): New function.
17385
17386 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17387 (gnus-summary-local-variables): Add it.
17388 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17389 (gnus-summary-save-article): Remove optional `decode' argument;
17390 determine whether to decode articles by the value of
17391 gnus-default-article-saver; when saving many files using
17392 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17393 it first and use gnus-summary-save-in-file or
17394 gnus-summary-save-body-in-file thereafter unless
17395 gnus-prompt-before-saving is always; move point to article which
17396 will be saved.
17397 (gnus-summary-save-article-file): Revert.
17398 (gnus-summary-write-article-file): Revert.
17399 (gnus-summary-save-article-body-file): Revert.
17400 (gnus-summary-write-article-body-file): New function.
17401
17402 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17403
17404 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17405
17406 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
17407
17408 * gnus-art.el (gnus-default-article-saver): Doc fix.
17409 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17410 from gnus-summary-save-article-coding-system, and default to a
17411 certain coding system.
17412 (gnus-output-to-file): Add coding cookie and encode text according
17413 to gnus-article-save-coding-system; don't use mm-append-to-file.
17414
17415 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17416 gnus-art.el and rename to gnus-article-save-coding-system.
17417 (gnus-summary-save-article): Require gnus-art; don't show all
17418 headers if it decodes articles; don't add coding cookie here;
17419 don't bind mm-text-coding-system-for-write.
17420 (gnus-summary-save-article-file): Save decoded articles.
17421 (gnus-summary-write-article-file): When saving many files, use
17422 gnus-summary-write-to-file first and gnus-summary-save-in-file
17423 thereafter unless gnus-prompt-before-saving is always.
17424 (gnus-summary-save-article-body-file): Save decoded articles.
17425
17426 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17427
17428 * nnrss.el (nnrss-check-group): Bind hash-index.
17429
17430 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
17431
17432 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17433 its hash index. Store this hash in `nnrss-group-data'.
17434 (nnrss-read-group-data): Update accordingly.
17435
17436 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17437
17438 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17439 entry.
17440
17441 * gnus-sum.el (gnus-summary-make-menu-bar):
17442 Add gnus-article-browse-html-article.
17443
17444 2006-05-23 Hynek Schlawack <hynek@ularx.de>
17445
17446 * gnus-sum.el (gnus-summary-mime-map):
17447 Add gnus-article-browse-html-article.
17448
17449 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17450
17451 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17452 suitable coding systems in customize.
17453
17454 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
17455
17456 * mail-source.el (mail-sources): Fix custom type.
17457
17458 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17459
17460 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17461 (gnus-summary-expire-articles-now): Shorten prompt.
17462
17463 * gmm-utils.el (wid-edit): Require.
17464 (defun-gmm): Rename from `gmm-defun-compat'.
17465 (gmm-image-search-load-path): Use it.
17466 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
17467
17468 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
17469
17470 * gnus-sum.el (gnus-summary-save-article-coding-system):
17471 New variable.
17472 (gnus-summary-save-article): Add optional `decode' argument.
17473 If it is set and gnus-summary-save-article-coding-system is non-nil,
17474 save decoded article.
17475 (gnus-summary-write-article-file): Save decoded article if
17476 gnus-summary-save-article-coding-system is non-nil.
17477
17478 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17479 type.
17480
17481 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
17482
17483 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17484
17485 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
17486
17487 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17488 first to test gnus-single-article-buffer which may be buffer-local.
17489
17490 * gnus-sum.el (gnus-summary-setup-buffer):
17491 Make gnus-single-article-buffer buffer-local and nil in ephemeral
17492 group; make gnus-article-buffer, gnus-article-current, and
17493 gnus-original-article-buffer always buffer-local.
17494 (gnus-summary-exit): Kill article buffer belonging to ephemeral
17495 group.
17496 (gnus-handle-ephemeral-exit): Don't move to next summary line.
17497
17498 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
17499
17500 * nnml.el (nnml-request-compact-group): Compressed files might not
17501 have .gz extension.
17502
17503 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17504
17505 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17506 (mm-copy-to-buffer): Use with-current-buffer.
17507 (mm-display-part): Simplify.
17508 (mm-inlinable-p): Add optional arg `type'.
17509
17510 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17511
17512 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17513 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17514 Try harder to show the attachment internally or externally using
17515 gnus-mime-view-part-as-type.
17516
17517 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
17518
17519 * message.el (message-from-style, message-signature-separator)
17520 (message-user-organization-file, message-send-mail-function)
17521 (message-citation-line-function, message-yank-prefix)
17522 (message-indent-citation-function, message-signature)
17523 (message-signature-file, message-signature-insert-empty-line):
17524 Remove autoloads.
17525
17526 * gnus-art.el (gnus-buttonized-mime-types):
17527 Remove "multipart/signed". Revert 2006-04-26 change.
17528
17529 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17530
17531 * gnus.el (gnus-version-number): Bump version.
17532
17533 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17534
17535 * gnus.el: No Gnus v0.5 is released.
17536
17537 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17538
17539 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17540 fetching articles by message-id.
17541
17542 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17543
17544 * message.el (hashcash): Require hashcash as normal.
17545
17546 * ecomplete.el (ecomplete-highlight-match-line):
17547 Use point-at-eol.
17548 (ecomplete-highlight-match-line): Use `highlight', because that
17549 face exists in both Emacs and XEmacs.
17550
17551 * message.el (message-display-abbrev): Use point-at-bol.
17552
17553 * mail-source.el: Don't require timer/timer-funcs.
17554
17555 * gnus-async.el: Ditto.
17556
17557 * password.el: Ditto.
17558
17559 * mm-url.el: Ditto.
17560
17561 * mm-util.el: Require timer/timer-funcs.
17562
17563 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17564
17565 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17566 Close.
17567
17568 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
17569
17570 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17571 unibyte after clear-decrypt function runs.
17572
17573 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17574 returns as a unibyte string.
17575
17576 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
17577
17578 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17579 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17580 (mml1991-pgg-encrypt): Ditto.
17581
17582 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
17583
17584 * message.el (message-user-organization-file): Check several
17585 locations of the organization file.
17586
17587 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17588 Add gnus-article-view-part-as-type.
17589
17590 * gnus-art.el (gnus-article-view-part-as-type): New function.
17591
17592 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17593 .mobi and .travel. Remove .nato, .bitnet and .uucp.
17594
17595 * mml.el: Simplify autoload.
17596 (mml-mode): defvar dnd-protocol-alist instead of using
17597 symbol-value.
17598 (mml-default-directory): New variable.
17599 (mml-minibuffer-read-file): Use it.
17600 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17601
17602 * message.el (message-citation-line-format): New variable.
17603 (message-insert-formated-citation-line): New function.
17604 (message-citation-line-function):
17605 Add `message-insert-formated-citation-line' to custom type.
17606
17607 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17608 to doc string.
17609
17610 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17611 depending on mm-verify-option.
17612
17613 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17614
17615 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17616 binding pgg-* variables; reimplement the section which prevents
17617 MIME header from being signed.
17618 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17619 pgg-text-mode; remove a blank line at the top of body.
17620
17621 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17622 lines at the top of body; use gnus-newsgroup-charset if there's no
17623 Charset header.
17624
17625 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
17626
17627 * message.el (message-self-insert-commands): Doc fix.
17628
17629 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17630 (mm-uu-pgp-encrypted-test): Ditto.
17631 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17632 between header and body; return application/pgp-encrypted handle
17633 if decryption failed; decode decrypted body by charset.
17634
17635 * mm-decode.el (mm-automatic-display): Don't make application/pgp
17636 element match to application/pgp-*.
17637
17638 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17639
17640 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17641 HTML.
17642
17643 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17644
17645 * mail-source.el (mail-source-call-script): Message the error
17646 string.
17647
17648 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17649
17650 * gnus-util.el (gnus-byte-compile): Use it.
17651
17652 2006-04-22 xyblor <fake@invalid.email> (tiny change)
17653
17654 * gnus-util.el (kill-empty-logs): New function.
17655
17656 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17657
17658 * message.el (message-mail-alias-type): Doc fix.
17659 (message-mail-alias-type-p): New function.
17660 (message-send): Use it.
17661 (message-mode): Ditto.
17662 (message-strip-forbidden-properties): Ditto.
17663
17664 * ecomplete.el (ecomplete-database-file-coding-system):
17665 New variable.
17666 (ecomplete-save): Use it.
17667 (ecomplete-setup): Use it.
17668
17669 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
17670
17671 * message.el (message-self-insert-commands): New variable.
17672 (message-strip-forbidden-properties): Use it.
17673
17674 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17675
17676 * message.el (message-put-addresses-in-ecomplete): Use a regexp
17677 that doesn't make XEmacs choke.
17678
17679 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
17680
17681 * gnus-util.el (gnus-replace-in-string):
17682 Prefer replace-regexp-in-string over of replace-in-string.
17683
17684 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
17685
17686 * gnus-util.el (gnus-select-frame-set-input-focus):
17687 Use select-frame-set-input-focus if it is available in XEmacs; use
17688 definition defined in Emacs 22 for old Emacsen.
17689
17690 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
17691
17692 * mm-view.el (mm-inline-text): Use equal instead of equalp.
17693
17694 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
17695
17696 * gnus-registry.el (gnus-registry-cache-save): Remove text
17697 properties when saving via the temp buffer.
17698
17699 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17700
17701 * message.el (message-generate-hashcash): Honor custom type.
17702
17703 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17704
17705 * message.el (message-generate-hashcash): Default to non-nil when
17706 hashcash is found.
17707
17708 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17709 (gnus-refer-thread-limit): Increase default to 500.
17710
17711 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17712
17713 * flow-fill.el (fill-flowed): Allow delete-space.
17714
17715 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17716
17717 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17718 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17719 Remove autoloads.
17720
17721 2006-04-18 Simon Josefsson <jas@extundo.com>
17722
17723 * message.el (message-generate-hashcash): Default to.
17724
17725 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17726
17727 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17728 concatenating segments rather than before concatenating them.
17729
17730 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17731
17732 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17733
17734 * imap.el (imap-quote-specials): New function.
17735 (imap-login-auth): Quote specials.
17736
17737 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17738
17739 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17740
17741 * message.el (message-forward-make-body-plain):
17742 Allow message-forward-ignored-headers to be a list.
17743 (message-remove-ignored-headers): Factor out into function.
17744 (message-forward-make-body-mml): Use it.
17745 * rfc2231.el (rfc2231-parse-string): Remove dead code.
17746 (rfc2231-parse-string): Allow concatanation of parameters that
17747 aren't contiguous. The test case is
17748 (mail-header-parse-content-type "message/external-body;
17749 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17750 access-type=LOCAL-FILE;
17751 name*1*=plugh%2fhello-sailor%2fbing.pdf")
17752
17753 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
17754
17755 * nntp.el (nntp-accept-process-output): Return the value of
17756 `nnheader-accept-process-output'.
17757
17758 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17759
17760 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17761 (gnus-button-alist): Recognize more diff formats.
17762 (gnus-button-patch): Strip directory.
17763
17764 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17765
17766 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17767 Emacs 22 when setting focus.
17768
17769 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17770
17771 * gnus-art.el (gnus-article-treat-types): Do treatment of
17772 text/x-verbatim parts.
17773 (gnus-button-patch): New command.
17774
17775 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17776 addresses that contain invalid characters.
17777
17778 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17779
17780 * message.el (message-put-addresses-in-ecomplete):
17781 Use gnus-replace-in-string.
17782 (message-is-yours-p): Use the more correct
17783 mail-header-parse-address instead of
17784 mail-extract-address-components.
17785 (message-put-addresses-in-ecomplete): Fix typo.
17786
17787 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17788 keystroke.
17789
17790 * gnus-art.el (gnus-treatment-function-alist): Change order of
17791 newsgroups/generic header folding to avoid double-folding.
17792
17793 * message.el (message-hidden-headers): Add X-Draft-From.
17794
17795 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17796 New command.
17797 (gnus-summary-repeat-search-article-backward): New command.
17798
17799 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17800 groups in the parent topic.
17801
17802 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
17803
17804 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17805 (spam-extra-header-to-number): Return the CRM114 number as a
17806 number instead of a string.
17807
17808 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17809
17810 * gnus-art.el (gnus-face-properties-alist): Move here from
17811 gnus-fun.
17812
17813 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17814
17815 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17816
17817 * message.el (message-strip-forbidden-properties): Only display on
17818 self-insert-command.
17819
17820 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17821 reindent.
17822 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17823
17824 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
17825
17826 * smiley.el (smiley-style): Fix typo.
17827
17828 2006-03-23 Kenichi Handa <handa@m17n.org>
17829
17830 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17831 instead of set-buffer-multibyte.
17832
17833 2006-03-23 Kenichi Handa <handa@m17n.org>
17834
17835 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17836 buffer and then decode the buffer text if necessary.
17837 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17838 first, and after mm-encode-body, change the buffer to unibyte.
17839
17840 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17841
17842 * hashcash.el (hashcash-insert-payment-async-2):
17843 Use message-goto-eoh instead of doing it manually.
17844 (mail-add-payment): Use message-narrow-to-header instead of trying
17845 to do the same itself.
17846
17847 * message.el (message-hidden-headers): Add Face.
17848
17849 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17850 reparenting code.
17851 (gnus-summary-reparent-children): Refactored out code.
17852 (gnus-summary-thread-map): New keystroke.
17853 (gnus-summary-reparent-children): Make into command.
17854
17855 * smiley.el (smiley-style): Default to `medium' if using a large
17856 font.
17857
17858 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17859 does it itself.
17860
17861 * message.el (message-point-in-header-p): Simplify definition.
17862
17863 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17864
17865 * nnagent.el (nnagent-request-set-mark): Silence log file
17866 writing.
17867 (nnagent-request-set-mark): Use write-region instead of
17868 append-to-file.
17869
17870 * gnus-sum.el (gnus-read-header): Fudge article number if using a
17871 strange select method.
17872
17873 * ecomplete.el (ecomplete-display-matches): Get highlightling
17874 right.
17875 (ecomplete-display-matches): Use literals.
17876 (ecomplete-display-matches): Disable message logging.
17877
17878 * message.el (message-display-abbrev): Small optimization.
17879
17880 * ecomplete.el (ecomplete-display-matches): Allow automatic
17881 display.
17882
17883 * message.el (message-strip-forbidden-properties):
17884 Display abbrevs.
17885 (message-display-abbrev): Get automatic display right.
17886
17887 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17888 keystrokes.
17889
17890 2006-04-13 Romain Francoise <romain@orebokech.com>
17891
17892 TODO: Backport to v5-10!
17893
17894 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17895 Move here (and rename) from gnus-registry.el.
17896
17897 * gnus-registry.el: Require gnus-util.
17898 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17899
17900 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17901
17902 * gnus-group.el (gnus-group-catchup-current):
17903 Change if-then-else-if-then-else into cond.
17904 (gnus-group-catchup): Indent.
17905 (group-name-at-point): New function.
17906 (gnus-fetch-group): Provide default from thing at point.
17907
17908 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17909
17910 * message.el (message-display-abbrev): Fix regexp.
17911
17912 * ecomplete.el (ecomplete-highlight-match-line):
17913 Reimplement choosing.
17914 (ecomplete-highlight-match-line): Fix up code rewrite, remove
17915 dead variables.
17916
17917 * message.el (message-newline-and-indent): Remove debugging.
17918 (message-display-abbrev): Use new implementation.
17919
17920 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
17921
17922 * gnus-art.el (gnus-article-mode):
17923 Set cursor-in-non-selected-windows to nil.
17924
17925 * smiley.el: Revert previous change.
17926 (smiley-data-directory): defvar it before using it in the
17927 defcustom of `smiley-style'.
17928
17929 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17930
17931 * message.el (message-newline-and-indent): New function.
17932
17933 * ecomplete.el: Implement more bits.
17934
17935 * message.el (message-put-addresses-in-ecomplete): Clean up the
17936 string.
17937
17938 * ecomplete.el (ecomplete-add-item): Chop off decimals.
17939
17940 * gnus-sum.el (gnus-summary-save-parts):
17941 Bind gnus-summary-save-parts-counter and use it to make unique file
17942 names.
17943
17944 * gnus-art.el (gnus-ignored-headers): Add some more headers.
17945
17946 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17947 parameter to say whether to actually parse the individual
17948 addresses.
17949
17950 * message.el (message-put-addresses-in-ecomplete): New function.
17951 (ecomplete): Require.
17952 (message-mail-alias-type): Add ecomplete as an option.
17953
17954 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
17955
17956 * flow-fill.el (fill-flowed): Remove trailing space from blank
17957 quoted lines.
17958
17959 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17960
17961 * smiley.el (smiley-style): Move definition later to avoid a
17962 compilation warning.
17963
17964 2006-04-12 Kenichi Handa <handa@m17n.org>
17965
17966 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17967 buffer and then decode the buffer text if necessary.
17968 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17969 first, and after mm-encode-body, change the buffer to unibyte.
17970 Use mm-disable-multibyte instead of set-buffer-multibyte.
17971
17972 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17973
17974 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17975 Content-Type header instead of Content-Disposition header.
17976 (gnus-mime-inline-part): Ditto.
17977 (gnus-mime-view-part-as-charset): Ignore charset that the part
17978 specifies.
17979
17980 * mm-decode.el (mm-display-part): Work with external parts and
17981 usual parts similarly.
17982
17983 * mm-extern.el (mm-inline-external-body): Use mm-display-part
17984 instead of gnus-display-mime.
17985
17986 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17987 instead of with-temp-buffer.
17988
17989 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17990 tag to summarized topics part in order to encode non-ASCII text.
17991
17992 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17993
17994 * smiley.el (smiley-style): New variable.
17995 (smiley-directory): New function.
17996 (smiley-data-directory): Derive from `smiley-style' using
17997 `smiley-directory'.
17998 (smiley-regexp-alist): Add new entries.
17999
18000 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18001 (gnus-article-browse-delete-temp): Add :version.
18002
18003 2006-04-11 Arne Jørgensen <arne@arnested.dk>
18004
18005 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18006 the sieve region.
18007
18008 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18009
18010 * gnus.el (gnus-version-number): Bump version.
18011
18012 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
18013
18014 * gnus.el: No Gnus v0.4 is released.
18015
18016 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18017
18018 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18019 layout.
18020
18021 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18022 unknown charset.
18023
18024 * message.el (message-header-synonyms): Add Original-To to the
18025 default.
18026
18027 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18028 optional parameter.
18029
18030 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
18031
18032 * gnus-fun.el (gnus): Require it for gnus-directory.
18033
18034 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18035
18036 * gnus-fun.el (gnus-face-properties-alist): Add :version.
18037
18038 2006-04-05 Daiki Ueno <ueno@unixuser.org>
18039
18040 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18041
18042 2006-04-05 Simon Josefsson <jas@extundo.com>
18043
18044 * password.el (password-reset): New function.
18045
18046 2006-04-05 Daiki Ueno <ueno@unixuser.org>
18047
18048 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18049 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18050
18051 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18052
18053 * nnweb.el (nnweb-google-create-mapping): Update regexp.
18054 Some whitespace was matched into the url, which broke browsing hits
18055 > 100 when mm-url-use-external was nil.
18056
18057 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
18058
18059 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18060 Check gnus-extra-headers for 'Newsgroups.
18061
18062 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18063 bound.
18064
18065 2006-04-04 Daiki Ueno <ueno@unixuser.org>
18066
18067 * pgg-gpg.el: Clean up process buffers every time gpg processes
18068 complete.
18069
18070 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
18071
18072 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18073 doc string.
18074
18075 2006-04-03 Daiki Ueno <ueno@unixuser.org>
18076
18077 * pgg-gpg.el (pgg-gpg-process-filter)
18078 (pgg-gpg-wait-for-completion): Check if buffer is alive.
18079
18080 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18081 lines, temporary fix.
18082
18083 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
18084
18085 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18086
18087 2006-03-29 Daiki Ueno <ueno@unixuser.org>
18088
18089 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18090 default-enable-multibyte-characters. This reverts the change from
18091 revision 6.17 which is no longer necessary because the passphrase
18092 is sent separately now. GnuPG messages are unreadable under
18093 multibyte locales with default-enable-multibyte-characters set to
18094 nil.
18095
18096 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
18097
18098 * message.el (message-tool-bar-gnome): Move "spell".
18099
18100 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
18101
18102 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18103 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
18104 instead.
18105
18106 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
18107
18108 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18109 Improve newsgroups handling for NNTP overviews which don't include
18110 Newsgroups.
18111
18112 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18113
18114 * message.el (message-resend): Bind message-generate-hashcash to nil.
18115
18116 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18117
18118 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18119 when searching for already-paid recipients.
18120
18121 2006-03-27 Daiki Ueno <ueno@unixuser.org>
18122
18123 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18124 passphrases when it is not needed.
18125 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18126 passphrase stuff from gpg, should only be necessary when you use
18127 gpg with a smartcard.
18128
18129 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
18130
18131 * mml.el (mml-insert-mime): Ignore cached contents of
18132 message/external-body part.
18133
18134 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18135 (mm-insert-part): Ditto.
18136
18137 2006-03-23 Simon Josefsson <jas@extundo.com>
18138
18139 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18140 Reiner.
18141 (pgg-gpg-use-agent-p): Use it again.
18142
18143 2006-03-23 Simon Josefsson <jas@extundo.com>
18144
18145 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18146 older emacsen.
18147 (pgg-gpg-use-agent-p): Don't use it.
18148
18149 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
18150
18151 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18152 if we can.
18153
18154 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
18155
18156 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18157 (pgg-gpg-update-agent): New function.
18158 (pgg-gpg-use-agent-p): New function.
18159 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18160 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18161 (pgg-gpg-sign-region): Use it.
18162
18163 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
18164
18165 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18166 Reported by Ralf Wachinger <rwachinger@gmx.de>.
18167
18168 2006-03-21 Simon Josefsson <jas@extundo.com>
18169
18170 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18171 <wilde@sha-bang.de>.
18172 (pgg-gpg-use-agent): New variable.
18173 (pgg-gpg-process-region): Use it.
18174 (pgg-gpg-encrypt-region): Likewise.
18175 (pgg-gpg-encrypt-symmetric-region): Likewise.
18176 (pgg-gpg-decrypt-region): Likewise.
18177 (pgg-gpg-sign-region): Likewise.
18178 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18179
18180 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
18181
18182 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18183
18184 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18185 Add comment on version.
18186
18187 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
18188
18189 * smiley.el: Add missing test smiley.
18190
18191 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
18192
18193 * mm-decode.el (mm-with-part): New macro.
18194 (mm-get-part): Use it; work with message/external-body as well.
18195 (mm-save-part): Treat name and filename equally.
18196
18197 * mm-extern.el (mm-extern-cache-contents): New function.
18198 (mm-inline-external-body): Use it; force the part to be displayed;
18199 move undisplayer added to the cached handle to the parent.
18200
18201 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18202 (gnus-mime-view-part-as-type): Work with message/external-body.
18203
18204 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18205
18206 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
18207
18208 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18209 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
18210 Emacs.]
18211
18212 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
18213
18214 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18215 path rather than symbol. Always return list of directories.
18216 Guarantee that image directory comes first. [Sync with image.el,
18217 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
18218
18219 * message.el (message-make-tool-bar): Adjust to new API of
18220 `gmm-image-load-path-for-library'.
18221
18222 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18223
18224 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18225
18226 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18227
18228 * gnus-art.el (gnus-article-only-boring-p):
18229 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18230 intangible text.
18231 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18232
18233 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
18234
18235 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18236 Use `defun' instead of `gmm-defun-compat'.
18237
18238 2006-03-14 Simon Josefsson <jas@extundo.com>
18239
18240 * message.el (message-unique-id): Don't use message-number-base36
18241 if (user-uid) is a float.
18242 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18243
18244 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
18245
18246 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18247
18248 * gnus-art.el (gnus-mime-display-single): Make sure there is an
18249 empty line between a part and a message part.
18250
18251 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
18252
18253 * smiley.el: Add more test smileys.
18254 (smiley-data-directory, smiley-regexp-alist)
18255 (gnus-smiley-file-types): Fix doc strings.
18256 (smiley-update-cache): Clear smiley-cached-regexp-alist before
18257 adding new elements.
18258 (smiley-mouse-map): Unused code. Make it a comment.
18259
18260 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
18261
18262 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18263 scan latest NoCeM messages instead of old ones.
18264 (gnus-nocem-check-article): Fix regexps so as to match to PGP
18265 delimiters that are recently used.
18266 (gnus-nocem-load-cache): Add autoload cookie.
18267
18268 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18269
18270 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18271 level which is larger than gnus-use-nocem is specified.
18272
18273 * gnus-group.el (gnus-group-get-new-news): Ditto.
18274
18275 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
18276
18277 * gnus-util.el (gnus-tool-bar-update): New function.
18278
18279 * gnus-group.el (gnus-group-update-tool-bar): New variable.
18280 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18281
18282 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18283
18284 * gnus-group.el (gnus-group-redraw-when-idle)
18285 (gnus-group-redraw-check): Remove.
18286 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18287
18288 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
18289
18290 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18291 if optional last element is specified in splits (FIELD VALUE...).
18292
18293 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
18294
18295 * message.el (message-make-tool-bar): Rename gmm-image-load-path
18296 to gmm-image-load-path-for-library. Call with no-error argument.
18297 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18298
18299 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18300
18301 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18302
18303 * gmm-utils.el (gmm-image-load-path): Remove alias.
18304
18305 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
18306
18307 * gmm-utils.el (gmm-image-load-path): Add alias.
18308
18309 * nnml.el (nnml-generate-nov-databases-directory): Rename from
18310 nnml-generate-nov-databases-1.
18311 (nnml-generate-nov-databases): Use it.
18312 (nnml-generate-nov-databases-directory): Document no-active
18313 argument.
18314
18315 * gmm-utils.el (gmm-image-load-path-for-library): Return single
18316 directory if path is t. Add no-error.
18317
18318 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18319 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18320
18321 * gnus-art.el (gnus-article-browse-delete-temp-files):
18322 Simplify resetting gnus-article-browse-html-temp-list.
18323
18324 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18325 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
18326 Add example to docstring. Rename local variables. Move error
18327 checks to default case in cond and simplify.
18328
18329 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
18330
18331 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18332 handle is multipart when calling it recursively.
18333 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18334
18335 2006-03-03 Daniel Pittman <daniel@rimspace.net>
18336
18337 * nnimap.el (nnimap-request-update-info-internal): Optimize.
18338 Don't `gnus-uncompress-range' to avoid excessive memory usage.
18339
18340 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18341
18342 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18343 is loaded.
18344
18345 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18346 loaded.
18347
18348 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
18349
18350 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18351 to "Emacs 23 (unicode)" in doc string.
18352
18353 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18354 "Emacs 23 (unicode)" in comment.
18355
18356 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18357
18358 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18359
18360 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18361 characters 160 through 255 in Emacs 23.
18362
18363 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18364
18365 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18366 gnus-article-browse-html-temp.
18367 (gnus-article-browse-delete-temp): Make it customizable.
18368 Add `file'. Adjust doc string.
18369 (gnus-article-browse-delete-temp-files): Add argument.
18370 Allow query for each file. Adjust doc string.
18371 (gnus-article-browse-html-parts):
18372 Add `gnus-article-browse-delete-temp-files' to
18373 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18374
18375 2006-03-02 Hynek Schlawack <hynek@ularx.de>
18376
18377 * gnus-art.el (gnus-article-browse-html-temp)
18378 (gnus-article-browse-delete-temp): New variables.
18379 (gnus-article-browse-delete-temp-files): New function.
18380 (gnus-article-browse-html-parts): Use it.
18381
18382 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18383
18384 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18385
18386 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18387 string.
18388
18389 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18390 gnus-summary-insert-new-articles when unplugged.
18391 Remove gnus-summary-search-article-forward.
18392
18393 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18394 display-visual-class instead of display-color-cells.
18395
18396 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
18397
18398 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18399 message/* containing non-ASCII text properly.
18400
18401 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
18402
18403 * message.el: Require gmm-utils, remove autoloads.
18404 (message-tool-bar): Set default based on
18405 gmm-tool-bar-style.
18406 (message-tool-bar-gnome): Add gmm-customize-mode.
18407
18408 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18409 gmm-tool-bar-style.
18410 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18411
18412 * gnus-group.el (gnus-group-tool-bar): Set default based on
18413 gmm-tool-bar-style.
18414 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18415
18416 * gmm-utils.el (gmm-image-directory): Rename variable from
18417 gmm-image-load-path.
18418 (gmm-image-load-path): Use gmm-image-directory.
18419 (gmm-customize-mode): New function.
18420 (gmm-tool-bar-style): New variable.
18421
18422 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18423 gnus-group-redraw-line-number.
18424 (gnus-group-redraw-check): Simplify.
18425 (gnus-group-tool-bar-update): Remove redraw check.
18426 (gnus-group-make-tool-bar): Add redraw check.
18427
18428 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
18429
18430 * gnus-art.el (gnus-button): Add missing parentheses.
18431
18432 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
18433
18434 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18435
18436 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18437
18438 * gnus-art.el (gnus-button): New face.
18439 (gnus-article-button-face): Use it.
18440
18441 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18442 Add gnus-summary-next-page. Re-order.
18443
18444 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18445 next-node are now included.
18446 (gnus-group-redraw-line-number): New internal variable.
18447 (gnus-group-redraw-check): Helper function for updating the tool
18448 bar.
18449 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18450
18451 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18452
18453 * spam.el (spam-spamassassin-score-regexp): New internal variable.
18454 (spam-extra-header-to-number, spam-check-spamassassin-headers):
18455 Use it to match format of Spamassassin 3.0 and later.
18456 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18457 (spam-check-bogofilter)
18458 (spam-bogofilter-register-with-bogofilter): Fix args of
18459 `gnus-error' calls.
18460
18461 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18462
18463 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18464 unnecessary interaction when sending queued mails.
18465 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18466
18467 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
18468
18469 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18470 first or last are nil.
18471
18472 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18473
18474 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18475
18476 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18477
18478 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18479
18480 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18481
18482 * dns.el (query-dns): Protect more against buggy tcp output.
18483
18484 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18485
18486 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18487 nov.php.
18488
18489 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18490
18491 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18492 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18493 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
18494 output on the server side.
18495 (nnweb-google-create-mapping): Update regexps and add some
18496 progress indication.
18497
18498 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
18499
18500 * gnus-group.el (gnus-group-tool-bar-gnome):
18501 Fix gnus-agent-toggle-plugged. Re-order icons.
18502 (gnus-group-tool-bar-gnome):
18503 Add gnus-group-{prev,next}-unread-group.
18504 (gnus-group-tool-bar-gnome): Re-order icons.
18505
18506 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18507 Move gnus-summary-insert-new-articles.
18508
18509 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18510 Fix comments.
18511
18512 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
18513 also available in Emacs 21.3.
18514
18515 * message.el (message-fix-before-sending): Change "Emacs 22" to
18516 "Emacs 23 (unicode)" in comment.
18517
18518 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18519 "Emacs 23 (unicode)" in comment.
18520
18521 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18522 comment.
18523 (mm-coding-system-p): Add comment about no-MULE XEmacs.
18524
18525 * mm-view.el (mm-fill-flowed): Add :version.
18526
18527 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
18528
18529 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18530 and load-path.
18531
18532 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
18533
18534 * message.el: Autoload gmm-image-load-path.
18535 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18536 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
18537 consitency.
18538
18539 * gmm-utils.el (gmm-image-load-path): Also search in
18540 "../etc/images". Don't set gmm-image-load-path if we don't find
18541 the image.
18542
18543 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
18544
18545 * gmm-utils.el (gmm-image-load-path): Don't make
18546 `gmm-image-load-path' include subdirectories which the second arg
18547 `image' might specify.
18548
18549 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18550 subdirectory to icon file names.
18551
18552 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18553
18554 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
18555
18556 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18557 gmm-image-load-path calls.
18558
18559 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18560
18561 * message.el (message-make-tool-bar): Ditto.
18562
18563 * mml.el (mml-preview): Add comment concerning tool bar icons.
18564
18565 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18566 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18567
18568 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18569 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18570
18571 * message.el (message-tool-bar-gnome): Use new icon names.
18572 (message-make-tool-bar): Use `gmm-image-load-path'.
18573
18574 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18575 New functions from MH-E.
18576 (gmm-image-load-path): New variable from MH-E.
18577 (gmm-image-load-path): New function from MH-E. Add arguments
18578 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
18579 *-image-load-path-called-flag.
18580
18581 2006-02-21 Milan Zamazal <pdm@brailcom.org>
18582
18583 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18584
18585 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
18586
18587 * nnimap.el (nnimap-request-move-article): Change folder back to
18588 source group before deleting.
18589
18590 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
18591
18592 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18593
18594 * gnus-art.el (mm-url-insert-file-contents-external):
18595 Autoload mm-url.
18596
18597 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18598
18599 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
18600
18601 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18602 coding system which mm-charset-to-coding-system returns for a
18603 given charset is valid.
18604
18605 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
18606
18607 * html2text.el (html2text-remove-tag-list):
18608 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18609
18610 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
18611
18612 * gnus-cus.el: Revert 2005-10-17 change.
18613
18614 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
18615
18616 * gnus-art.el (article-strip-banner):
18617 Call article-really-strip-banner only when the regexp match is made.
18618
18619 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
18620
18621 * gnus-art.el (article-strip-banner):
18622 Use gnus-extract-address-components instead of
18623 mail-header-parse-addresses to make it work with non-ASCII text;
18624 remove mail-encode-encoded-word-string.
18625
18626 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18627 values which are surrounded with \"...\"; make it never cause a
18628 Lisp error; give up parsing of parameters if it failed in
18629 extracting type.
18630
18631 2006-02-14 Arne Jørgensen <arne@arnested.dk>
18632
18633 * smime.el (smime-cert-by-ldap-1): Fix bug where
18634 `smime-ldap-search' returns results without userCertificates.
18635
18636 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
18637
18638 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18639
18640 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
18641
18642 * spam.el (spam-check-spamassassin-headers): Adapt format for
18643 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
18644 <ari@mbf.ocn.ne.jp>.
18645 (spam-list-of-processors): Add spam-use-gmane.
18646
18647 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18648
18649 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18650 make-temp-file; make it work with XEmacs as well.
18651
18652 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18653 mm-make-temp-file.
18654
18655 * mm-decode.el (mm-display-external): Use the 3rd arg of
18656 mm-make-temp-file.
18657 (mm-create-image-xemacs): Ditto.
18658
18659 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18660
18661 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18662 with message-narrow-to-headers.
18663 (gnus-draft-setup): Narrow to header to run message-fetch-field.
18664 (gnus-draft-check-draft-articles): New function.
18665 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18666
18667 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
18668
18669 * gnus-art.el (gnus-article-browse-html-parts):
18670 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18671 Don't use suffix argument for mm-make-temp-file for Emacs 21
18672 compatibility. Remove useless `format'.
18673
18674 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18675
18676 * nnweb.el (nnweb-google-wash-article): Update regexps.
18677 (nnweb-group-alist): Use defvoo instead of defvar.
18678
18679 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
18680
18681 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18682 re-loading nn* modules.
18683
18684 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
18685
18686 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18687 for `tool-bar-mode' and don't check it's default-value.
18688
18689 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18690
18691 * message.el (message-make-tool-bar): Ditto.
18692
18693 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18694 `substring'. Shorten tmp-file name.
18695
18696 * gnus.el: Remove bogus comment.
18697
18698 2006-02-10 Hynek Schlawack <hynek@ularx.de>
18699
18700 * gnus-art.el (gnus-article-browse-html-parts): New function.
18701 (gnus-article-browse-html-article): New function for viewing html
18702 articles with a browser.
18703
18704 2006-02-09 Daiki Ueno <ueno@unixuser.org>
18705
18706 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18707 (mml2015-pgg-encrypt): Ditto.
18708
18709 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18710 (mml1991-pgg-encrypt): Ditto.
18711
18712 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18713
18714 * nnfolder.el (nnfolder-insert-newsgroup-line):
18715 Use message-make-date instead of current-time-string.
18716
18717 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18718 to gnus-decoded which mm-uu might set.
18719
18720 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18721
18722 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18723 don't decode quoted parameters; remove misimported Emacs code.
18724 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18725 (rfc2231-decode-encoded-string): Don't use split-string which
18726 behaves differently according to Emacs version; use
18727 mm-decode-coding-region to convert charset to coding-system.
18728 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18729 (rfc2231-encode-string): Remove misimported Emacs code.
18730
18731 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
18732
18733 * gnus-art.el (article-decode-charset): Don't use ignore-errors
18734 when calling mail-header-parse-content-type.
18735 (article-de-quoted-unreadable): Ditto.
18736 (article-de-base64-unreadable): Ditto.
18737 (article-wash-html): Ditto.
18738
18739 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18740 calling mail-header-parse-content-type and
18741 mail-header-parse-content-disposition.
18742 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18743 mail-header-parse-content-type.
18744
18745 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18746 insert charset and format parameters; encode description after
18747 inserting it to buffer.
18748 (mml-insert-parameter): Fold lines properly even if a parameter is
18749 segmented into two or more lines; change the max column to 76.
18750
18751 * rfc1843.el (rfc1843-decode-article-body): Don't use
18752 ignore-errors when calling mail-header-parse-content-type.
18753
18754 * rfc2231.el (rfc2231-parse-string): Return at least type if
18755 possible; don't cause an error even if it fails in parsing of
18756 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18757 (rfc2231-encode-string): Don't break lines at the beginning, leave
18758 it to mml-insert-parameter.
18759
18760 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18761 calling mail-header-parse-content-type.
18762
18763 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
18764
18765 * spam-report.el (spam-report-gmane-use-article-number):
18766 Improve doc string.
18767 (spam-report-gmane-internal): Check if a suitable header was found
18768 in the article.
18769
18770 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
18771
18772 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18773 (rfc2231-encode-string): Make param*=value always begin with LWSP.
18774
18775 2006-02-05 Romain Francoise <romain@orebokech.com>
18776
18777 Update copyright notices of all files in the gnus directory.
18778
18779 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18780
18781 * nnweb.el (nnweb-request-group): Avoid growing overview files.
18782
18783 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
18784
18785 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18786 segmented lines of parameter value to cope with Thunderbird 1.5
18787 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18788 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18789 (rfc2231-encode-string): Don't make lines exceeding 76 column.
18790
18791 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
18792
18793 * mml.el (mml-generate-mime-1): Correct the order of inline signed
18794 parts.
18795
18796 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18797
18798 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18799 there's only one active file for all servers.
18800 (nnweb-request-scan): Make sure nnweb-articles is initialized on
18801 solid groups. Gnus might have used a FAST request to select the group.
18802 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18803 and nnweb-search redundantly in the active file.
18804 (nnweb-request-list): Don't list bogus groups. There can only be one.
18805 (nnweb-request-create-group): Don't use ARGS.
18806 (nnweb-possibly-change-server, nnweb-request-group): Remove some
18807 initializations. Let nnoo do the work.
18808
18809 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
18810
18811 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18812 Say the part has been decoded.
18813
18814 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18815
18816 2006-01-31 Kevin Ryde <user42@zip.com.au>
18817
18818 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18819 mailcap-viewer-test-cache when there's no 'test clause, since that
18820 will invert the meaning of a "nil" test previously determined by
18821 mailcap-mailcap-entry-passes-test.
18822
18823 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
18824
18825 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18826 compiling.
18827
18828 * gnus-sum.el: Ditto.
18829
18830 * message.el: Don't bind tool-bar-map when compiling.
18831
18832 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
18833
18834 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18835
18836 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18837
18838 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18839 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18840 current Google Groups.
18841
18842 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
18843
18844 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18845 and tool-bar-mode.
18846
18847 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18848 and tool-bar-mode.
18849
18850 * message.el (message-tool-bar-update): Simplify.
18851 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18852
18853 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18854 gnus-summary-buffer.
18855 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18856 gnus-summary-reply.
18857
18858 * gmm-utils.el (gmm): Add :version.
18859
18860 2006-01-26 Steve Youngs <steve@sxemacs.org>
18861
18862 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18863 Don't autoload.
18864
18865 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18866
18867 * gmm-utils.el (gmm-verbose): Add :group.
18868
18869 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
18870
18871 * message.el: Change some comments WRT tool-bars.
18872
18873 * gnus-sum.el (gnus-summary-tool-bar)
18874 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18875 (gnus-summary-tool-bar-zap-list): New variables.
18876 (gnus-summary-make-tool-bar): Complete rewrite using
18877 `gmm-tool-bar-from-list'.
18878
18879 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18880 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18881 New variables.
18882 (gnus-group-make-tool-bar): Complete rewrite using
18883 `gmm-tool-bar-from-list'.
18884 (gnus-group-tool-bar-update): New function.
18885
18886 * message.el (message-mode-field-menu): Add "Show hidden Headers".
18887
18888 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
18889
18890 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18891 is dissected into a single part of which the type is the same as
18892 the given one; decode charset.
18893
18894 2006-01-21 Kevin Ryde <user42@zip.com.au>
18895
18896 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18897 into alists as symbol not string, since that's what
18898 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18899 look for.
18900
18901 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
18902
18903 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18904 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18905
18906 * message.el (message-tool-bar-gnome): Use gmm-ignore.
18907
18908 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18909
18910 * gnus-art.el (gnus-mime-security-button-commands): New variable.
18911 (gnus-mime-security-button-menu): New definition.
18912 (gnus-mime-security-button-map): Use them.
18913 (gnus-mime-security-button-menu): New function.
18914 (gnus-insert-mime-security-button): Addition to help echo.
18915 (gnus-mime-security-run-function, gnus-mime-security-save-part)
18916 (gnus-mime-security-pipe-part): New functions.
18917
18918 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18919 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18920
18921 * mm-decode.el (mm-handle-set-disposition): Remove.
18922 (mm-handle-set-description): Remove.
18923
18924 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18925
18926 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18927 (mm-w3m-standalone-supports-m17n-p): New function.
18928 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18929 w3m usage.
18930
18931 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18932 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18933
18934 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
18935
18936 * message.el (message-tool-bar-zap-list):
18937 Use gmm-tool-bar-zap-list as custom type.
18938 (message-tool-bar-update): New function.
18939 (message-tool-bar, message-tool-bar-gnome)
18940 (message-tool-bar-retro): Add message-tool-bar-update.
18941 (message-tool-bar-gnome): Add flyspell-buffer.
18942
18943 * gnus-util.el (gnus-error): Describe `args'.
18944
18945 * gmm-utils.el (gmm-error): Describe `args'.
18946 (gmm-tool-bar-zap-list): New widget.
18947 (gmm-tool-bar-from-list): Improve description of `zap-list'.
18948
18949 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18950
18951 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18952 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18953 the number of recursive calls.
18954
18955 * mm-decode.el (mm-handle-set-disposition): New macro.
18956 (mm-handle-set-description): New macro.
18957
18958 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18959
18960 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18961 encoding.
18962
18963 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18964
18965 * message.el (message-tool-bar-zap-list, message-tool-bar)
18966 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18967 (message-tool-bar-local-item-from-menu): Remove.
18968 (message-tool-bar-map): Replace by `message-make-tool-bar'.
18969 (message-make-tool-bar): New function.
18970 (message-mode): Use `message-make-tool-bar'.
18971
18972 * gmm-utils.el: New file.
18973 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18974 (gmm-lazy): New widget copied from `nnmail.el'.
18975 (gmm-tool-bar-from-list): New function for creating customizable
18976 tool bars.
18977 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
18978 output.
18979 (gmm): Add :prefix to defgroup.
18980
18981 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
18982
18983 * gmm-utils.el (gmm-widget-p): New function.
18984
18985 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18986
18987 * mml.el (mml-attach-file): Describe `description' in doc string.
18988 (mml-menu): Add Emacs MIME manual and PGG manual.
18989
18990 2006-01-20 Richard M. Stallman <rms@gnu.org>
18991
18992 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18993
18994 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
18995
18996 * nntp.el (nntp-end-of-line): Doc fix.
18997
18998 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
18999
19000 * imap.el (imap-open): Handle case where buffer is a buffer
19001 object.
19002
19003 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
19004
19005 * gnus-delay.el (gnus-delay): Don't autoload.
19006 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19007 to be re-loaded when customizing the `gnus-delay' group.
19008
19009 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
19010
19011 * message.el (message-insert-citation-line): Use newlines.
19012
19013 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
19014
19015 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19016
19017 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19018
19019 2006-01-19 Mark D. Baushke <mdb@gnu.org>
19020
19021 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19022
19023 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
19024
19025 * mm-decode.el (mm-inlined-types): Add application/pgp.
19026 (mm-automatic-display): Ditto.
19027
19028 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19029 part as text.
19030
19031 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
19032
19033 * nnrss.el: Update copyright.
19034 (nnrss-opml-import): Query whether to subscribe to each entry.
19035
19036 * gnus-art.el:
19037 * gnus-sum.el:
19038 * mm-uu.el:
19039 * mm-view.el: Update copyright.
19040
19041 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
19042
19043 * message.el (message-info): New function.
19044 (message-mode-menu): Add it.
19045 Update copyright.
19046
19047 * ChangeLog: Fix and update copyright.
19048
19049 2006-01-13 Romain Francoise <romain@orebokech.com>
19050
19051 * message.el (message-forward-subject-name-subject): Prefer the
19052 address to 'nowhere' if the sender has no name.
19053 Fix typo. Update copyright year.
19054
19055 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
19056
19057 * gnus-art.el (article-wash-html):
19058 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19059 (gnus-article-wash-html-with-w3m-standalone): New function.
19060
19061 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19062 mm-inline-text-html-render-with-w3m-standalone.
19063 (mm-text-html-washer-alist): Map w3m-standalone to
19064 gnus-article-wash-html-with-w3m-standalone.
19065 (mm-inline-text-html-render-with-w3m-standalone): New function.
19066
19067 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
19068
19069 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19070 Improve LaTeX.
19071
19072 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
19073
19074 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19075 (nnrss-request-article): Render text/plain parts as HTML.
19076
19077 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19078 the buffer.
19079
19080 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
19081
19082 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19083 custom definition of `gnus-posting-styles'.
19084
19085 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19086 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19087
19088 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
19089
19090 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19091 Use nntp for bug archive.
19092
19093 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
19094
19095 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19096 parts.
19097 (nnrss-normalize-date): New function converts ISO 8601 date into
19098 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
19099 (nnrss-check-group): Use it.
19100
19101 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
19102
19103 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19104
19105 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19106 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
19107 (nnrss-insert-w3): Ditto.
19108
19109 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
19110
19111 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19112 the articles to be forwarded including the case where neither a
19113 number of articles nor a region is specified.
19114
19115 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
19116
19117 * nnrss.el (nnrss-request-article): Fix last change; fill
19118 text/plain parts.
19119
19120 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
19121
19122 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19123 in text/plain part.
19124 (nnrss-check-group): Don't add excessive newline to dc:subject.
19125
19126 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
19127
19128 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19129 article.
19130
19131 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
19132
19133 * nnml.el: Don't require gnus-bcklg. Autoload it.
19134 (nnml-use-compressed-files, nnml-save-mail): Support other
19135 comression programs such as bzip2.
19136
19137 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19138
19139 * dns.el (query-dns): Make sure we check the buffer size before
19140 removing tcp headers.
19141
19142 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
19143
19144 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19145 remove MIME buttons associated with multipart/alternative parts.
19146 (gnus-mime-display-alternative): Tag buttons using `article-type'
19147 text property.
19148
19149 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19150 associated with multipart/alternative parts.
19151
19152 * gnus-art.el (gnus-signature-separator): Fix custom type.
19153
19154 * mm-decode.el (mm-inlined-types): Fix custom type.
19155 (mm-keep-viewer-alive-types): Ditto.
19156 (mm-automatic-display): Ditto.
19157 (mm-attachment-override-types): Ditto.
19158 (mm-inline-override-types): Ditto.
19159 (mm-automatic-external-display): Ditto.
19160
19161 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
19162
19163 * spam-report.el (spam-report-user-mail-address)
19164 (spam-report-user-agent): New variables.
19165 (spam-report-url-ping-plain): Use spam-report-user-agent.
19166
19167 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
19168
19169 * gnus-art.el (gnus-button-handle-custom): Do not just use
19170 `customize-apropos' for any "M-x customize-*" button but the
19171 function called for. Accept both the function name and its
19172 argument in order to achieve this.
19173 (gnus-button-alist): Remove support for "custom:" URL's.
19174 Pass function name to `gnus-button-handle-custom' in case of "M-x
19175 customize-*" buttons.
19176
19177 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
19178
19179 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19180 multipart/alternative and add xref to mm-discouraged-alternatives
19181 in doc string.
19182
19183 * mm-decode.el (mm-discouraged-alternatives): Add xref to
19184 gnus-buttonized-mime-types in doc string.
19185
19186 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
19187
19188 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19189 Suggest image/.* in the doc string.
19190
19191 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
19192
19193 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19194 message-marks (Debian bug#342521).
19195
19196 2005-12-12 Simon Josefsson <jas@extundo.com>
19197
19198 * password.el (password-read-from-cache): Add.
19199 (password-read): Use it.
19200
19201 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
19202
19203 * rfc2047.el (rfc2047-charset-to-coding-system):
19204 Recognize us-ascii as a MIME charset.
19205
19206 * mm-bodies.el (mm-decode-content-transfer-encoding):
19207 Protect against the case where the 2nd arg TYPE is nil.
19208
19209 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19210
19211 * pop3.el (pop3-stream-type): Fix custom version.
19212
19213 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19214
19215 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19216
19217 * mm-decode.el (mm-display-external): Add missing cdr.
19218
19219 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
19220
19221 * mm-decode.el (mm-display-external): Use nametemplate (defined in
19222 RFC1524) if it is in mailcap or add a suffix according to
19223 mailcap-mime-extensions when generating a temp filename; postpone
19224 deleting a temp file for 2 seconds for some wrappers, shell
19225 scripts, and so on, which might exit right after having started a
19226 viewer command as a background job.
19227
19228 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19229
19230 * nntp.el (nntp-marks-directory): Fix custom group.
19231
19232 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19233 steps when < 10.
19234
19235 * gnus-start.el (gnus-no-server-1):
19236 Mention `gnus-level-default-subscribed' in doc string.
19237
19238 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19239
19240 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19241 parens.
19242
19243 2005-11-26 Dave Love <fx@gnu.org>
19244
19245 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19246 (tls-program, tls-success): Provide openssl alternative.
19247
19248 * starttls.el: Doc fixes.
19249 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19250 SERVICE to PORT.
19251
19252 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
19253 port null or service name.
19254 (starttls-negotiate): Autoload.
19255
19256 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19257
19258 * message.el (message-kill-to-signature): Fix interactive spec.
19259
19260 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
19261
19262 * pop3.el (pop3-open-server): Recognize a string as a service name.
19263
19264 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
19265
19266 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19267
19268 2005-11-23 Dave Love <fx@gnu.org>
19269
19270 Add pop3s, pop3/starttls.
19271
19272 * pop3.el (pop3-authentication-scheme): Clarify doc.
19273 (open-tls-stream, starttls-open-stream): Autoload.
19274 (pop3-stream-type): New.
19275 (pop3-open-server): Use it.
19276
19277 * mail-source.el (mail-sources): Fix some :types. Add stream type
19278 for POP.
19279 (mail-source-keyword-map): Add :stream for POP.
19280 (mail-source-fetch-pop): Use pop3-stream-type.
19281
19282 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
19283
19284 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19285 of current-time-string.
19286
19287 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
19288
19289 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19290 date header.
19291
19292 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19293
19294 * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
19295 it can seriously impact performance as it bypasses the agent's
19296 local caches.
19297
19298 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19299
19300 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19301 must be explicitly online rather than "not explicitly offline" for
19302 its flags to be synchronized.
19303
19304 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19305 that gnus-uu-unmark-thread will function correctly.
19306
19307 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19308 1024K is instead displayed as 1M.
19309
19310 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19311
19312 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19313
19314 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
19315
19316 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19317
19318 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
19319
19320 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19321 error message to display actual error condition.
19322 (gnus-agent-save-local): Avoid saving symbols that are bound to
19323 nil as they simply result in a warning message in
19324 gnus-agent-read-local.
19325
19326 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19327
19328 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19329 rather than make-variable-buffer-local for file-precious-flag.
19330
19331 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19332
19333 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19334 for duplicates which are removed. The invalid sort check then
19335 triggers a rescan after the sort as sorting may have moved
19336 duplicate entries such that they can be cheaply detected.
19337
19338 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19339
19340 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19341
19342 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19343
19344 * gnus-agent.el (gnus-agent-article-alist-save-format):
19345 Change internal variable to a custom variable. Change default value
19346 from compressed(2) to uncompressed(1).
19347 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19348 support for uncompressed agentview files. Taken together, reading
19349 the agentview file should now be 6-7 times faster.
19350
19351 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
19352
19353 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19354 as a buffer-local variable. This avoids creating truncated
19355 dribble files as a result of a hang up, eg.
19356
19357 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19358
19359 * gnus-start.el (gnus-start-draft-setup):
19360 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19361
19362 * gnus.el (gnus-splash): Change custom group.
19363 (gnus-group-get-parameter, gnus-group-parameter-value):
19364 Describe allow-list argument.
19365
19366 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19367 string.
19368
19369 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19370
19371 * gnus-art.el (gnus-default-article-saver): Add user-defined
19372 `function' to custom type.
19373
19374 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19375
19376 * imap.el (imap-open): Handle case where buffer is a buffer
19377 object.
19378
19379 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19380
19381 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19382 long lines.
19383 (gnus-cache-delete-group): Wrap doc strings.
19384
19385 * gnus-agent.el (gnus-agent-rename-group)
19386 (gnus-agent-delete-group): Wrap doc strings.
19387
19388 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19389
19390 * gnus-start.el (gnus-1): Add "native" to
19391 gnus-predefined-server-alist.
19392
19393 * gnus.el (gnus-method-to-server): Don't add "native" to the
19394 lists here, because that leads to problems when
19395 gnus-select-method is bound.
19396
19397 2005-11-09 Simon Josefsson <jas@extundo.com>
19398
19399 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19400 use (not sort-by-date) instead.
19401
19402 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19403
19404 * gnus-delay.el (gnus-delay-group): Don't autoload.
19405 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19406 to be re-loaded when customizing the `gnus-delay' group.
19407
19408 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19409
19410 * message.el: Revert last changes.
19411 (message-insert-citation-line): Use newlines.
19412
19413 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19414
19415 * message.el (message-courtesy-message)
19416 (message-mark-insert-begin, message-mark-insert-end)
19417 (message-elide-ellipsis, message-cancel-message)
19418 (message-add-header, message-change-subject)
19419 (message-cross-post-followup-to-header)
19420 (message-cross-post-insert-note, message-reduce-to-to-cc)
19421 (message-widen-reply, message-delete-not-region)
19422 (message-kill-to-signature, message-insert-signature)
19423 (message-insert-importance-high, message-insert-importance-low)
19424 (message-insert-or-toggle-importance)
19425 (message-insert-disposition-notification-to)
19426 (message-indent-citation, message-yank-original)
19427 (message-cite-original-without-signature, message-cite-original)
19428 (message-insert-citation-line, message-position-on-field)
19429 (message-fix-before-sending, message-send-mail-partially)
19430 (message-send-mail, message-send-mail-with-sendmail)
19431 (message-send-mail-with-qmail, message-send-news)
19432 (message-check-news-header-syntax, message-generate-headers)
19433 (message-insert-courtesy-copy, message-fill-address)
19434 (message-fill-header, message-shorten-references)
19435 (message-setup-1, message-cancel-news)
19436 (message-forward-make-body-plain, message-forward-make-body-mime)
19437 (message-forward-make-body-mml, message-encode-message-body)
19438 (message-forward-make-body-digest-plain)
19439 (message-forward-make-body-digest-mime)
19440 (message-use-alternative-email-as-from): Insert `hard-newline'
19441 instead of ordinary newlines.
19442
19443 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
19444
19445 * message.el (message-generate-headers): Downcase the argument
19446 given to message-check-element.
19447
19448 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
19449
19450 * nntp.el (nntp-authinfo-rejected): New error condition.
19451 (nntp-wait-for): Use new error condition to signal authentication
19452 error.
19453 (nntp-retrieve-data): Rethrow new error condition to break out of
19454 recursive call to nntp-send-authinfo.
19455
19456 2005-11-08 Romain Francoise <romain@orebokech.com>
19457
19458 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19459 (gnus-summary-exit-map): Bind to `Z p'.
19460 (gnus-summary-make-menu-bar): Add menu item.
19461
19462 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
19463
19464 * gnus-art.el (gnus-article-treat-custom): Add `first'.
19465 (gnus-treat-*): Add `first' in all doc strings.
19466
19467 * gnus-group.el (gnus-group-compact-group): Fix typo.
19468
19469 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
19470
19471 * gnus.el (gnus-parameters-case-fold-search): New variable.
19472 (gnus-parameters-get-parameter): Use it.
19473
19474 * gnus-score.el (gnus-home-score-file): Doc fix.
19475
19476 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
19477
19478 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19479
19480 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
19481
19482 * mm-util.el (mm-special-display-p): New function.
19483
19484 * mml.el (mml-preview): Use it; doc fix.
19485
19486 2005-10-29 Romain Francoise <romain@orebokech.com>
19487
19488 * message.el (message-fix-before-sending): Fix comment.
19489
19490 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19491
19492 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19493
19494 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19495
19496 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19497 Used in gnus-score.el.
19498
19499 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
19500
19501 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19502
19503 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
19504
19505 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19506 whitespace removed in revision 7.8. Use concatenated string to
19507 protect trailing whitespace.
19508
19509 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
19510
19511 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19512 (nnimap-request-expire-articles): Use it to avoid sending 'UID
19513 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19514 Courier IMAP ("some version from 2004"). Mostly based on similar
19515 code in the same function.
19516
19517 2005-10-26 Didier Verna <didier@xemacs.org>
19518
19519 * gnus-group.el (gnus-group-compact-group): Invalidate original
19520 article buffer.
19521 * gnus-srvr.el (gnus-server-compact-server): Ditto.
19522 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19523 NOV database and in article itself.
19524 Invalidate article backlog.
19525
19526 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
19527
19528 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19529
19530 2005-10-26 Simon Josefsson <jas@extundo.com>
19531
19532 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19533 part of 2004-07-25 change.
19534
19535 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
19536
19537 * message.el (message-display-completion-list): New function.
19538 (message-expand-group): Use it; make sure the Completions buffer
19539 is modifiable.
19540
19541 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19542
19543 * imap.el (imap-open): Handle case where buffer is a buffer object.
19544
19545 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19546
19547 * pgg-def.el:
19548 * pgg-gpg.el:
19549 * pgg-parse.el:
19550 * pgg-pgp.el:
19551 * pgg-pgp5.el:
19552 * pgg.el: Move to the parent lisp directory.
19553
19554 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19555
19556 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19557 user-mail-name is an empty string.
19558
19559 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19560
19561 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19562 depending on gnus-score-decay-constant.
19563
19564 * encrypt.el (encrypt-insert-file-contents)
19565 (encrypt-write-file-contents): Don't use `gnus-message'.
19566
19567 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19568 arguments.
19569 (mm-uu-type-alist): Add message-marks and insert-marks.
19570 Pass arguments to mm-uu-verbatim-marks-extract.
19571 (mm-uu-hide-markers): New variable.
19572 (mm-uu-extract): Use face similar to `gnus-cite-3'.
19573
19574 * gnus-fun.el (gnus-convert-image-to-x-face-command)
19575 (gnus-convert-image-to-face-command): Use "convert" by default to
19576 allow other input image formats.
19577 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19578 accordingly.
19579
19580 2005-10-23 Simon Josefsson <jas@extundo.com>
19581
19582 * imap.el (imap-gssapi-program): Align command line parameters
19583 with latest GNU SASL.
19584 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19585
19586 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19587
19588 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19589 HTML.
19590 (nnslashdot-request-article): Ditto.
19591
19592 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19593
19594 * mail-source.el (mail-source-fetch-pop): Require pop3.
19595 (mail-source-check-pop): Ditto.
19596
19597 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
19598
19599 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19600 errors.
19601
19602 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
19603
19604 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19605 (gnus-treat-strip-leading-blank-lines): Improve doc string.
19606
19607 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19608
19609 * mm-bodies.el (mm-decode-string):
19610 Call `mm-charset-to-coding-system' with allow-override argument.
19611
19612 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
19613
19614 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19615 (rfc2047-charset-to-coding-system): New function.
19616 (rfc2047-decode-encoded-words): New function.
19617 (rfc2047-decode-region): Use them.
19618 (rfc2047-decode-cte): Remove.
19619 (rfc2047-parse-and-decode): Remove.
19620 (rfc2047-decode): Remove.
19621
19622 2005-10-15 Kenichi Handa <handa@m17n.org>
19623
19624 * rfc2047.el (rfc2047-decode-cte): New function.
19625 (rfc2047-decode-region): Change the way to decode successive
19626 encoded-words: decode B- or Q-encoding in each encoded-word,
19627 concatenate them, and decode it as charset.
19628
19629 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
19630
19631 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
19632 widget-move-and-invoke.
19633 (gnus-custom-mode): Use gnus-custom-map.
19634
19635 2005-10-15 Bill Wohler <wohler@newt.com>
19636
19637 * message.el (message-tool-bar-map): Rename image file from
19638 mail_send to mail/send.
19639
19640 2005-10-16 Masatake YAMATO <jet@gyve.org>
19641
19642 * message.el (message-expand-group): Pass the common
19643 prefix substring of completion to `display-completion-list'.
19644
19645 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
19646
19647 * mml-sec.el (mml-secure-method): New internal variable.
19648 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19649 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19650 New functions using mml-secure-method.
19651
19652 * mml.el (mml-mode-map): Add key bindings for those functions.
19653 (mml-menu): Simplify security menu entries. Suggested by Jesper
19654 Harder <harder@myrealbox.com>.
19655 (mml-attach-file, mml-attach-buffer, mml-attach-external):
19656 Goto end of message if point is the headers of the message.
19657
19658 * message.el (message-in-body-p): New function.
19659
19660 * assistant.el: Autoload gnus-util and netrc.
19661
19662 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19663 Use `mm-charset-override-alist' only when decoding.
19664
19665 * mm-bodies.el (mm-decode-body):
19666 Call `mm-charset-to-coding-system' with allow-override argument.
19667
19668 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19669 `filename' from Content-Disposition if Content-Type doesn't
19670 provide `name'.
19671 (gnus-mime-view-part-as-type): Set default instead of
19672 initial-input.
19673
19674 2005-10-09 Daniel Brockman <daniel@brockman.se>
19675
19676 * format-spec.el (format-spec): Propagate text properties of % spec.
19677
19678 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
19679
19680 * gnus-art.el (gnus-treat-predicate): Add `first'.
19681
19682 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
19683
19684 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19685 (mm-charset-override-alist): New variable.
19686 (mm-charset-to-coding-system): Use it.
19687 (mm-codepage-setup): New helper function.
19688 (mm-charset-eval-alist): New variable.
19689 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19690 Warn about unknown charsets.
19691
19692 2005-10-04 David Hansen <david.hansen@gmx.net>
19693
19694 * nnrss.el (nnrss-request-article): Add support for the comments tag.
19695 (nnrss-check-group): Ditto.
19696
19697 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
19698
19699 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19700 Rename x-gnus-verbatim to x-verbatim.
19701 (mm-uu-type-alist): Fix regexp for verbatim-marks.
19702
19703 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19704 x-verbatim.
19705
19706 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19707
19708 * gnus-util.el (gnus-remove-duplicates): Remove.
19709
19710 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19711 instead of gnus-remove-duplicates.
19712
19713 * message.el (message-remove-duplicates): Remove.
19714 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19715 message-remove-duplicates.
19716
19717 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19718 available, else use implementation from `delete-dups'.
19719
19720 * message.el (message-insert-expires): New function.
19721 (message-mode-map): Add key binding.
19722 (message-mode-field-menu): Add menu entry.
19723 (message-mode): Document it.
19724 (message-make-expires-date): Use `message-make-date'.
19725
19726 2005-10-04 Josh Huber <huber@alum.wpi.edu>
19727
19728 * message.el (message-make-expires-date): New function.
19729
19730 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
19731
19732 * time-date.el: Autoload parse-time-string, XEmacs needs it.
19733
19734 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
19735
19736 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19737 function rather than the diff-mode.el package.
19738 (mm-display-external): Use with-current-buffer.
19739 (mm-viewer-completion-map, mm-viewer-completion-map):
19740 Move initialization inside declaration.
19741
19742 2005-09-29 Simon Josefsson <jas@extundo.com>
19743
19744 * spam.el: Load hashcash when compiling, to avoid warnings.
19745 Don't autoload mail-check-payment.
19746 (spam-check-hashcash): Define unconditionally, since hashcash.el
19747 is part of Gnus now. Ignore errors from payment checking.
19748
19749 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
19750
19751 * message.el (message-bold-region, message-unbold-region):
19752 Rename from `bold-region' and `unbold-region'.
19753
19754 * message.el: Remove useless autoloads.
19755
19756 2005-09-28 Simon Josefsson <jas@extundo.com>
19757
19758 * message.el (message-use-idna): Default to t.
19759 (message-use-idna): Test whether encoding works too. Doc fix.
19760
19761 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
19762
19763 * nntp.el (nntp-warn-about-losing-connection): Remove.
19764
19765 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
19766
19767 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19768 customizable. Change default value.
19769 (mm-uu-diff-groups-regexp): Change default value.
19770 (mm-uu-type-alist): Add doc string.
19771 (mm-uu-configure): Add doc string. Make it interactive.
19772 (mm-uu-tex-groups-regexp): New variable.
19773 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19774 (mm-uu-type-alist): Add LaTeX documents.
19775 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19776 of "text/verbatim".
19777 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19778
19779 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19780 instead of "text/verbatim".
19781
19782 * message.el (message-mark-inserted-region)
19783 (message-mark-insert-file): Use slrn style marks when called with
19784 prefix argument.
19785
19786 2005-09-27 Simon Josefsson <jas@extundo.com>
19787
19788 * message.el (message-idna-to-ascii-rhs-1): Reformat.
19789
19790 2005-09-27 Arne Jørgensen <arne@arnested.dk>
19791
19792 * message.el (message-remove-duplicates): New function.
19793 Implementation borrowed from `gnus-remove-duplicates'.
19794 (message-idna-to-ascii-rhs): Also encode idna addresses in
19795 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19796 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19797 only ask about the same idna domain once per header and also tell
19798 in what header to replace the idna domain.
19799
19800 * gnus-art.el (article-decode-idna-rhs): Also decode idna
19801 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19802 (article-decode-idna-rhs): Fix regexp so that all idna-address in
19803 a header is decoded and not just the last one.
19804
19805 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
19806
19807 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19808 has been decoded.
19809
19810 * mm-decode.el (mm-automatic-display): Add text/verbatim.
19811 (mm-insert-part): Don't modify text if it has been decoded.
19812
19813 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19814 decoded.
19815
19816 * mm-view.el (mm-inline-text): Don't strip text props unless
19817 decoding enriched or richtext parts.
19818
19819 2005-09-25 Romain Francoise <romain@orebokech.com>
19820
19821 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19822 * gnus-start.el (gnus-subscribe-interactively):
19823 * gnus-uu.el (gnus-uu-grab-articles):
19824 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19825 space.
19826
19827 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
19828
19829 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19830 * mm-view.el (mm-view-pkcs7-decrypt):
19831 * gnus-sum.el (gnus-summary-limit-to-extra)
19832 (gnus-summary-respool-article, gnus-read-move-group-name):
19833 * gnus-score.el (gnus-summary-increase-score):
19834 * gnus-util.el (gnus-completing-read-with-default):
19835 * gnus-art.el (gnus-read-save-file-name)
19836 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19837 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19838 * message.el (message-check-news-header-syntax):
19839 Follow convention for reading with the minibuffer.
19840
19841 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
19842
19843 * spam-report.el (spam-report-url-ping-plain):
19844 Use gnus-extended-version as User-Agent.
19845
19846 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19847 default value is nil.
19848
19849 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19850 (mm-uu-verbatim-marks-extract): New function.
19851 (mm-uu-extract): New face.
19852 (mm-uu-copy-to-buffer): Use it.
19853
19854 * spam-report.el (spam-report-gmane-ham): Rename from
19855 `spam-report-gmane-unspam'.
19856 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19857 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
19858
19859 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19860 Autoload.
19861 (spam-report-gmane-unregister-routine):
19862 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19863
19864 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
19865
19866 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19867 (spam-report-gmane-unregister-routine): Add support for gmane
19868 unregistration.
19869
19870 * spam-report.el (spam-report-gmane-unspam)
19871 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19872 (spam-report-gmane): Change to take a single article and do unspam
19873 registration.
19874
19875 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19876
19877 * mm-url.el (mm-url-decode-entities): Fix regexp.
19878
19879 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19880
19881 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19882 default to nil, to be able to use Gnus at all. If the default
19883 switches to something else, then the function should be fixed not
19884 be exceedingly slow.
19885
19886 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
19887
19888 * gnus-start.el (gnus-activate-group): If the server is nil, don't
19889 fail hard.
19890
19891 * spam-report.el: Add better Keywords line.
19892
19893 * spam.el: Add Maintainer and better Keywords line.
19894
19895 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19896
19897 * gnus-art.el (gnus-article-replace-part)
19898 (gnus-mime-replace-part): New functions.
19899 (gnus-mime-action-alist, gnus-mime-button-commands)
19900 (gnus-mime-save-part-and-strip): Add file argument.
19901 (gnus-article-part-wrapper): Add interactive argument.
19902
19903 * gnus-sum.el (gnus-summary-mime-map):
19904 Add `gnus-article-replace-part'.
19905
19906 2005-09-19 Didier Verna <didier@xemacs.org>
19907
19908 The nnml compaction feature:
19909 * nnml.el (nnml-request-compact-group): New function.
19910 * nnml.el (nnml-request-compact): New function.
19911 * gnus-int.el (gnus-request-compact-group): New function.
19912 * gnus-int.el (gnus-request-compact): New function.
19913 * gnus-group.el (gnus-group-compact-group): New function.
19914 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19915 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19916 * gnus-srvr.el (gnus-server-compact-server): New function.
19917 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19918 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19919
19920 2005-09-18 Deepak Goel <deego@gnufans.org>
19921
19922 * sieve.el (sieve-help): Fix `message' call: first arg should be a
19923 format spec.
19924
19925 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
19926
19927 * gnus.el (gnus-group-startup-message): Bind image-load-path.
19928
19929 2005-09-15 Romain Francoise <romain@orebokech.com>
19930
19931 * message.el (message-fill-paragraph): Clarify docstring.
19932
19933 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
19934
19935 * gnus-art.el (gnus-mime-display-part): Protect against broken
19936 MIME messages.
19937
19938 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
19939
19940 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19941 before parsing header.
19942
19943 2005-09-11 Jari Aalto <jari.aalto@cante.net>
19944
19945 * html2text.el (html2text-replace-list): Add new entities.
19946
19947 2005-09-11 Romain Francoise <romain@orebokech.com>
19948
19949 * message.el (message-alternative-emails): Improve docstring.
19950 (message-setup-1): Call `message-use-alternative-email-as-from'
19951 after `message-setup-hook' to give it precedence over posting
19952 styles, etc.
19953 (message-use-alternative-email-as-from): Add docstring.
19954 Remove the original From header if present.
19955
19956 * nnml.el (nnml-compressed-files-size-threshold): New variable.
19957 (nnml-save-mail): Use it.
19958
19959 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19960 articles. Add new argument `silent'.
19961 (gnus-uu-mark-all): Report the total number of marked articles.
19962
19963 2005-09-10 Romain Francoise <romain@orebokech.com>
19964
19965 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19966 (gnus-uu-mark-series): Likewise.
19967
19968 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
19969
19970 * spam-report.el (spam-report-gmane): Fix generation of spam
19971 report URL.
19972
19973 2005-09-10 Simon Josefsson <jas@extundo.com>
19974
19975 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19976 t, based on discussion on the ding list with Robert Epprecht
19977 <epprecht@solnet.ch>.
19978
19979 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
19980
19981 * spam-report.el (spam-report-gmane): Make it work without
19982 X-Report-Spam header. Gmane now only provides Archived-At.
19983 This is only used if `spam-report-gmane-use-article-number' is nil.
19984 (spam-report-gmane-spam-header): Remove. Not used anymore.
19985
19986 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19987 make `gnus-summary-sort-by-recipient' work with threading.
19988
19989 * nnweb.el (nnweb-google-wash-article): Print a message if article
19990 is not available.
19991
19992 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19993
19994 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19995 change. Decode text/* parts content before displaying.
19996
19997 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
19998
19999 * mml-smime.el: Remove defvar of gnus-extract-address-components.
20000
20001 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
20002
20003 * mm-view.el (mm-display-inline-fontify): Disable support modes.
20004
20005 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
20006
20007 * message.el (message-tab-body-function): Fix mismatched custom type.
20008
20009 * gnus.el (gnus-group-change-level-function): Ditto.
20010
20011 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20012
20013 * gnus-art.el (gnus-signature-limit)
20014 (gnus-article-mime-part-function): Ditto.
20015
20016 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
20017
20018 * mml.el (mml-mode): Silence the byte compiler.
20019
20020 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20021 using `(sit-for 0)' before moving the point to the specified part;
20022 skip unbuttonized parts.
20023 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20024 return to the summary window if gnus-auto-select-part is non-nil.
20025
20026 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
20027
20028 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20029 New variables.
20030 (mml-dnd-attach-file, mml-mode): Use them.
20031
20032 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20033 Make fetching article by MID work again for Google Groups.
20034 Add FIXME concerning gnus-group-make-web-group.
20035
20036 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20037 Don't depend on Gnus by using mail-extract-address-components if
20038 gnus-extract-address-components is not bound.
20039
20040 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20041
20042 * gnus-art.el (gnus-mime-display-security): Don't display the
20043 signature, but only the signed part.
20044
20045 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
20046
20047 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20048
20049 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20050 list, not listp.
20051
20052 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
20053
20054 * mm-encode.el (mm-encode-content-transfer-encoding):
20055 Likewise when encoding.
20056
20057 * mm-bodies.el (mm-decode-content-transfer-encoding):
20058 De-canonicalize CRLF for all text content types, not just
20059 text/plain.
20060
20061 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
20062
20063 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20064 valid article; point arrow and cursor at the MIME button.
20065
20066 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
20067
20068 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20069 Suggested by Dan Christensen <jdc@uwo.ca>.
20070
20071 * mm-decode.el (mm-save-part): Enable change of prompt.
20072
20073 2005-08-29 Jari Aalto <jari.aalto@cante.net>
20074
20075 * gnus-msg.el (gnus-inews-add-send-actions):
20076 Make `message-post-method' lambda parameter ARG `&optional'.
20077
20078 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
20079
20080 * gnus-sum.el (gnus-summary-mime-map):
20081 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20082 gnus-article-jump-to-part.
20083
20084 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20085 (gnus-article-edit-part): Use it.
20086 (gnus-article-part-wrapper): Add no-handle argument.
20087 (gnus-article-save-part-and-strip, gnus-article-delete-part):
20088 New functions.
20089
20090 2005-08-29 Romain Francoise <romain@orebokech.com>
20091
20092 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20093 docstring.
20094 (gnus-face-from-file): Likewise.
20095
20096 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
20097
20098 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20099 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20100 non-nil.
20101 (gnus-auto-select-part): New variable.
20102 (gnus-article-jump-to-part): New function.
20103 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20104 (gnus-mime-delete-part): Allow selecting specified part after
20105 deleting or stripping parts.
20106 (gnus-article-jump-to-part): Don't use `read-number'. Use last
20107 part if argument is bogus.
20108
20109 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
20110
20111 * gnus-art.el (w3m-minor-mode-map):
20112 * gnus-spec.el (gnus-newsrc-file-version):
20113 * gnus-util.el (nnmail-active-file-coding-system)
20114 (gnus-original-article-buffer, gnus-user-agent):
20115 * gnus.el (gnus-ham-process-destinations)
20116 (gnus-parameter-ham-marks-alist)
20117 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20118 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20119 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20120 * mm-decode.el (gnus-current-window-configuration):
20121 * mm-extern.el (gnus-article-mime-handles):
20122 * mm-url.el (url-current-object, url-package-name)
20123 (url-package-version):
20124 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20125 (smime-keys, w3m-cid-retrieve-function-alist)
20126 (w3m-current-buffer, w3m-display-inline-images)
20127 (w3m-minor-mode-map):
20128 * mml-smime.el (gnus-extract-address-components):
20129 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20130 (gnus-newsrc-hashtb, message-default-charset)
20131 (message-deletable-headers, message-options)
20132 (message-posting-charset, message-required-mail-headers)
20133 (message-required-news-headers):
20134 * mml1991.el (mc-pgp-always-sign):
20135 * mml2015.el (mc-pgp-always-sign):
20136 * nnheader.el (nnmail-extra-headers):
20137 * rfc1843.el (gnus-decode-encoded-word-function)
20138 (gnus-decode-header-function, gnus-newsgroup-name):
20139 * spam-stat.el (gnus-original-article-buffer): Add defvars.
20140
20141 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
20142
20143 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20144 the end of the date treatments.
20145
20146 2005-08-15 Simon Josefsson <jas@extundo.com>
20147
20148 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20149 it in url-handlers.el and XEmacs in url.el. Reported by Luca
20150 Capello and Romain Francoise.
20151 (pgg-fetch-key-function): Remove, not used?
20152 (pgg-insert-url-with-w3): Require url, to get
20153 url-insert-file-contents regardless of where it is defined.
20154
20155 2005-08-13 Romain Francoise <romain@orebokech.com>
20156
20157 * message.el (message-cite-original-1): New function.
20158 (message-cite-original): Use it.
20159 (message-cite-original-without-signature): Ditto.
20160
20161 2005-08-08 Romain Francoise <romain@orebokech.com>
20162
20163 * message.el (message-yank-empty-prefix): New variable.
20164 (message-indent-citation): Use it.
20165 (message-cite-original-without-signature): Respect X-No-Archive.
20166
20167 2005-08-08 Simon Josefsson <jas@extundo.com>
20168
20169 * pgg.el: Autoload url-insert-file-contents instead of loading
20170 w3/url.
20171 (pgg-insert-url-with-w3): Don't load url here.
20172
20173 2005-08-07 Jesper Harder <harder@phys.au.dk>
20174
20175 * message.el (message-kill-to-signature): Don't insert newline at
20176 bol.
20177 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20178
20179 2005-08-06 Romain Francoise <romain@orebokech.com>
20180
20181 * message.el (message-user-fqdn): Fix typo in docstring.
20182
20183 2005-08-05 Daiki Ueno <ueno@unixuser.org>
20184
20185 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20186
20187 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20188
20189 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
20190
20191 * mm-bodies.el (mm-encode-body): Use coding system rather than
20192 charset to encode text.
20193
20194 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20195 number of charsets if utf-8 is available (XEmacs).
20196
20197 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
20198
20199 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20200 taken from `gnus-button-mid-or-mail-regexp'.
20201 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20202 (gnus-button-alist): Improve regexp for domain part of the MIDs
20203 for news:localpart@domain buttons.
20204 (gnus-button-ctan-directory-regexp): Update.
20205
20206 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
20207
20208 * sieve-manage.el (sieve-manage-interactive-login):
20209 Use make-local-variable rather than make-variable-buffer-local.
20210 (sieve-manage-open): Ditto.
20211 (sieve-manage-authenticate): Ditto.
20212
20213 * mml.el (mml-generate-mime-1): Make the content type default to
20214 text/plain if the filename is not specified.
20215
20216 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
20217
20218 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20219 instead of insert-buffer.
20220
20221 * message.el (message-yank-original): Ditto; set the mark at the
20222 end of the yanked message.
20223
20224 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
20225
20226 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20227 lines to scroll rather than to stop it.
20228
20229 * mml.el (mml-generate-default-type): Add doc string.
20230 (mml-generate-mime-1): Use mm-default-file-encoding or make it
20231 default to application/octet-stream when determining the content
20232 type if it is not specified for the part or the mml contents; add
20233 a comment about mml-generate-default-type.
20234
20235 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
20236
20237 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20238 make it default to application/octet-stream when determining the
20239 content type if it is not specified for the external contents.
20240
20241 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
20242
20243 * rfc2231.el (rfc2231-parse-string): Take care that not only a
20244 segmented parameter but also other parameters might be there.
20245
20246 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
20247
20248 * mm-decode.el (mm-display-external): Delete temp file, directory
20249 and buffer immediately if the external process is exited.
20250
20251 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
20252
20253 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20254 fewer lines than that of scroll-margin.
20255 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20256
20257 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
20258
20259 * gnus-art.el (gnus-article-next-page): Revert.
20260 (gnus-article-beginning-of-window): New macro.
20261 (gnus-article-next-page-1): Use it.
20262 (gnus-article-prev-page): Ditto.
20263 (gnus-article-edit-part): Use insert-buffer-substring instead of
20264 insert-buffer.
20265 (gnus-article-edit-exit): Ditto.
20266
20267 * gnus-util.el (gnus-beginning-of-window): Remove.
20268 (gnus-end-of-window): Remove.
20269
20270 2005-07-25 Simon Josefsson <jas@extundo.com>
20271
20272 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20273 to have the url package without w3. Reported by Daiki Ueno
20274 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20275
20276 2005-07-20 Didier Verna <didier@xemacs.org>
20277
20278 * gnus-diary.el: Remove the description comment (nndiary is now
20279 properly documented in the Gnus manual).
20280 Fix the spelling of "Back End".
20281 * nndiary.el: Ditto.
20282 Fix the copyright notice.
20283
20284 2005-07-18 Romain Francoise <romain@orebokech.com>
20285
20286 * gnus-sum.el (gnus-summary-to-prefix)
20287 (gnus-summary-newsgroup-prefix): New variables.
20288 (gnus-summary-from-or-to-or-newsgroups): Use them.
20289
20290 2005-07-17 Romain Francoise <romain@orebokech.com>
20291
20292 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20293 space as it's generally not especially interesting to the user.
20294
20295 2005-07-16 Romain Francoise <romain@orebokech.com>
20296
20297 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20298 nil to avoid prompting and file modification if one of the
20299 messages at the top of the nnfolder file contains a copyright
20300 notice.
20301 Update copyright notice.
20302
20303 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20304 instead of `current-time-string' as the latter creates a time
20305 string that is not RFC 2822 compliant (it lacks the zone).
20306 Update copyright notice.
20307
20308 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
20309
20310 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20311 for text/rtf. Display default in prompt. Pass default for M-n.
20312
20313 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20314
20315 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20316
20317 * gnus-msg.el (gnus-button-mailto):
20318 Remove save-selected-window-window hackery because it relies on
20319 save-selected-window internals.
20320
20321 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
20322
20323 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20324 (gnus-article-next-page-1): Use gnus-beginning-of-window.
20325 (gnus-article-prev-page): Ditto.
20326
20327 * gnus-util.el (gnus-beginning-of-window): New function.
20328 (gnus-end-of-window): New function.
20329
20330 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
20331
20332 * gnus-score.el (gnus-score-edit-all-score):
20333 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20334 gnus-message.
20335
20336 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20337
20338 * gnus-msg.el (gnus-button-mailto):
20339 Remove save-selected-window-window hackery because it relies on
20340 save-selected-window internals.
20341
20342 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
20343
20344 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20345 add-minor-mode.
20346 (gnus-binary-mode): Ditto.
20347
20348 * gnus-topic.el (gnus-topic-mode): Ditto.
20349
20350 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
20351
20352 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20353 (gnus-article-prev-page): Take scroll-margin into consideration.
20354
20355 2005-07-04 Lute Kamstra <lute@gnu.org>
20356
20357 Update FSF's address in GPL notices.
20358
20359 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
20360
20361 * gnus.el (gnus-exit):
20362 * gnus-group.el (gnus-group-icons):
20363 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20364
20365 * gnus-nocem.el (gnus-nocem):
20366 * message.el (message-various, message-buffers, message-sending)
20367 (message-interface, message-forwarding, message-insertion)
20368 (message-headers, message-news, message-mail):
20369 * pgg-gpg.el (pgg-gpg):
20370 * pgg-parse.el (pgg-parse):
20371 * pgg-pgp.el (pgg-pgp):
20372 * pgg-pgp5.el (pgg-pgp5):
20373 * pop3.el (pop3): Finish `defgroup' description with period.
20374
20375 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
20376
20377 * gnus-art.el (article-display-face): Improve the efficiency.
20378 (article-display-x-face): Ditto; remove gray x-face stuff.
20379
20380 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
20381
20382 * gnus-art.el (article-display-face): Correct the position in
20383 which Faces are inserted.
20384
20385 2005-06-29 Didier Verna <didier@xemacs.org>
20386
20387 * gnus-art.el (article-display-face): Display faces in correct
20388 order.
20389
20390 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
20391
20392 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20393 (gnus-fill-real-hashtb): Use hash table instead of obarray.
20394 (gnus-nocem-check-article): Fetch the Type header.
20395 (gnus-nocem-message-wanted-p): Fix the way to examine types.
20396 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20397 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20398 make sure gnus-nocem-hashtb is initialized.
20399 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20400 (gnus-nocem-unwanted-article-p): Ditto.
20401
20402 * pgg.el (pgg-verify): Return the verification result.
20403
20404 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20405
20406 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20407 is ascii.
20408
20409 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
20410
20411 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20412 `show-nonbreak-escape'.
20413
20414 2005-06-23 Lute Kamstra <lute@gnu.org>
20415
20416 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20417
20418 * dig.el (dig-mode):
20419 * smime.el (smime-mode): Use gnus-run-mode-hooks.
20420
20421 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
20422
20423 * nnimap.el (nnimap-split-download-body): Fix spellings.
20424
20425 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
20426
20427 * gnus-art.el (gnus-article-encrypt-body):
20428 * gnus-cus.el (gnus-score-customize):
20429 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20430 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20431
20432 2005-06-16 Arne Jørgensen <arne@arnested.dk>
20433
20434 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20435 header by looking for magic "MII" at the beginning.
20436
20437 2005-06-16 Miles Bader <miles@gnu.org>
20438
20439 * assistant.el (assistant-field): Remove "-face" suffix from face name.
20440 (assistant-field-face): New backward-compatibility alias for renamed
20441 face.
20442 (assistant-render-text): Use renamed assistant-field face.
20443
20444 * spam.el (spam): Remove "-face" suffix from face name.
20445 (spam-face): New backward-compatibility alias for renamed face.
20446 (spam-face, spam-initialize): Use renamed spam face.
20447
20448 * message.el (message-header-to, message-header-cc)
20449 (message-header-subject, message-header-newsgroups)
20450 (message-header-other, message-header-name)
20451 (message-header-xheader, message-separator, message-cited-text)
20452 (message-mml): Remove "-face" suffix from face names.
20453 (message-header-to-face, message-header-cc-face)
20454 (message-header-subject-face, message-header-newsgroups-face)
20455 (message-header-other-face, message-header-name-face)
20456 (message-header-xheader-face, message-separator-face)
20457 (message-cited-text-face, message-mml-face):
20458 New backward-compatibility aliases for renamed faces.
20459 (message-font-lock-keywords): Use renamed message faces.
20460
20461 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20462 (sieve-test-commands, sieve-tagged-arguments):
20463 Remove "-face" suffix from face names.
20464 (sieve-control-commands-face, sieve-action-commands-face)
20465 (sieve-test-commands-face, sieve-tagged-arguments-face):
20466 New backward-compatibility aliases for renamed faces.
20467 (sieve-control-commands-face, sieve-action-commands-face)
20468 (sieve-test-commands-face, sieve-tagged-arguments-face):
20469 Use renamed sieve faces.
20470
20471 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20472 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20473 (gnus-group-news-3-empty, gnus-group-news-4)
20474 (gnus-group-news-4-empty, gnus-group-news-5)
20475 (gnus-group-news-5-empty, gnus-group-news-6)
20476 (gnus-group-news-6-empty, gnus-group-news-low)
20477 (gnus-group-news-low-empty, gnus-group-mail-1)
20478 (gnus-group-mail-1-empty, gnus-group-mail-2)
20479 (gnus-group-mail-2-empty, gnus-group-mail-3)
20480 (gnus-group-mail-3-empty, gnus-group-mail-low)
20481 (gnus-group-mail-low-empty, gnus-summary-selected)
20482 (gnus-summary-cancelled, gnus-summary-high-ticked)
20483 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20484 (gnus-summary-high-ancient, gnus-summary-low-ancient)
20485 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20486 (gnus-summary-low-undownloaded)
20487 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20488 (gnus-summary-low-unread, gnus-summary-normal-unread)
20489 (gnus-summary-high-read, gnus-summary-low-read)
20490 (gnus-summary-normal-read, gnus-splash):
20491 Remove "-face" suffix from face names.
20492 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20493 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20494 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20495 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20496 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20497 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20498 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20499 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20500 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20501 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20502 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20503 (gnus-summary-selected-face, gnus-summary-cancelled-face)
20504 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20505 (gnus-summary-normal-ticked-face)
20506 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20507 (gnus-summary-normal-ancient-face)
20508 (gnus-summary-high-undownloaded-face)
20509 (gnus-summary-low-undownloaded-face)
20510 (gnus-summary-normal-undownloaded-face)
20511 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20512 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20513 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20514 (gnus-splash-face):
20515 New backward-compatibility aliases for renamed faces.
20516 (gnus-group-startup-message): Use renamed gnus faces.
20517
20518 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20519 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20520 (gnus-server-agent): Remove "-face" suffix from face names.
20521 (gnus-server-agent-face, gnus-server-opened-face)
20522 (gnus-server-closed-face, gnus-server-denied-face)
20523 (gnus-server-offline-face):
20524 New backward-compatibility aliases for renamed faces.
20525 (gnus-server-agent-face, gnus-server-opened-face)
20526 (gnus-server-closed-face, gnus-server-denied-face)
20527 (gnus-server-offline-face): Use renamed gnus faces.
20528
20529 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20530 Remove "-face" suffix from face names.
20531 (gnus-picon-xbm-face, gnus-picon-face):
20532 New backward-compatibility aliases for renamed faces.
20533
20534 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20535 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20536 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20537 (gnus-cite-11): Remove "-face" suffix from face names.
20538 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20539 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20540 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20541 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20542 New backward-compatibility aliases for renamed faces.
20543 (gnus-cite-attribution-face, gnus-cite-face-list)
20544 (gnus-article-boring-faces): Use renamed gnus faces.
20545
20546 * gnus-art.el (gnus-signature, gnus-header-from)
20547 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20548 (gnus-header-content): Remove "-face" suffix from face names.
20549 (gnus-signature-face, gnus-header-from-face)
20550 (gnus-header-subject-face, gnus-header-newsgroups-face)
20551 (gnus-header-name-face, gnus-header-content-face):
20552 New backward-compatibility aliases for renamed faces.
20553 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20554
20555 * gnus-sum.el (gnus-summary-selected-face)
20556 (gnus-summary-highlight): Use renamed gnus faces.
20557 * gnus-group.el (gnus-group-highlight): Likewise.
20558
20559 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
20560
20561 * gnus-sieve.el (gnus-sieve-article-add-rule):
20562 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20563 * spam-stat.el (spam-stat-buffer-change-to-spam)
20564 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20565
20566 * message.el (message-is-yours-p):
20567 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20568
20569 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
20570
20571 * mm-view.el (mm-inline-text): Withdraw the last change.
20572
20573 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
20574
20575 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20576 executing enriched-decode.
20577
20578 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
20579
20580 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20581 charset of tar files.
20582
20583 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20584
20585 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20586
20587 2005-06-04 Lute Kamstra <lute@gnu.org>
20588
20589 * nnfolder.el (nnfolder-read-folder): Make sure that undo
20590 information is never recorded.
20591
20592 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20593
20594 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20595
20596 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
20597
20598 * pop3.el (pop3-apop): Run md5 in the binary mode.
20599
20600 * starttls.el (starttls-set-process-query-on-exit-flag):
20601 Use eval-and-compile.
20602
20603 2005-05-31 Simon Josefsson <jas@extundo.com>
20604
20605 * smime.el (smime-replace-in-string): Define.
20606 (smime-cert-by-ldap-1): Use it.
20607
20608 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
20609
20610 * gnus-art.el (article-display-x-face): Replace
20611 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20612
20613 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20614 set-process-query-on-exit-flag or process-kill-without-query.
20615
20616 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20617 loop instead of replace-regexp.
20618
20619 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20620 instead of process-kill-without-query if it is available.
20621
20622 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20623 instead of find-file-hooks if it is available.
20624
20625 * mml1991.el: Bind pgg-default-user-id when compiling.
20626
20627 * mml2015.el: Bind pgg-default-user-id when compiling.
20628
20629 * nndraft.el (nndraft-request-associate-buffer):
20630 Use write-contents-functions instead of write-contents-hooks if it is
20631 available.
20632
20633 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20634 instead of find-file-hooks if it is available.
20635
20636 * nntp.el (nntp-open-connection): Replace
20637 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20638 (nntp-open-ssl-stream): Ditto.
20639 (nntp-open-tls-stream): Ditto.
20640
20641 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20642 set-process-query-on-exit-flag or process-kill-without-query.
20643 (starttls-open-stream-gnutls): Use it instead of
20644 process-kill-without-query.
20645 (starttls-open-stream): Ditto.
20646
20647 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
20648
20649 * smime.el (smime-cert-by-ldap-1): Don't use
20650 replace-regexp-in-string.
20651
20652 2005-05-31 Arne Jørgensen <arne@arnested.dk>
20653
20654 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20655
20656 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20657 in PEM format. Adjust to the XEmacs compatibility.
20658
20659 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
20660
20661 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20662 by `string-to-number'.
20663 * gnus-agent.el (gnus-agent-regenerate-group)
20664 (gnus-agent-fetch-articles): Ditto.
20665 * gnus-art.el (gnus-button-fetch-group): Ditto.
20666 * gnus-cache.el (gnus-cache-generate-active)
20667 (gnus-cache-articles-in-group): Ditto.
20668 * gnus-group.el (gnus-group-set-current-level)
20669 (gnus-group-insert-group-line): Ditto.
20670 * gnus-score.el (gnus-score-set-expunge-below)
20671 (gnus-score-set-mark-below, gnus-summary-score-effect)
20672 (gnus-summary-score-entry): Ditto.
20673 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20674 (gnus-soup-pack): Ditto.
20675 * gnus-spec.el (gnus-xmas-format): Ditto.
20676 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20677 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20678 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20679 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20680 * nndb.el (nndb-get-remote-expire-response): Ditto.
20681 * nndiary.el (nndiary-parse-schedule-value)
20682 (nndiary-string-to-number, nndiary-request-replace-article)
20683 (nndiary-request-article): Ditto.
20684 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20685 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20686 * nneething.el (nneething-make-head): Ditto.
20687 * nnfolder.el (nnfolder-request-article)
20688 (nnfolder-retrieve-headers): Ditto.
20689 * nnheader.el (nnheader-file-to-number): Ditto.
20690 * nnkiboze.el (nnkiboze-request-article): Ditto.
20691 * nnmail.el (nnmail-process-unix-mail-format)
20692 (nnmail-process-babyl-mail-format): Ditto.
20693 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20694 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20695 (nnmh-request-create-group, nnmh-request-list-1)
20696 (nnmh-request-group, nnmh-request-article): Ditto.
20697 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20698 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20699 * nnsoup.el (nnsoup-make-active): Ditto.
20700 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20701 * nntp.el (nntp-find-group-and-number)
20702 (nntp-retrieve-headers-with-xover): Ditto.
20703 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20704 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20705 (pgg-format-key-identifier): Ditto.
20706 * pop3.el (pop3-last, pop3-stat): Ditto.
20707 * qp.el (quoted-printable-decode-region): Ditto.
20708
20709 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20710 of concat.
20711
20712 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
20713
20714 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20715
20716 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20717
20718 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20719
20720 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20721
20722 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20723
20724 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20725
20726 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20727 (gnus-carpal-mode): Ditto.
20728
20729 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20730 (gnus-browse-mode): Ditto.
20731
20732 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20733
20734 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20735
20736 2005-05-29 Richard M. Stallman <rms@gnu.org>
20737
20738 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20739
20740 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
20741
20742 * gnus-util.el (gnus-run-mode-hooks): New function.
20743
20744 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20745
20746 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20747
20748 * gnus-agent.el (gnus-agent-make-mode-line-string):
20749 Use mode-line-highlight as mouse-face.
20750
20751 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
20752
20753 * canlock.el (canlock): Change the parent group to news.
20754
20755 * deuglify.el (gnus-outlook-deuglify): Add :group.
20756
20757 * dig.el (dig): Add :group.
20758
20759 * dns-mode.el (dns-mode): Add :group.
20760
20761 * encrypt.el (encrypt): Add :group.
20762
20763 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20764 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20765 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20766 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20767 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20768
20769 * gnus-diary.el (gnus-diary): Add :group.
20770
20771 * gnus.el (gnus-group-news-1-face): Add :group.
20772 (gnus-group-news-1-empty-face): Ditto.
20773 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20774 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20775 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20776 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20777 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20778 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20779 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20780 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20781 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20782 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20783 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20784 (gnus-summary-high-ticked-face): Ditto.
20785 (gnus-summary-low-ticked-face): Ditto.
20786 (gnus-summary-normal-ticked-face): Ditto.
20787 (gnus-summary-high-ancient-face): Ditto.
20788 (gnus-summary-low-ancient-face): Ditto.
20789 (gnus-summary-normal-ancient-face): Ditto.
20790 (gnus-summary-high-undownloaded-face): Ditto.
20791 (gnus-summary-low-undownloaded-face): Ditto.
20792 (gnus-summary-normal-undownloaded-face): Ditto.
20793 (gnus-summary-high-unread-face): Ditto.
20794 (gnus-summary-low-unread-face): Ditto.
20795 (gnus-summary-normal-unread-face): Ditto.
20796 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20797 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20798
20799 * hashcash.el (hashcash): New custom group.
20800 (hashcash-default-payment): Add :group.
20801 (hashcash-payment-alist): Ditto.
20802 (hashcash-default-accept-payment): Ditto.
20803 (hashcash-accept-resources): Ditto.
20804 (hashcash-path): Ditto.
20805 (hashcash-extra-generate-parameters): Ditto.
20806 (hashcash-double-spend-database): Ditto.
20807 (hashcash-in-news): Ditto.
20808
20809 * message.el (message-minibuffer-local-map): Add :group.
20810
20811 * netrc.el (netrc): Add :group.
20812
20813 * sieve-manage.el (sieve-manage-log): Add :group.
20814 (sieve-manage-default-user): Diito.
20815 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20816 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20817 (sieve-manage-authenticators): Ditto.
20818 (sieve-manage-authenticator-alist): Ditto.
20819 (sieve-manage-default-port): Ditto.
20820
20821 * sieve-mode.el (sieve-control-commands-face): Add :group.
20822 (sieve-action-commands-face): Ditto.
20823 (sieve-test-commands-face): Ditto.
20824 (sieve-tagged-arguments-face): Ditto.
20825
20826 * smime.el (smime): Add :group.
20827
20828 * spam-report.el (spam-report): Add :group.
20829
20830 * spam.el (spam, spam-face): Add :group.
20831
20832 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20833
20834 * nntp.el (nntp-next-result-arrived-p): Some news servers may
20835 return \n.\n.\n at the end of articles. Protect against that.
20836 (nntp-with-open-group): Allow debugging.
20837
20838 * nnheader.el (mail-header-set-extra): Make into a function
20839 because I just could't understand how to quote the list properly.
20840
20841 * dns.el (query-dns-cached): New function.
20842
20843 2005-05-26 Lute Kamstra <lute@gnu.org>
20844
20845 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20846
20847 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
20848
20849 * gnus-art.el: Don't autoload mail-extract-address-components.
20850
20851 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20852 eval-and-compile to evaluate it.
20853
20854 * hashcash.el: Don't autoload executable-find.
20855
20856 * nndb.el: Don't declare the nndb back end two or more times; don't
20857 autoload news-reply-mode, news-setup, cancel-timer and telnet.
20858
20859 * nntp.el: Autoload format-spec instead of format; use
20860 eval-and-compile to evaluate autoload forms.
20861
20862 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
20863
20864 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20865
20866 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20867
20868 * gnus.el (gnus-version-number): Bump version.
20869
20870 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20871
20872 * gnus.el: No Gnus v0.3 is released.
20873
20874 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
20875
20876 * gnus-art.el (gnus-article-edit-part): Disable undo.
20877
20878 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
20879
20880 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20881 gnus-article-date-lapsed-new-header is t if date timer is active;
20882 skip headers in which the original date value is empty.
20883 (gnus-article-save-original-date): Redefine it as a macro.
20884 (gnus-display-mime): Use it.
20885
20886 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
20887
20888 * gnus-art.el (article-date-ut): Support converting date in
20889 forwarded parts as well.
20890 (gnus-article-save-original-date): New function.
20891 (gnus-display-mime): Use it.
20892
20893 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
20894
20895 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20896 enclosure element of <item>.
20897
20898 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
20899
20900 * message.el (message-kill-buffer-query): Rename from
20901 `message-kill-buffer-query-if-modified'. Add :version.
20902
20903 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
20904
20905 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20906 window layout.
20907
20908 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20909
20910 * mml.el: Autoload dnd when compiling.
20911
20912 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
20913
20914 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20915 x-dnd-*.
20916
20917 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20918
20919 * qp.el (quoted-printable-encode-region): Save excursion.
20920
20921 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
20922
20923 * message.el (message-kill-buffer-query-if-modified): Add new variable
20924 so the user can kill a modified message buffer quickly.
20925 (message-kill-buffer): Use it.
20926
20927 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
20928
20929 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
20930 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20931
20932 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20933
20934 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20935 contained in text because xml.el decodes entities) with LFs.
20936
20937 2005-04-11 Lute Kamstra <lute@gnu.org>
20938
20939 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20940 differently.
20941
20942 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20943
20944 * mm-util.el (mm-detect-coding-region): Typo.
20945
20946 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
20947
20948 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20949
20950 2005-04-06 Deepak Goel <deego@gnufans.org>
20951
20952 * spam-stat.el (spam-stat-score-buffer): Add a call to a
20953 user-function allow user modifications of the scores.
20954 (spam-stat-score-buffer-user): New function, to allow
20955 user-computed modifications to the score.
20956 (spam-stat-score-buffer-user-functions): List of additional
20957 scoring functions.
20958 (spam-stat-error-holder): Global temporary error holder.
20959 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20960 variable.
20961
20962 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
20963
20964 * gnus-registry.el (gnus-registry-clean-empty-function)
20965 (gnus-registry-trim, gnus-registry-fetch-groups)
20966 (gnus-registry-delete-group): Groups that match
20967 `gnus-registry-ignored-groups' are removed from the registry
20968 entries, not just ignored for splitting. This helps clean up the
20969 registry. Also, `gnus-registry-fetch-groups' is a convenient way
20970 to get all the groups a message ID is in.
20971
20972 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20973 (spam-stat-split-fancy): Change "threshhold" to "threshold".
20974 (spam-stat-score-buffer-user-functions): Add :number custom type.
20975
20976 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20977
20978 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20979 argument in XEmacs.
20980
20981 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20982 (nnrss-request-group): Decode group name first.
20983 (nnrss-request-article): Make a text/plain article if mml-to-mime
20984 failed.
20985 (nnrss-get-encoding): Return a compatible encoding according to
20986 nnrss-compatible-encoding-alist.
20987 (nnrss-find-el): Use consp instead of listp.
20988 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20989
20990 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20991
20992 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20993 which Emacs 20 doesn't support.
20994 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20995
20996 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
20997
20998 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20999 silence the byte compiler inside the defun.
21000
21001 * gnus-demon.el (parse-time-string): Add autoload.
21002
21003 * gnus-delay.el (parse-time-string): Add autoload.
21004
21005 * gnus-art.el (parse-time-string): Add autoload.
21006
21007 * nnultimate.el (parse-time): Require for `parse-time-string'.
21008
21009 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
21010
21011 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21012
21013 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21014
21015 * smime.el (smime-ldap-host-list): Add :version.
21016
21017 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
21018
21019 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21020 pass it to `gnus-browse-read-group'.
21021 (gnus-browse-read-group): Add NUMBER argument and pass it to
21022 `gnus-group-read-ephemeral-group'.
21023
21024 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21025 argument and pass it to `gnus-group-read-group'.
21026
21027 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
21028
21029 * mm-util.el (mm-xemacs-find-mime-charset): Only call
21030 mm-xemacs-find-mime-charset-1 if we have the mule feature
21031 available at runtime.
21032
21033 2005-03-25 Werner Lemberg <wl@gnu.org>
21034
21035 * nnmaildir.el: Replace `illegal' with `invalid'.
21036
21037 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
21038
21039 * gnus-start.el (gnus-display-time-event-handler):
21040 Check display-time-timer at runtime rather than only at load time
21041 in case display-time-mode is turned off in the mean time.
21042
21043 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
21044
21045 * nnimap.el (nnimap-open-connection): Print which authinfo file is
21046 used.
21047
21048 * nneething.el (nneething-map-file-directory): Derive from
21049 `gnus-directory'.
21050
21051 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21052 the To/Cc button.
21053
21054 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
21055
21056 * nnmaildir.el (nnmaildir-request-accept-article):
21057 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21058
21059 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
21060
21061 * gnus-async.el: Require timer-funcs at compile time when in
21062 XEmacs for `run-with-idle-timer'.
21063
21064 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
21065
21066 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21067 autoloaded function.
21068
21069 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21070
21071 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21072
21073 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
21074
21075 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21076
21077 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21078
21079 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21080 Add gnus-expert-user to default.
21081
21082 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
21083
21084 * nnimap.el (nnimap-open-server): Ditto.
21085
21086 * imap.el (imap-authenticate): Fix typo.
21087
21088 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
21089
21090 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21091 buffer (since IMAP server might return FETCH response out of
21092 order, and the nntp buffer must be sorted).
21093
21094 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
21095
21096 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21097 comparison on string.
21098
21099 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21100 (gnus-agent-score): Rename category keywords to match gnus-cus.
21101 (gnus-agent-summary-fetch-series): Modify to protect against
21102 gnus-agent-summary-fetch-group clearing processable flags.
21103 (gnus-agent-synchronize-group-flags): Update live group buffer as
21104 synchronization may occur due to the user toggle the plugged
21105 status.
21106 (gnus-agent-fetch-group-1): Clear downloadable flag when article
21107 successfully downloaded.
21108 (gnus-agent-expire-group-1): Avoid using markers when the overview
21109 is in ascending order; greatly improves performance.
21110 (gnus-agent-regenerate-group):
21111 Use gnus-agent-synchronize-group-flags to reset read status in both
21112 gnus and server.
21113 (gnus-agent-update-files-total-fetched-for): Fix initial size.
21114
21115 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21116
21117 * message.el: Don't autoload former message-utils variables.
21118 (message-strip-subject-trailing-was): Change doc string.
21119
21120 * nnweb.el: Fixes for `gnus-group-make-web-group'.
21121 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
21122 (nnweb-google-search): Add "hl=en" here.
21123 (nnweb-google-parse-1, nnweb-google-create-mapping):
21124 Don't hardcode URL.
21125
21126 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
21127
21128 * message.el (message-get-reply-headers, message-followup):
21129 Mention related variables `message-use-followup-to' and
21130 `message-use-mail-followup-to', in the information buffer.
21131
21132 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21133 of broken groups(-beta).google.com.
21134
21135 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
21136
21137 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21138 parameter to invoked gnus-request-move-article; remove the
21139 redundant gnus-sum-hint-move-is-internal variable; apply the marks
21140 all at once instead of once per article.
21141 (gnus-summary-remove-process-mark): Accept a list of articles as
21142 well as a single article for processing.
21143
21144 * gnus-int.el (gnus-request-move-article): Add move-is-internal
21145 parameter.
21146
21147 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21148
21149 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21150
21151 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21152 parameter.
21153
21154 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21155 parameter.
21156
21157 * nnimap.el (nnimap-request-move-article): Add move-is-internal
21158 parameter and remove the gnus-sum-hint-move-is-internal variable.
21159
21160 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21161 parameter.
21162
21163 * nndraft.el (nndraft-request-move-article): Add move-is-internal
21164 parameter.
21165
21166 * nndiary.el (nndiary-request-move-article): Add move-is-internal
21167 parameter.
21168
21169 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21170
21171 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21172 parameter.
21173
21174 * nnagent.el (nnagent-request-move-article): Add move-is-internal
21175 parameter.
21176
21177 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
21178
21179 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21180 a more conservative way.
21181
21182 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21183
21184 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21185 buffer, so it moves the window's cursor.
21186
21187 2005-02-26 Arne Jørgensen <arne@arnested.dk>
21188
21189 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21190 `mm-dissect-multipart' and receive the from field as an (optional)
21191 argument from `mm-dissect-multipart'.
21192 (mm-dissect-multipart): Receive the from field as an argument and
21193 pass it on when we call `mm-dissect-buffer' on MIME parts.
21194 Fixes verification/decryption of signed/encrypted MIME parts.
21195
21196 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
21197
21198 * gnus-sum.el (gnus-summary-move-article):
21199 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21200 whatever it calls (right now, only nnimap-request-move article
21201 respects it).
21202
21203 * nnimap.el (nnimap-request-move-article):
21204 When gnus-sum-hint-move-is-internal is set, don't do the extra
21205 nnimap-request-article.
21206
21207 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
21208
21209 * nnheader.el (nnheader-find-file-noselect): Add doc string.
21210
21211 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21212 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21213
21214 * gnus-sum.el (gnus-summary-caesar-message):
21215 Apply `gnus-treat-article' after rotation.
21216
21217 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21218 doc string.
21219
21220 2005-02-22 Simon Josefsson <jas@extundo.com>
21221
21222 * encrypt.el (encrypt-password-cache-expiry): Remove (use
21223 `password-cache-expiry' instead). Reported by Arne Jørgensen
21224 <arne@arnested.dk>.
21225 (encrypt): Add password-cache and password-cache-expiry as group
21226 members.
21227
21228 2005-02-22 Arne Jørgensen <arne@arnested.dk>
21229
21230 * smime.el (smime-ldap-host-list): Doc fix.
21231 (smime-ask-passphrase): Use `password-read-and-add' to read (and
21232 cache) password.
21233 (smime-sign-region): Use it.
21234 (smime-decrypt-region): Use it.
21235 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21236 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21237 fails.
21238 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21239 certificate from DER to PEM format rather than calling openssl.
21240
21241 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21242
21243 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21244 for signing/encryption.
21245
21246 * mml.el (mml-parse-1): Use them.
21247
21248 2005-02-21 Arne Jørgensen <arne@arnested.dk>
21249
21250 * nnrss.el (nnrss-verbose): Remove.
21251 (nnrss-request-group): Use `nnheader-message' instead.
21252
21253 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
21254
21255 * nnrss.el (nnrss-verbose): New variable.
21256 (nnrss-request-group): Make it say nnrss is requesting a group.
21257
21258 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
21259
21260 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21261 Handle news URL with given port correctly.
21262
21263 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
21264
21265 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21266 containing special characters.
21267
21268 * gnus-sum.el (gnus-summary-edit-article): Ditto.
21269
21270 * mml.el (mime-to-mml): Ditto.
21271
21272 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21273 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21274 (rfc2047-decode-region): Quote decoded words containing special
21275 characters when rfc2047-quote-decoded-words-containing-tspecials
21276 is non-nil.
21277
21278 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
21279
21280 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21281
21282 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21283
21284 2005-02-15 Simon Josefsson <jas@extundo.com>
21285
21286 * nnimap.el (nnimap-debug): Doc fix.
21287
21288 * imap.el (imap-debug): Doc fix.
21289
21290 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
21291
21292 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21293
21294 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
21295
21296 * gnus.el (spam-contents): Improve docs for spam-contents
21297 parameter in its variable incarnation.
21298
21299 2005-02-14 Simon Josefsson <jas@extundo.com>
21300
21301 * smime-ldap.el: Use require instead of load-library for ldap.
21302 (smime-ldap-search): Indent.
21303 (smime-ldap-search-internal): Shorten line.
21304
21305 * smime.el (smime-cert-by-dns): Add doc-string.
21306 (smime-cert-by-ldap-1): Indent.
21307
21308 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21309 mml-smime-get-dns-ldap.
21310 (mml-smime-encrypt-query): Use new function. Default to ldap.
21311
21312 2005-02-14 Arne Jørgensen <arne@arnested.dk>
21313
21314 * smime.el: Require smime-ldap.
21315 (smime-ldap-host-list): New variable.
21316 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21317
21318 * mml-smime.el (mml-smime-encrypt-query): New function.
21319 (mml-smime-encrypt-query): Use it.
21320
21321 * smime-ldap.el: New file.
21322
21323 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
21324
21325 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21326
21327 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
21328
21329 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21330 argument in doc string. Make query for type more clear.
21331
21332 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
21333
21334 * gnus.el (gnus-group-startup-message): Search for gnus images in
21335 etc/images/gnus.
21336 * mm-util.el (mm-image-load-path): Likewise.
21337 * smiley.el (smiley-data-directory): Search for smilies in
21338 etc/images/smilies.
21339
21340 2005-02-09 Kim F. Storm <storm@cua.dk>
21341
21342 Change Emacs release version from 21.4 to 22.1 throughout.
21343 Change Emacs development version from 21.3.50 to 22.0.50.
21344
21345 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
21346
21347 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21348
21349 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21350 non-Mule XEmacs as well.
21351 (mm-decompress-buffer): Signal an error intentionally if it does
21352 not decompress compressed data because auto-compression-mode is
21353 disabled.
21354
21355 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
21356
21357 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21358 an ID in the registry even if it has no groups.
21359
21360 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
21361
21362 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21363 merge it into mm-decompress-buffer.
21364 (gnus-mime-copy-part): Use the MIME part charset, the value which
21365 a user specified or gnus-newsgroup-charset for decoding, like
21366 gnus-mime-inline-part does; set buffer-file-coding-system to tell
21367 save-buffer what was used. Suggested by Kevin Ryde
21368 <user42@zip.com.au>.
21369 (gnus-mime-inline-part): Allow the name parameter as well as the
21370 filename parameter; force decompressing of compressed data; always
21371 display contents being not decoded as unibyte.
21372
21373 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21374 as well as the filename parameter.
21375
21376 * mm-util.el (mm-decompress-buffer):
21377 Merge gnus-mime-jka-compr-maybe-uncompress.
21378 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21379 of compressed data.
21380
21381 2005-02-08 Simon Josefsson <jas@extundo.com>
21382
21383 * imap.el (imap-log): Doc fix.
21384
21385 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
21386
21387 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21388 the coding cookies; decompress compressed parts.
21389
21390 * mml.el (mml-generate-mime-1): Add the charset parameter according
21391 to the value which a user specified manually or the coding cookie.
21392
21393 * mm-util.el (mm-string-to-multibyte): New function.
21394 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21395 (mm-coding-system-to-mime-charset): New function.
21396 (mm-decompress-buffer): New function.
21397 (mm-find-buffer-file-coding-system): New function.
21398
21399 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21400 (mm-display-inline-fontify): Rewrite for decoding and decompressing
21401 parts.
21402
21403 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21404
21405 * mm-view.el (mm-display-inline-fontify): Decode a part according
21406 to the charset parameter.
21407
21408 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
21409
21410 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21411 prefix arg is neither nil nor a number, as info specifies.
21412
21413 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
21414
21415 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21416 timestamps.
21417
21418 2005-02-02 Jari Aalto <jari.aalto@cante.net>
21419
21420 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21421 groups error checking and notify user.
21422
21423 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
21424
21425 * message.el (message-send-mail-function): Check existence of
21426 sendmail-program first before using default value
21427 `message-send-mail-with-sendmail'. Otherwise use more generic
21428 `smtpmail-send-it'.
21429
21430 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
21431
21432 * nntp.el (nntp-request-update-info): Always return nil.
21433
21434 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
21435
21436 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21437
21438 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21439
21440 * message.el (message-beginning-of-line): Change the behavior when
21441 invoked between BOL and : so that it first moves backward.
21442
21443 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21444
21445 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21446 article buffer when editing of the article is discarded.
21447 (gnus-article-prepare): Revert.
21448
21449 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21450
21451 * gnus-art.el (gnus-article-prepare):
21452 Remove message-strip-forbidden-properties from the local hook.
21453
21454 2005-01-27 Simon Josefsson <jas@extundo.com>
21455
21456 * password.el (password-cache-add): Only start one timer per key.
21457 Reported by Derek Atkins <warlord@MIT.EDU>.
21458
21459 2005-01-26 Steve Youngs <steve@sxemacs.org>
21460
21461 * run-at-time.el: Remove. It is no longer needed as
21462 timer-funcs.el in the xemacs-base package has a working version of
21463 `run-at-time'.
21464
21465 * password.el: Require timer-funcs instead of run-at-time in
21466 XEmacs.
21467 Remove `password-run-at-time' macro.
21468 (password-cache-add): Use `run-at-time' instead of
21469 `password-run-at-time'.
21470
21471 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21472 for `run-with-idle-timer'.
21473
21474 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21475 for `run-at-time'.
21476
21477 * mm-url.el: Require timer-funcs at compile time when in XEmacs
21478 for `with-timeout'.
21479
21480 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
21481
21482 * mml.el (mml-generate-mime-1): Convert string into unibyte when
21483 inserting " *mml*" buffer's contents into a unibyte temp buffer.
21484
21485 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
21486
21487 * mail-source.el (mail-source-fetch-imap): Search for ^From case
21488 sensitively.
21489
21490 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
21491
21492 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21493
21494 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
21495
21496 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21497 which will be inserted according to the multibyteness of a buffer
21498 rather than the type of contents. Suggested by ARISAWA Akihiro
21499 <ari@mbf.ocn.ne.jp>.
21500
21501 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21502 of string which old xml.el may return rather than a string.
21503
21504 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
21505
21506 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21507
21508 2005-01-16 Simon Josefsson <jas@extundo.com>
21509
21510 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21511 idn/idna.el isn't available.
21512 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
21513 <michael@waxrat.com>.
21514
21515 * hashcash.el: Remove non-FSF copyright header.
21516
21517 * hashcash.el (hashcash-extra-generate-parameters): New variable.
21518 (hashcash-generate-payment): Use it.
21519 (hashcash-generate-payment-async): Use it.
21520
21521 2005-01-15 Simon Josefsson <jas@extundo.com>
21522
21523 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21524 Suggested by Raymond Scholz <ray-2005@zonix.de>.
21525
21526 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21527 gnus-summary-idna-message.
21528 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21529 (gnus-summary-idna-message): New function.
21530
21531 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
21532
21533 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21534 gnus-novice-user.
21535
21536 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
21537
21538 * nnrss.el (nnrss-request-delete-group): Delete entries in
21539 nnrss-group-alist as well.
21540 (nnrss-save-server-data): Insert newline.
21541
21542 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
21543
21544 * gnus.el (gnus-user-agent): Use list of symbols instead of
21545 symbols. Display full version number for (S)XEmacs.
21546 Optionally display (S)XEmacs codename.
21547
21548 * gnus-util.el (gnus-emacs-version): Update for new
21549 `gnus-user-agent'.
21550
21551 * gnus-msg.el (gnus-extended-version): Make it possible to omit
21552 Gnus version.
21553
21554 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21555
21556 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
21557 which is unreadable in some setups.
21558
21559 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21560
21561 * gnus-spec.el (gnus-update-format-specifications): Flush the
21562 group format spec cache if it doesn't support decoded group names.
21563
21564 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
21565
21566 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21567 Allow to apply decay on score files matching a regexp.
21568
21569 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
21570
21571 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21572 compatibility in %g and %c.
21573
21574 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
21575
21576 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21577 name for only %g and %c.
21578 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21579 of gnus-tmp-group to decoded group name.
21580 (gnus-group-make-rss-group): Exclude `/'s from group names.
21581
21582 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
21583
21584 * nnrss.el (nnrss-get-encoding): Fix regexp.
21585
21586 2004-12-27 Simon Josefsson <jas@extundo.com>
21587
21588 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21589 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21590 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
21591
21592 2004-12-17 Kim F. Storm <storm@cua.dk>
21593
21594 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21595
21596 * gnus-sum.el (gnus-summary-mode-map): Likewise.
21597
21598 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21599
21600 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21601
21602 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
21603
21604 * nnrss.el: Require rfc2047 and mml.
21605 (nnrss-file-coding-system): New variable.
21606 (nnrss-format-string): Redefine it as an inline function.
21607 (nnrss-decode-group-name): New function.
21608 (nnrss-string-as-multibyte): Remove.
21609 (nnrss-retrieve-headers): Decode group name; don't use
21610 nnrss-format-string.
21611 (nnrss-request-group): Decode group name.
21612 (nnrss-request-article): Decode group name; allow a Message-ID as
21613 well as an article number; don't use nnrss-format-string; encode a
21614 Message-ID string which may contain non-ASCII characters; use
21615 mml-to-mime to compose a MIME article.
21616 (nnrss-request-expire-articles): Decode group name.
21617 (nnrss-request-delete-group): Decode group name.
21618 (nnrss-fetch): Clarify error message.
21619 (nnrss-read-server-data): Use insert-file-contents instead of load;
21620 bind file-name-coding-system; use multibyte buffer.
21621 (nnrss-save-server-data): Bind coding-system-for-write to the
21622 value of nnrss-file-coding-system; bind file-name-coding-system;
21623 add coding cookie.
21624 (nnrss-read-group-data): Use insert-file-contents instead of load;
21625 bind file-name-coding-system; use multibyte buffer.
21626 (nnrss-save-group-data): Bind coding-system-for-write to the
21627 value of nnrss-file-coding-system; bind file-name-coding-system.
21628 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21629 make it work with non-ASCII text.
21630 (nnrss-find-el): Make it work with old xml.el as well.
21631
21632 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21633
21634 * nnrss.el (nnrss-get-encoding): New function.
21635 (nnrss-fetch): Use unibyte buffer initially; bind
21636 coding-system-for-read while performing mm-url-insert; remove ^Ms;
21637 decode contents according to the encoding attribute.
21638 (nnrss-save-group-data): Add coding cookie.
21639 (nnrss-mime-encode-string): New function.
21640 (nnrss-check-group): Use it to encode subject and author.
21641
21642 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
21643
21644 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21645 imaginary variable.
21646
21647 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
21648
21649 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21650 correctly even if there are wide characters.
21651
21652 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
21653
21654 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21655 downcased symbol names; make a new cache instead of reusing
21656 bbdb-hashtable.
21657
21658 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
21659
21660 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21661 concatenating segments rather than before concatenating them.
21662 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21663
21664 * message.el (message-get-reply-headers): Bind `extra'.
21665
21666 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21667
21668 * message.el (message-extra-wide-headers): New variable.
21669 (message-get-reply-headers): Use it.
21670
21671 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
21672
21673 * gnus-agent.el (gnus-agent-group-path): Decode group name.
21674 (gnus-agent-group-pathname): Ditto.
21675
21676 * gnus-cache.el (gnus-cache-file-name): Decode group name.
21677
21678 * gnus-group.el (gnus-group-make-group): Decode group name.
21679 (gnus-group-make-rss-group): Register the group data after opening
21680 the nnrss group.
21681
21682 2004-12-17 Paul Jarc <prj@po.cwru.edu>
21683
21684 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21685 by expiry now get marked as read.
21686
21687 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21688
21689 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21690
21691 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
21692
21693 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21694 unify Latin characters in XEmacs.
21695 (mm-find-mime-charset-region): Use it.
21696
21697 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21698
21699 * gnus-util.el (gnus-delete-directory): New function.
21700
21701 * gnus-agent.el (gnus-agent-delete-group): Use it.
21702
21703 * gnus-cache.el (gnus-cache-delete-group): Use it.
21704
21705 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
21706
21707 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21708 names.
21709
21710 2004-12-16 Simon Josefsson <jas@extundo.com>
21711
21712 * hashcash.el (hashcash-payment-alist): Fix custom :type.
21713
21714 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
21715
21716 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21717
21718 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21719 (gnus-group-set-current-level): Decode group name.
21720
21721 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
21722
21723 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21724 failed.
21725
21726 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
21727
21728 * gnus-group.el (gnus-group-delete-group): Decode group name.
21729 (gnus-group-make-rss-group): Encode group name.
21730 (gnus-group-catchup-current): Decode group name.
21731 (gnus-group-kill-group): Decode group name.
21732
21733 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
21734
21735 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21736
21737 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
21738
21739 * gnus-group.el (gnus-group-make-rss-group):
21740 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21741
21742 * gnus-start.el (gnus-setup-news): Honor user's setting to
21743 gnus-message-archive-method. Suggested by Lute Kamstra
21744 <lute@gnu.org>.
21745
21746 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
21747
21748 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21749 global counterparts of the buffer-local variables.
21750
21751 2004-11-16 Romain Francoise <romain@orebokech.com>
21752
21753 * gnus-sum.el (gnus-summary-exit): Don't clear the global
21754 counterparts of the buffer-local variables.
21755
21756 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21757
21758 * message.el (message-forbidden-properties): Fix typo in doc
21759 string.
21760
21761 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21762
21763 * gnus-util.el (gnus-replace-in-string): Add doc string.
21764
21765 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21766 to avoid problems when splitting mails with many recipients.
21767
21768 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21769
21770 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21771 pop-to-buffer, covered by the subsequent gnus-configure-windows.
21772
21773 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
21774
21775 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21776 if there is no hashtable in memory or file modification time is
21777 newer than cached timestamp.
21778
21779 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
21780
21781 * gnus-sum.el (gnus-summary-limit-to-recipient):
21782 Implement not-matching option.
21783
21784 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
21785
21786 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21787 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21788 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21789 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21790 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
21791 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21792
21793 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
21794
21795 * message.el (message-forward-make-body-mml): Remove headers
21796 according to message-forward-ignored-headers if a message is decoded.
21797
21798 2004-12-02 Romain Francoise <romain@orebokech.com>
21799
21800 * message.el (message-forward-make-body-plain): Always remove
21801 headers according to message-forward-ignored-headers.
21802
21803 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
21804
21805 * spam.el (spam-summary-prepare-exit): Remove the
21806 gnus-summary-limit pop for now, it has problems with ham marks for
21807 me.
21808
21809 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
21810
21811 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21812 correctly.
21813
21814 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
21815
21816 * format-spec.el (format-spec): Message the char.
21817
21818 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
21819
21820 * gnus-art.el (gnus-split-methods): Reformat comments.
21821
21822 * spam.el (spam-summary-prepare-exit): Remove article limits
21823 before exiting the summary buffer.
21824
21825 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21826
21827 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21828 order to silence the byte compiler.
21829
21830 * spam.el: Fix the way to silence the byte compiler, which
21831 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21832 bbdb-search-simple, spam-BBDB-register-routine,
21833 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21834 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21835 spam-stat-buffer-is-spam, spam-stat-load,
21836 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21837 spam-stat-save and spam-stat-split-fancy.
21838
21839 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21840
21841 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21842 which may confuse users.
21843 (canlock-password-for-verify): Ditto.
21844
21845 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21846
21847 * gnus-art.el (gnus-emphasis-alist): Ditto.
21848
21849 * gnus-registry.el (gnus-registry-max-entries): Ditto.
21850
21851 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21852
21853 * gnus-start.el (gnus-save-killed-list): Ditto.
21854
21855 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21856 (gnus-sum-thread-tree-root): Ditto.
21857 (gnus-sum-thread-tree-false-root): Ditto.
21858 (gnus-sum-thread-tree-single-indent): Ditto.
21859
21860 * message.el (message-courtesy-message): Ditto.
21861 (message-archive-note): Ditto.
21862 (message-subscribed-address-file): Ditto.
21863 (message-user-fqdn): Ditto.
21864
21865 * spam-report.el (spam-report-gmane-regex): Ditto.
21866
21867 * spam.el (spam-blackhole-good-server-regex): Ditto.
21868
21869 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21870
21871 * mml.el (mml-preview): Widen the message buffer before copying
21872 the contents to the preview buffer; sort headers before previewing.
21873
21874 * message.el (message-hidden-headers): Fix the way to avoid a bug
21875 in the `repeat' widget in Emacs 21.3 or earlier.
21876
21877 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21878
21879 * message.el (message-hidden-headers): Default to "^References:".
21880 Improve customization type. Suggested by Reiner Steib
21881 <Reiner.Steib@gmx.de>.
21882
21883 2004-11-25 Romain Francoise <romain@orebokech.com>
21884
21885 * message.el (message-strip-forbidden-properties): Remove check for
21886 obsolete `message-hidden' text property, hidden headers are not
21887 accessible in the buffer anymore.
21888
21889 2004-11-22 Romain Francoise <romain@orebokech.com>
21890
21891 * message.el (message-header-format-alist): Add `From' in list
21892 so that it can be sorted.
21893 (message-fix-before-sending): Widen and sort headers before
21894 sending.
21895 (message-hide-headers): Use narrowing to hide headers by moving
21896 them to the top of the buffer and narrowing to the region
21897 underneath.
21898
21899 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21900
21901 * message.el (message-strip-forbidden-properties):
21902 Bind buffer-read-only (etc) to nil.
21903
21904 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
21905
21906 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21907 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21908
21909 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
21910
21911 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21912
21913 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21914
21915 * dns.el (query-dns): Use sit-for to time instead of
21916 accept-process-output, since that doesn't seem to work on udp
21917 sockets.
21918
21919 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
21920
21921 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21922
21923 2004-11-15 Jesper Harder <harder@ifa.au.dk>
21924
21925 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21926 doc string. Improve doc string.
21927
21928 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
21929
21930 * nntp.el (nntp-request-update-info): Return nil if
21931 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21932 may not call gnus-activate-group which uselessly issues the GROUP
21933 commands for all nntp groups and wastes time. Reported by Romain
21934 Francoise <romain@orebokech.com>.
21935
21936 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21937
21938 2004-11-15 Simon Josefsson <jas@extundo.com>
21939
21940 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21941 headers separately.
21942 (gnus-button-openpgp): New function, inspired by Jochen Küpper
21943 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21944
21945 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
21946
21947 * gnus-start.el (gnus-convert-old-newsrc):
21948 Assign legacy-gnus-agent to 5.10.7.
21949
21950 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21951
21952 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21953 start of the lines.
21954
21955 2004-11-14 Magnus Henoch <mange@freemail.hu>
21956
21957 * hashcash.el (hashcash-default-payment): Change default to 20.
21958 (hashcash-default-accept-payment): Change default to 20.
21959 (hashcash-process-alist): New variable.
21960 (hashcash-generate-payment-async): Add.
21961 (hashcash-already-paid-p): Add.
21962 (hashcash-insert-payment): Don't generate payments twice.
21963 (hashcash-insert-payment-async): Add.
21964 (hashcash-insert-payment-async-2): Add.
21965 (hashcash-cancel-async): Add.
21966 (hashcash-wait-async): Add.
21967 (hashcash-processes-running-p): Add.
21968 (hashcash-wait-or-cancel): Add.
21969 (mail-add-payment): New optional argument. Conditionally start
21970 asynchronous calculation.
21971 (mail-add-payment-async): Add.
21972
21973 * message.el (message-send-mail): Wait for asynchronous hashcash
21974 results. Don't clobber existing X-Hashcash headers.
21975 (message-setup-1): Call mail-add-payment-async when
21976 message-generate-hashcash is non-nil.
21977
21978 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21979
21980 * message.el (message-use-alternative-email-as-from): Examine the
21981 From header as well; use message-make-from in order to include a
21982 user's full name.
21983
21984 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
21985
21986 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21987 default; improve customization type.
21988 (gnus-emphasis-custom-with-format): New macro.
21989 (gnus-emphasis-custom-value-to-external): New function.
21990 (gnus-emphasis-custom-value-to-internal): New function.
21991
21992 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21993
21994 * dns.el (query-dns): Resolve reverse addresses.
21995
21996 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21997
21998 * gnus-group.el (gnus-group-get-new-news): Use it.
21999
22000 * gnus-start.el (gnus-check-reasonable-setup): New function.
22001
22002 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
22003
22004 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22005 "Args out of range" error. Reported by Arnaud Giersch
22006 <arnaud.giersch@free.fr>.
22007
22008 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
22009
22010 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22011
22012 2004-11-04 Richard M. Stallman <rms@gnu.org>
22013
22014 * spam.el (spam group): Add :version.
22015
22016 * pgg-def.el (pgg group): Add :version.
22017
22018 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
22019
22020 * gnus-art.el (gnus-article-edit-article): Don't associate the
22021 article buffer with a draft file. This is a temporary measure
22022 against the 2004-08-22 change to gnus-article-edit-mode.
22023
22024 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
22025
22026 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22027 (html2text-format-tags): Remove unused variable `attr'.
22028
22029 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
22030
22031 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22032
22033 * spam-stat.el (spam-stat): Add :version.
22034
22035 * sieve.el (sieve): Add :version.
22036
22037 * sha1.el (sha1): Add :version.
22038 (sha1-use-external): Remove redundant version.
22039
22040 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22041 (nnmail-cache-ignore-groups, nnmail-spool-hook)
22042 (nnmail-split-fancy-match-partial-words)
22043 (nnmail-split-lowercase-expanded): Add :version.
22044
22045 * nndiary.el (nndiary): Add :version.
22046
22047 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22048
22049 * mml-sec.el (mml-default-sign-method)
22050 (mml-default-encrypt-method, mml-signencrypt-style-alist):
22051 Add :version.
22052
22053 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22054
22055 * mm-url.el (mm-url-use-external, mm-url-program)
22056 (mm-url-arguments): Add :version.
22057
22058 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22059 (mm-attachment-file-modes, mm-decrypt-option)
22060 (mm-w3m-safe-url-regexp): Add :version.
22061
22062 * message.el (message-cite-prefix-regexp)
22063 (message-sendmail-envelope-from, message-minibuffer-local-map)
22064 (message-user-fqdn, message-completion-alist): Add :version.
22065
22066 * gnus-win.el (gnus-configure-windows-hook)
22067 (gnus-use-frames-on-any-display): Add :version.
22068
22069 * gnus-art.el (gnus-article-address-banner-alist)
22070 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22071 (gnus-treat-from-picon, gnus-treat-mail-picon)
22072 (gnus-treat-x-pgp-sig): Add :version.
22073
22074 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22075 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22076 (gnus-summary-article-delete-hook)
22077 (gnus-summary-display-while-building): Add :version.
22078
22079 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22080 (gnus-get-top-new-news-hook): Add :version.
22081
22082 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22083 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22084
22085 * gnus-registry.el (gnus-registry): Add :version.
22086
22087 * gnus-spec.el (gnus-use-correct-string-widths)
22088 (gnus-make-format-preserve-properties): Add :version.
22089
22090 * gnus.el (gnus-group-charter-alist)
22091 (gnus-group-fetch-control-use-browse-url)
22092 (gnus-install-group-spam-parameters): Add :version.
22093
22094 * gnus-diary.el (gnus-diary): Add :version.
22095
22096 * gnus-delay.el (gnus-delay): Add :version.
22097
22098 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22099 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22100 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22101 Add :version.
22102
22103 * gnus-agent.el (gnus-agent-max-fetch-size)
22104 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22105 (gnus-agent-prompt-send-queue): Add :version.
22106
22107 * deuglify.el (gnus-outlook-deuglify): Add :version.
22108
22109 * html2text.el: Beautify code. Improve doc strings.
22110 Some checkdoc cleanup.
22111 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22112
22113 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
22114
22115 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22116
22117 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
22118
22119 * gnus-registry.el (gnus-registry-hashtb): Create the registry
22120 when package is loaded.
22121
22122 * spam.el (spam-summary-score-preferred-header): Add global preference
22123 for people who want to override the default SpamAssassin over
22124 Bogofilter preference (when both are set).
22125 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22126 (spam-user-format-function-S):
22127 Check spam-summary-score-preferred-header.
22128 (spam-extra-header-to-number): Add X-Bogosity header parsing.
22129 (spam-user-format-function-S): Format the score correctly.
22130
22131 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
22132
22133 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22134 signature file. Suggested by Manoj Srivastava
22135 <srivasta@golden-gryphon.com>.
22136
22137 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22138 iso-2022-jp even in the Japanese language environment.
22139 Suggested by Jason Rumney <jasonr@gnu.org>.
22140
22141 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
22142
22143 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22144 use the same characters as the dummy marks; make it free from
22145 getting affected by the language environment.
22146 (gnus-summary-read-group-1): Update mark positions only when the
22147 format spec is updated.
22148
22149 * gnus-spec.el (gnus-update-format-specifications): Return a list
22150 of updated types.
22151
22152 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
22153
22154 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22155 of boundp to check if display-warning is available.
22156
22157 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
22158
22159 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22160
22161 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
22162
22163 * nnspool.el (nnspool-spool-directory): Use news-path if the
22164 news-directory variable is not bound.
22165
22166 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22167 function instead of display-warning if it is not available.
22168
22169 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
22170
22171 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22172 v5-10: Use `point-at-bol'.
22173
22174 2004-10-26 Simon Josefsson <jas@extundo.com>
22175
22176 * hashcash.el: Fix URL in comment, reported by Cheng Gao
22177 <chenggao@gmail.com>.
22178
22179 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22180
22181 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
22182 instead.
22183
22184 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
22185
22186 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22187 to remove a server from the nnimap-server-buffer-alist.
22188 (nnimap-open-connection, nnimap-close-server): Use it.
22189
22190 * gnus-encrypt.el: Remove file in favor of encrypt.el.
22191
22192 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
22193
22194 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22195 running the major-mode function.
22196
22197 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
22198
22199 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22200 dummy marks in the right way.
22201
22202 2004-10-18 David Edmondson <dme@dme.org>
22203
22204 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22205 excessively.
22206
22207 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
22208
22209 * gnus-util.el (gnus-split-references): Accept a nil references
22210 string and go on blissfully.
22211
22212 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22213 cases where the references string is non-nil but has no references.
22214
22215 * encrypt.el: Add autoload tags.
22216
22217 * spam.el (spam-resolve-registrations-routine): Remove article
22218 from unregistration list too. Reported by David Hanak
22219 <dhanak@isis.vanderbilt.edu>
22220
22221 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
22222
22223 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22224 nil. Change custom type.
22225
22226 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
22227
22228 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22229
22230 * gnus-sum.el (gnus-summary-move-article): Use it.
22231
22232 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
22233
22234 * encrypt.el: Add autoload cookies.
22235
22236 * spam.el (spam-backend-article-list-property)
22237 (spam-backend-get-article-todo-list)
22238 (spam-backend-put-article-todo-list)
22239 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22240 Resolve registrations separately.
22241 (spam-register-routine): Format comments.
22242 (spam-unregister-routine, spam-register-routine): Always call with
22243 specific-articles, no default list.
22244 (spam-summary-prepare-exit): Use the spam-classifications function.
22245
22246 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22247 gnus-encrypt.el.
22248
22249 * encrypt.el: Copied from gnus-encrypt.el.
22250
22251 * gnus-encrypt.el: Commented that it's obsolete.
22252
22253 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
22254
22255 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22256 (gnus-score-save): Use it.
22257
22258 * message.el (message-bury): Use `window-dedicated-p'.
22259
22260 2004-10-15 Simon Josefsson <jas@extundo.com>
22261
22262 * pop3.el (top-level): Don't require nnheader.
22263 (pop3-read-timeout): Add.
22264 (pop3-accept-process-output): Add.
22265 (pop3-read-response, pop3-retr): Use it.
22266
22267 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
22268
22269 * spam.el (spam-register-routine): Move comment.
22270 (spam-verify-bogofilter): Use 'unknown for the initial
22271 spam-bogofilter-valid state, not 'never.
22272
22273 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22274 for netrc-machine.
22275
22276 * nnimap.el (nnimap-open-connection):
22277 Use netrc-machine-user-or-password.
22278
22279 2004-10-17 Richard M. Stallman <rms@gnu.org>
22280
22281 * gnus-registry.el (gnus-registry-unload-hook):
22282 Set as a variable with add-hook.
22283
22284 * nnspool.el (nnspool-spool-directory): Use news-directory instead
22285 of news-path.
22286
22287 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22288
22289 * spam.el: Delete duplicate `provide'.
22290 (spam-unload-hook): Set as a variable with add-hook.
22291
22292 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
22293
22294 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22295 in the doc string.
22296
22297 * message.el (message-ignored-news-headers)
22298 (message-ignored-supersedes-headers)
22299 (message-ignored-resent-headers)
22300 (message-forward-ignored-headers): Improve custom type.
22301
22302 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
22303
22304 * message.el (message-tokenize-header): Fix 2004-09-06 change
22305 which used point-min in the wrong place.
22306
22307 2004-10-12 Simon Josefsson <jas@extundo.com>
22308
22309 * tls.el (tls-certtool-program): New variable.
22310 (tls-certificate-information): New function, based on
22311 ssl-certificate-information.
22312
22313 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
22314
22315 * compface.el: Move the version of ELisp-based uncompface program
22316 to the contrib directory because of the copyright problem.
22317
22318 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22319
22320 * message.el (message-kill-buffer): Raise the current frame.
22321
22322 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
22323
22324 * gnus-sum.el: Mention that multibyte characters don't work as marks.
22325
22326 * gnus.el (message-y-or-n-p): Autoload.
22327
22328 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22329 (pop3-password-required, pop3-authentication-scheme)
22330 (pop3-leave-mail-on-server): Make customizable.
22331 (pop3): New custom group.
22332 (pop3-retr): Remove `sleep-for' statements.
22333 Suggested by Dave Love <fx@gnu.org>.
22334
22335 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22336 Windows/DOS.
22337
22338 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22339 (imap-parse-body): Fix incorrect use of `assert'.
22340 Suggested by Dave Love <fx@gnu.org>.
22341
22342 * mml.el (mml-minibuffer-read-disposition): Require match.
22343 Suggested by Dave Love <fx@gnu.org>.
22344
22345 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
22346
22347 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
22348 doc string.
22349
22350 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
22351
22352 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22353
22354 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22355
22356 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22357 instead of calling `mm-insert-inline', to decode text/* parts
22358 before displaying them.
22359
22360 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
22361
22362 * mm-uu.el (mm-uu-text-plain-type): New variable.
22363 (mm-uu-pgp-signed-extract-1): Use it.
22364 (mm-uu-pgp-encrypted-extract-1): Use it.
22365 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22366 bind mm-uu-text-plain-type with that value.
22367 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22368 mm-uu-dissect.
22369
22370 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22371
22372 * gnus-group.el (gnus-update-group-mark-positions):
22373 * gnus-sum.el (gnus-update-summary-mark-positions):
22374 * message.el (message-check-news-body-syntax):
22375 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22376 of string-as-multibyte.
22377
22378 2004-10-05 Juri Linkov <juri@jurta.org>
22379
22380 * gnus-group.el (gnus-update-group-mark-positions):
22381 * gnus-sum.el (gnus-update-summary-mark-positions):
22382 * message.el (message-check-news-body-syntax):
22383 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22384 8-bit unibyte values to a multibyte string for search functions.
22385
22386 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22387
22388 * mm-uu.el (mm-uu-dissect): Allow optional arg.
22389 (mm-uu-dissect-text-parts): New function.
22390
22391 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22392 dissect text parts.
22393
22394 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22395 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22396
22397 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22398
22399 * gnus-topic.el (gnus-topic-hierarchical-parameters):
22400 Use gnus-current-topics instead of gnus-current-topic.
22401
22402 2004-10-06 Jesper Harder <harder@ifa.au.dk>
22403
22404 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22405
22406 2004-10-05 Jesper Harder <harder@ifa.au.dk>
22407
22408 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22409 where appropriate.
22410
22411 * nnml.el (nnml-generate-active-info): do.
22412
22413 * nndiary.el (nndiary-generate-active-info): do.
22414
22415 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22416 (gnus-topic-move): do.
22417
22418 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22419 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22420
22421 * gnus-srvr.el (gnus-server-prepare)
22422 (gnus-server-open-all-servers): do.
22423
22424 * gnus-msg.el (gnus-summary-cancel-article)
22425 (gnus-summary-resend-message)
22426 (gnus-summary-mail-crosspost-complaint): do.
22427
22428 * gnus-move.el (gnus-change-server): do.
22429
22430 * gnus-group.el (gnus-group-unmark-all-groups)
22431 (gnus-group-set-current-level): do.
22432
22433 2004-10-04 Simon Josefsson <jas@extundo.com>
22434
22435 * message.el (message-generate-hashcash): Doc fix.
22436
22437 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
22438
22439 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22440 avoid infinite recursion via gnus-get-function.
22441
22442 2004-10-02 Jesper Harder <harder@ifa.au.dk>
22443
22444 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22445
22446 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22447
22448 * nnmail.el (nnmail-split-history): do.
22449
22450 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22451 (nnml-request-delete-group): do.
22452
22453 * nnslashdot.el (nnslashdot-read-groups): do.
22454
22455 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22456 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22457
22458 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22459 (nnspool-sift-nov-with-sed): Use last.
22460 (nnspool-retrieve-headers-with-nov): Use mapc.
22461 (nnspool-request-newgroups): Use dolist.
22462 (nnspool-request-group): Use last.
22463
22464 * nntp.el (nntp-read-server-type): Use dolist.
22465
22466 * nnvirtual.el (nnvirtual-create-mapping)
22467 (nnvirtual-update-read-and-marked): Use dolist.
22468 (nnvirtual-convert-headers): Simplify.
22469
22470 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22471
22472 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22473 Add support for sync'ing tick marks.
22474
22475 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
22476
22477 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22478 there's no visible header.
22479
22480 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22481
22482 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22483 When necessary, pass full group name to gnus-request-set-marks.
22484
22485 2004-10-01 Simon Josefsson <jas@extundo.com>
22486
22487 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
22488 acroread.
22489
22490 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22491
22492 * spam-report.el (spam-report-gmane): Fix interactive.
22493
22494 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22495
22496 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22497 when writing file.
22498 (gnus-agent-synchronize-flags): Don't default to being
22499 interactive.
22500
22501 2004-09-30 Simon Josefsson <jas@extundo.com>
22502
22503 * message.el (message-generate-hashcash): Add.
22504 (message-send-mail): Use it, call mail-add-payment.
22505
22506 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
22507
22508 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22509
22510 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
22511
22512 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22513 gnus-request-update-info with explicit code to sync the in-memory
22514 info read flags with the marks being sync'd to the backend.
22515
22516 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22517
22518 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22519
22520 * spam.el (spam-verify-bogofilter): Add new function.
22521 (spam-check-bogofilter)
22522 (spam-bogofilter-register-with-bogofilter): Use it.
22523 (spam-verify-bogofilter): Add small fixes.
22524
22525 2004-09-28 Simon Josefsson <jas@extundo.com>
22526
22527 * hashcash.el (hashcash-generate-payment): Revert.
22528
22529 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22530
22531 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22532 Use gnus-extract-references instead of gnus-split-references.
22533
22534 * gnus-util.el (gnus-extract-references): Add new function, analogous
22535 to gnus-split-references but extracts only the message-ID without
22536 anything extra.
22537
22538 * hashcash.el (hashcash-generate-payment)
22539 (hashcash-check-payment): Do the right thing if hashcash-path is
22540 nil (because the hashcash program could not be found).
22541
22542 * spam.el (spam-use-hashcash): Remove comment.
22543
22544 2004-09-27 Jesper Harder <harder@ifa.au.dk>
22545
22546 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22547 (gnus-cache-enter-article, gnus-cache-remove-article)
22548 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22549
22550 * gnus-async.el (gnus-async-prefetch-remove-group): do.
22551
22552 * gnus-art.el (article-hide-boring-headers)
22553 (article-translate-strings, article-display-face)
22554 (gnus-article-mime-match-handle-first)
22555 (gnus-article-highlight-headers)
22556 (gnus-article-add-buttons-to-head): do.
22557
22558 2004-09-27 Simon Josefsson <jas@extundo.com>
22559
22560 * hashcash.el: New version, from
22561 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
22562 ../contrib/.
22563
22564 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
22565
22566 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22567
22568 2004-09-26 Jesper Harder <harder@ifa.au.dk>
22569
22570 * gnus-dup.el (gnus-dup-open): Use mapc.
22571 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22572
22573 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22574 Reported by Stefan Wiens <s.wi@gmx.net>.
22575
22576 * gnus.el (gnus-shutdown): Use dolist.
22577
22578 * gnus-undo.el (gnus-undo): Use mapc.
22579
22580 * nnrss.el (nnrss-generate-active): do.
22581
22582 * message.el (message-cite-original-without-signature)
22583 (message-cite-original): Use mapc.
22584 (message-do-actions, message-make-forward-subject): Use dolist.
22585
22586 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22587
22588 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22589 deletion to remove entire duplicate line. Fixes merged article
22590 number bug.
22591
22592 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22593
22594 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22595 servers that are offline. Avoids having gnus-agent-toggle-plugged
22596 first ask if you want to open a server and then, even when you
22597 responded with no, asking if you want to synchronize the server's
22598 flags.
22599 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22600 multi-line expressions.
22601 (gnus-agent-synchronize-group-flags): New internal function.
22602 Updates marks in memory (in the info structure) AND in the
22603 backend.
22604
22605 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22606
22607 * nnagent.el (nnagent-request-set-mark):
22608 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22609 method, to ensure that synchronization updates marks in the
22610 backend and in the info (in memory) structure.
22611
22612 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
22613
22614 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22615 convention fully; don't miss the root article of a thread; make
22616 the X-Draft-From header with correct article numbers.
22617
22618 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
22619
22620 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22621 unless plugged. Disable the agent so that an open failure causes
22622 an error.
22623
22624 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22625 Revert 2004-09-21 change. The backend must be opened while
22626 synchronizing flags even when the backend stores the flags
22627 locally.
22628
22629 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
22630
22631 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22632 in `header' match. Reported by Svend Tollak Munkejord.
22633
22634 * message.el (message-cite-original): Fix use of
22635 `message-cite-articles-with-x-no-archive'.
22636
22637 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
22638
22639 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22640 (gnus-window-to-buffer): Ditto.
22641
22642 * mml.el (mml-preview-buffer): New variable.
22643 (mml-preview): Manage window layout with gnus-buffer-configuration.
22644
22645 * gnus-msg.el (gnus-setup-message): Put article numbers into the
22646 X-Draft-From header even if those articles aren't quoted.
22647
22648 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
22649
22650 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22651 (gnus-request-set-mark, gnus-request-update-mark): Use new
22652 g-s-t-u-l-m to decide to use backend even when unplugged.
22653
22654 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
22655
22656 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22657 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
22658
22659 2004-09-20 Simon Josefsson <jas@extundo.com>
22660
22661 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22662 "utf-16-le".
22663
22664 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22665
22666 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22667
22668 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
22669
22670 * uudecode.el (uudecode-use-external): Add :version.
22671
22672 * smime.el (smime-CA-file, smime-encrypt-cipher)
22673 (smime-dns-server): Add :version.
22674
22675 * smiley.el (gnus-smiley-file-types): Add :version.
22676
22677 * sha1.el (sha1-use-external): Add :version.
22678
22679 * pgg-def.el (pgg-query-keyserver): Add :version.
22680
22681 * nnmail.el (nnmail-fancy-expiry-targets)
22682 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22683 Add :version.
22684
22685 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22686 (nnimap-retrieve-groups-asynchronous): Add :version.
22687 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
22688
22689 * mml.el (mml-content-disposition-parameters)
22690 (mml-insert-mime-headers-always): Add :version.
22691
22692 * mm-util.el (mm-coding-system-priorities): Add :version.
22693
22694 * mm-decode.el (mm-inline-text-html-with-images)
22695 (mm-keep-viewer-alive-types, mm-external-terminal-program)
22696 (mm-verify-option): Add :version.
22697 (mm-text-html-renderer): Change :version.
22698
22699 * message.el (message-fcc-externalize-attachments)
22700 (message-required-headers, message-draft-headers)
22701 (message-subject-trailing-was-query)
22702 (message-subject-trailing-was-ask-regexp)
22703 (message-subject-trailing-was-regexp, message-mark-insert-begin)
22704 (message-mark-insert-end, message-archive-header)
22705 (message-archive-note, message-cross-post-default)
22706 (message-cross-post-note, message-followup-to-note)
22707 (message-cross-post-note-function, message-use-mail-followup-to)
22708 (message-subscribed-address-functions)
22709 (message-subscribed-address-file, message-subscribed-addresses)
22710 (message-subscribed-regexps, message-allow-no-recipients)
22711 (message-yank-cited-prefix, message-signature-insert-empty-line)
22712 (message-hidden-headers, message-hierarchical-addresses)
22713 (message-mail-user-agent, message-use-idna)
22714 (message-valid-fqdn-regexp)
22715 (message-strip-special-text-properties, message-header-synonyms)
22716 (message-beginning-of-line, message-tab-body-function): Add :version.
22717 (message-insert-canlock, message-wide-reply-confirm-recipients):
22718 Change :version.
22719
22720 * mail-source.el (mail-source-ignore-errors): Add :group, :type
22721 and :version.
22722 (mail-source-delete-old-incoming-confirm)
22723 (mail-source-movemail-program): Add :version.
22724
22725 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22726 (gnus-agent-cache, gnus-agent): Change :version.
22727
22728 * gnus-util.el (gnus-use-byte-compile): Change :version.
22729
22730 * gnus-sum.el (gnus-summary-make-false-root-always)
22731 (gnus-summary-default-high-score)
22732 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22733 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22734 (gnus-read-all-available-headers, gnus-article-emulate-mime)
22735 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22736 (gnus-sum-thread-tree-single-indent)
22737 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22738 (gnus-sum-thread-tree-leaf-with-other)
22739 (gnus-sum-thread-tree-single-leaf): Add :version.
22740 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22741 (gnus-article-loose-mime): Change :version.
22742
22743 * gnus-start.el (gnus-backup-startup-file)
22744 (gnus-save-startup-file-via-temp-buffer): Add :version.
22745
22746 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22747 (gnus-server-offline-face): Add :version.
22748
22749 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22750
22751 * gnus-msg.el (gnus-gcc-externalize-attachments)
22752 (gnus-debug-files, gnus-debug-exclude-variables)
22753 (gnus-discouraged-post-methods): Change :version.
22754 (gnus-confirm-mail-reply-to-news)
22755 (gnus-confirm-treat-mail-like-news): Add :version.
22756
22757 * gnus-int.el (gnus-server-unopen-status): Add :version.
22758
22759 * gnus-group.el (gnus-group-jump-to-group-prompt)
22760 (gnus-large-ephemeral-newsgroup)
22761 (gnus-fetch-old-ephemeral-headers): Add :version.
22762
22763 * gnus-fun.el (gnus-x-face-directory)
22764 (gnus-convert-pbm-to-x-face-command)
22765 (gnus-convert-image-to-x-face-command)
22766 (gnus-convert-image-to-face-command): Add :version.
22767
22768 * gnus-delay.el (gnus-delay-default-hour): Add :version.
22769
22770 * gnus-cite.el (gnus-cite-blank-line-after-header)
22771 (gnus-article-boring-faces): Add :version.
22772
22773 * gnus-art.el (gnus-buttonized-mime-types)
22774 (gnus-inhibit-mime-unbuttonizing)
22775 (gnus-treat-display-face)
22776 (gnus-treat-body-boundary): Change :version.
22777 (gnus-body-boundary-delimiter, gnus-picon-databases)
22778 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22779 (gnus-treat-date-english, gnus-treat-fold-headers)
22780 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22781 (gnus-treat-mail-picon, gnus-treat-wash-html)
22782 (gnus-article-encrypt-protocol)
22783 (gnus-use-idna, gnus-article-over-scroll)
22784 (gnus-mime-display-multipart-alternative-as-mixed)
22785 (gnus-mime-display-multipart-related-as-mixed)
22786 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22787 (gnus-ctan-url, gnus-button-ctan-handler)
22788 (gnus-button-handle-ctan-bogus-regexp)
22789 (gnus-button-ctan-directory-regexp)
22790 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22791 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22792 (gnus-button-man-level, gnus-button-emacs-level)
22793 (gnus-button-message-level, gnus-button-browse-level): Add :version.
22794
22795 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22796 (gnus-agent-go-online): Change :version.
22797 (gnus-agent-expire-unagentized-dirs)
22798 (gnus-agent-auto-agentize-methods): Add :version.
22799
22800 * flow-fill.el (fill-flowed-display-column)
22801 (fill-flowed-encode-column): Add :version.
22802
22803 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22804 (gnus-outlook-deuglify-unwrap-max)
22805 (gnus-outlook-deuglify-cite-marks)
22806 (gnus-outlook-deuglify-unwrap-stop-chars)
22807 (gnus-outlook-deuglify-no-wrap-chars)
22808 (gnus-outlook-deuglify-attrib-cut-regexp)
22809 (gnus-outlook-deuglify-attrib-verb-regexp)
22810 (gnus-outlook-deuglify-attrib-end-regexp)
22811 (gnus-outlook-display-hook): Add :version.
22812
22813 * binhex.el (binhex-use-external): Add :version.
22814
22815 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
22816
22817 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22818 and `invisible'.
22819
22820 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
22821
22822 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22823 in gnus-registry-trim.
22824
22825 2004-09-13 Simon Josefsson <jas@extundo.com>
22826
22827 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22828
22829 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22830
22831 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22832 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22833 <yamaoka@jpl.org>.
22834 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22835 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22836 <yamaoka@jpl.org>.
22837
22838 * sieve.el (sieve-manage-mode): Ditto.
22839
22840 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
22841
22842 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22843
22844 2004-09-11 Simon Josefsson <jas@extundo.com>
22845
22846 * dns-mode.el: Add.
22847
22848 * mm-view.el (mm-display-dns-inline): Add.
22849
22850 * mm-decode.el (mm-inline-media-tests): Add text/dns.
22851 (mm-automatic-display): Ditto.
22852
22853 * mailcap.el (mailcap-mime-data): Add text/dns.
22854 (mailcap-mime-extensions): Map .soa to text/dns.
22855
22856 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
22857
22858 * gnus-art.el (article-decode-mime-words, article-babel)
22859 (gnus-article-highlight-signature, gnus-article-add-buttons)
22860 (gnus-signature-toggle): Remove unnecessary bindings of
22861 `inhibit-read-only' inherited from v5.10 merge.
22862
22863 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22864
22865 * nntp.el (nntp): New customization group.
22866 (nntp-authinfo-file): Add customization group.
22867
22868 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22869
22870 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22871
22872 * gnus.el (to-address, to-list, subscribed)
22873 (large-newsgroup-initial): Ditto.
22874
22875 * flow-fill.el (fill-flowed-display-column)
22876 (fill-flowed-encode-column): Ditto.
22877
22878 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22879
22880 * message.el (message-tokenize-header, message-send-mail-with-qmail):
22881 Use point-min rather than 1.
22882 (message-send-mail): Use buffer-size rather than point-max.
22883
22884 * gnus-sum.el (gnus-summary-search-article-forward):
22885 Signal a specific `search-failed' rather than a generic `error'.
22886
22887 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22888 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22889 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22890
22891 2004-09-10 Simon Josefsson <jas@extundo.com>
22892
22893 * nndb.el (require): Remove tcp and duplicate cl.
22894
22895 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
22896
22897 * gnus-agent.el (directory-files-and-attributes): Move forward.
22898
22899 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22900
22901 * gnus-agent.el (directory-files-and-attributes):
22902 Optionally defined to support XEmacs.
22903
22904 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22905
22906 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22907 to avoid run-time CL dependencies.
22908 (gnus-agent-unfetch-articles): New function.
22909 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22910 article numbers even when local .overview file is missing.
22911 (gnus-agent-read-article-number): New function. Only accepts
22912 27-bit article numbers.
22913 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22914 Use gnus-agent-read-article-number.
22915 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22916 from backend while recognizing that article numbers in .overview
22917 must be valid.
22918 (gnus-agent-update-files-total-fetched-for):
22919 Use directory-files-and-attributes to improve performance.
22920 * gnus-int.el (gnus-request-move-article):
22921 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22922 improve performance.
22923
22924 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22925 some users confused by references to .newsrc when they only have a
22926 .newsrc.eld file.
22927 (gnus-convert-mark-converter-prompt)
22928 (gnus-convert-converter-needs-prompt): Fix use of property list.
22929 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22930 New function. Used internally to only display 'gnus converting
22931 files' message when actually necessary.
22932
22933 * gnus-sum.el (): Remove (require 'gnus-agent) as required
22934 methods now autoloaded.
22935
22936 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
22937
22938 * gnus-sum.el (gnus-summary-insert-subject): Remove list
22939 identifiers.
22940
22941 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
22942
22943 * gnus-picon.el: Fix indentation and closing parenthesis.
22944
22945 2004-09-01 Simon Josefsson <jas@extundo.com>
22946
22947 * message.el (message-canlock-generate): Require sha1, not
22948 sha1-el. (Can we get rid of this require altogether? It is ugly
22949 to require within a function. Sadly, if sha1.el isn't loaded, the
22950 let binding in m-c-g will hide the defcustom definition, which is
22951 bad.)
22952
22953 * canlock.el: Require sha1, not sha1-el.
22954
22955 * message.el: Don't autoload sha1 (there is a autoload cookie in
22956 sha1.el).
22957
22958 * sha1-el.el: Rename to sha1.el.
22959
22960 2004-08-30 Juanma Barranquero <lektu@terra.es>
22961
22962 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22963
22964 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
22965
22966 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22967
22968 2004-08-30 Kim F. Storm <storm@cua.dk>
22969
22970 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22971
22972 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22973 Add :group 'nnimap.
22974
22975 2004-08-30 Andreas Schwab <schwab@suse.de>
22976
22977 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22978 ?* and ?\;.
22979
22980 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22981 and ?\' to symbol instead of whitespace.
22982
22983 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
22984
22985 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22986
22987 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22988 instead of re-search-forward.
22989
22990 * gnus-uu.el (gnus-uu-save-article): Ditto.
22991 (gnus-uu-post-encode-uuencode): Ditto.
22992
22993 * html2text.el (html2text-clean-list-items): Ditto.
22994 (html2text-clean-dtdd): Ditto.
22995 (html2text-format-tags): Ditto.
22996
22997 * message.el (message-send-mail-with-sendmail): Fix regexp.
22998 (message-fill-field-general): Use search-forward instead of
22999 re-search-forward.
23000 (unbold-region): Ditto.
23001
23002 * nnrss.el (nnrss-request-article): Ditto.
23003
23004 * nnslashdot.el (nnslashdot-request-article): Ditto.
23005
23006 * nnweb.el (nnweb-gmane-wash-article): Ditto.
23007
23008 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23009 "Unrecognized menu descriptor" error in XEmacs.
23010
23011 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
23012
23013 * gnus-sum.el (gnus-read-header): Don't remove a header for the
23014 parent article of a sparse article in the thread hashtb.
23015
23016 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
23017
23018 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23019 (nnmail-expand-newtext): Lowercase expanded entries if
23020 nnmail-split-lowercase-expanded is non-nil.
23021
23022 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
23023
23024 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23025
23026 * gnus-group.el (gnus-group-line-format-alist): Convert the value
23027 of gnus-tmp-news-method into string under XEmacs. It will be
23028 passed to gnus-correct-length which takes only a string argument.
23029
23030 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
23031
23032 * gnus-util.el (gnus-bind-print-variables): New macro.
23033 (gnus-prin1): Use it.
23034 (gnus-prin1-to-string): Use it.
23035 (gnus-pp): New function.
23036 (gnus-pp-to-string): New function.
23037
23038 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23039 Replace pp-to-string with gnus-pp-to-string.
23040 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23041 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23042 * gnus-msg.el (gnus-debug): Ditto.
23043 * gnus-score.el (gnus-score-save): Ditto.
23044 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23045 gnus-pp-to-string.
23046 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23047 with gnus-pp.
23048 * score-mode.el (gnus-score-pretty-print): Ditto.
23049 * webmail.el (webmail-debug): Ditto.
23050
23051 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
23052
23053 * gnus-art.el (article-display-face, article-display-x-face):
23054 Use buffer-read-only.
23055
23056 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
23057
23058 * gnus-art.el (article-hide-list-identifiers):
23059 Bind inhibit-read-only as t.
23060
23061 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
23062
23063 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23064
23065 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23066
23067 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23068 (gnus-narrow-to-page): Don't assume point-min == 1.
23069 (gnus-article-edit-mode): Derive from message-mode.
23070
23071 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23072 point-min == 1.
23073
23074 * imap.el (imap-parse-address-list, imap-parse-body-ext):
23075 Disable incorrect use of `assert'.
23076
23077 * message.el (message-mode): Set comment-start-skip.
23078
23079 2004-08-22 Sam Steingold <sds@gnu.org>
23080
23081 * pop3.el (pop3-leave-mail-on-server): New user variable.
23082 (pop3-movemail): Delete mail only when it is nil.
23083
23084 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
23085
23086 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23087
23088 * mml.el (mml-preview): Use `pop-to-buffer'.
23089
23090 * message.el (message-goto-mail-followup-to): Insert after "To".
23091 (message-carefully-insert-headers): Add comment.
23092
23093 * gnus.el: Remove unused variable `gnus-article-check-size'.
23094
23095 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23096
23097 * gnus-art.el (gnus-button-alist):
23098 Improve `gnus-button-handle-library' entry.
23099
23100 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
23101
23102 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23103 Use downcase, since XEmacs capitalizes error messages differently.
23104
23105 2004-08-18 Jesper Harder <harder@ifa.au.dk>
23106
23107 * nntp.el: Add (require 'gnus) due to reference to
23108 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
23109
23110 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
23111
23112 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23113 Bind `mm-fill-flowed'.
23114
23115 * mm-decode.el (mm-dissect-singlepart): Check it.
23116
23117 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
23118
23119 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23120 'imap' for netrc parsing.
23121
23122 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
23123
23124 * mailcap.el (mailcap-mime-data): Mark as risky.
23125
23126 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
23127
23128 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23129 may be included in the encoded word.
23130 (rfc2047-encode): Don't append a space if the encoded word
23131 includes close parenthesis.
23132
23133 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
23134
23135 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23136 of text within parentheses.
23137
23138 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
23139
23140 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23141 (gnus-encrypt-write-file-contents): Make the password key the file
23142 name PLUS the cipher, not just the cipher. Also remove failed
23143 passwords from the cache.
23144
23145 2004-08-06 Simon Josefsson <jas@extundo.com>
23146
23147 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23148 Doc fix.
23149
23150 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
23151
23152 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23153 LWSP.
23154
23155 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
23156
23157 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23158 Try to append in-reply-to: data to the references: header.
23159
23160 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23161 (netrc-parse): Use gnus-encrypt.el functions.
23162
23163 * gnus-encrypt.el: Add new file for encryption support; currently
23164 does only a few GPG ciphers and an internal XOR cipher.
23165
23166 * password.el: Add comments on using password-read-and-add.
23167 (password-read-and-add): Add function to read and add the
23168 password to the cache at once.
23169
23170 2004-07-28 Simon Josefsson <jas@extundo.com>
23171
23172 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23173 parameter (but don't use it, for now).
23174
23175 * imap.el (imap-ssl-open): Use imap-process-connection-type,
23176 instead of hard coding to nil.
23177
23178 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
23179
23180 * mm-view.el (mm-inline-image-emacs): Open lines under an image
23181 as mm-inline-image-xemacs does.
23182
23183 2004-07-26 Simon Josefsson <jas@extundo.com>
23184
23185 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23186 Revert part of 2004-07-17 change below.
23187
23188 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
23189
23190 * rfc2047.el (rfc2047-encode-region): Don't infloop.
23191 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23192
23193 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
23194
23195 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23196 quotes that actually start with ">" at the beginning of the
23197 lines.
23198
23199 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
23200
23201 * rfc2047.el (rfc2047-encode-region): Fix last change.
23202 (rfc2047-encode-parameter): Remove useless concat.
23203
23204 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
23205
23206 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23207 encode special characters; fix some kind of misconfigured headers;
23208 signal a real error if debug-on-quit or debug-on-error is non-nil.
23209 (rfc2047-encode-max-chars): New variable.
23210 (rfc2047-encode-1): Use it.
23211 (rfc2047-encode-parameter): New function.
23212
23213 * mml.el (mml-insert-parameter): Remove an excessive space.
23214
23215 2004-07-17 Simon Josefsson <jas@extundo.com>
23216
23217 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23218 Kai Grossjohann <kai@emptydomain.de>.
23219 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23220 (gnus-group-make-menu-bar): Ditto.
23221
23222 * gnus-util.el (gnus-group-server): Add.
23223
23224 2004-07-16 Jesper Harder <harder@ifa.au.dk>
23225
23226 * message.el (message-clone-locals): Clone sendmail and smtp
23227 variables.
23228
23229 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
23230
23231 * rfc2047.el (rfc2047-encode-region): Fix last change.
23232
23233 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
23234
23235 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23236 characters as non-special.
23237
23238 2004-07-09 Simon Josefsson <jas@extundo.com>
23239
23240 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23241 Users will lose all flag changes made while unplugged with
23242 e.g. nntp unless flag synchronization happens, thus `nil' is not a
23243 good default. See numerous reports on ding mailing list.
23244
23245 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
23246
23247 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23248 add generate-head-function and generate-article-function to the
23249 rfc822-forward entry.
23250 (nndoc-rfc822-forward-generate-article): New function.
23251 (nndoc-rfc822-forward-generate-head): New function.
23252
23253 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23254
23255 2004-07-06 Dan Christensen <jdc@uwo.ca>
23256
23257 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23258 respect display group parameter and gnus-summary-expunge-below.
23259 (gnus-articles-to-read): Remove unused reference to display group
23260 parameter.
23261
23262 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23263
23264 * nnheader.el (nnheader-uniquify-message-id): New experimental
23265 variable.
23266 (nnheader-nov-read-message-id): Use it.
23267
23268 * spam-report.el (spam-report-gmane): Add interactive.
23269
23270 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
23271
23272 * mm-encode.el (mm-content-transfer-encoding-defaults):
23273 Use qp-or-base64 for the application/* types.
23274
23275 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
23276
23277 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23278
23279 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
23280
23281 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23282 trim value.
23283
23284 2004-01-25 Paul Jarc <prj@po.cwru.edu>
23285
23286 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23287 New macro and function.
23288 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23289
23290 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23291
23292 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23293 after-load-alist.
23294
23295 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23296
23297 * gnus-group.el (gnus-group-get-new-news-this-group):
23298 Don't update info that isn't there.
23299
23300 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
23301
23302 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23303 entry.
23304
23305 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23306
23307 * mm-view.el (mm-inline-render-with-function): Use multibyte
23308 buffer; decode html source by charset.
23309
23310 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23311
23312 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23313 Mule-UCS is loaded under XEmacs.
23314 (mm-mime-mule-charset-alist): Avoid duplicated entries.
23315
23316 2004-06-28 Jesper Harder <harder@ifa.au.dk>
23317
23318 * nnheader.el (nnheader-max-head-length): Increase to 8192.
23319
23320 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
23321
23322 * mm-util.el (mm-coding-system-p): Return a coding-system.
23323 (mm-mime-mule-charset-alist): Use shift_jis instead of
23324 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23325 entries for the mime charsets iso-2022-jp-3 and shift_jis.
23326 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23327 instead of japanese-shift-jis and iso-latin-1 respectively in
23328 order to share the default value with both Emacs and XEmacs-mule.
23329 (mm-mule-charset-to-mime-charset):
23330 Make mm-coding-system-priorities effective.
23331 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23332 while predicating of candidates upon the priorities.
23333
23334 2004-06-27 Jesper Harder <harder@ifa.au.dk>
23335
23336 * gnus-sum.el (gnus-summary-make-menu-bar):
23337 Add gnus-uu-invert-processable.
23338
23339 * gnus.el: Autoload gnus-uu-invert-processable.
23340
23341 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
23342
23343 * mm-util.el (mm-with-multibyte-buffer): New macro.
23344
23345 * rfc2047.el (rfc2047-encode-string): Use it.
23346 (rfc2047-encode-region): Move point to the end of the region after
23347 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23348
23349 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23350
23351 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23352 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23353
23354 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23355
23356 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23357 (gnus-cite-parse): Ignore quoted envelope From_.
23358 Suggested by Karl Chen <quarl@nospam.quarl.org>.
23359
23360 2004-06-23 Jesper Harder <harder@ifa.au.dk>
23361
23362 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23363 invalid addresses.
23364
23365 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
23366
23367 * spam.el: Change section markers, revise TODO list.
23368 (spam-backends): Make new master list of all installed backends.
23369 (spam-summary-exit-behavior): Add new variable to determine how
23370 messages moves are done at summary exit.
23371 (spam-move-spam-nonspam-groups-only)
23372 (spam-process-ham-in-nonham-groups)
23373 (spam-process-ham-in-spam-groups): Remove variables, the
23374 spam-summary-exit-behavior variable should be used to manage this
23375 behavior.
23376 (spam-old-ham-articles, spam-old-spam-articles): Remove.
23377 (spam-old-articles): Add variable, replacing spam-old-ham-articles
23378 and spam-old-spam-articles.
23379 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23380 Add empty variables, placeholders for the backends they represent.
23381 (spam-set-difference): Move, unchanged.
23382 (spam-list-of-processors): Declare OBSOLETE, not used anymore
23383 unless the user has a processor variable.
23384 (spam-classifications, spam-classification-valid-p)
23385 (spam-backend-properties, spam-backend-property-valid-p)
23386 (spam-backend-function-type-valid-p)
23387 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23388 (spam-report-articles-gmane, spam-report-articles-resend):
23389 Remove functions, they are not needed.
23390 (spam-install-backend-super, spam-backend-list)
23391 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23392 (spam-backend-function, spam-backend-ham-registration-function)
23393 (spam-backend-spam-registration-function)
23394 (spam-backend-ham-unregistration-function)
23395 (spam-backend-spam-unregistration-function)
23396 (spam-backend-statistical-p, spam-backend-mover-p)
23397 (spam-install-backend-alias, spam-install-checkonly-backend)
23398 (spam-install-mover-backend, spam-install-nocheck-backend)
23399 (spam-install-backend, spam-install-statistical-backend)
23400 (spam-install-statistical-checkonly-backend): Add backend installation
23401 support.
23402 (spam-summary-prepare-exit): Rewrite to use the new backend code.
23403 (spam-group-processor-p): Use the new backend code and respect the
23404 summary exit behavior.
23405 (spam-mark-spam-as-expired-and-move-routine): Remove.
23406 (spam-summary-prepare): Change to use the new spam-old-articles
23407 variable.
23408 (spam-copy-or-move-routine, spam-copy-spam-routine)
23409 (spam-move-spam-routine, spam-copy-ham-routine)
23410 (spam-move-ham-routine): Add code to copy/move ham or spam.
23411 (spam-fetch-field-fast): Improve doc and code, plus allow the
23412 'number request.
23413 (spam-list-of-checks, spam-list-of-statistical-checks):
23414 Remove variables.
23415 (spam-split, spam-find-spam): Use the new backend code.
23416 (spam-registration-functions): Remove variable.
23417 (spam-unregister-routine): Add convenience wrapper.
23418 (spam-log-undo-registration, spam-register-routine)
23419 (spam-log-processing-to-registry)
23420 (spam-log-unregistration-needed-p): Rename "check" to "backend"
23421 where possible.
23422 (spam-check-gmane-xref, spam-check-regex-headers)
23423 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23424 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23425 (spam-check-bogofilter-headers, spam-check-spamoracle)
23426 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23427 (spam-check-crm114-headers): Use the spam-split-group that
23428 spam-split prepares, no need to determine it every time.
23429
23430 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23431 to the nnheader-parse-naked-head call.
23432
23433 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23434
23435 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23436 the nnheader-nov-read-message-id call.
23437
23438 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
23439
23440 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23441 gnus-activate-group twice. Suggested by Markus Peter
23442 <warp@spin.de>.
23443
23444 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
23445
23446 * gnus-art.el (gnus-article-time-format): Exchange the order of
23447 day and month in the default value; fix customization type.
23448 (article-date-ut): Use add-text-properties.
23449 (article-make-date-line): Use message-make-date instead of
23450 current-time-string.
23451
23452 * message.el (message-fetch-field): Don't use set-text-properties.
23453 (message-make-date): Simplify.
23454
23455 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
23456
23457 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23458 (rfc2047-encode-region): Treat text within parentheses as special;
23459 show the original text when error has occurred.
23460
23461 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23462 already-computed method to gnus-activate-group.
23463
23464 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23465 same select-methods identical Lisp objects.
23466
23467 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23468 object when modifying the info.
23469
23470 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
23471
23472 * gnus-srvr.el (gnus-server-set-info): Remove the server from
23473 gnus-opened-servers since it has never been opened with the new
23474 configuration yet.
23475
23476 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
23477
23478 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23479 arg to nnheader-generate-fake-message-id.
23480
23481 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
23482
23483 * nnheader.el (nnheader-generate-fake-message-id): Accept a
23484 number and build a fake message ID localized to a group and
23485 article number (so it's repeatable from that point on).
23486 (nnheader-fake-message-id-p): Change regex to accommodate new fake
23487 ID format.
23488
23489 * gnus-sum.el (gnus-get-newsgroup-headers):
23490 Call nnheader-generate-fake-message-id with the article number.
23491
23492 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
23493
23494 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23495 end-of-buffer.
23496
23497 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23498
23499 * message.el (message-ignored-supersedes-headers): Add Approved.
23500
23501 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
23502
23503 * rfc2047.el (rfc2047-encode-message-header): Remove useless
23504 goto-char.
23505 (rfc2047-encode): Fold the line before encoding.
23506
23507 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
23508
23509 * rfc2047.el (rfc2047-encode-message-header): Disabled header
23510 folding -- not all headers can be folded, and this should be done
23511 by the message composition mode. Probably. I think.
23512
23513 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
23514
23515 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23516 fast.
23517
23518 * gnus-ems.el (gnus-remove-image): Don't use
23519 message-text-with-property; remove only the image found first.
23520
23521 2004-06-09 Jesper Harder <harder@ifa.au.dk>
23522
23523 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23524
23525 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
23526
23527 * message.el (message-text-with-property): Make it fast and accept
23528 optional arguments.
23529 (message-strip-forbidden-properties): Use it.
23530 (message-fix-before-sending): Follow the m-t-w-p change.
23531
23532 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23533
23534 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
23535
23536 * gnus-art.el (article-hide-headers): Don't change the buffer
23537 mistakenly when performing mml-preview even if
23538 gnus-single-article-buffer is nil.
23539
23540 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
23541
23542 * message.el (message-expand-name-databases): New user option.
23543 (message-expand-name): Use it.
23544
23545 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
23546
23547 * spam.el (spam-report-articles-resend)
23548 (spam-report-resend-register-routine): Allow ham reporting.
23549 (spam-report-resend-register-ham-routine): Add wrapper.
23550 (spam-registration-functions): Add ham resending functions.
23551 (spam-list-of-processors): Add ham resend processor.
23552
23553 * gnus.el (ham-resend-to): Add new group parameter.
23554 (spam-process): Add ham resend option.
23555
23556 * spam-report.el (spam-report-resend): Allow reporting ham.
23557 (spam-report-resend-ham): Add wrapper.
23558
23559 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23560
23561 * message.el (message-cite-articles-with-x-no-archive):
23562 New variable.
23563 (message-cite-original): Use it.
23564
23565 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23566
23567 * message.el (message-cite-original): Respect X-No-Archive.
23568
23569 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
23570
23571 * gnus-art.el (article-hide-headers): Refer to the values for
23572 gnus-ignored-headers and gnus-visible-headers in the summary
23573 buffer since a user may have set them as group parameters.
23574
23575 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
23576
23577 * assistant.el (assistant-node-name): Add convenience function.
23578 (assistant-render-text, assistant-render-node): Add error handling,
23579 plus handle multiple next nodes.
23580 (assistant-find-next-node): Comment out for now.
23581 (assistant-find-next-nodes): Add function, returns list of next
23582 nodes.
23583
23584 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
23585
23586 * mail-source.el (mail-source-directory): Fix doc-string.
23587
23588 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
23589
23590 * assistant.el (assistant-render-text, assistant-eval): Add :set
23591 widget type, which is different because it takes and returns a
23592 list. Much hilarity ensues.
23593
23594 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
23595
23596 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23597
23598 * gnus-group.el (gnus-group-get-new-news-this-group):
23599 Add doc-string.
23600
23601 * gnus-start.el (gnus-activate-group): Add doc-string.
23602
23603 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
23604
23605 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23606
23607 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
23608
23609 * assistant.el (assistant-render-text): Try to add a :set
23610 widget, more to come.
23611
23612 * spam.el (spam-group-spam-contents-p): Handle empty groupname
23613 strings.
23614 (spam-report-articles-resend)
23615 (spam-register-routine): Do registration iff any articles warrant
23616 it.
23617 (spam-summary-prepare-exit): Change log message for nil group
23618 destinations.
23619
23620 2004-05-27 Daniel Pittman <daniel@rimspace.net>
23621
23622 * spam.el (spam-report-resend-register-routine):
23623 Allow spam-report-resend-to to be a group parameter or a global value.
23624
23625 2004-05-26 Simon Josefsson <jas@extundo.com>
23626
23627 * starttls.el: Merge with my GnuTLS based starttls.el.
23628 (starttls-gnutls-program, starttls-use-gnutls)
23629 (starttls-extra-arguments, starttls-process-connection-type)
23630 (starttls-connect, starttls-failure, starttls-success):
23631 New variables.
23632 (starttls-program, starttls-extra-args): Doc fix.
23633 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23634 New functions.
23635 (starttls-negotiate, starttls-open-stream):
23636 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23637 function if it is set.
23638
23639 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
23640
23641 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23642 structured fields.
23643
23644 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23645
23646 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23647
23648 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
23649
23650 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23651 Add variable.
23652 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
23653 assigning the spam-mark to new messages.
23654
23655 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
23656
23657 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23658
23659 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23660
23661 * rfc2047.el (rfc2047-encodable-p): Don't move point.
23662 (rfc2047-decode): Treat the ascii coding-system as raw-text by
23663 default.
23664
23665 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
23666
23667 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23668 correct data.
23669
23670 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
23671
23672 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23673 (spam-group-processor-p): Fix function.
23674 (spam-group-processor-multiple-p)
23675 (spam-group-spam-processor-report-gmane-p)
23676 (spam-group-spam-processor-report-resend-p)
23677 (spam-group-spam-processor-bogofilter-p)
23678 (spam-group-spam-processor-blacklist-p)
23679 (spam-group-spam-processor-ifile-p)
23680 (spam-group-ham-processor-ifile-p)
23681 (spam-group-spam-processor-spamoracle-p)
23682 (spam-group-spam-processor-crm114-p)
23683 (spam-group-ham-processor-bogofilter-p)
23684 (spam-group-spam-processor-stat-p)
23685 (spam-group-ham-processor-stat-p)
23686 (spam-group-ham-processor-whitelist-p)
23687 (spam-group-ham-processor-BBDB-p)
23688 (spam-group-ham-processor-spamoracle-p)
23689 (spam-group-ham-processor-copy-p): Remove functions with some
23690 prejudice against unneeded code.
23691 (spam-report-articles-resend)
23692 (spam-report-resend-register-routine): Allow the group/topic
23693 spam-resend-to value to override spam-report-resend-to.
23694 (spam-summary-prepare-exit): Invoke spam-group-processor-p
23695 properly now.
23696
23697 * gnus.el (spam-resend-to): Add group/topic parameter.
23698 (spam-process): Move the OBSOLETE processors to the end of the
23699 choices.
23700
23701 2004-05-24 Daniel Pittman <daniel@rimspace.net>
23702
23703 * spam-report.el (spam-report-resend-to, spam-report-resend):
23704 Start with resend-to set to nil, and then ask the user if necessary.
23705 (spam-report-resend): spam-report-resend takes a list of articles, not
23706 separate article numbers.
23707
23708 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
23709
23710 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23711 addition to emacs-w3m.
23712
23713 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23714
23715 * assistant.el (assistant-authinfo-data): New function.
23716 (assistant-eval): Eval for entire assistant.
23717
23718 * netrc.el (netrc-services-file): New variable.
23719 (netrc-parse-services): New function.
23720 (netrc-find-service-name): New function.
23721 (netrc-find-service-number): New function.
23722 (netrc-port-equal): New function.
23723 (netrc-machine): Use it.
23724
23725 * nnimap.el (nnimap-open-connection): Use netrc.
23726
23727 * gnus-util.el (gnus-netrc-get): Remove aliases.
23728
23729 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23730
23731 * assistant.el (wid-edit): Fix compilation.
23732
23733 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23734
23735 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
23736
23737 * gnus-util.el (gnus-set-file-modes): New function. (small
23738 patch).
23739
23740 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23741
23742 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23743
23744 * assistant.el (assistant-render-node): Fix up rendering and
23745 read-only text.
23746 (assistant-render-node): Reset.
23747 (assistant-make-read-only): Not sticky.
23748
23749 2004-05-20 Danny Siu <dsiu@adobe.com>
23750
23751 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23752 centered even when gnus-auto-center-summary is t.
23753
23754 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23755
23756 * dns.el (dns-get-txt-answer): New function.
23757 (dns-read-txt): Ditto.
23758 (query-dns): Use it.
23759
23760 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
23761
23762 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23763 active for foreign groups even if the group level is higher than
23764 the specified value.
23765
23766 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23767
23768 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23769 non-active groups.
23770
23771 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23772
23773 2004-05-20 Magnus Henoch <mange@freemail.hu>
23774
23775 * dns.el (dns-read-type): Add support for SVR. (small patch)
23776
23777 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
23778
23779 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23780 (spam-crm114-header, spam-crm114-spam-switch)
23781 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23782 (spam-crm114-positive-spam-header)
23783 (spam-crm114-database-directory, spam-list-of-processors)
23784 (spam-group-spam-processor-crm114-p)
23785 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23786 (spam-generic-score, spam-list-of-checks)
23787 (spam-list-of-statistical-checks, spam-registration-functions)
23788 (spam-check-crm114-headers, spam-crm114-score)
23789 (spam-check-crm114, spam-crm114-register-with-crm114)
23790 (spam-crm114-register-spam-routine)
23791 (spam-crm114-unregister-spam-routine)
23792 (spam-crm114-register-ham-routine)
23793 (spam-crm114-unregister-ham-routine): Add CRM114 support.
23794
23795 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
23796
23797 * gnus.el: Add spam-use-crm114.
23798
23799 * spam.el (spam-list-of-processors, spam-registration-functions):
23800 Add spam-use-resend.
23801 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23802 (spam-report-articles-gmane): Add doc fix.
23803 (spam-report-articles-resend, spam-report-resend-register-routine):
23804 Add wrappers around spam-report-resend-to.
23805
23806 * spam-report.el (spam-report-resend-to, spam-report-resend):
23807 Add support for resending spam.
23808 (spam-report-gmane): Fix line length >80.
23809
23810 * gnus.el (spam-process): Add spam-use-resend.
23811
23812 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23813
23814 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23815 number of processed spam messages.
23816 (spam-ham-copy-or-move-routine): Return the number of processed
23817 ham messages.
23818 (spam-summary-prepare-exit): Use the above values to decide
23819 whether status messages shouled be displayed.
23820
23821 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
23822
23823 * rfc2047.el (rfc2047-encode-function-alist): Rename from
23824 `rfc2047-encoding-function-alist' in order to avoid conflicting
23825 with the old version.
23826 (rfc2047-encode-region): Concatenate words containing non-ASCII
23827 characters in structured fields; don't encode space-delimited
23828 ASCII words even in unstructured fields; don't break words at
23829 char-category boundaries.
23830 (rfc2047-encode-1): New function.
23831 (rfc2047-encode): Use it; encode text so that it occupies the
23832 maximum width within 76-column; work correctly on Q encoding for
23833 iso-2022-* charsets.
23834 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23835 sure not to break a line just after the header name.
23836 (rfc2047-b-encode-region): Remove.
23837 (rfc2047-b-encode-string): New function.
23838 (rfc2047-q-encode-region): Remove.
23839 (rfc2047-q-encode-string): New function.
23840
23841 * mm-util.el (mm-replace-in-string): New function.
23842
23843 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
23844
23845 * gnus-msg.el (gnus-inews-make-draft-meta-information):
23846 Really get it right.
23847 (gnus-inews-make-draft): Really.
23848
23849 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
23850
23851 * nnmh.el (nnmh-request-list-1): Don't check the link count
23852 before descending. (small patch)
23853
23854 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23855
23856 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23857 stuff.
23858
23859 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23860 Match on real group name.
23861
23862 * gnus-art.el (gnus-signature-limit): Doc fix.
23863
23864 * gnus-msg.el (gnus-inews-make-draft): Quote list.
23865
23866 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23867
23868 * gnus-draft.el (gnus-draft-send):
23869 Bind rfc2047-encode-encoded-words.
23870
23871 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23872 (rfc2047-encodable-p): Say that =? needs encoding.
23873 (rfc2047-encode-encoded-words): New variable.
23874
23875 * gnus-group.el (gnus-group-select-group): Doc fix.
23876
23877 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23878
23879 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23880 to nil.
23881
23882 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23883
23884 * nnheader.el (nnheader-get-lines-and-char): New function.
23885
23886 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
23887
23888 * gnus-msg.el (gnus-summary-followup-with-original):
23889 Document yanking of region when active.
23890
23891 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
23892
23893 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23894 groups if the group level is higher than the specified value.
23895
23896 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23897
23898 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23899 (gnus-group-jump-to-group): Add prefix argument using
23900 `gnus-group-jump-to-group-prompt'. Query before jumping to
23901 non-active group.
23902
23903 * compface.el (uncompface): Be verbose when changing
23904 `uncompface-use-external'.
23905
23906 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23907 handle manual section.
23908
23909 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23910
23911 * gnus-art.el (gnus-button-alist): Revert previous change.
23912
23913 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23914
23915 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23916
23917 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23918
23919 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23920 whether backend can accept message.
23921
23922 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23923
23924 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
23925
23926 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23927 Avoid creating directory when nntp-marks-is-evil is true.
23928 Reported by Reiner Steib.
23929
23930 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23931
23932 * gnus-picon.el (gnus-picon-insert-glyph):
23933 Add optional `nostring' argument.
23934
23935 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23936
23937 * gnus-picon.el (gnus-picon-style): New variable.
23938 (gnus-picon-transform-address): Support `gnus-picon-style'.
23939
23940 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23941
23942 * message.el (message-fill-field): Return point.
23943 (message-generate-headers): Go to end of field.
23944
23945 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23946 stuff for non-living groups.
23947
23948 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23949
23950 * gnus-art.el (gnus-article-followup-with-original)
23951 (gnus-article-reply-with-original): gnus-mark-active-p ->
23952 gnus-region-active-p.
23953
23954 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
23955
23956 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23957 only when there is spam or ham to be processed.
23958
23959 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23960
23961 * mail-source.el (mail-source-delete-crash-box): Refactor.
23962 (mail-source-fetch): Use it.
23963 (mail-source-fetch-file): Ditto.
23964 (mail-source-fetch-directory): Run PostScript in loop.
23965 (mail-source-fetch-pop): Delete.
23966 (mail-source-fetch-maildir): Ditto.
23967 (mail-source-fetch-imap): Ditto.
23968
23969 * imap.el (imap-authenticators): Comment out sasl.
23970
23971 * message.el (message-skip-to-next-address): New function.
23972 (message-fill-header-address): Refactor.
23973 (message-fill-address): Use it.
23974 (message-delete-address): Use it.
23975 (message-fill-header-general): Refactor.
23976 (message-fill-field-address): Rename.
23977 (message-narrow-to-field): Find the start of the header.
23978 (message-header-format-alist): Don't pre-fill.
23979 (message-fill-header): Remove.
23980 (message-insert-header): New function.
23981 (message-shorten-references): Use it.
23982
23983 * rfc2047.el (rfc2047-field-value): Strip props.
23984
23985 * mail-parse.el (mail-header-make-address): New alias.
23986
23987 * ietf-drums.el (ietf-drums-make-address): New function.
23988
23989 * imap.el: Add compiler directives.
23990
23991 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23992
23993 * gnus-art.el (article-decode-idna-rhs): Don't use
23994 message-idna-inside-rhs-p.
23995
23996 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23997
23998 * message.el (message-idna-inside-rhs-p): Remove.
23999 (message-idna-to-ascii-rhs-1): Use proper address parsing.
24000
24001 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24002 false positives.
24003
24004 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24005
24006 * imap.el (imap-sasl-make-mechanisms): Use sasl.
24007
24008 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
24009
24010 * nneething.el (nneething-file-name): Don't create spurious
24011 files.
24012
24013 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24014 (gnus-inews-do-gcc): Remove sleep.
24015
24016 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24017 part under point.
24018
24019 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24020 (gnus-agent-regenerate-group): Using nil messages aren't valid.
24021
24022 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
24023
24024 * spam.el (spam-summary-prepare-exit): Fix (length).
24025
24026 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
24027
24028 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24029 as expired without moving it" message when there are spam
24030 messages left.
24031
24032 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
24033
24034 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24035 header is not nil.
24036
24037 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
24038
24039 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24040 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24041 (nntp-marks-changed-p): New arg SERVER.
24042 (nntp-request-update-info): Adjust caller.
24043
24044 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
24045
24046 * nntp.el (nntp-save-marks): Pass missing arg.
24047
24048 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
24049
24050 * nntp.el: Support marks.
24051 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24052 (nntp-marks-modtime, nntp-marks-directory): New variables.
24053 (nntp-request-set-mark, nntp-request-update-info)
24054 (nntp-possibly-create-directory, nntp-marks-changed-p)
24055 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24056 New functions.
24057
24058 2004-05-12 Jesper Harder <harder@ifa.au.dk>
24059
24060 * gnus-score.el (gnus-score-insert-help):
24061 Use gnus-select-lowest-window.
24062
24063 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24064 appt-select-lowest-window and rename to gnus-select-lowest-window.
24065
24066 * gnus.el: do.
24067
24068 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24069
24070 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24071 encodings of MIME-encoded words, in order to improve
24072 interoperability with several broken MUAs.
24073
24074 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24075
24076 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24077 tags, only when charsets are not specified in headers.
24078 (mm-inline-text-html-render-with-w3m): Ditto.
24079
24080 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24081
24082 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24083 instead of MIME-decoded from fields when checking
24084 `gnus-article-address-banner-alist'.
24085
24086 2004-05-03 Jesper Harder <harder@ifa.au.dk>
24087
24088 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24089 description rather than subject.
24090
24091 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24092
24093 * gnus.el (gnus-version-number): Bump.
24094
24095 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
24096
24097 * gnus.el: No Gnus v0.2 is released.
24098
24099 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24100
24101 * gnus-agent.el (gnus-agent-read-agentview):
24102 Inline gnus-uncompress-range.
24103
24104 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24105
24106 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24107 `exec-installed-p'.
24108
24109 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24110
24111 * gnus.el (spam-process, spam-autodetect-methods):
24112 Add bsfilter and bsfilter-headers.
24113
24114 * spam.el (spam-bsfilter): New customize group.
24115 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24116 (spam-bsfilter-header, spam-bsfilter-probability-header)
24117 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24118 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24119 (spam-bsfilter-database-directory): New options.
24120 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24121 (spam-list-of-statistical-checks, spam-registration-functions):
24122 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24123 (spam-bsfilter-score): New command.
24124 (spam-check-bsfilter-headers, spam-check-bsfilter)
24125 (spam-bsfilter-register-with-bsfilter)
24126 (spam-bsfilter-register-spam-routine)
24127 (spam-bsfilter-unregister-spam-routine)
24128 (spam-bsfilter-register-ham-routine)
24129 (spam-bsfilter-unregister-ham-routine): New functions.
24130 (spam-generic-score): Support bsfilter; Accept an optional argument
24131 to recalcurate spam score even if scoring header has already been
24132 added.
24133 (spam-bogofilter-score, spam-spamassassin-score): Accept an
24134 optional argument to recalcurate spam score even if scoring header
24135 has already been added.
24136
24137 2004-04-29 Jesper Harder <harder@ifa.au.dk>
24138
24139 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24140 strings! Reported by David D. Smith <davidsmith@acm.org>.
24141 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24142 link is missing.
24143
24144 2004-04-28 Jesper Harder <harder@ifa.au.dk>
24145
24146 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24147 (html2text-get-attr): Rewrite.
24148
24149 * message.el (message-setup-1): Remove redundant put-text-property
24150 on mail-header-separator.
24151
24152 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
24153
24154 * gnus-registry.el (gnus-registry-cache-whitespace)
24155 (gnus-registry-action, gnus-registry-spool-action)
24156 (gnus-registry-split-fancy-with-parent): Change message levels
24157 from 5 to 3 or 7, as needed.
24158
24159 * spam.el (spam-summary-prepare-exit)
24160 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24161 (spam-split, spam-find-spam, spam-log-undo-registration)
24162 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24163 level from 5 to 6.
24164
24165 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
24166
24167 * gnus-ems.el: Autoload appt-select-lowest-window (revert
24168 2004-03-04 change).
24169
24170 2004-04-25 Jesper Harder <harder@ifa.au.dk>
24171
24172 * sieve-manage.el (sieve-manage-open):
24173 * nnweb.el (nnweb-insert-html):
24174 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24175 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24176 * nnspool.el (nnspool-request-group):
24177 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24178 * nnml.el (nnml-request-update-info):
24179 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24180 (nnmh-request-create-group, nnmh-update-gnus-unreads):
24181 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24182 (nnimap-request-set-mark):
24183 * nnfolder.el (nnfolder-request-update-info):
24184 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24185 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24186 * gnus-uu.el (gnus-uu-find-articles-matching):
24187 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24188 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24189 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24190 * gnus-nocem.el (gnus-nocem-scan-groups):
24191 * gnus-int.el (gnus-start-news-server):
24192 * gnus-group.el (gnus-group-make-kiboze-group)
24193 (gnus-group-browse-foreign-server):
24194 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24195 Use mapc when appropriate.
24196
24197 2004-04-22 Dan Christensen <jdc@uwo.ca>
24198 Adam Sjøgren <asjo@koldfront.dk>
24199 Wes Hardaker <wes@hardakers.net>
24200 Michael Shields <shields@msrl.com>
24201
24202 * spam.el (spam-necessary-extra-headers): Get the extra headers we
24203 may need for spam sorting and scoring.
24204 (spam-user-format-function-S): Add user format function suitable for
24205 general use.
24206 (spam-article-sort-by-spam-status): Add sorting function for summary
24207 sorting.
24208 (spam-extra-header-to-number): Add function to get a score from a
24209 header.
24210 (spam-summary-score): Add function to get a numeric score from the
24211 headers.
24212 (spam-generic-score): Fix function doc, was in wrong place.
24213 (spam-initialize): Take symbols when it's run, and install the
24214 extra headers that spam-necessary-extra-headers thinks we need.
24215
24216 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
24217
24218 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24219 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24220
24221 2004-04-17 Jesper Harder <harder@ifa.au.dk>
24222
24223 * gnus-sum.el (gnus-set-global-variables)
24224 (gnus-build-all-threads, gnus-get-newsgroup-headers)
24225 (gnus-article-get-xrefs, gnus-summary-best-group)
24226 (gnus-summary-next-article, gnus-summary-enter-digest-group)
24227 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24228 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24229 Use with-current-buffer.
24230
24231 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
24232
24233 * spam.el (spam-summary-prepare-exit): Simplify logic.
24234 (spam-fetch-article-header): Read the article header if it's not
24235 available.
24236 (spam-list-articles): Simplify logic.
24237 (spam-filelist-register-routine): Fix bug with unregister-list.
24238
24239 * gnus-registry.el: Fix comments at beginning.
24240
24241 2004-04-16 Jesper Harder <harder@ifa.au.dk>
24242
24243 * message.el (message-cater-to-broken-inn): Remove.
24244 (message-shorten-references): Make sure the total folded length of
24245 References is shorter than 998 characters to cater to a bug in INN
24246 2.3. Also, don't pretend that references aren't folded -- this
24247 hasn't worked for a while.
24248
24249 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
24250
24251 * gnus-agent.el (gnus-agentize):
24252 gnus-agent-send-mail-real-function no longer set to current value
24253 of message-send-mail-function but rather a lambda that calls
24254 message-send-mail-function. The change makes the agent real-time
24255 responsive to user changes to message-send-mail-function.
24256
24257 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
24258
24259 * legacy-gnus-agent.el
24260 (gnus-agent-convert-to-compressed-agentview): Fix typos with
24261 help from Florian Weimer <fw@deneb.enyo.de>
24262
24263 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
24264
24265 * nnmail.el (nnmail-cache-insert): Revert last change.
24266
24267 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
24268
24269 * nnmail.el (nnmail-cache-insert): Always check whether
24270 nnmail-cache-ignore-groups matches a group name.
24271
24272 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
24273
24274 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24275 (spam-find-spam, spam-log-processing-to-registry)
24276 (spam-log-registered-p, spam-log-unregistration-needed-p)
24277 (spam-log-undo-registration): Use gnus-message instead of
24278 gnus-error, none of these errors are fatal.
24279
24280 * gnus-registry.el (gnus-registry-clean-empty-function)
24281 (gnus-registry-clean-empty): Remove only empty entries without
24282 extra data.
24283
24284 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
24285
24286 * spam-stat.el (spam-stat-buffer-change-to-spam)
24287 (spam-stat-buffer-change-to-non-spam): Change (error) to
24288 (gnus-message 8) invocation.
24289
24290 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
24291
24292 * nntp.el (nntp-via-netcat-command): New variable.
24293 (nntp-via-netcat-switches): New variable.
24294 (nntp-open-via-rlogin-and-netcat): New function.
24295 (nntp-open-connection-function): Doc fix.
24296 (nntp-telnet-command): Doc fix.
24297 (nntp-end-of-line): Doc fix.
24298 (nntp-via-rlogin-command): Doc fix.
24299 (nntp-via-user-name): Doc fix.
24300 (nntp-via-address): Doc fix.
24301
24302 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
24303
24304 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24305 error in Emacs 21.1.
24306
24307 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
24308
24309 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24310
24311 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
24312
24313 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24314 (gnus-agent-with-refreshed-group): New macro.
24315 (gnus-agent-rename-group): New function.
24316 (gnus-agent-delete-group): New function.
24317 (gnus-agent-save-group-info): Use gnus-command-method when
24318 `method' parameter is nil. Don't write nil entries into the
24319 active file.
24320 (gnus-agent-get-group-info): New function.
24321 (gnus-agent-fetch-articles):
24322 Use gnus-agent-update-files-total-fetched-for to increment disk space
24323 used.
24324 (gnus-agent-fetch-headers, gnus-agent-save-alist):
24325 Use gnus-agent-update-view-total-fetched-for to increment disk space
24326 used.
24327 (gnus-agent-get-local): Add optional parameters to avoid calling
24328 gnus-group-real-name and gnus-find-method-for-group.
24329 (gnus-agent-set-local): Delete stored entry if either min, or max,
24330 are nil.
24331 (gnus-agent-fetch-session): Reworded error/quit messages.
24332 On quit, use gnus-agent-regenerate-group to record existence of any
24333 articles fetched to disk before the quit occurred.
24334 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24335 gnus-agent-update-view-total-fetched-for, and
24336 gnus-agent-update-files-total-fetched-for to decrement disk space
24337 used.
24338 (gnus-agent-retrieve-headers):
24339 Use gnus-agent-update-view-total-fetched-for to increment disk space
24340 used.
24341 (gnus-agent-regenerate-group): Replace gnus-group-update-group
24342 with gnus-agent-update-files-total-fetched-for to decrement disk
24343 space and fresh group buffer.
24344 (gnus-agent-inhibit-update-total-fetched-for): New variable.
24345 (gnus-agent-need-update-total-fetched-for): New variable.
24346 (gnus-agent-update-files-total-fetched-for): New function.
24347 (gnus-agent-update-view-total-fetched-for): New function.
24348 (gnus-agent-total-fetched-for): New function.
24349
24350 * gnus-cache.el (gnus-cache-save-buffers):
24351 Use gnus-cache-update-overview-total-fetched-for to change disk space
24352 used by this group.
24353 (gnus-cache-possibly-enter-article):
24354 Use gnus-cache-update-file-total-fetched-for to increment disk space
24355 used by this group.
24356 (gnus-cache-possibly-remove-article):
24357 Use gnus-cache-update-file-total-fetched-for to decrement disk space
24358 used by this group.
24359 (gnus-cache-generate-nov-databases): Purge total fetched cache.
24360 (gnus-cache-rename-group): New function.
24361 (gnus-cache-delete-group): New function.
24362 (gnus-cache-inhibit-update-total-fetched-for): New variable.
24363 (gnus-cache-need-update-total-fetched-for): New variable.
24364 (gnus-cache-with-refreshed-group): New macro.
24365 (gnus-cache-update-file-total-fetched-for): New function.
24366 (gnus-cache-update-overview-total-fetched-for): New function.
24367 (gnus-cache-rename-group-total-fetched-for): New function.
24368 (gnus-cache-delete-group-total-fetched-for): New function.
24369 (gnus-cache-total-fetched-for): New function.
24370
24371 * gnus-group.el: Require gnus-sum and autoload functions to
24372 resolve warnings when gnus-group.el compiled alone.
24373 (gnus-group-line-format): Document new %F.
24374 (size of Fetched data) group line format; identifies disk space
24375 used by agent and cache.
24376 (gnus-group-line-format-alist): Define new F format.
24377 (gnus-total-fetched-for): New function.
24378 (gnus-group-delete-group): No longer update
24379 gnus-cache-active-altered as gnus-request-delete-group now keeps
24380 the cache in sync.
24381 (gnus-group-list-active): Let the agent store a server's active
24382 list if currently plugged.
24383
24384 * gnus-int.el (gnus-request-delete-group):
24385 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24386 local disk in sync with the server.
24387 (gnus-request-rename-group):
24388 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24389 local disk in sync with the server.
24390
24391 * gnus-start.el (gnus-get-unread-articles):
24392 Cosmetic simplification to logic.
24393
24394 * gnus-util.el (gnus-rename-file): New function.
24395
24396 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
24397
24398 * mm-util.el (mm-image-load-path): Handle nil in load-path.
24399
24400 2004-04-07 Jesper Harder <harder@ifa.au.dk>
24401
24402 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24403 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
24404
24405 2004-04-06 Jesper Harder <harder@ifa.au.dk>
24406
24407 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24408 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
24409
24410 2004-04-03 Jesper Harder <harder@ifa.au.dk>
24411
24412 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24413
24414 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
24415
24416 * spam.el (spam-set-difference): Add function to replace
24417 gnus-set-difference in spam.el.
24418 (spam-summary-prepare-exit): Use spam-set-difference.
24419
24420 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
24421
24422 * gnus-registry.el (gnus-registry-cache-file): Update to use
24423 gnus-dribble-directory OR gnus-home-directory OR ~.
24424 (gnus-registry-split-fancy-with-parent): Fix doc.
24425
24426 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
24427
24428 * message.el (message-exchange-point-and-mark):
24429 Use message-mark-active-p. Suggested by Jesper Harder
24430 <harder@ifa.au.dk>.
24431
24432 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
24433
24434 * message.el (message-exchange-point-and-mark): Don't activate
24435 region if it was inactive. Suggested by Hiroshi Fujishima
24436 <pooh@nature.tsukuba.ac.jp>.
24437
24438 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
24439
24440 * gnus-art.el (article-display-face): Display Faces in the same
24441 order as X-Faces.
24442
24443 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
24444
24445 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24446
24447 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
24448
24449 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24450 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24451 (gnus-article-mime-hierarchy): Remove.
24452 (gnus-article-mime-hierarchy-next): Remove.
24453 (gnus-article-mode): Revert 2004-03-19 change.
24454 (gnus-article-setup-buffer): Revert 2004-03-19 change.
24455 (gnus-insert-mime-button): Revert 2004-03-19 change.
24456 (gnus-mime-accumulate-hierarchy): Remove.
24457 (gnus-mime-enter-multipart): Remove.
24458 (gnus-mime-leave-multipart): Remove.
24459 (gnus-mime-display-part): Revert 2004-03-19 change.
24460 (gnus-mime-display-alternative): Revert 2004-03-19 change.
24461
24462 * mml.el (mml-preview): Revert 2004-03-19 change.
24463
24464 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
24465
24466 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24467
24468 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
24469
24470 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24471 t while entering a file name using the mm-with-multibyte macro.
24472 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24473
24474 * mm-util.el (mm-with-multibyte): New macro.
24475
24476 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
24477
24478 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24479 New user option.
24480 (gnus-mime-multipart-functions): Doc and customization fix.
24481 (gnus-article-mime-hierarchy): New variable.
24482 (gnus-article-mime-hierarchy-next): New variable.
24483 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24484 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24485 gnus-article-mime-hierarchy-next to nil.
24486 (gnus-insert-mime-button): Show hierarchy numbers.
24487 (gnus-mime-accumulate-hierarchy): New function.
24488 (gnus-mime-enter-multipart): New function.
24489 (gnus-mime-leave-multipart): New function.
24490 (gnus-mime-display-part): Recompute hierarchical MIME structure.
24491 (gnus-mime-display-alternative): Show hierarchy numbers.
24492
24493 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24494 gnus-article-mime-hierarchy-next to nil.
24495
24496 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
24497
24498 * dns.el: Don't require gnus-xmas.
24499
24500 2004-03-17 Jesper Harder <harder@ifa.au.dk>
24501
24502 * mml.el (mml-generate-mime-1): Don't use format=flowed with
24503 inline PGP.
24504 (mml-menu): Disable mml-quote-region if mark is inactive.
24505
24506 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
24507
24508 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24509 when the group's active is not available.
24510
24511 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
24512
24513 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24514 error.
24515
24516 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
24517
24518 * imap.el (imap-store-password): New variable.
24519 (imap-interactive-login): Use it.
24520 Suggested by Mark Plaksin <happy@mcplaksin.org>.
24521
24522 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
24523
24524 * gnus-art.el (gnus-article-read-summary-keys): Restore new
24525 window-start and hscroll to summary window.
24526
24527 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
24528
24529 * gnus-start.el (gnus-convert-old-newsrc): Only write the
24530 conversion message to newsrc-dribble when an actual conversion is
24531 performed.
24532
24533 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
24534
24535 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24536
24537 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
24538
24539 * mm-decode.el (mm-complicated-handles): New function reviving
24540 former definition of mm-multiple-handles.
24541
24542 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24543 (gnus-mime-delete-part): Use it.
24544
24545 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
24546
24547 * gnus-agent.el (gnus-agent-read-local):
24548 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24549 avoid the implicit assumption that they will always be equal.
24550 (gnus-agent-save-local): Bind buffer-file-coding-system, not
24551 coding-system-for-write, as the with-temp-file macro first prints
24552 to a buffer then saves the buffer.
24553
24554 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
24555
24556 * gnus-art.el (gnus-article-edit-part): New function.
24557 (gnus-mime-save-part-and-strip): Use it; do query instead of
24558 signaling an error; don't use mm-multiple-handles.
24559 (gnus-mime-delete-part): Ditto.
24560
24561 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
24562
24563 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24564 old file versions.
24565 (gnus-group-prepare-hook): Remove function that converted list
24566 form of gnus-agent-expire-days to group properties.
24567
24568 * gnus-int.el: Autoload gnus-agent-regenerate-group.
24569 (gnus-request-accept-article): Re-indented.
24570
24571 * gnus-start.el (gnus-convert-old-newsrc): Registered new
24572 converters to handle old agent file formats. Add logic for a
24573 "backup before upgrading warning".
24574 (gnus-convert-mark-converter-prompt): Developers can mark
24575 functions as needing (default), or not needing,
24576 gnus-convert-old-newsrc's "backup before upgrading warning".
24577 (gnus-convert-converter-needs-prompt): Tests whether the user
24578 should be protected from potentially irreversable changes by the
24579 function.
24580
24581 * legacy-gnus-agent.el: New. Provides converters that are only
24582 loaded when gnus-convert-old-newsrc needs to call them.
24583
24584 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
24585
24586 * mail-source.el (mail-source-touch-pop): Doc fix.
24587
24588 * message.el (message-smtpmail-send-it): Doc fix.
24589
24590 2004-03-05 Jesper Harder <harder@ifa.au.dk>
24591
24592 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24593
24594 * nnmail.el (nnmail-split-fancy): do.
24595
24596 * gnus-kill.el (gnus-kill, gnus-execute): do.
24597
24598 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
24599
24600 * gnus-sum.el (gnus-widget-reversible-match)
24601 (gnus-widget-reversible-to-internal)
24602 (gnus-widget-reversible-to-external): New functions.
24603 (gnus-widget-reversible): New widget.
24604 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24605
24606 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
24607
24608 * gnus-sum.el (gnus-thread-sort-functions)
24609 (gnus-article-sort-functions): Document `(not F)' items.
24610
24611 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
24612
24613 * spam.el (spam-use-gmane-xref): Add new backend.
24614 (spam-gmane-xref-spam-group): Add variable to control the name of the
24615 Gmane spam group.
24616 (spam-blackhole-servers, spam-blackhole-good-server-regex)
24617 (spam-regex-headers-spam, spam-regex-headers-ham)
24618 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24619 (spam-list-of-checks): Add spam-use-gmane-xref to list of
24620 backends and checks.
24621 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24622
24623 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24624 an autodetect method.
24625
24626 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24627
24628 * gnus-int.el (gnus-request-accept-article): Inform the agent that
24629 articles are being added to a group.
24630 (gnus-request-replace-article): Inform the agent that articles
24631 need to be uncached as the cached contents are no longer valid.
24632
24633 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24634
24635 * binhex.el: Don't autoload executable-find.
24636
24637 * canlock.el: Don't autoload mail-fetch-field.
24638
24639 * gnus-ems.el: Don't autoload appt-select-lowest-window.
24640
24641 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24642 rmail-dont-reply-to and rmail-output.
24643
24644 * gnus-score.el: Don't autoload ffap-string-at-point.
24645
24646 * gnus-setup.el: Don't autoload sc-cite-original.
24647
24648 * imap.el: Don't autoload base64-decode-string,
24649 base64-encode-string and md5.
24650
24651 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24652 and rmail-msg-restore-non-pruned-header.
24653
24654 * mm-decode.el: Don't autoload executable-find.
24655
24656 * mm-url.el: Don't autoload executable-find.
24657
24658 * mm-view.el: Don't autoload diff-mode.
24659
24660 * nndb.el: Don't autoload news-reply-mode, news-setup,
24661 cancel-timer and telnet.
24662
24663 * password.el: Don't autoload run-at-time for Emacs.
24664
24665 * sha1-el.el: Don't autoload executable-find.
24666
24667 * sieve-mode.el: Don't autoload c-mode.
24668
24669 * uudecode.el: Don't autoload executable-find.
24670
24671 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24672
24673 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24674 (gnus-agent-possibly-alter-active): Avoid null in numeric
24675 comparison.
24676 (gnus-agent-set-local): Refuse to save null in local object table.
24677 (gnus-agent-regenerate-group): The REREAD parameter can now be a
24678 list of articles that will be marked as unread.
24679
24680 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24681
24682 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24683
24684 2004-03-04 Jesper Harder <harder@ifa.au.dk>
24685
24686 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24687 language tags.
24688
24689 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
24690
24691 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24692 Don't bind "obarray".
24693
24694 * gnus-sum.el (gnus-thread-sort-functions):
24695 Add `gnus-thread-sort-by-most-recent-number' and
24696 `gnus-thread-sort-by-most-recent-date'.
24697 Reported by Kai Grossjohann <kai@emptydomain.de>.
24698
24699 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
24700
24701 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24702
24703 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
24704
24705 * gnus-cus.el (gnus-agent-customize-category):
24706 Remove ignore-errors macro reference that required cl to be loaded at
24707 run-time.
24708
24709 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24710 single-interval range of the form (min . max). Previously the
24711 range had to look like ((min . max)). Likewise, return
24712 (min . max) rather than ((min . max)).
24713 (gnus-range-map): Use gnus-range-normalize to accept
24714 single-interval range.
24715
24716 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24717 the cache, but not the agent, now appear with their usual face.
24718
24719 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
24720
24721 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24722 w3m-safe-url-regexp variable buffer-local.
24723
24724 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24725
24726 2004-02-27 Simon Josefsson <jas@extundo.com>
24727
24728 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24729 gnus-group-real-prefix.
24730 (gnus-summary-move-article): Use it, instead of
24731 gnus-group-real-prefix.
24732
24733 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
24734
24735 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24736 w3m-safe-url-regexp variable buffer-local and set it as the value
24737 of mm-w3m-safe-url-regexp.
24738
24739 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24740
24741 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24742 parsing gnus-posting-styles when the message is not for replying.
24743
24744 * nnrss.el (nnrss-opml-export):
24745 Use mm-set-buffer-file-coding-system instead of
24746 set-buffer-file-coding-system.
24747
24748 2004-02-27 Jesper Harder <harder@ifa.au.dk>
24749
24750 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24751 of checkdoc.el).
24752 * nnrss.el: do.
24753 * gnus-mlspl.el: do.
24754 * gnus-ml.el: do.
24755 * gnus-srvr.el: do.
24756
24757 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24758
24759 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
24760
24761 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24762 Corrections to custom-manual links.
24763
24764 * gnus-art.el (gnus-article): Ditto.
24765
24766 * mm-decode.el (mime-display, mime-security): Ditto.
24767
24768 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24769
24770 * flow-fill.el: Typo.
24771
24772 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
24773
24774 * spam-wash.el: New file.
24775
24776 2004-02-26 Mark A. Hershberger <mah@everybody.org>
24777
24778 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24779
24780 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
24781
24782 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24783 to be run with new-articles as LIST1, not LIST2.
24784 (spam-registration-functions): Add spam-use-ham-copy as a nil
24785 registration backend.
24786
24787 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24788
24789 * spam-stat.el (spam-stat-washing-hook): New option.
24790 (spam-stat-buffer-words): Use it.
24791 (spam-stat-process-directory, spam-stat-test-directory):
24792 Use insert-file-contents-literally.
24793 (spam-stat-coding-system): New variable.
24794 (spam-stat-load, spam-stat-save): Use it.
24795
24796 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
24797
24798 * spam-report.el (spam-report-plug-agent):
24799 Quote spam-report-url-to-file and spam-report-url-ping-plain.
24800
24801 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
24802
24803 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24804 Allow / in mailto URLs.
24805
24806 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
24807
24808 * spam-report.el (spam-report-process-queue): Fix interactive use.
24809 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24810 (spam-report-unplug-agent): Doc fixes.
24811 (spam-report-url-ping-mm-url, spam-report-url-to-file)
24812 (spam-report-agentize, spam-report-deagentize):
24813 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
24814
24815 * message.el (message-setup-fill-variables): Add mml tags to
24816 paragraph-start and paragraph-separate. Suggested by Andrew Korty
24817 <ajk@iu.edu>.
24818 (message-mode): Don't modify paragraph-separate there.
24819
24820 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
24821
24822 * compface.el (uncompface-use-external): Default to undecided.
24823 (uncompface-use-external-threshold): New variable.
24824 (uncompface-float-time): New macro.
24825 (uncompface): Determine whether to use the external decoder if
24826 uncompface-use-external is undecided.
24827
24828 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24829
24830 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24831 after images.
24832
24833 * gnus-art.el (gnus-mime-display-single): Remove dead code.
24834
24835 2004-02-14 Jesper Harder <harder@ifa.au.dk>
24836
24837 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24838
24839 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24840
24841 * gnus-sum.el (gnus-summary-limit-to-age)
24842 (gnus-summary-limit-children): do.
24843
24844 * gnus-int.el (gnus-request-scan): do.
24845
24846 * gnus-group.el (gnus-group-suspend): do.
24847
24848 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24849
24850 * gnus-cite.el (gnus-cite-parse-attributions): do.
24851
24852 * gnus-agent.el (gnus-summary-set-agent-mark)
24853 (gnus-agent-regenerate-group): do.
24854
24855 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24856
24857 * binhex.el (binhex-decode-region-internal): do.
24858
24859 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
24860
24861 * gnus-fun.el (gnus-face-properties-alist): New user option.
24862 (gnus-display-x-face-in-from): Use it.
24863
24864 * gnus-art.el (article-display-face): Ditto.
24865
24866 * compface.el (uncompface-use-external): Default to nil.
24867
24868 2004-02-12 Jesper Harder <harder@ifa.au.dk>
24869
24870 * nntp.el (nntp-erase-buffer): New function.
24871 (nntp-retrieve-data, nntp-send-command)
24872 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24873 (nntp-possibly-change-group): Use it.
24874
24875 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24876 Use with-current-buffer.
24877
24878 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
24879
24880 * compface.el: Merge the ELisp-based uncompface program.
24881 (compface): New customization group.
24882 (uncompface-use-external): New user option.
24883 (uncompface): Call uncompface-internal if uncompface-use-external
24884 is nil.
24885 (uncompface-internal): New function. Note that there are also
24886 some other functions and variables added for this function.
24887
24888 2004-02-10 Jesper Harder <harder@ifa.au.dk>
24889
24890 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24891 if necessary.
24892
24893 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
24894
24895 * spam-report.el (spam-report-unplug-agent)
24896 (spam-report-plug-agent, spam-report-deagentize)
24897 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24898 Add support for the Agent in spam-report: when unplugged, report to a
24899 file; when plugged, submit all the requests.
24900
24901 * spam.el (spam-register-routine): Fix message about
24902 registration.
24903
24904 2004-02-09 Jesper Harder <harder@ifa.au.dk>
24905
24906 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24907 dependencies.
24908 (rfc2047-encode): Use it.
24909
24910 * gnus-art.el (gnus-button-marker-list): Move before first
24911 reference.
24912
24913 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24914 (imap-parse-body): Fix format string mismatch.
24915
24916 * gnus-score.el (gnus-summary-increase-score): do.
24917
24918 * nnrss.el (nnrss-close): New function.
24919
24920 2004-02-08 Jesper Harder <harder@ifa.au.dk>
24921
24922 * nnrss.el (nnrss-make-filename): New function.
24923 (nnrss-request-delete-group, nnrss-read-server-data)
24924 (nnrss-save-server-data, nnrss-read-group-data)
24925 (nnrss-save-group-data): Use it.
24926 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24927 (nnrss-read-server-data, nnrss-read-group-data): Use load.
24928 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24929
24930 2004-02-07 Jesper Harder <harder@ifa.au.dk>
24931
24932 * mml.el (mml-compute-boundary-1): Don't uncompress files.
24933
24934 2004-02-06 Jesper Harder <harder@ifa.au.dk>
24935
24936 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24937 files.
24938
24939 * message.el (message-generate-headers-first): Don't quote nil
24940 and t in docstrings.
24941
24942 * imap.el (imap-id): do.
24943
24944 * gnus-agent.el (gnus-agent-consider-all-articles)
24945 (gnus-agent-queue-mail): do.
24946
24947 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
24948
24949 * spam-report.el (spam-report-process-queue): New function.
24950 Process requests from `spam-report-requests-file'.
24951 (spam-report-process-queue): Doc fix.
24952
24953 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
24954
24955 * spam.el (spam-register-routine)
24956 (spam-log-processing-to-registry, spam-log-registered-p)
24957 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24958 Change "check" to "spam-check" for semi-clarity.
24959
24960 2004-02-05 Jesper Harder <harder@ifa.au.dk>
24961
24962 * pop3.el: Require nnheader.
24963
24964 * mml-smime.el: Require cl. Autoload message-fetch-field.
24965
24966 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24967
24968 * gnus-picon.el: Require cl.
24969
24970 * gnus-fun.el: Require gnus-ems and gnus-util.
24971
24972 * gnus.el (gnus-method-to-server): Move defsubst before first use.
24973
24974 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24975
24976 * gnus-art.el (gnus-article-edit-mode): Define before first
24977 reference.
24978
24979 2004-02-04 Jesper Harder <harder@ifa.au.dk>
24980
24981 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24982 (gnus-uu-post-encoded): Use point-at-bol.
24983
24984 * gnus-topic.el (gnus-group-active-topic-p): do.
24985
24986 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24987
24988 * gnus-group.el (gnus-group-kill-region): do.
24989
24990 * gnus-art.el (article-date-ut): do.
24991
24992 * message.el (message-fetch-field): Remove redundant
24993 case-fold-search binding.
24994 (message-narrow-to-field): Simplify.
24995
24996 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
24997
24998 * spam.el (spam-directory): Derive from `gnus-directory'.
24999
25000 * spam-report.el (spam-report-url-to-file)
25001 (spam-report-requests-file): New function and variable for offline
25002 reporting.
25003 (spam-report-url-ping-function): Add `spam-report-url-to-file'
25004 and user defined function.
25005 (spam-report-url-ping-mm-url): Remove doubled slash.
25006
25007 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
25008
25009 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25010
25011 2004-02-03 Jesper Harder <harder@ifa.au.dk>
25012
25013 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25014 Fix format string mismatch.
25015
25016 * sieve.el (sieve-deactivate-all): do.
25017
25018 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25019
25020 * nnlistserv.el (nnlistserv-kk-wash-article): do.
25021
25022 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25023
25024 * mm-bodies.el (mm-7bit-chars): Don't include \r.
25025
25026 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
25027
25028 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25029 the list of checks.
25030
25031 2004-01-31 Jesper Harder <harder@ifa.au.dk>
25032
25033 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25034 padding.
25035
25036 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
25037
25038 * mm-view.el (mm-fill-flowed): New variable.
25039 (mm-inline-text): Use it.
25040
25041 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
25042
25043 * spam.el (spam-spamassassin-register-ham-routine)
25044 (spam-spamassassin-register-spam-routine): Fix function names.
25045
25046 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
25047
25048 * gnus.el (gnus-tmp-grouplens): Remove.
25049 (gnus-summary-line-format): Remove grouplens.
25050
25051 * gnus-group.el (gnus-group-line-format): Ditto.
25052
25053 * gnus-spec.el (gnus-format-specs): Ditto.
25054 (gnus-update-format-specifications): Flush the group format spec
25055 cache if there's the grouplens stuff.
25056 (gnus-parse-simple-format): Replace %l with the empty string.
25057
25058 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
25059
25060 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25061 omission.
25062
25063 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
25064
25065 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25066 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25067
25068 2004-01-25 Paul Jarc <prj@po.cwru.edu>
25069
25070 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25071 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25072 New macros and functions.
25073 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25074 Handle > NLINK_MAX messages.
25075 * nnmaildir.el (nnmaildir-request-set-mark):
25076 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25077
25078 2004-01-25 Alex Schroeder <alex@gnu.org>
25079
25080 * spam-stat.el (spam-stat-process-directory-age): New option.
25081 (spam-stat-process-directory): Use it.
25082
25083 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
25084
25085 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25086 (spam-stat-save): Accept prefix argument.
25087
25088 2004-01-23 Paul Jarc <prj@po.cwru.edu>
25089
25090 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25091 links" error.
25092
25093 2004-01-23 Jesper Harder <harder@ifa.au.dk>
25094
25095 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25096 compatibility with old .newsrc.eld files.
25097
25098 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25099
25100 * gnus-start.el (gnus-1): do.
25101
25102 * gnus-group.el (gnus-group-line-format-alist): do.
25103
25104 * gnus.el (gnus-use-grouplens, gnus-visual): do.
25105
25106 * gnus-gl.el: Remove.
25107
25108 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
25109
25110 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25111 marks consisting of a single range {for example, (3 . 5)} rather
25112 than a list of a single range { ((3 . 5)) }.
25113
25114 2004-01-23 Jesper Harder <harder@ifa.au.dk>
25115
25116 * spam-stat.el (spam-stat-store-gnus-article-buffer):
25117 Use with-current-buffer.
25118 (spam-stat-store-current-buffer): Use insert-buffer-substring to
25119 avoid consing a string.
25120
25121 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25122 Remove obsolete entries for big5 and gb2312.
25123
25124 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
25125
25126 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25127 uncompressed list.
25128
25129 2004-01-22 Jesper Harder <harder@ifa.au.dk>
25130
25131 * spam-stat.el (spam-stat-strip-xref): New function.
25132 (spam-stat-process-directory): Use it.
25133
25134 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25135 here -- it's done in message-fetch-field.
25136
25137 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
25138
25139 * gnus-agent.el (gnus-agent-queue-mail)
25140 (gnus-agent-prompt-send-queue): New variables.
25141 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25142 * gnus-draft.el (gnus-group-send-queue): Pass the group name
25143 "nndraft:queue" along to gnus-draft-send.
25144 Use gnus-agent-prompt-send-queue.
25145 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25146 is "nndraft:queue". Suggested by Gaute Strokkenes
25147 <gs234@srcf.ucam.org>
25148
25149 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25150 (agent-enable-undownloaded-faces): Add.
25151 (gnus-agent-cat-groups): Use eval-and-compile, not
25152 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25153 method of gnus-agent-cat-groups even when the buffer has been
25154 evalled.
25155 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25156 delete gnus-agent-save-active-1.
25157 (gnus-agent-save-groups): Delete. Identical to
25158 gnus-agent-save-active.
25159 (gnus-agent-write-active): No longer adjust agent's copy of active
25160 file as agent's adjustments are now stored in their own
25161 file. Remove optional parameter.
25162 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25163 servers. Add use of min/max range limits from server's local
25164 file.
25165 (gnus-agent-save-alist): Remove unused optional argument.
25166 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25167 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25168 (gnus-agent-set-local): A per-server file that keeps min/max range
25169 limits for articles known to the agent. Provides a fast mechanism
25170 for altering many active ranges.
25171 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25172 active file (local makes it unnecessary).
25173 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25174
25175 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25176 (agent-enable-undownloaded-faces): Add.
25177
25178 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25179 disable it when sending to "nndraft:queue".
25180 (gnus-group-send-queue): Add safety check to avoid sending queue
25181 when unplugged.
25182
25183 * gnus-group.el (gnus-group-catchup): Use new
25184 gnus-sequence-of-unread-articles, not
25185 gnus-list-of-unread-articles, to avoid exhausting memory with huge
25186 numbers of articles. Use gnus-range-map to avoid having to
25187 uncompress the unread list.
25188 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25189 Fix invalid ange-ftp reference.
25190
25191 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25192 (gnus-sorted-range-intersection): Intersection of two ranges
25193 without requiring that they first be uncompressed.
25194
25195 * gnus-start.el (gnus-activate-group): Unless blocked by the
25196 caller, possibly expand the active range to include both cached
25197 and agentized articles.
25198 (gnus-convert-old-newsrc): Rewrote in anticipation of having
25199 multiple version-dependent converters.
25200 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25201 gnus-agent-save-active.
25202 (gnus-save-newsrc-file): Save dirty agent range limits.
25203
25204 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25205 gnus-agent-possibly-alter-active.
25206 (gnus-adjust-marked-articles): Faster handling of simple lists.
25207
25208 2004-01-21 Jesper Harder <harder@ifa.au.dk>
25209
25210 * spam-stat.el (spam-stat-test-directory): New optional argument
25211 displays a list of files detected. Suggested by Andrew Cohen
25212 <cohen@andy.bu.edu>.
25213 (spam-stat-buffer-words-with-scores): Don't narrow and change
25214 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
25215
25216 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
25217
25218 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25219 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25220 (spam-spamassassin-arguments)
25221 (spam-spamassassin-spam-flag-header)
25222 (spam-spamassassin-positive-spam-flag-header)
25223 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25224 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25225 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25226 (spam-list-of-processors, spam-list-of-checks)
25227 (spam-list-of-statistical-checks, spam-registration-functions)
25228 (spam-check-spamassassin-headers, spam-check-spamassassin)
25229 (spam-spamassassin-score)
25230 (spam-spamassassin-register-with-sa-learn)
25231 (spam-spamassassin-register-spam-routine)
25232 (spam-spamassassin-register-ham-routine)
25233 (spam-assassin-register-spam-routine)
25234 (spam-assassin-register-ham-routine): Add SpamAssassin support.
25235 (spam-bogofilter-score): Fix to show article before scoring.
25236
25237 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
25238
25239 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25240 default scoring function.
25241 (spam-generic-score): Call spam-spamassassin-score if
25242 spam-use-spamassassin or spam-use-spamassassin-headers is on;
25243 spam-bogofilter-score otherwise.
25244
25245 * gnus.el (spam-process, spam-autodetect-methods):
25246 Add spamassassin and spamassassin-headers.
25247
25248 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
25249
25250 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25251 Suppress unnecessary messages.
25252
25253 2004-01-20 Jesper Harder <harder@ifa.au.dk>
25254
25255 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25256 make-hash-table.
25257
25258 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
25259
25260 * canlock.el (base64-encode-string): Don't autoload it.
25261
25262 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
25263
25264 * run-at-time.el: Remove useless (require 'itimer),
25265 eval-and-compile and (featurep 'xemacs).
25266
25267 2004-01-16 Jesper Harder <harder@ifa.au.dk>
25268
25269 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25270 GROUP is a virtual group.
25271
25272 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
25273
25274 * gnus.el: Autoload `message-y-or-n-p'.
25275
25276 2004-01-15 Jesper Harder <harder@ifa.au.dk>
25277
25278 * pgg-parse.el: Remove unnecessary (require 'custom).
25279
25280 * pgg-def.el: do.
25281
25282 * nnmail.el: do.
25283
25284 * gnus-undo.el: do.
25285
25286 * gnus-picon.el: do.
25287
25288 * gnus-util.el: do.
25289
25290 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
25291
25292 * gnus-sum.el (gnus-pick-line-number): Add autoload.
25293
25294 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
25295
25296 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25297 handle, as well as a list.
25298
25299 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25300 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25301 (mm-w3m-cid-retrieve): Simplify.
25302
25303 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
25304
25305 * message.el (message-kill-to-signature): Allow prefix arg to
25306 specify number of lines to keep before signature.
25307
25308 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
25309
25310 * message.el (message-kill-to-signature): Change docstring.
25311
25312 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
25313
25314 * canlock.el: Always require sha1-el.
25315 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25316
25317 * message.el: Autoload sha1 only when compiling.
25318
25319 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
25320
25321 * message.el (message-canlock-generate): Require sha1-el.
25322
25323 2004-01-13 Jesper Harder <harder@ifa.au.dk>
25324
25325 * message.el (message-expand-name): Silence the byte compiler.
25326
25327 2004-01-13 Simon Josefsson <jas@extundo.com>
25328
25329 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25330 Invoke gnus-score-mode.
25331 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25332
25333 * gnus-range.el (gnus-compress-sequence): Doc fix.
25334 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25335
25336 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25337
25338 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25339
25340 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
25341
25342 * spam.el (spam-get-article-as-string): Update to use
25343 gnus-request-article-this-buffer, much simpler.
25344 (spam-get-article-as-buffer): Remove.
25345
25346 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
25347
25348 * message.el (message-expand-name): Use EUDC if the user uses that.
25349
25350 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25351
25352 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25353 character for the encoding to avoid consing a string.
25354
25355 * rfc2047.el (rfc2047-decode-string): Don't cons a string
25356 unnecessarily.
25357
25358 * mm-util.el (mm-replace-chars-in-string): Remove.
25359
25360 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25361 of mm-replace-chars-in-string.
25362
25363 2004-01-11 Jesper Harder <harder@ifa.au.dk>
25364
25365 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25366
25367 * mm-util.el (mm-subst-char-in-string): Support inplace.
25368
25369 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25370 a new string in every iteration. Use shy groups.
25371
25372 2004-01-10 Jesper Harder <harder@ifa.au.dk>
25373
25374 * gnus-srvr.el (gnus-browse-unsubscribe-group):
25375 * gnus-soup.el (gnus-soup-group-brew):
25376 * gnus-msg.el (gnus-put-message):
25377 * gnus-move.el (gnus-group-move-group-to-server):
25378 * gnus-kill.el (gnus-batch-score):
25379 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25380 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25381 (gnus-group-update-group, gnus-group-read-group)
25382 (gnus-group-make-group, gnus-group-make-help-group)
25383 (gnus-group-make-archive-group, gnus-group-make-directory-group)
25384 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25385 (gnus-group-sort-by-unread, gnus-group-catchup)
25386 (gnus-group-unsubscribe-group, gnus-group-kill-group)
25387 (gnus-group-yank-group, gnus-group-set-info)
25388 (gnus-group-list-groups):
25389 * gnus.el (gnus-generate-new-group-name):
25390 * gnus-delay.el (gnus-delay-send-queue):
25391 * nnvirtual.el (nnvirtual-catchup-group):
25392 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25393 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25394 (gnus-group-prepare-topics, gnus-topic-check-topology):
25395 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25396 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25397 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25398 (gnus-group-make-articles-read):
25399 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25400 (gnus-group-change-level, gnus-kill-newsgroup)
25401 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25402 (gnus-get-unread-articles, gnus-make-articles-unread)
25403 (gnus-make-ascending-articles-unread): Use accessor
25404 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25405 to get group information for improved readability.
25406
25407 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25408
25409 * gnus-art.el (article-decode-mime-words, article-babel)
25410 (gnus-article-highlight-signature, gnus-article-add-buttons)
25411 (gnus-signature-toggle): Use gnus-with-article-buffer.
25412
25413 * gnus-art.el (gnus-article-highlight-headers)
25414 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25415
25416 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25417 (gnus-article-set-globals, gnus-request-article-this-buffer)
25418 (gnus-button-message-id, gnus-article-maybe-hide-headers)
25419 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25420 (gnus-mime-display-alternative): Use with-current-buffer.
25421
25422 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25423
25424 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25425 also under 80 char limit, and call gnus-error if needed.
25426 (spam-fetch-article-header): Fix - it was a
25427 buffer-local variable (gnus-newsgroup-data).
25428 (spam-find-spam): Use spam-generate-fake-headers, forget about
25429 spam-insert-fake-headers.
25430 (spam-insert-fake-headers): Remove.
25431
25432 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25433
25434 * deuglify.el (gnus-article-outlook-unwrap-lines)
25435 (gnus-outlook-rearrange-article)
25436 (gnus-outlook-repair-attribution-outlook)
25437 (gnus-outlook-repair-attribution-block)
25438 (gnus-outlook-repair-attribution-other): Remove redundant
25439 save-excursion.
25440
25441 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25442
25443 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25444 (spam-fetch-field-subject-fast)
25445 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25446 (spam-fetch-article-header): Add functions to deal with Gnus
25447 internals for fast retrieval of article header data.
25448 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25449
25450 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25451
25452 * pop3.el (pop3-md5): Remove.
25453 (pop3-apop): Replace pop3-md5 with md5.
25454
25455 * mm-bodies.el: base64 is always built-in.
25456
25457 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25458 Use with-current-buffer.
25459
25460 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
25461
25462 * canlock.el (canlock-insert-header): Remove excessive grouping in
25463 regexp.
25464
25465 * gnus-sum.el (gnus-summary-read-document): Ditto.
25466
25467 * gnus-uu.el (gnus-uu-part-number): Ditto.
25468
25469 * html2text.el (html2text-remove-tags): Ditto.
25470 (html2text-format-tags): Ditto.
25471 (html2text-format-single-elements): Ditto.
25472
25473 * mml.el (mml-parse-1): Ditto.
25474
25475 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25476
25477 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25478
25479 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25480
25481 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25482
25483 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25484
25485 2003-11-15 Simon Josefsson <jas@extundo.com>
25486
25487 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25488 (pgg-gpg-lookup-key): Use regexp match instead of
25489 split-string (split-string is different between emacs 21.2 and
25490 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
25491
25492 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25493
25494 * gnus-art.el (gnus-mime-view-all-parts)
25495 (gnus-article-part-wrapper, gnus-article-view-part):
25496 Use with-current-buffer.
25497
25498 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25499
25500 * spam.el (spam-disable-spam-split-during-ham-respool)
25501 (spam-spamoracle-database, spam-cache-lookups)
25502 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25503 (spam-group-ham-mark-p, spam-group-spam-mark-p)
25504 (spam-group-ham-marks, spam-group-spam-marks)
25505 (spam-group-spam-contents-p, spam-group-ham-contents-p)
25506 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25507 also add spam-use-blackholes to the statistical checks.
25508 (spam-fetch-field-fast): Add interface to fetching fields, may
25509 become a macro.
25510 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25511 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25512 (spam-insert-fake-headers): Fake an article when needed.
25513 (spam-find-spam): Fake article when possible.
25514 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25515 (spam-check-bogofilter-headers): Use message-fetch-field instead
25516 of nnmail-fetch-field.
25517
25518 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
25519
25520 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25521
25522 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25523
25524 * spam.el (spam-split): Do not require spam-use-CHECK to be
25525 enabled if that check is passed to spam-split explicitly; also
25526 fix so 'spam doesn't get converted to spam-split-group when
25527 spam-split-symbolic-return is t.
25528 (spam-find-spam): Find registrations of the article and use those
25529 instead of re-running spam-split to find the spam/ham
25530 classification of the article.
25531 (spam-log-processing-to-registry, spam-log-registered-p)
25532 (spam-log-unregistration-needed-p, spam-log-undo-registration):
25533 Use gnus-error instead of gnus-message.
25534 (spam-log-registration-type): Add function to determine the
25535 classification of a message based on registry entries; will
25536 return nil if both 'spam and 'ham are found.
25537 (spam-check-BBDB): Expand all the BBDB macros here so we can have
25538 a reasonably fast local cache without the loading errors.
25539 (spam-cache-lookups): Set to t by default.
25540 (spam-find-spam): Don't try to guess spam-cache-lookups.
25541 (spam-enter-whitelist, spam-enter-blacklist): Clear the
25542 spam-caches entry.
25543 (spam-filelist-build-cache, spam-filelist-check-cache):
25544 Fix caching of whitelist/blacklist entries.
25545 (spam-check-whitelist, spam-check-blacklist):
25546 Invoke spam-from-listed-p with a type, not a cache variable.
25547 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25548
25549 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25550
25551 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25552
25553 * nnmail.el (nnmail-split-fancy): do.
25554
25555 * mml.el (mml-parse): do.
25556
25557 * gnus-score.el (gnus-enter-score-words-into-hashtb)
25558 (gnus-score-adaptive): do.
25559
25560 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25561
25562 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25563 (gnus-mime-button-map): Don't set keymap parent.
25564 (gnus-button-ctan-directory-regexp): Use shy grouping.
25565 (gnus-prev-page-map): Don't set keymap parent.
25566 (gnus-prev-page-map): Remove duplicated one.
25567 (gnus-next-page-map): Don't set keymap parent.
25568 (gnus-mime-security-button-map): Ditto.
25569
25570 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25571 version number.
25572
25573 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25574
25575 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25576
25577 * canlock.el (canlock-sha1-function): Remove.
25578 (canlock-sha1-function-for-verify): Remove.
25579 (canlock-openssl-program): Remove.
25580 (canlock-openssl-args): Remove.
25581 (canlock-ignore-errors): Remove.
25582 (canlock-sha1-with-openssl): Remove.
25583 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25584 (canlock-verify): Don't use canlock-ignore-errors.
25585
25586 * sha1-el.el (sha1-string-external): Make it can return a string
25587 in binary form.
25588 (sha1-region-external): Ditto.
25589 (sha1-string-internal): Ditto.
25590 (sha1-region-internal): Ditto.
25591 (sha1-region): Ditto.
25592 (sha1-string): Ditto.
25593 (sha1): Ditto.
25594
25595 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
25596
25597 * spam.el (spam-report-articles-gmane): New command.
25598
25599 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25600
25601 * gnus.el: Don't make unnecessary *Group* buffer when loading.
25602
25603 * run-at-time.el (run-at-time-saved): Remove.
25604 (run-at-time): Doc fix.
25605
25606 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25607
25608 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25609 (gnus-summary-limit-map): Add it.
25610 (gnus-summary-make-menu-bar): do.
25611
25612 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
25613
25614 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25615 Make attempt at some caching support (done for BBDB only now).
25616 (spam-find-spam): Set spam-cache-lookups if there are more than 2
25617 addresses to be checked.
25618 (spam-clear-cache-BBDB): Add function, to be invoked by
25619 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25620 (spam-check-BBDB): Check and use the caches, if
25621 spam-cache-lookups is on, remove superfluous (provide).
25622
25623 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
25624
25625 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25626
25627 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
25628
25629 * run-at-time.el (run-at-time-saved): Move to after the definition
25630 of `run-at-time'.
25631
25632 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
25633
25634 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25635 mm-w3m-local-map-property.
25636
25637 * mm-view.el (mm-w3m-mode-map): Remove.
25638 (mm-w3m-local-map-property): Remove.
25639 (mm-inline-text-html-render-with-w3m): Don't use
25640 mm-w3m-local-map-property.
25641
25642 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
25643
25644 * run-at-time.el: New file.
25645
25646 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25647 of gnus-set-text-properties.
25648
25649 * gnus-uu.el (gnus-uu-save-article): Ditto.
25650
25651 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25652
25653 * gnus-cite.el (gnus-cite-parse): Ditto.
25654
25655 * gnus-art.el (gnus-button-push): Use set-text-properties instead
25656 of gnus-.
25657
25658 * gnus.el: Change calls to nnheader-run-at-time and
25659 password-run-at-time throughout to use run-at-time directly.
25660
25661 * password.el: Remove definition of run-at-time.
25662
25663 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
25664
25665 * mml.el (mml-minibuffer-read-disposition): Show attachment type
25666 in prompt.
25667
25668 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25669
25670 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25671 XEmacs version.
25672
25673 * dns.el (dns-make-network-process): Use `open-network-stream'
25674 instead of `gnus-xmas-open-network-stream'.
25675
25676 * .cvsignore: Add auto-autoloads.el, custom-load.el.
25677
25678 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25679
25680 * gnus-art.el (gnus-mime-display-alternative)
25681 (gnus-insert-mime-button, gnus-insert-mime-security-button)
25682 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25683 Don't use gnus-local-map-property.
25684
25685 * gnus-util.el (gnus-local-map-property): Remove.
25686
25687 * mm-view.el (mm-view-pkcs7-decrypt):
25688 Replace gnus-completing-read-maybe-default with completing-read.
25689
25690 * gnus-util.el (gnus-completing-read): do.
25691 (gnus-completing-read-maybe-default): Remove.
25692
25693 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25694
25695 * password.el: Only autoload `run-at-time' if not XEmacs.
25696 Only autoload the itimer functions if XEmacs.
25697
25698 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25699
25700 * gnus-art.el (gnus-read-string): Remove.
25701 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25702 read-string.
25703
25704 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
25705
25706 * netrc.el: Autoload password-read.
25707 (netrc): Add configuration group.
25708 (netrc-encoding-method, netrc-openssl-path):
25709 Add variables for encoding and decoding of files with symmetric
25710 ciphers.
25711 (netrc-encode): Add assistant function to encode a file with
25712 netrc-encoding-method.
25713 (netrc-parse): Add interactive parameter, added optional
25714 decoding if netrc-encoding-method is non-nil but otherwise
25715 behavior is standard.
25716 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25717 Do s/encode/encrypt/ everywhere.
25718
25719 * spam.el: Remove executable-find autoload.
25720
25721 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25722
25723 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25724
25725 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25726
25727 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
25728
25729 * gnus-art.el (gnus-treat-ansi-sequences)
25730 (article-treat-ansi-sequences): New variable and function.
25731 Suggested by Dan Jacobson <jidanni@jidanni.org>.
25732
25733 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25734 Use it.
25735
25736 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25737
25738 * mm-util.el (mm-quote-arg): Remove.
25739
25740 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25741 shell-quote-argument.
25742
25743 * gnus-uu.el (gnus-uu-command): do.
25744
25745 * gnus-sum.el (gnus-summary-insert-pseudos): do.
25746
25747 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25748 with make-char.
25749
25750 * mm-util.el (mm-make-char): Remove.
25751
25752 * mml.el (mml-mode): Replace gnus-add-minor-mode with
25753 add-minor-mode.
25754
25755 * gnus-undo.el (gnus-undo-mode): do.
25756
25757 * gnus-topic.el (gnus-topic-mode): do.
25758
25759 * gnus-sum.el (gnus-dead-summary-mode): do.
25760
25761 * gnus-start.el (gnus-slave-mode): do.
25762
25763 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25764
25765 * gnus-ml.el (gnus-mailing-list-mode): do.
25766
25767 * gnus-gl.el (gnus-grouplens-mode): do.
25768
25769 * gnus-draft.el (gnus-draft-mode): do.
25770
25771 * gnus-dired.el (gnus-dired-mode): do.
25772
25773 * gnus-ems.el (gnus-add-minor-mode): Remove.
25774
25775 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25776 Replace gnus-char-width with char-width.
25777
25778 * gnus-ems.el (gnus-char-width): Remove.
25779
25780 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25781 Replace gnus-char-width with char-width.
25782
25783 * gnus-ems.el (gnus-char-width): Remove.
25784
25785 * spam-stat.el (with-syntax-table): Remove with-syntax-table
25786 definition.
25787 Remove Emacs 20 hash table compatibility code.
25788
25789 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25790 20 compatibility code.
25791
25792 * spam.el (spam-point-at-eol): Replace with point-at-eol.
25793
25794 * smime.el (smime-point-at-eol): Replace with point-at-eol.
25795
25796 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25797 Replace with point-at-{eol,bol}.
25798
25799 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25800
25801 * imap.el (imap-point-at-eol): Replace with point-at-eol.
25802
25803 * flow-fill.el (fill-flowed-point-at-bol)
25804 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25805
25806 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25807 Replace with point-at-{eol,bol} throughout all files.
25808
25809 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
25810
25811 * ntlm.el (ntlm-string-as-unibyte): New macro.
25812 (ntlm-build-auth-response): Use it.
25813
25814 Remove Emacs 20 stuff:
25815 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25816 of delq and copy-sequence.
25817 * gnus-art.el (popup-menu): Remove the compiler macro.
25818 * nnmail.el (nnmail-split-fancy): Don't support customizing with
25819 Emacs 20.
25820
25821 2004-01-05 Simon Josefsson <jas@extundo.com>
25822
25823 * ntlm.el: Fix namespace. Change smb-passwd-hash into
25824 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25825 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25826 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25827 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25828 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25829 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25830 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25831 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25832 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25833 ntlm-string-permute, string-lshift into ntlm-string-lshift,
25834 string-xor into ntlm-string-xor.
25835 Suggested by Jesper Harder <harder@myrealbox.com>.
25836
25837 * ntlm.el: Don't include poem.
25838
25839 * md4.el (print-int32, print-string-hexa): Remove.
25840 Suggested by Jesper Harder <harder@myrealbox.com>.
25841
25842 * sasl-ntlm.el, ntlm.el, md4.el: New files.
25843
25844 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
25845 probably breaks emacs with DL patch, but do we care? Is anyone
25846 still using the DL stuff?)
25847
25848 * sieve-manage.el: Use the password package.
25849 (sieve-manage-read-passwd): Remove.
25850 (sieve-manage-interactive-login): Use password. Re-add
25851 condition-case around loop.
25852
25853 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25854 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25855 Use the password package.
25856
25857 2003-02-19 Simon Josefsson <jas@extundo.com>
25858
25859 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25860 token.
25861
25862 2002-08-07 Simon Josefsson <jas@extundo.com>
25863
25864 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25865 (sieve-manage-authenticators)
25866 (sieve-manage-authenticator-alist): Add some SASL mechs.
25867 (sieve-sasl-auth): New function.
25868 (sieve-manage-cram-md5-auth)
25869 (sieve-manage-plain-auth): Rewrite using SASL library.
25870 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25871 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25872 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25873 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25874
25875 2004-01-05 Simon Josefsson <jas@extundo.com>
25876
25877 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25878 New files.
25879
25880 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25881
25882 * gnus-group.el (gnus-no-groups-message): Update.
25883
25884 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25885
25886 2003-11-09 Simon Josefsson <jas@extundo.com>
25887
25888 * imap.el: Support for ID IMAP extension (RFC 2971).
25889 (imap-local-variables): Add imap-id.
25890 (imap-id): New variable.
25891 (imap-id): New function.
25892 (imap-parse-response): Parse untagged ID response.
25893 * nnimap.el (nnimap-id): New variable.
25894 (nnimap-open-connection): Use it.
25895
25896 2003-12-28 Simon Josefsson <jas@extundo.com>
25897
25898 * gnus-score.el (gnus-score-edit-all-score): New.
25899 * gnus-group.el (gnus-group-score-map): Bind it to W e.
25900
25901 2004-01-04 Simon Josefsson <jas@extundo.com>
25902
25903 * password.el: Add.
25904
25905 2004-01-04 Mario Lang <lang@zid.tugraz.at>
25906
25907 * dns.el (dns-query-types): Fix typo.
25908 (dns-query-types): New function.
25909 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
25910 PTR and SOA replies, see RFC 1035.
25911
25912 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25913
25914 * gnus.el (gnus-logo-color-style): Change colors to `no'.
25915
25916 * Move to Changelog.2.
25917
25918 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25919
25920 * gnus.el (gnus-version-number): Bump version.
25921
25922 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25923
25924 * gnus.el: No Gnus v0.1 is released.
25925
25926 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25927
25928 * gnus.el: No Gnus v0.0 is released.
25929
25930 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25931
25932 * gnus.el (gnus-version-number): Bump.
25933 (gnus-version): No.
25934
25935 See ChangeLog.2 for earlier changes.
25936
25937 Copyright (C) 2004-2014 Free Software Foundation, Inc.
25938
25939 This file is part of GNU Emacs.
25940
25941 GNU Emacs is free software: you can redistribute it and/or modify
25942 it under the terms of the GNU General Public License as published by
25943 the Free Software Foundation, either version 3 of the License, or
25944 (at your option) any later version.
25945
25946 GNU Emacs is distributed in the hope that it will be useful,
25947 but WITHOUT ANY WARRANTY; without even the implied warranty of
25948 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25949 GNU General Public License for more details.
25950
25951 You should have received a copy of the GNU General Public License
25952 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25953
25954 ;; Local Variables:
25955 ;; coding: utf-8
25956 ;; fill-column: 79
25957 ;; add-log-time-zone-rule: t
25958 ;; End: