lisp/gnus/eww.el: Add form support; Make form submission work; Support POST
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * eww.el (eww-submit): Make form submission work.
4
5 * shr.el (shr-descend): Allow other packages to override (or provide)
6 rendering of elements.
7 (shr-expand-url): Strip query strings from URLs before expanding them.
8
9 * eww.el: Don't require cl-lib.
10 (eww-tag-form): Start form support.
11
12 * eww.el: Start writing a new, tiny web browser.
13 (eww-previous-url): New command.
14 (eww-quit): New command.
15
16 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
17
18 * sieve.el: Put point at beginning of buffer when viewing a script.
19 (sieve-open-server): respect the PORT parameter. Show the correct port
20 number in sieve-buffer's header. Fixed code to also work with a string
21 as port specifier. Properly close the connection on pressing 'q'. Make
22 sieve-manage-quit close the connection and process buffer. Also, remove
23 duplicate keybinding for 'q'.
24
25 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
26
27 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
28 make it easier to read.
29 (mm-pkcs7-enveloped-magic): Ditto.
30
31 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
32
33 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
34 before `image-type-available-p' to avoid loading the image libraries
35 needlessly.
36
37 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
38
39 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
40 assume Date header begins with "Date", that may be customized into
41 something like "X-Sent" using gnus-article-time-format.
42 (article-transform-date): Allow multi-line Date header.
43
44 2013-06-02 David Engster <deng@randomsample.de>
45
46 * registry.el (initialize-instance, registry-lookup)
47 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
48 (registry-lookup-secondary-value, registry-search, registry-delete)
49 (registry-insert, registry-reindex, registry-size, registry-prune): Do
50 not wrap methods in `eval-and-compile'. This breaks due to latest
51 changes in EIEIO (introduction of eieio-core.el).
52
53 2013-05-30 Glenn Morris <rgm@gnu.org>
54
55 * nnmail.el (nnmail-fancy-expiry-target):
56 Also bind mail-dont-reply-to-names.
57
58 * spam-stat.el (spam-stat-save):
59 No need to tweak font-lock in temp buffers.
60
61 * shr.el (shr-put-image): Silence compiler.
62
63 2013-05-29 Glenn Morris <rgm@gnu.org>
64
65 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
66
67 * gnus-group.el (gnus-sequence-of-unread-articles)
68 (gnus-summary-add-mark, gnus-mark-article-as-read)
69 (gnus-group-make-articles-read): Declare.
70
71 * gnus-sum.el (gnus-parameter-list-identifier)
72 (gnus-article-stop-animations, gnus-stop-downloads)
73 (gnus-article-only-boring-p, article-goto-body)
74 (gnus-flush-original-article-buffer, article-narrow-to-head)
75 (gnus-article-hidden-text-p, gnus-delete-wash-type)
76 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
77
78 * gnus.el: No need to eval-and-compile autoloads.
79
80 * gravatar.el (help-function-arglist): Autoload.
81
82 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
83
84 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
85
86 * spam.el: No need to load spam-report when compiling.
87 No need to eval-and-compile autoloads.
88 (spam-report-resend-to): Declare.
89 (spam-report-resend-register-routine): Require 'spam-report.
90
91 2013-05-24 Julien Danjou <julien@danjou.info>
92
93 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
94 setup.
95
96 2013-05-23 Glenn Morris <rgm@gnu.org>
97
98 * gnus-util.el (rmail-swap-buffers-maybe)
99 (rmail-maybe-set-message-counters, rmail-count-new-messages)
100 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
101 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
102
103 * mm-decode.el: No need to load term when compiling.
104 (term-mode, term-char-mode): Declare.
105
106 * mm-util.el: No need to load jka-compr when compiling.
107 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
108
109 * nnmaildir.el: Require is automatically eval-and-compile.
110 (nnmail): Require at run-time too.
111
112 * registry.el (registry-size): Move definition before use.
113
114 2013-05-22 Daiki Ueno <ueno@gnu.org>
115
116 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
117 signed data to conform the standard. (Bug#14232)
118
119 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
120
121 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
122 double angle quotation mark.
123
124 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
125
126 * message.el (message-insert-formatted-citation-line): Handle finding
127 first/lastname when more than 2 names appear.
128
129 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
130
131 * shr.el (shr-tag-span): New function.
132
133 2013-05-18 Glenn Morris <rgm@gnu.org>
134
135 * message.el (message-mode): Use message-mode-abbrev-table,
136 with text-mode-abbrev-table as parent. (Bug#14413)
137
138 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
139
140 * message.el (message-expand-group): Decode group names.
141
142 2013-05-16 Julien Danjou <julien@danjou.info>
143
144 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
145 app-icon.
146
147 2013-05-15 Glenn Morris <rgm@gnu.org>
148
149 * shr-color.el (shr-color-visible-luminance-min)
150 (shr-color-visible-distance-min): Use shr-color group.
151
152 2013-05-11 Glenn Morris <rgm@gnu.org>
153
154 * gnus-vm.el: Make it loadable without VM.
155 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
156 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
157
158 2013-05-09 Glenn Morris <rgm@gnu.org>
159
160 * mml1991.el: Make it loadable. (Bug#13456)
161
162 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
163 * gnus-async.el (gnus-async-post-fetch-function):
164 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
165 * gnus-html.el (gnus-html-image-cache-ttl):
166 * gnus-notifications.el (gnus-notifications-timeout):
167 * gnus-picon.el (gnus-picon-properties):
168 * gnus-util.el (gnus-completion-styles):
169 * gnus.el (gnus-other-frame-resume-function):
170 * message.el (message-user-organization-file)
171 (message-cite-reply-position):
172 * nnir.el (nnir-summary-line-format)
173 (nnir-retrieve-headers-override-function):
174 * shr-color.el (shr-color-visible-luminance-min):
175 * shr.el (shr-blocked-images):
176 * spam-report.el (spam-report-resend-to):
177 * spam.el (spam-summary-exit-behavior): Fix custom types.
178
179 * gnus-salt.el (gnus-selected-tree-face): Fix default.
180
181 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
182
183 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
184 because of let-binding help-xref-following. (Bug#14356)
185
186 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
187
188 * message.el (message-bury, message-send-and-exit):
189 Revert 2013-05-04 change.
190
191 2013-05-06 Glenn Morris <rgm@gnu.org>
192
193 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
194
195 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
196
197 * message.el (message-bury): Make `buffer' optional.
198 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
199 (bug#14085).
200
201 2013-05-04 Andrew Cohen <cohen@bu.edu>
202
203 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
204 entering into the registry.
205
206 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
207
208 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
209 (Bug#14304)
210
211 2013-04-27 Glenn Morris <rgm@gnu.org>
212
213 * gnus.el (gnus-list-debbugs):
214 Use require rather than autoload. (Bug#14262)
215
216 2013-04-27 Julien Danjou <julien@danjou.info>
217
218 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
219 port to "sieve" now that it has an official IANA port assigned.
220
221 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
222
223 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
224 Don't set the MAILHOST environment variable permanently (Bug#14271).
225
226 2013-04-26 Glenn Morris <rgm@gnu.org>
227
228 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
229
230 2013-04-25 Andrew Cohen <cohen@bu.edu>
231
232 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
233 string values of 'gcc-self. Thanks to Saroj Thirumalai.
234
235 2013-04-24 Andrew Cohen <cohen@bu.edu>
236
237 * nnir.el (nnir-close-group): Make sure we are in the right group.
238
239 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
240 dependency table from all newly retrieved headers.
241
242 2013-04-16 David Edmondson <dme@dme.org>
243
244 Support <img src="data:...">.
245
246 * shr.el (shr-image-from-data): New function.
247 (shr-tag-img): Use it.
248
249 2013-04-14 Andrew Cohen <cohen@bu.edu>
250
251 * nnir.el (nnir-request-set-mark): Make sure we are in the right
252 group.
253
254 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
255
256 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
257 corresponding to any existing group (Bug#14166).
258
259 2013-04-10 Andrew Cohen <cohen@bu.edu>
260
261 * nnir.el (number-sequence): No longer used.
262 (nnir-request-set-mark): New function.
263 (nnir-request-update-info): Improve marks updating.
264 (nnir-request-scan): Don't duplicate marks updating.
265 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
266 Use 'assq rather than 'assoc. Quote anonymous function.
267 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
268 Use 'gnus-group-prefixed-p.
269 (gnus-summary-create-nnir-group): Make sure server for method is open.
270
271 2013-04-04 Andrew Cohen <cohen@bu.edu>
272
273 * nnir.el (gnus-nnir-group-p): New function.
274 (nnir-possibly-change-group): Use it.
275
276 * gnus-msg.el (gnus-setup-message): Use it.
277
278 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
279
280 * mml.el (mml-minibuffer-read-description): Use `default' insted of
281 `initial-input' for the argument name.
282 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
283
284 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
285
286 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
287 (used by MH-E).
288
289 2013-04-01 Andrew Cohen <cohen@bu.edu>
290
291 * nnir.el (nnir-request-update-mark): Improve mark updating in original
292 group.
293
294 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
295 fix compilation.
296
297 2013-03-31 Andrew Cohen <cohen@bu.edu>
298
299 * nnir.el (nnir-method-default-engines): And another typo.
300
301 2013-03-30 Andrew Cohen <cohen@bu.edu>
302
303 * nnir.el (nnir-method-default-engines): Fix typo.
304
305 2013-03-29 Andrew Cohen <cohen@bu.edu>
306
307 * nnir.el: Define 'number-sequence for xemacs.
308 (gnus-summary-create-nnir-group): New function to create an nnir group
309 from an nnir summary buffer based on the current query.
310 (nnir-request-create-group): Update to allow nnir group creation based
311 on the current query.
312
313 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
314
315 * nndraft.el (nndraft-request-expire-articles):
316 Make expiry target always `delete'.
317
318 2013-03-27 Andrew Cohen <cohen@bu.edu>
319
320 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
321 buffer use the posting-style and gcc of the original article group.
322 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
323
324 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
325 after other deffoos.
326
327 2013-03-26 Andrew Cohen <cohen@bu.edu>
328
329 * nnir.el: Major rewrite. Cleaner separation between searches and group
330 management. Marks are now shown in nnir summary buffers. Rudimentary
331 support for real (i.e. not ephemeral) nnir groups.
332 (gnus-summary-make-nnir-group): New function for initiating searches
333 from a summary buffer.
334
335 2013-03-18 Sam Steingold <sds@gnu.org>
336
337 * message.el (message-bury): Minor cleanup.
338
339 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
340
341 * nndir.el (nndir-request-list): Remove 2nd argument passed to
342 nnml-request-list. (Bug#13873)
343 (nndir-request-newsgroups): Remove, unused.
344
345 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
346
347 2013-03-03 Ted Phelps <phelps@gnusto.com>
348
349 * shr.el: Make all the overlays set the `evaporate' property so that
350 they're removed properly.
351
352 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
353
354 * mml2015-el (mml2015-epg-key-image): Wrap epg-gpg-program in
355 shell-quote-argument.
356
357 2013-02-22 David Engster <deng@randomsample.de>
358
359 * gnus-registry.el (gnus-registry-save): Provide class name when
360 calling `eieio-persistent-read' to avoid "unsafe call" warning. Use
361 `condition-case' to stay compatible with older EIEIO versions which
362 only accept one argument.
363
364 2013-02-17 Daiki Ueno <ueno@gnu.org>
365
366 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
367 (epg-user-id-validity): Autoload.
368 (mml2015-epg-check-user-id): New function.
369 (mml2015-epg-check-sub-key): New function split from
370 mml2015-epg-find-usable-key.
371 (mml2015-epg-find-usable-key): Accept context, name, usage, and
372 optional name-is-key-id, to handle the case when user-id is unusable.
373 Reported by Łukasz Stelmach <stlman@poczta.fm>.
374
375 2013-02-17 Glenn Morris <rgm@gnu.org>
376
377 * shr.el (shr-put-image): Use image-multi-frame-p if available.
378
379 2013-02-16 Glenn Morris <rgm@gnu.org>
380
381 * shr.el (shr-put-image): Only animate images that specify a delay.
382 This is consistent with the old image-animated-p behavior.
383
384 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
385
386 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
387 for XEmacs.
388
389 2013-02-13 Juri Linkov <juri@jurta.org>
390
391 * gnus-art.el (gnus-article-mode-map):
392 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
393 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
394
395 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
396
397 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
398 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
399
400 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
401
402 * auth-source.el (auth-source-format-prompt): Don't get confused by
403 any "\" in replacement text. (Bug#13637)
404
405 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
406
407 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
408 (gnus-backend-trace): Honor gnus-backend-trace.
409
410 * mml.el (mml-insert-part): Insert closing tag.
411
412 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
413
414 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
415
416 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
417 able to find the article, which can happen in debbugs groups,
418 apparently.
419
420 2013-01-16 Glenn Morris <rgm@gnu.org>
421
422 * smiley.el (smiley-style): Make the file loadable in batch mode.
423
424 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
425
426 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
427 imap process running.
428
429 2013-01-14 Julien Danjou <julien@danjou.info>
430
431 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
432 Compare addresses against addresses, not against the full From field.
433
434 2013-01-13 Richard Stallman <rms@gnu.org>
435
436 * message.el (message-forward-make-body-mime): New args BEG, END
437 specify what part of FORWARD-BUFFER to use. Do the work directly
438 instead of calling `mml-insert-buffer'.
439
440 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
441
442 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
443 cross-reference(s).
444
445 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
446 cross-reference(s).
447
448 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
449
450 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
451 and point-max-marker.
452 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
453
454 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
455
456 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
457 to mml2015-encrypt-to-self.
458 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
459
460 2013-01-09 Daiki Ueno <ueno@gnu.org>
461
462 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
463 mml-smime-epg-find-usable-secret-key.
464
465 2013-01-08 Glenn Morris <rgm@gnu.org>
466
467 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
468
469 2013-01-07 Daiki Ueno <ueno@gnu.org>
470
471 * mml-smime.el: Support signing by sender.
472 Requested by Uwe Brauer.
473 (mml-smime-sign-with-sender): New user option analogous
474 to mml2015-sign-with-sender.
475 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
476 (mml-smime-epg-find-usable-secret-key): New helper function copied from
477 mml2015.el.
478
479 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
480
481 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
482 isn't running, because Gnus will probably not know how to handle the
483 Gcc header (bug#11941).
484
485 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
486 articles.
487
488 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
489
490 * nnfolder.el (nnfolder-recursive-directory-files): New function.
491 (nnfolder-generate-active-file): Make this function work with recursive
492 folder names.
493
494 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
495
496 * nntp.el (nntp-open-connection): Use HELP as the capability command
497 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
498 unknown commands. And CAPABILITY is an unknown command (bug#12763).
499
500 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
501
502 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
503 place holder since this gives `Invalid face reference: nil' messages.
504 Use the `default' face instead. It has the same effect here, even
505 though it is not no-op.
506
507 * gnus-util.el
508 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
509
510 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
511
512 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
513 non-string posting styles (bug#13285).
514
515 2012-12-27 Glenn Morris <rgm@gnu.org>
516
517 * plstore.el (plstore-passphrase-callback-function):
518 Use plstore-get-file.
519
520 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
521
522 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
523 stderr.
524
525 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
526 group is nil.
527
528 * shr.el (shr-tag-em): Render as italic, not bold.
529
530 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
531
532 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
533
534 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
535
536 * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
537 temporary file to get PGP key image. Pass no-show-photos when extracting
538 image to avoid having it pop up twice.
539
540 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
541
542 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
543 eligible for treatment.
544
545 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
546 lines. This makes summary commands with hidden threads work more
547 reliably.
548
549 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
550 button to mark the hidden citations (bug#9395).
551
552 2012-12-26 Daiki Ueno <ueno@gnu.org>
553
554 * mml2015.el (mml2015-epg-signature-to-string): New function.
555 (mml2015-epg-verify-result-to-string): New function.
556 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
557 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
558 instead of epg-verify-result-to-string.
559 (epg-signature-key-id, epg-signature-to-string): Autoload.
560 (epg-verify-result-to-string): Remove autoload.
561
562 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
563
564 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
565 ID image from GPG public key.
566 (mml2015-epg-key-image-to-string): New function.
567
568 2012-12-25 Leo Liu <sdl.web@gmail.com>
569
570 * plstore.el (plstore-passphrase-callback-function): Fix error when
571 error when plstore-cache-passphrase-for-symmetric-encryption is set
572 (bug#13264).
573
574 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
575
576 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
577 buffer to the article buffer here, because that clobbers multiple
578 article buffers.
579
580 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
581 buffer always points to the right summary buffer.
582
583 2012-12-25 John Wiegley <jwiegley@gmail.com>
584
585 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
586 the password (bug#12097).
587
588 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
589
590 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
591 (bug#13263).
592
593 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
594 buffer exists before using it (bug#12475).
595
596 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
597 offline groups (bug#11937).
598
599 * message.el (message-yank-original): When using customize to set the
600 value of `message-cite-style', the variable it set to a symbol that's
601 the name of the variable, which must then be dereferenced (bug#12616).
602
603 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
604
605 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
606 the `face' property with a list whose car is the face specified in the
607 format string and whose cdr is (nil).
608 * lisp/gnus-util.el
609 (gnus-put-text-property-excluding-characters-with-faces):
610 Change accordingly.
611 (gnus-get-text-property-excluding-characters-with-faces): New function.
612 * lisp/gnus-sum.el (gnus-summary-highlight-line):
613 * lisp/gnus-salt.el (gnus-tree-highlight-node):
614 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
615
616 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
617
618 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
619 login methods.
620 (nnimap-login): Respect the `nnimap-authenticator' variable.
621
622 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
623 mark state when moving articles. Otherwise unticked articles will get
624 their ticks back after moving.
625
626 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
627
628 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
629
630 * message.el (message-ignored-news-headers): Always remove
631 X-Message-SMTP-Method to avoid information leakage if the user
632 mistakenly inserts the header into news messages.
633
634 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
635
636 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
637 right than four characters, this command would move point to
638 `point-max'. Don't do that.
639
640 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
641 to nil to allow re-selecting groups that gain articles.
642 (gnus-bug-group-download-format-alist): Update the URL.
643
644 2012-12-23 Andreas Schwab <schwab@suse.de>
645
646 * shr.el (shr-tag-em): Render em as italic, not bold.
647
648 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
649
650 * gnus-int.el (gnus-backend-trace): Factor out into its own function
651 for reuse.
652 (gnus-open-server): Use it to add more tracing.
653 (gnus-finish-retrieve-group-infos): Add backend tracing.
654 (gnus-backend-trace): Also note the elapsed seconds.
655
656 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
657
658 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
659 Set epa-file-encrypt-to from variable to avoid querying.
660
661 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
662
663 * sieve-mode.el (sieve-font-lock-keywords):
664 Keywords should be word delimited. (Bug#13173)
665
666 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
667
668 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
669 instead of <pre> to align message header.
670
671 2012-12-12 Sam Steingold <sds@gnu.org>
672
673 * gnus.el (gnus-other-frame-resume-function): Add user option.
674 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
675
676 2012-12-06 Sam Steingold <sds@gnu.org>
677
678 * gnus-start.el (gnus-before-resume-hook): Add.
679 (gnus-1): Run it when Gnus is alive.
680
681 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
682
683 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
684 * gnus-art.el (article-unsplit-urls)
685 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
686 * gnus-registry.el (gnus-registry-get-article-marks)
687 * message.el (message-goto-body): Use it.
688 (message-called-interactively-p): Remove.
689
690 * spam-stat.el (spam-stat-called-interactively-p): New macro.
691 (spam-stat-score-buffer): Use it.
692
693 * spam.el: Silence the warnings against BBDB functions when compiling.
694
695 * gnus-score.el (gnus-score-decode-text-parts):
696 Use append+mapcar instead of the cl function mapcan.
697
698 * gmm-utils.el (gmm-flet): Remove.
699
700 * gnus-sync.el (gnus-sync-lesync-call):
701 Avoid overriding json-alist-p.
702
703 * message.el (message-read-from-minibuffer):
704 Avoid overriding mail-abbrev-in-expansion-header-p.
705
706 2012-12-05 Sam Steingold <sds@gnu.org>
707
708 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
709 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
710 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
711
712 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
713
714 * gmm-utils.el (gmm-called-interactively-p): Revert.
715 This seems to cause Emacs to get stuck!
716 * gnus-art.el (article-unsplit-urls)
717 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
718 * gnus-registry.el (gnus-registry-get-article-marks)
719 * message.el (message-goto-body)
720 (message-called-interactively-p): Revert.
721
722 * gmm-utils.el (gmm-called-interactively-p): New function.
723 * gnus-art.el (article-unsplit-urls)
724 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
725 * gnus-registry.el (gnus-registry-get-article-marks)
726 * message.el (message-goto-body): Use it.
727 (message-called-interactively-p): Remove.
728
729 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
730 * gnus-sync.el (gnus-sync-lesync-call)
731 * message.el (message-read-from-minibuffer): Use it.
732
733 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
734
735 * gmm-utils.el (gmm-flet): Remove.
736 * gnus-sync.el (gnus-sync-lesync-call)
737 * message.el (message-read-from-minibuffer): Don't use it.
738
739 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
740
741 * gmm-utils.el (gmm-labels): Use cl-labels if available.
742
743 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
744
745 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
746
747 * gnus-sync.el (gnus-sync-lesync-call)
748 * message.el (message-read-from-minibuffer): Use gmm-flet.
749
750 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
751
752 * gnus-util.el (gnus-macroexpand-all): Remove.
753
754 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
755
756 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
757 to TAB, not [tab].
758 (gnus-summary-article-map): Likewise.
759
760 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
761 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
762
763 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
764
765 * message.el (message-get-reply-headers):
766 Make sure the reply goes to the author if it is a wide reply.
767
768 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
769
770 * gnus-score.el (gnus-score-body):
771 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
772 scoring by body.
773
774 2012-11-16 Glenn Morris <rgm@gnu.org>
775
776 * gnus-diary.el (nndiary-request-create-group-functions)
777 (nndiary-request-update-info-functions)
778 (gnus-subscribe-newsgroup-functions)
779 (nndiary-request-accept-article-functions):
780 Use new names for hooks rather than obsolete aliases.
781
782 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
783
784 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
785 in meta tag with the one the part specifies in its header.
786
787 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
788
789 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
790 by default.
791
792 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
793
794 New UIDL implementation.
795
796 * mail-source.el (mail-sources, mail-source-keyword-map):
797 Add :leave as a pop3 keyword.
798 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
799
800 * pop3.el (pop3-leave-mail-on-server): Allow number.
801 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
802 (pop3-movemail): Add UIDL support.
803 (pop3-send-streaming-command): Take a list of mail numbers instead of
804 the number of mails.
805 (pop3-write-to-file): Add X-UIDL header.
806 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
807 (pop3-uidl-add-xheader): New functions.
808
809 * message.el (message-ignored-resent-headers):
810 Add X-Content-Length and X-UIDL headers.
811
812 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * nndiary.el (nndiary-request-create-group-functions)
815 (nndiary-request-update-info-functions)
816 (nndiary-request-accept-article-functions):
817 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
818 "-hooks" suffix.
819
820 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
821
822 * starttls.el (starttls-extra-arguments): Doc fix.
823
824 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
825
826 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
827 it.
828
829 2012-10-06 Glenn Morris <rgm@gnu.org>
830
831 * gnus-notifications.el (gnus-notifications):
832 Add missing group :version tag.
833 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
834 (gnus-gcc-post-body-encode-hook):
835 * gnus-sync.el (gnus-sync-lesync-name)
836 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
837
838 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
839
840 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
841 a user about whether to delete temp files if once a user answered as n.
842
843 2012-09-17 Richard Stallman <rms@gnu.org>
844
845 * message.el (message-in-body-p): Don't set mark or modify buffer.
846
847 * mml.el (mml-attach-file): Doc fix.
848 (mml-attach-external, mml-attach-buffer, mml-attach-file):
849 Set mail-encode-mml when in Mail mode.
850 Simplify code to set HEAD and move back to HEAD.
851 (mml-insert-multipart, mml-insert-part):
852 Set mail-encode-mml when in Mail mode.
853
854 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
855
856 * gnus-util.el (gnus-timer--function): New function.
857
858 * gnus-art.el (gnus-article-stop-animations): Use it.
859
860 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
861
862 Fix glitches caused by addition of psec to timers.
863 * gnus-art.el (gnus-article-stop-animations): Use timer--function
864 rather than raw access to timer vector.
865
866 2012-09-11 Julien Danjou <julien@danjou.info>
867
868 * gnus-notifications.el (gnus-notifications): Check for nil values in
869 ignored addresses check.
870
871 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
872
873 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
874
875 2012-09-07 Chong Yidong <cyd@gnu.org>
876
877 * gnus-util.el
878 (gnus-put-text-property-excluding-characters-with-faces): Restore.
879
880 * gnus-salt.el (gnus-tree-highlight-node):
881 * gnus-sum.el (gnus-summary-highlight-line):
882 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
883
884 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
885
886 * gnus-util.el: Fix compilation error on XEmacs 21.4.
887
888 2012-09-06 Juri Linkov <juri@jurta.org>
889
890 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
891 scheme for buffer names to be more consistent with other group and
892 article buffer names in Gnus.
893
894 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
895
896 * gnus-util.el
897 (gnus-put-text-property-excluding-characters-with-faces): Remove.
898
899 * gnus-compat.el: Define compat function `add-face' from Wolfgang
900 Jenkner.
901
902 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
903
904 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
905
906 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
907
908 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
909
910 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
911 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
912
913 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
914 string-prefix-p in Emacs >=23.2.
915
916 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
917 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
918 instead of string-match-p.
919 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
920
921 2012-09-06 Kenichi Handa <handa@gnu.org>
922
923 * qp.el (quoted-printable-decode-region): Fix previous change; handle
924 lowercase a..f.
925
926 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
927
928 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
929
930 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
931
932 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
933 TIME is set.
934
935 2012-09-05 Juri Linkov <juri@jurta.org>
936
937 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
938 than one group at a time (bug#11961).
939
940 2012-09-05 Julien Danjou <julien@danjou.info>
941
942 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
943 this hide the real reason with a message giving absolutely no hint.
944
945 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
946
947 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
948 to the backend (bug#11804).
949
950 * message.el (message-insert-newsgroups): Don't insert newsgroup
951 duplicates (bug#12275).
952
953 2012-09-05 John Wiegley <johnw@newartisans.com>
954
955 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
956 sieve rules.
957
958 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
959
960 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
961 function.
962
963 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
964
965 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
966
967 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
968
969 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
970 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
971 This should make nnmaildir more usable with offlineimap.
972
973 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
974
975 * gnus-notifications.el (gnus-notifications-notify): Use it.
976
977 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
978 warnings on XEmacs.
979
980 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
981
982 Better seeds for (random).
983 * gnus-sync.el (gnus-sync-lesync-setup):
984 * message.el (message-canlock-generate, message-unique-id):
985 Change (random t) to (random), now that the latter is more random.
986
987 2012-08-31 Dave Abrahams <dave@boostpro.com>
988
989 * auth-source.el (auth-sources): Fix macos keychain access.
990
991 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
992 allow the backend `request-head' function to determine the group
993 name on its own.
994 (gnus-request-expire-articles): Filter out negative article numbers
995 during expiry (Bug#11980).
996
997 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
998 O(N^2) to O(N). This makes warping into huge groups tolerable.
999
1000 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1001 you've found the article when you haven't.
1002
1003 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1004
1005 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1006
1007 2012-08-30 Julien Danjou <julien@danjou.info>
1008
1009 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1010 `gnus-notifications-timeout'.
1011 (gnus-notifications-timeout): Add.
1012 (gnus-notifications-action): New function.
1013 (gnus-notifications-notify): Add :action using
1014 `gnus-notifications-action'.
1015 (gnus-notifications-id-to-msg): New variable.
1016 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1017 notifications id to messages.
1018
1019 2012-08-30 Kenichi Handa <handa@gnu.org>
1020
1021 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1022 once.
1023
1024 2012-08-29 Julien Danjou <julien@danjou.info>
1025
1026 * gnus-notifications.el: New file.
1027 (gnus-notifications-notify): New function.
1028 (gnus-notifications): Use `gnus-notifications-notify'.
1029
1030 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
1031
1032 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1033 transfer encoding first; bind gnus-newsgroup-charset to the charset
1034 that the article specifies (Bug#12209).
1035
1036 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
1037
1038 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1039 (gnus-group-customize-done): Encode values posting-style holds.
1040
1041 * gnus-msg.el (gnus-summary-resend-message)
1042 (gnus-configure-posting-styles): Decode values posting-style group
1043 parameter holds.
1044
1045 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
1046
1047 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1048 `name' and `address' in Resent-From header.
1049
1050 2012-08-14 Chong Yidong <cyd@gnu.org>
1051
1052 * gnus-art.el (article-display-face): Handle failure in
1053 gnus-create-image (Bug#11802).
1054
1055 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1056
1057 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1058 Use defsetf.
1059
1060 2012-08-10 Daiki Ueno <ueno@unixuser.org>
1061
1062 * auth-source.el: (auth-source-plstore-search)
1063 (auth-source-secrets-search): Ignore :require and :type in search spec.
1064
1065 2012-08-06 Julien Danjou <julien@danjou.info>
1066
1067 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1068 Remove autoload, already handled by gnus.el.
1069
1070 2012-08-05 Julien Danjou <julien@danjou.info>
1071
1072 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1073 Add autoload.
1074
1075 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
1076
1077 * gnus.el (gnus-valid-select-methods): Fix custom type.
1078
1079 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
1080
1081 * auth-source.el (auth-sources, auth-source-backend-parse)
1082 (auth-source-macos-keychain-search)
1083 (auth-source-macos-keychain-search-items)
1084 (auth-source-macos-keychain-result-append)
1085 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1086 auth-source.el through the /usr/bin/security utility.
1087 (auth-sources): Fix syntax error.
1088 (auth-source-macos-keychain-result-append): Fix variable name.
1089 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1090
1091 2012-07-27 Julien Danjou <julien@danjou.info>
1092
1093 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1094 Emacs < 24.1
1095
1096 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
1097
1098 * message.el (message-kill-address): Don't kill last newline.
1099 (message-skip-to-next-address): Don't move to the next header.
1100 (message-fill-field-address): Work properly.
1101
1102 2012-07-25 Julien Danjou <julien@danjou.info>
1103
1104 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1105
1106 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
1107
1108 * nnimap.el (nnimap-get-responses): Don't remove, still used.
1109
1110 2012-07-24 Julien Danjou <julien@danjou.info>
1111
1112 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1113
1114 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1115 (nntp-async-timer-handler): Remove, unused.
1116
1117 * nnimap.el (nnimap-get-responses): Remove, unused.
1118
1119 * nnheader.el (mail-header-set-extra): Remove, unused.
1120
1121 * mm-view.el (mm-view-sound-file): Remove, unused.
1122
1123 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1124 (mm-url-encode-multipart-form-data): Remove, unused.
1125
1126 * message.el (message-remove-signature, message-make-host-name)
1127 (message-fill-address): Remove, unused.
1128
1129 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1130 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1131 unused.
1132
1133 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1134
1135 * gnus-util.el (gnus-extract-address-component-name)
1136 (gnus-extract-address-component-email, gnus-sortable-date)
1137 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1138 (gnus-process-live-p): Remove, unused.
1139
1140 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1141
1142 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1143 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1144 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1145 function.
1146
1147 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1148
1149 * gnus-score.el (gnus-summary-score-crossposting)
1150 (gnus-score-regexp-bad-p): Remove, unused.
1151
1152 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1153
1154 * gnus-range.el (gnus-sublist-p): Remove, unused.
1155
1156 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1157 unused.
1158
1159 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1160
1161 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1162 (gnus-request-associate-buffer): Remove, unused.
1163
1164 * gnus-group.el (gnus-group-set-method-info)
1165 (gnus-group-set-params-info): Remove, unused.
1166
1167 * gnus-fun.el (gnus-shell-command-to-string)
1168 (gnus-shell-command-on-region): Remove, unused.
1169
1170 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1171
1172 * gnus-art.el (gnus-article-text-type-exists-p)
1173 (article-translate-characters, gnus-article-hide-text-of-type)
1174 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1175 Remove, unused.
1176
1177 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1178
1179 * nnir.el ("nnir"): Revert last change, that's premature to merge from
1180 Gnus master.
1181
1182 2012-07-22 Andrew Cohen <cohen@bu.edu>
1183
1184 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1185
1186 2012-07-21 Julien Danjou <julien@danjou.info>
1187
1188 * message.el (message-dont-reply-to-names): Replace deprecated
1189 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1190 (message-get-reply-headers): Ditto.
1191
1192 2012-07-18 Julien Danjou <julien@danjou.info>
1193
1194 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1195 `sieve-upload-and-kill'.
1196
1197 * sieve.el (sieve-bury-buffer): Remove function.
1198 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1199 (sieve-upload-and-kill): New function, mapped to C-c C-c.
1200
1201 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
1202
1203 * shr.el (shr-expand-url): Handle URL starting with `//'.
1204
1205 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
1206 2012-07-13 Chong Yidong <cyd@gnu.org>
1207
1208 * smime.el (smime-certificate-info): Set buffer-read-only directly,
1209 instead of calling toggle-read-only with a (bogus) argument.
1210
1211 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
1212
1213 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1214 of initial input when reading the author to restrict the summary to.
1215
1216 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1217
1218 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
1219 buffer exists, which it doesn't if we haven't started Gnus.
1220
1221 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
1222
1223 * mm-decode.el (mm-shr):
1224 Allow overriding charset by mm-charset-override-alist.
1225
1226 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
1227
1228 * gnus-art.el (gnus-article-view-part):
1229 Toggle subparts of multipart/alternative part.
1230
1231 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1232
1233 * gnus-sync.el: Simply require json.
1234
1235 * registry.el: Simply require eieio and eieio-base.
1236
1237 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
1238
1239 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
1240
1241 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * shr.el (shr-render-buffer): New command.
1244 (shr-visit-file): Use it.
1245
1246 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
1247
1248 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1249 Set no-byte-compile and no-update-autoloads.
1250
1251 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1252
1253 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1254
1255 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1256
1257 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1258 being bound to a lambda form.
1259
1260 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1261
1262 * gnus-picon.el (gnus-picon-properties): New defcustom.
1263 (gnus-picon-create-glyph): Use it.
1264
1265 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1266
1267 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1268 locales.
1269
1270 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1271 on a handle.
1272
1273 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1274 address as the default.
1275
1276 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
1277 It makes no sense to query the user about internal files.
1278
1279 * gnus-spec.el: Remove all the byte-compilation stuff, since
1280 benchmarking shows that it doesn't help when entering large summary
1281 buffers.
1282
1283 * gnus-util.el (gnus-byte-code): Remove.
1284
1285 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1286 grouplens stuff.
1287
1288 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1289
1290 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1291 (bug#11514).
1292
1293 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1294
1295 * message.el (message-buffers): Return all buffers derived from Message
1296 to make `gnus-dired-attach' work with mu4e.
1297
1298 2012-06-26 Daiki Ueno <ueno@unixuser.org>
1299
1300 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1301 (mm-dissect-singlepart): Don't guess the MIME type of
1302 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1303 set.
1304 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1305 toplevel MIME type is multipart/encrypted.
1306
1307 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1308
1309 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
1310 In particular, add an optional argument and a docstring.
1311
1312 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1313
1314 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1315 current before calling `gnus-groups-to-gnus-format'.
1316 Note that this was already the case for `gnus-active-to-gnus-format'.
1317
1318 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1319
1320 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1321
1322 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1323
1324 * mm-decode.el (mm-dissect-buffer): Doc fix.
1325
1326 * gnus-sum.el (gnus-handle-ephemeral-exit):
1327 Avoid creating the group buffer if it doesn't exist.
1328
1329 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
1330 is given, mark the group as ephemeral with the current window conf.
1331
1332 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1333 buffer exists, which it doesn't if we haven't started Gnus.
1334 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1335
1336 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1337
1338 * mml.el (mml-generate-mime):
1339 Allow specifying what the top-level part type is.
1340
1341 * gnus-sum.el (gnus-auto-center-summary):
1342 `scroll-margin' isn't defined on XEmacs.
1343
1344 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1345
1346 * gnus-sum.el (gnus-auto-center-summary):
1347 Set default to respect `scroll-margin'.
1348
1349 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
1350
1351 * gnus-cite.el (gnus-dissect-cited-text): A single line without
1352 citation prefix within a block of cited text should be considered
1353 part of that block *only* if it is a blank line.
1354
1355 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1356
1357 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1358 before kinsoku-bol characters nor within kinsoku-eol characters.
1359
1360 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1361
1362 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1363 (gnus-topic-create-topic, gnus-topic-enter-dribble):
1364 Silence compiler.
1365 (gnus-sync-read): Use mapc instead of mapcar.
1366
1367 * mm-archive.el: Require mm-decode for some macros.
1368 (gnus-recursive-directory-files, mailcap-extension-to-mime):
1369 Silence the byte compiler.
1370 (mm-archive-decoders): New function that returns the value of
1371 the mm-archive-decoders variable.
1372
1373 * mm-decode.el:
1374 Don't require mm-archive; autoload mm-archive functions instead.
1375 (mm-dissect-singlepart): Use the function mm-archive-decoders.
1376
1377 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1378
1379 2012-06-26 Peter Munster <pmrb@free.fr>
1380
1381 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1382 (gnus-demon-cancel): Ditto.
1383 (gnus-demon-run-callback): When function cannot be called due to low
1384 idleness, call it when idleness reaches the expected value, instead
1385 of waiting another timer period.
1386 (gnus-demon-init): Add `time' to arguments of call-back.
1387
1388 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1389
1390 * gnus.el: Register gnus-registry functions.
1391
1392 * gnus-registry.el (gnus-try-warping-via-registry):
1393 Move here and indent.
1394
1395 * gnus-int.el (gnus-warp-to-article):
1396 Check whether the registry is enabled before warping.
1397
1398 2012-06-26 Dave Abrahams <dave@boostpro.com>
1399
1400 * gnus-sum.el (gnus-summary-insert-subject): Record information
1401 in the registry about each article retrieved.
1402
1403 * gnus-int.el (gnus-select-group-with-message-id): New function.
1404 (gnus-try-warping-via-registry): Ditto.
1405 (gnus-warp-to-article): Fall back on the registry.
1406
1407 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1408
1409 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1410
1411 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1412
1413 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1414 gnus-gcc-self-resent-messages may be a group parameter.
1415 (gnus-summary-resend-message):
1416 Don't encode encoded words in header when Gcc'ing resent message.
1417
1418 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1419
1420 * shr.el (shr-insert): Treat non-breaking space just like normal
1421 space. This seems to produce more pleasing results.
1422 (shr-insert):
1423 Only insert a blank line if we're starting from an image.
1424 (shr-tag-br):
1425 Allow <br> to end lines or to make a single blank line.
1426 (shr-ensure-paragraph): Consider lines with white space to be blank.
1427
1428 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1429
1430 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1431 and gnus-gcc-post-body-encode-hook.
1432
1433 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1434
1435 * mm-decode.el (mm-dissect-singlepart):
1436 Guess what the type of application/octet-stream parts really is.
1437
1438 * gnus-sum.el (gnus-propagate-marks): Remove.
1439
1440 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1441
1442 * nntp.el (nntp-coding-system-for-read): Remove.
1443 (nntp-coding-system-for-write): Ditto.
1444 (nntp-open-connection): Just use `binary' directly.
1445
1446 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1447
1448 * registry.el (registry-usage-test, registry-persistence-test):
1449 Move to tests/gnustest-registry.el.
1450 (registry-make-testable-db, registry-match-test)
1451 (registry-instantiation-test): Move to tests/gnustest-registry.el.
1452
1453 * gnus-registry.el (gnus-registry-misc-test)
1454 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1455
1456 * tests/gnustest-registry.el:
1457 New file with the registry and gnus-registry ERT tests.
1458
1459 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1460
1461 * gnus-msg.el (gnus-summary-resend-message):
1462 Make gnus-summary-resend-message-insert-gcc be last item in
1463 message-header-setup-hook.
1464
1465 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1466
1467 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1468 (nnfolder-marks, nnfolder-marks-file-suffix)
1469 (nnfolder-marks-modtime): Remove.
1470 (nnfolder-open-server): Don't use marks.
1471 (nnfolder-request-delete-group): Ditto.
1472 (nnfolder-request-rename-group): Ditto.
1473 (nnfolder-request-set-mark, nnfolder-request-marks)
1474 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1475 (nnfolder-save-marks, nnfolder-open-marks): Remove.
1476
1477 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1478 (nnml-marks-modtime): Remove.
1479 (nnml-request-delete-group): Don't use marks.
1480 (nnml-request-rename-group): Ditto.
1481 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1482 (nnml-save-marks, nnml-open-marks): Remove.
1483
1484 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1485 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1486 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1487 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1488 (nntp-server-to-method-cache): Remove.
1489
1490 * shr.el (shr-rescale-image): Fix wrong merge.
1491
1492 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1493
1494 * shr.el (shr-remove-trailing-whitespace):
1495 Really delete the padding on too-wide lines.
1496
1497 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1498
1499 * mm-archive.el (mm-archive-dissect-and-inline): New function.
1500 (mm-archive-dissect-and-inline): Fix up the undisplayer.
1501
1502 * mm-decode.el (mm-display-external): Output the text from
1503 the command in the buffer after the command finished.
1504 This makes text-based commands behave better.
1505
1506 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1507
1508 * message.el (smtpmail-smtp-user): Silence compiler warning.
1509
1510 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1511
1512 * message.el (message-multi-smtp-send-mail): Also allow specifying
1513 the SMTP user name.
1514
1515 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1516
1517 * gnus-sum.el (gnus-summary-article-map): Fix typo.
1518
1519 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1520
1521 * message.el (message-multi-smtp-send-mail): New function.
1522 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1523 header to implement multi-SMTP functionality.
1524
1525 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
1526 (gnus-agentize): Don't set it.
1527 (gnus-agent-send-mail): Don't use it.
1528
1529 * gnus-sum.el (gnus-summary-widget-backward):
1530 New function and keystroke.
1531
1532 * shr.el (shr-put-image): Remove underlines from sliced images.
1533 (shr-zoom-image): Compute the region to be replaced more correctly.
1534
1535 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1536
1537 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1538 (gnus-summary-resend-message-insert-gcc): New function.
1539 (gnus-summary-resend-message): Modify message-header-setup-hook and
1540 message-sent-hook to make it work for Gcc.
1541 (gnus-inews-do-gcc): Update the number of unread articles of groups
1542 that messages are Gcc'd to.
1543
1544 * message.el (message-resend): Run message-sent-hook to do Gcc.
1545
1546 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1547
1548 * gnus-registry.el (gnus-registry-fixup-registry):
1549 Move the message to a higher level to silence compilation.
1550
1551 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1552 parameter to allow controlling the scaling.
1553
1554 * shr.el (shr-zoom-image): New command and keystroke.
1555 (shr-put-image): Take a `size' flag to say how to scale the image.
1556
1557 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1558 Use recursive deletion.
1559 (mm-dissect-archive): Add support for zip files.
1560
1561 * gnus-util.el (gnus-recursive-directory-files): New function.
1562
1563 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1564 (mm-archive-decoders): Add tgz support.
1565
1566 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1567 Otherwise inserting text into the Gnus buffer can look odd.
1568
1569 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1570
1571 * mm-archive.el (mm-archive-decoders): Add support for tar.
1572
1573 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1574
1575 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1576
1577 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1578
1579 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1580
1581 * mm-archive.el: New file.
1582
1583 * mm-decode.el (mm-dissect-singlepart):
1584 Use it to decode ms-tnef files.
1585
1586 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1587
1588 * message.el (message-goto-*): Make all the `message-goto-*' commands
1589 push the mark before moving point. This makes it easier to go back
1590 to where you came from after editing whatever you jumped to.
1591
1592 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1593
1594 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1595 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1596 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1597
1598 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1599
1600 * spam.el: Move BBDB autoloads.
1601 (spam-exists-in-BBDB-p):
1602 New function to do the BBDB search directly in BBDB 2 and 3.
1603 (spam-check-BBDB): Use it.
1604 (spam-enter-ham-BBDB): Use it.
1605
1606 2012-06-26 Peter Munster <pmrb@free.fr> (tiny change)
1607
1608 * gnus-group.el (gnus-group-get-new-news):
1609 New parameter `one-level' for scanning exactly one level.
1610
1611 * gnus-start.el (gnus-get-unread-articles): Ditto.
1612
1613 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1614
1615 * gnus-sync.el: More commentary about setup.
1616
1617 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1618
1619 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1620
1621 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1622
1623 * gnus-sync.el: Improve docs about CouchDB admins.
1624
1625 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1626
1627 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1628 not needed. Provide xmlplistread list function to produce XML plist
1629 output for non-Gnus LeSync clients.
1630
1631 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1632
1633 * gnus-sync.el: Add LeSync synchronization backend and logic to read
1634 and save against it. Group subscriptions, read marks, other marks,
1635 subscription levels, topic names, and topic offsets (the group's
1636 position within the topic) are saved. This is an experimental
1637 backend and may change significantly. Load json.el from
1638 the gnus-fallback-lib if it's not available otherwise.
1639 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1640
1641 2012-06-26 David Engster <dengste@eml.cc>
1642
1643 * tests/gnustest-nntp.el: New file for simple NNTP testing.
1644
1645 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
1646
1647 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1648
1649 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
1650
1651 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1652 is an integer to avoid later problems.
1653
1654 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1655
1656 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1657 locales.
1658
1659 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
1660
1661 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1662 articles when fetch-old is non-nil (bug#11370).
1663
1664 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1665
1666 * gnus-group.el (gnus-group-get-new-news):
1667 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
1668
1669 2012-06-10 Dave Abrahams <dave@boostpro.com>
1670
1671 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1672 groups (bug#11641).
1673
1674 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1675
1676 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1677 (bug#11514).
1678
1679 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * nntp.el: Stop the `letf' madness.
1682 (nntp--report-1): New var.
1683 (nntp-report): Merge nntp-report-1 into it.
1684 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1685 the nntp-report function.
1686
1687 * auth-source.el: Fix comment-style to follow the convention.
1688
1689 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
1690
1691 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1692 a string so that Gcc works (bug#11514).
1693
1694 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1695
1696 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1697 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1698
1699 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1700
1701 * gnus-win.el (gnus-configure-frame): Don't signal an error when
1702 jumping to *Server* from a dedicated *Group* window.
1703 (gnus-configure-frame): CSE.
1704
1705 * gnus-registry.el: Minor style cleanup.
1706 (gnus-registry--set/remove-mark): New function, extracted from
1707 gnus-registry-install-shortcuts.
1708 (gnus-registry-install-shortcuts): Use it.
1709
1710 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
1711
1712 * nnspool.el (news-path): Use eval-and-compile.
1713
1714 2012-05-24 Glenn Morris <rgm@gnu.org>
1715
1716 * nnspool.el (news-directory, news-path, news-inews-program):
1717 Move here from paths.el. Don't see a need for these to be autoloaded.
1718
1719 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1720 Merge in doc from paths.el version. Don't see any need for this to be
1721 autoloaded, or for the warning about users not setting it.
1722
1723 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
1724
1725 Fix minor Y10k bug.
1726 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1727
1728 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1729
1730 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1731 message once it's actually open.
1732
1733 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1734
1735 * auth-source.el (auth-source--aput-1, auth-source--aput)
1736 (auth-source--aget): New functions and macros.
1737 Use them instead of aput/aget.
1738
1739 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
1740
1741 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1742
1743 2012-04-26 Daiki Ueno <ueno@unixuser.org>
1744
1745 * plstore.el (plstore-called-interactively-p): New compat macro copied
1746 from message.el.
1747 (plstore-mode): Use it.
1748
1749 2012-04-26 Daiki Ueno <ueno@unixuser.org>
1750
1751 * plstore.el: Revive the editing feature.
1752 (plstore-mode): New mode to edit plstore file.
1753 (plstore-mode-toggle-display, plstore-mode-original)
1754 (plstore-mode-decoded): New command.
1755 (plstore--encode, plstore--decode, plstore--write-contents-functions)
1756 (plstore--insert-buffer, plstore--make): New function.
1757 (plstore-open, plstore-save): Simplify by using them.
1758
1759 2012-04-16 Glenn Morris <rgm@gnu.org>
1760
1761 * nndraft.el (nndraft-request-list): Fix declaration.
1762
1763 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1764
1765 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1766 don't have a current group.
1767
1768 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1769 have a group name.
1770
1771 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1772 a multibyte buffer (bug#7410).
1773 (article-wash-html): Parse the original article buffer to get the
1774 unencoded data (bug#7410).
1775
1776 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1777 .newsrc.el files.
1778
1779 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1780
1781 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1782 would have gotten if we posted to the group, and use that to compare
1783 against the message we want to cancel (bug#10808).
1784
1785 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1786
1787 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1788 "#" to avoid having them interpreted as comments.
1789
1790 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1791
1792 * shr.el (shr-insert): Update the text state properly to avoid
1793 inserting spurious paragraph starts.
1794
1795 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1796
1797 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
1798 requested (bug#10961).
1799
1800 * shr.el (shr-table-widths): Divide the extra width more fairly over
1801 the TDs (bug#10973).
1802 (shr-render-td): Don't delete too much padding.
1803 (shr-natural-width): Compute the natural width more correctly.
1804 (shr-insert): Allow the natural width to be computed for tables again.
1805 (shr-tag-table-1): Rework how the natural widths are computed by
1806 rendering the table a third time.
1807 (shr-natural-width): Remove.
1808 (shr-buffer-width): New function.
1809 (shr-expand-newlines): Use it.
1810
1811 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
1812 using a `gnus-use-full-window' setup (bug#11013).
1813
1814 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1815
1816 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1817 24.1 release.
1818
1819 2012-03-10 David Edmondson <dme@dme.org>
1820
1821 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1822 'Forwarded Message' header and the start of the message.
1823
1824 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1825
1826 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1827 isn't running (bug#10897).
1828
1829 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1830
1831 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1832
1833 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
1834
1835 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1836
1837 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1838
1839 * mm-decode.el (mm-shr): Remove "soft hyphens".
1840
1841 * nnimap.el (nnimap-request-list): Return the group names encoded as
1842 utf8. Otherwise non-European group names don't work.
1843 (nnimap-request-newgroups): Ditto.
1844
1845 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1846 the default in `read-string' (bug#10757).
1847
1848 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1849 topics (bug#10843).
1850
1851 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1852 buffer. Suggested by Herbert Valerio Riedel.
1853 (nnimap-request-move-article): Delete the message from the correct IMAP
1854 server.
1855
1856 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
1857
1858 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1859 Reported by Peter Münster.
1860
1861 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1862
1863 * shr.el (shr-image-fetched): Make sure we really kill the right
1864 buffer.
1865
1866 2012-02-16 Leo Liu <sdl.web@gmail.com>
1867
1868 * gnus-start.el (gnus-1): Avoid duplicate entries.
1869
1870 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
1871
1872 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1873 too-wide lines.
1874
1875 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
1876
1877 * shr.el (shr-rescale-image): Undo previous change; see
1878 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1879
1880 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1881
1882 * nnimap.el (nnimap-record-commands): New variable.
1883 (nnimap-log-command): Use it.
1884 (nnimap-make-process-buffer): Add a space to the process buffer.
1885 (nnimap-transform-headers): Don't bug out on header lines containing
1886 stuff that look like IMAP length encodings.
1887
1888 * shr.el (shr-rescale-image): Allow viewing large images.
1889
1890 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
1891
1892 * nnml.el (nnml-request-compact-group): Delete the marks file after
1893 compaction (bug#10800).
1894
1895 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1896 group exit.
1897
1898 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1899 QRESYNC/FETCH output.
1900
1901 2012-02-11 Glenn Morris <rgm@gnu.org>
1902
1903 * sieve-manage.el (sieve-manage-default-stream):
1904 * shr.el (shr):
1905 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1906 (nnir-retrieve-headers-override-function)
1907 (nnir-imap-default-search-key, nnir-notmuch-program)
1908 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1909 (nnir-method-default-engines):
1910 * message.el (message-cite-reply-position):
1911 * gssapi.el (gssapi-program):
1912 * gravatar.el (gravatar):
1913 * gnus-sum.el (gnus-refer-thread-use-nnir):
1914 * gnus-registry.el (gnus-registry-unfollowed-addresses)
1915 (gnus-registry-max-pruned-entries):
1916 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1917 * gnus-int.el (gnus-after-set-mark-hook)
1918 (gnus-before-update-mark-hook):
1919 * gnus-async.el (gnus-async-post-fetch-function):
1920 * auth-source.el (auth-source-cache-expiry):
1921 Add missing :version tags to new defcustoms and defgroups.
1922
1923 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1924
1925 * message.el (message-default-send-mail-function): Made into own
1926 function for reuse by emacsbug.el.
1927
1928 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
1929
1930 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1931 `gnus-sloppily-equal-method-parameters' to avoid a warning.
1932
1933 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1934
1935 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1936 running.
1937
1938 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1939
1940 * gnus.el (gnus-server-extend-method): Don't add an -address component
1941 if the method already has one (bug#9676).
1942
1943 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1944
1945 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1946 of an initial-input for consistency (bug#10757).
1947
1948 * shr.el: Inhibit getting and sending cookies when fetching pictures.
1949
1950 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1951
1952 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1953
1954 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1955 lines that are narrower than the window width. Otherwise background
1956 "blocks" will look less readable.
1957
1958 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
1959
1960 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1961
1962 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1963
1964 * nnimap.el (nnimap-transform-headers): Remove unused variable.
1965 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1966 have newlines within the strings, and where the UID comes after the
1967 BODYSTRUCTURE element (bug#10537).
1968
1969 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1970 (bug#10732).
1971
1972 * shr.el (shr-insert-document): Add doc string.
1973 (shr-visit-file): Ditto.
1974 (shr-remove-trailing-whitespace): New function.
1975 (shr-insert-document): Use it to clean up trailing whitespace as the
1976 final step (bug#10714).
1977
1978 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1979
1980 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1981 buffer if `gnus-kill-summary-on-exit' is nil.
1982
1983 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
1984
1985 * gnus-sum.el (gnus-summary-show-thread):
1986 next-single-char-property-change may return nil in XEmacs.
1987
1988 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1989
1990 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1991 when just reading a single group from "without" Gnus.
1992
1993 2012-02-06 Chong Yidong <cyd@gnu.org>
1994
1995 * gnus-sum.el (gnus-summary-show-thread):
1996 next-single-char-property-change never returns nil (Bug#8657).
1997
1998 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
1999
2000 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2001 without reconnecting.
2002 (nnimap-possibly-change-group): Ditto.
2003 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2004 connection has died before being called.
2005
2006 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
2007
2008 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2009 an initial sync unless we're really doing one.
2010
2011 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2012 address parameter if one already exists (bug#9676).
2013
2014 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2015 not the prefix, as documented (bug#10689).
2016
2017 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2018
2019 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2020 the "server".
2021
2022 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2023 the real error message with the useless "previously known to be down".
2024 Which isn't even correct.
2025
2026 * nntp.el (nntp-open-connection): Report the error message if the nntp
2027 server can't be reached.
2028
2029 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2030 groups we do a total scan for.
2031 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2032 doing that.
2033
2034 2012-01-31 Jim Meyering <jim@meyering.net>
2035
2036 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2037 Correct a comment (insert "not") and hide nominally-doubled "to".
2038
2039 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2040
2041 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2042 section in the manual.
2043
2044 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2045
2046 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2047 words.
2048 (rfc2047-encode-string): Ditto.
2049 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
2050 understand folded filename="..." parameters, for instance.
2051
2052 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2053 the message for greater debuggability.
2054
2055 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2056
2057 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2058 instead of setting it locally, since the latter doesn't seem to have
2059 any effect (most of the time).
2060
2061 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
2062
2063 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2064 function call.
2065
2066 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
2067
2068 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2069 seconds, and make the repeat clause with HH:MM specs work as
2070 documented.
2071
2072 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2073
2074 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2075 so that previous errors don't prohibit getting new news.
2076
2077 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2078
2079 * nntp.el (nntp-retrieve-group-data-early): Ditto.
2080
2081 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2082
2083 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2084 bound globally in old Emacsen and XEmacsen.
2085
2086 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
2087
2088 * gnus.el (gnus-group-find-parameter): Check for liveness of the
2089 buffer, not of the string which is its name.
2090
2091 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2092
2093 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2094 non-server-marks groups.
2095 (gnus-group-make-articles-read): Ditto.
2096
2097 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2098 methods (bug#9676).
2099
2100 * gnus.el (gnus-method-ephemeral-p): New function.
2101
2102 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2103
2104 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2105 left-to-right.
2106
2107 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2108
2109 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2110 warning.
2111
2112 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2113
2114 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2115 macroexpand the nnir things, since they haven't been defined yet, and
2116 nnir requires gnus-sum.
2117
2118 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2119
2120 * mm-decode.el (mm-interactively-view-part): Fix prompt.
2121
2122 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
2123
2124 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2125 logical server name in addition to the actual machine address.
2126
2127 * auth-source.el (auth-source-user-and-password): Add convenience
2128 wrapper to search by just host and optionally user.
2129
2130 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2131
2132 * shr.el (shr-visit-file): Move point to the beginning of the buffer
2133 after rendering.
2134
2135 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2136
2137 * gnus-sum.el (gnus-summary-read-group): Document more parameters
2138 (bug#9693).
2139 (gnus-summary-setup-buffer): Document return value (bug#9697).
2140
2141 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2142 since ido doesn't work on symbols (bug#9632).
2143
2144 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2145 when getting a single value as when getting all the values. This means
2146 that atoms like `gcc-self' work cumulatively, like variable settings,
2147 instead of getting the value from the last matching clause.
2148 (gnus-group-find-parameter): Protect against the group buffer not
2149 existing (bug#9585).
2150
2151 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2152
2153 * gnus-start.el (gnus-activate-group): Document more parameters
2154 (bug#9694).
2155
2156 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2157 (bug#9692).
2158
2159 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2160 article was fetched, so that it can be expired later (bug#9958).
2161 (gnus-agent-summary-fetch-series): Add doc string.
2162 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2163 (bug#9517).
2164
2165 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2166 retrieval is happening.
2167
2168 * gnus.el (gnus-parameters): Doc fix.
2169
2170 2012-01-06 Dave Abrahams <dave@boostpro.com>
2171
2172 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2173 show the thread after expansion.
2174
2175 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2176
2177 * gnus-art.el (article-narrow-to-head): If the head is completely
2178 empty, narrow to the empty region (bug#9764).
2179
2180 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2181 read, and then mark them as unread only when the unread mark is used.
2182 This makes `C-- T k' actually work, even though it's confusing.
2183
2184 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2185 alive before we try to find its window.
2186
2187 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
2188
2189 * mm-decode.el (mm-display-external): Use a longer timeout for the
2190 deletion to allow slow programs to display the file.
2191
2192 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2193
2194 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2195 prompt to be less confusing.
2196
2197 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2198 argument to `message-reply'. This broke `special-display-*' frame
2199 pop-uping (bug#10238).
2200
2201 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2202
2203 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2204 systems, since these allegedly don't work there.
2205
2206 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
2207
2208 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2209 live buffer.
2210
2211 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2212
2213 * nnir.el (nnir-retrieve-headers): Protect against the article not
2214 existing on the server (bug#10335).
2215
2216 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2217
2218 * gnus-agent.el (gnus-agent-load-local):
2219 Recompute gnus-agent-article-local on changing method.
2220
2221 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2222
2223 * gnus.el (gnus-parameters): Note precedence.
2224
2225 2012-01-04 Leo Liu <sdl.web@gmail.com>
2226
2227 * nndraft.el (nndraft-update-unread-articles): Don't move point around
2228 in the group buffer.
2229
2230 2012-01-04 Julien Danjou <julien@danjou.info>
2231
2232 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2233 change.
2234
2235 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2236
2237 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2238 too.
2239
2240 * nntp.el (nntp-retrieve-group-data-early): Use it.
2241
2242 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2243
2244 * nntp.el (nntp-retrieval-in-progress): New variable.
2245 (nntp-make-process-buffer): Make it buffer-local.
2246
2247 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2248 2010.
2249 (gnus-demon-init): Use it to compute the time if time is on the form
2250 "04:23".
2251
2252 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2253
2254 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2255 status in the correct buffer.
2256
2257 2012-01-03 Leo Liu <sdl.web@gmail.com>
2258
2259 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2260 when opening topics (bug#10407).
2261
2262 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
2263
2264 * mm-view.el (mm-display-inline-fontify): Add comment.
2265
2266 2011-12-15 Juri Linkov <juri@jurta.org>
2267
2268 * mm-decode.el (mm-inline-media-tests): Add missing
2269 `mm-handle-media-subtype'.
2270
2271 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
2272
2273 * message.el (message-valid-fqdn-regexp): Update with newly approved
2274 top-level domain names ".tel" and ".asia".
2275
2276 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
2277
2278 * gnus-sum.el (gnus-summary-show-article): Don't load shr
2279 unconditionally.
2280
2281 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2282
2283 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2284 pop-to-buffer-same-window for old Emacsen.
2285
2286 2011-12-04 Chong Yidong <cyd@gnu.org>
2287
2288 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2289 change (Bug#10200).
2290
2291 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
2292
2293 * compface.el (uncompface):
2294 * gnus-art.el (gnus-article-x-face-command): Update the header format
2295 of icon data for the most recent icontopbm program.
2296
2297 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2298
2299 * gnus-msg.el (gnus-inews-do-gcc):
2300 * message.el (message-send-mail):
2301 * mml.el (mml-generate-mime): Share the value of the buffer-local
2302 `message-options' variable between a draft buffer and temprary working
2303 buffers.
2304
2305 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2306
2307 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2308
2309 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2310
2311 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2312 for Cygwin.
2313
2314 2011-11-24 Glenn Morris <rgm@gnu.org>
2315
2316 * starttls.el: Fix case of "GnuTLS".
2317
2318 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2319
2320 * gnus-group.el (gnus-group-highlight): Fix typo.
2321
2322 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
2323
2324 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2325 value of `delete-file', that returns nil for a local file but returns t
2326 for a remote file using ssh.
2327
2328 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2329
2330 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2331 avoid later breakage.
2332
2333 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
2334
2335 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2336 article buffers' name.
2337
2338 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2339
2340 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2341 by Paul Eggert's spellfixes two days ago.
2342
2343 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2344
2345 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2346 buffer-local instead of binding them to avoid warnings. Also demote
2347 errors (bug#10063).
2348 (font-lock-mode-hook): Shut up byte compiler.
2349
2350 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2351
2352 * mm-util.el (mm-charset-after): Fix typo.
2353
2354 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2355
2356 * gnus-sum.el (gnus-summary-make-menu-bar):
2357 * gnus-uu.el (gnus-uu-decode-postscript)
2358 (gnus-uu-decode-postscript-and-save):
2359 * mailcap.el (mailcap-print-command):
2360 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2361 Fix typos.
2362
2363 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
2364
2365 * gnus-art.el (gnus-article-part-wrapper):
2366 * shr-color.el (shr-color-visible-distance-min)
2367 (shr-color-relative-to-absolute, set-minimum-interval)
2368 (shr-color-visible): Fix typos.
2369
2370 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2371
2372 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2373 slightly clearer.
2374
2375 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2376
2377 * message.el (message-send-and-exit): Document `arg'.
2378
2379 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2380
2381 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2382
2383 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
2384
2385 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2386 we don't use `bound-and-true-p'.
2387
2388 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
2389
2390 * gnus-util.el (gnus-bound-and-true-p): Remove.
2391 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2392 * nnir.el: Use it.
2393 * nnmairix.el: Use it.
2394
2395 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
2396
2397 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2398 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2399 for reasons unknown.
2400 * nnir.el: Use it.
2401 * nnmairix.el: Use it.
2402
2403 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2404 * nnir.el: Ditto.
2405 * nnmairix.el: Ditto.
2406
2407 * gnus-registry.el (gnus-registry-enabled): Default to nil.
2408
2409 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2410
2411 * message.el (message-completion-function): Make sure
2412 message-tab-body-function is not attempted if one of
2413 message-completion-alist fails to find a completion (bug#9158).
2414
2415 2011-10-26 Daiki Ueno <ueno@unixuser.org>
2416
2417 * mml.el (mml-quote-region): Quote <#secure> tag.
2418 (mml-generate-mime-1): Unquote <#secure> tag.
2419
2420 2011-10-20 Chong Yidong <cyd@gnu.org>
2421
2422 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2423 calling a minor mode from Lisp with nil arg enables it, so we have to
2424 make the wording a bit ambiguous here).
2425
2426 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
2427
2428 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2429 * nnir.el (nnir-mode): Use it.
2430 * nnmairix.el (nnmairix-determine-original-group-from-registry):
2431 Use it.
2432
2433 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2434 * nnmairix.el (gnus-registry-enabled): Ditto.
2435
2436 2011-10-17 Dave Abrahams <dave@boostpro.com>
2437
2438 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
2439 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2440 only while we need to find out if it should be t or nil.
2441 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2442 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2443 the registry is installed. Set it to nil when it's unloaded.
2444 (gnus-registry-install-p): Provide user guidance for the initial value
2445 of `gnus-registry-install' when it's 'ask, otherwise return its value.
2446 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2447 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2448 * nnmairix.el (nnmairix-determine-original-group-from-registry):
2449 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2450 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2451 `gnus-registry-install'.
2452
2453 2011-10-17 Daiki Ueno <ueno@unixuser.org>
2454
2455 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2456 previous change.
2457 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2458 primary key is marked as disabled.
2459
2460 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
2461
2462 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2463 primary key is marked as disabled.
2464
2465 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
2466
2467 * html2text.el (html2text-clean-anchor): Check for quotes around
2468 `href' value.
2469
2470 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
2471
2472 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2473 searching. Drop `bbdb-cache'.
2474
2475 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2476
2477 * message.el (message-signed-or-encrypted-p): Exclude header when
2478 checking if there is signed or encrypted body in text/plain message.
2479
2480 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
2481
2482 * html2text.el (html2text-get-attr): Correctly handle attribute values
2483 containing "=".
2484
2485 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
2486
2487 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2488 handle bindings.
2489
2490 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2491
2492 * gnus-win.el (gnus-configure-windows): Protect against reading
2493 ephemeral groups outside of Gnus.
2494
2495 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2496
2497 * shr.el (shr-tag-img): Don't get images displayed in tables.
2498
2499 2011-10-03 Glenn Morris <rgm@gnu.org>
2500
2501 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2502 the "maintainer" version of debbugs.gnu.org reports.
2503
2504 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2505
2506 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2507 make asynchronous adjacent image insertion work better.
2508
2509 2011-09-27 Daiki Ueno <ueno@unixuser.org>
2510
2511 * plstore.el (plstore-select-keys, plstore-encrypt-to):
2512 Clarify documentation.
2513
2514 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2515
2516 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2517 `gnus-asynchronous' isn't shadowed.
2518
2519 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2520
2521 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2522 (nnimap-insert-partial-structure): The charset parameter isn't
2523 case-sensitive.
2524
2525 * nnheader.el (nnheader-message-maybe): New function.
2526
2527 * shr.el (shr-tag-table): Render totally broken tables better.
2528
2529 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2530 computing the boundary.
2531
2532 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2533
2534 * pop3.el (pop3-number-of-responses): Remove.
2535 (pop3-wait-for-messages): Rewrite to take linear time instead of
2536 exponential time.
2537
2538 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2539
2540 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2541 re-fetch images.
2542
2543 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2544 re-fetch images when hitting `g' in Gnus.
2545
2546 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2547
2548 * mml.el (mml-inhibit-compute-boundary): New internal variable.
2549 (mml-compute-boundary): Don't check collision if it is non-nil.
2550 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2551 before checking collision.
2552
2553 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2554
2555 * message.el (message-indent-citation): Really make sure there's a
2556 newline at the end.
2557
2558 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2559 Fix suggested by John Wiegley.
2560
2561 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2562
2563 * gnus-art.el (gnus-treat-hide-citation): Add doc.
2564
2565 * message.el (message-default-send-rename-function): Break out into its
2566 own function.
2567
2568 * ecomplete.el (ecomplete-display-matches): Revert patch since it
2569 doesn't work under XEmacs.
2570
2571 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2572 of "imaps" to word around Windows problems.
2573 (nnimap-open-connection-1): Use it.
2574
2575 * message.el (message-indent-citation): Revert last change which made
2576 `F' not work.
2577
2578 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
2579
2580 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2581 terminal as well.
2582
2583 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
2584
2585 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2586 because it displays images using overlays that aren't easy to copy to
2587 the article buffer.
2588
2589 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2590
2591 * message.el (message-indent-citation): Fix empty line removal at the
2592 end of the citation.
2593
2594 2011-09-20 Julien Danjou <julien@danjou.info>
2595
2596 * auth-source.el (auth-source-netrc-create): Use default value for
2597 password if specified. Evaluate default.
2598 (auth-source-plstore-create): Ditto.
2599 (auth-source-plstore-create, auth-source-netrc-create): Fix default
2600 value evaluation.
2601 (auth-source-netrc-create): Typo fix.
2602 (auth-source-plstore-create): Ditto.
2603
2604 * auth-source.el (auth-source-format-cache-entry): New function.
2605
2606 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2607
2608 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2609
2610 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2611
2612 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2613
2614 2011-09-19 Julien Danjou <julien@danjou.info>
2615
2616 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2617 which work with things that are not ASCII.
2618
2619 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2620
2621 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2622
2623 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2624
2625 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2626 message level.
2627
2628 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
2629
2630 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2631
2632 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2633
2634 * gnus.el (gnus-interactive-exit): Update defcustom spec.
2635
2636 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2637
2638 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2639 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2640
2641 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
2642
2643 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2644 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2645 articles.
2646
2647 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
2648
2649 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2650 (message-mail-other-window, message-mail-other-frame)
2651 (message-news-other-window, message-news-other-frame):
2652 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2653 instead of setting buffer display variables.
2654
2655 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2656
2657 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2658
2659 * gnus-sum.el (gnus-fetch-headers): Bump message level.
2660
2661 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2662
2663 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2664 duplicates" to a higher level.
2665
2666 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2667 most egregious messages.
2668
2669 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2670
2671 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2672
2673 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
2674
2675 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2676 up the file (bug#9351).
2677
2678 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2679
2680 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
2681 it does with all other backends, but decode the names immediately after
2682 getting them.
2683
2684 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2685 decoding nnimap groups.
2686
2687 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2688 newsrc file. It doesn't seem like an important optimization any more.
2689
2690 2011-09-10 Dave Abrahams <dave@boostpro.com>
2691
2692 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2693 overflows.
2694
2695 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2696
2697 * gnus.el (gnus-article-mark-lists): Remove `recent'.
2698 (gnus-interactive-exit): Extend to `quiet'.
2699
2700 * gnus-sum.el (gnus-offer-save-summaries): Use it.
2701
2702 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2703 string.
2704
2705 * plstore.el (plstore--get-buffer): Silence compiler warnings by
2706 renaming function arguments from `this'.
2707
2708 * gnus-sum.el (gnus-newsgroup-recent): Remove.
2709
2710 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2711 has been renamed.
2712 (gnus-lrm-string-p): Include RLM and PDF, too.
2713
2714 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2715 (bug#9225).
2716
2717 2011-09-10 Eli Zaretskii <eliz@gnu.org>
2718
2719 Add autoload cookies for functions used by sendmail.el.
2720 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2721
2722 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2723
2724 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2725
2726 * gnus-art.el (article-date-ut): Work properly even when there are
2727 things like Date header in the body; work for forwarded parts.
2728
2729 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
2730
2731 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2732 original-article-buffer.
2733
2734 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
2735
2736 * nnir.el (nnir-compose-result): Fix matching of server type.
2737 (nnir-run-swish++): Ditto.
2738 (nnir-run-namazu): Ditto.
2739 (nnir-run-notmuch): Ditto.
2740
2741 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2742
2743 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2744 (bug#9405).
2745
2746 * gnus-score.el (gnus-summary-increase-score): Doc clarification
2747 (bug#9421).
2748
2749 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2750 (bug#9425).
2751
2752 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2753 thing (bug#9426).
2754
2755 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2756
2757 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2758 the error message.
2759
2760 2011-09-02 Eli Zaretskii <eliz@gnu.org>
2761
2762 * message.el (message-setup-1): Return t (Bug#9392).
2763
2764 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
2765
2766 * gnus-sum.el: When adding article headers to a summary buffer also
2767 update gnus-newsgroup-articles (bug#9386).
2768
2769 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
2770
2771 * auth-source.el: Autoload help-mode.
2772
2773 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2774
2775 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2776 names.
2777
2778 2011-08-27 Daiki Ueno <ueno@unixuser.org>
2779
2780 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2781 mm-replace-in-string for compatibility issues.
2782 * mml2015.el (mml2015-epg-verify): Ditto.
2783
2784 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
2785
2786 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2787
2788 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2789
2790 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2791
2792 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2793 continue on and do the clean-up phase (bug#9188).
2794
2795 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2796 just ignore groups that can't be opened instead of erroring out
2797 (bug#9225).
2798
2799 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2800 nil since some many people are fuddy-duddies.
2801
2802 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2803 images.
2804
2805 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2806 instead.
2807
2808 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2809
2810 * gnus-util.el (gnus-process-live-p): Copy over compat function.
2811
2812 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2813 processing.
2814
2815 * nntp.el (nntp-kill-buffer): Kill the process before killing the
2816 buffer to avoid warnings.
2817
2818 2011-08-20 Simon Josefsson <simon@josefsson.org>
2819
2820 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2821 specified to reduce precision.
2822
2823 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2824
2825 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2826 bodystructures (bug#9314).
2827
2828 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
2829
2830 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2831 Make button keymap non-sticky after buttons.
2832
2833 2011-08-18 David Engster <dengste@eml.cc>
2834
2835 * nnmairix.el (nnmairix-request-set-mark)
2836 (nnmairix-goto-original-article): Remove adding of article to registry,
2837 since `gnus-registry-add-group' isn't available anymore.
2838 (nnmairix-determine-original-group-from-registry):
2839 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2840 available anymore.
2841
2842 2011-08-12 Simon Josefsson <simon@josefsson.org>
2843
2844 * starttls.el (starttls-any-program-available): Define as obsolete
2845 function.
2846
2847 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2848
2849 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2850 versions which Gnus use when appropriate.
2851
2852 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2853 a pretty destructive command.
2854
2855 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2856
2857 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2858
2859 * message.el (message-fix-before-sending): Make a different warning
2860 about NUL characters (bug#9270).
2861
2862 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2863 from custom (bug#9260).
2864
2865 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2866 things work in Emacs 22 and XEmacs, too.
2867
2868 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2869 default From.
2870
2871 * gnus-spec.el (gnus-lrm-string-p): New macro.
2872 (gnus-lrm-string): New constant.
2873 (gnus-summary-line-format-spec): LRM-ify the from.
2874 (gnus-tilde-max-form): LRM-ify string chopping.
2875
2876 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2877
2878 * message.el (message-is-yours-p): Allow disabling canlock checking
2879 (bug#9295).
2880 (message-shoot-gnksa-feet): Add `canlock-verify'.
2881 (message-auto-save-directory): Use ~/ as the auto-save directory if the
2882 message directory isn't writable (bug#9304).
2883
2884 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2885 non-world-readable.
2886
2887 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2888
2889 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2890 articles.
2891
2892 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
2893
2894 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2895 copy-list.
2896
2897 2011-08-12 Sam Steingold <sds@gnu.org>
2898
2899 * gnus-score.el (gnus-score-find-alist): Keep the score files already
2900 in the reverse order to avoid modifying the cache with `nreverse'.
2901 (gnus-all-score-files): Do not modify the value returned by
2902 `gnus-score-find-alist' because it lives in a cache variable.
2903 (gnus-current-home-score-file): No need to `nreverse' the return value
2904 of `gnus-score-find-alist', it is already in the correct order.
2905
2906 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
2907
2908 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2909 type MESSAGE and subtype RFC822 is slightly different from those of
2910 type TEXT.
2911
2912 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
2913
2914 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2915 This allows article-referral to work from an nnir group.
2916
2917 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
2918
2919 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2920
2921 2011-08-04 Daiki Ueno <ueno@unixuser.org>
2922
2923 * mml1991.el (mml1991-epg-find-usable-key)
2924 (mml1991-epg-find-usable-secret-key): New function.
2925 (mml1991-epg-sign): Check if signing key is usable.
2926 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2927
2928 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
2929
2930 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2931 server-variables only. This should fix a bug introduced with commit
2932 e1889675b7f4adf057833c5513c9374134c4e053.
2933 (nnir-run-query): 'nnir-search-engine should not be set from the global
2934 environment.
2935
2936 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
2937
2938 * nnir.el (nnir-search-thread): Position point on referring article
2939 line.
2940 (nnir-warp-to-article): Clean up summary buffers.
2941
2942 * nnimap.el (nnimap-request-thread): Whitespace fix.
2943
2944 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
2945
2946 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2947
2948 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2949
2950 * starttls.el (starttls-available-p): Rename from
2951 `starttls-any-program-available' and changed return convention.
2952
2953 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
2954
2955 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2956 `unix-sync' unless it's defined.
2957
2958 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
2959
2960 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2961 `aref' for XEmacs compatibiltiy.
2962
2963 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2964
2965 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2966
2967 2011-07-31 Dave Abrahams <dave@boostpro.com>
2968
2969 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2970 closures, quote the form properly (bug#9194).
2971
2972 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2973
2974 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2975 (gnus-summary-insert-new-articles): Protect against servers that are
2976 down.
2977
2978 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2979
2980 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2981 in mm handle if none is specified.
2982
2983 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
2984
2985 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2986
2987 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
2988
2989 * nnir.el (nnir-search-thread): New function to make an nnir group
2990 based on a thread query.
2991
2992 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2993 of nnir in thread referral.
2994 (gnus-summary-refer-thread): Use it.
2995
2996 * nnimap.el (nnimap-request-thread): Use it.
2997
2998 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2999
3000 * shr.el (shr-tag-comment): Ignore HTML comments.
3001
3002 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
3003
3004 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3005 argument.
3006 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3007 Use `nnir-address' to handle server info rather than passing an arg.
3008
3009 * nnimap.el (nnimap-make-thread-query): New utility function to format
3010 an imap thread search query.
3011 (nnimap-request-thread): Use it.
3012
3013 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3014 right select-method if we are not going back to the group buffer.
3015
3016 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3017
3018 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3019 enter invalid buffer configurations into the quit form (bug#9107).
3020 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3021 unplugged/plugged.
3022
3023 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3024 keep track of which ones are unread (bug#9061).
3025
3026 * gnus.el (gnus-refer-article-method): Allow entering any sexp
3027 (bug#9055).
3028
3029 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3030 (bug#9041).
3031
3032 * gnus-html.el (mm-util): Require (bug#9073).
3033
3034 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3035 (gnus-summary-refer-thread): Use it to remove duplicates in the
3036 un-threaded view (bug#9053).
3037 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3038
3039 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
3040
3041 * nnir.el (nnir-read-server-parm): Use default value from global
3042 variable. Without this the default search engine parameters aren't
3043 used at all.
3044
3045 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3046
3047 * message.el (message-unique-id): Don't use the undocumented return
3048 value from (random t) (bug#9118).
3049
3050 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3051
3052 * message.el (message-auto-save-directory): If the ~/Mail directory
3053 doesn't exist, use ~ as the auto-save directory (bug#4432).
3054
3055 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3056 hasn't already been started.
3057
3058 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3059
3060 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3061
3062 * message.el (message-reply): Work around mysterious bug where
3063 `message-mode' seems to overwrite the locally bound `subject' variable.
3064
3065 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
3066
3067 * nnimap.el (nnimap-request-thread): Ensure search is performed in
3068 correct group.
3069
3070 * gnus-int.el (gnus-request-thread): Add group argument.
3071
3072 * gnus-sum.el (gnus-summary-refer-thread): Use it.
3073
3074 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3075
3076 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3077 renamed to `debbugs-gnu-*'.
3078
3079 2011-07-08 Daiki Ueno <ueno@unixuser.org>
3080
3081 * plstore.el: Revert the editing feature since it is not urgent.
3082 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3083 (plstore-mode-decoded): Remove.
3084
3085 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3086
3087 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
3088 isn't very interesting any more, and it leaks potentially secret data.
3089 (gnus-debug): Remove.
3090
3091 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3092 use of :custom-show.
3093
3094 2011-07-07 Daiki Ueno <ueno@unixuser.org>
3095
3096 * plstore.el: Add documentation.
3097 (plstore-mode): New mode to edit plstore file.
3098 (plstore-mode-toggle-display, plstore-mode-original)
3099 (plstore-mode-decoded): New command.
3100 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3101 (plstore--insert-buffer, plstore--make): New function.
3102 (plstore-open, plstore-save): Simplify by using them.
3103
3104 2011-07-06 Glenn Morris <rgm@gnu.org>
3105
3106 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3107
3108 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3109
3110 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3111 no longer is much used.
3112 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3113 Articles".
3114
3115 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
3116
3117 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3118 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3119 `notmuch' backend.
3120
3121 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3122
3123 * mm-decode.el (mm-text-html-renderer): Doc fix.
3124
3125 * gnus-msg.el (gnus-bug): Fix the MML tag.
3126
3127 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3128
3129 2011-07-05 Daiki Ueno <ueno@unixuser.org>
3130
3131 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3132 secondary methods if started with `gnus-no-server'.
3133
3134 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
3135
3136 * message.el (message-return-action): Fix typo in docstring.
3137
3138 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3139
3140 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3141 bug reports at once.
3142
3143 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3144
3145 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
3146
3147 * nndraft.el: Require gnus-group.
3148 (nndraft-request-list): Declare.
3149
3150 * nndraft.el (nndraft-update-unread-articles): Don't show group having
3151 no unread article unless it matches gnus-permanently-visible-groups.
3152
3153 * nndraft.el (nndraft-update-unread-articles): New function.
3154 (nndraft-request-associate-buffer): Use it to update the number of
3155 unread articles for the nndraft groups in the group buffer when saving
3156 or killing a draft message.
3157
3158 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3159
3160 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3161 systems to binary before writing and reading the mbox files.
3162
3163 * gnus.el (gnus-summary-line-format): Link to the info node for %U
3164 instead of trying to list them all (bug#8978).
3165
3166 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3167
3168 * pop3.el (pop3-open-server): Use :end-of-capability.
3169
3170 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3171
3172 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3173 the id is always a number.
3174
3175 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3176 debbugs mode, if possible.
3177
3178 2011-07-02 Daiki Ueno <ueno@unixuser.org>
3179
3180 * auth-source.el (auth-source-token-passphrase-callback-function):
3181 Reindent.
3182 (epg-context-operation): Remove unnecessary autoload.
3183
3184 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3185
3186 * gnus.el (gnus-list-debbugs): New command.
3187
3188 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3189 mboxstat instead of the maintbox, since the stat seems to be fuller.
3190
3191 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3192 summary buffers.
3193
3194 * message.el (message-get-reply-headers): Delete all duplicates,
3195 instead of the first.
3196 (message-get-reply-headers): Ensure that we have progress while
3197 deleting duplicates.
3198
3199 * gnus-msg.el (gnus-configure-posting-styles): Get the local
3200 gnus-posting-style value from the summary buffer to make it easier to
3201 make that a per-buffer conf.
3202
3203 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
3204
3205 * nnir.el (nnir-run-imap): Allow halting a search when an article is
3206 found by setting `shortcut' in 'query.
3207 (nnir-request-article): Use `shortcut' setting when requesting article
3208 by Message-ID.
3209
3210 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
3211
3212 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3213 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3214 Bring the pseudo-headers back too.
3215
3216 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3217
3218 * auth-source.el (auth-source-token-passphrase-callback-function):
3219 Simplify and remove EPA dependency.
3220
3221 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
3222
3223 * nnir.el (nnir-request-article): Fix error message text.
3224
3225 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3226
3227 * auth-source.el (plstore-delete): Autoload.
3228 (auth-source-plstore-search): Support delete operation.
3229 * plstore.el (plstore-delete): New function.
3230
3231 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3232
3233 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3234 mark actually existing articles as unread rather than the ones that
3235 active asserts.
3236
3237 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
3238
3239 * nntp.el (nntp-record-command):
3240 * gnus-util.el (gnus-message-with-timestamp-1):
3241 Use format-time-string rather than decoding time stamps by hand.
3242 This is simpler and insulates the code from potential changes to
3243 current-time format.
3244
3245 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3246
3247 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3248
3249 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3250
3251 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3252 (plstore-save): Support public key encryption.
3253 (plstore--init-from-buffer): New function.
3254 (plstore-open): Use it; fix error when opening a non-existent file.
3255 (plstore-revert): Use plstore--init-from-buffer.
3256
3257 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3258
3259 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3260
3261 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
3262
3263 * mml2015.el (mml2015-use): Replace string-match-p with string-match
3264 for old Emacsen.
3265
3266 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3267
3268 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3269 is not fully working.
3270
3271 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3272
3273 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3274 quit window configuration.
3275
3276 * auth-source.el (epg-context-set-passphrase-callback):
3277 Remove duplicate autoload.
3278
3279 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
3280
3281 * nnir.el (nnir-request-article): Allow requesting articles by
3282 Message-ID with nnimap.
3283
3284 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3285 current server.
3286
3287 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
3288
3289 * auth-source.el: Autoload EPA/EPG functions.
3290 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3291 changed when EPA/EPG is not available.
3292 (auth-source-backend): Rename "arg" member to "data".
3293 (auth-source-backend-parse, auth-source-plstore-search)
3294 (auth-source-plstore-create): Use it.
3295
3296 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
3297
3298 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3299 `gnus-refer-article-methods'.
3300
3301 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
3302
3303 * auth-source.el: Require EPA and EPG.
3304 (auth-source-passphrase-alist): New variable.
3305 (auth-source-passphrase-callback-function)
3306 (auth-source-token-passphrase-callback-function): Callbacks for the
3307 netrc field encryption (GPG tokens).
3308 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3309 Symmetric encryption and decryption of the netrc GPG tokens.
3310 (auth-source-netrc-normalize): Use them, simplifying the closure.
3311
3312 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3313
3314 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3315 non-nil, and `nnimap-split-methods' is nil, use the former.
3316
3317 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3318
3319 * plstore.el (plstore-revert): New function.
3320 (plstore-open): Use it; hide the buffer from user.
3321
3322 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3323
3324 * auth-source.el (auth-source-backend): New member "arg".
3325 (auth-source-backend-parse): Handle new backend 'plstore.
3326 * plstore.el: New file.
3327
3328 2011-06-30 Glenn Morris <rgm@gnu.org>
3329
3330 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3331
3332 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3333
3334 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3335
3336 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3337 expiring articles to.
3338
3339 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3340 variations as ASCII (bug#5458).
3341
3342 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
3343
3344 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3345
3346 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3347
3348 * message.el (message-point-in-header-p): Tweak the function to default
3349 to saying that we're not in the headers if there is no separator at
3350 all. This makes it possible to use the Message version of `M-q' in
3351 buffers with no headers (bug#7987).
3352 (message-point-in-header-p): Fix last checkin to work with an empty
3353 mail-header-separator, too.
3354
3355 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3356 again, save the choice via customize.
3357
3358 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3359
3360 * message.el (message-send-mail-function): Add `sendmail-query-once'.
3361
3362 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3363 ended the connection, bail out before waiting infinitely on a new
3364 connection.
3365
3366 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
3367
3368 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3369 reports.
3370
3371 * gnus.el (gnus-bug-package): Use "gnus."
3372 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3373
3374 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3375
3376 * gnus-art.el (gnus-article-stop-animations): New function to stop any
3377 animations going on at article exit time.
3378
3379 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3380 since removing it breaks people upgrading.
3381
3382 * shr.el (shr-put-image): Use the new interface for animating images.
3383 (shr-put-image): Animate for 60 seconds.
3384
3385 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3386 error with `find-file-hooks' on Emacs 22.
3387 (with-auth-source-epa-overrides): Ugly hack to Wrap the
3388 `find-file-hook' things in `symbol-value' to avoid compilation warnings
3389 on all architectures.
3390
3391 * spam.el (spam-stat): Require in a normal fashion without binding
3392 `spam-stat-install-hooks' to avoid compilation warnings.
3393
3394 * spam-stat.el (spam-stat-install-hooks): Remove.
3395 (spam-stat-install-hooks): Don't run automatically.
3396
3397 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
3398
3399 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3400 and keystroke.
3401
3402 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
3403
3404 * auth-source.el (auth-source-netrc-cache): Move forward.
3405
3406 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3407
3408 * auth-source.el (auth-source-netrc-create): Don't query the bits that
3409 we already know.
3410 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3411 (auth-source-netrc-create): Don't prompt for the stuff we already know.
3412
3413 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3414
3415 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3416 %S format, since that looks odd.
3417 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3418 file, especially when saving.
3419
3420 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
3421
3422 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
3423 article found.
3424
3425 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
3426
3427 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3428 `auth-source-save-secrets' with a more sensitive alist that can be
3429 configured per file. Experimental, so defaults to 'never.
3430 (auth-source-netrc-create): Use it. Still experimental code.
3431 (with-auth-source-epa-overrides): Use `find-file-hooks' if
3432 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
3433
3434 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
3435
3436 * auth-source.el (auth-source-save-secrets): New variable to control if
3437 secret tokens should be saved encrypted.
3438 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3439 to `auth-source-netrc-normalize'.
3440 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
3441 on the EPA variables being defined.
3442 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3443 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3444 the lexical-let closure.
3445 (auth-source-netrc-create): Create "gpg:" tokens according to
3446 `auth-source-save-secrets'.
3447
3448 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
3449
3450 * gnus-group.el (gnus-group-update-group): Add new argument
3451 `info-unchanged' that stops updating dribble buffer.
3452
3453 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3454 deletes lines matching to it in dribble buffer.
3455
3456 * gnus-agent.el (gnus-agent-fetch-group-1):
3457 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3458 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3459 * gnus-start.el (gnus-group-change-level):
3460 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3461
3462 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3463 if newsgroup info is not changed.
3464
3465 * gnus-group.el (gnus-group-get-new-news-this-group):
3466 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3467 Don't update dribble buffer.
3468
3469 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
3470
3471 * gnus-registry.el (gnus-registry-remove-ignored): New function to
3472 remove entries with groups we ignore.
3473
3474 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3475
3476 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3477 the underline comes at the bottom.
3478
3479 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
3480
3481 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3482 `gnus-registry-user-format-function-M' and declare the latter obsolete.
3483 (gnus-registry-article-marks-to-names): Rename from
3484 `gnus-registry-user-format-function-M2'.
3485
3486 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
3487
3488 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3489 ephemeral group.
3490
3491 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3492
3493 * shr.el (shr-browse-image): Copy the URL if called interactively.
3494
3495 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3496
3497 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3498 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
3499 done, then unselected articles may be marked as read.
3500
3501 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3502 since not doing this seems to lead to a race condition in pop3-logon.
3503
3504 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3505 so that the call chain it correct when we call "upwards".
3506
3507 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3508 in read-only groups.
3509
3510 * gnus-group.el (gnus-group-mark-article-read): Ditto.
3511
3512 * message.el (message-cite-reply-position): Doc string fix.
3513
3514 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3515 avoid regexp overflow.
3516 (nnimap-transform-split-mail): Ditto.
3517
3518 * pop3.el (pop3-retr): Error out if the server closes the connection.
3519
3520 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3521
3522 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3523 mm-with-unibyte-current-buffer. The buffer should not contain any
3524 multibyte chars anyway at this stage.
3525
3526 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3527
3528 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3529 at the end of lines.
3530
3531 2011-05-29 Julien Danjou <julien@danjou.info>
3532
3533 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3534
3535 2011-05-27 Glenn Morris <rgm@gnu.org>
3536
3537 * gnus-group.el (gnus-bug-group-download-format-alist):
3538 Use the "maintainer" version of debian reports as well.
3539
3540 2011-05-26 Glenn Morris <rgm@gnu.org>
3541
3542 * gnus-group.el (gnus-bug-group-download-format-alist):
3543 Use the "maintainer" version of debbugs.gnu.org reports.
3544
3545 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
3546
3547 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3548
3549 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
3550
3551 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3552 the thread moves us backwards and so we loop forever.
3553
3554 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
3555
3556 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3557 whitespace in base64 data lines.
3558
3559 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3560
3561 * gnus-registry.el (gnus-registry-user-format-function-M):
3562 Use `mapconcat'.
3563 (gnus-registry-user-format-function-M2): Use to see the full text of
3564 the marks. Make "," the mark text separator.
3565
3566 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3567 authentication with auth-source.
3568
3569 2011-05-17 Glenn Morris <rgm@gnu.org>
3570
3571 * gnus-group.el (gnus-import-other-newsrc-file):
3572 Use insert-file-contents.
3573
3574 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
3575
3576 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3577 1000 iterations.
3578
3579 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
3580
3581 * nntp.el (nntp-open-connection): Check if process-type is available.
3582
3583 2011-05-16 Julien Danjou <julien@danjou.info>
3584
3585 * shr.el (shr-tag-del): Add support for del tag.
3586
3587 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
3588
3589 * gnus-html.el (gnus-html-put-image): Register a displayer.
3590
3591 * shr.el (shr-image-displayer): Don't remove text props from alt text.
3592
3593 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
3594
3595 * registry.el (prune-factor): New initialization parameter defaulting
3596 to 0.1.
3597 (registry-prune-hard): Use it.
3598
3599 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3600 0.1 expicitly.
3601
3602 2011-05-13 Glenn Morris <rgm@gnu.org>
3603
3604 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3605 is bound, since this function requires sendmail.
3606
3607 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
3608
3609 * registry.el (registry-usage-test): Disable pruning test.
3610
3611 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
3612
3613 * registry.el (registry-prune-hard-candidates)
3614 (registry-prune-soft-candidates): Helper methods for registry pruning.
3615 (registry-prune): Use them. Make the sort function optional.
3616
3617 2011-05-10 Jim Meyering <meyering@redhat.com>
3618
3619 * shr.el (shr-colorize-region): Fix typo "on on -> on".
3620
3621 2011-05-10 Julien Danjou <julien@danjou.info>
3622
3623 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3624 symbol and not a list.
3625
3626 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3627
3628 * gnus-art.el (gnus-article-mode): Move binding of
3629 shr-put-image-function here from gnus-article-prepare-display.
3630
3631 * shr.el (shr-put-image-function): New variable.
3632 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3633 (shr-put-image): Return scaled image.
3634
3635 * gnus-art.el (gnus-shr-put-image): New function.
3636 (gnus-article-prepare-display): Bind shr-put-image-function to it.
3637
3638 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3639 original ones, as deletable.
3640
3641 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3642
3643 * nntp.el (nntp-open-connection): Set TCP keepalive option.
3644
3645 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
3646
3647 * registry.el (registry-full): Add convenience method. Fix logic.
3648 (registry-insert): Use it. Fix logic here too.
3649
3650 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3651 `registry-prune' if `registry-full' returns t.
3652 (gnus-registry-handle-action)
3653 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3654 (gnus-registry-usage-test): Use it.
3655
3656 2011-05-07 Julien Danjou <julien@danjou.info>
3657
3658 * shr.el (shr-link): Make shr-link inherit from link by default.
3659
3660 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
3661
3662 * shr.el (shr-urlify, shr-link): Fix shr-link face.
3663
3664 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
3665
3666 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3667 error out because the face is not a list.
3668
3669 2011-05-05 Glenn Morris <rgm@gnu.org>
3670
3671 * gnus-start.el (gnus-propagate-marks): Declare.
3672
3673 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
3674
3675 * registry.el (registry-reindex): Fix percentage message.
3676
3677 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
3678
3679 * shr.el: Add shr-link face for links.
3680 (shr-urlify): Use it.
3681
3682 * registry.el (registry-insert): Make error message more helpful.
3683
3684 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3685
3686 * gnus-html.el (gnus-html-schedule-image-fetching):
3687 Use url-queue-retrieve, if it exists.
3688
3689 * shr.el (shr-tag-img): Ditto.
3690
3691 * gnus.el: Autoload more gnus-agent functions.
3692
3693 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3694 agent if we haven't already (bug#8502).
3695
3696 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3697 into the Agent, too.
3698
3699 * gnus-agent.el (gnus-agent-store-article): New function.
3700
3701 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3702 and moved from that file for reuse.
3703
3704 * pop3.el (pop3-open-server): Error messages are "-ERR".
3705
3706 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3707
3708 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3709 (open-tls-stream): Remove superfluous tls/starttls autoloads.
3710
3711 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3712
3713 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3714 buffer has moved to a different frame.
3715
3716 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3717
3718 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3719 to get the conversion from unibyte to multibyte buffers to work on
3720 Emacs 22.
3721
3722 * nntp.el (nntp-request-article): Slight clean-up.
3723
3724 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3725
3726 * shr.el (shr-strike-through): New face.
3727 (shr-tag-s): Use it to provide <s> support.
3728 (shr-tag-s): Remove duplicate definition.
3729
3730 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
3731
3732 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3733 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3734
3735 2011-04-23 Glenn Morris <rgm@gnu.org>
3736
3737 * gnus-sum.el (gnus-extra-headers): Bump :version.
3738
3739 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3740
3741 * shr.el (shr-tag-sup): New function.
3742 (shr-tag-sub): Ditto.
3743
3744 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
3745
3746 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3747 for the case where `gnus-registry-ignored-groups' is a list of lists,
3748 and don't call `gnus-parameter-registry-ignore' otherwise.
3749
3750 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3751
3752 * nnimap.el (nnimap-user): New backend variable.
3753 (nnimap-open-connection-1): Use it.
3754 (nnimap-credentials): Accept user parameter so it's explicit what user
3755 name is desired.
3756
3757 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3758 default.
3759
3760 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3761 not gnus-registry.el.
3762
3763 * gnus-registry.el: Mention in comments how to modify
3764 `gnus-extra-headers' for proper recipient tracking and that it may
3765 already have To and Cc recently, which it does as of this commit.
3766 (gnus-registry-ignored-groups): Remove defcustom.
3767 Explain why in comments.
3768 (gnus-registry-action): Fix data-header reference to use the extra
3769 headers. Explain in package commentary how to add To and Cc headers to
3770 the gnus-extra-headers.
3771 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3772 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3773 parameter list or a string list in `gnus-registry-ignored-groups'.
3774 Fix logic error.
3775
3776 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3777
3778 * shr.el (shr-expand-url): Protect against null urls.
3779
3780 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3781
3782 * shr.el (shr-base): New binding.
3783 (shr-tag-base): Keep track of <base>.
3784 (shr-expand-url): New function used throughout.
3785
3786 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
3787
3788 * gnus-registry.el
3789 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3790 (gnus-registry-ignored-groups): New variable.
3791 (gnus-registry-ignore-group-p): Use it.
3792 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3793 set the destination group to nil (same as delete) if it's ignored.
3794
3795 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3796
3797 * gnus-registry.el (gnus-registry-action)
3798 (gnus-registry-fetch-header-fast):
3799 Don't use mail-header that looks an internal function of mailheader.el.
3800
3801 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
3802
3803 * gnus-registry.el: Eliminate cl functions.
3804 (gnus-registry-sort-addresses): New function that replaces mapcan.
3805 (gnus-registry-action, gnus-registry-spool-action)
3806 (gnus-registry-split-fancy-with-parent)
3807 (gnus-registry-fetch-recipients-fast): Use it.
3808 (gnus-registry-import-eld): Replace delete* with dolist + delq.
3809
3810 * registry.el (initialize-instance, registry-lookup)
3811 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3812 (registry-lookup-secondary-value, registry-search, registry-delete)
3813 (registry-insert, registry-reindex, registry-size, registry-prune):
3814 Use eval-and-compile.
3815
3816 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
3817
3818 * registry.el (registry-reindex): New method to recreate the secondary
3819 registry indices.
3820
3821 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3822 tracked field changes.
3823 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3824 (gnus-registry-action, gnus-registry-spool-action)
3825 (gnus-registry-handle-action)
3826 (gnus-registry--split-fancy-with-parent-internal)
3827 (gnus-registry-split-fancy-with-parent)
3828 (gnus-registry-register-message-ids): Add recipient tracking on spool,
3829 move, and delete actions, and for fancy splitting with parent.
3830 (gnus-registry-extract-addresses)
3831 (gnus-registry-fetch-recipients-fast)
3832 (gnus-registry-fetch-header-fast): Convenience functions.
3833 (gnus-registry-misc-test): ERT test of
3834 `gnus-registry-extract-addresses'.
3835
3836 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
3837
3838 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3839 Track by subject first, then sender.
3840
3841 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3842
3843 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3844
3845 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3846 Lisp.
3847
3848 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3849 (gnus-draft-send): Use it to avoid popping
3850 up frames from gnus-group-send-queue.
3851
3852 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3853
3854 * gnus-registry.el: Updated gnus-registry docs.
3855
3856 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
3857
3858 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3859 Fix logic bug.
3860 (gnus-registry-post-process-groups): Fix logging of no results and
3861 quote sender and subject.
3862
3863 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3864
3865 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3866 (gnus-read-active-for-groups): Don't try to finish getting stuff where
3867 we had no early-data returned.
3868 (gnus-get-unread-articles): Add a sanity check so that we don't issue
3869 two async commands to the same server at the same time.
3870
3871 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
3872
3873 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3874
3875 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3876
3877 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3878 "warning" level.
3879
3880 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3881 (mm-url-insert-file-contents): Don't set the package names.
3882
3883 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
3884
3885 * gnus-registry.el (gnus-registry-action): Remove properties and
3886 simplify subject in `gnus-registry-handle-action'.
3887 (gnus-registry-spool-action): Get subject and sender from message if
3888 they are not passed in.
3889 (gnus-registry-handle-action): Remove properties and simplify subject
3890 consistently.
3891
3892 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * registry.el: Require CL before using defmacro*.
3895
3896 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
3897
3898 * gnus-art.el (article-treat-date): Assume that
3899 gnus-article-date-headers may be a group parameter.
3900
3901 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
3902
3903 * gnus-registry.el (gnus-registry-handle-action): More debugging.
3904
3905 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3906 interactively so the newsrc file can contain foreign groups too.
3907 Useful for debugging but not much for users.
3908
3909 2011-04-07 David Engster <dengste@eml.cc>
3910
3911 * registry.el (registry-usage-test): Only do
3912 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3913 lexical binding.
3914
3915 2011-04-06 David Engster <dengste@eml.cc>
3916
3917 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3918 argument NOERROR for `require', since XEmacs 21.4 does not support it.
3919
3920 2011-04-06 David Engster <dengste@eml.cc>
3921
3922 * registry.el (initialize-instance): Change :after to :AFTER to be
3923 compatible with old EIEIO version in XEmacs.
3924
3925 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
3926
3927 * gnus-registry.el (gnus-registry-post-process-groups)
3928 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3929 and provide better messaging.
3930
3931 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
3932
3933 * gnus-registry.el: Don't use ERT if it's not available. Load it
3934 unconditionally anyway, discarding errors.
3935 (gnus-registry-delete-entries): New convenience function.
3936 (gnus-registry-import-eld): Import from old .eld registry.
3937
3938 * registry.el: Don't use ERT if it's not available. Load it
3939 unconditionally anyway, discarding errors.
3940
3941 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3942 version from the Claudio Bley GnuTLS patch (extra optional parameters
3943 and host name).
3944
3945 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
3946
3947 * gnus-registry.el (gnus-registry-fixup-registry): New function to
3948 fixup the parameters that can be customized by the user between
3949 save/read cycles.
3950 (gnus-registry-read): Use it.
3951 (gnus-registry-make-db): Use it.
3952 (gnus-registry-spool-action, gnus-registry-handle-action):
3953 Fix messaging.
3954 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3955 Map references to actual group names with sender and subject tracking.
3956 (gnus-registry-post-process-groups): Use `cond' for better messaging.
3957 (gnus-registry-usage-test): Add subject lookup test.
3958
3959 * registry.el (registry-db, initialize-instance): Set up constructor
3960 instead of :initform arguments for the sake of older Emacsen.
3961 (registry-lookup-breaks-before-lexbind): New method to demonstrate
3962 pre-lexbind merge bug.
3963 (registry-usage-test): Use it.
3964 (initialize-instance, registry-db): Move the non-function initforms
3965 back to the class definition.
3966
3967 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
3968
3969 * registry.el: New library to manage gnus-registry-style data.
3970
3971 * gnus-registry.el: Use it (major rewrite).
3972
3973 * nnregistry.el: Use it.
3974
3975 * spam.el: Use it.
3976
3977 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3978
3979 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3980 marks on non-selected articles.
3981
3982 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
3983
3984 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
3985
3986 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3987 parameter to open-protocol-stream.
3988
3989 2011-04-01 Julien Danjou <julien@danjou.info>
3990
3991 * mm-view.el (mm-display-inline-fontify): Do not fontify with
3992 fundamental-mode.
3993
3994 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3995
3996 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3997 servers.
3998
3999 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4000
4001 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4002 made marks not propagate, again.
4003
4004 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
4005
4006 * proto-stream.el (open-protocol-stream): Bring back `network' type.
4007 Make this the default type.
4008 (proto-stream-open-plain): Rename from proto-stream-open-default.
4009 (open-protocol-stream, proto-stream-open-starttls)
4010 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4011 with `plain'.
4012
4013 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4014 value.
4015
4016 * nntp.el (nntp-open-connection-function): Document the fact that some
4017 values are not functions but are instead handled specially.
4018 Recognize nntp-open-plain-stream value.
4019 (nntp-open-connection): Recognize that value.
4020
4021 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4022
4023 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4024 stuff.
4025
4026 * gnus-score.el (gnus-score-string): Fix calling convention of
4027 `gnus-simplify-buffer-fuzzy' after last patches.
4028
4029 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4030 server for articles we didn't get any headers for. This is a sanity
4031 check.
4032
4033 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
4034
4035 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4036 new CAPABILITY, use it.
4037
4038 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4039
4040 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4041 downloading anything.
4042
4043 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4044
4045 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
4046
4047 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4048 colors.
4049 (gnus-splash-svg-color-symbols): New function.
4050
4051 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4052
4053 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4054 instead of using the global gnus-simplify-subject-fuzzy-regexp.
4055 (gnus-simplify-subject-fuzzy): Use the local
4056 gnus-simplify-subject-fuzzy-regex instead of the global one.
4057 This makes using this variable in group parameters work.
4058
4059 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4060
4061 * gnus-registry.el (gnus-registry-unfollowed-groups):
4062 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4063 archive:sent-YYYY-MM-DD groups).
4064 (gnus-registry-split-fancy-with-parent): Bail out early in sender
4065 tracking if there are more than `gnus-registry-max-track-groups'
4066 matches.
4067
4068 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 * message.el (message--yank-original-internal): New function to do the
4071 insertion cleanly inside eval in `message-yank-original'.
4072 (message-yank-original): Use it.
4073
4074 2011-03-29 Julien Danjou <julien@danjou.info>
4075
4076 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4077 local variables disabled rather than `normal-mode'.
4078
4079 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
4080
4081 * proto-stream.el: Changes preparatory to merging open-protocol-stream
4082 with open-network-stream.
4083 (proto-stream-always-use-starttls): Option removed.
4084 (open-protocol-stream): Return a process object by default. Provide a
4085 new parameter :return-list specifying a list-type return value, which
4086 now has the form (PROP . PLIST) instead of a fixed-length list. Change
4087 :type `network' to `try-starttls', and `network-only' to `default'.
4088 Make `default' the default, for compatibility with open-network-stream.
4089 Handle the no-parameter case exactly as open-network-stream, with no
4090 additional stream processing. Search plists using plist-get.
4091 Explicitly add :end-of-commend parameter if it is missing.
4092 (proto-stream-open-default): Rename from
4093 proto-stream-open-network-only. Return 'default as the type.
4094 (proto-stream-open-starttls): Rename from proto-stream-open-network.
4095 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
4096 failed. Always return a list with a (possibly dead) process as the
4097 first element, for compatibility with open-network-stream.
4098 (proto-stream-open-tls): Use plist-get. Always return a list.
4099 (proto-stream-open-shell): Return `default' as connection type.
4100 (proto-stream-capability-open): Use plist-get.
4101 (proto-stream-eoc): Function deleted.
4102
4103 * nnimap.el (nnimap-stream, nnimap-open-connection)
4104 (nnimap-open-connection-1): Handle renaming of :type parameter for
4105 open-protocol-stream.
4106 (nnimap-open-connection-1): Pass a :return-list parameter
4107 open-protocol-stream to obtain a list return value. Parse this list
4108 using plist-get.
4109
4110 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4111 for open-protocol-stream. Accept open-protocol-stream return value
4112 that is a subprocess object instead of a list. Handle the case of a
4113 dead returned process.
4114
4115 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
4116
4117 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4118
4119 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4120
4121 2011-03-21 Julien Danjou <julien@danjou.info>
4122
4123 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4124 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
4125 query.
4126 (mm-inline-text): Render normal text with fontification whenever
4127 possible.
4128
4129 * gnus-sum.el (gnus-summary-save-parts-1):
4130 * gnus-art.el (gnus-article-browse-html-save-cid-content)
4131 (gnus-article-browse-html-parts, gnus-mime-delete-part)
4132 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4133 Use `mm-handle-filename'.
4134
4135 * mm-util.el (mm-handle-filename): New function, return the filename of
4136 an handle.
4137
4138 2011-03-18 Julien Danjou <julien@danjou.info>
4139
4140 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4141 (gnus-buffer-live-p): Check that buffer is not nil.
4142
4143 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4144
4145 * gnus-art.el: Require mouse, which the build bot seems to say is
4146 needed.
4147
4148 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4149 XEmacs, since it doesn't have url-retrieve-synchronously.
4150
4151 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
4152
4153 * gnus-group.el (gnus-group-list-ticked): New function.
4154 (gnus-group-make-menu-bar): Provide a menu entry for it.
4155 (gnus-group-list-map): Provide a binding for it.
4156
4157 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4158
4159 * shr.el (shr-visit-file): New command.
4160
4161 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4162
4163 2011-03-17 Bjørn Mork <bjorn@mork.no>
4164
4165 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4166 servers.
4167
4168 2011-03-16 Julien Danjou <julien@danjou.info>
4169
4170 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4171 inline.
4172
4173 * gnus-art.el (article-hide-list-identifiers):
4174 Use gnus-group-get-list-identifiers.
4175
4176 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4177 (gnus-summary-remove-list-identifiers):
4178 Use gnus-group-get-list-identifiers to get regexp.
4179 (gnus-select-newsgroup, gnus-summary-insert-subject)
4180 (gnus-summary-insert-articles):
4181 Call gnus-summary-remove-list-identifiers unconditionally.
4182
4183 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4184
4185 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4186 we're selecting a group with unread articles.
4187
4188 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4189
4190 * gssapi.el: New file separated out from imap.el to provide a general
4191 Kerberos 5 connection facility for Emacs.
4192
4193 * message.el (message-elide-ellipsis): Document the format spec
4194 ellipsis.
4195
4196 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
4197
4198 * message.el (message-elide-region): Allow the ellipsis to say how many
4199 lines were removed.
4200
4201 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4202
4203 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4204 window configurations containing buffers that are now dead.
4205
4206 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4207 parsing to avoid integer overflows.
4208 (nnimap-parse-flags): Simplify the last change.
4209 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4210 too large for 32-bit Emacsen.
4211
4212 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4213
4214 * auth-source.el (auth-source-netrc-create):
4215 * message.el (message-yank-original): Fix use of `case'.
4216
4217 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
4218
4219 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4220 XEmacs, which was one character too wide.
4221
4222 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
4223
4224 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4225 default number of articles to display.
4226 (gnus-articles-to-read): Use pretty names for prompt.
4227
4228 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4229
4230 * gnus-int.el (gnus-open-server): Ditto.
4231
4232 * gnus-start.el (gnus-activate-group): Give a backtrace if
4233 debug-on-quit is set and the user hits `C-g'.
4234 (gnus-read-active-file): Ditto.
4235
4236 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4237
4238 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
4239
4240 * message.el (message-yank-original): Use cond instead of CL case.
4241
4242 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4243
4244 * auth-source.el (auth-source-netrc-create): Use usual format for the
4245 default in prompts.
4246
4247 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
4248
4249 * auth-source.el (auth-source-netrc-create): Show the default in the
4250 prompt when prompting for token creation.
4251
4252 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
4253
4254 * auth-source.el (auth-source-format-prompt): Always convert the value
4255 to a string to avoid evaluating non-string arguments.
4256 (auth-source-netrc-create): Offer default properly, not as initial
4257 content in `read-string'.
4258 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4259 of line to determine if we've been run before. If so, don't run again,
4260 but print a trivial message to indicate the cache was hit instead.
4261
4262 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
4263
4264 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4265 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
4266 The user will have to run `gnus-sync-read' manually and wait for Cloudy
4267 Gnus.
4268
4269 2011-03-11 Julien Danjou <julien@danjou.info>
4270
4271 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4272 modified file".
4273
4274 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
4275
4276 * auth-source.el (auth-source-read-char-choice): New function to read a
4277 character choice using `dropdown-list', `read-char-choice', or
4278 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
4279 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
4280 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
4281 (auth-source-netrc-saver): Use it.
4282 (auth-source-pick-first-password): New convenience function.
4283
4284 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
4285
4286 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4287 parameter in the credentials.
4288 (nnimap-open-connection-1): Use it after a successful login.
4289 (nnimap-credentials): Add IMAP-specific user and password prompt.
4290
4291 * auth-source.el (auth-source-search): Add :require parameter, taking a
4292 list. Document it and the :save-function return token. Pass :require
4293 down. Change the CREATED message from a warning to a debug statement.
4294 (auth-source-search-backends): Pass :require down.
4295 (auth-source-netrc-search): Pass :require down.
4296 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4297 Change save prompt to indicate all modifications saved here are
4298 deletions.
4299 (auth-source-netrc-create): Take user login name as default in user
4300 prompt. Move all the save functionality to a lexically bound function
4301 under the :save-function token in the returned list. Set up clearer
4302 default prompts for user, host, port, and secret.
4303 (auth-source-netrc-saver): New function, intended to be wrapped for
4304 :save-function.
4305
4306 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4307
4308 * Version 23.3 released.
4309
4310 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4311
4312 * shr.el (shr-table-horizontal-line): Change the defaults for the table
4313 lines to be spaces instead.
4314
4315 2011-03-07 Julien Danjou <julien@danjou.info>
4316
4317 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4318 (sieve-sasl-auth): Check that auth-source-search did return something,
4319 or just return an empty string.
4320
4321 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
4322
4323 * gnus.el (gnus-interactive): Use read-directory-name.
4324
4325 * gnus-uu.el (gnus-uu-decode-uu-and-save)
4326 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4327 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4328 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4329 Likewise.
4330
4331 * gnus-group.el (gnus-group-make-directory-group): Likewise.
4332
4333 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4334
4335 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4336 onto the list of killed groups, too. This makes killed nnimap groups,
4337 for instance, more reliably not reappear.
4338
4339 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4340 the parent.
4341
4342 * gnus-sum.el (gnus-update-read-articles): Fix typo.
4343
4344 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4345 really have server-side marks.
4346
4347 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4348 since most backends do not usefully have server-side marks.
4349 (gnus-update-read-articles): Propagate marks to all backends that
4350 really have server-side marks.
4351
4352 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
4353
4354 * message.el (message-cite-reply-position, message-cite-style):
4355 New variables.
4356 (message-yank-original): Use the new citation styles.
4357
4358 2011-03-04 Daiki Ueno <ueno@unixuser.org>
4359
4360 * message.el (message-options): Revert the change that's a workaround
4361 for XEmacs buffer-local issue; don't mark it buffer-local when running
4362 under XEmacs.
4363
4364 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
4365
4366 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4367 numbers too big to be `read'.
4368
4369 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
4370
4371 * message.el (message-options): Make buffer-local two ways to attempt
4372 to fix a XEmacs bug.
4373
4374 2011-03-02 Julien Danjou <julien@danjou.info>
4375
4376 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4377
4378 2011-03-01 Julien Danjou <julien@danjou.info>
4379
4380 * gnus-art.el (list-identifier): Add list-identifier as a parameter
4381 group.
4382 (article-hide-list-identifiers): Use list-identifier group parameter.
4383
4384 2011-02-28 Julien Danjou <julien@danjou.info>
4385
4386 * sieve.el (sieve-buffer-script-name): New local variable to store
4387 sieve script name.
4388 (sieve-edit-script): Store sieve script name.
4389 (sieve-upload): Use sieve script name when uploading.
4390 (sieve-upload): Use substitute-command-keys.
4391 (sieve-edit-script): Use substitute-command-keys.
4392 (sieve-refresh-scriptlist): Use substitute-command-keys.
4393 (sieve-manage-mode-map): Define keymap properly.
4394 (sieve-manage-mode): Do not set mode name manually, change mode-name to
4395 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4396 Remove commented code about cvs.
4397 (sieve-manage-quit): New function.
4398 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4399
4400 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4401
4402 * gnus-group.el (gnus-import-other-newsrc-file): New function.
4403
4404 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
4405
4406 * auth-source.el (auth-source-search): Cache empty result sets.
4407
4408 * auth-source.el (auth-source-save-behavior): New variable to replace
4409 `auth-source-never-create'.
4410 (auth-source-netrc-create): Use it.
4411 (auth-source-never-save): Remove.
4412
4413 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
4414
4415 * nnimap.el (nnimap-stream): Doc fix.
4416 (nnimap-open-connection-1): Reverse the order of the ports to that the
4417 prompted-for port is first.
4418
4419 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4420 retrieval by the no-group selection.
4421
4422 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4423 numerical parameters.
4424
4425 2011-02-25 Julien Danjou <julien@danjou.info>
4426
4427 * gnus-gravatar.el: Use gnus-with-article-buffer.
4428
4429 * gnus-art.el (gnus-with-article-buffer): Check that the
4430 gnus-article-buffer is alive.
4431
4432 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
4433
4434 * auth-source.el (auth-source-creation-prompts): New variable to manage
4435 creation-time prompts.
4436 (auth-source-search): Document it.
4437 (auth-source-format-prompt): Add utility function.
4438 (auth-source-netrc-create): Don't default the user name to
4439 user-login-name. Use `auth-source-creation-prompts' and some default
4440 prompts for user, host, port, and password (the default generic prompt
4441 remains ugly).
4442 (auth-source-never-save): Add customizable option to never save info.
4443 (auth-source-netrc-create): Use it and improve save prompts. Fix help
4444 mode excursion.
4445
4446 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4447
4448 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4449 argument that XEmacs doesn't support.
4450
4451 2011-02-23 Julien Danjou <julien@danjou.info>
4452
4453 * gnus-art.el (article-make-date-line): Ignore errors if time is
4454 invalid and not convertible.
4455 (article-make-date-line): Only add lapsed time if time is not nil.
4456
4457 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
4458
4459 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4460 `read-char-choice' for backwards compatibility.
4461 (auth-source-netrc-element-or-first): New function to DTRT for
4462 parameter extraction.
4463 (auth-source-netrc-create): Use it and fix multiple parameter print
4464 bug. Use the default passed from above (given-default) or the
4465 built-in (user-login-name for :user).
4466
4467 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
4468
4469 * gnus-start.el (gnus-dribble-read-file):
4470 Set buffer-save-without-query, since we always want to save the dribble
4471 file, probably.
4472
4473 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4474 nnimap.
4475
4476 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4477 -summary- since it's a user-visible variable.
4478
4479 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4480 first time you use the new Gnus.
4481
4482 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
4483
4484 * auth-source.el: Don't load netrc.el.
4485 (auth-sources): Search ~/.netrc as well by default.
4486 (auth-source-debug): Add 'trivia option for extra output.
4487 (auth-source-do-trivia): Use it.
4488 (auth-source-search): Simplify logic to use
4489 `auth-source-search-backends'. Use `auth-source-do-trivia' where
4490 appropriate. Don't keep a running count at this level. Layer :create
4491 and :delete options appropriately on the first and second passes.
4492 Don't track the backend with the search results.
4493 (auth-source-search-backends): New function to search a list of
4494 backends for a processed spec.
4495 (auth-source-netrc-parse): Cache all netrc files, making
4496 auth-source-netrc-cache an alist keyed by the file name and using the
4497 file mtime as the caching criterion. Keep the obfuscated data secret
4498 with a lexical bind.
4499 (auth-source-netrc-search): Don't calculate the length of the results
4500 unnecessarily.
4501 (auth-source-search-backends): Fix bug.
4502 (auth-source-netrc-create): Rework prompts.
4503
4504 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
4505
4506 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4507 Lower case names of search constraints.
4508 (nnir-run-query): Cache and reuse search constraints for all imap
4509 servers.
4510
4511 2011-02-22 Sam Steingold <sds@gnu.org>
4512
4513 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
4514
4515 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
4516
4517 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4518 after exit.
4519 (gnus-setup-message): Define missing variable from last checkin.
4520
4521 * gnus-sum.el (gnus-summary-show-article): When called with t as the
4522 value, show the raw article.
4523
4524 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4525
4526 * nnimap.el (nnimap-open-connection-1): Revert last change, since
4527 auth-source now accepts numbers.
4528
4529 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4530 spec, too.
4531 (auth-source-ensure-strings): New function.
4532
4533 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4534 (gnus-article-setup-buffer): Always restart the date timer so that user
4535 changes to the frequency is respected.
4536
4537 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4538 port numbers, so make sure it gets that if nnimap-server-port is
4539 explicit.
4540
4541 2011-02-21 Simon Josefsson <simon@josefsson.org>
4542
4543 * nnimap.el (nnimap-inbox): Doc fix.
4544
4545 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
4546
4547 * shr-color.el (shr-color->hexadecimal): Use renamed function names
4548 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4549 color-lab-to-srgb.
4550
4551 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4552
4553 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4554 given method as in the group name if we're using an extended method.
4555 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4556 command, if we're using that, instead of waiting for the beginning.
4557
4558 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4559 we're sure to get unique server names, and we don't output two async
4560 commands in the same buffer. This fixes an NNTP hang for some users.
4561
4562 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4563
4564 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4565 summary buffer before reading going to the next buffer. This avoids
4566 putting the point in the group buffer if you `C-g' the command.
4567
4568 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4569 cache (for now) to make ~/.authinfo.gpg files usable.
4570
4571 * nnfolder.el (copyright-update): Define for the compiler.
4572
4573 * auth-source.el (auth-source-search): Fix unbound variable.
4574
4575 2011-02-19 Glenn Morris <rgm@gnu.org>
4576
4577 * gnus.el (gnus-meta): Doc fix.
4578
4579 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
4580
4581 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4582 in case it's not yet loaded.
4583
4584 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
4585
4586 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4587 line we're waiting for.
4588
4589 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
4590
4591 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4592 face with line-width greater than zero will cause RET in gnus summary
4593 buffer to scroll down article page-wise because auto vscroll happens,
4594 it should be temporally disabled when doing a scroll-up.
4595
4596 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
4597
4598 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4599 outputs from the server.
4600
4601 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
4602
4603 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4604 later so that bbdb can hook in easier.
4605
4606 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
4607
4608 * auth-source.el (auth-source-search): Don't try to create credentials
4609 if the caller doesn't want that.
4610 (auth-source-search): If we don't find a match, don't bug out on
4611 non-bound variables.
4612 (auth-source-search): Only ask a single backend to create the
4613 credentials.
4614
4615 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4616 logging.
4617 (nnimap-credentials): Protect against auth-source-search returning nil.
4618 (nnimap-request-list): Protect against not being able to open the
4619 server.
4620
4621 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
4622
4623 * auth-source.el (auth-source-search): Do a two-phase search, one with
4624 no :create to get the responses from all backends.
4625
4626 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4627 when getting credentials.
4628
4629 * gnus-util.el (gnus-delete-duplicates): New function.
4630
4631 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
4632
4633 * nnimap.el (nnimap-credentials): Instead of picking the first port as
4634 a creation default, pass the whole port list down. It will be
4635 completed.
4636
4637 * auth-source.el (auth-source-search): Updated docs to talk about
4638 multiple creation choices.
4639 (auth-source-netrc-create): Accept a list as a value (from the search
4640 parameters) and do completion on that list. Keep a separate netrc line
4641 with the password obscured for showing the user.
4642
4643 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4644 first choice to `auth-source-search' so it will be used for entry
4645 creation instead of the server's Gnus-specific name.
4646 (nnimap-credentials): Rely on the auth-source library to select which
4647 port is actually wanted in the new netrc entry, so don't override
4648 `auth-source-creation-defaults'.
4649
4650 * auth-source.el (auth-source-netrc-parse): Use :port instead of
4651 :protocol and accept a missing user, host, or port as a wildcard match.
4652 (auth-source-debug): Default to off.
4653
4654 (auth-source-netrc-search, auth-source-netrc-create)
4655 (auth-source-secrets-search, auth-source-secrets-create)
4656 (auth-source-user-or-password, auth-source-backend, auth-sources)
4657 (auth-source-backend-parse-parameters, auth-source-search): Use :port
4658 instead of :protocol.
4659
4660 * nnimap.el (nnimap-credentials): Pass a port default to
4661 `auth-source-search' in case an entry needs to be created.
4662 (nnimap-open-connection-1): Use :port instead of :protocol.
4663
4664 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
4665
4666 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
4667 instead of delete-dups that is not available in XEmacs 21.4.
4668
4669 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
4670
4671 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4672 nil means that nnimap doesn't get updated.
4673
4674 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
4675
4676 * auth-source.el (auth-source-netrc-create): Return a synthetic search
4677 result when the user doesn't want to write to the file.
4678 (auth-source-netrc-search): Expect a synthetic result and proceed
4679 accordingly.
4680 (auth-source-cache-expiry): New variable to override
4681 `password-cache-expiry'.
4682 (auth-source-remember): Use it.
4683
4684 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4685 parameter. Create entry if necessary by using :create t.
4686 (nnimap-open-connection-1): Don't pass `inhibit-create'.
4687
4688 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
4689
4690 * auth-source.el (auth-source-debug): Enable by default and don't
4691 mention the obsolete `auth-source-hide-passwords'.
4692 (auth-source-do-warn): New function to debug unconditionally.
4693 (auth-source-do-debug): Use it.
4694 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4695 and for Secrets API entries when the secrets.el library is not
4696 available.
4697
4698 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
4699
4700 * gnus-sum.el (gnus-propagate-marks): Default to nil.
4701 (gnus-summary-exit): Kill the correct article buffer on exit from a
4702 `C-d' group.
4703
4704 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4705 gnus-propagate-marks.
4706
4707 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4708 before killing the buffers so that a non-full window conf gets handled
4709 correctly.
4710 (gnus-summary-exit): Ditto.
4711 (gnus-summary-read-group-1): Ditto.
4712
4713 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4714 async code again so that we can debug it properly.
4715
4716 * message.el (message-reply): Take an optional switch-buffer parameter
4717 so that Gnus window confs are respected better.
4718
4719 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
4720
4721 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4722 `plist-get' to accept non-list parameters (XEmacs issue).
4723 Fix docstring.
4724 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4725 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4726 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4727 Login collection is "Login" and not "login".
4728
4729 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
4730
4731 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4732 multiple headers.
4733
4734 * nnimap.el (nnimap-inhibit-logging): New variable.
4735 (nnimap-log-command): Don't log login commands.
4736
4737 * auth-source.el (auth-source-netrc-search): The asserts seem to want
4738 to have more parameters.
4739
4740 * nnimap.el (nnimap-send-command): Mark the command time for each
4741 command, so that we don't get NOOPs stepping on our toes.
4742
4743 * gnus-art.el (article-date-ut): Get the date from the Date header on
4744 `t'.
4745
4746 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
4747
4748 * auth-source.el (auth-source-search): Use copy-sequence instead of
4749 the cl.el copy-list.
4750
4751 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
4752
4753 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4754 Improve prompt.
4755
4756 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
4757
4758 * gnus-art.el (gnus-article-mode-line-format): Remove the article
4759 washing status from the default format. It isn't very informative.
4760
4761 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
4762
4763 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4764 Fix Gcc processing on imap.
4765
4766 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 * message.el (message-bury): Don't pop up a new window when selected
4769 window is dedicated.
4770
4771 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
4772
4773 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4774
4775 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
4776
4777 * sieve-manage.el: Autoload `auth-source-search'.
4778 (sieve-sasl-auth): Use it.
4779
4780 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
4781
4782 * nnimap.el: Autoload `auth-source-forget+'.
4783 (nnimap-open-connection-1): Use it if the connection fails.
4784
4785 * auth-source.el: Require `password-cache'.
4786 (auth-source-hide-passwords, auth-source-cache): Remove and mark
4787 obsolete.
4788 (auth-source-magic): Marker for `password-cache' keys.
4789 (auth-source-do-cache): Update docstring.
4790 (auth-source-search): Use and check cache.
4791 (auth-source-forget-all-cached, auth-source-remember)
4792 (auth-source-recall, auth-source-forget, auth-source-forget+)
4793 (auth-source-specmatchp): Caching support functions.
4794 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4795 Remove and obsolete.
4796 (auth-source-user-or-password): Remove caching to further discourage
4797 using it. Always hide passwords.
4798
4799 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
4800
4801 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4802 code for now, since it doesn't work for all users.
4803
4804 2011-02-09 Julien Danjou <julien@danjou.info>
4805
4806 * message.el (message-options): Make message-options really buffer
4807 local.
4808
4809 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
4810
4811 * mail-source.el: Autoload `auth-source-search'.
4812 (mail-source-keyword-map): Note order matters.
4813 (mail-source-set-1): Get all the mail-source source values and
4814 defaults and search auth-source on those if needed. This can all
4815 probably be simplified.
4816
4817 * nnimap.el: Autoload `auth-source-search'.
4818 (nnimap-credentials): Use it.
4819 (nnimap-open-connection-1): Ask for the virtual server and physical
4820 address in one shot.
4821
4822 * nntp.el: Autoload `auth-source-search'.
4823 (nntp-send-authinfo): Use it. Note TODO.
4824
4825 2011-02-08 Julien Danjou <julien@danjou.info>
4826
4827 * shr.el (shr-tag-body): Add support for text attribute in body
4828 markups.
4829
4830 * message.el (message-options): Make message-options a local variable.
4831
4832 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
4833
4834 * auth-source.el (auth-source-secrets-search)
4835 (auth-source-user-or-password): Use `append' instead of `nconc'.
4836 (auth-source-user-or-password): Build return list better and protect
4837 against nil :secret.
4838
4839 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
4840
4841 * nnimap.el (nnimap-update-info): Refactor slightly.
4842 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4843 (nnimap-update-info): Clean up slightly.
4844 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4845 characters.
4846 (nnimap-process-quirk): Rename function to avoid collision.
4847 (nnimap-update-info): Fix macrology bug-out.
4848 (nnimap-update-info): Simplify split history test.
4849
4850 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
4851
4852 * auth-source.el (top): Require 'eieio unconditionally.
4853 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4854 (auth-source-secrets-search): Limit search when `max' is greater than
4855 number of results.
4856
4857 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
4858
4859 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4860 part not returning any data.
4861
4862 * proto-stream.el (open-protocol-stream): Document the return value.
4863
4864 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
4865
4866 * auth-source.el (auth-source-secrets-search): Add examples.
4867
4868 2011-02-06 Julien Danjou <julien@danjou.info>
4869
4870 * message.el (message-setup-1): Handle message-generate-headers-first
4871 set to t.
4872
4873 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
4874
4875 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4876 API with a string "secrets:collection-name" and with 'default.
4877 (auth-source-backend-parse): Parse "secrets:collection-name" and
4878 'default. Recurse on parses instead of repeating code. Use the
4879 Secrets API is the source is not nil and 'ignore otherwise. Emit a
4880 message when ignoring a source.
4881 (auth-source-search): List ignored search keys at the top level.
4882 (auth-source-netrc-create): Use `case' instead of `cond'.
4883 (auth-source-secrets-search): Created with TODOs.
4884 (auth-source-secrets-create): Created with TODOs.
4885 (auth-source-retrieve, auth-source-create, auth-source-delete)
4886 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4887 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4888 (auth-source-user-or-password-sftp)
4889 (auth-source-user-or-password-smtp): Remove.
4890 (auth-source-user-or-password): Deprecated and modified to be a wrapper
4891 around `auth-source-search'. Not tested thoroughly.
4892
4893 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
4894
4895 * auth-source.el: Bring in assoc and eioeio libraries.
4896 (secrets-enabled): New variable to track the status of the Secrets API.
4897 (auth-source-backend): New EIOEIO class to represent a backend.
4898 (auth-source-creation-defaults): New variable to set prompt defaults
4899 during token creation (see the `auth-source-search' docstring for
4900 details).
4901 (auth-sources): Simplify to allow a simple string as a netrc backend
4902 spec.
4903 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4904 (auth-source-backend-parse-parameters): Fill in the backend parameters.
4905 (auth-source-search): Main auth-source API entry point.
4906 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4907 (auth-source-search-collection): Helper function for searching.
4908 (auth-source-netrc-parse, auth-source-netrc-normalize)
4909 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4910 Supports search, create, and delete.
4911 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4912 backend stubs.
4913 (auth-source-user-or-password): Call `auth-source-search' but it's not
4914 ready yet.
4915
4916 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
4917
4918 * message.el (message-setup-1): Remove the read-only stuff, since it
4919 doesn't work under XEmacs, for some reason.
4920
4921 * gnus-sum.el (gnus-user-date): Rename back from
4922 gnus-summary-user-date since user code refers to it.
4923
4924 * shr.el (shr-render-td): Store the actual background color used.
4925
4926 * message.el (message-setup-1): Don't bind the constant
4927 -forbidden-properties.
4928 (message-setup-1): Revert previous change, since it needs to bind the
4929 props to insert them.
4930 (message-resend): Allow removing the read-only separator line.
4931
4932 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4933
4934 * nnimap.el (nnimap-request-accept-article): Give an error message if
4935 the APPEND wasn't successful.
4936
4937 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
4938
4939 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4940 that have no groups.
4941
4942 2011-02-03 Julien Danjou <julien@danjou.info>
4943
4944 * gnus-draft.el: Remove progn around gnus-draft-setup.
4945
4946 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4947
4948 * gnus-start.el (gnus-read-active-for-groups): This function is never
4949 called with a nil `infos', so clean that up.
4950 (gnus-get-unread-articles): Request active files from primary/secondary
4951 methods that have no groups (yet).
4952
4953 2011-02-03 Julien Danjou <julien@danjou.info>
4954
4955 * message.el (message-setup-1): Always generate References first.
4956 (message-mail): Return the return value of message-setup, not always t.
4957 (message-setup-1): Insert mail-header-separator with read-only and
4958 intangible properties set.
4959
4960 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4961 user-date in docstring.
4962
4963 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4964
4965 * gnus.el (gnus-summary-line-format): Mention &user-date format in
4966 docstring.
4967
4968 * gnus.el (gnus-user-date-format-alist): Change default value.
4969 Use defcustom, with type and group. Move from gnus-util.el.
4970 Rename to gnus-summary-user-date-format-alist.
4971
4972 2011-02-03 Glenn Morris <rgm@gnu.org>
4973
4974 * nnimap.el (gnus-fetch-headers): Declare.
4975
4976 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4977
4978 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4979
4980 * message.el (message-forward-make-body-digest-plain)
4981 (message-followup, message-reply): Clean up things noted by Stefan.
4982
4983 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4984 gnus-article-update-date-headers is nil.
4985 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4986 it didn't really work with defcustom.
4987 (article-update-date-lapsed): Make sure the window start doesn't move,
4988 either.
4989
4990 2011-02-01 Julien Danjou <julien@danjou.info>
4991
4992 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4993 format.
4994
4995 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4996 standard in Emacs nowadays.
4997
4998 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4999
5000 * message.el (message-expand-name): Don't trust the return value of
5001 bbdb-complete-name.
5002 (message-check-news-header-syntax): Remove unused var `start'.
5003 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5004 (message-inhibit-body-encoding): Move to before first use.
5005 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5006 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5007 (Organization, Message-ID, Date, mh-previous-window-config):
5008 Defvar the vars using dynamic scoping.
5009
5010 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
5011
5012 * shr.el (shr-render-td): Only do colors at the final rendering.
5013 Should be slightly faster.
5014 (shr-insert-table): Fix up TD background colors when doing the
5015 vertical padding.
5016
5017 * gnus-art.el (article-date-ut): Protect against articles with no Date
5018 header.
5019 (article-update-date-lapsed): Don't use current-column to find the
5020 horizontal position. It's fragile in the presence of \003 characters.
5021
5022 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5023
5024 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5025
5026 * gnus-art.el (article-transform-date): Rewrite to still work when
5027 there are several rfc2822 parts.
5028 (article-transform-date): Fix infinite recursion.
5029 (article-date-ut): Replace infinitely many Date headers with a single
5030 one when called interactively.
5031
5032 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5033 secure manner.
5034
5035 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5036 move around by not using save-window-excursion. It seems to work...
5037
5038 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5039
5040 * gnus-art.el (article-make-date-line): Work for user-defined format.
5041
5042 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5043
5044 * nntp.el (nntp-retrieve-group-data-early)
5045 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5046 fetching functions.
5047
5048 * gnus-start.el (gnus-read-active-for-groups): Read the active files
5049 thoroughly for all backends that have no known groups. This should
5050 allow new nnml methods to retrieve mail.
5051
5052 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5053 that Gnus doesn't know exists again.
5054
5055 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5056 (gnus-treat-date-ut): Ditto.
5057 (gnus-article-update-date-header): Rename.
5058 (gnus-treat-date-local): Remove.
5059 (gnus-treat-date-english): Remove.
5060 (gnus-treat-date-lapsed): Remove.
5061 (gnus-treat-date-combined-lapsed): Remove.
5062 (gnus-treat-date-original): Remove.
5063 (gnus-treat-date-iso8601): Remove.
5064 (gnus-treat-date-user-defined): Remove.
5065 (gnus-article-date-headers): New variable to control all the date
5066 header options.
5067 (article-date-ut): Rewrite to allow using the new way to format date
5068 headers(s).
5069
5070 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
5071
5072 * nnmail.el (nnmail-article-group): Check for a direct fancy split
5073 method.
5074 (nnmail-article-group): A better test for fanciness.
5075
5076 * nnimap.el (nnimap-request-head): Protect against not finding the
5077 article by Message-ID.
5078
5079 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
5080
5081 * gnus-art.el (article-update-date-lapsed): Try a better way to really
5082 keep point at the "same place".
5083
5084 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5085
5086 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5087 data if the group is inactive.
5088
5089 2011-01-28 Julien Danjou <julien@danjou.info>
5090
5091 * gnus-win.el: Remove dead function gnus-window-configuration-element.
5092 (gnus-all-windows-visible-p): Remove old compatibility code.
5093 (gnus-window-top-edge): Add docstring.
5094
5095 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5096
5097 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5098
5099 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5100 older request-update-info.
5101
5102 * gnus-art.el (article-make-date-line): Limit the length a bit more.
5103
5104 2011-01-28 Daiki Ueno <ueno@unixuser.org>
5105
5106 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5107 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5108
5109 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
5110
5111 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5112 groups. This makes the nndraft:queue group pop up if it's not already
5113 there.
5114
5115 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5116 messages" logic, which was reversed.
5117
5118 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5119 the "same place" even if point is on the line being replaced.
5120 (article-update-date-lapsed): Allow updating both the combined lapsed
5121 and the lapsed headers.
5122 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5123 (article-make-date-line): Limit the number of segments dynamically to
5124 avoid too-long lines.
5125
5126 2011-01-27 Julien Danjou <julien@danjou.info>
5127
5128 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5129 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5130
5131 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
5132
5133 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5134 Use plist-get instead of the cl function getf.
5135
5136 2011-01-27 Glenn Morris <rgm@gnu.org>
5137
5138 * gnus-util.el (float-time): Get rid of compiler warning, again.
5139
5140 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
5141
5142 * shr.el (shr-put-color): Special-case background colors: Do put them
5143 at the blank parts at the front of the lines.
5144
5145 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5146 exit hook to nix out all data on readedness on group exit.
5147
5148 * gnus-util.el (float-time): If float-time is bound, always use it on
5149 all Emacsen. It's unclear why the subrp check was there.
5150 (time-date): Require to make some autoload issues on XEmacs go away.
5151
5152 * shr.el (shr-put-color): Don't do the box padding in tables, since
5153 they're already padded.
5154
5155 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
5156
5157 * gnus-art.el (gnus-article-next-page): When the last line of the
5158 article is displayed, scroll down once more instead of going to the
5159 next article at once.
5160 (article-lapsed-string): Refactor out and allow specifying how many
5161 segments you want.
5162 (gnus-article-setup-buffer): Start updating the lapsed header directly.
5163 (gnus-article-update-lapsed-header): New variable.
5164
5165 * shr.el: Revert change that made headings use different-sized faces.
5166 The Emacs display engine isn't advanced enough that, for instance,
5167 tables can comfortably use differently-sized faces.
5168
5169 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
5170
5171 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5172 used.
5173 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5174 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5175 we're using an encrypted connection.
5176
5177 * proto-stream.el: Alter the interface functions to also return the
5178 actual stream type used: network or TLS.
5179
5180 2011-01-25 Julien Danjou <julien@danjou.info>
5181
5182 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5183 (mm-display-javascript-inline): New function.
5184
5185 * mm-decode.el (mm-inline-media-tests): Add application/javascript
5186 viewing function.
5187
5188 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5189
5190 * shr.el (shr-expand-newlines): Fix variable name.
5191
5192 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
5193
5194 * shr.el (shr-expand-newlines): Make nested boxes work.
5195
5196 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
5197
5198 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5199 backgrounds.
5200 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5201 in a more sensible manner.
5202
5203 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
5204
5205 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5206 if EPG is loaded.
5207
5208 2011-01-24 Julien Danjou <julien@danjou.info>
5209
5210 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5211 tags.
5212
5213 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
5214
5215 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5216 commands.
5217
5218 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5219 in the article buffer.
5220 (gnus-gravatar-insert): Use blank space from the current buffer to
5221 avoid breaking text properties. This makes X-Sent updating work again.
5222
5223 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5224
5225 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
5226
5227 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5228 fix the bug in url-http.el instead.
5229
5230 * shr.el (shr-image-fetched): Ditto.
5231
5232 * shr.el (shr-image-fetched): Avoid having point move in the article
5233 buffer.
5234
5235 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5236 buffer after being called. It's apparently being killed by url.el, and
5237 killing it made point move to end-of-buffer in a random buffer.
5238
5239 * shr.el (shr-image-fetched): Ditto.
5240
5241 2011-01-23 Julien Danjou <julien@danjou.info>
5242
5243 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5244
5245 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5246 text/x-org.
5247
5248 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5249
5250 * gnus-sum.el (gnus-summary-move-article): Protect against backends
5251 (i.e., nnimap) returning nil as the article number.
5252
5253 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5254
5255 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5256 "DelSp" parameter in RFC3676.
5257
5258 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5259
5260 * message.el (message-check-recipients): Display the encoded version of
5261 the bogus address if they differ.
5262
5263 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5264 after sending.
5265
5266 * gnus-agent.el (gnus-agent-send-mail): Ditto.
5267
5268 * gnus-group.el (gnus-group-refresh-group): New convenience function.
5269
5270 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5271 group buffer after sending the queue.
5272
5273 * gnus-agent.el (gnus-agent-send-mail): Ditto.
5274
5275 2011-01-22 Julien Danjou <julien@danjou.info>
5276
5277 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5278
5279 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5280
5281 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5282 nested related parts.
5283
5284 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5285 unexpired articles. This fixes the regression that led expiry marks to
5286 disappear from nnfolder groups.
5287
5288 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
5289
5290 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5291 Don't confuse the "ret" of "retrograde" with RET.
5292
5293 2011-01-21 Julien Danjou <julien@danjou.info>
5294
5295 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5296 than mm-insert-inline.
5297
5298 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
5299
5300 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5301 Widen article buffer.
5302
5303 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5304
5305 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5306 the temp buffer.
5307 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5308
5309 2011-01-20 Julien Danjou <julien@danjou.info>
5310
5311 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5312
5313 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5314 than mm-insert-inline to insert inline part: this respect
5315 mm-inline-media-tests displayers.
5316
5317 * mm-view.el (mm-display-shell-script-inline): New function.
5318
5319 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5320
5321 * mm-uu.el (mm-uu-type-alist): Add org block.
5322 (mm-uu-org-src-code-block-extract): New function.
5323
5324 * mm-view.el (mm-display-org-inline): New function.
5325
5326 * mm-decode.el (mm-automatic-display): Add text/org.
5327
5328 * mailcap.el (mailcap-mime-extensions): Add .org.
5329
5330 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5331
5332 * gnus-art.el (gnus-article-highlight): Remove argument passed to
5333 gnus-article-add-buttons.
5334
5335 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
5336
5337 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5338 From header with a date and "nobody" as the sender.
5339
5340 2011-01-19 Julien Danjou <julien@danjou.info>
5341
5342 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5343 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5344 if you have the same regexp several times.
5345 (gnus-button-push): Fix matching when regexp is symbol.
5346
5347 2011-01-15 Glenn Morris <rgm@gnu.org>
5348
5349 * message.el (message-mail): A compose-mail function should
5350 accept headers as strings.
5351
5352 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
5353
5354 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5355 Add :vert-only tags.
5356 (message-mail): New arg RETURN-ACTION.
5357 (message-return-action): New var.
5358 (message-bury): Use it.
5359 (message-mode): Make it buffer-local.
5360 (message-send-and-exit): Always call message-bury.
5361
5362 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
5363 message-mail.
5364
5365 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5366
5367 * nnimap.el (nnimap-convert-partial-article): Protect against
5368 zero-length body parts.
5369
5370 * mm-decode.el (mm-preferred-alternative-precedence):
5371 Discourage showing empty parts.
5372
5373 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5374 and stuff if the backend didn't return the article number. This fixes
5375 an Exchange-related nnimap bug.
5376
5377 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5378 group window, because it does the wrong thing when a separate frame
5379 displays the group buffer.
5380
5381 * proto-stream.el (open-protocol-stream): Protect against the low-level
5382 transport functions returning nil.
5383
5384 2011-01-07 Daiki Ueno <ueno@unixuser.org>
5385
5386 * mml2015.el (epg-sub-key-fingerprint): Autoload.
5387 (mml2015-epg-find-usable-secret-key): New function.
5388 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5389 mml2015-epg-find-usable-key (Bug#7797).
5390 (mml2015-epg-encrypt): Ditto.
5391
5392 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5393
5394 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5395
5396 2011-01-03 Glenn Morris <rgm@gnu.org>
5397
5398 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5399
5400 * sieve.el (sieve-open-server): Give a more explicit error if
5401 sieve-manage-open returns nil. (Bug#7720)
5402
5403 2011-01-02 Karl Fogel <kfogel@red-bean.com>
5404
5405 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5406
5407 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5408
5409 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5410 This avoids sending passwords in plain text over non-encrypted
5411 channels.
5412
5413 * shr.el (shr-rescale-image): Display all GIF images as animated images.
5414
5415 * nnimap.el (nnimap-login): Refactored out into own function, and
5416 implement CRAM-MD5.
5417 (nnimap-wait-for-line): Refactored out.
5418
5419 * mm-view.el (mml-smime): Require.
5420
5421 2010-12-20 David Engster <deng@eml.cc>
5422
5423 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5424 use EPG to decrypt S/MIME messages instead of openssl.
5425
5426 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5427
5428 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5429
5430 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5431 status is the group clearly is unreachable.
5432
5433 * auth-source.el (auth-source-create): Add the optional second
5434 parameter to `local-variable-p' to be compatible with XEmacs.
5435
5436 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
5437
5438 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5439 work when using a compressed nnml folder.
5440
5441 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5442
5443 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5444 backends after sanitising on entry, because this never makes sense:
5445 If the articles have gone missing, then the data no longer exists on
5446 the backend, and if they haven't, then Gnus is wrong, and shouldn't
5447 overwrite anything anyway.
5448
5449 * shr.el (shr-insert-document): Bind shr-width dynamically to
5450 window-width if it's nil.
5451
5452 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
5453
5454 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5455 with the meaning of using the full emacs window width for rendering.
5456
5457 2010-12-27 Daiki Ueno <ueno@unixuser.org>
5458
5459 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5460 case when sender is not given.
5461
5462 2010-12-23 Julien Danjou <julien@danjou.info>
5463
5464 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5465 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5466 the addresses, otherwise we might misplaced the gravatar.
5467
5468 2010-12-21 Daiki Ueno <ueno@unixuser.org>
5469
5470 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5471 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5472 obsolete in Emacs.
5473
5474 2010-12-20 Julien Danjou <julien@danjou.info>
5475
5476 * gnus-util.el (gnus-rescale-image): Revert last change.
5477
5478 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5479
5480 * gnus-group.el (gnus-group-delete-articles): New command.
5481
5482 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
5483
5484 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5485
5486 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5487
5488 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5489 here, since it's up to the backends to do CRLF removal if their
5490 protocol has it.
5491
5492 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5493
5494 2010-12-17 Julien Danjou <julien@danjou.info>
5495
5496 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5497 they are from file. Can also scale up.
5498
5499 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
5500
5501 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5502 Restore gnus-use-agent.
5503 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5504
5505 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5506
5507 2010-12-17 Julien Danjou <julien@danjou.info>
5508
5509 * gravatar.el (gravatar-retrieve-synchronously): New function.
5510 (gravatar-get-data): Make more robust.
5511
5512 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5513
5514 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5515 to really consider the last line.
5516
5517 2010-12-16 Daiki Ueno <ueno@unixuser.org>
5518
5519 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5520 list of recipient keys, or use symmetric encryption if not a list.
5521 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5522 EPA override, replacing the call to `netrc-store-data'.
5523
5524 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
5525
5526 * gnus-srvr.el: Avoid passing nil regexp argument to
5527 delete-matching-lines.
5528
5529 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5530
5531 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5532 fetching stops when Gnus exits.
5533
5534 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5535 function.
5536 (nnfolder-request-expire-articles): Save all the buffers after doing
5537 expiry.
5538
5539 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5540 the last article", since that led to serious performance regressions
5541 when expiring nnml groups.
5542
5543 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
5544
5545 * nnir.el: Improve customizations.
5546
5547 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5548
5549 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5550
5551 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5552 group has been killed.
5553 (gnus-group-yank-group): Ditto.
5554
5555 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5556
5557 * nnimap.el (nnimap-request-update-group-status): New function.
5558
5559 * gnus-int.el (gnus-request-update-group-status): New interface
5560 function.
5561
5562 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5563 copying read-ness to the backends.
5564
5565 * nnimap.el (nnimap-quirk): New function.
5566 (nnimap-retrieve-group-data-early): Use it.
5567 (nnimap-quirks): New alist.
5568
5569 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
5570
5571 * shr.el (shr-insert): Set shr-start after deleting trailing space;
5572 don't delete it within indentation.
5573
5574 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5575
5576 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5577 previous line.
5578
5579 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5580
5581 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5582 QRESYNC command by deleting a superfluous space which broke Cyrus
5583 servers. This change will break other servers that are buggy the other
5584 way around.
5585
5586 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5587
5588 * spam.el: Reindent and fix long lines.
5589 (spam-copy-or-move-routine): Exclude invalid move destinations.
5590
5591 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
5592
5593 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5594 installed the registry.
5595
5596 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
5597
5598 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5599 groupname doesn't contain "gmane".
5600
5601 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5602
5603 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5604 (gnus-1): Don't create the nndrafts group twice.
5605 (gnus-setup-news): There's no need to read the active file here, since
5606 that's done again later on a per-backend basis.
5607 (gnus-start-draft-setup): Make sure that the new group is started out
5608 empty.
5609
5610 * gnus-agent.el (gnus-agentize): Don't create the queue group
5611 automatically on startup. It'll be created later, if needed.
5612
5613 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5614 of automatically subscribed groups.
5615 (gnus-auto-subscribed-categories): New variable.
5616 (gnus-matches-options-n): Use it.
5617 (gnus-default-subscribed-newsgroups): Remove unused variable.
5618 (gnus-start-draft-setup): Message a bit less.
5619
5620 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
5621
5622 * nnir.el (nnir-run-imap): Return article list in order of increasing
5623 UID.
5624
5625 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5626
5627 * gnus-sum.el (gnus-summary-enter-digest-group):
5628 Mention gnus-auto-select-on-ephemeral-exit.
5629
5630 * proto-stream.el (proto-stream-open-network-only): Fix the calling
5631 convention of the network-only option.
5632
5633 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5634
5635 * proto-stream.el (proto-stream-open-network-only): New function to
5636 have a way to specify non-STARTTLS upgrade connections.
5637
5638 2010-12-10 Julien Danjou <julien@danjou.info>
5639
5640 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5641 email address is nil.
5642
5643 * message.el (message-bogus-recipient-p): Set address to "" if nil.
5644
5645 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
5646
5647 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5648 deletion.
5649 (nnir-run-imap): Only need to parse list once.
5650
5651 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5652
5653 * shr.el (shr-tag-script): Ignore <script>.
5654 (shr-tag-label): Add <label> support.
5655
5656 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
5657
5658 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5659
5660 * shr.el (shr-image-displayer): Work for images lined side by side.
5661
5662 2010-12-08 Robert Pluim <rpluim@gmail.com>
5663
5664 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5665 parameter, since XEmacs doesn't accept t as a parameter.
5666
5667 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
5668
5669 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5670 ids.
5671 (nnir-run-gmane): Simplify groupspec formatting.
5672 (nnir-request-expire-articles): New function.
5673
5674 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5675
5676 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5677 overflow, possibly.
5678
5679 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5680 (shr-render-td): Handle td style="" better.
5681 (shr-tag-table): Use the color from the style sheet.
5682 (shr-render-td): Make sure we copy over all the overlays, too.
5683
5684 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
5685
5686 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5687 (nnir-request-article): Improve article retrieval.
5688
5689 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5690
5691 * mm-util.el (mm-extra-numeric-entities): New variable.
5692
5693 * mm-url.el (mm-url-decode-entities):
5694 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5695
5696 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5697
5698 * message.el: Use completion-at-point.
5699 (message-completion-function): New fun, extracted from message-tab.
5700 (message-mode): Use it for completion-at-point-functions.
5701 (message-tab): Use it and completion-at-point.
5702
5703 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5704
5705 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5706 character if a non-breakable character follows.
5707
5708 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5709
5710 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5711 any stream.
5712
5713 * shr.el (shr-tag-font): Colorize the region.
5714 (shr-tag-body): Ditto.
5715 (shr-tag-font): Actually let the styles be inherited instead of
5716 overwriting them.
5717 (shr-tag-font): Get the background color right.
5718 (shr-tag-style): Ignore all <style> tags for the moment.
5719
5720 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5721 a Message-ID to avoid having nnimap depend on gnus-sum.
5722
5723 * shr.el (shr-descend): Only colorize something if we have a node that
5724 sets colors.
5725
5726 2010-12-06 Julien Danjou <julien@danjou.info>
5727
5728 * shr.el (shr-render-td): Render td content with shr-descend, so style
5729 will be applied to <td> too.
5730 (shr-colorize-region): Colorize region even if we only have a background.
5731 (shr-tag-body): Fix color and background color inheritance.
5732 Do not recolorize after shr-generic.
5733 (shr-tag-font): Let shr-generic colorize via inheritance.
5734
5735 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
5736
5737 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5738
5739 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
5740
5741 * nnir.el (nnir-request-move-article): Remove obsolete code.
5742
5743 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
5744
5745 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5746
5747 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5748
5749 * gnus-sum.el (gnus-summary-respool-article): The completion function
5750 expects a list instead of an alist.
5751
5752 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5753 string as the parameter.
5754
5755 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5756
5757 * shr.el (shr-stylesheet): New dynamic variable for cascading the
5758 styles.
5759 (shr-colorize-region): New function.
5760 (shr-insert-background-overlay): Remove.
5761 (shr-render-td): Background setting should be taken care of on a higher
5762 level.
5763 (shr-tag-body): Use post-hoc colorizations.
5764 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5765 (shr-put-color-1): Don't overwrite old colors.
5766 (shr-colorize-region): When the background color isn't explicit, use
5767 a fixed background.
5768
5769 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5770 nnmail variables.
5771
5772 2010-12-05 Bjørn Mork <bjorn@mork.no>
5773
5774 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5775 unless necessary.
5776
5777 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
5778
5779 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5780 server.
5781
5782 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5783
5784 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5785 so that TAB works.
5786
5787 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5788 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5789
5790 * shr.el (shr-urlify): Show the URL before the title to avoid
5791 misleading URLs.
5792
5793 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
5794
5795 * shr.el (shr-urlify): Display the title in <a> tags.
5796
5797 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
5798
5799 * nnir.el (nnir-categorize): Replace mapcar with mapc.
5800
5801 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
5802
5803 * nnir.el: Rearrange code to allow macros to be autoloaded by
5804 gnus-sum.el.
5805 (nnir-retrieve-headers-override-function): Make this variable
5806 customizable.
5807 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5808
5809 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5810 from nnir.el.
5811
5812 2010-12-03 Julien Danjou <julien@danjou.info>
5813
5814 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5815
5816 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5817
5818 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5819 allow optional argument `environment'.
5820
5821 2010-12-03 Glenn Morris <rgm@gnu.org>
5822
5823 * mm-extern.el (message-goto-body): Update declaration.
5824
5825 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5826
5827 * gnus-util.el (gnus-macroexpand-all): New function.
5828
5829 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5830 instead of macroexpand-all that is unavailable in XEmacs.
5831
5832 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
5833
5834 * nnir.el (nnir-summary-line-format): New variable.
5835 (nnir-mode): Use it.
5836 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5837 (nnir-article-ids): Reimplement as defsubst.
5838 (nnir-retrieve-headers): Don't mangle the subject header.
5839 (nnir-run-imap): Use 100 as RSV score.
5840 (nnir-run-find-grep): Fix for full server searching.
5841 (nnir-run-gmane): Better restriction to gmane groups.
5842
5843 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5844 summary buffers.
5845
5846 2010-12-02 Julien Danjou <julien@danjou.info>
5847
5848 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5849
5850 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5851
5852 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5853 support.
5854
5855 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
5856
5857 * nnir.el: Update to handle the registry better.
5858 (autoload): Silence byte-compiler.
5859 (nnir-open-server): Add a hook for nnir groups.
5860 (nnir-request-move-article): Don't mangle the header. Better to use
5861 formatting variables (which will be added in the future).
5862 (nnir-registry-action): Update the registry using the original article
5863 group name.
5864 (nnir-mode): Install nnir-specific hooks for updating the registry.
5865
5866 * gnus-sum.el
5867 (gnus-article-original-subject,gnus-newsgroup-original-name):
5868 Remove obsolete variables.
5869 (gnus-summary-move-article): Remove use of obsolete variables.
5870 (gnus-summary-local-variables): Make move and delete hooks local to
5871 summary buffers.
5872
5873 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5874
5875 * rtree.el: New file.
5876
5877 2010-12-01 Julien Danjou <julien@danjou.info>
5878
5879 * message.el (message-user-organization): Do not use
5880 gnus-local-organization.
5881
5882 * gnus.el: Remove gnus-local-organization.
5883
5884 * gnus-msg.el: Remove nastygram thing.
5885
5886 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
5887
5888 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5889 funcall.
5890
5891 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
5892
5893 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5894 names.
5895
5896 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5897 characters.
5898
5899 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5900 to t of inhibit-read-only since it is inside gnus-with-article-headers.
5901 Suggested by Štěpán Němec <stepnem@gmail.com>.
5902 (gnus-gravatar-transform-address): Use mail-extract-address-components
5903 that supports non-ASCII names rather than mail-header-parse-addresses.
5904
5905 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5906
5907 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
5908 handled by the network handler.
5909
5910 2010-11-30 Julien Danjou <julien@danjou.info>
5911
5912 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5913 (nnimap-open-connection-1): Fix PREAUTH.
5914
5915 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5916
5917 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
5918
5919 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5920 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5921 (shr-insert): Use them.
5922 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5923
5924 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
5925
5926 * nnir.el (nnir-request-move-article): Bail out if original group
5927 doesn't support article moves.
5928 (nnir-get-active): Improve active list retrieval.
5929
5930 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5931
5932 * shr.el (shr-find-fill-point): Don't break before apostrophes.
5933
5934 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
5935
5936 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5937 seem to accept strings-with-numbers as port numbers.
5938
5939 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
5940
5941 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5942 change the registry.
5943
5944 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
5945
5946 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5947 delete-dups that is not available in XEmacs 21.4.
5948
5949 * mm-util.el (mm-delete-duplicates): Add comment.
5950
5951 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
5952
5953 * nnir.el (nnir-ignored-newsgroups): New variable.
5954 (nnir-get-active): Use it.
5955
5956 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5957
5958 * proto-stream.el (proto-stream-open-network): Add some comments.
5959
5960 * nntp.el (nntp-open-connection): Provide a :success condition.
5961
5962 * nnimap.el (nnimap-open-connection-1): Ditto.
5963
5964 * proto-stream.el (proto-stream-open-network): See what the response to
5965 the STARTTLS command is.
5966
5967 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5968 backwards compatibility).
5969 (nnimap-open-connection-1): Really respect nnimap-server-port.
5970
5971 * proto-stream.el (proto-stream-open-network): When doing opportunistic
5972 TLS upgrades we don't really care about the identity of the peer.
5973 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5974 that what we've checked for.
5975 (proto-stream-always-use-starttls): Only default to t if
5976 open-gnutls-stream exists.
5977 (proto-stream-open-network): If STARTTLS failed, then just open a
5978 normal connection.
5979 (proto-stream-open-network): Wait until the greeting before doing
5980 STARTTLS.
5981
5982 * nntp.el (nntp-open-connection): Report what the connection error is.
5983
5984 * proto-stream.el (open-protocol-stream): Rename from
5985 open-proto-stream.
5986
5987 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5988
5989 * nnimap.el (nnimap-stream): Change default to `undecided'.
5990 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5991 first, and then network.
5992 (nnimap-open-connection-1): Respect nnimap-server-port.
5993 (nnimap-open-connection): Be more backwards-compatible.
5994
5995 * proto-stream.el (proto-stream-always-use-starttls): New variable.
5996 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
5997 (proto-stream-open-starttls): Folded back into the main function.
5998 (proto-stream-open-network): Fix typo in the GnuTLS path.
5999 (proto-stream-command): Refactor out.
6000
6001 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6002
6003 * proto-stream.el (proto-stream-open-starttls): Actually implement the
6004 starttls.el STARTTLS.
6005
6006 * color.el (color-lab->srgb): Fix function call name.
6007
6008 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6009 if we're using tls.el.
6010 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
6011 built in, then don't try to establish a STARTTLS connection.
6012
6013 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6014 servers.
6015
6016 * proto-stream.el (open-proto-stream): Use network, not stream.
6017 (open-proto-stream): Add a way to specify what the end of a command is.
6018
6019 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6020 connections types.
6021 (nntp-open-network-stream): Remove.
6022 (nntp-open-ssl-stream): Remove.
6023 (nntp-open-tls-stream): Remove.
6024 (nntp-ssl-program): Remove.
6025
6026 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6027
6028 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
6029
6030 * nnir.el: Fix typos.
6031 (nnir-retrieve-headers-override-function): Rename variable to reflect
6032 new semantics.
6033 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6034 macros.
6035 (nnir-request-article, nnir-request-move-article): Use them.
6036 (nnir-categorize): New function.
6037 (nnir-run-query): Use it.
6038 (nnir-retrieve-headers): Rewrite to batch header retrieval.
6039 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6040 sorted.
6041 (nnir-group-full-name): Use gnus-group-full-name instead.
6042 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6043 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6044
6045 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6046
6047 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6048
6049 * proto-stream.el: New library to provide protocol-specific
6050 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6051 protocols.
6052 (open-proto-stream): Complete the documentation.
6053 (proto-stream-open-network): Fix some typos.
6054
6055 * nnimap.el (nnimap-open-connection): Use it.
6056
6057 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
6058
6059 * pop3.el (pop3-open-server): Read server greeting before starting TLS
6060 negotiation.
6061
6062 2010-11-26 Julien Danjou <julien@danjou.info>
6063
6064 * color.el: Rename various rgb functions to srgb.
6065
6066 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6067
6068 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6069 names.
6070
6071 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
6072
6073 * shr.el (shr-insert): Revert last change.
6074 (shr-find-fill-point): Never leave point being at bol;
6075 relax the kinsoku limitation when rendering tables.
6076
6077 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6078
6079 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6080 results from -accept-article.
6081
6082 * shr-color.el: Require cl when compiling.
6083
6084 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6085 checkin.
6086
6087 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6088
6089 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6090
6091 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6092 'add and 'delete to set backend marks.
6093
6094 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6095
6096 * nnheader.el (nnheader-update-marks-actions): Refactor out.
6097
6098 * nntp.el (nntp-request-set-mark): Use it.
6099
6100 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6101
6102 * nnml.el (nnml-request-set-mark): Ditto.
6103
6104 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6105 introduces regressions in article selection.
6106 (nnimap-find-uid-response): New function.
6107 (nnimap-request-accept-article): Use the UID returned, if any.
6108 (nnimap-request-move-article): Use the UID returned, if any.
6109 (nnimap-get-groups): Reimplement to work with folded lines.
6110 (nnimap-find-uid-response): The UID is the last element in the list.
6111 (nnimap-request-set-mark): Extend syntax with 'set.
6112
6113 * nnml.el (nnml-request-set-mark): Ditto.
6114
6115 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6116
6117 * nntp.el (nntp-request-set-mark): Ditto.
6118
6119 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6120
6121 * message.el (message-called-interactively-p): A temporary macro.
6122 (message-goto-body): Use it temporarily.
6123
6124 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6125
6126 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6127 (nnimap-last-response-string): Unfold quoted lines, if they exist.
6128 (nnimap-last-response-string): Fix last unfolding fix.
6129
6130 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6131
6132 * shr.el (shr-insert): Fix the way to fold lines.
6133
6134 2010-11-25 Julien Danjou <julien@danjou.info>
6135
6136 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6137
6138 * color.el: Rename from color-lab.el
6139 (color-rgb->hex): Add.
6140 (color-complement): Add.
6141 (color-complement-hex): Add.
6142
6143 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6144
6145 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6146
6147 * shr-color.el (shr-color-visible): Don't bug out if the color names
6148 don't exist.
6149
6150 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6151
6152 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6153 assuming that article displaying or another mml-preview may be
6154 interrupted for an error or for the like.
6155
6156 * shr.el (shr-get-background): Fix argument name.
6157
6158 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6159
6160 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6161
6162 * gnus-sum.el (gnus-summary-include-articles): New function.
6163
6164 * message.el (message-goto-body): called-interactively-p needs a
6165 parameter, so use `any'.
6166
6167 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6168 clear marks before moving, since they're synced from the Gnus side
6169 first.
6170
6171 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6172 (gnus-summary-move-article): Copy over all marks before moving, so that
6173 IMAP doesn't think a new article has arrived.
6174
6175 2010-11-24 Julien Danjou <julien@danjou.info>
6176
6177 * shr.el (shr-insert-background-overlay): Fix typo.
6178 (shr-render-td): Copy the background before rendering.
6179
6180 * shr-color.el (shr-color-visible): Fix docstring.
6181
6182 * shr.el (shr-tag-table): Add bgcolor support.
6183 (shr-render-td): Add bgcolor support.
6184 (shr-get-background): Add.
6185 (shr-insert-foreground-overlay): Use shr-get-background.
6186
6187 * message.el (message-goto-body): Use called-interactively-p.
6188 (message-in-body-p): message-goto-body returns point.
6189
6190 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6191
6192 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
6193 Fixes something or other in Emacs 23, and is backwards compatible.
6194
6195 * message.el (message-goto-body): Remove the <#secure special-casing,
6196 which is too special.
6197
6198 * shr.el (shr-parse-style): Drop !important from styles.
6199
6200 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
6201
6202 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6203 this function to return incorrect results when calling it with an
6204 explicit article argument different from
6205 (gnus-summary-article-number).
6206
6207 2010-11-24 Julien Danjou <julien@danjou.info>
6208
6209 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6210 (shr-tag-body): Add background support.
6211 (shr-descend): Add background support.
6212 (shr-tag-title): Add.
6213
6214 * shr-color.el (shr-color-visible): Really return original background
6215 if fixed.
6216
6217 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6218
6219 * shr.el (shr-color-check): Protect against non-existent color names.
6220
6221 2010-11-24 Julien Danjou <julien@danjou.info>
6222
6223 * color-lab.el: Require 'cl when compiling.
6224
6225 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6226
6227 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6228 matched part.
6229
6230 * color-lab.el: Fix all expt calls to use float type.
6231
6232 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6233
6234 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6235 expression to shr-color-check as is.
6236
6237 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6238
6239 * color-lab.el: Add coding cookie.
6240 (float-pi): Use eval-and-compile.
6241
6242 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6243
6244 * shr.el (shr-insert-color-overlay): Split stuff like
6245 "#444444 !important" to find the real color.
6246 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6247 parse <font color="red"> entries.
6248
6249 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
6250
6251 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
6252 point when parsing headers.
6253
6254 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
6255 is positioned properly when parsing headers.
6256
6257 2010-11-23 Julien Danjou <julien@danjou.info>
6258
6259 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6260
6261 * shr-color.el (shr-color->hexadecimal): Add support for color names.
6262
6263 * shr.el (shr-parse-style): Replace \n with space in style parsing.
6264
6265 * shr-color.el (shr-color-hsl-to-rgb-fractions):
6266 Use shr-color-hue-to-rgb.
6267 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6268
6269 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6270
6271 * shr.el (shr-color->hexadecimal): Autoload.
6272 (shr-descend): Add color to all tags.
6273
6274 2010-11-22 Julien Danjou <julien@danjou.info>
6275
6276 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6277 shr-color->hexadecimal.
6278
6279 * shr-color.el (shr-color->hexadecimal): Add converting functions for
6280 RGB() or HSL() color representation.
6281
6282 * shr.el (shr-tag-font): Add.
6283 (shr-tag-color-check): New function to get better colors.
6284 (shr-tag-insert-color-overlay): Factorize code between tag-font and
6285 tag-span.
6286
6287 * shr-color.el: New file.
6288
6289 * color-lab.el: New file.
6290
6291 * gnus-art.el (gnus-url-mailto): Do not downcase args.
6292
6293 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
6294
6295 * nnir.el: Fix typo in comments.
6296 (nnir-run-imap): Simplify code. No need to reverse artlist.
6297 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6298
6299 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6300
6301 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6302
6303 * nnimap.el (nnimap-get-capabilities): Refactor out.
6304 (nnimap-open-connection): Re-request capabilities after STARTTLS.
6305
6306 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
6307
6308 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6309 appearing when `mm-uu-hide-markers' is nil.
6310
6311 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6312
6313 * nnimap.el (nnimap-unselect-group): Make into its own function.
6314 (nnimap-request-rename-group): Unselect group before renaming.
6315 This had gotten lost somewhere.
6316 (nnimap-request-accept-article): Keep track of examined groups, and
6317 unselect the group before APPENDing to read-only groups.
6318 (nnimap-request-move-article): Clear flags before moving so that they
6319 can be re-set later.
6320
6321 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
6322
6323 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6324 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6325
6326 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
6327
6328 * gnus-art.el (gnus-mime-display-single):
6329 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6330 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6331 parameter.
6332
6333 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6334
6335 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6336 (shr-table-vertical-line): New variable.
6337 (shr-insert-table): Use it.
6338
6339 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
6340
6341 * gnus-html.el (gnus-html-wash-images): Don't display images if
6342 gnus-inhibit-images is non-nil; register displayer for cid images.
6343 (gnus-html-display-image): Work for cid image.
6344 (gnus-html-insert-image): Allow arguments.
6345 (gnus-html-put-image): Inhibit read-only.
6346 (gnus-html-prefetch-images): Don't prefetch images if
6347 gnus-inhibit-images is non-nil.
6348
6349 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6350
6351 * shr.el (shr-put-image): Break lines when inserting big pictures.
6352
6353 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
6354
6355 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6356 sender, thanks Katsumi Yamaoka.
6357
6358 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
6359
6360 * nnir.el (nnir-run-imap): Reverse the article list for each group
6361 rather than the whole list.
6362
6363 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6364
6365 * shr.el (shr-image-displayer): Protect function against non-existent
6366 image source.
6367
6368 * gnus-art.el (gnus-inhibit-images): New user option.
6369 (gnus-mime-display-single): Don't display image if it is non-nil.
6370
6371 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6372 gnus-inhibit-images.
6373
6374 * shr.el (shr-image-displayer): New function.
6375 (shr-tag-img): Use it.
6376
6377 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
6378
6379 * mml2015.el (mml2015-epg-sign): Use From header.
6380
6381 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6382
6383 * gnus-html.el (gnus-html-wash-images): Register a displayer.
6384
6385 * gnus-util.el (gnus-find-text-property-region): Return markers.
6386
6387 * shr.el (shr-tag-img): Put a displayer in the text property.
6388
6389 * gnus-util.el (gnus-find-text-property-region): New utility function.
6390
6391 * gnus-html.el (gnus-html-display-image): Make the alt optional.
6392 (gnus-html-show-images): Remove.
6393
6394 * gnus-art.el (gnus-article-show-images): New, more general function.
6395
6396 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6397 image url text properties.
6398
6399 * shr.el: Ditto.
6400
6401 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6402 gnus-agent-auto-agentize-methods is set. Which it isn't.
6403
6404 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6405
6406 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6407 work for two or more articles.
6408
6409 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
6410
6411 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6412 divide an image that's in an html article to two or more when washing
6413 non-ASCII characters in alt text of it.
6414
6415 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6416
6417 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6418 smime-decrypt-region using function argument.
6419 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6420
6421 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6422
6423 * smime.el (smime-decrypt-region): Catch it.
6424
6425 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6426
6427 * smime.el (smime-mode-map): Move initialization into declaration.
6428 (gnus-run-mode-hooks): Don't autoload.
6429 (smime-mode): Use define-derived-mode.
6430
6431 2010-11-11 Glenn Morris <rgm@gnu.org>
6432
6433 * smime.el (from): Restrict declaration to XEmacs.
6434
6435 * nnir.el (gnus-group-topic-name): Autoload.
6436
6437 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6438
6439 * shr.el (shr-insert): Don't break long line if it is because of
6440 kinsoku-bol characters in the line end.
6441
6442 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
6443
6444 * nnir.el (nnir-request-move-article): Fix to provide original group
6445 and subject.
6446 (nnir-warp-to-article): Don't fail on articles whose headers haven't
6447 been retrieved.
6448
6449 * gnus-sum.el (gnus-summary-move-article): Use original group and
6450 subject for virtual articles such as those in an nnir summary buffer.
6451
6452 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6453
6454 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6455 least 21.5).
6456
6457 * smime.el (from): Declare it again for XEmacs.
6458
6459 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6460
6461 * message.el (message-resend): Don't disable encoding unless it's
6462 already encoded.
6463
6464 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6465 low-numbered articles.
6466
6467 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
6468
6469 * rfc2047.el (rfc2047-syntax-table): Simplify.
6470
6471 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6472 set-char-table-range for XEmacs.
6473
6474 2010-11-10 Glenn Morris <rgm@gnu.org>
6475
6476 * smime.el (from): Remove unused declaration.
6477
6478 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6479 (gnus-float-time): On Emacs, always an alias.
6480
6481 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6482 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6483
6484 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
6485
6486 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6487
6488 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6489
6490 * shr.el (browse-url-mailto): Autoload.
6491
6492 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6493
6494 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6495 regexp doesn't need quoting.
6496
6497 2010-11-09 Sven Joachim <svenjoac@gmx.de>
6498
6499 * message.el (message-subject-trailing-was-ask-regexp)
6500 (message-subject-trailing-was-regexp): Match was: in addition to was.
6501
6502 2010-11-09 Glenn Morris <rgm@gnu.org>
6503
6504 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6505 (nnbabyl-check-mbox): Use point-at-bol.
6506
6507 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6508
6509 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6510
6511 * message.el (message-mailto): New function.
6512 (message-mailto): Should accept other parameters.
6513 (message-mailto): Remove since it duplicates browse-url-mailto
6514 functionality.
6515
6516 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6517
6518 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6519 methods.
6520 (gnus-read-active-file): Ditto.
6521
6522 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6523 ": " from the prompt.
6524 (gnus-group-make-group): Ditto.
6525
6526 2010-11-07 Glenn Morris <rgm@gnu.org>
6527
6528 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6529 (gnus-bookmark-kill-line): Use point-at-eol.
6530
6531 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
6532
6533 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6534 asterisks in From header.
6535
6536 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6537
6538 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6539 string to avoid making the From headers syntactically invalid.
6540
6541 * message.el (message-send-mail): Don't insert courtesy messages if the
6542 message already has List-Post and List-ID messages.
6543
6544 2010-11-06 Glenn Morris <rgm@gnu.org>
6545
6546 * gnus-art.el (gnus-treat-article): Give dynamic local variables
6547 `condition', `type', `length' a prefix.
6548 (gnus-treat-predicate): Update for above name changes.
6549
6550 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
6551
6552 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6553 binding. Handled by `gnus-summary-refer-thread' instead.
6554 (nnir-warp-to-article): New backend function.
6555
6556 * nnimap.el (nnimap-request-thread): Force dependency updating.
6557
6558 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6559 (gnus-summary-refer-thread): Rework to improve thread-referral.
6560
6561 * gnus-int.el (gnus-warp-to-article): New function.
6562
6563 * gnus-sum.el (gnus-summary-article-map): Bind it.
6564
6565 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
6566
6567 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6568 gnus-summary-refer-thread.
6569
6570 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6571 headers.
6572 (gnus-summary-limit-include-thread): Prevent articles in thread from
6573 being cut in gnus-cut-threads.
6574 (gnus-summary-refer-thread): Limit retrieved headers to those in
6575 thread.
6576
6577 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6578
6579 * message.el (message-send-mail): Use the value of
6580 message-courtesy-message from the message buffer.
6581
6582 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6583
6584 * shr.el (shr-browse-url): Implement mailto: URLs.
6585
6586 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6587 "raw".
6588
6589 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6590 if it's already selected.
6591
6592 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6593
6594 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
6595
6596 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6597 to measure the length and truncate alt text.
6598
6599 2010-11-03 Glenn Morris <rgm@gnu.org>
6600
6601 * nndiary.el (nndiary-generate-nov-databases-1)
6602 (nndiary-generate-active-info): Rename dynamic variable `files' to
6603 something less generic.
6604
6605 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
6606
6607 * nnir.el (nnir-request-move-article): Call the underlying backend to
6608 move articles from nnir.
6609
6610 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6611
6612 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6613
6614 2010-11-02 Julien Danjou <julien@danjou.info>
6615
6616 * nnir.el: Remove wais support.
6617
6618 2010-11-02 Glenn Morris <rgm@gnu.org>
6619
6620 * gnus-html.el: Reorder requirements to quieten compiler.
6621
6622 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
6623
6624 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6625 properly for XEmacs as well.
6626 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6627 (gnus-article-natural-long-line-p): Use window-width rather than
6628 frame-width.
6629
6630 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
6631
6632 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
6633 (nnir-read-parms): Don't modify query.
6634 (nnir-run-query): Add ability to search topic on current line.
6635 (nnir-get-active): Clean up.
6636
6637 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6638
6639 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6640 degenerate articles.
6641
6642 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6643 (gnus-print-buffer): Just print the buffer as is, without any copying
6644 to a buffer and then re-highlighting.
6645
6646 * nnimap.el (nnimap-request-group): Store the new updated info.
6647 (nnimap-request-group): Select the group when we don't know whether it
6648 exists or not.
6649
6650 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6651 groups.
6652
6653 * gnus-group.el (gnus-group-find-new-groups): Display all the new
6654 groups.
6655
6656 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6657 groups.
6658
6659 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6660 long-lines case by only filling the long lines.
6661
6662 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6663 (bug #7311).
6664
6665 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6666
6667 * shr.el: No need to declare `declare-function' since shr.el is for
6668 only Emacsen that provide `libxml-parse-html-region'.
6669
6670 2010-11-01 Glenn Morris <rgm@gnu.org>
6671
6672 * mm-util.el (gnus-completing-read): Autoload.
6673 (mm-read-coding-system): Simplify Emacs definition.
6674
6675 * nnmail.el (gnus-activate-group):
6676 * nnimap.el (gnutls-negotiate):
6677 * nntp.el (netrc-parse): Fix declarations.
6678
6679 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6680
6681 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6682 string-match-p in Emacs >=23.
6683
6684 * gnus-msg.el (gnus-configure-posting-styles):
6685 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6686
6687 2010-11-01 Glenn Morris <rgm@gnu.org>
6688
6689 * nnir.el (declare-function): Add compat stub.
6690 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6691 (nnir-run-gmane): Require 'mm-url.
6692
6693 * mm-util.el (mm-string-to-multibyte): Simplify.
6694
6695 * shr.el (declare-function): Add compat stub.
6696 (url-cache-create-filename): Declare.
6697 (mm-disable-multibyte, widget-convert-button): Autoload.
6698
6699 * smime.el (ldap-search): Declare.
6700 (smime-cert-by-ldap-1): Require ldap on Emacs.
6701
6702 * nnimap.el: Require nnmail, and gnus-sum when compiling.
6703 (nnimap-keepalive): Use gnus-float-time.
6704
6705 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6706 (mail-source-delete-crash-box): Use gnus-float-time.
6707
6708 * gnus-dired.el (gnus-completing-read): Autoload.
6709
6710 * mm-view.el (gnus-rescale-image): Autoload.
6711
6712 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6713
6714 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6715
6716 * sieve-manage.el: Require 'cl when compiling.
6717
6718 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6719 (gnus-iswitchb-completing-read): Require iswitchb.
6720 (gnus-select-frame-set-input-focus): Silence compiler.
6721
6722 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6723
6724 * message.el (message-subject-trailing-was-query): Change default to t,
6725 since I think that's what most people want.
6726
6727 * nnimap.el (nnimap-request-accept-article): Erase buffer before
6728 appending for easier debugging.
6729 (nnimap-wait-for-connection): Take a regexp.
6730 (nnimap-request-accept-article): Wait for the continuation line before
6731 sending anything unless we're streaming.
6732
6733 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6734 leave the header washing to take place.
6735
6736 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
6737
6738 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6739 regular expression match and replace in posting styles.
6740
6741 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
6742
6743 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6744 an entire server.
6745 (nnir-get-active): New function.
6746 (nnir-run-imap): Use it.
6747 (nnir-run-gmane): Who knew, gmane search returns an article score!
6748
6749 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6750 server on the current line with nnir.
6751
6752 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6753
6754 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6755 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6756 left edge.
6757 (gnus-article-foldable-buffer): Skip past the prefix when determining
6758 raggedness.
6759
6760 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6761 the raw article, and change `C-u g' to show the article without doing
6762 treatments.
6763
6764 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6765 on to `gnus-treat-article'.
6766 (gnus-inhibit-article-treatments): New variable.
6767
6768 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6769
6770 * gnus-art.el (gnus-treatment-function-alist): Have
6771 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6772 (gnus-treat-fill-long-lines): Change default to fill all text/plain
6773 sections.
6774
6775 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6776 parameter.
6777 (gnus-article-fill-cited-long-lines): New function.
6778 (gnus-article-fill-cited-article): Allow filling only long sections.
6779
6780 * shr.el (shr-find-fill-point): Don't break lines between punctuation
6781 and non-punctuation (like after the apostrophe in "'We").
6782
6783 * gnus-sum.el (gnus-summary-select-article): Make sure
6784 gnus-original-article-buffer is alive.
6785
6786 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6787 reflect the order they are in the digest.
6788
6789 * gnus.el (gnus-group-startup-message): Move point to the start of the
6790 buffer.
6791
6792 * nnimap.el (nnimap-capability): New function.
6793 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6794 is set.
6795
6796 2010-10-31 David Engster <dengste@eml.cc>
6797
6798 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6799 conform with changes to gnus-completing-read.
6800
6801 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6802
6803 * shr.el (shr-tag-img): Output "*" instead of "[img]".
6804
6805 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
6806
6807 * nnir.el: Move defvar, defcustom around to keep file organized
6808 and keep byte-compiler quiet.
6809 (nnir-read-parms): Accept search-engine as arg.
6810 (nnir-run-query): Pass search-engine as arg.
6811 (nnir-search-engine): Remove.
6812
6813 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6814
6815 * shr.el (shr-generic): The text nodes should be text, not :text.
6816
6817 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6818 later in the file.
6819
6820 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
6821
6822 * nnir.el: General clean up. Allow searching with multiple engines.
6823 Allow separate extra-parameters for each engine.
6824 Batch queries when possible.
6825 (nnir-imap-default-search-key,nnir-method-default-engines):
6826 Add customize interface.
6827 (nnir-run-gmane): New engine.
6828 (nnir-engines): Use it. Qualify all prompts with engine name.
6829 (nnir-search-engine): Remove global variable.
6830 (nnir-run-hyrex): Restore for now.
6831 (nnir-extra-parms,nnir-search-history): New variables.
6832 (gnus-group-make-nnir-group): Use them.
6833 (nnir-group-server): Remove in favor of gnus-group-server.
6834 (nnir-request-group): Avoid searching twice.
6835 (nnir-sort-groups-by-server): New function.
6836
6837 2010-10-30 Julien Danjou <julien@danjou.info>
6838
6839 * gnus-group.el: Remove gnus-group-fetch-control.
6840
6841 * gnus-start.el (gnus-find-new-newsgroups):
6842 Remove gnus-check-first-time-used.
6843
6844 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6845
6846 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
6847
6848 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6849 set on groups that don't have \* permanentflags.
6850
6851 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6852
6853 * shr.el (shr-tag-span): Drop colorization of regions since we don't
6854 control the background color.
6855 (shr-tag-img): Ignore very small web bug type images.
6856 (shr-put-image): Add help-echo alt texts to the images.
6857 (shr-tag-video): Show the video poster image.
6858
6859 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6860
6861 * shr.el (shr-table-depth): New variable.
6862 (shr-tag-table-1): Only insert the images after the top-level table.
6863
6864 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6865
6866 * gnus-util.el (gnus-list-memq-of-list): New function.
6867
6868 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6869 selected.
6870 (nnimap-unsplittable-articles): New slot.
6871 (nnimap-new-articles): Use it.
6872
6873 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
6874
6875 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6876 move to the previous line on `M-g'.
6877
6878 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6879
6880 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6881 *-request-group, which seems unnecessary.
6882
6883 * nnimap.el (nnimap-quote-specials): Function copied over from
6884 imap.el.
6885 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6886 they support that. Suggested by Tom Regner.
6887
6888 2010-10-29 Julien Danjou <julien@danjou.info>
6889
6890 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6891 defalias.
6892 (gnus-summary-delete-marked-with): Remove obsolete defalias.
6893
6894 * gnus.el: Remove `gnus-nntp-service' variable.
6895 (gnus-secondary-servers): Make obsolete.
6896 (gnus-nntp-server): Make obsolete.
6897
6898 * gnus-start.el (gnus-1): Remove x-splash calls.
6899
6900 * gnus-ems.el (gnus-x-splash): Remove.
6901
6902 * gnus.el (gnus-group-startup-message): Simplify/update code.
6903
6904 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6905 capability before doing anything.
6906 (gnus-group-insert-group-line): Remove useless
6907 gnus-group-remove-excess-properties.
6908
6909 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
6910
6911 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6912
6913 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6914
6915 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6916 config after reselecting.
6917
6918 2010-10-28 Julien Danjou <julien@danjou.info>
6919
6920 * shr.el (shr-put-image): Use point even if only inserting text.
6921 (shr-put-image): Save excursion when inserting alt text on non-graphic
6922 display, so the behavior is the same when we are on a graphic display.
6923
6924 * nnir.el (nnir-run-swish-e): Remove hyrex support.
6925
6926 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6927
6928 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6929 (gnus-mime-copy-part): Check coding system, not charset.
6930 (gnus-mime-view-part-externally): Never remove part.
6931 (gnus-mime-view-part-internally): Don't remove part here.
6932 (gnus-article-part-wrapper): Make sure MIME tag is visible.
6933 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6934 multipart/alternative.
6935
6936 * mm-decode.el (mm-display-part): Take optional arg `force'.
6937
6938 2010-10-26 Julien Danjou <julien@danjou.info>
6939
6940 * gnus-group.el (gnus-group-default-list-level): Add this function to
6941 compute the default list level.
6942 (gnus-group-default-list-level): Add possibility to use a function.
6943
6944 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
6945
6946 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6947
6948 * gnus-group.el (gnus-group-completing-read)
6949 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6950 gnus-replace-in-string.
6951
6952 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6953
6954 * shr.el (shr-tag-div): Add.
6955
6956 2010-10-25 Julien Danjou <julien@danjou.info>
6957
6958 * gnus-util.el: Remove `gnus-with-local-quit'.
6959
6960 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6961
6962 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6963
6964 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6965 the original article buffer.
6966
6967 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6968
6969 * nnimap.el (nnimap-request-head): New function.
6970 (nnimap-request-move-article): Try to be slightly faster by not
6971 requesting the entire message when moving.
6972 (nnimap-transform-headers): Don't bug out on bodiless articles.
6973 (nnimap-send-command): Have no outstanding messages if the IMAP server
6974 doesn't support streaming.
6975 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6976
6977 2010-10-24 Julien Danjou <julien@danjou.info>
6978
6979 * message.el (message-default-headers): Fix type.
6980
6981 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6982
6983 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6984 prefetching images.
6985
6986 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6987 backend for unknown groups. This is mainly useful for nnimap groups.
6988
6989 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6990 group isn't covered by the agent.
6991
6992 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
6993
6994 * nnir.el (nnir-method-default-engines): New variable.
6995 (nnir-run-query): Use it.
6996 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6997 (gnus-summary-nnir-goto-thread): Change group if needed.
6998
6999 * gnus-group.el (gnus-group-group-map): Add key binding for
7000 gnus-group-make-nnir-group.
7001
7002 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7003
7004 * shr.el (shr-tag-object): Add.
7005
7006 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7007 original article buffer live.
7008 (gnus-summary-select-article-buffer):
7009 Mention gnus-widen-article-buffer.
7010
7011 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7012
7013 * shr.el (shr-tag-strong): Add.
7014
7015 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7016
7017 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7018 group names. They mess up the group buffer badly.
7019
7020 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7021
7022 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7023 instead of the summary one.
7024
7025 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
7026
7027 * mml.el (mml-preview): Work properly when editing article.
7028
7029 * gnus-start.el (gnus-read-active-file-1): Don't add method to
7030 gnus-have-read-active-file if it's already been in.
7031
7032 2010-10-22 Tom Tromey <tromey@redhat.com>
7033
7034 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7035 gnus-group-completing-read.
7036
7037 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7038
7039 * message.el (message-mode-map): Don't bind M-; to comment region, to
7040 allow the global comment-dwim to work.
7041
7042 2010-10-21 Julien Danjou <julien@danjou.info>
7043
7044 * message.el (message-setup-1): Allow message-default-headers to be a
7045 function.
7046
7047 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7048
7049 * shr.el (shr-tag-table): Simplify.
7050
7051 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7052
7053 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7054 to avoid trying to snarf invalid stuff.
7055
7056 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7057
7058 * gnus.el (gnus-message-archive-group): Quote value.
7059 (gnus-message-archive-group): Mark as changed.
7060
7061 * shr.el (shr-add-font): Don't put the font properties on the newline
7062 or the indentation.
7063
7064 * message.el (message-fix-before-sending): Change options when sending
7065 non-printable characters.
7066
7067 * gnus.el (gnus-message-archive-method): Change the default to
7068 monthly outgoing groups.
7069
7070 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7071 that have gotten new numbers.
7072
7073 * nnimap.el (nnimap-request-replace-article): New function.
7074
7075 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7076
7077 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7078 (nnrss-request-article): Don't use special html washing code.
7079
7080 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7081
7082 * shr.el (shr-tag-table): Remove useless nconc.
7083
7084 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7085
7086 * gnus-art.el (article-wash-html): Simplify and remove the charset
7087 stuff. Use the normal html rendering code instead of the special html
7088 washing code.
7089
7090 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7091 `gnus-w3m' symbols.
7092 (mm-text-html-washer-alist): Remove.
7093
7094 * mm-decode.el (mm-inline-text-html-renderer): Remove.
7095 (mm-inline-media-tests): Remove use.
7096 (mm-text-html-renderer): Change default to the `shr' symbol.
7097
7098 * mm-view.el (mm-inline-text-html): Remove use.
7099
7100 * gnus-art.el (gnus-blocked-images): New function. Allow the
7101 `gnus-blocked-images' to be a function.
7102 (gnus-article-wash-function): Remove.
7103
7104 2010-10-20 Julien Danjou <julien@danjou.info>
7105
7106 * spam.el (spam-list-of-processors): Mark as obsolete.
7107
7108 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7109 (nnimap-insert-partial-structure): Fix boundary detection.
7110
7111 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
7112
7113 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7114 run file-truename on remote files. This can be expensive and even
7115 prevent one from editing drafts if some unrelated buffer has a stale
7116 connection.
7117
7118 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7119
7120 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7121 kinsoku-eol regardless of shr-kinsoku-shorten.
7122 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7123 (shr-tag-table): Support caption, thead, and tfoot.
7124
7125 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7126
7127 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7128 lines.
7129 (shr-save-contents): New command and keystroke.
7130
7131 * nndoc.el (nndoc-type-alist): Add git support.
7132 (nndoc-git-type-p): New function.
7133 (nndoc-transform-git-article): Ditto.
7134 (nndoc-transform-git-headers): Ditto.
7135 (nndoc-transform-git-headers): Generate Subject headers.
7136
7137 * shr.el (shr-parse-style): New function.
7138 (shr-tag-span): Ditto.
7139
7140 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7141 to `G G' to avoid collisions.
7142
7143 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7144
7145 * shr.el: Load kinsoku if necessary.
7146 (shr-kinsoku-shorten): New internal variable.
7147 (shr-find-fill-point): Make kinsoku shorten text line if
7148 shr-kinsoku-shorten is bound to non-nil.
7149 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7150 shr-indentation too when testing if table is wider than frame width.
7151 (shr-insert-table): Use `string-width' instead of `length' to measure
7152 text width.
7153 (shr-insert-table-ruler): Make sure indentation is done at bol.
7154
7155 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7156
7157 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7158 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7159 undecoded network data.
7160
7161 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7162
7163 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7164 name in the mode line spec so that the mode line menu works
7165 (bug #2431).
7166
7167 * message.el (message-get-reply-headers): If we're fed `to-address',
7168 then always use that.
7169
7170 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7171 aren't so wide as to need to switch off the edit menu.
7172
7173 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7174 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7175
7176 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7177 `M-g'.
7178 (nnimap-update-info): Update flags/read marks even if \* isn't part of
7179 the permanent marks.
7180
7181 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
7182
7183 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7184 Splitting according to references/in-reply-to obeys the ignore-groups
7185 variable, while splitting by sender and subject do not.
7186
7187 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7188
7189 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7190 alist, so that we can look for non-Unicode chars.
7191 (article-translate-strings): Allow both character and string maps.
7192
7193 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
7194
7195 * shr.el (shr-insert): Don't insert space behind a wide character
7196 categorized as kinsoku-bol, or between characters both categorized as
7197 nospace.
7198
7199 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
7200
7201 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
7202 headers to gnus-newsgroup-headers.
7203
7204 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7205
7206 * shr.el (shr-tag-img): Don't align images -- since we're not
7207 rescaling, this often leads to ugly displays.
7208
7209 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
7210
7211 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7212 duplicates.
7213
7214 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7215
7216 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7217 call.
7218
7219 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7220
7221 * gnus.el: Autoload gnus-html-show-images.
7222
7223 * nnimap.el: Use nnheader-message throughout.
7224
7225 * shr.el (shr-tag-img): Ignore images with no data.
7226
7227 2010-10-15 Julien Danjou <julien@danjou.info>
7228
7229 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7230 a possibility to disable format=flow encoding when using hard newlines.
7231
7232 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7233
7234 * shr.el (shr-insert): Remove space inserted before or after a
7235 breakable character or at the beginning or the end of a line.
7236 (shr-find-fill-point): Do kinsoku; find the second best point or give
7237 it up if there's no breakable point.
7238
7239 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7240
7241 * nnimap.el (nnimap-open-connection): Message when opening connection
7242 for debugging purposes.
7243
7244 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7245 on every setup buffer call to allow this to change from article to
7246 article.
7247
7248 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7249 buffers where we have a wide table.
7250
7251 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
7252
7253 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7254 uses *-request-thread.
7255
7256 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7257
7258 * nnimap.el (nnimap-open-connection): Remove %s from openssl
7259 incantation, which is no longer valid.
7260
7261 2010-10-14 Julien Danjou <julien@danjou.info>
7262
7263 * shr.el: Fix defcustom type (char -> character).
7264
7265 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7266
7267 * nnimap.el (nnimap-open-connection): tls-program should be a list of
7268 programs.
7269
7270 2010-10-14 Julien Danjou <julien@danjou.info>
7271
7272 * shr.el (shr-tag-a): Use url-link as widget type.
7273
7274 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7275 `gnus-group-get-icon'.
7276
7277 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7278
7279 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7280 This should make server editing work better.
7281
7282 * shr.el (shr-find-fill-point): Don't inloop on indented text.
7283
7284 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7285 (nnimap-parse-flags): Fix regexp.
7286
7287 * shr.el (shr-find-fill-point): Use a filling algorithm that should
7288 probably work for CJVK text, too.
7289
7290 * nnimap.el (nnimap-extend-tls-programs): Remove.
7291 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7292
7293 2010-10-13 Julien Danjou <julien@danjou.info>
7294
7295 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7296 responses.
7297
7298 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7299
7300 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7301
7302 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7303 anything in Emacs.
7304
7305 * shr.el (shr-current-column): Remove buggy and unnecessary function.
7306
7307 2010-10-13 Julien Danjou <julien@danjou.info>
7308
7309 * shr.el (shr-width): Make shr-width a defcustom with default to
7310 fill-column.
7311 (shr-tag-img): Use shr-width rather than fill-column.
7312
7313 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7314
7315 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7316
7317 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7318 position when (X-)Faces exist.
7319 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7320 avatars when called interactively.
7321
7322 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7323
7324 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7325 gnus-article-x-face-too-ugly is bound.
7326
7327 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7328
7329 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7330
7331 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7332 mailbox that doesn't exist.
7333
7334 2010-10-12 Julien Danjou <julien@danjou.info>
7335
7336 * shr.el (shr-tag-img): Encode URL properly when retrieving.
7337 (shr-get-image-data): Encode URL properly when fetching from cache.
7338 (shr-tag-img): Use aligned-to spaces to align correctly images.
7339
7340 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7341 before inserting the Gravatar.
7342
7343 * shr.el (shr-tag-img): Add align attribute support for <img>.
7344
7345 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7346
7347 * gnus-gravatar.el (gnus-art): Require.
7348
7349 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7350 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7351 Remove long obsoleted functions.
7352
7353 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7354
7355 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7356
7357 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7358 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7359 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
7360 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
7361 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
7362 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
7363 Fix comment for declare-function.
7364
7365 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7366
7367 * nnimap.el (nnimap-request-rename-group): Select group read-only
7368 before renaming it.
7369
7370 * shr.el (shr-insert): Fix up the white space only regexp.
7371
7372 * nnimap.el (nnimap-transform-split-mail): Not all articles have
7373 bodies. Protect against this. Reported by Michael Welsh Duggan.
7374
7375 * shr.el (shr-current-column): New function.
7376 (shr-find-fill-point): New function.
7377
7378 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
7379
7380 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7381 numbers.
7382
7383 2010-10-11 Julien Danjou <julien@danjou.info>
7384
7385 * shr.el (shr-hr-line): Add.
7386 (shr-tag-hr): Use shr-hr-line to specify which character to use to
7387 display hr lines.
7388 (shr-max-columns): Do not change state to nil if we just inserting
7389 spaces.
7390
7391 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7392
7393 * gnus-topic.el (gnus-topic-read-group): If after the last group,
7394 select the last group.
7395
7396 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
7397
7398 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7399
7400 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7401
7402 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7403 for Gnus.
7404 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7405 (nnimap-update-qresync-info): Mark \Seen articles as read.
7406
7407 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7408 non-variable, too.
7409
7410 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
7411 available.
7412 (nnimap-update-info): Rely more on the current active than the param
7413 active to avoid marking articles as read too much.
7414
7415 * auth-source.el (auth-source-create): Use (user-login-name) for the
7416 user name default.
7417
7418 * nnimap.el (nnimap-update-info): If the server doesn't return any
7419 useful info, just use the previous info.
7420 (nnimap-update-info): Prefer old info over start-article.
7421 (nnimap-update-qresync-info): Finish implementing QRESYNC.
7422
7423 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
7424
7425 * nnir.el (autoload): Clean up autoloads.
7426 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7427 Use key rather than value.
7428 (nnir-imap-search-other): New variable.
7429 (nnir-read-parm): Use it.
7430 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7431 (gnus-summary-nnir-goto-thread): Modify to work with imap.
7432
7433 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7434
7435 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7436 the process, too.
7437
7438 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7439
7440 * spam.el (gnus-summary-mode-map): Bind to "$".
7441 Suggested by Russ Allbery.
7442
7443 * shr.el: Rework the way things are indented by <li> slightly.
7444
7445 * gnus.el (gnus-group-set-parameter): Fix typo.
7446
7447 * nnimap.el: Start implementing QRESYNC support.
7448
7449 2010-10-09 Julien Danjou <julien@danjou.info>
7450
7451 * nnir.el (nnir-engines): Fix too many arguments.
7452
7453 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7454
7455 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7456 group is the "last", so that the backends like nnfolder actually save
7457 their folders.
7458
7459 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
7460 try to use that for the TLS stream.
7461 (nnimap-retrieve-group-data-early): Rework the marks code to heed
7462 UIDVALIDITY and find out which groups are read-only and not.
7463 (nnimap-get-flags): Use the same marks parsing code as the rest of
7464 nnimap.
7465
7466 2010-10-09 Julien Danjou <julien@danjou.info>
7467
7468 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7469
7470 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7471 retrieving gravatars.
7472
7473 * shr.el (shr-table-corner): Add.
7474 (shr-table-line): Add.
7475 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7476
7477 2010-10-08 Julien Danjou <julien@danjou.info>
7478
7479 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7480
7481 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
7482
7483 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7484
7485 * gnus-sum.el (gnus-mark-article-as-unread)
7486 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7487 (gnus-summary-set-bookmark): Use it.
7488
7489 * gnus-msg.el (gnus-setup-message): Use it.
7490
7491 * gnus-demon.el (gnus-demon-remove-handler): Use it.
7492
7493 * gnus.el (gnus-group-remove-parameter): Use it.
7494
7495 * gnus-group.el (gnus-group-make-web-group): Use it.
7496
7497 * gnus-demon.el (gnus-demon-remove-handler): Use it.
7498
7499 * nnregistry.el: Update docs to mention manual.
7500
7501 * gnus-registry.el: Update docs to mention nnregistry.el.
7502 (gnus-registry-initialize): Don't install nnregistry refer method
7503 automatically.
7504 (gnus-registry-install-nnregistry): Remove it.
7505
7506 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7507
7508 * shr.el (shr-insert): Don't insert double spaces.
7509
7510 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
7511
7512 * gnus-gravatar.el (gnus-treat-from-gravatar)
7513 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7514 called interactively.
7515
7516 * gnus-art.el (gnus-mime-view-part-externally)
7517 (gnus-mime-view-part-internally): Make predicate function passed to
7518 gnus-mime-view-part-as-type assume argument is a mime type, not a list
7519 of a mime type.
7520
7521 * shr.el (shr-table-widths): Don't use cl function `reduce'.
7522
7523 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7524
7525 * shr.el (require): Require cl when compiling.
7526 (shr-tag-hr): New function.
7527
7528 * nnimap.el (nnimap-update-info): Remove double setting of high.
7529 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7530 This makes nnimap work properly on Courier again.
7531
7532 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7533 the variable for backwards compatibility.
7534
7535 * mm-decode.el (mm-save-part): If given a non-directory result, expand
7536 the file name before using to avoid setting mm-default-directory to
7537 nil.
7538
7539 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7540 bidning gnus-agent variables.
7541
7542 * shr.el (shr-render-td): Use a cache for the table rendering function
7543 to avoid getting an exponential rendering behavior in nested tables.
7544 (shr-insert): Rework the line-breaking algorithm.
7545 (shr-insert): Don't leave trailing spaces.
7546 (shr-insert-table): Also insert empty TDs.
7547 (shr-tag-blockquote): Ensure paragraphs after </ul>.
7548
7549 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7550
7551 * gnus-sum.el (gnus-number): Rename from `number'.
7552 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7553 (gnus-summary-limit-children): Update uses correspondingly.
7554
7555 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7556
7557 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7558 (gnus-gravatar-transform-address): Don't show avatars of people of
7559 which mail addresses match gnus-gravatar-too-ugly.
7560
7561 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7562
7563 * shr.el (shr-table-widths): Expand TD elements to fill available
7564 space.
7565
7566 2010-10-07 Julien Danjou <julien@danjou.info>
7567
7568 * nnimap.el (nnimap-request-rename-group): Add this method.
7569
7570 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7571
7572 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7573 name from XEmacs' function-arglist.
7574
7575 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7576 gravatar under XEmacs.
7577
7578 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
7579
7580 * auth-source.el: Update docs with TODO items.
7581
7582 * gnus-sync.el: Update docs to explain state and plans.
7583
7584 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7585 Hooks for mark updates.
7586 (gnus-request-set-mark, gnus-request-update-mark): Use them.
7587
7588 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7589 hooks with arguments, which is needed for mark update hooks.
7590
7591 2010-10-06 Julien Danjou <julien@danjou.info>
7592
7593 * gnus.el (gnus-expand-group-parameter): Only return and act on what
7594 was matched.
7595
7596 * sieve-manage.el: Update example in `Commentary'.
7597
7598 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7599
7600 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7601 not 2000.
7602 (sieve-manage-authenticate): Re-add function.
7603
7604 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7605
7606 * shr.el (shr-insert): Get 'space transition right.
7607 (shr-render-td): Only delete space at the end of the TD.
7608
7609 * nnimap.el (nnimap-open-connection): Prepare to support
7610 open-gnutls-stream.
7611
7612 * shr.el: Rearrange function order to be more logical.
7613
7614 2010-10-06 Julien Danjou <julien@danjou.info>
7615
7616 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7617 (nnrss-discover-feed): Remove 404 URL in docstring.
7618
7619 * nnir.el: Fix Swish-E URL.
7620 Fix Namazu URL.
7621
7622 * message.el (message-change-subject): Remove 404 URL in a comment.
7623
7624 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
7625
7626 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7627 called interactively.
7628
7629 * gnus-util.el (gnus-remove-if): Allow hash table.
7630 (gnus-remove-if-not): New function.
7631
7632 * gnus-art.el (gnus-mime-view-part-as-type):
7633 * gnus-score.el (gnus-summary-score-effect):
7634 * gnus-sum.el (gnus-read-move-group-name):
7635 Replace remove-if-not with gnus-remove-if-not.
7636
7637 * gnus-group.el (gnus-group-completing-read):
7638 Regard collection as a hash table if it is not a list.
7639
7640 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7641
7642 * shr.el (shr-render-td): Allow blank/missing <TD>s.
7643
7644 * shr.el: Document the table-rendering algorithm.
7645
7646 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7647 invalid URLs.
7648
7649 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7650 line-broken.
7651 (shr-tag-img): Ignore image fetching errors.
7652 (shr-overlays-in-region): Compute overlay positions correctly.
7653
7654 * mm-decode.el (mm-shr): Require shr.
7655
7656 * gnus-art.el (gnus-blocked-images): Move variable here.
7657
7658 * shr.el (shr-insert-table): Bind free variable.
7659
7660 * mm-decode.el (mm-shr): Bind shr-content-function.
7661
7662 * shr.el (shr-content-function): New variable.
7663
7664 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7665 added for symmetry.
7666
7667 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7668
7669 * gnus-group.el (gnus-group-make-group): Doc fix.
7670
7671 * nnimap.el (nnimap-request-newgroups): Return success.
7672
7673 * shr.el (shr-find-elements): New function.
7674 (shr-tag-table): Put all the images after the table.
7675 (shr-tag-table): Really inhibit images inside the table.
7676 (shr-collect-overlays): Copy over overlays from the TD elements to the
7677 main document.
7678
7679 * mm-decode.el (mm-shr): Bind shr-blocked-images to
7680 gnus-blocked-images.
7681
7682 2010-10-05 Julien Danjou <julien@danjou.info>
7683
7684 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7685
7686 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7687 (gnus-html-maximum-image-size): Add this function.
7688 (gnus-html-put-image): Use gnus-html-maximum-image-size.
7689
7690 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7691 server-value of the capability is nil.
7692
7693 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7694
7695 * shr.el (shr-tag-em): Add <EM> tag.
7696
7697 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
7698
7699 * sieve-manage.el (sieve-manage-default-stream): Make default stream
7700 customizable.
7701
7702 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7703 handing broken links to browse-url.
7704
7705 2010-10-05 Julien Danjou <julien@danjou.info>
7706
7707 * gnus-util.el (gnus-emacs-completing-read)
7708 (gnus-iswitchb-completing-read): Use autoload rather than require.
7709
7710 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
7711
7712 * gnus-util.el (gnus-completing-read-function): Exclude
7713 gnus-icompleting-read and gnus-ido-completing-read from candidates for
7714 XEmacs since iswitchb.el is very old and ido.el is unavailable in
7715 XEmacs.
7716
7717 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7718 not to use `delete-dups' that is unavailable in XEmacs 21.4.
7719
7720 * gnus-html.el: Don't require help-fns under XEmacs.
7721 (gnus-html-schedule-image-fetching): Work for XEmacs.
7722
7723 * mm-decode.el (mm-shr): Decode contents by charset.
7724
7725 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7726
7727 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7728 unknown.
7729
7730 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7731 (shr-get-image-data): Ensure against the cache file missing.
7732
7733 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7734 for data.
7735
7736 * spam-report.el (spam-report-url-ping-plain): Don't query about
7737 killing the process.
7738
7739 * shr.el (shr-render-td): Protect against too-wide text.
7740
7741 2010-10-04 Julien Danjou <julien@danjou.info>
7742
7743 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7744 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7745
7746 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7747 retrieved.
7748
7749 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7750
7751 * shr.el (browse-url): Require.
7752 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7753 lines.
7754 (shr-show-alt-text, shr-browse-image): New commands.
7755 (shr-browse-url, shr-copy-url): New commands.
7756
7757 * gnus-sum.el (gnus-widen-article-window): New variable.
7758 (gnus-summary-select-article-buffer): Use it.
7759
7760 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7761 without @ signs.
7762
7763 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
7764
7765 * nnir.el (nnir-run-imap): Remove spurious space in search string.
7766
7767 2010-10-04 Julien Danjou <julien@danjou.info>
7768
7769 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7770 for XEmacs.
7771
7772 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7773
7774 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7775
7776 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7777 (nnimap-close-server): Implement.
7778
7779 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7780 (shr-insert): Tweak line breaking.
7781 (shr-insert): Handle <pre> better.
7782 (shr-tag-li): Get <li> indentation right.
7783 (shr-tag-li): Get <li> indentation even righter.
7784 (shr-tag-blockquote): Ensure paragraph start.
7785 (shr-make-table): Tweak table generation.
7786 (shr-make-table): Fix typo.
7787
7788 * shr.el: Implement table rendering.
7789
7790 2010-10-04 Julien Danjou <julien@danjou.info>
7791
7792 * gnus-html.el (gnus-html-put-image): Fix resize image code.
7793
7794 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7795
7796 * shr.el (shr-insert): Use string anchors instead of line anchors.
7797
7798 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7799
7800 * shr.el: Add headings.
7801 (shr-ensure-paragraph): Actually work.
7802 (shr-tag-li): Make <ul> prettier.
7803 (shr-insert): Get white space at the beginning/end of elements right.
7804 (shr-tag-p): Collapse subsequent <p>s.
7805 (shr-ensure-paragraph): Don't insert double line feeds after blank
7806 lines.
7807 (shr-insert): \t is also space.
7808 (shr-tag-s): Fix "s" tag name function.
7809 (shr-tag-s): Fix face prop name.
7810
7811 2010-10-03 Julien Danjou <julien@danjou.info>
7812
7813 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7814
7815 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7816 gnus-window-inside-pixel-edges.
7817
7818 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7819 gnus-ems.
7820
7821 * mm-view.el (mm-inline-image-emacs): Support image resizing.
7822
7823 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7824 function.
7825
7826 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7827 resize choice.
7828
7829 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7830
7831 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7832 beginning of the buffer.
7833
7834 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7835 article buffer again.
7836
7837 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7838
7839 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7840 when it's at the start of the buffer.
7841
7842 * shr.el (shr-tag-blockquote): Convert name.
7843 (shr-rescale-image): Use the right image-size variant.
7844
7845 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7846 buffer isn't shown, then select the current article first instead of
7847 bugging out.
7848 (gnus-summary-select-article-buffer): Show both the article and summary
7849 buffers again.
7850
7851 * shr.el (shr-fontize-cont): Protect against regions with no text.
7852 Rename tag functions to shr-tag-* for enhanced security.
7853 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7854
7855 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
7856
7857 * shr.el (shr-insert):
7858 * pop3.el (pop3-movemail):
7859 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7860 loaded.
7861
7862 2010-10-03 Glenn Morris <rgm@gnu.org>
7863
7864 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7865
7866 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7867
7868 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7869
7870 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7871
7872 * gnus-util.el (gnus-make-local-hook): Simplify.
7873
7874 2010-10-02 Julien Danjou <julien@danjou.info>
7875
7876 * gnus-util.el (gnus-iswitchb-completing-read): New function.
7877 (gnus-ido-completing-read): New function.
7878 (gnus-emacs-completing-read): New function.
7879 (gnus-completing-read): Use gnus-completing-read-function.
7880 Add gnus-completing-read-function.
7881
7882 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7883
7884 * shr.el (shr-insert-document): Autoload.
7885 (shr-img): Be silent.
7886 (shr-insert): Add a newline after every picture before text.
7887 (shr-add-font): Use overlays for combining faces.
7888 (shr-insert): Pass upwards the text start point.
7889
7890 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7891 possible.
7892 (mm-shr): New function.
7893
7894 2010-10-02 Julien Danjou <julien@danjou.info>
7895
7896 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7897 should go backward.
7898
7899 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
7900
7901 * shr.el (shr): Fix typo in provide call.
7902
7903 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7904
7905 * shr.el: New file.
7906
7907 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7908
7909 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7910 completing read.
7911
7912 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7913
7914 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7915 we're being queried about. Suggested by Dan Jacobson.
7916
7917 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7918 Suggested by Jason Eisner.
7919
7920 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7921 table, too. Suggested by Stefan Wiens.
7922 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7923 the table unnecessary. Suggested by Stefan Wiens.
7924
7925 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7926 longer needed, and probably doesn't work either, as pointed out by
7927 Stefan Wiens.
7928 (gnus-summary-exit): Remove call to the clearing function.
7929 (gnus-summary-exit-no-update): Ditto.
7930
7931 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7932 instead of gnus-eval-in-buffer-window to avoid popping up frames.
7933 Reported by Stefan Monnier.
7934 (gnus-summary-save-in-rmail): Ditto.
7935
7936 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7937 article buffer, instead of both the article buffer and the summary
7938 buffer. Sort of suggested by Dan Jacobson.
7939
7940 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7941
7942 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7943 Suggested by Dan Jacobson.
7944
7945 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7946 documentation clearer.
7947
7948 * message.el (message-shorten-references): Comment on the number "21".
7949 Suggested by Stefan Monnier.
7950
7951 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7952 Suggested by Dan Jacobson.
7953
7954 * gnus.el (gnus-large-newsgroup):
7955 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
7956
7957 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7958 externalize attachments. Bug reported by Steve Wen.
7959
7960 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7961 really message anything to the user.
7962
7963 * nnmail.el (nnmail-article-group): Allow using the fancy split method
7964 directly.
7965
7966 * nnimap.el (nnimap-request-group): Low higher than high to signal no
7967 messages in empty groups.
7968
7969 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
7970
7971 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7972 non-UIDNEXT group.
7973
7974 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7975
7976 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7977 not the value from the collection.
7978
7979 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7980 values. This sometimes happens on some groups that have no info.
7981 (nnimap-request-newgroups): New function.
7982
7983 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
7984
7985 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7986 check into `gnus-registry-initialize'.
7987 (gnus-registry-initialize): Ditto.
7988 Fix and extend header docs.
7989
7990 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7991
7992 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7993 regexp backtrace overflows.
7994
7995 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7996 for starttls that tls.el implements; i.e. openssl.
7997
7998 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
7999
8000 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8001 (gravatar-create-image): New function that's an alias to
8002 gnus-xmas-create-image, gnus-create-image, or create-image.
8003 (gravatar-data->image): Use it.
8004
8005 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
8006
8007 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8008 install the nnregistry refer method.
8009 (gnus-registry-install-hooks): Use it.
8010 (gnus-registry-unfollowed-groups): Add nnmairix to the default
8011 unfollowed groups.
8012
8013 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
8014
8015 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8016 expanding threads.
8017
8018 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8019
8020 * nnir.el: Use the server names without suffixes (bug #7009).
8021
8022 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8023 unencrypted to STARTTLS, if possible.
8024
8025 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8026
8027 * message.el (message-ignored-supersedes-headers): Strip Injection-*
8028 headers before superseding.
8029
8030 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8031
8032 * nnrss.el (nnrss-use-local): Add documentation.
8033
8034 * nnimap.el (nnimap-extend-tls-programs): New function.
8035 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8036 (nnimap-wait-for-connection): Accept the greeting from the stupid
8037 output from openssl s_client -starttls, too.
8038
8039 * nnimap.el (nnimap-find-article-by-message-id): Really return the
8040 article number.
8041 (nnimap-split-fancy): New variable.
8042 (nnimap-split-incoming-mail): Use it.
8043
8044 * nntp.el (nntp-server-list-active-group): Document.
8045
8046 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8047 SELECT to get the message-id.
8048
8049 * mail-source.el (mail-sources): Remove webmail support.
8050 (defvar): Ditto.
8051 (mail-source-fetcher-alist): Ditto.
8052 (mail-source-fetch-webmail): Remove.
8053
8054 * webmail.el: Remove -- doesn't seem relevant any more.
8055
8056 * gnus.el: Fix up make-obsolete-variable declarations throughout.
8057
8058 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8059 the \r.
8060
8061 2010-09-30 Julien Danjou <julien@danjou.info>
8062
8063 * gnus-agent.el (gnus-agent-add-group): Fix call to
8064 gnus-completing-read.
8065
8066 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8067
8068 * nndoc.el (nndoc-retrieve-groups): New function.
8069
8070 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8071 `default', use nnmail-split-methods.
8072 (nnimap-request-article): Downcase the NILs so that they are nil.
8073
8074 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8075 symbol.
8076
8077 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8078 code, since if the user has requested network, that's what they ought
8079 to get.
8080 (nnimap-request-set-mark): Erase the buffer before issuing commands.
8081 (nnimap-split-rule): Mark as obsolete.
8082
8083 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8084 New variable.
8085
8086 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8087 correct slot, too.
8088
8089 2010-09-29 Julien Danjou <julien@danjou.info>
8090
8091 * gnus.el (gnus-local-domain): Declare variable obsolete.
8092
8093 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8094 Fix history computing.
8095 (gnus-ido-completing-read): Require ido.
8096
8097 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8098
8099 * gnus-registry.el: Don't prompt on load, which makes it impossible to
8100 build Gnus.
8101
8102 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8103 when interpreting the structures.
8104 (nnimap-request-accept-article): Add \r\n to the lines to make this
8105 work with Cyrus.
8106
8107 * nndraft.el (nndraft-request-expire-articles): Use the group name
8108 instead if "nndraft". Fix found by Nils Ackermann.
8109
8110 2010-09-29 Ludovic Courtes <ludo@gnu.org>
8111
8112 * nnregistry.el: Add.
8113
8114 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * nnmail.el (group, group-art-list, group-art):
8117 Remove unneeded directives.
8118
8119 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
8120
8121 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8122 (mm-mime-charset):
8123 * rfc2047.el (rfc2047-syntax-table):
8124 * utf7.el (utf7-utf-16-coding-system): Comment fix.
8125
8126 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8127 rather than `insert-file-contents' and `eval-region'.
8128
8129 2010-09-29 Julien Danjou <julien@danjou.info>
8130
8131 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8132 replacement of `gnus-gravatar-relief' to mimic
8133 `gnus-faces-properties-alist'.
8134 Add :version property.
8135
8136 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8137
8138 * mail-source.el (mail-source-report-new-mail):
8139 * message.el (message-default-mail-headers):
8140 * mm-decode.el (mm-valid-image-format-p): Comment fix.
8141
8142 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8143
8144 2010-09-28 Julien Danjou <julien@danjou.info>
8145
8146 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8147 mail-address contains the same string as real-name.
8148
8149 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8150 non-blank in header, otherwise it'll get stripped.
8151
8152 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8153 real-name, and then for mail address rather than doing : or , search.
8154
8155 2010-09-27 Julien Danjou <julien@danjou.info>
8156
8157 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8158 right completing-read function.
8159 (gnus-use-ido): New variable
8160 (gnus-completing-read-with-default): Remove.
8161 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8162 (gnus-agent-add-group):
8163 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8164 * mm-view.el (mm-view-pkcs7-decrypt):
8165 * mm-util.el (mm-codepage-setup):
8166 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8167 * mml-smime.el (mml-smime-openssl-sign-query):
8168 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8169 (mml-insert-multipart):
8170 * gnus-msg.el (gnus-summary-yank-message):
8171 * gnus-int.el (gnus-start-news-server):
8172 * mm-decode.el (mm-interactively-view-part):
8173 * gnus-dired.el (gnus-dired-attach):
8174 * gnus.el (gnus-read-method):
8175 * gnus-bookmark.el (gnus-bookmark-jump):
8176 * gnus-art.el (gnus-mime-view-part-as-type)
8177 (gnus-mime-action-on-part, gnus-article-encrypt-body):
8178 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8179 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8180 * nnmairix.el (nnmairix-create-server-and-default-group)
8181 (nnmairix-update-groups, nnmairix-get-server)
8182 (nnmairix-backend-to-server, nnmairix-goto-original-article)
8183 (nnmairix-get-group-from-file-path):
8184 * nnrss.el (nnrss-find-rss-via-syndic8):
8185 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8186 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8187 (gnus-group-browse-foreign-server):
8188 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8189 (gnus-summary-execute-command, gnus-summary-respool-article)
8190 (gnus-read-move-group-name):
8191 * gnus-score.el (gnus-summary-increase-score)
8192 (gnus-summary-score-effect):
8193 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8194
8195 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8196
8197 * nnimap.el (auth-source-forget-user-or-password)
8198 (auth-source-user-or-password): Autoload.
8199
8200 * message.el (message-from-style, message-interactive)
8201 (message-signature): Remove comment.
8202 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
8203 always.
8204 (message-sendmail-envelope-from): Comment fix.
8205 (message-yank-prefix): Default to mail-yank-prefix always.
8206 (message-indentation-spaces):
8207 Default to mail-indentation-spaces always.
8208 (message-signature-file): Default to mail-signature-file always.
8209
8210 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8211
8212 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8213 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8214 new articles.
8215
8216 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8217 parts.
8218 (nnimap-request-article): Work with the t setting, too.
8219
8220 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8221 that you don't get flashes of other buffers.
8222 (gnus-summary-show-complete-article): Intern before setting.
8223
8224 2010-09-27 David Engster <dengste@eml.cc>
8225
8226 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8227 well as HEADERS.
8228 (nnmairix-retrieve-headers): Provide new argument for the above.
8229
8230 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8231
8232 * gnus-sum.el (gnus-summary-move-article): Don't alter
8233 gnus-newsgroup-active. This makes `/ N' work after copying to the same
8234 group.
8235
8236 * nnimap.el (nnimap-update-info): Don't destructively alter active.
8237
8238 * message.el (message-cite-prefix-regexp): Revert my last edit.
8239
8240 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8241 variable instead of the Gnus variable.
8242
8243 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8244
8245 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8246
8247 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8248 since some servers don't like it.
8249 (nnimap-open-connection): Forget credentials if the server says the
8250 password was wrong.
8251 (nnimap-parse-line): Protect against invalid data.
8252
8253 * gnus-sum.el (gnus-summary-move-article): Add comment.
8254 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8255 nothing alters it while scanning for new messages.
8256
8257 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8258 which may or may not help.
8259 (nnimap-open-connection): If we're doing a stream connection, and then
8260 discover we're on a STARTTLS-capable server, then open a STARTTLS
8261 connection instead.
8262
8263 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8264
8265 * nnimap.el (utf7): Require.
8266
8267 * message.el (message-cite-prefix-regexp): Remove "}" from citation
8268 prefix.
8269
8270 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
8271
8272 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8273
8274 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8275
8276 * nnimap.el (nnimap-request-accept-article): Message the error on
8277 error.
8278
8279 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
8280
8281 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8282
8283 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8284
8285 * nndoc.el (nndoc-request-list): Return success always.
8286
8287 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8288 `fetch-old' -- we only want to fetch the articles we've requested.
8289 The rest are in the agent, probably.
8290 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8291 disappeared server" to something low. It's not important.
8292
8293 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8294 arrived before the FETCH data.
8295
8296 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8297 target here, because we don't know the Gnus name of the group.
8298
8299 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8300 for the correct group.
8301
8302 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8303
8304 * gnus.el (gnus): Give a final warning after startup.
8305
8306 * gnus-util.el (gnus-action-message-log): New variable.
8307 (gnus-message): Use it.
8308 (gnus-final-warning): New function.
8309
8310 * nnimap.el (nnimap-open-connection): Record the greeting.
8311 (nnimap): Add greeting.
8312
8313 2010-09-26 Julien Danjou <julien@danjou.info>
8314
8315 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8316 arguments.
8317 (gnus-html-wash-images): Fix spec computing to include start/end.
8318
8319 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8320
8321 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8322
8323 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8324 deletion.
8325 (nnimap-retrieve-headers): Don't select the group, because that's
8326 already done by nnimap-possibly-change-group.
8327
8328 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8329 (gnus-picon-transform-address): Use it.
8330
8331 * mail-source.el (mail-source-value): Revert previous patch.
8332
8333 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8334 on failure.
8335 (nnimap-open-connection): Look up both virtual and physical server name
8336 credentials.
8337
8338 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8339
8340 2009-02-08 Dave Love <fx@gnu.org>
8341
8342 * gnus-win.el (gnus-window-to-buffer-helper)
8343 (gnus-all-windows-visible-p): Function needn't be a symbol.
8344
8345 * mail-source.el (mail-source-value): Function needn't be a symbol.
8346
8347 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8348
8349 * message.el (message-cite-prefix-regexp): Remove } from the cite
8350 prefix.
8351
8352 * gnus-art.el (gnus-treatment-function-alist): Do picons before
8353 highlight again, so that the highlight is correct.
8354
8355 * gnus-picon.el (gnus-picon): Remove again.
8356 (gnus-picon-create-glyph): Set the background XPM color explicitly.
8357
8358 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8359 doing the header highlightling, so that the background color of the
8360 picon is correct.
8361
8362 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8363 (gnus-picon): Ditto.
8364 (gnus-picon): Reinstate. The background color for picons is white.
8365 (gnus-picon-insert-glyph): Make the background white.
8366
8367 * nnml.el (nnml-open-nov): Don't return dead buffers.
8368
8369 * auth-source.el (auth-source-create): Query the user for whether to
8370 store the credentials.
8371
8372 * auth-source.el (auth-source-user-or-password): Use the existing auth
8373 sources, if any, for creation.
8374
8375 * gnus.el (gnus-group-fast-parameter): Return the last matching
8376 parameter instead of the first matching parameter.
8377
8378 2010-09-26 Julien Danjou <julien@danjou.info>
8379
8380 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8381
8382 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8383
8384 * mml2015.el (mml2015-use): Remove gpg support.
8385
8386 * mml1991.el (mml1991-function-alist): Remove gpg function.
8387 (mml1991-gpg-sign): Remove.
8388
8389 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
8390
8391 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8392 (gnus-browse-unsubscribe-current-group): Document it.
8393 (gnus-browse-unsubscribe-group): Use it.
8394
8395 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8396
8397 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8398 address to the To list for easier response.
8399
8400 * gnus.el (gnus-play-startup-jingle): Remove.
8401 (gnus-splash): Don't play jingle.
8402 (gnus): Silence gnus-load message.
8403
8404 * gnus-art.el (gnus-treat-play-sounds): Remove.
8405
8406 * gnus.el (gnus-play-jingle): Remove audio support.
8407
8408 * gnus-cus.el (gnus-score-customize): Remove audio reference.
8409
8410 * earcon.el: Remove -- no users.
8411
8412 * gnus-audio.el: Remove -- no users of this package.
8413
8414 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8415
8416 * gnus-start.el (gnus-setup-news): Remove nocem support.
8417
8418 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8419
8420 * gnus.el (gnus-use-nocem): Remove.
8421
8422 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8423 Remove.
8424
8425 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
8426 uses NoCeM any more.
8427
8428 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8429 (gnus-button-ctan-handler): Ditto.
8430 (gnus-button-handle-ctan-bogus-regexp): Ditto.
8431 (gnus-button-ctan-directory-regexp): Ditto.
8432 (gnus-button-handle-ctan): Ditto.
8433 (gnus-button-tex-level): Ditto.
8434 (gnus-button-alist): Remove CTAN stuff.
8435
8436 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8437
8438 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8439 nnimap-streaming test.
8440
8441 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8442 servers twice.
8443
8444 * nnimap.el (nnimap-open-connection): Add more error reporting when
8445 nnimap fails early.
8446
8447 * nnheader.el (nnheader-get-report-string): New function.
8448 (nnheader-get-report): Use it.
8449
8450 * gnus-int.el (gnus-check-server): Say what the error was when opening
8451 failed.
8452
8453 * nnimap.el (nnimap-wait-for-response): Search further when we're not
8454 using streaming.
8455
8456 2010-09-25 Julien Danjou <julien@danjou.info>
8457
8458 * gnus-html.el (gnus-html-rescale-image): Use our defalias
8459 gnus-window-inside-pixel-edges.
8460
8461 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8462
8463 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8464
8465 * mm-decode.el (mm-save-part): Allow saving to other directories the
8466 normal Emacs way.
8467
8468 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8469 Suggested by Jay Berkenbilt.
8470
8471 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8472 there isn't a single byte.
8473
8474 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8475 just do it. It doesn't really seem to matter what the user responds
8476 here, I think, so it's just a confusing question.
8477
8478 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8479 non-streaming case.
8480
8481 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8482 (gnus-article-encrypt-body): Use it.
8483
8484 * gnus-sum.el (gnus-summary-show-complete-article): New command and
8485 keystroke.
8486
8487 * nnimap.el (nnimap-find-wanted-parts-1):
8488 Use gnus-fetch-partial-articles.
8489
8490 * gnus-art.el (gnus-fetch-partial-articles): New variable.
8491
8492 * nnimap.el (nnimap-insert-partial-structure): New function.
8493 (nnimap-get-partial-article): New function.
8494 (nnimap-request-article): Use it.
8495 (nnimap-wait-for-response): Return whether the wait was successful.
8496 (nnimap-finish-retrieve-group-infos): Don't do anything if the
8497 retrieval wasn't successful.
8498 (nnimap-retrieve-group-data-early): Allow throttling servers.
8499 (nnimap-streaming): New variable.
8500 (nnimap-fetch-partial-articles): Remove.
8501
8502 * mm-decode.el (mm-with-part): Protect against killed buffers.
8503
8504 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8505 for prettier summary display.
8506
8507 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
8508
8509 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8510
8511 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8512
8513 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8514 apparently third-party libraries depend on it.
8515
8516 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8517 before starting negotiation.
8518
8519 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8520 privacy reasons.
8521 (gnus-treat-mail-gravatar): Ditto.
8522
8523 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8524 buffer when inserting images. Inserting text into the headers, for
8525 instance, can make them invalid.
8526
8527 2010-09-25 Julien Danjou <julien@danjou.info>
8528
8529 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8530 variables.
8531
8532 * nnheader.el: Remove useless variables news-reply-yank-from and
8533 news-reply-yank-message-id.
8534
8535 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8536 variables.
8537
8538 * mml1991.el: Remove useless mml1991-verbose.
8539
8540 * gnus.el: Remove useless variable gnus-use-generic-from.
8541 Remove obsolete variable gnus-topic-indentation.
8542
8543 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8544
8545 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8546
8547 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8548
8549 * gnus-group.el: Remove useless gnus-group-icon-cache.
8550 Remove useless gnus-ephemeral-group-server.
8551
8552 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8553
8554 * mml2015.el: Remove useless mml2015-verbose.
8555
8556 * mml-smime.el: Remove useless mml-smime-verbose.
8557
8558 * gnus.el: Remove useless gnus-local-domain.
8559
8560 * gnus-gravatar.el (gnus-gravatar-transform-address):
8561 Use gnus-gravatar-size.
8562
8563 * gnus-art.el: Remove useless gnus-treat-translate.
8564
8565 2010-09-24 Julien Danjou <julien@danjou.info>
8566
8567 * gnus-sum.el: Add support for Gravatars.
8568
8569 * gnus-art.el: Add support for Gravatars.
8570
8571 * gnus-gravatar.el: Add this file.
8572
8573 * gravatar.el: Add this file.
8574
8575 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8576
8577 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8578
8579 * gnus-group.el (gnus-group-fetch-faq): Remove.
8580
8581 * gnus.el (gnus-group-faq-directory): Remove.
8582
8583 * gnus-group.el (gnus-group-fetch-charter): Remove.
8584
8585 * gnus.el (gnus-group-charter-alist): Remove.
8586
8587 * gnus-group.el (gnus-group-archive-directory): Remove.
8588 (gnus-group-recent-archive-directory): Ditto.
8589 (gnus-group-make-archive-group): Remove.
8590
8591 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8592
8593 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8594 use the same article number for all the cached articles.
8595
8596 * nnimap.el (nnimap-command): Register the last command time so
8597 that we can use it for idling NOOPs.
8598 (nnimap-open-connection): Start the keeplive timer.
8599 (nnimap-make-process-buffer): Store all the process buffers.
8600 (nnimap-keepalive): New function.
8601
8602 * starttls.el (starttls-open-stream): Add autoload cookie.
8603
8604 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8605
8606 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8607 handling.
8608
8609 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8610
8611 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8612 its data structures.
8613
8614 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8615 instead of the cl.el copy-list.
8616 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8617 equalp.
8618
8619 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
8620
8621 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8622 and tool-bar-local-item-from-menu.
8623
8624 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8625 mode-line-highlight face for Emacs.
8626
8627 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8628 loading gnus-sum.elc; fix comment for canlock-verify.
8629 (gnus-article-jump-to-part): Use read-number.
8630 (gnus-insert-mime-button, gnus-insert-mime-security-button):
8631 Remove Emacs pre-21 compatible code for help-echo.
8632 (gnus-article-next-page-1): No need to adjust the number of lines.
8633 (gnus-article-describe-bindings): Always use help-buffer.
8634
8635 * gnus-audio.el (gnus-audio-inline-sound):
8636 * gnus-cus.el (gnus-custom-mode):
8637 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8638
8639 * gnus-sum.el (gnus-remove-overlays): Doc fix.
8640
8641 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8642 compatible code.
8643
8644 2010-09-24 Glenn Morris <rgm@gnu.org>
8645
8646 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8647 visiting the fcc file in rmail-mode.
8648
8649 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
8650
8651 * nnir.el: Silence the byte compiler.
8652
8653 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8654 alias to browse-url-url-encode-chars if any.
8655 (gnus-html-encode-url): Use it.
8656
8657 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8658
8659 * gnus-start.el (gnus-use-backend-marks): New variable.
8660 (gnus-get-unread-articles-in-group): Use it.
8661
8662 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8663 makeover.
8664
8665 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
8666
8667 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8668
8669 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8670
8671 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8672 Remove.
8673 (gnus-setup-news-hook):
8674 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8675
8676 * gnus-int.el (gnus-request-update-info): Protect against backends not
8677 having the function.
8678
8679 * nnimap.el (nnimap-stream): Mention STARTTLS.
8680 (nnimap-open-connection): Add STARTTLS support.
8681
8682 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
8683
8684 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8685
8686 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8687
8688 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8689 BODYSTRUCTUREs.
8690 (nnimap-transform-headers): Unfold quoted {42} headers.
8691
8692 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8693 the info.
8694 (gnus-get-unread-articles): Only call updatep on backends that support
8695 it.
8696
8697 * nnweb.el (nnweb-request-update-info): NOOP.
8698
8699 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8700
8701 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8702 since it only deals with marks.
8703
8704 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8705 gnus-request-marks, and make a new gnus-request-update-info.
8706
8707 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8708 the active instead of the high number, which is usually too low.
8709
8710 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
8711
8712 * encrypt.el: Remove.
8713
8714 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8715
8716 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8717 server in symbolic form.
8718
8719 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8720
8721 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8722
8723 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8724 (nnimap-update-info): Fix up code slightly.
8725
8726 * gnus-int.el (gnus-open-server): Add tracing for performance
8727 debugging.
8728
8729 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8730 (gnus-group-insert-group-line): Pass the real group name so that it
8731 gets the right data.
8732
8733 * gnus-start.el (gnus-get-unread-articles): Don't have
8734 `gnus-get-unread-articles-in-group' update info, since that can be
8735 really slow and doesn't seem to be needed?
8736
8737 2010-09-22 Julien Danjou <julien@danjou.info>
8738
8739 * gnus-group.el (gnus-group-insert-group-line):
8740 Call gnus-group-highlight-line.
8741 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8742 default hook list.
8743 (gnus-group-update-eval-form): Add new function.
8744 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8745 (gnus-group-get-icon): Use gnus-group-update-eval-form.
8746
8747 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8748
8749 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8750 immediate, then expire all articles.
8751 (nnimap-update-info): Fix off-by-one errors.
8752 (nnimap-flags-to-marks): Would return no marks lists for group with no
8753 flags. Instead return the other data.
8754
8755 2010-09-22 Julien Danjou <julien@danjou.info>
8756
8757 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8758 Only return an icon.
8759 (gnus-group-insert-group-line): Compute icon to return.
8760
8761 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8762 (gnus-html-image-fetched): Only cache if
8763 gnus-html-image-automatic-caching is set.
8764 (gnus-html-image-fetched): Check for errors.
8765
8766 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8767
8768 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8769 once per method on `g'. This ensures that backends like nnfolder don't
8770 open all their folders.
8771
8772 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8773 (nnimap-request-list): Nix out group in the correct buffer.
8774 (nnimap-parse-flags): Implement by using `read' instead of
8775 hand-parsing.
8776 (nnimap-flags-to-marks): Pass on permanent-flags.
8777 (nnimap-make-process-buffer): Record the server name.
8778 (nnimap-parse-flags): Fix typo.
8779 (nnimap-request-scan): Run split on the server in general, not just a
8780 single group.
8781
8782 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8783 parameter, and propagate this downwards.
8784
8785 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8786 since EXAMINE changes it on the server.
8787
8788 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8789 this command might take a while.
8790
8791 2010-09-22 Julien Danjou <julien@danjou.info>
8792
8793 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
8794 harmful if you have 2 images side-by-side, they can't be properly
8795 update on text deletion. Using text-property is safer here.
8796 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8797 data.
8798
8799 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8800
8801 * nnimap.el (nnimap-expunge-inbox): Remove.
8802 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8803 (nnimap-expunge): Flip default to t.
8804
8805 * gnus.el (gnus-method-to-server): Don't push things to the cache
8806 unless it's unique.
8807 (gnus-server-to-method): Ditto.
8808
8809 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
8810
8811 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8812
8813 2010-09-22 Julien Danjou <julien@danjou.info>
8814
8815 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8816 get the start of data.
8817 (gnus-html-encode-url): Add this function to encode special chars in
8818 URL.
8819 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8820 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8821
8822 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8823 default.
8824 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8825
8826 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8827 images alt-text.
8828 (gnus-html-put-image): Put alt-text as help-echo.
8829
8830 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8831
8832 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8833 * mm-util.el (mm-decompress-buffer):
8834 * nnir.el (nnir-run-find-grep):
8835 * pop3.el (pop3-list): Use 3rd arg of split-string.
8836
8837 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8838
8839 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8840 outside the active range. Suggested by Dan Christensen.
8841
8842 * gnus-start.el (gnus-get-unread-articles): Get the extended method
8843 slightly later to avoid double-getting it.
8844
8845 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8846 previous patch.
8847
8848 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8849
8850 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
8851
8852 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8853
8854 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8855
8856 * gnus-int.el (gnus-open-server): Give a better error message in the
8857 "go offline" case.
8858
8859 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8860 marks for nnimap, which is seldom the right thing to do.
8861
8862 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8863 (gnus-same-method-different-name): New function.
8864
8865 * nnimap.el (parse-time): Require.
8866
8867 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8868 method in the presence of many similar methods.
8869
8870 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8871
8872 * nnimap.el (nnimap-find-expired-articles): Don't refer to
8873 nnml-inhibit-expiry.
8874
8875 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8876 find out whether methods are equal.
8877
8878 * nnimap.el (nnimap-find-expired-articles): New function.
8879 (nnimap-process-expiry-targets): New function.
8880 (nnimap-request-move-article): Request the article before looking at
8881 what the Message-ID is. Fix found by Andrew Cohen.
8882 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8883
8884 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8885 for oldness in addition to being a predicate.
8886
8887 * nnimap.el (nnimap-request-group): When we have zero articles, return
8888 the right data to Gnus.
8889 (nnimap-request-expire-articles): Only delete articles immediately if
8890 the target is 'delete.
8891
8892 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8893 method, this would bug out.
8894
8895 * gnus-group.el (gnus-group-expunge-group): Rename from
8896 gnus-group-nnimap-expunge, and implemented as a normal interface
8897 function.
8898
8899 * gnus-int.el (gnus-request-expunge-group): New function.
8900
8901 * nnimap.el (nnimap-request-create-group): Implement.
8902 (nnimap-request-expunge-group): New function.
8903
8904 2010-09-21 Julien Danjou <julien@danjou.info>
8905
8906 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8907 (gnus-html-cache-expired): Add new function.
8908 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8909 wethever we should display image for fetch it.
8910 Compute alt-text earlier to pass it to the fetching function too.
8911 (gnus-html-schedule-image-fetching): Change function argument to only
8912 get one image at a time, not a list.
8913 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8914 cache.
8915 (gnus-html-get-image-data): New function to retrieve image data from
8916 cache.
8917 (gnus-html-put-image): Change buffer argument to use image data rather
8918 than file, and place image above region rather than inserting a new
8919 one. Do not take alt-text as argument, since it's useless now: we place
8920 the image above alt-text.
8921 (gnus-html-prune-cache): Remove.
8922 (gnus-html-show-images): Start to fetch image when we find one, do not
8923 push into a temporary list.
8924 (gnus-html-prefetch-images): Only fetch image if they have expired.
8925 (gnus-html-browse-image): Fix, use 'gnus-image-url.
8926 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8927
8928 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
8929
8930 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8931
8932 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8933
8934 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8935 spec inser "*" if the group isn't active instead of 0.
8936
8937 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8938 opening the server.
8939 (nnimap-request-delete-group): Implement group deletion.
8940 (nnimap-transform-headers): Return the size of the entire message in
8941 the Bytes header, not just the size of the first part.
8942 (nnimap-request-move-article): When moving an article from nnimap,
8943 request the article first so the accepting form has an article to
8944 accept. Reported by Dan Christensen.
8945 (nnimap-command): Make sure that the error message doesn't error out.
8946
8947 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
8948
8949 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8950 we haven't requested anything.
8951
8952 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8953
8954 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8955 "". Fix found by Andrew Cohen.
8956
8957 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8958 instead of -encode-string.
8959
8960 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
8961
8962 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8963
8964 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8965 by mm-subst-char-in-string.
8966
8967 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8968
8969 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8970 waiting for the connection string.
8971
8972 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8973 arriving.
8974
8975 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8976 bogus characters. This allows selecting certain Gmail groups.
8977
8978 * nnimap.el (nnimap-find-wanted-parts-1): New function.
8979 (nnimap-fetch-partial-articles): New variable.
8980 (nnimap-open-connection): When looking for credentials, also use the
8981 nnimap-server-port.
8982 (nnimap-request-article): Return the group/article number, so that Gnus
8983 `^' works as expected.
8984 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8985
8986 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8987 comments.
8988 (gnus-methods-sloppily-equal): New function.
8989 (gnus): When using the development version of Gnus, load the gnus-load
8990 file.
8991
8992 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8993 `gnus-open-server' on each method before trying to scan them etc.
8994 This ensures that all the backend parameters are set correctly.
8995
8996 * nnimap.el (nnimap-authenticator): New variable.
8997 (nnimap-open-connection): Allow anonymous login.
8998 (nnimap-transform-headers): The chars header is called Chars not Bytes.
8999 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9000
9001 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9002 patch, found by Knut Anders Hatlen.
9003
9004 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
9005
9006 * gnus-agent.el (gnus-agent-batch-confirmation)
9007 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9008 to gnus-message.
9009 * gnus-art.el (gnus-article-describe-briefly): Likewise.
9010 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9011 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9012 * gnus-int.el (gnus-open-server): Likewise.
9013 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9014 (gnus-score-check-syntax): Likewise.
9015 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9016 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9017 Likewise.
9018 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9019
9020 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9021
9022 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9023 calling conventions so that prefetch doesn't bug out.
9024
9025 2010-09-19 Julien Danjou <julien@danjou.info>
9026
9027 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9028 rather than `subst-char-in-region' in order to be able to replace ASCII
9029 char by UTF-8 ones.
9030
9031 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9032 than curl.
9033 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9034 the right URL and ALT text on images.
9035 (gnus-html-wash-tags): Fix tag case.
9036 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
9037 (gnus-article-html): Add -o display_ins_del=2 option.
9038 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9039
9040 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9041
9042 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9043 the extra mail headers, which sometimes seem to happen for unknown
9044 reasons.
9045
9046 * mail-parse.el (mail-header-encode-parameter): Define as
9047 rfc2045-encode-string instead of as rfc2231-encode-string, since some
9048 (or most, perhaps?) mail readers don't understand the latter, but do
9049 understand the former.
9050
9051 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9052 to nil, so that no methods are automatically agentized. I think this
9053 is probably what most users want.
9054
9055 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9056 from url-retrieve, for instance about invalid URLs.
9057
9058 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9059 groups that have no articles.
9060 (nnimap-request-article): Check that we really got an article when we
9061 requested one.
9062
9063 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9064 doesn't exist.
9065
9066 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9067 nntp buffer so the agent can save it.
9068 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9069 that CRLF doesn't get translated to \n.
9070 (nnimap-open-connection): Don't make 'shell commands only send \n.
9071
9072 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9073
9074 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9075 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9076 Update var name.
9077 (nnml-generate-nov-file): Use dolist.
9078 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9079 Use with-current-buffer.
9080
9081 2010-09-18 Julien Danjou <julien@danjou.info>
9082
9083 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9084 parallel.
9085
9086 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9087
9088 * nnimap.el (nnimap-update-info): When doing partial marks update, get
9089 the range update right.
9090 (nnimap-request-group): Don't make `M-g' bug out on group with no
9091 marks.
9092 (nnoo): Require, so that other packages can require nnimap.
9093 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9094 command we're looking for. This helps when the server sends more
9095 responses after we've gotten everything we expected.
9096 (nnimap): Add a `newlinep' field to keep track of end-of-line
9097 conventions.
9098 Don't send CRLF to things that don't want it.
9099 (nnimap-request-accept-article): Ditto.
9100
9101 2010-09-18 Julien Danjou <julien@danjou.info>
9102
9103 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9104 than curl to retrieve images.
9105
9106 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9107
9108 * nnimap.el (nnimap-update-info): Extend the info so that we can set
9109 the marks.
9110 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9111 (nnimap-wait-for-connection): New function.
9112 (nnimap-open-connection): If we have PREAUTH, don't query for login
9113 credentials.
9114 (nnimap-update-info): Fix off-by-one error when concatenating ranges
9115 when doing a partial update.
9116
9117 2010-09-18 Julien Danjou <julien@danjou.info>
9118
9119 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9120 tags.
9121
9122 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9123
9124 * nnimap.el (nnimap-credentials): New function.
9125 (nnimap-open-connection): Use the new function to look for credentials
9126 also on the numeric equivalents of "imap" and "imaps".
9127
9128 * gnus-start.el (gnus-activate-group): Send the info to
9129 gnus-request-group.
9130
9131 * nnimap.el (nnimap-request-group): Have the "check" version of the
9132 function parse flags and update the info, so that a `M-g' get a total
9133 resync of all flags from the group.
9134
9135 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9136 to allow backends to alter the info on group selection. Also alter all
9137 the backend -request-group functions to take the parameter.
9138
9139 * nnimap.el (nnimap-store-info): New function.
9140 (nnimap-update-info): Store the info for later usage.
9141 (nnimap-request-group): Use the stored info for the dont-check case, so
9142 that we don't retrieve all marks when we enter a group.
9143
9144 * nnimap.el: Use deffoo instead of defun for interface functions.
9145
9146 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9147 update the group info. This makes the nndraft groups, for instance, go
9148 back to their old behavior.
9149
9150 * gnus-sum.el (gnus-select-newsgroup): Indent.
9151
9152 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9153 in.
9154 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9155 nothing.
9156
9157 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9158 from methods that are denied.
9159
9160 * gnus-int.el (gnus-method-denied-p): New function.
9161
9162 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9163 store the password instead of netrc.
9164 (nnimap-open-connection): Don't error out when we can't make a
9165 connections.
9166
9167 * auth-source.el (auth-source-create): In the password prompt, say what
9168 we're querying for. Also prompt for user name if that hasn't been
9169 given.
9170
9171 * nnimap.el (nnimap-with-process-buffer): Remove.
9172
9173 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9174
9175 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9176 method when we're reading from the agent.
9177
9178 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9179
9180 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9181 that's probably most useful for users.
9182
9183 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9184 "failed" all the time.
9185
9186 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9187 ...)) with (with-current-buffer ...).
9188
9189 * nntp.el (nntp-open-server): Return whether the open was successful or
9190 not.
9191
9192 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9193 select an unread unseen article first.
9194
9195 * nnimap.el (nnimap-open-connection): If the user doesn't have a
9196 /etc/services, supply some sensible port defaults.
9197
9198 2010-09-17 Julien Danjou <julien@danjou.info>
9199
9200 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9201
9202 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
9203
9204 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9205 doesn't have any parameters.
9206
9207 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9208
9209 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9210 only upcased checks.
9211
9212 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9213
9214 * nnimap.el (nnimap-open-shell-stream): New function.
9215 (nnimap-open-connection): Use it.
9216 (nnimap-transform-headers): Get the number of lines in each message.
9217 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9218 number of lines.
9219 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
9220 problem.
9221
9222 * utf7.el (utf7-encode): Autoload.
9223
9224 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9225 to allow the mail splitting to not return a default group. This is
9226 useful for nnimap, which will leave unmatched mail in the inbox.
9227
9228 * nnimap.el: Rewritten.
9229
9230 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9231 nnimap usage.
9232
9233 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9234 if the move is internal, so that nnimap can do fast internal moves.
9235
9236 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9237 data.
9238 (gnus-read-active-for-groups): Support finishing the early retrieval of
9239 data.
9240
9241 * gnus-range.el (gnus-range-nconcat): New function.
9242
9243 * gnus-int.el (gnus-finish-retrieve-group-infos)
9244 (gnus-retrieve-group-data-early): New functions.
9245
9246 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9247
9248 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9249 (nnrss-retrieve-groups):
9250 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9251 (pop3-quit): Use with-current-buffer.
9252
9253 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
9254
9255 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9256 instead of nnheader-accept-process-output.
9257
9258 * gnus-html.el (gnus-html-schedule-image-fetching)
9259 (gnus-html-prefetch-images): Replace process-kill-without-query by
9260 gnus-set-process-query-on-exit-flag.
9261
9262 2010-09-16 Romain Francoise <romain@orebokech.com>
9263
9264 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9265
9266 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9267
9268 * gnus-registry.el (gnus-registry-install-shortcuts): The second
9269 parameter to unintern is mandatory-ish in Emacs 24.
9270
9271 * gnus-html.el (gnus-html-schedule-image-fetching)
9272 (gnus-html-prefetch-images): Check for curl before using it.
9273
9274 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9275 depend on curl, which isn't essential.
9276
9277 * imap.el: Revert back to version
9278 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9279 seem problematic.
9280
9281 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
9282
9283 * gnus-registry.el (gnus-registry-install-shortcuts):
9284 Explicitly pass `obarray' to `unintern' to avoid a warning.
9285
9286 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9287
9288 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9289 change.
9290
9291 * nnrss.el (nnrss-request-list): Remove this function and related
9292 functions, including the moreover stuff.
9293
9294 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9295
9296 * nnrss.el (nnrss-retrieve-groups): New function.
9297
9298 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
9299
9300 * .dir-locals.el: Add no-byte-compile cookie.
9301
9302 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
9303
9304 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9305 for back end that doesn't support request-scan.
9306
9307 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9308
9309 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9310 then do request scans from the backends.
9311
9312 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9313 avoid running a hook per line, since this takes a lot of time,
9314 profiling shows.
9315 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9316 directly if gnus-visual-p is true.
9317
9318 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9319
9320 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9321 groups; replace mapcar with dolist which is a bit faster; pass groups
9322 info to gnus-read-active-file-1.
9323 (gnus-read-active-file-1): Scan only specified groups if the new
9324 optional arg `infos' is given.
9325
9326 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9327
9328 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9329
9330 * pop3.el (pop3-movemail): Remove.
9331 (pop3-streaming-movemail): Rename to pop3-movemail.
9332
9333 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9334 don't restrict end-tag searches to the end of the line.
9335
9336 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9337
9338 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9339 articles of every unchecked group to t, which means unknown since the
9340 server has never been opened.
9341
9342 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9343
9344 * gnus-html.el (gnus-html-show-alt-text): New command.
9345 (gnus-html-browse-image): Ditto.
9346 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9347 to browse the image directly.
9348 (gnus-html-wash-tags): Search for images first, so that <a><img> works
9349 better.
9350
9351 * gnus-async.el (gnus-async-article-callback):
9352 Call `gnus-html-prefetch-images' unconditionally.
9353
9354 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9355 before feeding URLs to curl.
9356
9357 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
9358
9359 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9360 internal images as deletable by `W D D'.
9361
9362 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9363 (gnus-async-article-callback): Fix typo.
9364
9365 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9366
9367 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9368 current line to work around bugs in the output from w3m.
9369
9370 * gnus-async.el (gnus-async-article-callback): Always prefetch images
9371 for groups that want that.
9372
9373 * nntp.el (nntp-wait-for-string): Supply a timeout for
9374 accept-process-output to ensure progress.
9375
9376 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9377 level to get unread articles from, then use that for foreign groups,
9378 too.
9379
9380 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9381 confuses the rest of the function.
9382
9383 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9384 for the methods that support -retrieve-groups, too.
9385
9386 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9387
9388 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
9389
9390 * pop3.el: Require cl when compiling.
9391 (pop3-number-of-responses): Search for "+OK", not "+OK ".
9392
9393 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9394
9395 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9396 that aren't going to be activated.
9397 (gnus-get-unread-articles): Fix up the last commit.
9398
9399 * gnus-html.el (gnus-article-html): Allow calling without specifying
9400 the handle. In that case, dissect the buffer first.
9401
9402 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9403
9404 * nnimap.el (nnimap-open-connection): Revert the change that would look
9405 into authinfo for imaps instead of imap.
9406
9407 * gnus-start.el (gnus-activate-group): Take an optional parameter to
9408 say that you don't want to call gnus-request-group with don-check, but
9409 do check the response. This is for virtual groups only.
9410 (gnus-get-unread-articles): Count the archive groups as secondary, so
9411 that they're activated the same way as before.
9412
9413 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9414 case-insensitively.
9415 (nnimap-debug): Remove.
9416
9417 * mail-source.el (mail-source-fetch): Don't message if we're fetching
9418 mail from a file, and the file doesn't exist.
9419
9420 * pop3.el (pop3-streaming-movemail): Return t for success.
9421
9422 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9423 .authinfo if we're using ssl connection.
9424
9425 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9426 already have if we're in a main Gnus `g' run.
9427
9428 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9429
9430 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9431
9432 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9433
9434 * nnmh.el (nnmh-request-list-1): Bind `file'.
9435
9436 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9437 alias to set-process-query-on-exit-flag or process-kill-without-query.
9438 (pop3-open-server): Use it.
9439
9440 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9441
9442 * mail-source.el (mail-source-delete-crash-box): Always move the crash
9443 box to the Incoming file. Fixes mistake in previous checkin.
9444
9445 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9446 request loop (for debugging purposes) removed.
9447
9448 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9449 culprit is more visible.
9450 (nnml-save-incremental-nov, nnml-open-incremental-nov)
9451 (nnml-add-incremental-nov): New functions to do "incremental" nov
9452 updates, where we just append to the end of the existing nov files
9453 without reading/writing them in full.
9454
9455 * mail-source.el (mail-source-delete-crash-box): Really only check the
9456 incoming files once in a while.
9457
9458 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9459
9460 * mail-source.el (mail-source-delete-crash-box): Only check the
9461 incoming files for deletion once per day to save a lot of file
9462 accesses.
9463
9464 * pop3.el (pop3-logon): Fix up unbound variable typo.
9465
9466 * mail-source.el (pop3-streaming-movemail): Autoload.
9467
9468 * pop3.el (pop3-streaming-movemail):
9469 Respect pop3-leave-mail-on-server.
9470
9471 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9472 retrieval.
9473
9474 * pop3.el (pop3-process-filter): Remove unused function.
9475 (pop3-streaming-movemail, pop3-send-streaming-command)
9476 (pop3-wait-for-messages, pop3-write-to-file)
9477 (pop3-number-of-responses): New functions for streaming pop3
9478 retrieval.
9479
9480 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9481 come from no known methods.
9482 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9483 list.
9484
9485 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9486 message sizes.
9487 (pop3-movemail): Use erase-buffer instead of looping and deleting
9488 regions, which seems rather odd.
9489
9490 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9491 file once per `g' run.
9492
9493 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9494 directories. This makes the draft queue directory work.
9495
9496 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9497 data from the backends, so that we only request the list of groups from
9498 each method once. This should speed things up considerably.
9499
9500 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9501 detect that it's not implemented.
9502
9503 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9504 we actually do recurse down into the tree, but don't stat all leaf
9505 nodes.
9506
9507 * gnus-html.el (gnus-html-show-images): If there are no images to show,
9508 then say so instead of bugging out.
9509
9510 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9511 files exist before trying to read them.
9512
9513 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9514 around <pre_int>.
9515
9516 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9517
9518 * nnmh.el (nnmh-request-list-1): Optimize for speed.
9519
9520 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9521
9522 * mm-util.el (mm-image-load-path): Just return the image directories,
9523 not all directories in the path in addition to the image directories.
9524 (mm-image-load-path): Maintain a cache of the image directories so that
9525 the `g' command in Gnus doesn't have to stat dozens of directories each
9526 time.
9527
9528 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9529 (gnus-html-wash-tags): Add a new `i' command to insert images.
9530 (gnus-html-insert-image): New command and keystroke.
9531 (gnus-html-redisplay-with-images): New command and keystroke.
9532 (gnus-html-show-images): Rename command.
9533 (gnus-html-wash-tags): Remove more white space before <pre_int> image
9534 spacers.
9535 (gnus-html-wash-tags): Decode entities at the end, so that entities
9536 inside the tags don't mess up the rest of the "parsing".
9537
9538 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9539 so that nnimap methods aren't agentized by default. There's apparently
9540 many problems related to agent/imap behavior.
9541
9542 * gnus-art.el (gnus-article-copy-string): New command and key binding.
9543
9544 * gnus-html.el: Doc fix.
9545
9546 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9547
9548 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9549 glyph-width and glyph-height instead of display-graphic-p and
9550 image-size; make avoidance of displaying small images work for XEmacs.
9551
9552 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9553 for XEmacs.
9554
9555 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9556 of symbol that holds plist data.
9557 (gnus-process-plist): Remove plist of process after getting it.
9558
9559 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9560
9561 * message.el (message-generate-hashcash): Change default to
9562 'opportunistic if hashcash is installed.
9563
9564 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9565 (gnus-html-put-image): Only call image-size once, since it's somewhat
9566 time-consuming on remote X servers.
9567
9568 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
9569
9570 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9571 decoded contents.
9572 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9573
9574 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9575
9576 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9577 group line format, since it isn't very interesting.
9578
9579 * gnus-agent.el (gnus-agent-short-article),
9580 (gnus-agent-long-article): Increase values for these two variables,
9581 since most people are likely to have more network connection and
9582 storage than before.
9583
9584 * gnus.el (gnus-refer-article-method): Change default to 'current.
9585 When referring an article, the common behavior is to refer it from the
9586 current select method, not the native select method. The chances of
9587 the native select method having the message in question is rather slim
9588 these days.
9589
9590 * gnus-sum.el (gnus-auto-select-subject): Change default to
9591 `unseen-or-unread'. I think it's likely that most people want to
9592 select an unseen article over a previously seen, but unread one.
9593
9594 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
9595 means that in the article buffer none of the minor mode elements will
9596 be shown, usually, and this is not desirable in most cases.
9597
9598 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9599 that commands like `d' (and the like) go to the next line in the
9600 buffer, instead of the next unread article. I think this is the
9601 behavior that is most natural for most users.
9602 (gnus-single-article-buffer): Change default to nil, so that people can
9603 have as many article buffers open as they have summary buffer. I think
9604 this is the most natural way for the groups to behave.
9605
9606 * message.el (message-generate-new-buffers): Change default to
9607 `unsent', so that all new message buffers start their names with the
9608 string "*unsent", and it's easier to find the buffers if you move from
9609 them.
9610
9611 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9612
9613 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9614 small. They're probably tracking images.
9615 (gnus-html-wash-tags): Remove all <pre_int> place holders.
9616 (gnus-html-rescale-image): Yet another try at getting the image sizing
9617 right.
9618
9619 * nntp.el (nntp-request-set-mark): Refuse to do marks if
9620 nntp-marks-file-name is nil.
9621
9622 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9623
9624 * gnus-html.el (gnus-html-wash-tags)
9625 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9626 Better logging.
9627
9628 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9629
9630 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9631
9632 * gnus-html.el (gnus-html-wash-tags): Check the value of
9633 gnus-blocked-images in the summary buffer.
9634
9635 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9636
9637 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9638
9639 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9640
9641 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9642 like "a", it seems like.
9643 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9644 since it needs to be picked from the correct buffer.
9645
9646 * nnwfm.el: Remove.
9647
9648 * nnlistserv.el: Remove.
9649
9650 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9651
9652 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9653 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9654
9655 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9656
9657 * nnkiboze.el: Remove.
9658
9659 * nndb.el: Remove.
9660
9661 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9662 alt text.
9663 (gnus-html-rescale-image): Try to get the rescaling logic right for
9664 images that are just wide and not tall.
9665
9666 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9667 overshadow variable bindings.
9668
9669 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9670
9671 * gnus-html.el (gnus-html-wash-tags)
9672 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9673 Add extra logging.
9674
9675 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9676
9677 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9678 (gnus-max-image-proportion): New variable.
9679 (gnus-html-rescale-image): New function.
9680 (gnus-html-put-image): Rescale images.
9681
9682 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9683
9684 Fix up some byte-compiler warnings.
9685 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9686 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9687 (gnus-article-fill-cited-article, gnus-article-hide-citation)
9688 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9689 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9690 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9691 (gnus-group-update-group): Use save-excursion and with-current-buffer.
9692
9693 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9694
9695 * gnus-html.el (gnus-article-html): Decode contents by charset.
9696
9697 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9698
9699 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9700 (gnus-html-frame-width, gnus-blocked-images):
9701 * message.el (message-prune-recipient-rules): Add custom version.
9702 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9703
9704 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9705 functions.
9706
9707 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9708 gnus-process-get.
9709
9710 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
9711
9712 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9713 instead of lsub directly.
9714
9715 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9716
9717 * nnwarchive.el: Remove.
9718
9719 * gnus-soup.el: Remove.
9720
9721 * nnsoup.el: Remove.
9722
9723 * nnultimate.el: Remove.
9724
9725 * gnus-html.el (gnus-blocked-images): New variable.
9726
9727 * message.el (message-prune-recipients): New function.
9728 (message-prune-recipient-rules): New variable.
9729
9730 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9731 guess whether a long line is natural text or not.
9732
9733 * gnus-html.el (gnus-html-schedule-image-fetching):
9734 Use gnus-process-plist and friends for compatibility.
9735
9736 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9737
9738 * gnus-html.el: Require packages that define macros used in this file.
9739 (gnus-article-mouse-face): Declare to silence byte-compiler.
9740 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9741 process-get.
9742 (gnus-html-put-image): Use plist-get to avoid getf.
9743 (gnus-html-prefetch-images): Use with-current-buffer.
9744
9745 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
9746
9747 * gnus-ems.el: Provide compatibility functions for
9748 gnus-set-process-plist.
9749
9750 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9751 * gnus.el (gnus-valid-select-methods):
9752 * message.el (message-send-mail-partially-limit):
9753 * mm-decode.el (mm-text-html-renderer):
9754 * mml.el (mml-insert-mime-headers-always):
9755 * smiley.el (smiley-regexp-alist): Bump custom version.
9756
9757 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9758
9759 * gnus-html.el: require mm-url.
9760 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9761 with the url to `url'.
9762 (gnus-html-wash-tags): Support cid: URLs/images.
9763
9764 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9765
9766 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9767 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9768 bindings, as they aren't useful at all. `w' is moved to `W w'.
9769
9770 * gnus-move.el: Remove file, since it doesn't really work.
9771
9772 * gnus-html.el (gnus-article-html): Tell w3m that the input is
9773 UTF-8. This seems to fix problems with some German web feeds.
9774
9775 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9776 at the top so that the proper colors are applied.
9777
9778 * gnus-art.el (gnus-article-view-part): Doc fix.
9779
9780 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9781 XEmacs-compatible.
9782 (gnus-html-put-image): Don't do images on non-graphic displays.
9783
9784 * nnslashdot.el: Remove this unused backend.
9785
9786 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9787 actions.
9788 (gnus-undo-register-1): Revert last change.
9789
9790 * gnus-group.el (gnus-group-completing-read): Protect against not
9791 having completion-styles bound.
9792
9793 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9794 make broken recipients happier.
9795
9796 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9797
9798 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9799 point parameter.
9800
9801 * gnus-group.el (gnus-group-completing-read): Add 'substring to
9802 completion-styles for group selection.
9803
9804 2009-02-04 Andreas Schwab <schwab@suse.de>
9805
9806 * gnus-score.el (gnus-score-string): Fix regex for matching extra
9807 headers and regexp-quote the match if necessary.
9808
9809 2009-03-24 Miles Bader <miles@gnu.org>
9810
9811 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9812 the blinking smiley.
9813
9814 2009-03-24 Simon Josefsson <simon@josefsson.org>
9815
9816 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9817 blink smiley.
9818
9819 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9820
9821 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9822 where the dribbel file lives exists.
9823
9824 * message.el (message-send-mail-partially-limit): Change the default to
9825 nil, since most people don't want this.
9826
9827 * mm-url.el (mm-url-decode-entities): Also decode entities like
9828 &#x3212.
9829
9830 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
9831
9832 * gnus-sum.el (gnus-summary-idna-message):
9833 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9834 Hyperlink urls in docstrings with URL `...'.
9835
9836 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
9837
9838 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9839 functions.
9840
9841 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9842
9843 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9844 say what the mouseover text should be.
9845
9846 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9847 version of the mm-w3m-safe-url-regexp variable to only download images
9848 in the groups where we want that to happen.
9849
9850 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9851
9852 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9853 easier debugging.
9854 (gnus-article-beginning-of-window): Add kludge to allow spacing past
9855 big pictures in the article buffer.
9856
9857 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9858 gnus-article-html.
9859 (mm-text-html-renderer): gnus-article-html needs curl in addition to
9860 w3m.
9861
9862 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9863
9864 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9865
9866 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9867 which doesn't exist.
9868
9869 * message.el (message-inhibit-ecomplete): New variable to allow some
9870 function to inhibit ecomplete address storage.
9871 (message-resend): Disable ecomplete message storage when resending
9872 messages.
9873
9874 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9875
9876 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
9877
9878 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9879 Save excursion while copying, moving, and deleting articles in order to
9880 prevent the cursor from jumping to unforeseen place.
9881
9882 2010-08-17 Glenn Morris <rgm@gnu.org>
9883
9884 * gnus-sync.el: Require gnus components whose functions are used.
9885
9886 * gnus-art.el (bookmark-make-record-function):
9887 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9888 Declare for compiler.
9889
9890 * mm-url.el (mml-compute-boundary): Autoload.
9891
9892 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
9893
9894 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9895
9896 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
9897
9898 Typo fix "hoo4a" -> "hook".
9899
9900 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9901
9902 2010-08-14 Glenn Morris <rgm@gnu.org>
9903
9904 * gnus-sync.el (gnus-sync): Fix defgroup version.
9905
9906 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
9907
9908 Doc fixes and keep unknown groups (ammended for nunion bug fix).
9909
9910 * gnus-sync.el: Fix docs.
9911 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9912 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9913
9914 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9915
9916 Optimizations for gnus-sync.el.
9917
9918 * gnus-sync.el: Add docs about gnus-sync-backend
9919 possibilities.
9920 (gnus-sync-save): Remove unnecessary message.
9921 (gnus-sync-read): Optimize and show what groups were skipped.
9922
9923 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9924
9925 Minor bug fixes for gnus-sync.el.
9926
9927 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9928 Don't read the sync on get-new-news.
9929
9930 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9931 quiet.
9932
9933 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9934 (fix typo).
9935
9936 2010-07-30 Lawrence Mitchell <wence@gmx.li>
9937
9938 Make saving and restoring of hidden threads work with overlays.
9939 Patch applied by Ted Zlatanov.
9940
9941 * gnus-sum.el (gnus-hidden-threads-configuration)
9942 (gnus-restore-hidden-threads-configuration): Update to deal with text
9943 properties, rather than searching for a magic character.
9944
9945 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9946
9947 New gnus-sync.el library for synchronization of marks.
9948
9949 * gnus-sync.el: New library for synchronization of marks.
9950
9951 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9952 renamed from `gnus-registry-grep-in-list'.
9953
9954 * gnus-registry.el (gnus-registry-follow-group-p):
9955 Use `gnus-grep-in-list'.
9956
9957 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9958
9959 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
9960
9961 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9962 determining charset of text fails.
9963
9964 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9965
9966 * nnmail.el (nnmail-get-new-mail-1): Revert.
9967
9968 * nnml.el (nnml-active-number): Make sure names of newly created groups
9969 in nnml-group-alist are encoded.
9970
9971 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
9972
9973 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9974 containing non-ASCII characters in active file for nnml back end.
9975
9976 2010-07-24 David Engster <dengste@eml.cc>
9977
9978 * mml-smime.el (mml-smime-epg-verify): Also accept the older
9979 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9980
9981 2010-07-21 Daiki Ueno <ueno@unixuser.org>
9982
9983 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9984 tag (Bug#6654).
9985
9986 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
9987
9988 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9989 the article buffer, not the summary buffer.
9990
9991 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
9992
9993 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9994 Emacs 23 as well.
9995
9996 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9997
9998 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9999 Patch applied by Karl Fogel.
10000
10001 * gnus-sum.el (gnus-summary-bookmark-make-record):
10002 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10003
10004 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10005
10006 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10007 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
10008 C-w still not working correctly from Article buffers; Thierry's
10009 patch to fix that will be applied after this.
10010
10011 * gnus-art.el (bookmark-make-record-function): New local variable.
10012
10013 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10014 article buffer.
10015 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10016
10017 2010-07-13 Karl Fogel <kfogel@red-bean.com>
10018
10019 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10020 on changes in bookmark.el.
10021
10022 2010-06-22 Mark A. Hershberger <mah@everybody.org>
10023
10024 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10025 the *other* type of HTML form submission.
10026
10027 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
10028
10029 * auth-source.el (auth-source-pick): If choice does not contain a
10030 questioned keyword, set the check to t.
10031
10032 2010-06-12 Romain Francoise <romain@orebokech.com>
10033
10034 * gnus-util.el (gnus-date-get-time): Move up before first use.
10035
10036 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10037
10038 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10039 (gnus-article-edit-part): Bind it to make last part that is substituted
10040 or deleted visible.
10041 (gnus-mime-display-single): Buttonize part of which id equals to
10042 gnus-mime-buttonized-part-id.
10043
10044 2010-06-10 Dan Christensen <jdc@uwo.ca>
10045
10046 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10047 (gnus-dd-mmm): Use gnus-date-get-time.
10048 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10049 simplify logic.
10050 (gnus-summary-limit-to-age): Use gnus-date-get-time.
10051 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10052
10053 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
10054
10055 * auth-source.el (top): Autoload `secrets-list-collections',
10056 `secrets-create-item', `secrets-delete-item'.
10057 (auth-sources): Fix tag string.
10058 (auth-get-source, auth-source-retrieve, auth-source-create)
10059 (auth-source-delete): New defuns.
10060 (auth-source-pick): Rewrite in order to avoid 2 passes.
10061 (auth-source-forget-user-or-password): New parameter USERNAME.
10062 (auth-source-user-or-password): New parameters CREATE-MISSING and
10063 DELETE-EXISTING. Retrieve password interactively, if needed.
10064
10065 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
10066
10067 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10068 deleting unused directories when gnus-expert-user is t.
10069
10070 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
10071
10072 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10073 for each temp file when gnus-article-browse-delete-temp is ask.
10074
10075 2010-05-20 Kevin Ryde <user42@zip.com.au>
10076
10077 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
10078
10079 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
10080
10081 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10082 article unless decoding article to be saved.
10083
10084 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10085
10086 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10087 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10088 generated within the mm-with-unibyte-current-buffer macro.
10089
10090 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10091
10092 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10093 to nil when we're in a mml-preview buffer and no group is selected.
10094
10095 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
10096
10097 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10098 when catching the `C-g'. Reported by "Leo".
10099
10100 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10101
10102 * message.el (message-forward-make-body-plain)
10103 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10104 multibyte-string-p.
10105
10106 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10107
10108 * message.el (message-forward-make-body-mml): Assume original message
10109 is multibyte string; error on unibyte.
10110 (message-forward-make-body-plain): Ditto; don't add excessive newline
10111 in body end.
10112
10113 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
10114
10115 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10116 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
10117
10118 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
10119
10120 * mm-extern.el (mm-extern-url): Don't use
10121 mm-with-unibyte-current-buffer.
10122 (mm-extern-cache-contents): Use with-current-buffer instead of
10123 save-excursion + set-buffer.
10124
10125 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10126
10127 * mm-util.el (mm-emacs-mule): Remove.
10128
10129 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
10130
10131 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10132 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10133 change.
10134
10135 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10136
10137 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10138 bind the default value of enable-multibyte-characters to nil.
10139
10140 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10141
10142 * message.el (message-forward-make-body-plain)
10143 (message-forward-make-body-mml):
10144 Don't use mm-with-unibyte-current-buffer.
10145
10146 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
10147
10148 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10149 (Bug#5592).
10150
10151 2010-05-07 Julien Danjou <julien@danjou.info>
10152
10153 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10154 it to mm-pipe-part.
10155
10156 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10157 it is given.
10158
10159 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10160
10161 * nnweb.el (nnweb-gmane-search):
10162 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10163 XEmacs.
10164
10165 * gnus-art.el (gnus-article-browse-html-parts):
10166 * gnus-group.el (gnus-read-ephemeral-gmane-group)
10167 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10168 make-temp-file.
10169
10170 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10171 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10172 compiling.
10173
10174 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10175 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10176 XEmacs when compiling.
10177
10178 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10179 gnus-pick-mode-off-hook for XEmacs when compiling.
10180 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10181 gnus-binary-mode-off-hook for XEmacs when compiling.
10182
10183 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10184 Return nil if char-charset is not available.
10185
10186 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
10187 macro.
10188
10189 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10190 instead of encode-coding-string.
10191
10192 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10193 'xemacs) instead of mm-emacs-mule to switch function definitions.
10194 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10195
10196 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
10197
10198 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10199
10200 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
10201
10202 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10203 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10204
10205 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
10206
10207 * mm-util.el (mm-decompress-buffer): Use `delete-file';
10208 alias `jka-compr-delete-temp-file' no longer exists.
10209
10210 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10211
10212 Use define-minor-mode in Gnus where applicable.
10213 * mml.el (mml-mode): Use define-minor-mode.
10214 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10215 (gnus-undo-mode): Use define-minor-mode.
10216 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10217 (gnus-dead-summary-mode): Use define-minor-mode.
10218 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10219 Initialize in declaration.
10220 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10221 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10222 (gnus-mailing-list-mode): Use define-minor-mode.
10223 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10224 (gnus-draft-mode): Use define-minor-mode.
10225 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10226 (gnus-dired-mode): Use define-minor-mode.
10227
10228 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
10229
10230 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10231 handles on recursive mml-to-mime translation and check them for
10232 boundary delimiter collisions. Reported by Greg Troxel.
10233
10234 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
10235
10236 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10237
10238 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10239
10240 * mm-util.el (mm-find-buffer-file-coding-system):
10241 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10242
10243 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
10244
10245 * message.el (message-generate-headers): Record insertion of optional
10246 headers as well. Otherwise the check to prevent repeated insertion of
10247 optional headers is a no-op.
10248
10249 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
10250
10251 * smime.el: Don't mention CVS.
10252
10253 * nnrss.el (nnrss-fetch): Don't mention CVS.
10254
10255 * nnir.el: Don't mention CVS.
10256
10257 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10258
10259 * gnus-sum.el (gnus-summary-bookmark-make-record):
10260 Add `location' field.
10261
10262 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10263
10264 * gnus-sum.el: Add bookmark declarations to silence the compiler.
10265 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10266 Use with-current-buffer to silence the byte-compiler.
10267 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10268 bother to require `gnus'.
10269 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
10270
10271 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10272
10273 * gnus-sum.el (gnus-summary-bookmark-make-record)
10274 (gnus-summary-bookmark-jump): New functions.
10275 (gnus-summary-mode): Setup bookmark support.
10276
10277 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
10278
10279 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10280 if set.
10281
10282 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
10283
10284 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10285 gnus-article-browse-html-save-cid-image; make it work recursively for
10286 forwarded messages as well.
10287 (gnus-article-browse-html-parts): Work when prefix arg is given.
10288 (gnus-article-browse-html-article): Doc fix.
10289
10290 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
10291
10292 * message.el (message-default-mail-headers):
10293 (message-default-headers): Carry the value mail-default-headers over
10294 into message-default-mail-headers, rather than message-default-headers.
10295
10296 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
10297
10298 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10299 charset.
10300
10301 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10302 charset into the <meta> tag when the article is encoded to utf-8.
10303
10304 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
10305
10306 * gnus-art.el (gnus-article-browse-delete-temp-files):
10307 Delete directories as well.
10308 (gnus-article-browse-html-parts): Work for images that do not specify
10309 file names; delete temp directory when quitting; insert header at the
10310 right place; use file: scheme for image files.
10311
10312 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
10313
10314 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10315 (gnus-article-browse-html-parts): Use it to make temporary cid image
10316 files in addition to html file so that browser may display them.
10317
10318 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
10319
10320 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10321
10322 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
10323
10324 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10325
10326 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
10327
10328 * auth-source.el (auth-sources): Change default to be simpler.
10329 Explain about Secret Service API sources. Improve Customize options.
10330 (auth-source-pick): Change to accept any number of search parameters.
10331 Implement fallbacks iteratively, not recursively. Add scoring on the
10332 second pass and sort by score. Call Secret Service API when needed.
10333 (auth-source-user-or-password): Use it. Call Secret Service API
10334 directly when needed to get the user name and the password.
10335
10336 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10337
10338 * message.el (message-interactive): Doc fix.
10339 (message-qmail-inject-args): Reflow.
10340 (message-kill-to-signature): Fix typo in docstring.
10341
10342 * smiley.el (smiley-buffer): Fix typo in docstring.
10343
10344 2010-03-24 Glenn Morris <rgm@gnu.org>
10345
10346 * mail-source.el (gnus-message): Declare.
10347 (mail-source-delete-old-incoming): Require gnus-util.
10348
10349 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
10350
10351 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10352
10353 * message.el (ecomplete-setup): Autoload it for Emacs <23.
10354
10355 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10356 password-cache's default if it is not bound.
10357 (mml-secure-passphrase-cache-expiry): Default to 16 that is
10358 password-cache-expiry's default if it is not bound.
10359
10360 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10361 available in Emacs 21.
10362
10363 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
10364
10365 * auth-source.el (auth-sources): Fix up definition so extra parameters
10366 are always inline.
10367
10368 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
10369
10370 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10371 wasn't updated after mismatch. Clear cached mailbox info correctly
10372 when uidvalidity changes.
10373 (nnimap-group-prefixed-name): New function to avoid some code
10374 duplication.
10375 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10376 (nnimap-request-group): Use it.
10377 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10378 (nnimap-update-unseen): Significantly improved speed of Gnus startup
10379 with many imap folders. This is done by caching the group status from
10380 the imap server persistently in a group parameter `imap-status'. (This
10381 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10382 but not persistently, so every Gnus startup was still very slow.)
10383
10384 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
10385
10386 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
10387 secrets.el dependency.
10388 (auth-sources): Add optional user name. Add secrets.el configuration
10389 choice (unused right now).
10390
10391 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
10392
10393 * gnus-sum.el (gnus-summary-make-menu-bar):
10394 Let `gnus-registry-install-shortcuts' fill in the functions.
10395
10396 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10397 warnings.
10398 (gnus-registry-misc-menus): Variable to hold registry mark menus.
10399 (gnus-registry-install-shortcuts): Populate and use it in a
10400 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10401
10402 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
10403
10404 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10405 In-place substitutions for the group name encoding/decoding.
10406 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10407 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10408 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10409 (nnimap-update-unseen, nnimap-request-list)
10410 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10411 (nnimap-request-set-mark, nnimap-split-to-groups)
10412 (nnimap-split-articles, nnimap-request-newgroups)
10413 (nnimap-request-create-group, nnimap-request-accept-article)
10414 (nnimap-request-delete-group, nnimap-request-rename-group)
10415 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
10416 `encoded-mbx' for consistency.
10417 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10418 variable `imap-current-mailbox'.
10419
10420 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10421 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10422
10423 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
10424
10425 * pop3.el (pop3-display-message-size-flag): Display message size byte
10426 counts during POP3 download.
10427 (pop3-movemail): Use it.
10428 (pop3-list): Implement listing of available messages.
10429
10430 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
10431
10432 * nnir.el (nnir-get-article-nov-override-function): New function to
10433 override the normal NOV retrieval.
10434 (nnir-retrieve-headers): Use it.
10435
10436 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
10437
10438 * auth-source.el (netrc-machine-user-or-password): Autoload.
10439
10440 2010-03-19 Glenn Morris <rgm@gnu.org>
10441
10442 Stop message.el from loading about 40 libraries it doesn't always need.
10443 The general approach is to autoload rather than require, and to
10444 require in the specific functions rather than the file. (Bug#5642)
10445
10446 * gmm-utils.el: Don't require wid-edit.
10447 (widget-create-child-value, widget-convert, widget-default-get):
10448 Autoload.
10449
10450 * gnus-util.el: Don't require time-date, netrc.
10451 (message-fetch-field, gnus-group-name-decode): Declare rather than
10452 autoloading.
10453 (gnus-fetch-field): Require message.
10454 (gnus-decode-newsgroups): Require gnus-group.
10455
10456 * ietf-drums.el: Don't require time-date.
10457
10458 * message.el: Don't require hashcash, canlock, ecomplete.
10459 Do require mail-utils. Require nnheader only when compiling.
10460 (smtpmail-default-smtp-server): Remove declaration.
10461 (message-send-mail-function): Check smtpmail-default-smtp-server
10462 is bound rather than requiring smtpmail.
10463 (message-auto-save-directory, message-insert-signature):
10464 Use expand-file-name rather than nnheader-concat.
10465 (nnheader-insert-file-contents): Autoload.
10466 (hashcash-wait-async): Declare.
10467 (message-send-mail): Only call gnus-setup-posting-charset if
10468 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
10469 (message-send-mail-with-sendmail): Require sendmail.
10470 (canlock-password, canlock-password-for-verify): Declare.
10471 (message-canlock-password): Require canlock.
10472 (nnheader-get-report): Autoload.
10473 (gnus-setup-posting-charset): Declare.
10474 (message-send-news): Require gnus-msg.
10475 (message-make-references, message-make-in-reply-to): Use mail-header-id
10476 rather than the alias mail-header-message-id.
10477 (ecomplete-add-item, ecomplete-save): Declare.
10478 (message-put-addresses-in-ecomplete): Require ecomplete.
10479 (ecomplete-display-matches): Autoload.
10480
10481 * mm-decode.el: Don't require mailcap, gnus-util.
10482 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10483 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10484 Autoload.
10485 (mailcap-mime-extensions): Declare.
10486
10487 * mm-encode.el: Don't require mailcap.
10488 (mailcap-extension-to-mime): Autoload.
10489
10490 * mml-sec.el: Don't require password-cache.
10491
10492 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10493 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10494 (mml-minibuffer-read-type): Require mailcap.
10495 (mml-preview): Require gnus-msg.
10496
10497 * mml1991.el: Require password-cache.
10498 (password-cache-expiry): Remove declaration.
10499
10500 * mml2015.el: Require password-cache.
10501 (password-cache-expiry): Remove declaration.
10502
10503 * nneething.el (mailcap): Require mailcap.
10504
10505 * nnheader.el (declare-function): Add compatibility stub.
10506 (message-remove-header): Declare rather than autoload.
10507 (nnheader-replace-header): Require message.
10508
10509 * nnimap.el (declare-function): Add compatibility stub.
10510 (netrc-parse, netrc-machine-user-or-password): Declare.
10511 (nnimap-open-connection): Require netrc.
10512
10513 * nntp.el (declare-function): Add compatibility stub.
10514 (netrc-parse, netrc-machine, netrc-get): Declare.
10515 (nntp-send-authinfo): Require netrc.
10516
10517 * rfc2047.el: Don't require qp.
10518 (quoted-printable-encode-region, quoted-printable-decode-string):
10519 Autoload.
10520
10521 * sieve-mode.el: Don't require easymenu.
10522 (easy-menu-add-item): Autoload it.
10523
10524 * spam-stat.el (time-to-number-of-days): Autoload it.
10525
10526 2010-03-17 Kevin Ryde <user42@zip.com.au>
10527
10528 * mml.el (mml-read-tag): Unquote values with `read' to reverse
10529 prin1 in mml-insert-tag (just stripping the quotes gave wrong
10530 value if any backslash escapes).
10531
10532 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10533
10534 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10535 if it is available. (bug#5647)
10536
10537 2010-02-26 Glenn Morris <rgm@gnu.org>
10538
10539 * message.el (message-send-mail-function): Change the default, so that
10540 it inherits from a customized send-mail-function. (Bug#5643)
10541
10542 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10543
10544 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10545 shell-command-to-string signals an error (bug#5299).
10546
10547 2010-02-24 Glenn Morris <rgm@gnu.org>
10548
10549 * message.el (message-smtpmail-send-it)
10550 (message-send-mail-with-mailclient): Doc fixes.
10551
10552 2010-02-16 Glenn Morris <rgm@gnu.org>
10553
10554 * message.el (message-default-mail-headers): Change the default value
10555 to ease the transition from mail-mode to message-mode. (Bug#5555)
10556
10557 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
10558
10559 * message.el (message-mail): Just pass yank-action on to message-setup.
10560 (message-setup): Handle (FUN . ARGS) form of yank-action.
10561 (message-with-reply-buffer, message-widen-reply)
10562 (message-yank-original): Handle non-buffer values of
10563 message-reply-buffer (Bug#4080).
10564 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10565
10566 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
10567
10568 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10569 Fix typo in docstring.
10570
10571 2010-01-08 Jason Rumney <jasonr@gnu.org>
10572
10573 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10574 response.
10575
10576 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10577
10578 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10579
10580 * message.el (message-check-news-header-syntax): Protect against a
10581 string that `rfc822-addresses' returns when parsing fails.
10582
10583 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10584
10585 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10586 (gnus-previous-char-property-change): New functions.
10587
10588 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10589
10590 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
10591
10592 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10593 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
10594
10595 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
10596
10597 * message.el (message-exchange-point-and-mark): Rework last change to
10598 avoid using optional arg of exchange-point-and-mark, for backward
10599 compatibility.
10600
10601 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
10602
10603 * message.el (message-exchange-point-and-mark):
10604 Call exchange-point-and-mark with an argument rather than setting
10605 mark-active by hand (Bug#5175).
10606
10607 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
10608
10609 * nntp.el (nntp-service-to-port): Work for service expressed with
10610 numeric string; replace [:digit:] with [0-9] for XEmacs.
10611
10612 2009-12-17 Glenn Morris <rgm@gnu.org>
10613
10614 * gnus-group.el (gnus-bug-group-download-format-alist):
10615 Change emacs entry to debbugs.gnu.org. Bump :version.
10616
10617 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
10618
10619 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10620
10621 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
10622
10623 * message.el (message-info): Explain why we use `Info-goto-node'.
10624
10625 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10626
10627 * message.el (message-completion-in-region): New compatibility function.
10628 (message-expand-group): Use it.
10629
10630 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
10631
10632 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10633 with no unread article should be listed if the 2nd arg `predicate' is
10634 given.
10635
10636 2009-11-29 Juri Linkov <juri@jurta.org>
10637
10638 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10639 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
10640 on `gnus-recenter'. (Bug#4698, Bug#4981)
10641
10642 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
10643
10644 * message.el (message-from-style, message-interactive)
10645 (message-signature): Always set default values from the corresponding
10646 mail-* variables.
10647 (message-cite-prefix-regexp, message-sendmail-envelope-from)
10648 (message-yank-prefix, message-indentation-spaces)
10649 (message-signature-file, message-default-headers): Use boundp rather
10650 than (featurep 'xemacs) to check if the corresponding mail-* variables
10651 exist.
10652
10653 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
10654
10655 * message.el (message-send-mail-with-sendmail): Revert last change.
10656
10657 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10658
10659 * message.el (message-from-style, message-interactive)
10660 (message-cite-prefix-regexp, message-sendmail-envelope-from)
10661 (message-yank-prefix, message-indentation-spaces, message-signature)
10662 (message-signature-file, message-default-headers): For GNU Emacs, set
10663 default values from the corresponding mail-* variables.
10664 (message-send-mail-with-sendmail): Use envelope-from only if
10665 mail-specify-envelope-from is non-nil.
10666
10667 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
10668
10669 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10670 containing tspecial characters if they have been already quoted.
10671
10672 2009-10-24 Glenn Morris <rgm@gnu.org>
10673
10674 * gnus-art.el (help-xref-stack-item): Define for compiler.
10675
10676 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
10677
10678 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10679
10680 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
10681
10682 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10683 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10684
10685 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
10686
10687 * gnus.el (gnus-overlay-get): New alias to overlay-get.
10688 (gnus-overlays-in): New alias to overlays-in.
10689
10690 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10691 gnus-overlay-get, and gnus-delete-overlay.
10692 (gnus-summary-show-thread): Make it work as well for systems in which
10693 next-single-char-property-change is not available.
10694 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10695
10696 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
10697
10698 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10699
10700 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
10701
10702 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10703 and XEmacs that don't have `remove-overlays'.
10704
10705 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10706
10707 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10708 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10709 selective display. Use overlays instead.
10710
10711 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10712
10713 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10714
10715 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10716
10717 * spam-stat.el (spam-stat-load): Fix typo in message.
10718
10719 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
10720
10721 * gnus-art.el (gnus-article-encrypt-body):
10722 * message.el (message-check-recipients):
10723 * mm-util.el (mm-codepage-setup):
10724 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10725 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10726
10727 2009-09-22 Daiki Ueno <ueno@unixuser.org>
10728
10729 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10730 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10731 keys from the menu if mm-{sign,encrypt}-option is 'guided.
10732 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10733 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10734
10735 2009-09-18 Glenn Morris <rgm@gnu.org>
10736
10737 * gnus-diary.el (gnus-diary-check-message):
10738 * message.el (message-insert-formatted-citation-line):
10739 * nnbabyl.el (top-level):
10740 * nndiary.el (nndiary-schedule):
10741 Fix typos in condition-case handlers.
10742
10743 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
10744
10745 * gnus-art.el (gnus-article-edit-part): Work for the buffer
10746 configuration that provides the sole article window in a frame;
10747 position point correctly after deleting a part.
10748
10749 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
10750
10751 * spam.el (spam-unregister-on-reregister): Add boolean variable.
10752 (spam-resolve-registrations-routine): Use it to unregister articles
10753 that change status.
10754
10755 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10756
10757 * nnrss.el (nnrss-request-article): Remove binding of
10758 default-enable-multibyte-characters that has gotten needless by
10759 the 2007-07-13 change in rfc2047-encode-message-header.
10760
10761 * mml.el (mml-insert-multipart): Error on the message header.
10762 (mml-insert-part): Error on the message header; position point at
10763 the end of a MIME tag.
10764
10765 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10766
10767 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10768 (gnus-float-time): Alias to float-time if it exists.
10769
10770 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10771 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10772 float-time is available; suppress compile warning for time-to-seconds.
10773
10774 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10775
10776 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10777 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10778 Add the optional argument `encoding' that overrides the default.
10779
10780 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10781 mm-encode-buffer.
10782
10783 2009-09-04 Glenn Morris <rgm@gnu.org>
10784
10785 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10786 mm-disable-multibyte, rather than default-enable-multibyte-characters.
10787 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10788 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10789 * mm-util.el (mm-with-unibyte-current-buffer)
10790 (mm-find-buffer-file-coding-system):
10791 * yenc.el (yenc-decode-region): Use default-value rather than
10792 default-enable-multibyte-characters.
10793
10794 2009-09-03 Glenn Morris <rgm@gnu.org>
10795
10796 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10797 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10798 than default-enable-multibyte-characters.
10799
10800 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
10801
10802 * gnus-art.el (gnus-article-read-summary-keys):
10803 Fix gnus-buffer-configuration's value temporarily used.
10804
10805 2009-09-02 Glenn Morris <rgm@gnu.org>
10806
10807 * gnus-util.el (gnus-float-time): New function.
10808 * gnus-delay.el (gnus-delay-article):
10809 * gnus-sum.el (gnus-thread-latest-date):
10810 * gnus-util.el (gnus-user-date): Use gnus-float-time.
10811 * nnspool.el (nnspool-request-newgroups):
10812 Use gnus-float-time rather than time-to-seconds.
10813 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10814
10815 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10816 (gnus-header-subject-face, gnus-header-newsgroups-face)
10817 (gnus-header-name-face, gnus-header-content-face):
10818 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10819 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10820 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10821 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10822 (gnus-cite-face-11):
10823 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10824 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10825 (gnus-server-closed-face, gnus-server-denied-face)
10826 (gnus-server-offline-face):
10827 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10828 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10829 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10830 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10831 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10832 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10833 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10834 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10835 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10836 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10837 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10838 (gnus-summary-selected-face, gnus-summary-cancelled-face)
10839 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10840 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10841 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10842 (gnus-summary-high-undownloaded-face)
10843 (gnus-summary-low-undownloaded-face)
10844 (gnus-summary-normal-undownloaded-face)
10845 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10846 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10847 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10848 (gnus-splash-face):
10849 * message.el (message-header-to-face, message-header-cc-face)
10850 (message-header-subject-face, message-header-newsgroups-face)
10851 (message-header-other-face, message-header-name-face)
10852 (message-header-xheader-face, message-separator-face)
10853 (message-cited-text-face, message-mml-face):
10854 * sieve-mode.el (sieve-control-commands-face)
10855 (sieve-action-commands-face, sieve-test-commands-face)
10856 (sieve-tagged-arguments-face):
10857 * spam.el (spam-face):
10858 Mark face aliases with "-face" in the name as obsolete.
10859
10860 2009-09-01 Glenn Morris <rgm@gnu.org>
10861
10862 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10863 than goto-line.
10864
10865 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10866
10867 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10868 Don't move point if the command is invoked inside the message header.
10869
10870 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10871
10872 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10873 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10874 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10875 * nnir.el (nnir-swish-e-index-file):
10876 * gnus-sum.el (gnus-summary-delete-marked-as-read)
10877 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10878 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10879 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10880 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10881 (gnus-treat-display-xface): Add Emacs version of obsolescence.
10882
10883 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
10884
10885 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10886 Don't save excursion.
10887
10888 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10889
10890 * nnheader.el (nnheader-find-file-noselect):
10891 * mm-util.el (mm-insert-file-contents):
10892 Use (default-value 'major-mode) instead of default-major-mode.
10893
10894 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10895
10896 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10897
10898 2009-08-25 Glenn Morris <rgm@gnu.org>
10899
10900 * nnir.el (top-level): Don't require cl at run-time.
10901 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10902 Replace cl-function substitute with gnus-replace-in-string.
10903 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10904 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10905 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10906 simplified expansions.
10907
10908 2009-08-22 Glenn Morris <rgm@gnu.org>
10909
10910 * gnus-art.el (gnus-button-patch): Use forward-line rather than
10911 goto-line.
10912
10913 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10914
10915 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10916
10917 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10918 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10919 (gnus-mm-display-part, gnus-mime-display-single)
10920 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10921 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10922
10923 * gnus-sum.el
10924 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10925 (gnus-summary-move-article): Add expirable mark to articles copied or
10926 moved to group that has auto-expire turned on if the option is non-nil.
10927
10928 2009-07-24 Glenn Morris <rgm@gnu.org>
10929
10930 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10931 Fix typo. (Bug#3903)
10932
10933 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10934
10935 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10936 gnus-article-read-summary-keys rather than gnus-summary-edit-article
10937 that should not be used for draft articles.
10938 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10939 that has no concern in minor mode keys.
10940 (gnus-article-summary-command, gnus-article-summary-command-nosave):
10941 Abolish.
10942
10943 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10944
10945 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10946 article without making inquiry to a user for unknown encoding.
10947
10948 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10949 (nnmaildir--scan): Assume i-node and device number that file-attributes
10950 returns might be cons-cell.
10951
10952 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
10953
10954 * auth-source.el: Remove docs now in auth.texi. Don't use
10955 `gnus-message' for logging. Add new variables `auth-source-debug' and
10956 `auth-source-hide-passwords' and use them.
10957
10958 2009-07-15 Glenn Morris <rgm@gnu.org>
10959
10960 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10961
10962 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
10963
10964 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10965 excessive whitespace from the default values of title and description.
10966
10967 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10968
10969 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10970 mail-fetch-field to fetch Content-Description header in order to
10971 exclude newlines.
10972
10973 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10974
10975 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10976 to deleted part.
10977
10978 2009-05-30 David Engster <dengste@eml.cc>
10979
10980 * nnmairix.el: Remove old documentation in the commentary block.
10981 (nnmairix-request-group): Do not update active file for nnml back ends.
10982 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10983 end so that overview files are ignored.
10984 (nnmairix-update-groups): Make updating the groups more robust by using
10985 marks.
10986 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10987 with dollar characters in message-id.
10988
10989 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
10990
10991 * spam.el: Use dns-query instead of query-dns. Was renamed on
10992 2008-12-25 in dns.el.
10993
10994 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10995
10996 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10997 could happen if the text is only composed of spaces and/or tabs.
10998
10999 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
11000
11001 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11002 when sending a queued message to avoid extra mml tags.
11003
11004 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
11005
11006 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11007
11008 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11009
11010 * gnus-dired.el: Remove autoload for gnus-setup-message.
11011 (gnus-dired-attach): Fake this-command value to prevent Gnus from
11012 displaying Gnus logo; always use compose-mail.
11013
11014 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
11015
11016 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11017
11018 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
11019
11020 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11021 (gnus-nocem-issuers): List currently active issuers; fix custom type.
11022 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11023 available.
11024 (gnus-nocem-epg-verify): New function.
11025
11026 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
11027
11028 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11029
11030 2009-02-15 Glenn Morris <rgm@gnu.org>
11031
11032 * gnus-util.el (rmail-insert-rmail-file-header)
11033 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11034 autoloads.
11035 (rmail-default-rmail-file): Remove unnecessary declaration.
11036 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11037
11038 2009-02-14 Glenn Morris <rgm@gnu.org>
11039
11040 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11041 variable (only used in gnus-util, which declares it anyway).
11042 (rmail-output-to-rmail-file): Remove autoload of deleted function,
11043 which was only needed by gnus-art (changed to not use it any more).
11044 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11045 only used in gnus-util, which autoloads it itself.
11046 (rmail-update-summary): Fix autoload.
11047
11048 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11049 rather than rmail-output-to-rmail-file.
11050
11051 2009-02-07 Glenn Morris <rgm@gnu.org>
11052
11053 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11054 autoload of function that no longer exists.
11055 (rmail-toggle-header): Declare.
11056 (message-forward-rmail-make-body): Handle mbox Rmail.
11057
11058 2009-01-31 Glenn Morris <rgm@gnu.org>
11059
11060 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11061 2009-01-09 change.
11062
11063 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
11064
11065 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11066 (auth-source-forget-all-cached): New convenience function.
11067 (auth-source-user-or-password): Accept list of modes or a single mode.
11068
11069 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11070 auth-source modes.
11071
11072 * nnimap.el (nnimap-open-connection): Use list of
11073 auth-source modes.
11074
11075 * nntp.el (nntp-send-authinfo): Use list of
11076 auth-source modes.
11077
11078 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
11079
11080 * auth-source.el: Update docs to reflect epa-file-enable is to be used
11081 now.
11082
11083 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11084
11085 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11086 coding system in XEmacs; add a workaround for XEmacs.
11087
11088 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
11089
11090 * mm-util.el (mm-coding-system-priorities): Protect against nil value
11091 of current-language-environment.
11092
11093 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
11094
11095 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11096 available at runtime.
11097
11098 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
11099
11100 * gnus-art.el (article-date-ut): Fix end point of narrowing.
11101
11102 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
11103
11104 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11105 the greatest positive fixnum value doesn't work under an XEmacs with
11106 bignum support; use the most-positive-fixnum constant instead,
11107 available since Emacs 21.1 with cl and XEmacs 21.1.
11108
11109 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
11110
11111 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11112 XEmacs gets not to work.
11113
11114 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
11115
11116 * mm-util.el (mm-coding-system-priorities): Allow the value like
11117 "Japanese (UTF-8)" of current-language-environment.
11118
11119 2009-01-09 Glenn Morris <rgm@gnu.org>
11120
11121 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11122 with last-command-event.
11123
11124 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
11125
11126 * message.el (message-fix-before-sending): Amend comment.
11127
11128 2009-01-07 David Engster <dengste@eml.cc>
11129
11130 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11131 simplified server definitions by converting it via
11132 gnus-server-to-method.
11133
11134 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11135
11136 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11137 parameter's operands.
11138
11139 2009-01-06 David Engster <dengste@eml.cc>
11140
11141 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11142 primary select method (for gnus-group-mark-article-as-read).
11143
11144 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
11145
11146 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11147 `(gnus)Face', not `(gnus)X-Face'.
11148
11149 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
11150
11151 * mm-util.el (mm-ucs-to-char): New function.
11152
11153 * mm-url.el (mm-url-decode-entities): Use it.
11154
11155 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11156
11157 * message.el (message-fix-before-sending): Add `eight-bit' to
11158 illegible-text check.
11159
11160 2009-01-03 Michael Olson <mwolson@gnu.org>
11161
11162 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11163 `headers' is nil. This can occur if the IMAP server does not have
11164 permissions to read messages from a folder, but can write new messages
11165 to the folder.
11166 (nnimap-request-article-part): Do not insert `data' if it is nil.
11167
11168 2009-01-01 Dave Love <fx@gnu.org>
11169
11170 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11171
11172 * nnimap.el: Fix author email.
11173 (nnimap-split-rule): Add FIXME comment.
11174 (nnimap-debug): Fix doc string.
11175
11176 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
11177
11178 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11179 overlay-arrow-position and overlay-arrow-string buffer-local; no need
11180 to check if those variables exist (first appeared in Emacs 18.50).
11181
11182 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
11183
11184 * mm-util.el (mm-line-number-at-pos): New function.
11185
11186 * spam-report.el (spam-report-process-queue): Use it.
11187
11188 2008-12-24 David Engster <dengste@eml.cc>
11189
11190 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11191 parameters that haven't existed as variables as buffer-local variables.
11192
11193 2008-12-23 Dave Love <fx@gnu.org>
11194
11195 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11196 cadar.
11197
11198 * sieve-manage.el (sieve-manage-starttls-p): Rename from
11199 imap-starttls-p.
11200 (sieve-manage-starttls-open): Rename from imap-starttls-open.
11201
11202 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
11203
11204 * spam-report.el (spam-report-gmane-max-requests): New constant.
11205 (spam-report-gmane-wait): New variable.
11206 (spam-report-gmane-ham, spam-report-gmane-spam)
11207 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11208 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11209 the server.
11210
11211 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11212 Add explanations.
11213
11214 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11215 nnheader-accept-process-output and nnheader-read-timeout if available.
11216 (pop3-movemail): Use it.
11217
11218 * message.el (message-check-news-body-syntax): Fix signature check if
11219 there's an attachment.
11220
11221 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
11222
11223 * mm-util.el: Add comments to the mm- emulating functions.
11224
11225 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
11226
11227 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11228 Reported by Stephen Berman <stephen.berman@gmx.net>.
11229
11230 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11231
11232 * mm-util.el (mm-substring-no-properties): New function.
11233 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11234 (mm-special-display-p): Enable those lambda forms to be byte compiled.
11235 (mm-string-to-multibyte): Doc fix.
11236
11237 * mml.el (mml-attach-file): Use mm-substring-no-properties.
11238
11239 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
11240
11241 * mml.el (mml-attach-file): Strip text properties from file name.
11242 (Bug#1574)
11243
11244 2008-12-16 Glenn Morris <rgm@gnu.org>
11245
11246 * mm-util.el (mm-charset-override-alist): Declare for compiler.
11247
11248 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
11249
11250 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11251 knows since the charset specified might be a bogus alias that
11252 mm-charset-synonym-alist provides.
11253
11254 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
11255
11256 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11257 "ISO_8859-1".
11258
11259 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11260
11261 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
11262
11263 * mm-util.el (mm-charset-eval-alist):
11264 Define it before mm-charset-to-coding-system.
11265 (mm-charset-to-coding-system): Add optional argument `silent';
11266 define it before mm-charset-override-alist.
11267 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11268 default value if it can be used in Emacs currently running;
11269 silence mm-charset-to-coding-system.
11270
11271 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
11272
11273 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11274 `allow-override' which says whether to use `mm-charset-override-alist'.
11275 (rfc2047-decode-encoded-words): Use it.
11276
11277 * mm-util.el (mm-charset-override-alist): Fix custom type;
11278 add `(gb2312 . gbk)' to choices.
11279
11280 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
11281
11282 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11283 fast.
11284
11285 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11286
11287 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
11288
11289 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11290 on links.
11291
11292 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11293
11294 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
11295
11296 * message.el (message-idna-to-ascii-rhs-1): Protect against local
11297 users' addresses that don't have domain parts.
11298 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11299 rather than message-narrow-to-head since there will be the message
11300 header separator.
11301
11302 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11303
11304 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11305 since the result is inserted in a unibyte buffer anyway.
11306 (nnimap-demule-use-string-to-multibyte): Remove.
11307 (nnimap-demule): Alias it to mm-string-to-multibyte.
11308
11309 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11310
11311 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11312 variable for debugging bug#464 and bug#1174.
11313 (nnimap-demule): Use it.
11314
11315 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
11316
11317 * gnus-score.el (gnus-score-find-trace): Handle default score in total
11318 score calculation correctly.
11319
11320 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11321
11322 * message.el (message-send-mail): Just set the buffer to unibyte
11323 rather than use mm-with-unibyte-current-buffer which does a lot more.
11324 (message-send-mail-partially): Don't bother with
11325 mm-with-unibyte-current-buffer since it's already been made unibyte by
11326 message-send-mail.
11327
11328 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
11329
11330 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11331
11332 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
11333
11334 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11335
11336 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
11337
11338 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11339 require itself and to remove `with-no-warnings'.
11340
11341 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
11342
11343 * starttls.el (starttls-any-program-available): Get the name of the
11344 available TLS layer program.
11345 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11346 well as the host name in the "opening" message.
11347
11348 * auth-source.el (auth-source-cache, auth-source-do-cache)
11349 (auth-source-user-or-password): Cache passwords and logins by default,
11350 allow override with `auth-source-do-cache'.
11351 (auth-source-forget-user-or-password): Allow users to remove cache
11352 entries if needed.
11353
11354 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
11355
11356 * ietf-drums.el (ietf-drums-remove-comments): Localize second
11357 condition-case to only the forward-sexp call.
11358
11359 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
11360
11361 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11362 quotes contained. Make it more robust regardless by an extra
11363 condition-case wrapper.
11364
11365 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
11366
11367 * nnml.el (nnml-request-expire-articles): Check if the function set to
11368 `nnmail-expiry-target' returns the symbol `delete'.
11369
11370 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11371
11372 * nnmail.el (nnmail-expiry-target): Fix custom type.
11373
11374 2008-10-02 Glenn Morris <rgm@gnu.org>
11375
11376 * mm-util.el (mm-codepage-setup): Tweak codepage error.
11377 Silence compiler warning.
11378
11379 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
11380
11381 * mml.el (mml-menu): Don't assume mml2015 is bound.
11382
11383 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
11384
11385 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11386 exists.
11387
11388 2008-09-27 Glenn Morris <rgm@gnu.org>
11389
11390 * gnus-util.el (mail-header-remove-comments): Autoload it.
11391
11392 2008-09-27 Andreas Schwab <schwab@suse.de>
11393
11394 * gnus-util.el (gnus-split-references): Strip comments.
11395 (gnus-parent-id): Likewise.
11396
11397 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
11398
11399 * message.el (message-confirm-send): Fix version.
11400
11401 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
11402
11403 * message.el (message-idna-to-ascii-rhs-1): Use
11404 mail-extract-address-components rather than mail-header-parse-addresses
11405 that is an alias by default to ietf-drums-parse-addresses that does not
11406 support non-ASCII names in headers' contents.
11407
11408 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11409
11410 * message.el (message-confirm-send): Fix variable documentation to
11411 avoid the "y/n" wording.
11412
11413 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
11414
11415 * message.el (message-set-auto-save-file-name): Save to a different
11416 filename so multiple messages (especially drafts) can be recovered.
11417
11418 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
11419
11420 * message.el (message-confirm-send): Add appropriate version.
11421
11422 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
11423
11424 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11425 defvar.
11426
11427 2008-09-22 Daiki Ueno <ueno@unixuser.org>
11428
11429 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11430 (mm-pkcs7-enveloped-magic): Ditto.
11431
11432 2008-09-17 Simon Josefsson <simon@josefsson.org>
11433
11434 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11435 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11436
11437 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
11438
11439 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11440 default, it's better.
11441
11442 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
11443
11444 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11445 summary line gnus-number property and ignore them (with a warning
11446 message).
11447
11448 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11449
11450 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11451 macro caddr in the interactive form since it won't be expanded.
11452
11453 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11454
11455 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11456 `charset'; fix name of function called recursively.
11457 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11458
11459 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11460
11461 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11462 (gnus-mime-set-charset-parameters): New function.
11463 (gnus-mime-view-part-as-charset): Use it to correctly display part
11464 specifying wrong charset.
11465
11466 2008-09-08 David Engster <dengste@eml.cc>
11467
11468 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11469 in completing-read for back end server.
11470
11471 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
11472
11473 * message.el (message-confirm-send): New variable to confirm sending a
11474 message.
11475 (message-send): Use it.
11476
11477 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
11478
11479 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11480
11481 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
11482
11483 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11484
11485 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
11486
11487 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11488 prevent tracking too many groups.
11489 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11490 Use it.
11491
11492 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
11493
11494 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11495 moving point to the bottom of the window in order to avoid recentering.
11496
11497 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
11498
11499 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11500 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11501 (gnus-article-beginning-of-window): Fix calculation.
11502
11503 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
11504
11505 * gnus-msg.el (gnus-summary-supersede-article)
11506 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11507 value of gnus-newsgroup-charset to decode non-MIME encoded text in
11508 message header.
11509
11510 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11511
11512 * message.el:
11513 * gnus-start.el:
11514 * gnus-registry.el: Remove VMS support.
11515
11516 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11517
11518 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11519 macro.
11520 (rfc2104-hash): Use it.
11521
11522 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
11523
11524 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11525 (gnus-summary-sort-by-most-recent-date): New commands.
11526 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11527 and menu entries.
11528
11529 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
11530
11531 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11532 don't redisplay article for raw contents; remove plural articles stuff.
11533
11534 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11535 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11536 on gnus-summary-save-article; display results properly.
11537
11538 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
11539
11540 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11541
11542 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
11543
11544 * gnus-art.el (gnus-summary-save-in-pipe):
11545 Consider gnus-save-all-headers.
11546
11547 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11548
11549 * gnus-util.el (ns-focus-frame): Remove declaration.
11550 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
11551 like x.
11552
11553 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
11554
11555 * rfc2104.el (rfc2104-zero): Delete defconst.
11556 (rfc2104-hex-alist): Likewise.
11557 (rfc2104-hex-to-int): Delete func.
11558 (rfc2104-hexstring-to-bitstring): Likewise.
11559 (rfc2104-nybbles): New defconst.
11560 (rfc2104-hash): Rewrite for speed.
11561
11562 2008-07-16 Glenn Morris <rgm@gnu.org>
11563
11564 * gnus-util.el (ns-focus-frame): Declare for compiler.
11565
11566 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
11567
11568 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11569 set as a group parameter.
11570 (gnus-summary-save-in-pipe): Work when it is called independently.
11571 (gnus-summary-pipe-to-muttprint): Don't modify
11572 gnus-summary-pipe-output-default-command.
11573
11574 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11575
11576 * message.el (message-send-mail-with-sendmail):
11577 Display the error message.
11578
11579 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
11580
11581 * gnus-art.el (gnus-default-article-saver):
11582 Add gnus-summary-save-in-pipe to choices.
11583 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11584 gnus-summary-pipe-output-default-command as the default command.
11585 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11586 instead of gnus-last-shell-command.
11587
11588 * gnus-sum.el (gnus-summary-pipe-output-default-command):
11589 New user option.
11590 (gnus-summary-muttprint-program): Mention the value will be changed.
11591 (gnus-summary-save-article): Force showing of all headers.
11592 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11593
11594 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
11595
11596 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11597
11598 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
11599
11600 * nnimap.el (nnimap-id):
11601 * sieve-manage.el (sieve-manage-open): Doc fixes.
11602
11603 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
11604
11605 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11606 if available.
11607
11608 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11609
11610 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11611
11612 * nnkiboze.el (nnkiboze-generate-group):
11613 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11614
11615 * nnmairix.el: Require CL.
11616
11617 2008-06-15 David Engster <dengste@eml.cc>
11618
11619 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11620
11621 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
11622
11623 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11624 New macros that expand to an `aset'/`aref' call under Emacs, and to a
11625 runtime choice under XEmacs.
11626
11627 * gnus-sum.el (gnus-summary-set-display-table):
11628 Use `gnus-put-display-table', `gnus-get-display-table',
11629 `gnus-set-display-table' for the display table, instead of `aset'.
11630
11631 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
11632
11633 * nnmairix.el: Add autoloads.
11634
11635 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
11636
11637 * nnmairix.el (nnmairix-delete-recreate-group)
11638 (nnmairix-update-and-clear-marks): Fix error messages.
11639
11640 2008-06-14 David Engster <dengste@eml.cc>
11641
11642 * nnmairix.el: Upgrade to version 0.6.
11643 (nnmairix-group-toggle-propmarks-this-group)
11644 (nnmairix-group-toggle-readmarks-this-group)
11645 (nnmairix-group-delete-recreate-this-group)
11646 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11647 (nnmairix-remove-tick-mark-original-article): New commands.
11648 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11649 (nnmairix-propagate-marks-to-nnmairix-groups)
11650 (nnmairix-only-use-registry, nnmairix-allowfast-default)
11651 (nnmairix-marks-cache, nnmairix-version-output): New variables.
11652 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11653 functions needed for marks propagation and manipulation of read marks.
11654 (nnmairix-update-groups): New function.
11655 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11656 (nnmairix-determine-original-group-from-registry)
11657 (nnmairix-determine-original-group-from-path)
11658 (nnmairix-get-group-from-file-path, nnmairix-map-range)
11659 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11660 New helper functions.
11661 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11662 keystrokes for new commands.
11663 (nnmairix-delete-and-create-on-change): Doc string cleanup.
11664 (nnmairix-request-group): Check allow-fast group parameter.
11665 (nnmairix-request-create-group): Set allow-fast group parameter if
11666 nnmairix-allowfast-default is set.
11667 (nnmairix-close-group): Propagate marks upon closing if needed.
11668 (nnmairix-group-toggle-threads-this-group): Use new.
11669 nnmairix-group-toggle-parameter helper function.
11670 (nnmairix-search): Better check for empty search result.
11671 (nnmairix-goto-original-article): Use new helper functions for
11672 determining original article.
11673 (nnmairix-show-original-article): Make sure message-id is in brackets.
11674 (nnmairix-call-mairix-binary): Change variable name.
11675 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11676 helper function.
11677 (nnmairix-widget-toggle-activate): Fix doc string.
11678
11679 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
11680
11681 * nnir.el: Require edmacro when compiling with XEmacs.
11682 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11683 available in Emacs 21.
11684
11685 2008-06-11 Glenn Morris <rgm@gnu.org>
11686
11687 * gnus-util.el (x-focus-frame):
11688 * gnus.el (image-size):
11689 * mm-decode.el (image-size): Declare.
11690
11691 * gnus-picon.el (declare-function): Add compat definition.
11692 (image-size): Declare.
11693
11694 * gnus-group.el (tool-bar-map):
11695 * gnus-sum.el (tool-bar-map): Define for compiler.
11696
11697 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11698
11699 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11700
11701 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11702 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11703 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11704 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11705 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11706 * sieve-manage.el, spam-report.el, spam.el:
11707 Remove unnecessary eval-and-compile of autoloads.
11708
11709 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
11710
11711 * auth-source.el: Precise Tramp doc.
11712
11713 2008-06-07 Glenn Morris <rgm@gnu.org>
11714
11715 * nnmairix.el: Remove unnecessary eval-when-compile.
11716
11717 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
11718
11719 * nnir.el: New file.
11720
11721 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11722
11723 * gnus-util.el (gnus-read-shell-command): New function.
11724 * mm-decode.el (mm-pipe-part):
11725 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11726
11727 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
11728
11729 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11730
11731 2008-06-03 Glenn Morris <rgm@gnu.org>
11732
11733 * pop3.el (nnheader-accept-process-output): Autoload it.
11734
11735 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
11736
11737 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11738 are not 2-digit hexadecimal characters that follow `%'s.
11739
11740 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11741
11742 * message.el (message-bogus-recipient-p): Fix type in doc string.
11743 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11744 (message-bogus-addresses): Rename from message-bogus-address-regexp.
11745 Improve custom options.
11746 (message-bogus-recipient-p): Adjust accordingly.
11747
11748 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11749
11750 * nnmairix.el: Require edmacro when compiling with XEmacs.
11751
11752 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
11753
11754 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11755 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11756
11757 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
11758
11759 * auth-source.el: Add more docs.
11760
11761 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11762
11763 * nnheader.el (nnheader-read-timeout): Change the default timeout from
11764 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
11765 retrieval faster in some cases, but might make CPU usage larger.
11766 If this has any bad side effects, we might revert this change.
11767
11768 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11769 seems to make mail retrieval much, much faster.
11770 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11771 unconditionally.
11772
11773 * gnus-draft.el (gnus-group-send-queue):
11774 Bind message-send-mail-partially-limit to nil to avoid being prompted.
11775
11776 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11777
11778 * mml.el (mml-attach-buffer): Prompt for `disposition'.
11779
11780 * message.el (message-bogus-address-regexp): Fix and improve custom
11781 type.
11782 (message-setup-hook): Add message-check-recipients as custom option.
11783
11784 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
11785
11786 * message.el (message-cite-function): Remove bogus autoload which crept
11787 in during merge from v5-10.
11788
11789 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11790
11791 * nnimap.el (nnimap-open-connection): Fix login/password bug.
11792
11793 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11794
11795 * auth-source.el: Preliminary Tramp docs.
11796 (auth-sources): Change the default auth-sources to use
11797 EPA .gpg files.
11798
11799 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
11800
11801 * nntp.el: Autoload `auth-source-user-or-password'.
11802 (nntp-send-authinfo): Use it.
11803
11804 * nnimap.el: Autoload `auth-source-user-or-password'.
11805 (nnimap-open-connection): Use it.
11806
11807 * auth-source.el: Add docs on using with url-auth. Import gnus-util
11808 for the gnus-message function.
11809 (auth-source-user-or-password): Use it.
11810
11811 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11812
11813 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11814 rfc2104-hexstring-to-byte-list. Return a unibyte string.
11815 (rfc2104-hash): Use it.
11816
11817 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11818
11819 * gnus-art.el (gnus-article-toggle-truncate-lines):
11820 Don't use `iff' in docstring.
11821
11822 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
11823
11824 * gnus-registry.el: Adjusted copyright dates and added a keyword.
11825
11826 * gnus-util.el (gnus-extract-address-component-name)
11827 (gnus-extract-address-component-email): Convenience functions around
11828 `gnus-extract-address-components'.
11829
11830 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11831 Use `gnus-extract-address-component-email' to fix bug of comparing full
11832 sender name to `user-mail-address'.
11833
11834 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
11835
11836 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11837 catch/throw to optimize.
11838 (gnus-registry-find-keywords): Just use member to find a keyword.
11839
11840 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11841
11842 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11843 is current before calling gnus-server-prepare.
11844 (gnus-server-setup-buffer, gnus-server-update-server)
11845 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11846
11847 2008-05-04 Juri Linkov <juri@jurta.org>
11848
11849 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11850 (mailcap-file-default-commands): Use mailcap-replace-in-string
11851 instead of replace-regexp-in-string, and mailcap-delete-duplicates
11852 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
11853
11854 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
11855
11856 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11857
11858 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11859
11860 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11861 hooks.
11862 (gnus-update-read-articles): Speed up non-marks-using users.
11863 (gnus-use-marks): Define gnus-use-marks.
11864 (gnus-propagate-marks): Rename variable to something more sensible.
11865
11866 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11867
11868 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11869 (gmm-image-load-path-for-library): Fix typos in docstrings.
11870 (gmm-message): Reflow docstring.
11871
11872 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
11873
11874 * mail-source.el (mail-source-set-1, mail-source-bind):
11875 Move auth-source code out of the macro to clean it up and fix bugs.
11876
11877 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
11878
11879 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11880 by sender if it's equal to user-mail-address, it's likely to be
11881 useless.
11882
11883 * mail-source.el (mail-source-bind): Don't use user or password if they
11884 are not bound. Unintern them if they are nil. Don't use server unless
11885 it's bound, and default it to empty string otherwise.
11886
11887 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
11888
11889 * mail-source.el: Load auth-source.el.
11890 (mail-source-bind): Add comments. Call auth-source-user-or-password to
11891 get user name or password, if auth-sources is set up.
11892
11893 * gnus-registry.el (gnus-registry-split-strategy): New variable for
11894 strategy of splitting with parent.
11895 (gnus-registry-split-fancy-with-parent)
11896 (gnus-registry-post-process-groups): Use it and fix prior
11897 bug (returning a list as the split result).
11898
11899 * auth-source.el (auth-sources): Remove server parameter.
11900 (auth-source-pick, auth-source-user-or-password)
11901 (auth-source-user-or-password-imap)
11902 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11903 (auth-source-user-or-password-sftp)
11904 (auth-source-user-or-password-smtp): Remove server parameter.
11905
11906 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
11907
11908 * smime.el (smime-sign-region, smime-encrypt-region)
11909 (smime-decrypt-region):
11910 Remove redundant calls to `generate-new-buffer-name'.
11911
11912 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
11913
11914 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11915 Don't use QP for message/rfc822.
11916 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11917
11918 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11919
11920 * sieve-manage.el (sieve-string-bytes): Remove.
11921 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11922 correct byte-length only if the process's coding-system is the same as
11923 the one used internally by Emacs to represent strings.
11924
11925 2008-04-22 Juri Linkov <juri@jurta.org>
11926
11927 * mailcap.el (mailcap-file-default-commands): New function.
11928
11929 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
11930
11931 * message.el (message-signature-separator, message-cite-function):
11932 Change custom version.
11933
11934 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
11935
11936 * mm-decode.el (mm-display-external): Make temp file read-only.
11937
11938 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
11939
11940 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11941 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
11942 `C-c C-f d'.
11943
11944 2008-04-12 Adrian Aichner <adrian@xemacs.org>
11945
11946 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11947
11948 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
11949
11950 * auth-source.el: Add docs.
11951 (auth-sources): Modify format to support server.
11952 (auth-source-pick, auth-source-user-or-password)
11953 (auth-source-user-or-password-imap)
11954 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11955 (auth-source-user-or-password-sftp)
11956 (auth-source-user-or-password-smtp): Add server parameter.
11957
11958 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
11959
11960 * gnus-registry.el: Initialize the registry when gnus-registry-install
11961 is t.
11962
11963 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
11964
11965 * compface.el (uncompface): Make buffer unibyte.
11966
11967 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
11968
11969 * mail-source.el (mail-source-value):
11970 Prefer fboundp to functionp so it works with macros as well.
11971
11972 2008-04-05 Glenn Morris <rgm@gnu.org>
11973
11974 * gnus-ems.el (mm-disable-multibyte): Autoload it.
11975
11976 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11977
11978 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11979 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11980
11981 * nnheader.el (nnheader-init-server-buffer): Change buffer's
11982 multibyteness after rather than before erasing it.
11983
11984 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11985 mm-with-multibyte.
11986 (gnus-request-article-this-buffer): Make sure the proper decoding is
11987 used if gnus-original-article-buffer happens to be unibyte.
11988
11989 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11990 default-enable-multibyte-characters.
11991
11992 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11993 default-enable-multibyte-characters.
11994
11995 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11996
11997 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11998
11999 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12000
12001 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12002 Fix last change in case the element is not even a symbol.
12003
12004 2008-04-02 Simon Josefsson <simon@josefsson.org>
12005
12006 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12007 imap-enable-exchange-bug-workaround.
12008 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12009
12010 2008-04-01 Simon Josefsson <simon@josefsson.org>
12011
12012 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12013 a 100 byte status-checks into a 2-3MB transfer for each group.
12014 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12015 to enable bug workaround or not.
12016 (nnimap-find-minmax-uid): Only enable workaround conditionally.
12017
12018 2008-03-31 Glenn Morris <rgm@gnu.org>
12019
12020 * message.el (mml2015-use): Declare for compiler.
12021 (message-info): Require mml2015 when appropriate.
12022
12023 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12024
12025 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12026 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12027 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12028 (nntp-service-to-port): New function.
12029 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12030 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12031 (nntp-open-netcat-stream): New function.
12032 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12033
12034 2008-03-29 Sven Joachim <svenjoac@gmx.de>
12035
12036 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12037
12038 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12039
12040 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12041
12042 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
12043
12044 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12045
12046 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
12047
12048 * message.el (message-signature-separator): Change default.
12049 Improve custom type.
12050 (message-cite-function): Change default to
12051 message-cite-original-without-signature.
12052
12053 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12054 toggle.
12055
12056 * message.el (message-check-news-body-syntax): Fix signature check.
12057 (message-setup-1): Mark buffer as unmodified _after_ running
12058 message-setup-hook and handling message-alternative-emails.
12059 (message-shorten-references): Be more strict when building list of
12060 valid references to comply with GNKSA.
12061
12062 * gnus-group.el (gnus-read-ephemeral-bug-group)
12063 (gnus-read-ephemeral-debian-bug-group)
12064 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12065
12066 * message.el (message-info): Don't use booleanp which isn't supported
12067 in Emacs 21 and XEmacs.
12068
12069 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
12070
12071 * gnus-group.el (gnus-gmane-group-download-format): Rename from
12072 gnus-group-gmane-group-download-format.
12073 (gnus-group-read-ephemeral-gmane-group): Rename from
12074 gnus-group-read-ephemeral-gmane-group.
12075 (gnus-read-ephemeral-gmane-group-url): Rename from
12076 gnus-group-read-ephemeral-gmane-group-url.
12077 (gnus-bug-group-download-format-alist): New variable.
12078 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12079 (gnus-read-ephemeral-emacs-bug-group): New commands.
12080
12081 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12082
12083 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12084 (gnus-visible-headers): Improve custom type.
12085
12086 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
12087
12088 * mml.el (mml-menu): Add workarounds for XEmacs.
12089
12090 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12091 X-Boundary header.
12092
12093 * message.el (message-simplify-recipients): Fix previous commit.
12094
12095 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12096
12097 * mm-util.el (mm-set-buffer-multibyte): New function.
12098 * mm-decode.el (mm-copy-to-buffer): Use it.
12099
12100 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12101 Prefer fboundp to functionp so it works with macros as well.
12102
12103 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
12104
12105 * message.el (message-alter-recipients-discard-bogus-full-name):
12106 New function.
12107 (message-alter-recipients-function): New variable.
12108 (message-get-reply-headers): Use it.
12109 (message-replace-header): New helper function.
12110 (message-recipients-without-full-name): New variable.
12111 (message-simplify-recipients): New command.
12112
12113 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12114
12115 * message.el (message-info): Handle EasyPG manual.
12116
12117 * mml.el (mml-menu): Add entry for EasyPG.
12118
12119 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
12120
12121 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12122 parameter.
12123
12124 * message.el (message-disassociate-draft): Specify drafts group name
12125 fully.
12126
12127 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
12128
12129 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12130 Eliminate unnecessary duplicates from the match list.
12131
12132 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
12133
12134 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12135 args of `how-many' of which the XEmacs version doesn't take; declare
12136 Info-index-next as function.
12137
12138 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12139
12140 * gnus-score.el (gnus-score-headers): Fix handling of
12141 gnus-inhibit-slow-scoring.
12142
12143 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12144 string.
12145 (gnus-button-url-regexp): Improve handling of parenthesis.
12146 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12147 (gnus-button-handle-info-keystrokes): Handle index entries.
12148
12149 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
12150
12151 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12152 Incoming* files.
12153
12154 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12155
12156 * auth-source.el (auth-sources): Rename from auth-source-choices.
12157 (auth-source-pick): Use it.
12158
12159 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
12160
12161 * auth-source.el (auth-source-protocols)
12162 (auth-source-protocols-customize, auth-source-choices): Add and
12163 modified variable customizations and defaults.
12164 (auth-source-pick, auth-source-user-or-password)
12165 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12166 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12167 (auth-source-user-or-password-sftp)
12168 (auth-source-user-or-password-smtp): Use new variables and provide an
12169 interface to netrc.el.
12170
12171 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
12172
12173 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12174 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12175 Make sure the nntp port to specify is a string.
12176
12177 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12178
12179 * nntp.el: Use with-current-buffer.
12180 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12181 dubious mm-with-unibyte-current-buffer.
12182 (nntp-with-open-group-function): New function extracted from
12183 nntp-with-open-group macro.
12184 (nntp-with-open-group): Use the function, so it's easier to debug.
12185 Add indentation and debugging info.
12186 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12187 Recommend the use of the netcat alternatives.
12188
12189 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12190 Avoid mm-string-as-multibyte as well.
12191
12192 * nnweb.el (nnweb-insert-html):
12193 Remove use of nnheader-string-as-multibyte.
12194
12195 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12196 (nnheader-string-as-multibyte): Remove.
12197
12198 * mm-view.el: Use inhibit-read-only.
12199 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12200 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12201 or unibyte-string.
12202
12203 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12204 (mm-uu-yenc-extract): Use with-current-buffer.
12205
12206 * gnus-soup.el (gnus-soup-send-packet): Don't use
12207 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12208
12209 * nnmh.el: Use with-current-buffer.
12210 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12211 mm-string-as-multibyte on the output of mm-encode-coding-string.
12212
12213 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12214 (nnimap-request-move-article): Use with-current-buffer.
12215
12216 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12217 inserting the handle-buffer's text, so the implicit multibyte->unibyte
12218 conversion uses string-make-unibyte rather than string-as-unibyte.
12219
12220 * gnus-msg.el: Use with-current-buffer.
12221
12222 * message.el (message-ignored-resent-headers): Add "Delivered-To".
12223
12224 2008-03-10 Daiki Ueno <ueno@unixuser.org>
12225
12226 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12227 string for caching if it is 'PIN.
12228
12229 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
12230
12231 * mail-source.el (mail-source-delete-old-incoming-confirm):
12232 Change default to nil.
12233 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12234
12235 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
12236
12237 * gnus-art.el (gnus-narrow-to-page): Position point properly.
12238 (gnus-article-goto-prev-page): Work for articles having ^L's.
12239
12240 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12241
12242 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12243
12244 2008-03-07 Karl Fogel <kfogel@red-bean.com>
12245
12246 * gnus-bookmark.el: Adjust for renames in bookmark.el.
12247 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12248 (gnus-bookmark-jump): Adjust some variable names.
12249
12250 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
12251
12252 * auth-source.el: New package.
12253 (auth-source-choices): Add customization entry point variable.
12254
12255 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12256 bug.
12257
12258 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
12259
12260 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12261 (gnus-registry-initialize, gnus-registry-install-p): Use it.
12262 (gnus-registry-install-shortcuts): Rename from
12263 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
12264 the `gnus-registry-mark-map' keymap dynamically from
12265 `gnus-registry-marks'. The generated functions update the summary line
12266 when a registry mark is added or deleted, and will call
12267 `gnus-registry-install-p' (see the comments in the code).
12268 (gnus-registry-user-format-function-M): Use concat intelligently.
12269
12270 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12271 the registry mark functions.
12272
12273 2008-03-05 Glenn Morris <rgm@gnu.org>
12274
12275 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12276 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12277 gnus-art.
12278 (top-level): No need to load own source when compiling.
12279
12280 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
12281
12282 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12283 Suggested by <chris.anderton@zetnet.co.uk>.
12284
12285 2008-03-04 Glenn Morris <rgm@gnu.org>
12286
12287 * gnus-sum.el (top-level): No need to require gnus when compiling,
12288 since unconditionally required near start of file.
12289 (gnus-summary-display-while-building): Move definition before use.
12290
12291 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
12292
12293 * gnus-registry.el (gnus-registry-user-format-function-M):
12294 Add formatting function.
12295
12296 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
12297
12298 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12299 with plists.
12300 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12301 Use new format.
12302
12303 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12304
12305 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12306 `where-is-internal' that returns a range of key sequences.
12307
12308 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
12309
12310 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12311
12312 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12313 (gnus-summary-jump-to-group): Consider windows on other displayed
12314 frames as well. Similar changes might be needed elsewhere, but that's
12315 the one I've bumped into during my use.
12316
12317 * nndoc.el (nndoc-oe-dbx-type-p):
12318 * gnus-msg.el (gnus-debug):
12319 * gnus-group.el (gnus-update-group-mark-positions):
12320 Use mm-string-to-multibyte.
12321
12322 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
12323
12324 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12325 doesn't handle NotDashEscaped.
12326
12327 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
12328 (mml-dnd-attach-options): Fix typo in custom choice.
12329
12330 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12331 Change nndoc-article-type to mbox.
12332 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12333
12334 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
12335 to nil, instead of html2text.
12336
12337 * imap.el (imap-debug): Add `imap-ping-server'.
12338
12339 * gnus-bookmark.el: Add FIXMEs.
12340
12341 * message.el (message-form-letter-separator)
12342 (message-send-form-letter-delay): New variables.
12343 (message-send-form-letter): Use them. New command to send form
12344 letters. Requested by Uwe Siart.
12345 (message-send-mail-function): Doc fix. Add "Other" custom option.
12346
12347 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
12348
12349 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12350 empty author.
12351
12352 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
12353
12354 * gnus-registry.el (gnus-registry-marks): Add variable for
12355 customization of marks and their appearance.
12356 (gnus-registry-read-mark): Use it.
12357 (gnus-registry-do-marks): Add utility function to loop through
12358 `gnus-registry-marks'.
12359 (gnus-registry-install-shortcuts-and-menus): Add function to install
12360 shortcuts and menus.
12361 (gnus-registry-initialize): Use it.
12362 (gnus-registry-default-mark): Clarify documentation.
12363
12364 2008-02-29 Glenn Morris <rgm@gnu.org>
12365
12366 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12367 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12368 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12369 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12370 Change defcustom :version from 23.0 to 23.1.
12371
12372 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
12373
12374 * gnus-registry.el (gnus-registry-follow-group-p)
12375 (gnus-registry-post-process-groups): Add functions to aid registry
12376 splitting and improve logging. Clarify behavior in function
12377 documentation.
12378 (gnus-registry-split-fancy-with-parent): Use them.
12379
12380 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
12381
12382 * gnus-art.el: Use with-current-buffer.
12383
12384 2008-02-27 David Engster <dengste@eml.cc>
12385
12386 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12387 Express real group name in the response.
12388
12389 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
12390
12391 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12392 (nnmairix-last-server, nnmairix-current-server): Defvar them.
12393 (nnmairix-goto-original-article): Defvar gnus-registry-install and
12394 autoload gnus-registry-fetch-group when compiling.
12395 (nnmairix-request-group-with-article-number-correction):
12396 Remove unreferenced argument passed to nnmairix-call-backend.
12397
12398 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
12399
12400 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12401 (mm-uu-extract): Improve face for low color ttys.
12402 Reported by Sascha Wilde.
12403
12404 2008-02-27 Glenn Morris <rgm@gnu.org>
12405
12406 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12407 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12408 variables to defconsts. Convert comments to doc-strings.
12409 (nnmairix-last-server, nnmairix-current-server): Convert from free
12410 variables to defvars. Convert comments to doc-strings.
12411 (gnus-registry-fetch-group): Autoload.
12412 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12413 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12414 (nnmairix-widget-build-editable-fields): Use car cddr rather than
12415 caddr.
12416 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12417 nnmairix-request-group-with-article-number-correction call.
12418 (nnmairix-fast, nnmairix-group): New, less general names, for free
12419 variables passed from nnmairix-request-group to
12420 nnmairix-request-group-with-article-number-correction. Declare.
12421 (nnmairix-request-group-with-article-number-correction):
12422 Use nnmairix-fast, nnmairix-group rather than fast, group.
12423
12424 2008-02-26 David Engster <dengste@eml.cc>
12425
12426 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
12427 version 0.5.
12428
12429 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
12430
12431 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12432 instead of making an extra function call. Don't add the current group
12433 to articles only when they have the group. Use
12434 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12435 Reported by David <de_bb@arcor.de>.
12436
12437 2008-02-24 Miles Bader <miles@gnu.org>
12438
12439 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12440 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12441 (mm-find-mime-charset-region):
12442 * mm-bodies.el (mm-encode-body):
12443 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12444
12445 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
12446
12447 * mail-source.el (mail-source-delete-incoming): Change default.
12448 Supplement doc string.
12449
12450 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12451
12452 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
12453
12454 * nnmail.el (nnmail-message-id-cache-file): Derive from
12455 `gnus-home-directory'.
12456
12457 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
12458
12459 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12460 Document negative prefix.
12461
12462 * gnus-group.el (gnus-group-read-group): Document negative prefix.
12463
12464 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12465
12466 * message.el (message-unsent-separator): Add the Exim bounce
12467 separator.
12468
12469 2008-02-10 Daiki Ueno <ueno@unixuser.org>
12470
12471 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12472 list.
12473 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12474 recipient/signer list.
12475
12476 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
12477
12478 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12479 fbound (Emacs 23 unicode), signal an error.
12480
12481 2008-02-08 Glenn Morris <rgm@gnu.org>
12482
12483 * gnus-art.el (pgg-display-output-buffer): Declare as function.
12484
12485 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
12486
12487 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12488 ports to the calls to `netrc-machine-user-or-password' in addition to
12489 "imap" and "imaps".
12490
12491 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
12492
12493 * gnus.el (gnus-group-startup-message): Add `find-image' call before
12494 image-load-path is let-bound. Reported by Harald Hanche-Olsen
12495 <hanche@math.ntnu.no>.
12496
12497 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
12498
12499 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12500
12501 2008-02-01 Zhang Wei <id.brep@gmail.com>
12502
12503 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12504
12505 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12506
12507 2008-02-01 Miles Bader <miles@gnu.org>
12508
12509 * mml.el (mml-parse-1): Remove apparently vestigial use of
12510 `mm-hack-charsets'.
12511 * mm-bodies.el (mm-encode-body): Likewise.
12512
12513 2008-02-01 Kenichi Handa <handa@m17n.org>
12514
12515 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12516 rfc2104-hexstring-to-bitstring and changed to return a byte list.
12517 (rfc2104-hash): Convert the result of concat to unibyte string.
12518
12519 2008-02-01 Dave Love <fx@gnu.org>
12520
12521 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12522 coding-system-for-read.
12523 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12524
12525 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12526 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
12527 (mm-find-mime-charset-region): Remove hack-charsets stuff.
12528
12529 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
12530
12531 * mail-source.el (mail-sources): Add `group' choice.
12532
12533 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12534 parameter `in-group' to control into which group the articles go.
12535 Add treatment of `group' mail-source.
12536
12537 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
12538
12539 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12540 * message.el (message-beginning-of-line): Use featurep instead of bound
12541 tests in order to resolve conditionals at compile time.
12542
12543 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12544
12545 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12546
12547 * mm-decode.el (mm-dissect-buffer): Decode description.
12548
12549 * mml.el (mml-to-mime): Encode message header first.
12550
12551 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
12552
12553 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12554 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12555
12556 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
12557
12558 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12559
12560 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
12561
12562 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12563 prefix keys.
12564 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12565 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12566 gnus-xmas.el.
12567
12568 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12569
12570 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12571 Add new variables for article mark management.
12572 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12573 list of extra data entries which, when present, will indicate that the
12574 article ID should not be trimmed from the registry.
12575 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12576 functions.
12577 (gnus-registry-read-mark): New function to read a mark name from the
12578 user.
12579 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12580 (gnus-registry-set-article-mark-internal): New functions to add and
12581 remove marks.
12582 (gnus-registry-get-article-marks): New function to show the marks for
12583 an article, or retrieve them for further use.
12584
12585 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12586
12587 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12588 keys when no argument is given.
12589
12590 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12591
12592 * gnus-sum.el (gnus-article-sort-by-random)
12593 (gnus-thread-sort-by-random): Fix doc strings.
12594 Reported by jidanni@jidanni.org.
12595
12596 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
12597
12598 * gnus-art.el (gnus-article-describe-bindings): New function.
12599 (gnus-article-read-summary-keys): Use it.
12600 (gnus-article-mode-map): Bind `C-h b' to it.
12601
12602 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12603
12604 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12605 XEmacs.
12606 (gnus-article-describe-key, gnus-article-describe-key-briefly):
12607 Protect against non-character events.
12608
12609 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
12610
12611 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12612 New command.
12613 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12614 instead of END. Change name of the temp file.
12615 (gnus-group-gmane-group-download-format): Add doc string. Make it
12616 customizable.
12617
12618 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
12619
12620 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12621 bind `S W' to gnus-article-wide-reply-with-original; set default
12622 binding to gnus-article-read-summary-send-keys.
12623 (gnus-article-read-summary-keys): Fix the order of keys; display
12624 continuation keys correctly in the echo area; describe bindings
12625 correctly when keys end with `C-h'.
12626 (gnus-article-read-summary-send-keys): New function.
12627 (gnus-article-describe-key, gnus-article-describe-key-briefly):
12628 Work for gnus-article-read-summary-send-keys; display continuation keys
12629 correctly in the echo area.
12630 (gnus-article-reply-with-original): Ignore prefix argument.
12631 (gnus-article-wide-reply-with-original): New function.
12632
12633 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12634
12635 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12636 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12637
12638 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12639
12640 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12641 (gnus-group-read-ephemeral-gmane-group): New command.
12642
12643 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
12644
12645 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12646
12647 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
12648
12649 * message.el (message-send-mail-function): Increase custom version.
12650
12651 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12652 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
12653
12654 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
12655
12656 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12657 html parts correctly; support forwarded messages.
12658 (gnus-article-browse-html-article): Remove work buffers.
12659
12660 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12661 compiling.
12662 (netrc-bound-and-true-p): New macro.
12663 (netrc-parse): Use it instead of bound-and-true-p that is not available
12664 in XEmacs 21.4.
12665
12666 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
12667
12668 * gnus-registry.el (gnus-registry-mark-article)
12669 (gnus-registry-article-marks): Add functionality to mark articles
12670 through the Gnus registry.
12671
12672 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12673 (netrc-parse): Use encrypt-file-alist to determine if
12674 encrypt-find-model or encrypt-insert-file-contents should be used.
12675
12676 2007-12-19 Glenn Morris <rgm@gnu.org>
12677
12678 * mml.el (message-options-set, message-narrow-to-head)
12679 (message-in-body-p, message-mail-p, message-encode-message-body):
12680 Autoload.
12681 (message-remove-header, message-narrow-to-headers-or-head)
12682 (message-subscribed-p, message-make-mail-followup-to)
12683 (message-position-on-field, message-news-p)
12684 (message-options-set-recipient, message-generate-headers)
12685 (message-sort-headers): Declare as functions.
12686
12687 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12688
12689 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12690 convention in doc string.
12691
12692 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
12693
12694 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12695 title to html parts.
12696 (gnus-article-browse-html-article): Pass message header to it.
12697
12698 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12699
12700 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
12701
12702 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12703 or password compatible with XEmacs.
12704
12705 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12706
12707 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12708 format document.
12709 (gnus-mime-delete-part): Don't write description line if empty.
12710 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12711
12712 2007-12-14 Johan Bockgård <bojohan@gnu.org>
12713
12714 * gnus-sum.el (gnus-summary-mark-unread-as-read)
12715 (gnus-summary-mark-read-and-unread-as-read)
12716 (gnus-summary-mark-current-read-and-unread-as-read)
12717 (gnus-summary-mark-unread-as-ticked): Doc fix.
12718 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12719
12720 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
12721
12722 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12723 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12724
12725 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
12726
12727 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12728 yes-or-no-p.
12729
12730 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
12731
12732 * mm-decode.el (mm-add-meta-html-tag): New function.
12733 (mm-save-part-to-file, mm-pipe-part): Use it.
12734
12735 * gnus-art.el (gnus-article-browse-delete-temp-files):
12736 Use gnus-y-or-n-p instead of y-or-n-p.
12737 (gnus-article-browse-html-parts): Work with message/external-body; use
12738 mm-add-meta-html-tag.
12739
12740 2007-12-11 Glenn Morris <rgm@gnu.org>
12741
12742 * gnus-cache.el: Require gnus-sum not just when compiling.
12743
12744 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12745
12746 * gnus-int.el (gnus-server-opened, gnus-status-message):
12747 Move definitions before use.
12748
12749 * mm-decode.el: Require gnus-util.
12750 (mm-remove-part): Only call delete-annotation on XEmacs.
12751
12752 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12753
12754 * nnmail.el: Require gnus-int.
12755
12756 * spam.el: Move `require's before `eval-when-compile's.
12757
12758 * gnus-ems.el (gnus-alive-p):
12759 * gnus-fun.el (message-goto-eoh):
12760 * gnus-util.el (gnus-group-name-decode):
12761 * mail-source.el (gnus-compress-sequence):
12762 * message.el (Info-goto-node, format-spec):
12763 * mm-bodies.el (message-options-get):
12764 * mm-decode.el (mm-view-pkcs7):
12765 * mm-util.el (gmm-write-region):
12766 * mml-smime.el (mml-compute-boundary)
12767 (gnus-completing-read-with-default):
12768 * mml.el (widget-button-press, gnus-make-hashtable):
12769 * mml1991.el (mm-decode-content-transfer-encoding)
12770 (mm-encode-content-transfer-encoding)
12771 (message-options-get, message-options-set):
12772 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12773 * nnfolder.el (gnus-request-group):
12774 * nnheader.el (ietf-drums-unfold-fws):
12775 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12776 * smime.el (gnus-run-mode-hooks):
12777 * spam-stat.el (gnus-message): Autoload.
12778
12779 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12780 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12781 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12782 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12783 Add declare-function compatibility definition.
12784
12785 * gnus-cache.el (nnvirtual-find-group-art):
12786 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12787 (gnus-add-image, gnus-add-wash-type):
12788 * gnus-group.el (nnkiboze-score-file):
12789 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12790 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12791 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12792 (message-tokenize-header, gnus-get-buffer-create)
12793 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12794 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12795 * gnus.el (gnus-group-decoded-name):
12796 * mail-source.el (imap-capability):
12797 * mm-bodies.el (message-options-set):
12798 * mm-decode.el (gnus-configure-windows):
12799 * mm-extern.el (message-goto-body):
12800 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12801 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12802 (epg-sub-key-validity, message-options-set):
12803 * mml.el (widget-event-point, gnus-configure-windows):
12804 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12805 * mml2015.el (epg-check-configuration, epg-configuration)
12806 (message-options-set):
12807 * nndb.el (nndb-request-article):
12808 * nnfolder.el (gnus-request-create-group):
12809 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12810 * nnmaildir.el (gnus-group-mark-article-read):
12811 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12812 * rfc1843.el (message-fetch-field):
12813 * spam.el (gnus-extract-address-components):
12814 Declare as functions.
12815
12816 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12817
12818 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12819
12820 2007-12-09 Glenn Morris <rgm@gnu.org>
12821
12822 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12823
12824 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12825 * message.el, mm-view.el, sieve-manage.el, smime.el:
12826 Add declare-function compatibility definition.
12827
12828 * gnus-art.el (w3-region, w3m-region, Info-menu):
12829 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12830 * gnus-sum.el (gnus-get-predicate):
12831 * gnus-util.el (mm-append-to-file, w32-focus-frame):
12832 * message.el (mail-abbrev-in-expansion-header-p):
12833 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12834 (w3m-detect-meta-charset, w3m-region):
12835 * sieve-manage.el (password-read, password-cache-add)
12836 (password-cache-remove):
12837 * smime.el (password-read-and-add): Declare as functions.
12838
12839 2007-12-08 David Kastrup <dak@gnu.org>
12840
12841 * gnus-sum.el (gnus-summary-simplify-subject-query):
12842 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12843 `message'.
12844
12845 2007-12-07 Glenn Morris <rgm@gnu.org>
12846
12847 * gnus-art.el (article-make-date-line): Revert previous change.
12848
12849 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12850
12851 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12852
12853 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
12854
12855 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12856 Call gnus-add-to-range ranges only once with a prepared article-list.
12857
12858 2007-12-06 Paul Jarc <prj@po.cwru.edu>
12859
12860 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12861 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12862 group names with backslashes.
12863 Reported by Tassilo Horn <tassilo@member.fsf.org>.
12864
12865 2007-12-06 Deepak Goel <deego3@gmail.com>
12866
12867 * gnus-art.el (article-make-date-line):
12868 * gnus-start.el (gnus-load):
12869 * pop3.el (pop3-read-response): Fix buggy call to `error'.
12870
12871 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12872
12873 * gnus-art.el (gnus-use-idna):
12874 * gnus-start.el (gnus-site-init-file):
12875 * message.el (message-use-idna):
12876 * mm-uu.el (mm-uu-hide-markers):
12877 * smiley.el (smiley-style): Revert changes that suppress warnings.
12878
12879 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12880
12881 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12882 specify charset to html source.
12883 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12884
12885 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12886
12887 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12888 idna-program in order to suppress byte compile warning issued by XEmacs
12889 that came to byte compile the default value section of defcustom forms
12890 recently.
12891
12892 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12893 value of installation-directory.
12894
12895 * message.el (message-use-idna): Don't directly refer to the value of
12896 idna-program.
12897
12898 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12899
12900 * smiley.el (smiley-style): Don't directly call face-attribute.
12901
12902 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
12903
12904 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12905
12906 * gnus-dired.el: Reduce Gnus dependencies.
12907 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12908 Don't require. Use autoloads instead.
12909 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12910 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12911 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12912 (gnus-dired-mode): Adjust doc string.
12913 (gnus-dired-mail-mode): New variable.
12914 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12915 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12916 (gnus-dired-mail-buffers): New function. Return mail or message
12917 composition buffers.
12918 (gnus-dired-attach): Use it.
12919 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12920 NO-DECODE.
12921 (gnus-dired-print): Use `gnus-print-buffer' depending on
12922 `gnus-dired-mail-mode'.
12923
12924 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12925
12926 * rfc2047.el (rfc2047-encoded-word-regexp)
12927 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12928 explaining what regexp patterns are for.
12929
12930 2007-12-04 Glenn Morris <rgm@gnu.org>
12931
12932 * password.el: Move to ../password-cache.el.
12933
12934 * mml1991.el (password-read, password-cache-add, password-cache-remove):
12935 * mml2015.el (password-read, password-cache-add, password-cache-remove):
12936 * mml-smime.el (password-read, password-cache-add)
12937 (password-cache-remove):
12938 No need to autoload, since mml-sec requires password.
12939
12940 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12941 * message.el (gnus-extract-address-components):
12942 * mml-smime.el (gnus-extract-address-components): Define for compiler.
12943
12944 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12945 password.
12946
12947 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
12948
12949 * mailcap.el: Reduce dependencies.
12950 (mail-header-parse-content-type): Autoload.
12951 (mailcap-delete-duplicates): New alias.
12952 (mailcap-mime-info): Add optional argument NO-DECODE.
12953 (mailcap-mime-types): Use mailcap-delete-duplicates.
12954
12955 * message.el (message-ignored-supersedes-headers): Add "X-ID".
12956
12957 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12958
12959 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12960 function.
12961
12962 * gnus-uu.el (gnus-uu-decode-yenc): New command.
12963 (gnus-uu-yenc-article): New function.
12964
12965 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12966
12967 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12968
12969 2007-12-02 Glenn Morris <rgm@gnu.org>
12970
12971 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
12972 Move to ../net.
12973
12974 * binhex.el, uudecode.el: Move to ../mail.
12975
12976 * encrypt.el: Remove file.
12977
12978 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
12979
12980 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12981 matches on patches.
12982
12983 * gnus-art.el (gnus-article-browse-html-article):
12984 Mention `mm-text-html-renderer' in the doc string.
12985
12986 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12987 string. Add comments.
12988
12989 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12990 if rhs is ASCII.
12991
12992 2007-12-01 Glenn Morris <rgm@gnu.org>
12993
12994 * dig.el, dns.el: Move to ../net.
12995 * format-spec.el, hex-util.el, sha1.el: Move to ../.
12996
12997 * mail-source.el (top-level): Require format-spec before
12998 eval-when-compile.
12999
13000 2007-11-30 Glenn Morris <rgm@gnu.org>
13001
13002 * encrypt.el: Require password, rather than autoloading password-read.
13003
13004 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
13005
13006 * gnus.el (gnus-method-to-server): Add an optional parameter so the
13007 caller can indicate whether the cache should be disregarded for this
13008 call. This way the result of the call is reproducible at all times and
13009 can be considered a canonical server name for the supplied method.
13010 (gnus-agent-method-p): Canonicalize server names by pushing their
13011 method through `gnus-method-to-server' using the no-cache argument.
13012
13013 * gnus-srvr.el (gnus-server-insert-server-line):
13014 Call `gnus-method-to-server' with `no-cache' argument.
13015
13016 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13017 gnus-agent-possibly-synchronize-flags as this should be called when the
13018 server is actually being opened.
13019 (gnus-agent-possibly-synchronize-flags)
13020 (gnus-agent-possibly-synchronize-flags-server): Move check for the
13021 flags file of an agentized server to the latter function.
13022
13023 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13024 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13025 after a connection has been established successfully.
13026
13027 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
13028
13029 * gnus-art.el (article-display-face): Force to display face if called
13030 interactively; check if gnus-article-x-face-too-ugly matches author.
13031 (article-display-x-face): Display face even if From header is missing
13032 as article-display-face does.
13033
13034 2007-11-28 Richard Stallman <rms@gnu.org>
13035
13036 * md4.el: Move to ../.
13037 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
13038
13039 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
13040
13041 * mail-source.el (mail-sources): Default to fetch from file for
13042 compatibility with default of nnmail-spool-file.
13043
13044 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
13045
13046 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13047 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13048 to look for encoded word that should be encoded again.
13049 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13050 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13051 encoding pattern.
13052 (rfc2047-decode-region): Switch strict regexp and loose one according
13053 to rfc2047-allow-irregular-q-encoded-words.
13054
13055 2007-11-26 Simon Josefsson <simon@josefsson.org>
13056
13057 * imap.el: Move to ../net directory.
13058
13059 2007-11-25 Romain Francoise <romain@orebokech.com>
13060
13061 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13062
13063 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13064
13065 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13066 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13067
13068 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13069 `nnmail-spool-file'.
13070
13071 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13072 `nnmail-spool-file'.
13073
13074 * gnus-move.el (gnus-change-server): Ditto.
13075
13076 * gnus-kill.el (gnus-batch-score): Ditto.
13077
13078 * gnus-cache.el (gnus-jog-cache): Ditto.
13079
13080 * gnus-msg.el (gnus-summary-reply):
13081 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13082
13083 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13084
13085 * gnus-cache.el (gnus-cache-generate-nov-databases):
13086 Use nnml-generate-nov-databases-directory instead of
13087 nnml-generate-nov-databases-1.
13088
13089 2007-11-24 Glenn Morris <rgm@gnu.org>
13090
13091 * message.el (message-tool-bar-retro): Update for rename
13092 mail_send.xpm->mail-send.xpm.
13093
13094 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13095
13096 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13097 `smime-ldap-search' for Emacs 22 and up.
13098
13099 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13100
13101 * hashcash.el: Move to ../mail directory.
13102
13103 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
13104
13105 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13106 `smime-ldap-search' for Emacs 22 and up.
13107
13108 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13109
13110 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13111
13112 * message.el (message-send-mail-function): Fix error convention.
13113 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13114 (message-widen-reply, message-send-mail, message-talkative-question)
13115 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13116 (message-clone-locals, message-send-news): Use with-current-buffer.
13117 (message-insert-or-toggle-importance): Remove unused var `valid'.
13118 (message-make-references): Remove unused var `new-references'.
13119 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13120
13121 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
13122
13123 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13124 (spam-split-symbolic-return-positive): Reflow docstring.
13125 (spam-backends, spam-summary-exit-behavior)
13126 (spam-mark-ham-unread-before-move-from-spam-group)
13127 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13128 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13129 (spam-clear-cache, spam-backend-check, spam-install-backend)
13130 (spam-install-statistical-backend, spam-list-of-processors)
13131 (spam-group-processor-p, spam-split, spam-bogofilter-score)
13132 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13133 (spam-check-crm114, spam-initialize, spam-unload-hook):
13134 Fix typos in docstrings.
13135
13136 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
13137
13138 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13139 been checked if they have never been read and those group levels are
13140 higher than the one that a user specified.
13141
13142 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
13143
13144 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13145 foreign groups unless a group level is specified by a user.
13146 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13147
13148 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
13149
13150 * message.el (message-send-mail-function): Require sendmail.
13151
13152 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
13153
13154 * message.el (message-send-mail-function): Check for smtpmail too.
13155
13156 * utf7.el (utf7-encode, utf7-decode): Use coding system
13157 `utf-7'/`utf-7-imap' from utf-7.el' if available.
13158
13159 * message.el (message-send-mail-function): New function.
13160 (message-send-mail-function): Set default using
13161 message-send-mail-function. Adjust doc string.
13162 (message-send-mail-with-mailclient): New function.
13163
13164 2007-11-17 Richard Stallman <rms@gnu.org>
13165
13166 * assistant.el: Remove file.
13167
13168 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13169
13170 * smime.el (from):
13171 * rfc2047.el (message-posting-charset):
13172 * qp.el (mm-use-ultra-safe-encoding):
13173 * pop3.el (parse-time-months):
13174 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13175 * nnml.el (files):
13176 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13177 (jka-compr-compression-info-list, ange-ftp-path-format)
13178 (efs-path-regexp):
13179 * nndiary.el (files):
13180 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13181 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13182 (epg-digest-algorithm-alist, inhibit-redisplay)
13183 (password-cache-expiry):
13184 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13185 (pgg-output-buffer, password-cache-expiry):
13186 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13187 (efs-path-regexp):
13188 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13189 (inhibit-redisplay):
13190 * mm-uu.el (file-name, start-point, end-point, entry)
13191 (gnus-newsgroup-name, gnus-newsgroup-charset):
13192 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13193 (latin-unity-ucs-list):
13194 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13195 (mm-uu-binhex-decode-function):
13196 * message.el (gnus-message-group-art, gnus-list-identifiers)
13197 (rmail-enable-mime-composing, gnus-local-organization)
13198 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13199 (gnus-read-active-file, facemenu-add-face-function)
13200 (facemenu-remove-face-function, gnus-article-decoded-p)
13201 (tool-bar-mode):
13202 * mail-source.el (display-time-mail-function):
13203 * gnus-util.el (nnmail-pathname-coding-system)
13204 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13205 (gnus-original-article-buffer, gnus-user-agent)
13206 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13207 (xemacs-codename, sxemacs-codename, emacs-program-version):
13208 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13209 * gnus-start.el (gnus-agent-covered-methods)
13210 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13211 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13212 (gnus-newsgroup-headers, gnus-group-list-mode)
13213 (gnus-group-mark-positions, gnus-newsgroup-data)
13214 (gnus-newsgroup-unreads, nnoo-state-alist)
13215 (gnus-current-select-method, mail-sources)
13216 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13217 (nnmail-spool-file, gnus-cache-active-hashtb):
13218 * gnus-mh.el (mh-lib-progs):
13219 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13220 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13221 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13222 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13223 (gnus-group-buffer):
13224 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13225 (font-lock-set-defaults):
13226 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13227 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13228 (gnus-summary-post-menu, total-parts, type, condition, length):
13229 * gnus-agent.el (gnus-agent-read-agentview):
13230 * flow-fill.el (show-trailing-whitespace):
13231 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13232 eval-and-compile wrappers for byte compiler pacifiers.
13233
13234 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13235 (mm-display-inline-fontify): Check for featurep 'xemacs not
13236 extent-list.
13237
13238 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13239 itimer-list.
13240 (mm-create-image-xemacs): Only do something for XEmacs.
13241 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13242
13243 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13244
13245 * gnus-registry.el (gnus-adaptive-word-syntax-table):
13246 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13247
13248 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
13249
13250 * nnimap.el (nnimap-split-download-body):
13251 * gnus-demon.el (gnus-demon):
13252 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13253
13254 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
13255
13256 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13257 New macros.
13258 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13259 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13260 copy data from unibyte buffer to multibyte current buffer.
13261 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13262 to copy data from unibyte current buffer to multibyte buffer.
13263 (nntp-make-process-buffer): Make process buffer unibyte.
13264
13265 * pop3.el (pop3-open-server): Fix typo in Lisp code.
13266
13267 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
13268
13269 * pop3.el (pop3-open-server): Accept and process data more robustly at
13270 connection start to avoid spurious "POP SSL connection failed" errors.
13271
13272 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
13273
13274 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13275 read group names.
13276
13277 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
13278
13279 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13280
13281 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
13282
13283 * nnmail.el (nnmail-parse-active): Make group names unibyte.
13284 (nnmail-save-active): Use a unibyte buffer when saving active file,
13285 which may contain non-ASCII group names.
13286
13287 * nnml.el (nnml-request-group): Decode group names in messages.
13288
13289 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
13290
13291 * message.el (message-citation-line-function)
13292 (message-insert-formatted-citation-line): Fix spelling of
13293 `message-insert-formated-citation-line'.
13294
13295 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
13296
13297 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13298
13299 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
13300
13301 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13302 nnmail-pathname-coding-system.
13303
13304 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13305 that a user enters; decode group names in messages.
13306
13307 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13308
13309 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
13310
13311 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13312
13313 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13314
13315 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13316 risky local variable.
13317
13318 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13319
13320 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
13321
13322 * encrypt.el: Improve documentation to fix function name typo.
13323 Reported by Daiki Ueno <ueno@unixuser.org>.
13324
13325 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
13326
13327 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13328 even if the point is not in the last page of an article.
13329 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13330 back to the previous page.
13331
13332 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
13333
13334 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13335
13336 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
13337
13338 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13339
13340 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
13341
13342 * message.el (message-check-news-body-syntax):
13343 Avoid mm-string-as-multibyte.
13344 (message-hide-headers): Don't assume (point-min)==1.
13345
13346 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13347
13348 * message.el (message-remove-blank-cited-lines): Fix if remove is
13349 given.
13350 (message-bogus-address-regexp): New variable.
13351 (message-bogus-recipient-p): New function.
13352 (message-check-recipients): New command.
13353 (message-syntax-checks): Add `bogus-recipient'.
13354 (message-fix-before-sending): Add `bogus-recipient'.
13355
13356 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13357 (gnus-treat-body-boundary): Don't test window-system.
13358
13359 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
13360
13361 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13362
13363 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13364
13365 * gnus.el: Bump version to Gnus v5.13.
13366
13367 2007-10-28 Miles Bader <miles@gnu.org>
13368
13369 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13370 at compile-time too.
13371
13372 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
13373
13374 * gnus-msg.el (gnus-message-setup-hook):
13375 Add `message-remove-blank-cited-lines' to options.
13376
13377 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13378
13379 * message.el (message-remove-blank-cited-lines): New function.
13380 Suggested by Karl Plästerer.
13381
13382 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
13383
13384 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13385 mapc.
13386
13387 * imap.el (imap-open): Replace mapcar called for effect with mapc.
13388 (top-level): Use mapc to set functions to be traced for debugging.
13389
13390 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13391 called for effect with while loop.
13392
13393 * message.el (message-talkative-question): Replace mapcar called for
13394 effect with mapc.
13395
13396 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13397 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13398 called for effect with dolist.
13399
13400 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13401
13402 * nndiary.el: Use dolist instead of mapcar to add diary headers to
13403 gnus-extra-headers and nnmail-extra-headers.
13404
13405 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13406 called for effect with dolist.
13407 (top-level): Use mapc to set functions to be traced for debugging.
13408
13409 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13410 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13411 dolist.
13412
13413 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13414 Replace mapcar called for effect with mapc.
13415 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13416 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13417 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13418 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13419
13420 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13421 remove-if that's a cl function.
13422
13423 * webmail.el (webmail-debug): Replace mapcar called for effect with
13424 dolist.
13425
13426 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
13427
13428 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13429 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13430 with while loop.
13431
13432 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13433 functions from article-* functions.
13434 (gnus-multi-decode-header): Replace mapcar called for effect with
13435 dolist.
13436
13437 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13438 (gnus-bookmark-show-details): Replace mapcar called for effect with
13439 while loop.
13440
13441 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13442 called for effect with while loop.
13443
13444 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13445 with dolist.
13446
13447 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13448 Replace mapcar called for effect with dolist.
13449
13450 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13451
13452 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13453 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13454 Replace mapcar called for effect with dolist.
13455 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13456 mapc.
13457
13458 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13459 Replace mapcar called for effect with dolist.
13460 (gnus-topic-list): Replace mapcar called for effect with mapc.
13461
13462 * gnus.el: Use mapc instead of mapcar to add autoloads.
13463
13464 2007-10-23 Richard Stallman <rms@gnu.org>
13465
13466 * gnus-group.el (gnus-group-highlight): Mark as risky.
13467
13468 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
13469
13470 * gnus.el (gnus-server-to-method): Return method found first in
13471 gnus-newsrc-alist.
13472
13473 * gnus-art.el (gnus-article-highlight-signature)
13474 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13475 button overlay without the front stickiness.
13476
13477 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
13478
13479 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13480 overview buffer needed a catch to receive its throw.
13481 (gnus-agent-flush-cache): Declare as interactive to make this function
13482 easier to use.
13483
13484 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13485
13486 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13487 `next-line'.
13488
13489 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
13490
13491 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13492 exclude address matching message-dont-reply-to-names.
13493
13494 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
13495
13496 * gnus-util.el (gnus-string<): New function.
13497
13498 * gnus-sum.el (gnus-article-sort-by-author)
13499 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13500
13501 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
13502
13503 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13504 the frame-focus tag is set in gnus-buffer-configuration.
13505
13506 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
13507
13508 * gnus-art.el (gnus-article-add-button): Make a button overlay without
13509 the front stickiness.
13510
13511 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
13512
13513 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13514 url pattern; remove duplicate one.
13515 (gnus-article-extend-url-button): New function.
13516 (gnus-article-add-buttons): Use it.
13517 (gnus-button-push): Use concatenated url that it makes.
13518
13519 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
13520
13521 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13522 (sieve-manage-open): Use `mapc' instead of `mapcar'.
13523
13524 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13525
13526 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13527 Don't hardcode point-min==1.
13528
13529 2007-09-30 David Kastrup <dak@gnu.org>
13530
13531 * gnus-art.el (gnus-article-reply-with-original)
13532 (gnus-article-followup-with-original): When `transient-mark-mode' is
13533 off, refrain from active-region behavior for followups.
13534
13535 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
13536
13537 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13538 Fix comment about "iso8859-1".
13539
13540 2007-10-08 Daiki Ueno <ueno@unixuser.org>
13541
13542 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13543 ones returned from the verify-function.
13544
13545 * mm-uu.el (mm-uu-pgp-signed-extract-1):
13546 Call mml2015-extract-cleartext-signature if extraction failed.
13547
13548 2007-10-07 Daiki Ueno <ueno@unixuser.org>
13549
13550 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13551 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13552 failed.
13553
13554 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
13555
13556 * Relicense "GPLv2 or later" files to "GPLv3 or later".
13557
13558 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13559
13560 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13561 to mark a thread as expirable. Add variable `hide' to handle hiding of
13562 thread for both the null and zero (kill/expire thread) universal prefix
13563 cases.
13564 (gnus-summary-expire-thread): Add new function to expire a thread,
13565 using gnus-summary-kill-thread.
13566 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13567 shortcuts for gnus-summary-expire-thread.
13568 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13569 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
13570
13571 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13572
13573 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13574 extras value, so an extras entry can be deleted.
13575 (gnus-registry-delete-extra-entry): Use it.
13576 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13577 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13578 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13579 storage through the gnus-registry, and provide an appropriate API for
13580 it.
13581
13582 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13583
13584 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13585 Suggested by Leo <sdl.web@gmail.com>.
13586
13587 * gnus.el: Do.
13588
13589 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13590
13591 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13592 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
13593
13594 * gnus-agent.el (gnus-agent-fetch-headers): Do.
13595
13596 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13597 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13598
13599 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13600
13601 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13602 newline.
13603 (nnmbox-request-accept-article): Don't change article in source buffer;
13604 narrow to header to use message-fetch-field rather than
13605 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13606 (nnmbox-request-replace-article): Quote lines that'll be misidentified
13607 as delimiters; make sure article ends with newline.
13608 (nnmbox-delete-mail): Correct last position of article to be deleted;
13609 ignore X-Gnus-Newsgroup header in article body.
13610 (nnmbox-save-mail): Quote lines looking like delimiters at the right
13611 positions; make sure article ends with newline.
13612
13613 * message.el (message-display-abbrev): Don't infloop when a user
13614 inserts SPC in the beginning of header.
13615
13616 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
13617
13618 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13619 list of groups not followed by default. Fix type to be regexp.
13620 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13621
13622 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
13623
13624 * hmac-def.el (define-hmac-function): Switch from old-style to
13625 new-style backquotes.
13626
13627 * md4.el (md4-make-step): Likewise.
13628
13629 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
13630
13631 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13632 raw-text coding system when saving .newsrc file, which may contain
13633 non-ASCII group names.
13634
13635 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
13636
13637 * gnus-cus.el (gnus-score-extra): New widget.
13638 (gnus-score-extra-convert): New function.
13639 (gnus-score-customize): Use it for Extra.
13640
13641 2007-08-31 Daiki Ueno <ueno@unixuser.org>
13642
13643 * mml2015.el (mml2015-extract-cleartext-signature): New function.
13644 (mml2015-mailcrypt-clear-verify): Use it.
13645 (mml2015-gpg-clear-verify): Use it.
13646 (mml2015-pgg-clear-verify): Use it.
13647 (mml2015-epg-clear-verify): Replace the current part with the output
13648 from GnuPG; don't extract the plaintext by itself.
13649
13650 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13651 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13652 mml2015-clear-verify-function; don't touch the armor headers or
13653 dash-escaped text here.
13654
13655 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
13656
13657 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13658 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13659 parts, or application/octet-stream as a last resort.
13660 (gnus-mime-view-part-as-type): Don't toggle display.
13661 (gnus-mime-view-part-as-charset): Don't turn off display before
13662 querying charset.
13663
13664 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13665 stuff to undisplayer function in Emacs.
13666 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13667
13668 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13669 text/calendar parts.
13670
13671 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
13672
13673 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13674 decoding text/calendar parts.
13675
13676 * message.el (message-forward-make-body-mime): Always mark body as
13677 having no illegible text; remove signed-or-encrypted argument.
13678 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13679
13680 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13681 (mml-generate-mime-1): Don't encode body if it is specified to be in
13682 raw form; don't make buffer be unibyte when inserting multibyte string.
13683
13684 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13685
13686 * sha1.el: Fix up comment style.
13687 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13688 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13689
13690 * hex-util.el: Fix up comment style.
13691 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13692
13693 * gnus-salt.el: Use with-current-buffer.
13694 (gnus-pick-setup-message): Fix long-standing typo.
13695
13696 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
13697
13698 * imap.el (imap-logout-timeout): New variable.
13699 (imap-logout, imap-logout-wait): New functions.
13700 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13701
13702 * nnimap.el (nnimap-logout-timeout): New server variable.
13703 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13704 nnimap-logout-timeout.
13705
13706 * gnus-art.el (gnus-article-summary-command-nosave)
13707 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13708
13709 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
13710
13711 * gnus.el (gnus-maximum-newsgroup): New variable.
13712
13713 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13714 according to gnus-maximum-newsgroup.
13715
13716 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13717 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13718 Limit the range of articles according to gnus-maximum-newsgroup.
13719
13720 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
13721
13722 * gnus-art.el (gnus-sticky-article): Fix problems described in
13723 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
13724 Don't perform gnus-configure-windows here; reuse existing sticky
13725 article buffer.
13726
13727 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13728 it doesn't exist in gnus-article-mode.
13729
13730 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
13731
13732 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13733 (gnus-agent-decoded-group-name): New function.
13734 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13735 (gnus-agent-expire-group-1): Use it; decode group name in messages.
13736
13737 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
13738
13739 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13740 Add binding for gnus-sticky-article.
13741 (gnus-summary-exit): Don't kill sticky article buffers.
13742
13743 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13744 article buffer.
13745 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13746 (gnus-kill-sticky-article-buffers): New commands.
13747
13748 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
13749
13750 * nntp.el (nntp-xref-number-is-evil): New server variable.
13751 (nntp-find-group-and-number): If it is non-nil, don't trust article
13752 numbers in the Xref header.
13753
13754 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
13755
13756 * gnus-agent.el (gnus-agent-read-group): New function.
13757 (gnus-agent-flush-group, gnus-agent-expire-group)
13758 (gnus-agent-regenerate-group): Use it.
13759 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13760 nnmail-pathname-coding-system.
13761
13762 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
13763
13764 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13765
13766 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13767 that are unread as unread, and also as selected so that information of
13768 marks having been changed by a user may be updated when exiting group.
13769
13770 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
13771
13772 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13773
13774 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
13775
13776 * gnus-art.el (gnus-mime-display-single): Pass part number that is
13777 calculated ignoring signature parts to gnus-treat-article.
13778
13779 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
13780
13781 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13782 a point here in order to keep the window start.
13783 (gnus-insert-mime-security-button): Make a button overlay without the
13784 front stickiness.
13785 (gnus-mime-display-security): Goto the end of a button.
13786
13787 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13788
13789 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
13790
13791 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13792 group-name-at-point.
13793 (gnus-group-completing-read): New function that offers decoded
13794 non-ASCII group names for completion.
13795 (gnus-fetch-group, gnus-group-read-ephemeral-group)
13796 (gnus-group-jump-to-group, gnus-group-make-group-simple)
13797 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13798 (gnus-group-fetch-control): Use it.
13799 (gnus-fetch-group): Use group-name-at-point for the initial value
13800 rather than the default value; use gnus-alive-p.
13801
13802 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13803 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13804 (gnus-summary-post-news): Use gnus-group-completing-read.
13805
13806 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13807 (gnus-read-move-group-name): Decode group name for completion.
13808
13809 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
13810
13811 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13812 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13813 Yamaoka slightly modified the code).
13814
13815 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
13816
13817 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13818 (nnmail-split-incoming): Bind it.
13819
13820 * nnml.el (nnml-group-name-charset): New function.
13821 (nnml-decoded-group-name): Use it; don't decode group name if
13822 nnmail-group-names-not-encoded-p is non-nil.
13823 (nnml-encoded-group-name): New function.
13824 (nnml-group-pathname): Inline nnml-decoded-group-name.
13825 (nnml-request-expire-articles): Decode group name in message.
13826 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13827 nnmail-pathname-coding-system.
13828 (nnml-save-mail, nnml-active-number): Work with decoded group names and
13829 not decoded ones according to nnmail-group-names-not-encoded-p.
13830 (nnml-generate-active-info): Use nnml-encoded-group-name.
13831
13832 2007-08-08 Glenn Morris <rgm@gnu.org>
13833
13834 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13835 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13836 doc-strings and comments.
13837
13838 2007-07-25 Glenn Morris <rgm@gnu.org>
13839
13840 * Relicense all FSF files to GPLv3 or later.
13841
13842 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
13843
13844 * gnus-sum.el (gnus-summary-move-article):
13845 Make gnus-summary-respool-article work.
13846
13847 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
13848
13849 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13850 string.
13851
13852 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
13853
13854 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
13855 that should be ignored when comparing distant RSS articles with local
13856 ones.
13857 (nnrss-make-hash-index): New function. Create a hash index according
13858 to the ignored fields.
13859 (nnrss-check-group): Use it.
13860
13861 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
13862
13863 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13864
13865 * gnus-art.el (article-decode-group-name): Decode Xref header too.
13866
13867 * gnus-group.el (gnus-group-make-group): Encode group name here unless
13868 the new optional argument ENCODED is non-nil.
13869 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13870 coding system for encoding group name.
13871 (gnus-group-make-rss-group): Pass un-encoded group name to
13872 gnus-group-make-group.
13873 (gnus-group-set-info): Tell gnus-group-make-group that group name is
13874 encoded.
13875
13876 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13877 Encode group name to which articles are moved or copied.
13878 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13879 coding system for encoding Newsgroup, Followup-To and Xref headers.
13880
13881 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13882 marks; use nnheader-file-coding-system to write a file.
13883 (nnagent-retrieve-headers): Bind file-name-coding-system to
13884 nnmail-pathname-coding-system.
13885
13886 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13887
13888 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13889 (nnml-request-article, nnml-request-create-group)
13890 (nnml-request-rename-group, nnml-find-id)
13891 (nnml-possibly-change-directory, nnml-possibly-create-directory)
13892 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13893 (nnml-save-marks): Use nnml-group-pathname instead of
13894 nnmail-group-pathname.
13895
13896 (nnml-request-create-group, nnml-request-expire-articles)
13897 (nnml-request-move-article, nnml-request-delete-group)
13898 (nnml-deletable-article-p, nnml-possibly-create-directory)
13899 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13900 (nnml-open-marks): Bind file-name-coding-system to
13901 nnmail-pathname-coding-system.
13902
13903 (nnml-request-article): Pass server argument to nnml-find-group-number.
13904 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13905 Pass server argument to nnml-possibly-create-directory.
13906 (nnml-request-accept-article): Pass server argument to
13907 nnml-active-number and nnml-save-mail.
13908 (nnml-find-group-number): Pass server argument to nnml-find-id.
13909 (nnml-request-update-info): Pass server argument to
13910 nnml-marks-changed-p.
13911
13912 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13913 (nnml-save-mail, nnml-active-number): Add server argument.
13914
13915 (nnml-request-delete-group): Warn if group is missing.
13916 (nnml-get-nov-buffer): Decode group name.
13917 (nnml-generate-active-info): Encode group name.
13918 (nnml-open-marks): Decode group name in messages.
13919
13920 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
13921
13922 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13923 if it is not specified.
13924 (gnus-article-pipe-part, gnus-article-save-part)
13925 (gnus-article-interactively-view-part, gnus-article-copy-part)
13926 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13927 (gnus-article-inline-part, gnus-article-save-part-and-strip)
13928 (gnus-article-replace-part, gnus-article-delete-part)
13929 (gnus-article-view-part-as-type): Pass raw prefix argument to
13930 gnus-article-part-wrapper.
13931
13932 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
13933
13934 * gnus-agent.el (gnus-agent-save-active):
13935 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13936
13937 * gnus-cache.el (gnus-cache-save-buffers)
13938 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13939 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13940 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13941 (gnus-cache-braid-nov, gnus-cache-braid-heads)
13942 (gnus-cache-generate-active, gnus-cache-rename-group)
13943 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13944 (gnus-cache-update-overview-total-fetched-for):
13945 Bind file-name-coding-system to nnmail-pathname-coding-system.
13946 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13947 New variables.
13948 (gnus-cache-decoded-group-name): New function.
13949 (gnus-cache-file-name): Use it.
13950 (gnus-cache-generate-active): Use non-decoded group name for active.
13951
13952 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13953 right place.
13954 (gnus-write-active-file): Don't break non-ASCII group names.
13955
13956 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13957 nnmail-pathname-coding-system.
13958
13959 * gnus-uu.el (gnus-uu-decode-save): Typo.
13960
13961 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
13962
13963 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13964
13965 2007-07-14 David Kastrup <dak@gnu.org>
13966
13967 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13968 finishing actions if we did not edit the article.
13969
13970 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13971
13972 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13973 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13974 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13975 (gnus-agent-flush-group, gnus-agent-flush-cache)
13976 (gnus-agent-fetch-headers, gnus-agent-load-alist)
13977 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13978 (gnus-agent-retrieve-headers, gnus-agent-request-article)
13979 (gnus-agent-regenerate-group)
13980 (gnus-agent-update-files-total-fetched-for)
13981 (gnus-agent-update-view-total-fetched-for):
13982 Bind file-name-coding-system to nnmail-pathname-coding-system.
13983 (gnus-agent-group-pathname): Don't encode file names by
13984 nnmail-pathname-coding-system.
13985 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13986 coding-system-for-write instead of buffer-file-coding-system to
13987 gnus-agent-file-coding-system.
13988
13989 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13990 Decode group name.
13991
13992 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13993
13994 * gnus-start.el (gnus-update-active-hashtb-from-killed)
13995 (gnus-read-newsrc-el-file): Make group names unibyte.
13996
13997 * nnmail.el (nnmail-group-pathname): Don't encode file names by
13998 nnmail-pathname-coding-system.
13999
14000 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14001 (nnrss-request-delete-group): Bind file-name-coding-system to
14002 nnmail-pathname-coding-system.
14003 (nnrss-read-server-data, nnrss-read-group-data):
14004 Bind file-name-coding-system correctly.
14005 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14006
14007 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14008 (nntp-server-to-method-cache): New variable.
14009 (nntp-group-pathname): New function that decodes non-ASCII group names.
14010 (nntp-possibly-create-directory, nntp-marks-changed-p)
14011 (nntp-save-marks, nntp-open-marks): Use it.
14012 (nntp-possibly-create-directory, nntp-open-marks):
14013 Bind file-name-coding-system to nnmail-pathname-coding-system.
14014 (nntp-open-marks): Decode group names when bootstrapping marks.
14015
14016 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14017 Newsgroups and Followup-To headers.
14018
14019 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14020
14021 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14022 (gnus-server-closed-face, gnus-server-denied-face)
14023 (gnus-server-offline-face): Remove variable.
14024 (gnus-server-font-lock-keywords): Use faces that are not aliases.
14025
14026 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14027 of modifying message-stack directly for XEmacs.
14028
14029 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14030 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14031 if the coding-system argument is nil for XEmacs.
14032
14033 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14034 mm-charset-override-alist.
14035
14036 * rfc2047.el: Don't require base64; require rfc2045 for the function
14037 rfc2045-encode-string.
14038 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14039 to quote the parameter value.
14040
14041 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
14042
14043 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14044 form in gnus-group-name-charset-method-alist.
14045
14046 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14047 overrides the default layout edit-form.
14048
14049 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14050
14051 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14052
14053 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
14054
14055 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14056 as unfetched articles.
14057
14058 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
14059
14060 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14061
14062 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
14063
14064 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14065 original back end that keeps marks in the local system.
14066
14067 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
14068
14069 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14070 arg of pop-to-buffer for XEmacs.
14071 (gnus-article-read-summary-keys): Ditto; don't restore window
14072 configuration if summary command ends up with neither article buffer
14073 nor summary buffer; describe bindings if summary keys end with C-h.
14074
14075 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
14076
14077 * message.el (message-fix-before-sending): Skip raw message part to be
14078 forwarded while checking illegible text.
14079 (message-forward-make-body-mime, message-forward-make-body):
14080 Mark signed or encrypted raw message as having no illegible text.
14081
14082 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
14083
14084 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14085 (gnus-message-with-timestamp-1): New macro.
14086 (gnus-message-with-timestamp): New function.
14087 (gnus-message): Use them.
14088
14089 * nnheader.el (nnheader-message): Use them.
14090
14091 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
14092
14093 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14094 .newsrc.eld file.
14095
14096 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
14097
14098 * gnus-agent.el (gnus-agent-fetch-headers)
14099 (gnus-agent-retrieve-headers):
14100 Bind gnus-decode-encoded-address-function to identity.
14101
14102 * nntp.el (nntp-send-xover-command): Recognize an xover command is
14103 available also when the server returns simply a dot.
14104
14105 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14106
14107 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
14108
14109 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14110
14111 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
14112
14113 * gnus-ems.el (gnus-x-splash): Make it work.
14114
14115 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14116 from being used.
14117
14118 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
14119
14120 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14121 the front stickiness.
14122 (gnus-article-summary-command-nosave): Correct the order of the
14123 arguments passed to pop-to-buffer.
14124 (gnus-article-read-summary-keys): Ditto; make it work properly when the
14125 summary command ends up with the article buffer.
14126
14127 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14128 the same faces.
14129
14130 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
14131
14132 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14133
14134 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
14135
14136 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14137 * gnus-sum.el (gnus-summary-highlight):
14138 * mail-source.el (mail-source-delete-old-incoming-confirm):
14139 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14140
14141 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
14142
14143 * gnus-art.el (gnus-mime-view-part-externally)
14144 (gnus-mime-view-part-internally): Fix predicate function passed to
14145 completing-read.
14146
14147 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14148
14149 * gnus.el (gnus-update-message-archive-method): Add :version.
14150
14151 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
14152
14153 * gnus.el (gnus-update-message-archive-method): New variable.
14154
14155 * gnus-start.el (gnus-setup-news): Update saved "archive" method
14156 according to gnus-message-archive-method if
14157 gnus-update-message-archive-method is non-nil.
14158
14159 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
14160
14161 * gnus-sum.el (gnus-summary-limit-to-address): New function.
14162 Suggested by Loic Dachary <loic@dachary.org>.
14163 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14164
14165 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
14166
14167 * message.el (message-pop-to-buffer): Add switch-function argument.
14168 (message-mail): Pass switch-function argument to it.
14169
14170 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
14171
14172 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14173 Improve doc string.
14174
14175 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
14176
14177 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14178 (gnus-header-content):
14179 * gnus-cite.el (gnus-cite-10):
14180 * gnus-srvr.el (gnus-server-closed):
14181 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14182 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14183 (gnus-group-mail-3-empty, gnus-group-mail-low)
14184 (gnus-group-mail-low-empty, gnus-splash):
14185 * message.el (message-header-to, message-header-cc)
14186 (message-header-subject, message-header-other, message-header-name)
14187 (message-header-xheader, message-separator, message-cited-text)
14188 (message-mml): Lighten colors of faces used for dark background.
14189
14190 2007-05-24 Simon Josefsson <simon@josefsson.org>
14191
14192 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14193 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
14194
14195 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
14196
14197 * message.el (message-narrow-to-headers-or-head):
14198 Ignore mail-header-separator in the body.
14199
14200 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
14201
14202 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14203 same as window size.
14204
14205 2007-05-22 Kevin Ryde <user42@zip.com.au>
14206
14207 * message.el (message-font-lock-keywords): Use message-header-xheader
14208 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
14209 ahead of the anything pattern, to get it recognized.
14210
14211 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
14212
14213 * gnus-sum.el (gnus-articles-to-read)
14214 (gnus-summary-insert-old-articles): Don't truncate group name for
14215 `read-string'.
14216
14217 * gnus-util.el (gnus-limit-string): Delete this function.
14218
14219 * gnus-sum.el (gnus-simplify-subject-fully):
14220 Use `truncate-string-to-width' instead.
14221
14222 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
14223
14224 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14225 Tell if, on summary exit, the next group has to be selected.
14226 (gnus-summary-exit): Use it.
14227
14228 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
14229
14230 * gnus-art.el (gnus-article-mode): Fix comment about displaying
14231 non-break space.
14232
14233 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
14234
14235 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14236 Check if group is not a directory.
14237 (nnfolder-request-expire-articles): Don't delete articles if the target
14238 group is not available.
14239
14240 * nnml.el (nnml-request-create-group): Properly check if group is not a
14241 file.
14242 (nnml-request-expire-articles): Don't delete articles if the target
14243 group is not available.
14244
14245 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14246 Don't quote characters that are within parentheses.
14247
14248 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
14249
14250 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14251 (gnus-handle-ephemeral-exit): Select article according to it.
14252
14253 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
14254
14255 * message.el (message-insert-formated-citation-line): Remove newline.
14256 (message-citation-line-format): Add final \n here so that the user can
14257 avoid a blank line.
14258
14259 2007-05-03 Dan Christensen <jdc@uwo.ca>
14260
14261 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14262 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14263 Update lanl/arXiv support.
14264
14265 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
14266
14267 * gnus.el: Bump version number.
14268
14269 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14270
14271 * gnus.el (gnus-version-number): Bump version.
14272
14273 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14274
14275 * gnus.el: No Gnus v0.6 is released.
14276
14277 2007-04-27 Didier Verna <didier@xemacs.org>
14278
14279 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14280 * gmm-utils.el (gmm-regexp-concat): ... here.
14281 * message.el: Don't require 'gnus-util.
14282 (message-dont-reply-to-names): Handle name change above.
14283 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14284
14285 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
14286
14287 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14288 since the initial value varies according to the system.
14289
14290 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
14291
14292 * mm-util.el (mm-charset-synonym-alist): Defcustom.
14293
14294 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
14295
14296 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14297
14298 2007-04-24 Didier Verna <didier@xemacs.org>
14299
14300 Improve the type of gnus-ignored-from-addresses.
14301 * gnus-util.el (gnus-orify-regexp): New function.
14302 * message.el (gnus-util): Require it.
14303 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14304 * gnus-sum.el (gnus-ignored-from-addresses): New function.
14305 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14306
14307 2007-04-24 Didier Verna <didier@xemacs.org>
14308
14309 * gnus-sum.el:
14310 * gnus-utils.el: Fix some trailing whitespaces.
14311
14312 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
14313
14314 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14315 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14316 article's Message-ID; refer parent article in summary buffer.
14317
14318 * message.el (message-bounce): Call mime-to-mml.
14319
14320 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
14321
14322 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14323
14324 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
14325
14326 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14327 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14328 displayed of multipart/alternative part if it is invoked from summary
14329 buffer.
14330
14331 * mm-view.el (mm-inline-text-html-render-with-w3m)
14332 (mm-inline-text-html-render-with-w3m-standalone)
14333 (mm-inline-render-with-function): Use mail-parse-charset by default.
14334
14335 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
14336
14337 * parse-time.el (parse-time-string-chars): Check if CHAR
14338 is less than the length of parse-time-syntax.
14339
14340 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
14341
14342 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14343 from gnus-newsgroup-processable.
14344
14345 2007-04-16 Didier Verna <didier@xemacs.org>
14346
14347 * gnus-msg.el (gnus-configure-posting-styles):
14348 Handle message-signature-directory properly with :file syntax.
14349 Reported by "Leo".
14350
14351 2007-04-11 Didier Verna <didier@xemacs.org>
14352
14353 New user option: message-signature-directory.
14354 * gnus-msg.el (gnus-configure-posting-styles): Support it.
14355 * message.el (message-insert-signature): Ditto.
14356 * message.el (message-signature-file): Doc update.
14357 * message.el (message-signature-directory): New.
14358
14359 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
14360
14361 * gnus-msg.el (gnus-inews-yank-articles):
14362 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14363
14364 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
14365
14366 * message.el (message-yank-original): Make sure cited text ends with
14367 newline; don't exchange point and mark.
14368
14369 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
14370
14371 * tls.el (open-tls-stream): Properly handle case where there
14372 is no associated buffer.
14373
14374 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
14375
14376 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14377 message-yank-original, make sure (< mark TEXT point).
14378
14379 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
14380
14381 * message.el (message-fill-column): New variable.
14382 (message-mode): Use it. Add comment on a possible new hook.
14383
14384 * nnmail.el (nnmail-spool-file): Mark as obsolete.
14385 (nnmail-get-new-mail): Reformat.
14386
14387 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14388
14389 * gmm-utils.el: Fix Commentary.
14390 (gmm-tool-bar-from-list): Fix typo in doc string.
14391
14392 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
14393
14394 * message.el (message-yank-original): Don't switch point and mark
14395 unnecessarily to put point and mark as documented.
14396
14397 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14398
14399 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14400 from the message heads.
14401
14402 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
14403
14404 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14405 article buffer does not have a window. This may not be the best
14406 solution but is certainly better than setting the start of the null,
14407 that is the current, window.
14408
14409 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
14410
14411 * gnus-draft.el (gnus-draft-setup-hook): New hook.
14412 (gnus-draft-setup): Run it.
14413
14414 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14415 gnus-score-fast-scoring. Allow regexp.
14416 (gnus-score-headers): Use it.
14417
14418 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14419 XEmacs.
14420
14421 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14422 string.
14423 (gnus-button-alist): Also catch `<f1> k ...'.
14424 (gnus-treat-display-x-face): Fix doc string.
14425
14426 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14427
14428 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14429 evaluation of gnus-extended-version to ensure correct generation of the
14430 User-Agent header when message-generate-headers-first is used.
14431
14432 2007-03-24 Simon Josefsson <simon@josefsson.org>
14433
14434 * hashcash.el (hashcash-generate-payment-async): Don't crash if
14435 hashcash-path is nil. Don't call callback with incorrect number of
14436 parameters if val is 0.
14437
14438 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14439
14440 * message.el (message-required-news-headers):
14441 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14442
14443 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
14444
14445 * message.el (message-generate-new-buffers): Change the meaning of the
14446 nil value; add `standard' to the choices; treat t as `unique'; improve
14447 doc string.
14448 (gnus-select-frame-set-input-focus): Autoload.
14449 (message-buffer-name): Search for the existing message buffer if
14450 message-generate-new-buffers is nil or `standard'; treat the value t of
14451 message-generate-new-buffers as `unique'.
14452 (message-pop-to-buffer): Raise the frame already displaying the message
14453 buffer; clear the echo area after querying.
14454 (message-setup): Pass the `continue' argument to compose-mail.
14455 (message-mail): Prefer `switch-function' if it is given; search for the
14456 existing message buffer if the `continue' argument is non-nil; pass
14457 continue and switch-function arguments to compose-mail by way of
14458 message-setup.
14459 (message-mail-other-window): Adjust argument of message-setup.
14460 (message-mail-other-frame): Ditto.
14461
14462 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14463
14464 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14465 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14466 to turn font-lock on when turning gnus-message-citation-mode on.
14467
14468 2007-03-06 Daiki Ueno <ueno@unixuser.org>
14469
14470 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14471 (mml-smime-function-alist): New variable; add epg as the backend.
14472 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14473 mml-smime- functions instead.
14474 * mm-view.el: Require smime.
14475
14476 2007-03-05 Didier Verna <didier@xemacs.org>
14477
14478 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14479 instead of just inheritance for posting styles.
14480 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14481
14482 2007-02-24 John Paul Wallington <jpw@pobox.com>
14483
14484 * tls.el (tls-certtool-program): Fix custom type.
14485
14486 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14487
14488 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14489 and point-at-eol instead of line-(beginning|end)-position.
14490
14491 * assistant.el (assistant-parse-buffer): Ditto.
14492
14493 2007-02-28 Daiki Ueno <ueno@unixuser.org>
14494
14495 * mml2015.el (mml2015-epg-find-usable-key): New function.
14496 (mml2015-epg-sign): Use it.
14497 (mml2015-epg-encrypt): Use it.
14498
14499 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14500
14501 * message.el (message-make-in-reply-to): Quote name containing
14502 non-ASCII characters. It will make the RFC2047 encoder cause an error
14503 if there are special characters. Reported by NAKAJI Hiroyuki
14504 <nakaji@jp.freebsd.org>.
14505
14506 2007-02-27 Didier Verna <didier@xemacs.org>
14507
14508 Include the group parameters as well as the topic ones in the
14509 inheritance filter process.
14510 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14511 argument GROUP-PARAMS-LIST.
14512 * gnus-topic.el (gnus-group-topic-parameters): Use it.
14513
14514 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
14515
14516 * nntp.el (nntp-never-echoes-commands)
14517 (nntp-open-connection-functions-never-echo-commands): New variables.
14518 (nntp-send-command): Use them.
14519
14520 2007-02-20 Daiki Ueno <ueno@unixuser.org>
14521
14522 * mml2015.el (mml2015-epg-verify): Simplify.
14523
14524 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
14525
14526 * mml.el (mml-content-disposition-alist): New user option.
14527 (mml-content-disposition): New function.
14528 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14529 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14530
14531 2007-02-19 Daiki Ueno <ueno@unixuser.org>
14532
14533 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14534 verification.
14535
14536 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14537
14538 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14539 articles posted in the last 24 hours.
14540
14541 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
14542
14543 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14544
14545 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
14546
14547 * nntp.el (nntp-send-command): Don't wait for echoes when
14548 nntp-open-ssl-stream is used.
14549
14550 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14551
14552 * gnus-cite.el (gnus-test-font-lock-add-keywords)
14553 (gnus-message-add-citation-keywords)
14554 (gnus-message-remove-citation-keywords): Remove.
14555 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14556 directly, make the variables in font-lock-defaults buffer-local, add
14557 gnus-message-citation-keywords to them and then update the value of
14558 font-lock-keywords.
14559
14560 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
14561
14562 * message.el (message-cite-original-1): Don't call
14563 gnus-article-highlight-citation.
14564
14565 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14566 citations; fix line count.
14567
14568 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14569
14570 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14571 (gnus-message-add-citation-keywords)
14572 (gnus-message-remove-citation-keywords): Use it; fix the emulating
14573 versions of font-lock-add-keywords and font-lock-remove-keywords to
14574 work with XEmacs correctly.
14575
14576 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14577
14578 * gnus-cite.el (gnus-cite-face-list): Set the values of
14579 gnus-message-max-citation-depth and gnus-message-citation-keywords.
14580 (gnus-message-max-citation-depth): Use defvar rather than defconst.
14581 (gnus-message-cite-prefix-regexp): New variable.
14582 (gnus-message-search-citation-line): Use it; protect against long
14583 citation prefix; fill match data with nil rather than 0 for XEmacs; set
14584 the 0th match data for Emacs.
14585 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14586 (gnus-message-add-citation-keywords): Append keywords rather than
14587 prepending; emulate font-lock-add-keywords if it is not available.
14588 (gnus-message-remove-citation-keywords):
14589 Emulate font-lock-remove-keywords if it is not available.
14590
14591 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14592
14593 * message.el (message-cite-prefix-regexp): Set the value of
14594 gnus-message-cite-prefix-regexp.
14595
14596 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14597
14598 * nnweb.el (nnweb-google-parse-1): Update parser.
14599
14600 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
14601
14602 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14603
14604 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14605
14606 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14607 regexp.
14608
14609 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14610
14611 * uudecode.el (uudecode-string-to-multibyte): New function emulating
14612 string-to-multibyte.
14613 (uudecode-decode-region-internal): Use it.
14614
14615 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
14616
14617 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14618 Fix custom choice.
14619
14620 * gnus-art.el (gnus-signature-limit): Fix custom choice.
14621
14622 2007-01-22 Daiki Ueno <ueno@unixuser.org>
14623
14624 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14625
14626 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14627 `write-region' to respect `mm-inhibit-file-name-handlers'.
14628
14629 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
14630
14631 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14632 Use gnus-home-directory instead of "~/" or "$HOME".
14633
14634 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
14635
14636 * encrypt.el (encrypt-insert-file-contents): Add better prompt
14637 to mention filename.
14638 Add comments at beginning regarding usage.
14639 (encrypt-write-file-contents): Change interactive so a string is
14640 acceptable. If the file has no associated model, show an error instead
14641 of a nonsense prompt.
14642
14643 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14644
14645 * spam.el (spam-bsfilter-ham-switch): Fix typo.
14646 Thanks to Yoshihiko Yamada for kind notification of this typo.
14647
14648 2007-01-12 Kenichi Handa <handa@m17n.org>
14649
14650 * uudecode.el (uudecode-decode-region-internal): Make it work in a
14651 multibyte buffer.
14652
14653 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
14654
14655 * gnus-score.el (gnus-score-fast-scoring): New variable.
14656 (gnus-score-headers): Use it.
14657
14658 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14659
14660 * message.el (message-cite-original-1):
14661 Call gnus-article-highlight-citation if requested.
14662 (message-make-from): Allow name and address as optional arguments.
14663
14664 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14665
14666 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14667 bugs to doc string.
14668 (gnus-button-alist): Add mid\\|message-id.
14669 (gnus-button-fetch-group): Extend for use in
14670 `browse-url-browser-function'.
14671 (gnus-button-url-regexp): Try to catch paired parentheses like in
14672 Wikipedia URLs.
14673
14674 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14675 Suggested by Simon Krahnke <overlord@gmx.li>.
14676
14677 2007-01-13 Romain Francoise <romain@orebokech.com>
14678
14679 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14680 Update copyright.
14681
14682 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
14683
14684 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14685
14686 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
14687
14688 * gnus-registry.el (gnus-registry-unfollowed-groups)
14689 (gnus-registry-split-fancy-with-parent): Fix documentation.
14690
14691 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
14692
14693 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14694 from nnweb groups.
14695
14696 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
14697
14698 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14699 Xref urls. Erase buffer before requesting head.
14700
14701 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14702
14703 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
14704
14705 * gnus-soup.el (gnus-soup): New custom group. Make user variables
14706 customizable.
14707
14708 2007-01-05 Daiki Ueno <ueno@unixuser.org>
14709
14710 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14711 no signing key is found.
14712 (mml2015-epg-encrypt): Ask user whether to skip or abort if
14713 no encrypting and/or signing key is found.
14714
14715 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
14716
14717 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14718
14719 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14720
14721 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14722 headers read from disk with the ones newly found in the current search.
14723 This should no longer cause problems, because the article numbers in
14724 Gmane's `nov.php' output are ignored since the previous change.
14725
14726 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14727
14728 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14729
14730 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
14731
14732 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14733
14734 2007-01-01 Romain Francoise <romain@orebokech.com>
14735
14736 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14737
14738 2006-12-31 Steve Youngs <steve@sxemacs.org>
14739
14740 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14741 `define-minor-mode' macro definition expanded properly.
14742 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14743 exclude it there.
14744
14745 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14746 of 2006-12-30. The default is nil on (S)XEmacs already because of the
14747 `fboundp' test.
14748 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14749 This is OK to autoload in (S)XEmacs now.
14750
14751 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14752
14753 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14754 keystroke.
14755 (gnus-summary-limit-to-singletons): Fix typo.
14756
14757 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14758 else fails.
14759
14760 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14761
14762 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14763 docstring.
14764
14765 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14766 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14767 (gnus-summary-insert-dormant-articles): Fix typo in message.
14768
14769 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
14770
14771 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14772 nil for XEmacs.
14773 (gnus-message-citation-mode): Don't autoload in XEmacs.
14774
14775 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14776
14777 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
14778
14779 * nnimap.el (nnimap-expunge-search-string):
14780 Mention nnimap-search-uids-not-since-is-evil in docstring.
14781
14782 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
14783
14784 * spam.el: Revert to make-obsolete-variable because
14785 define-obsolete-variable-alias is not supported in Emacs 21.
14786
14787 * spam.el (spam-ifile-path, spam-ifile-database-path)
14788 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14789 make-obsolete-variable.
14790 (spam-bsfilter-path, spam-bsfilter-program)
14791 (spam-spamassassin-path, spam-spamassassin-program)
14792 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14793 Don't use "path" inappropriately.
14794 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14795 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14796 variable names.
14797
14798 2006-12-28 Daiki Ueno <ueno@unixuser.org>
14799
14800 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14801 summary buffer.
14802
14803 * password.el (password-cache-remove): Use clear-string to burn
14804 password, if available.
14805
14806 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
14807
14808 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14809
14810 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14811
14812 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14813 (gnus-message-highlight-citation): Move defcustom here from
14814 gnus-cite.el.
14815 (gnus-message-citation-mode): Autoload.
14816
14817 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
14818 checks to make it compile with XEmacs.
14819 (gnus-message-citation-mode): New minor mode.
14820 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14821 (gnus-message-highlight-citation): New variables.
14822 (gnus-message-search-citation-line)
14823 (gnus-message-add-citation-keywords)
14824 (gnus-message-remove-citation-keywords)
14825 (turn-on-gnus-message-citation-mode)
14826 (turn-off-gnus-message-citation-mode): New functions.
14827
14828 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
14829
14830 * gnus-cite.el: Enable highlighting of different citation levels in
14831 message-mode.
14832
14833 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
14834
14835 * message.el (message-make-fqdn): Fix comment.
14836 (message-bogus-system-names): Add ".local".
14837
14838 * spam.el (spam-ifile-path, spam-ifile-program)
14839 (spam-ifile-database-path, spam-ifile-database)
14840 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14841 Don't use "path" inappropriately.
14842 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14843 strings.
14844 (spam-check-ifile, spam-ifile-register-with-ifile)
14845 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14846 Use new variable names.
14847
14848 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14849 (gnus-treat-display-smileys): Simplify using
14850 gnus-image-type-available-p.
14851
14852 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14853 available.
14854
14855 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14856
14857 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14858 one after turning on the buffer's multibyteness instead of decoding
14859 them directly in the unibyte buffer that causes unexpected conversion
14860 in Emacs 23 (unicode).
14861
14862 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14863
14864 * message.el (message-generate-hashcash): Fix custom type.
14865
14866 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
14867
14868 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14869
14870 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
14871
14872 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14873 disconnect icons. Add help text.
14874
14875 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
14876
14877 * spam.el (spam-extra-header-to-number): CRM114 spam score is
14878 negated to be consistent with the others we handle.
14879
14880 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14881
14882 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14883 version of gnus-summary-buffer to something, so that we can use two
14884 article buffers at the same time.
14885
14886 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
14887
14888 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14889 trigger all the extra headers.
14890 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14891 sorting.
14892
14893 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14894
14895 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14896 solid groups.
14897
14898 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
14899
14900 * legacy-gnus-agent.el: Add Copyright notice.
14901
14902 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
14903
14904 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14905
14906 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14907
14908 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14909
14910 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14911 to make it work reliably in CVS Emacs.
14912 (gnus-summary-limit-strange-charsets-predicate)
14913 (gnus-summary-limit-to-predicate): New functions.
14914
14915 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
14916
14917 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14918 specifying array size.
14919 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14920 array if it is too small.
14921 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14922 (gnus-sort-threads-loop): New function.
14923
14924 2006-12-06 Chris Moore <dooglus@gmail.com>
14925
14926 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14927 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14928
14929 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
14930
14931 * mm-url.el (mm-url-predefined-programs): Call curl with correct
14932 options.
14933
14934 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14935
14936 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14937 DOS-ing the recipient.
14938
14939 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14940 the headers when creating the mapping to avoid mismappings.
14941 (nnweb-gmane-create-mapping): Always nix out old mapping.
14942
14943 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
14944
14945 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14946 and mm-verify-option to never.
14947
14948 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
14949
14950 * message.el (message-signed-or-encrypted-p): New function.
14951 (message-forward-make-body): Use it.
14952
14953 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14954 Replace encode-coding-string with mm-encode-coding-string.
14955
14956 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
14957
14958 * nneething.el (nneething-decode-file-name):
14959 Replace decode-coding-string with mm-decode-coding-string.
14960
14961 * gnus-int.el (gnus-open-server): Say failed server's name.
14962
14963 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
14964
14965 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14966 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14967
14968 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14969 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14970 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14971 (gnus-group-make-directory-group, gnus-group-transpose-groups):
14972 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14973 (gnus-subscribe-newsgroup, gnus-1):
14974 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14975 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14976 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14977 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14978
14979 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14980
14981 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14982 keystroke.
14983 (gnus-summary-limit-to-bodies): Implement headersp.
14984
14985 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14986
14987 * dns.el (query-dns): Protect against "Process dns deleted" strings.
14988
14989 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14990
14991 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14992
14993 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14994
14995 * message.el (message-generate-hashcash): Expand range of values to
14996 include `opportunistic'.
14997 (message-send-mail): Use it.
14998
14999 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15000
15001 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15002 and comment it.
15003
15004 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15005
15006 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
15007
15008 * gnus-util.el (gnus-extract-address-components): Improve comment.
15009
15010 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15011
15012 * gnus-util.el (gnus-extract-address-components): Work with address in
15013 which the name portion contains @.
15014
15015 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15016
15017 * gnus.el (gnus-start): Move custom group up.
15018 (gnus-select-method): Don't autoload, but make it available for
15019 `customize-variable'.
15020 (gnus-getenv-nntpserver): Don't autoload.
15021
15022 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
15023
15024 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15025
15026 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15027
15028 * message.el (message-sendmail-extra-arguments): New variable.
15029 (message-send-mail-with-sendmail): Use it.
15030
15031 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15032
15033 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15034 mm-with-unibyte-current-buffer to make string unibyte.
15035
15036 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15037 mm-string-as-multibyte.
15038
15039 2006-11-14 Daiki Ueno <ueno@unixuser.org>
15040
15041 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15042 Reported by Werner Koch <wk@gnupg.org>.
15043
15044 2006-11-14 Daiki Ueno <ueno@p360>
15045
15046 * mml2015.el: Autoload epa-select-keys when compiling.
15047
15048 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15049
15050 * mml2015.el (mml2015-epg-sign): Save the signing keys in
15051 message-options.
15052 (mml2015-epg-encrypt): Save the recipient keys in message-options.
15053
15054 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15055
15056 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15057 EasyPG (< 0.0.6).
15058 (mml2015-always-trust): New user option.
15059 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15060 prompt.
15061
15062 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
15063
15064 * nntp.el (nntp-authinfo-force): New variable.
15065 (nntp-send-authinfo): Use it.
15066
15067 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
15068
15069 * message.el (message-strip-subject-encoded-words): Allow _not_ to
15070 decode encoded words. Improve prompt. Add comment about forwarding.
15071 (message-replacement-char): Move up.
15072
15073 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15074
15075 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15076 instead of gnus-intersection because arguments of gnus-sorted-nunion
15077 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
15078
15079 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
15080
15081 * message.el (message-strip-subject-encoded-words): Reformat prompt.
15082 (message-simplify-subject-functions):
15083 Enable message-strip-subject-encoded-words by default.
15084
15085 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
15086
15087 * message.el (message-strip-subject-encoded-words): New function.
15088 (message-simplify-subject-functions): New variable.
15089 (message-simplify-subject): Use it. Fix typo in doc string.
15090 Support message-strip-subject-encoded-words.
15091
15092 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
15093
15094 * gnus-diary.el (gnus-diary-delay-format-function):
15095 * nndiary.el (nndiary-reminders):
15096 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15097
15098 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15099
15100 * gnus-art.el (article-hide-boring-headers): Fetch date from
15101 gnus-original-article-buffer to avoid problems with localized date
15102 strings.
15103
15104 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
15105
15106 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15107
15108 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
15109
15110 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15111 New variables.
15112 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15113 (mm-charset-synonym-alist): Move some entries to
15114 mm-codepage-iso-8859-list.
15115 (mm-charset-synonym-alist, mm-charset-override-alist):
15116 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15117
15118 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
15119
15120 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15121
15122 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15123
15124 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15125 with Emacs 21 and XEmacs.
15126
15127 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
15128
15129 * spam.el (spam-parse-address): New function for better parsing,
15130 catching errors, etc.
15131 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15132
15133 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15134
15135 * mm-view.el: Add interactive arg to html2text autoload.
15136
15137 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
15138
15139 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15140
15141 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
15142
15143 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15144 New variables.
15145 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15146 (mm-charset-synonym-alist): Move some entries to
15147 mm-codepage-iso-8859-list.
15148
15149 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15150
15151 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
15152
15153 * message.el (message-citation-line-format)
15154 (message-insert-formated-citation-line): Fix implementation of %E, %N
15155 and %n according to the doc string.
15156
15157 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
15158
15159 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15160 Use car-safe to avoid bad parses.
15161
15162 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
15163
15164 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15165 names.
15166
15167 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15168
15169 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15170
15171 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15172 header.
15173
15174 * message.el (message-draft-headers): Add Date.
15175 (message-headers-to-generate): Fix typo in docstring.
15176
15177 * nndraft.el (nndraft-required-headers): New variable.
15178 (nndraft-generate-headers): Use it.
15179
15180 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15181
15182 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
15183
15184 * gnus-registry.el (gnus-registry-wash-for-keywords)
15185 (gnus-registry-find-keywords): New functions to allow easy searching of
15186 articles that are in the registry.
15187
15188 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
15189
15190 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15191 Use ietf-drums-parse-address instead of gnus-extract-address-components.
15192 Reported by Damien Elmes <damien@repose.cx>.
15193
15194 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
15195
15196 * gnus.el (gnus-mime): Remove unused custom group.
15197
15198 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15199
15200 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15201 "blank line" when searching for end of armor headers.
15202
15203 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
15204
15205 * gmm-utils.el (gmm-write-region): Fix variable name.
15206
15207 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
15208
15209 * gmm-utils.el (gmm-write-region): New function based on compatibility
15210 code from `mm-make-temp-file'.
15211
15212 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15213
15214 * nnmaildir.el (nnmaildir--update-nov)
15215 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15216 Use `gmm-write-region'.
15217
15218 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15219
15220 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15221 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15222
15223 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15224
15225 * message.el (message-replacement-char): New variable.
15226 (message-fix-before-sending): Use it.
15227 (message-simplify-subject): New function to remove duplicate code.
15228 (message-reply, message-followup): Use it.
15229
15230 * gnus-sum.el (gnus-summary-make-menu-bar):
15231 Clarify gnus-summary-limit-to-articles.
15232
15233 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
15234
15235 * gnus-util.el (gnus-with-local-quit): New macro.
15236
15237 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15238
15239 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
15240
15241 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15242 ignore non-string data.
15243
15244 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
15245
15246 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15247 non-string data (needs to be done in the registry too).
15248
15249 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15250
15251 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15252 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15253 (gnus-registry-split-fancy-with-parent)
15254 (gnus-registry-fetch-simplified-message-subject-fast)
15255 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15256 Remove text properties on ingress into the registry and when it's saved.
15257 (gnus-registry-clean-empty-function): Fix bug with cleaning the
15258 registry from entries with no groups.
15259
15260 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15261
15262 * gnus-util.el (gnus-string-remove-all-properties): Add utility
15263 function to remove string properties.
15264
15265 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
15266
15267 * gmm-utils.el (gmm): Adjust custom version.
15268
15269 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15270 Adjust custom version.
15271
15272 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15273
15274 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
15275
15276 * gnus-art.el (gnus-insert-prev-page-button)
15277 (gnus-insert-next-page-button): Simplify. Reformat.
15278
15279 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
15280
15281 * gnus-art.el (gnus-insert-prev-page-button)
15282 (gnus-insert-next-page-button): Apply gnus-article-button-face.
15283
15284 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
15285
15286 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15287
15288 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
15289
15290 * gnus-art.el (gnus-insert-mime-button)
15291 (gnus-insert-mime-security-button):
15292 Apply gnus-article-button-face to MIME and security buttons.
15293
15294 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
15295
15296 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15297 readable.
15298
15299 2006-09-20 Steve Youngs <steve@sxemacs.org>
15300
15301 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15302 `browse-url-of-file' instead of `browse-url'.
15303
15304 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15305
15306 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15307 regexp. Articles containing quotation were cut prematurely.
15308
15309 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
15310
15311 * message.el (message-cite-original-1): Use nobody by default for the
15312 value of From header.
15313 (message-reply): Ditto.
15314
15315 2006-09-11 Daiki Ueno <ueno@unixuser.org>
15316
15317 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15318 to the gnus-info. This fixes a bug of inline-PGP message verification.
15319 Reported by Michael Piotrowski <mxp@dynalabs.de>.
15320
15321 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
15322
15323 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15324 mails in the doc string. Add some URLs in comment.
15325 (pop3-movemail): Warn about pop3-leave-mail-on-server.
15326
15327 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
15328
15329 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15330 backslashes handling and the way to find boundaries of quoted strings.
15331
15332 2006-09-07 Daiki Ueno <ueno@unixuser.org>
15333
15334 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15335 mml1991-encrypt-to-self is set and mml1991-signers is not set.
15336 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15337 mml2015-encrypt-to-self is set and mml2015-signers is not set.
15338
15339 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
15340
15341 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
15342 doc string.
15343 (gnus-button-regexp, gnus-button-last): Remove unused variables.
15344
15345 2006-09-06 Simon Josefsson <jas@extundo.com>
15346
15347 * mml2015.el (mml2015-use): Doc fix, mention epg.
15348
15349 2006-09-06 Daiki Ueno <ueno@unixuser.org>
15350
15351 * mml2015.el (mml2015-use): Default to epg, if available.
15352
15353 2006-09-06 Daiki Ueno <ueno@unixuser.org>
15354
15355 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15356 message-sender.
15357 (mml1991-epg-encrypt): Ditto.
15358 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15359 message-sender.
15360 (mml2015-epg-encrypt): Ditto.
15361
15362 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
15363
15364 * message.el (message-send-mail-with-sendmail): Look for sendmail in
15365 several common directories.
15366
15367 2006-09-05 Daiki Ueno <ueno@unixuser.org>
15368
15369 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15370 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15371
15372 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
15373
15374 * gnus-art.el (article-decode-encoded-words): Make it fast.
15375
15376 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
15377
15378 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15379
15380 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15381 in quoted string into `\'.
15382
15383 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15384
15385 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15386 Use standard-syntax-table.
15387
15388 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15389
15390 * gnus-art.el (gnus-decode-address-function): New variable.
15391 (article-decode-encoded-words): Use it to decode headers which are
15392 assumed to contain addresses.
15393 (gnus-mime-delete-part): Remove useless `or'.
15394
15395 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15396 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15397 (gnus-nov-parse-line): Use it to decode From header.
15398 (gnus-get-newsgroup-headers): Ditto.
15399 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15400
15401 * mail-parse.el (mail-decode-encoded-address-region): New alias.
15402 (mail-decode-encoded-address-string): New alias.
15403
15404 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15405 New function.
15406 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15407 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15408 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15409 (rfc2047-decode-string): Ditto.
15410 (rfc2047-decode-address-region): New function.
15411 (rfc2047-decode-address-string): New function.
15412
15413 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
15414
15415 * message.el (message-caesar-buffer-body): Allow rotating headers.
15416
15417 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15418
15419 * message.el (message-insert-formated-citation-line): Fix %f.
15420 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15421
15422 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
15423
15424 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15425 (gnus-bookmark-mouse-available-p): New macro.
15426 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15427 (gnus-bookmark-bmenu-show-infos): Use it.
15428 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15429 (gnus-bookmark-bmenu-hide-infos): Ditto.
15430 (gnus-bookmark-remove-properties): New function.
15431 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15432 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15433 (gnus-bookmark-write-file): Bind coding-system-for-write.
15434 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15435 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15436 group before selecting it.
15437 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15438 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15439 quit-window if it is not available; use gnus-mouse-2 and bind it to
15440 gnus-bookmark-bmenu-select-by-mouse.
15441 (gnus-bookmark-show-details): Remove unused variable `details-list'.
15442 (gnus-bookmark-bmenu-select-by-mouse): New function.
15443
15444 2006-08-13 Romain Francoise <romain@orebokech.com>
15445
15446 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15447 space.
15448
15449 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15450
15451 * compface.el (uncompface): Use binary rather than raw-text-unix.
15452
15453 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15454
15455 * compface.el (uncompface): Make sure the eol conversion doesn't take
15456 place when communicating with the external programs.
15457 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15458
15459 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
15460
15461 * nnheader.el (nnheader-insert-head): Fix typo in comment.
15462
15463 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15464
15465 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15466 Make it more robust by parsing author and date independently.
15467
15468 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15469
15470 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15471
15472 2006-07-28 Daiki Ueno <ueno@unixuser.org>
15473
15474 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15475 first matching secret key.
15476 (mml2015-epg-encrypt): Ditto.
15477
15478 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15479 first matching secret key.
15480 (mml1991-epg-encrypt): Ditto.
15481
15482 * mml2015.el (mml2015-encrypt-to-self): New user option.
15483 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15484 mml2015-epg-encrypt-to-self is set.
15485
15486 * mml1991.el (mml1991-encrypt-to-self): New variable.
15487 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15488 mml1991-epg-encrypt-to-self is set.
15489
15490 * mml2015.el (mml2015-signers): New user option.
15491 (mml2015-epg-sign): Reflect the value of mml2015-signers.
15492 (mml2015-epg-encrypt): Allow to select signing keys.
15493
15494 * mml1991.el (mml1991-signers): New variable.
15495 (mml1991-epg-sign): Reflect the value of mml1991-signers.
15496 (mml1991-epg-encrypt): Allow to select signing keys.
15497
15498 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15499
15500 * nnheader.el (nnheader-insert-head): Make it work even if the file
15501 uses CRLF for the line-break code.
15502
15503 2006-07-25 Daiki Ueno <ueno@unixuser.org>
15504
15505 * mml2015.el: Require mml-sec instead of password.
15506 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15507 (mml2015-cache-passphrase): Inherit the default value from
15508 mml-secure-cache-passphrase.
15509 (mml2015-passphrase-cache-expiry): Inherit the default value from
15510 mml-secure-passphrase-cache-expiry.
15511
15512 * mml1991.el: Require mml-sec instead of password.
15513 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15514 (mml1991-cache-passphrase): Inherit the default value from
15515 mml-secure-cache-passphrase.
15516 (mml1991-passphrase-cache-expiry): Inherit the default value from
15517 mml-secure-passphrase-cache-expiry.
15518
15519 * mml-sec.el: Require password.
15520 (mml-secure-verbose): New user option.
15521 (mml-secure-cache-passphrase): New user option.
15522 (mml-secure-passphrase-cache-expiry): New user option.
15523
15524 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
15525 Andreas Vögele <andreas@altroot.de> (tiny change)
15526
15527 * pgg-def.el (pgg-truncate-key-identifier):
15528 Truncate the key ID to 8 letters from the end.
15529
15530 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15531
15532 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15533 workaround for the url package included with Emacs.
15534
15535 * nnweb.el (nnweb-google-create-mapping): Update regexp.
15536
15537 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15538
15539 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15540 correctly. This fixes a bug caused by the 2006-05-12 change.
15541
15542 2006-07-18 Karl Fogel <kfogel@red-bean.com>
15543
15544 * nnmail.el (nnmail-article-group): If splitting raises an error, give
15545 some information about the error when saying that the `bogus' mail
15546 group will be used.
15547
15548 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
15549
15550 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15551 string.
15552
15553 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
15554
15555 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15556
15557 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15558
15559 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15560
15561 2006-07-10 Daiki Ueno <ueno@unixuser.org>
15562
15563 * mml1991.el (mml1991-function-alist): Add epg.
15564 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15565 (mml1991-epg-encrypt): New functions.
15566
15567 2006-07-10 Daiki Ueno <ueno@unixuser.org>
15568
15569 * mml2015.el (mml2015-verbose): New variable.
15570 (mml2015-cache-passphrase): Ditto.
15571 (mml2015-passphrase-cache-expiry): Ditto.
15572 (mml2015-function-alist): Add epg.
15573 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15574 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15575 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15576 New functions.
15577
15578 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15579
15580 * message.el (message-cite-original-1): Preserve region when removing
15581 quoted text due to X-No-Archive in order to avoid bogus attribution
15582 when citing multiple messages.
15583
15584 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15585
15586 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15587 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15588
15589 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
15590
15591 * gnus-diary.el (gnus-user-format-function-d)
15592 (gnus-user-format-function-D): Autoload.
15593
15594 * imap.el (Commentary): Fix typo.
15595
15596 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15597 2006-04-22 contribution.
15598
15599 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15600
15601 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15602 It didn't really fix the bogosity I'm seeing with solid web groups.
15603
15604 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15605
15606 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15607 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15608 created using server names. If we use the feature without declaring
15609 it, Gnus does not properly manage server and group state.
15610
15611 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15612 bound.
15613
15614 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15615
15616 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15617 looking up the method using GROUP's prefix before inventing a new one.
15618 It is used on killed/unknown groups in various places where returning
15619 an all-new method isn't expected by the caller.
15620
15621 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15622 and match semantics of gnus-group-real-prefix.
15623
15624 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
15625
15626 * nnmail.el (nnmail-broken-references-mailers): New variable.
15627 (nnmail-ignore-broken-references): New function generalizing
15628 nnmail-fix-eudora-headers.
15629 (nnmail-fix-eudora-headers): Now obsolete.
15630
15631 * gnus-art.el (gnus-button-handle-custom):
15632 Support `customize-apropos*'.
15633
15634 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15635
15636 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15637
15638 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15639 articles.
15640
15641 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15642
15643 * message.el (message-cite-reply-above): New variable.
15644 (message-yank-original): Use it.
15645
15646 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
15647
15648 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15649
15650 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
15651
15652 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15653 as read.
15654
15655 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15656
15657 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
15658
15659 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15660 (gnus-bookmark-default-file): Use gnus-directory.
15661 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15662 Remove "*" in doc string.
15663 (gnus-bookmark-write-file): Simplify.
15664 (gnus-bookmark-maybe-sort-alist): Use `when'.
15665 (gnus-bookmark-get-bookmark): Fix typo in doc string.
15666 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15667 Add FIXME about Emacs 21 and XEmacs compatibility.
15668 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15669 compatibility.
15670 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15671 compatibility.
15672 (gnus-bookmark-menu-heading): Fix version.
15673
15674 2006-06-19 Bastien Guerry <bzg@altern.org>
15675
15676 * gnus-bookmark.el: New file.
15677
15678 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15679
15680 * message.el (message-syntax-checks): Doc fix.
15681
15682 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15683
15684 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15685 unsubscribed groups as if they were killed ones. It causes duplicate
15686 entries in gnus-newsrc-alist.
15687
15688 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
15689
15690 * message.el (message-syntax-checks): Doc fix.
15691 (message-send-mail): Add check for continuation headers.
15692 (message-check-news-header-syntax): Fix regexp used to check for
15693 continuation headers.
15694
15695 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15696
15697 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15698
15699 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
15700
15701 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15702
15703 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
15704
15705 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15706 default-truncate-lines.
15707
15708 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
15709
15710 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15711 to fill the utf-8 entry.
15712
15713 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15714
15715 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15716
15717 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
15718
15719 * gnus-agent.el (directory-files-and-attributes): Move all the way
15720 forward (the third and final move).
15721 (gnus-agent-read-agentview): Trap reconstruction errors due to
15722 nonexistent directory. Handle by returning nil.
15723
15724 2006-05-30 Didier Verna <didier@xemacs.org>
15725
15726 * message.el (message-dont-reply-to-names): Update the custom type.
15727 * message.el (message-dont-reply-to-names): New defsubst: potentially
15728 convert a list of regexps into a single one.
15729 * message.el (message-get-reply-headers): Use it.
15730 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15731
15732 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15733
15734 * gnus-agent.el (directory-files-and-attributes): Move forward.
15735
15736 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
15737
15738 * gnus-ml.el (gnus-mailing-list-subscribe)
15739 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15740 (gnus-mailing-list-message): Fix doc strings.
15741
15742 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15743
15744 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15745 of doing it manually.
15746
15747 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
15748
15749 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15750 comment.
15751
15752 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
15753
15754 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15755 (gnus-agent-read-agentview): Fix handling of end-of-file error.
15756 (gnus-agent-read-local): All symbols allocated in my-obarray.
15757 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15758 (gnus-agent-regenerate-group): Check numeric names to see if they are
15759 messages or groups.
15760 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15761 better way of do this...)
15762
15763 * gnus-cache.el (gnus-agent-total-fetched-for):
15764 Ignore 'dummy.group' (there should be a better way of do this...)
15765
15766 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15767
15768 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15769 (gnus-saved-headers): Ditto.
15770 (gnus-default-article-saver): Mention functions may have properties.
15771 (gnus-article-save): Override gnus-save-all-headers and
15772 gnus-saved-headers by :headers property which saver function may have.
15773 (gnus-summary-save-in-file): Add :headers property.
15774 (gnus-summary-write-to-file): Ditto.
15775
15776 * gnus-sum.el (gnus-summary-save-article): Bind
15777 gnus-prompt-before-saving to t when saving many articles in a file;
15778 always show all headers.
15779
15780 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
15781
15782 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15783 marks.
15784
15785 * message.el (message-indent-citation): Add optional arguments to allow
15786 using it outside of message buffers.
15787
15788 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15789 (gnus-article-treat-unfold-headers): Use it.
15790 (gnus-article-truncate-lines): New variable.
15791 (gnus-article-mode): Use it.
15792 (gnus-article-toggle-truncate-lines): New function.
15793
15794 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15795 Add gnus-article-toggle-truncate-lines.
15796
15797 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15798 coding system in XEmacs, use binary.
15799
15800 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
15801
15802 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15803 after-load-alist.
15804
15805 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15806 this function should save decoded articles.
15807 (gnus-summary-write-to-file): Use property to specify this function
15808 should save decoded articles and specify gnus-summary-save-in-file
15809 should be used to save articles other than the first one when saving
15810 many articles.
15811 (gnus-summary-save-body-in-file): Use property to specify this
15812 function should save decoded articles.
15813 (gnus-summary-write-body-to-file): Use property to specify this
15814 function should save decoded articles and specify
15815 gnus-summary-save-body-in-file should be used to save articles other
15816 than the first one when saving many articles.
15817
15818 * gnus-sum.el (gnus-summary-save-article): Simplify.
15819
15820 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15821
15822 * gnus-art.el (gnus-default-article-saver):
15823 Add gnus-summary-write-body-to-file.
15824 (gnus-article-save-coding-system): Don't use coding system object
15825 in XEmacs.
15826 (gnus-read-save-file-name): Add optional `dir-var' argument which
15827 specifies directory in which files are saved; work even if optional
15828 `variable' argument is not specified.
15829 (gnus-summary-write-to-file): Read file name.
15830 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15831 (gnus-summary-write-body-to-file): New function.
15832
15833 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15834 (gnus-summary-local-variables): Add it.
15835 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15836 (gnus-summary-save-article): Remove optional `decode' argument;
15837 determine whether to decode articles by the value of
15838 gnus-default-article-saver; when saving many files using
15839 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15840 it first and use gnus-summary-save-in-file or
15841 gnus-summary-save-body-in-file thereafter unless
15842 gnus-prompt-before-saving is always; move point to article which
15843 will be saved.
15844 (gnus-summary-save-article-file): Revert.
15845 (gnus-summary-write-article-file): Revert.
15846 (gnus-summary-save-article-body-file): Revert.
15847 (gnus-summary-write-article-body-file): New function.
15848
15849 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
15850
15851 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15852
15853 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15854
15855 * gnus-art.el (gnus-default-article-saver): Doc fix.
15856 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15857 from gnus-summary-save-article-coding-system, and default to a
15858 certain coding system.
15859 (gnus-output-to-file): Add coding cookie and encode text according
15860 to gnus-article-save-coding-system; don't use mm-append-to-file.
15861
15862 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15863 gnus-art.el and rename to gnus-article-save-coding-system.
15864 (gnus-summary-save-article): Require gnus-art; don't show all
15865 headers if it decodes articles; don't add coding cookie here;
15866 don't bind mm-text-coding-system-for-write.
15867 (gnus-summary-save-article-file): Save decoded articles.
15868 (gnus-summary-write-article-file): When saving many files, use
15869 gnus-summary-write-to-file first and gnus-summary-save-in-file
15870 thereafter unless gnus-prompt-before-saving is always.
15871 (gnus-summary-save-article-body-file): Save decoded articles.
15872
15873 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15874
15875 * nnrss.el (nnrss-check-group): Bind hash-index.
15876
15877 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
15878
15879 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15880 its hash index. Store this hash in `nnrss-group-data'.
15881 (nnrss-read-group-data): Update accordingly.
15882
15883 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15884
15885 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15886 entry.
15887
15888 * gnus-sum.el (gnus-summary-make-menu-bar):
15889 Add gnus-article-browse-html-article.
15890
15891 2006-05-23 Hynek Schlawack <hynek@ularx.de>
15892
15893 * gnus-sum.el (gnus-summary-mime-map):
15894 Add gnus-article-browse-html-article.
15895
15896 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15897
15898 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15899 suitable coding systems in customize.
15900
15901 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
15902
15903 * mail-source.el (mail-sources): Fix custom type.
15904
15905 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15906
15907 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15908 (gnus-summary-expire-articles-now): Shorten prompt.
15909
15910 * gmm-utils.el (wid-edit): Require.
15911 (defun-gmm): Rename from `gmm-defun-compat'.
15912 (gmm-image-search-load-path): Use it.
15913 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
15914
15915 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15916
15917 * gnus-sum.el (gnus-summary-save-article-coding-system):
15918 New variable.
15919 (gnus-summary-save-article): Add optional `decode' argument.
15920 If it is set and gnus-summary-save-article-coding-system is non-nil,
15921 save decoded article.
15922 (gnus-summary-write-article-file): Save decoded article if
15923 gnus-summary-save-article-coding-system is non-nil.
15924
15925 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15926 type.
15927
15928 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15929
15930 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15931
15932 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
15933
15934 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15935 first to test gnus-single-article-buffer which may be buffer-local.
15936
15937 * gnus-sum.el (gnus-summary-setup-buffer):
15938 Make gnus-single-article-buffer buffer-local and nil in ephemeral
15939 group; make gnus-article-buffer, gnus-article-current, and
15940 gnus-original-article-buffer always buffer-local.
15941 (gnus-summary-exit): Kill article buffer belonging to ephemeral
15942 group.
15943 (gnus-handle-ephemeral-exit): Don't move to next summary line.
15944
15945 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15946
15947 * nnml.el (nnml-request-compact-group): Compressed files might not
15948 have .gz extension.
15949
15950 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15951
15952 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15953 (mm-copy-to-buffer): Use with-current-buffer.
15954 (mm-display-part): Simplify.
15955 (mm-inlinable-p): Add optional arg `type'.
15956
15957 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15958
15959 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15960 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15961 Try harder to show the attachment internally or externally using
15962 gnus-mime-view-part-as-type.
15963
15964 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15965
15966 * message.el (message-from-style, message-signature-separator)
15967 (message-user-organization-file, message-send-mail-function)
15968 (message-citation-line-function, message-yank-prefix)
15969 (message-indent-citation-function, message-signature)
15970 (message-signature-file, message-signature-insert-empty-line):
15971 Remove autoloads.
15972
15973 * gnus-art.el (gnus-buttonized-mime-types):
15974 Remove "multipart/signed". Revert 2006-04-26 change.
15975
15976 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15977
15978 * gnus.el (gnus-version-number): Bump version.
15979
15980 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15981
15982 * gnus.el: No Gnus v0.5 is released.
15983
15984 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15985
15986 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15987 fetching articles by message-id.
15988
15989 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15990
15991 * message.el (hashcash): Require hashcash as normal.
15992
15993 * ecomplete.el (ecomplete-highlight-match-line):
15994 Use point-at-eol.
15995 (ecomplete-highlight-match-line): Use `highlight', because that
15996 face exists in both Emacs and XEmacs.
15997
15998 * message.el (message-display-abbrev): Use point-at-bol.
15999
16000 * mail-source.el: Don't require timer/timer-funcs.
16001
16002 * gnus-async.el: Ditto.
16003
16004 * password.el: Ditto.
16005
16006 * mm-url.el: Ditto.
16007
16008 * mm-util.el: Require timer/timer-funcs.
16009
16010 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16011
16012 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16013 Close.
16014
16015 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
16016
16017 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16018 unibyte after clear-decrypt function runs.
16019
16020 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16021 returns as a unibyte string.
16022
16023 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
16024
16025 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16026 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16027 (mml1991-pgg-encrypt): Ditto.
16028
16029 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
16030
16031 * message.el (message-user-organization-file): Check several
16032 locations of the organization file.
16033
16034 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16035 Add gnus-article-view-part-as-type.
16036
16037 * gnus-art.el (gnus-article-view-part-as-type): New function.
16038
16039 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16040 .mobi and .travel. Remove .nato, .bitnet and .uucp.
16041
16042 * mml.el: Simplify autoload.
16043 (mml-mode): defvar dnd-protocol-alist instead of using
16044 symbol-value.
16045 (mml-default-directory): New variable.
16046 (mml-minibuffer-read-file): Use it.
16047 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16048
16049 * message.el (message-citation-line-format): New variable.
16050 (message-insert-formated-citation-line): New function.
16051 (message-citation-line-function):
16052 Add `message-insert-formated-citation-line' to custom type.
16053
16054 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16055 to doc string.
16056
16057 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16058 depending on mm-verify-option.
16059
16060 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
16061
16062 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16063 binding pgg-* variables; reimplement the section which prevents
16064 MIME header from being signed.
16065 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16066 pgg-text-mode; remove a blank line at the top of body.
16067
16068 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16069 lines at the top of body; use gnus-newsgroup-charset if there's no
16070 Charset header.
16071
16072 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16073
16074 * message.el (message-self-insert-commands): Doc fix.
16075
16076 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16077 (mm-uu-pgp-encrypted-test): Ditto.
16078 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16079 between header and body; return application/pgp-encrypted handle
16080 if decryption failed; decode decrypted body by charset.
16081
16082 * mm-decode.el (mm-automatic-display): Don't make application/pgp
16083 element match to application/pgp-*.
16084
16085 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16086
16087 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16088 HTML.
16089
16090 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16091
16092 * mail-source.el (mail-source-call-script): Message the error
16093 string.
16094
16095 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16096
16097 * gnus-util.el (gnus-byte-compile): Use it.
16098
16099 2006-04-22 xyblor <fake@invalid.email> (tiny change)
16100
16101 * gnus-util.el (kill-empty-logs): New function.
16102
16103 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16104
16105 * message.el (message-mail-alias-type): Doc fix.
16106 (message-mail-alias-type-p): New function.
16107 (message-send): Use it.
16108 (message-mode): Ditto.
16109 (message-strip-forbidden-properties): Ditto.
16110
16111 * ecomplete.el (ecomplete-database-file-coding-system):
16112 New variable.
16113 (ecomplete-save): Use it.
16114 (ecomplete-setup): Use it.
16115
16116 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
16117
16118 * message.el (message-self-insert-commands): New variable.
16119 (message-strip-forbidden-properties): Use it.
16120
16121 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16122
16123 * message.el (message-put-addresses-in-ecomplete): Use a regexp
16124 that doesn't make XEmacs choke.
16125
16126 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
16127
16128 * gnus-util.el (gnus-replace-in-string):
16129 Prefer replace-regexp-in-string over of replace-in-string.
16130
16131 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
16132
16133 * gnus-util.el (gnus-select-frame-set-input-focus):
16134 Use select-frame-set-input-focus if it is available in XEmacs; use
16135 definition defined in Emacs 22 for old Emacsen.
16136
16137 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16138
16139 * mm-view.el (mm-inline-text): Use equal instead of equalp.
16140
16141 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
16142
16143 * gnus-registry.el (gnus-registry-cache-save): Remove text
16144 properties when saving via the temp buffer.
16145
16146 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16147
16148 * message.el (message-generate-hashcash): Honor custom type.
16149
16150 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16151
16152 * message.el (message-generate-hashcash): Default to non-nil when
16153 hashcash is found.
16154
16155 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16156 (gnus-refer-thread-limit): Increase default to 500.
16157
16158 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16159
16160 * flow-fill.el (fill-flowed): Allow delete-space.
16161
16162 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16163
16164 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16165 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16166 Remove autoloads.
16167
16168 2006-04-18 Simon Josefsson <jas@extundo.com>
16169
16170 * message.el (message-generate-hashcash): Default to.
16171
16172 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16173
16174 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16175 concatenating segments rather than before concatenating them.
16176
16177 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
16178
16179 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16180
16181 * imap.el (imap-quote-specials): New function.
16182 (imap-login-auth): Quote specials.
16183
16184 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16185
16186 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16187
16188 * message.el (message-forward-make-body-plain):
16189 Allow message-forward-ignored-headers to be a list.
16190 (message-remove-ignored-headers): Factor out into function.
16191 (message-forward-make-body-mml): Use it.
16192 * rfc2231.el (rfc2231-parse-string): Remove dead code.
16193 (rfc2231-parse-string): Allow concatanation of parameters that
16194 aren't contiguous. The test case is
16195 (mail-header-parse-content-type "message/external-body;
16196 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16197 access-type=LOCAL-FILE;
16198 name*1*=plugh%2fhello-sailor%2fbing.pdf")
16199
16200 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16201
16202 * nntp.el (nntp-accept-process-output): Return the value of
16203 `nnheader-accept-process-output'.
16204
16205 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16206
16207 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16208 (gnus-button-alist): Recognize more diff formats.
16209 (gnus-button-patch): Strip directory.
16210
16211 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
16212
16213 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16214 Emacs 22 when setting focus.
16215
16216 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16217
16218 * gnus-art.el (gnus-article-treat-types): Do treatment of
16219 text/x-verbatim parts.
16220 (gnus-button-patch): New command.
16221
16222 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16223 addresses that contain invalid characters.
16224
16225 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16226
16227 * message.el (message-put-addresses-in-ecomplete):
16228 Use gnus-replace-in-string.
16229 (message-is-yours-p): Use the more correct
16230 mail-header-parse-address instead of
16231 mail-extract-address-components.
16232 (message-put-addresses-in-ecomplete): Fix typo.
16233
16234 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16235 keystroke.
16236
16237 * gnus-art.el (gnus-treatment-function-alist): Change order of
16238 newsgroups/generic header folding to avoid double-folding.
16239
16240 * message.el (message-hidden-headers): Add X-Draft-From.
16241
16242 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16243 New command.
16244 (gnus-summary-repeat-search-article-backward): New command.
16245
16246 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16247 groups in the parent topic.
16248
16249 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
16250
16251 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16252 (spam-extra-header-to-number): Return the CRM114 number as a
16253 number instead of a string.
16254
16255 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16256
16257 * gnus-art.el (gnus-face-properties-alist): Move here from
16258 gnus-fun.
16259
16260 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16261
16262 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16263
16264 * message.el (message-strip-forbidden-properties): Only display on
16265 self-insert-command.
16266
16267 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16268 reindent.
16269 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16270
16271 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
16272
16273 * smiley.el (smiley-style): Fix typo.
16274
16275 2006-03-23 Kenichi Handa <handa@m17n.org>
16276
16277 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16278 instead of set-buffer-multibyte.
16279
16280 2006-03-23 Kenichi Handa <handa@m17n.org>
16281
16282 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16283 buffer and then decode the buffer text if necessary.
16284 (rfc2231-encode-string): Be sure to work on multibyte buffer at
16285 first, and after mm-encode-body, change the buffer to unibyte.
16286
16287 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16288
16289 * hashcash.el (hashcash-insert-payment-async-2):
16290 Use message-goto-eoh instead of doing it manually.
16291 (mail-add-payment): Use message-narrow-to-header instead of trying
16292 to do the same itself.
16293
16294 * message.el (message-hidden-headers): Add Face.
16295
16296 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16297 reparenting code.
16298 (gnus-summary-reparent-children): Refactored out code.
16299 (gnus-summary-thread-map): New keystroke.
16300 (gnus-summary-reparent-children): Make into command.
16301
16302 * smiley.el (smiley-style): Default to `medium' if using a large
16303 font.
16304
16305 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16306 does it itself.
16307
16308 * message.el (message-point-in-header-p): Simplify definition.
16309
16310 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16311
16312 * nnagent.el (nnagent-request-set-mark): Silence log file
16313 writing.
16314 (nnagent-request-set-mark): Use write-region instead of
16315 append-to-file.
16316
16317 * gnus-sum.el (gnus-read-header): Fudge article number if using a
16318 strange select method.
16319
16320 * ecomplete.el (ecomplete-display-matches): Get highlightling
16321 right.
16322 (ecomplete-display-matches): Use literals.
16323 (ecomplete-display-matches): Disable message logging.
16324
16325 * message.el (message-display-abbrev): Small optimization.
16326
16327 * ecomplete.el (ecomplete-display-matches): Allow automatic
16328 display.
16329
16330 * message.el (message-strip-forbidden-properties):
16331 Display abbrevs.
16332 (message-display-abbrev): Get automatic display right.
16333
16334 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16335 keystrokes.
16336
16337 2006-04-13 Romain Francoise <romain@orebokech.com>
16338
16339 TODO: Backport to v5-10!
16340
16341 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16342 Move here (and rename) from gnus-registry.el.
16343
16344 * gnus-registry.el: Require gnus-util.
16345 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16346
16347 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16348
16349 * gnus-group.el (gnus-group-catchup-current):
16350 Change if-then-else-if-then-else into cond.
16351 (gnus-group-catchup): Indent.
16352 (group-name-at-point): New function.
16353 (gnus-fetch-group): Provide default from thing at point.
16354
16355 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16356
16357 * message.el (message-display-abbrev): Fix regexp.
16358
16359 * ecomplete.el (ecomplete-highlight-match-line):
16360 Reimplement choosing.
16361 (ecomplete-highlight-match-line): Fix up code rewrite, remove
16362 dead variables.
16363
16364 * message.el (message-newline-and-indent): Remove debugging.
16365 (message-display-abbrev): Use new implementation.
16366
16367 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
16368
16369 * gnus-art.el (gnus-article-mode):
16370 Set cursor-in-non-selected-windows to nil.
16371
16372 * smiley.el: Revert previous change.
16373 (smiley-data-directory): defvar it before using it in the
16374 defcustom of `smiley-style'.
16375
16376 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16377
16378 * message.el (message-newline-and-indent): New function.
16379
16380 * ecomplete.el: Implement more bits.
16381
16382 * message.el (message-put-addresses-in-ecomplete): Clean up the
16383 string.
16384
16385 * ecomplete.el (ecomplete-add-item): Chop off decimals.
16386
16387 * gnus-sum.el (gnus-summary-save-parts):
16388 Bind gnus-summary-save-parts-counter and use it to make unique file
16389 names.
16390
16391 * gnus-art.el (gnus-ignored-headers): Add some more headers.
16392
16393 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16394 parameter to say whether to actually parse the individual
16395 addresses.
16396
16397 * message.el (message-put-addresses-in-ecomplete): New function.
16398 (ecomplete): Require.
16399 (message-mail-alias-type): Add ecomplete as an option.
16400
16401 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
16402
16403 * flow-fill.el (fill-flowed): Remove trailing space from blank
16404 quoted lines.
16405
16406 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16407
16408 * smiley.el (smiley-style): Move definition later to avoid a
16409 compilation warning.
16410
16411 2006-04-12 Kenichi Handa <handa@m17n.org>
16412
16413 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16414 buffer and then decode the buffer text if necessary.
16415 (rfc2231-encode-string): Be sure to work on multibyte buffer at
16416 first, and after mm-encode-body, change the buffer to unibyte.
16417 Use mm-disable-multibyte instead of set-buffer-multibyte.
16418
16419 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16420
16421 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16422 Content-Type header instead of Content-Disposition header.
16423 (gnus-mime-inline-part): Ditto.
16424 (gnus-mime-view-part-as-charset): Ignore charset that the part
16425 specifies.
16426
16427 * mm-decode.el (mm-display-part): Work with external parts and
16428 usual parts similarly.
16429
16430 * mm-extern.el (mm-inline-external-body): Use mm-display-part
16431 instead of gnus-display-mime.
16432
16433 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16434 instead of with-temp-buffer.
16435
16436 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16437 tag to summarized topics part in order to encode non-ASCII text.
16438
16439 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
16440
16441 * smiley.el (smiley-style): New variable.
16442 (smiley-directory): New function.
16443 (smiley-data-directory): Derive from `smiley-style' using
16444 `smiley-directory'.
16445 (smiley-regexp-alist): Add new entries.
16446
16447 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16448 (gnus-article-browse-delete-temp): Add :version.
16449
16450 2006-04-11 Arne Jørgensen <arne@arnested.dk>
16451
16452 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16453 the sieve region.
16454
16455 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16456
16457 * gnus.el (gnus-version-number): Bump version.
16458
16459 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
16460
16461 * gnus.el: No Gnus v0.4 is released.
16462
16463 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16464
16465 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16466 layout.
16467
16468 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16469 unknown charset.
16470
16471 * message.el (message-header-synonyms): Add Original-To to the
16472 default.
16473
16474 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16475 optional parameter.
16476
16477 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
16478
16479 * gnus-fun.el (gnus): Require it for gnus-directory.
16480
16481 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16482
16483 * gnus-fun.el (gnus-face-properties-alist): Add :version.
16484
16485 2006-04-05 Daiki Ueno <ueno@unixuser.org>
16486
16487 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16488
16489 2006-04-05 Simon Josefsson <jas@extundo.com>
16490
16491 * password.el (password-reset): New function.
16492
16493 2006-04-05 Daiki Ueno <ueno@unixuser.org>
16494
16495 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16496 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16497
16498 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16499
16500 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16501 Some whitespace was matched into the url, which broke browsing hits
16502 > 100 when mm-url-use-external was nil.
16503
16504 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
16505
16506 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16507 Check gnus-extra-headers for 'Newsgroups.
16508
16509 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16510 bound.
16511
16512 2006-04-04 Daiki Ueno <ueno@unixuser.org>
16513
16514 * pgg-gpg.el: Clean up process buffers every time gpg processes
16515 complete.
16516
16517 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
16518
16519 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16520 doc string.
16521
16522 2006-04-03 Daiki Ueno <ueno@unixuser.org>
16523
16524 * pgg-gpg.el (pgg-gpg-process-filter)
16525 (pgg-gpg-wait-for-completion): Check if buffer is alive.
16526
16527 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16528 lines, temporary fix.
16529
16530 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16531
16532 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16533
16534 2006-03-29 Daiki Ueno <ueno@unixuser.org>
16535
16536 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16537 default-enable-multibyte-characters. This reverts the change from
16538 revision 6.17 which is no longer necessary because the passphrase
16539 is sent separately now. GnuPG messages are unreadable under
16540 multibyte locales with default-enable-multibyte-characters set to
16541 nil.
16542
16543 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
16544
16545 * message.el (message-tool-bar-gnome): Move "spell".
16546
16547 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
16548
16549 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16550 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
16551 instead.
16552
16553 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
16554
16555 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16556 Improve newsgroups handling for NNTP overviews which don't include
16557 Newsgroups.
16558
16559 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16560
16561 * message.el (message-resend): Bind message-generate-hashcash to nil.
16562
16563 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16564
16565 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16566 when searching for already-paid recipients.
16567
16568 2006-03-27 Daiki Ueno <ueno@unixuser.org>
16569
16570 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16571 passphrases when it is not needed.
16572 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16573 passphrase stuff from gpg, should only be necessary when you use
16574 gpg with a smartcard.
16575
16576 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
16577
16578 * mml.el (mml-insert-mime): Ignore cached contents of
16579 message/external-body part.
16580
16581 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16582 (mm-insert-part): Ditto.
16583
16584 2006-03-23 Simon Josefsson <jas@extundo.com>
16585
16586 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16587 Reiner.
16588 (pgg-gpg-use-agent-p): Use it again.
16589
16590 2006-03-23 Simon Josefsson <jas@extundo.com>
16591
16592 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16593 older emacsen.
16594 (pgg-gpg-use-agent-p): Don't use it.
16595
16596 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
16597
16598 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16599 if we can.
16600
16601 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
16602
16603 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16604 (pgg-gpg-update-agent): New function.
16605 (pgg-gpg-use-agent-p): New function.
16606 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16607 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16608 (pgg-gpg-sign-region): Use it.
16609
16610 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
16611
16612 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16613 Reported by Ralf Wachinger <rwachinger@gmx.de>.
16614
16615 2006-03-21 Simon Josefsson <jas@extundo.com>
16616
16617 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16618 <wilde@sha-bang.de>.
16619 (pgg-gpg-use-agent): New variable.
16620 (pgg-gpg-process-region): Use it.
16621 (pgg-gpg-encrypt-region): Likewise.
16622 (pgg-gpg-encrypt-symmetric-region): Likewise.
16623 (pgg-gpg-decrypt-region): Likewise.
16624 (pgg-gpg-sign-region): Likewise.
16625 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16626
16627 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
16628
16629 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16630
16631 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16632 Add comment on version.
16633
16634 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
16635
16636 * smiley.el: Add missing test smiley.
16637
16638 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
16639
16640 * mm-decode.el (mm-with-part): New macro.
16641 (mm-get-part): Use it; work with message/external-body as well.
16642 (mm-save-part): Treat name and filename equally.
16643
16644 * mm-extern.el (mm-extern-cache-contents): New function.
16645 (mm-inline-external-body): Use it; force the part to be displayed;
16646 move undisplayer added to the cached handle to the parent.
16647
16648 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16649 (gnus-mime-view-part-as-type): Work with message/external-body.
16650
16651 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16652
16653 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
16654
16655 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16656 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
16657 Emacs.]
16658
16659 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
16660
16661 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16662 path rather than symbol. Always return list of directories.
16663 Guarantee that image directory comes first. [Sync with image.el,
16664 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
16665
16666 * message.el (message-make-tool-bar): Adjust to new API of
16667 `gmm-image-load-path-for-library'.
16668
16669 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16670
16671 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16672
16673 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16674
16675 * gnus-art.el (gnus-article-only-boring-p):
16676 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16677 intangible text.
16678 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16679
16680 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
16681
16682 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16683 Use `defun' instead of `gmm-defun-compat'.
16684
16685 2006-03-14 Simon Josefsson <jas@extundo.com>
16686
16687 * message.el (message-unique-id): Don't use message-number-base36
16688 if (user-uid) is a float.
16689 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16690
16691 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16692
16693 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16694
16695 * gnus-art.el (gnus-mime-display-single): Make sure there is an
16696 empty line between a part and a message part.
16697
16698 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
16699
16700 * smiley.el: Add more test smileys.
16701 (smiley-data-directory, smiley-regexp-alist)
16702 (gnus-smiley-file-types): Fix doc strings.
16703 (smiley-update-cache): Clear smiley-cached-regexp-alist before
16704 adding new elements.
16705 (smiley-mouse-map): Unused code. Make it a comment.
16706
16707 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
16708
16709 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16710 scan latest NoCeM messages instead of old ones.
16711 (gnus-nocem-check-article): Fix regexps so as to match to PGP
16712 delimiters that are recently used.
16713 (gnus-nocem-load-cache): Add autoload cookie.
16714
16715 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16716
16717 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16718 level which is larger than gnus-use-nocem is specified.
16719
16720 * gnus-group.el (gnus-group-get-new-news): Ditto.
16721
16722 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
16723
16724 * gnus-util.el (gnus-tool-bar-update): New function.
16725
16726 * gnus-group.el (gnus-group-update-tool-bar): New variable.
16727 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16728
16729 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16730
16731 * gnus-group.el (gnus-group-redraw-when-idle)
16732 (gnus-group-redraw-check): Remove.
16733 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16734
16735 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
16736
16737 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16738 if optional last element is specified in splits (FIELD VALUE...).
16739
16740 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
16741
16742 * message.el (message-make-tool-bar): Rename gmm-image-load-path
16743 to gmm-image-load-path-for-library. Call with no-error argument.
16744 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16745
16746 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16747
16748 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16749
16750 * gmm-utils.el (gmm-image-load-path): Remove alias.
16751
16752 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
16753
16754 * gmm-utils.el (gmm-image-load-path): Add alias.
16755
16756 * nnml.el (nnml-generate-nov-databases-directory): Rename from
16757 nnml-generate-nov-databases-1.
16758 (nnml-generate-nov-databases): Use it.
16759 (nnml-generate-nov-databases-directory): Document no-active
16760 argument.
16761
16762 * gmm-utils.el (gmm-image-load-path-for-library): Return single
16763 directory if path is t. Add no-error.
16764
16765 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16766 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16767
16768 * gnus-art.el (gnus-article-browse-delete-temp-files):
16769 Simplify resetting gnus-article-browse-html-temp-list.
16770
16771 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16772 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
16773 Add example to docstring. Rename local variables. Move error
16774 checks to default case in cond and simplify.
16775
16776 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
16777
16778 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16779 handle is multipart when calling it recursively.
16780 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16781
16782 2006-03-03 Daniel Pittman <daniel@rimspace.net>
16783
16784 * nnimap.el (nnimap-request-update-info-internal): Optimize.
16785 Don't `gnus-uncompress-range' to avoid excessive memory usage.
16786
16787 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16788
16789 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16790 is loaded.
16791
16792 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16793 loaded.
16794
16795 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
16796
16797 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16798 to "Emacs 23 (unicode)" in doc string.
16799
16800 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16801 "Emacs 23 (unicode)" in comment.
16802
16803 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16804
16805 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16806
16807 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16808 characters 160 through 255 in Emacs 23.
16809
16810 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
16811
16812 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16813 gnus-article-browse-html-temp.
16814 (gnus-article-browse-delete-temp): Make it customizable.
16815 Add `file'. Adjust doc string.
16816 (gnus-article-browse-delete-temp-files): Add argument.
16817 Allow query for each file. Adjust doc string.
16818 (gnus-article-browse-html-parts):
16819 Add `gnus-article-browse-delete-temp-files' to
16820 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16821
16822 2006-03-02 Hynek Schlawack <hynek@ularx.de>
16823
16824 * gnus-art.el (gnus-article-browse-html-temp)
16825 (gnus-article-browse-delete-temp): New variables.
16826 (gnus-article-browse-delete-temp-files): New function.
16827 (gnus-article-browse-html-parts): Use it.
16828
16829 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
16830
16831 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16832
16833 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16834 string.
16835
16836 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16837 gnus-summary-insert-new-articles when unplugged.
16838 Remove gnus-summary-search-article-forward.
16839
16840 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16841 display-visual-class instead of display-color-cells.
16842
16843 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
16844
16845 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16846 message/* containing non-ASCII text properly.
16847
16848 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
16849
16850 * message.el: Require gmm-utils, remove autoloads.
16851 (message-tool-bar): Set default based on
16852 gmm-tool-bar-style.
16853 (message-tool-bar-gnome): Add gmm-customize-mode.
16854
16855 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16856 gmm-tool-bar-style.
16857 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16858
16859 * gnus-group.el (gnus-group-tool-bar): Set default based on
16860 gmm-tool-bar-style.
16861 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16862
16863 * gmm-utils.el (gmm-image-directory): Rename variable from
16864 gmm-image-load-path.
16865 (gmm-image-load-path): Use gmm-image-directory.
16866 (gmm-customize-mode): New function.
16867 (gmm-tool-bar-style): New variable.
16868
16869 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16870 gnus-group-redraw-line-number.
16871 (gnus-group-redraw-check): Simplify.
16872 (gnus-group-tool-bar-update): Remove redraw check.
16873 (gnus-group-make-tool-bar): Add redraw check.
16874
16875 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
16876
16877 * gnus-art.el (gnus-button): Add missing parentheses.
16878
16879 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16880
16881 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16882
16883 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
16884
16885 * gnus-art.el (gnus-button): New face.
16886 (gnus-article-button-face): Use it.
16887
16888 * gnus-sum.el (gnus-summary-tool-bar-gnome):
16889 Add gnus-summary-next-page. Re-order.
16890
16891 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16892 next-node are now included.
16893 (gnus-group-redraw-line-number): New internal variable.
16894 (gnus-group-redraw-check): Helper function for updating the tool
16895 bar.
16896 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16897
16898 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16899
16900 * spam.el (spam-spamassassin-score-regexp): New internal variable.
16901 (spam-extra-header-to-number, spam-check-spamassassin-headers):
16902 Use it to match format of Spamassassin 3.0 and later.
16903 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16904 (spam-check-bogofilter)
16905 (spam-bogofilter-register-with-bogofilter): Fix args of
16906 `gnus-error' calls.
16907
16908 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
16909
16910 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16911 unnecessary interaction when sending queued mails.
16912 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16913
16914 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
16915
16916 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16917 first or last are nil.
16918
16919 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16920
16921 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16922
16923 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16924
16925 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16926
16927 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16928
16929 * dns.el (query-dns): Protect more against buggy tcp output.
16930
16931 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16932
16933 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16934 nov.php.
16935
16936 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16937
16938 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16939 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16940 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
16941 output on the server side.
16942 (nnweb-google-create-mapping): Update regexps and add some
16943 progress indication.
16944
16945 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
16946
16947 * gnus-group.el (gnus-group-tool-bar-gnome):
16948 Fix gnus-agent-toggle-plugged. Re-order icons.
16949 (gnus-group-tool-bar-gnome):
16950 Add gnus-group-{prev,next}-unread-group.
16951 (gnus-group-tool-bar-gnome): Re-order icons.
16952
16953 * gnus-sum.el (gnus-summary-tool-bar-gnome):
16954 Move gnus-summary-insert-new-articles.
16955
16956 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16957 Fix comments.
16958
16959 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
16960 also available in Emacs 21.3.
16961
16962 * message.el (message-fix-before-sending): Change "Emacs 22" to
16963 "Emacs 23 (unicode)" in comment.
16964
16965 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16966 "Emacs 23 (unicode)" in comment.
16967
16968 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16969 comment.
16970 (mm-coding-system-p): Add comment about no-MULE XEmacs.
16971
16972 * mm-view.el (mm-fill-flowed): Add :version.
16973
16974 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
16975
16976 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16977 and load-path.
16978
16979 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
16980
16981 * message.el: Autoload gmm-image-load-path.
16982 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16983 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
16984 consitency.
16985
16986 * gmm-utils.el (gmm-image-load-path): Also search in
16987 "../etc/images". Don't set gmm-image-load-path if we don't find
16988 the image.
16989
16990 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
16991
16992 * gmm-utils.el (gmm-image-load-path): Don't make
16993 `gmm-image-load-path' include subdirectories which the second arg
16994 `image' might specify.
16995
16996 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16997 subdirectory to icon file names.
16998
16999 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17000
17001 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
17002
17003 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17004 gmm-image-load-path calls.
17005
17006 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17007
17008 * message.el (message-make-tool-bar): Ditto.
17009
17010 * mml.el (mml-preview): Add comment concerning tool bar icons.
17011
17012 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17013 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17014
17015 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17016 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17017
17018 * message.el (message-tool-bar-gnome): Use new icon names.
17019 (message-make-tool-bar): Use `gmm-image-load-path'.
17020
17021 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17022 New functions from MH-E.
17023 (gmm-image-load-path): New variable from MH-E.
17024 (gmm-image-load-path): New function from MH-E. Add arguments
17025 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
17026 *-image-load-path-called-flag.
17027
17028 2006-02-21 Milan Zamazal <pdm@brailcom.org>
17029
17030 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17031
17032 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
17033
17034 * nnimap.el (nnimap-request-move-article): Change folder back to
17035 source group before deleting.
17036
17037 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
17038
17039 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17040
17041 * gnus-art.el (mm-url-insert-file-contents-external):
17042 Autoload mm-url.
17043
17044 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17045
17046 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
17047
17048 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17049 coding system which mm-charset-to-coding-system returns for a
17050 given charset is valid.
17051
17052 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
17053
17054 * html2text.el (html2text-remove-tag-list):
17055 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17056
17057 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
17058
17059 * gnus-cus.el: Revert 2005-10-17 change.
17060
17061 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
17062
17063 * gnus-art.el (article-strip-banner):
17064 Call article-really-strip-banner only when the regexp match is made.
17065
17066 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
17067
17068 * gnus-art.el (article-strip-banner):
17069 Use gnus-extract-address-components instead of
17070 mail-header-parse-addresses to make it work with non-ASCII text;
17071 remove mail-encode-encoded-word-string.
17072
17073 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17074 values which are surrounded with \"...\"; make it never cause a
17075 Lisp error; give up parsing of parameters if it failed in
17076 extracting type.
17077
17078 2006-02-14 Arne Jørgensen <arne@arnested.dk>
17079
17080 * smime.el (smime-cert-by-ldap-1): Fix bug where
17081 `smime-ldap-search' returns results without userCertificates.
17082
17083 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
17084
17085 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17086
17087 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
17088
17089 * spam.el (spam-check-spamassassin-headers): Adapt format for
17090 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
17091 <ari@mbf.ocn.ne.jp>.
17092 (spam-list-of-processors): Add spam-use-gmane.
17093
17094 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17095
17096 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17097 make-temp-file; make it work with XEmacs as well.
17098
17099 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17100 mm-make-temp-file.
17101
17102 * mm-decode.el (mm-display-external): Use the 3rd arg of
17103 mm-make-temp-file.
17104 (mm-create-image-xemacs): Ditto.
17105
17106 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17107
17108 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17109 with message-narrow-to-headers.
17110 (gnus-draft-setup): Narrow to header to run message-fetch-field.
17111 (gnus-draft-check-draft-articles): New function.
17112 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17113
17114 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
17115
17116 * gnus-art.el (gnus-article-browse-html-parts):
17117 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17118 Don't use suffix argument for mm-make-temp-file for Emacs 21
17119 compatibility. Remove useless `format'.
17120
17121 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17122
17123 * nnweb.el (nnweb-google-wash-article): Update regexps.
17124 (nnweb-group-alist): Use defvoo instead of defvar.
17125
17126 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
17127
17128 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17129 re-loading nn* modules.
17130
17131 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
17132
17133 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17134 for `tool-bar-mode' and don't check it's default-value.
17135
17136 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17137
17138 * message.el (message-make-tool-bar): Ditto.
17139
17140 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17141 `substring'. Shorten tmp-file name.
17142
17143 * gnus.el: Remove bogus comment.
17144
17145 2006-02-10 Hynek Schlawack <hynek@ularx.de>
17146
17147 * gnus-art.el (gnus-article-browse-html-parts): New function.
17148 (gnus-article-browse-html-article): New function for viewing html
17149 articles with a browser.
17150
17151 2006-02-09 Daiki Ueno <ueno@unixuser.org>
17152
17153 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17154 (mml2015-pgg-encrypt): Ditto.
17155
17156 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17157 (mml1991-pgg-encrypt): Ditto.
17158
17159 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
17160
17161 * nnfolder.el (nnfolder-insert-newsgroup-line):
17162 Use message-make-date instead of current-time-string.
17163
17164 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17165 to gnus-decoded which mm-uu might set.
17166
17167 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
17168
17169 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17170 don't decode quoted parameters; remove misimported Emacs code.
17171 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17172 (rfc2231-decode-encoded-string): Don't use split-string which
17173 behaves differently according to Emacs version; use
17174 mm-decode-coding-region to convert charset to coding-system.
17175 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17176 (rfc2231-encode-string): Remove misimported Emacs code.
17177
17178 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
17179
17180 * gnus-art.el (article-decode-charset): Don't use ignore-errors
17181 when calling mail-header-parse-content-type.
17182 (article-de-quoted-unreadable): Ditto.
17183 (article-de-base64-unreadable): Ditto.
17184 (article-wash-html): Ditto.
17185
17186 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17187 calling mail-header-parse-content-type and
17188 mail-header-parse-content-disposition.
17189 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17190 mail-header-parse-content-type.
17191
17192 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17193 insert charset and format parameters; encode description after
17194 inserting it to buffer.
17195 (mml-insert-parameter): Fold lines properly even if a parameter is
17196 segmented into two or more lines; change the max column to 76.
17197
17198 * rfc1843.el (rfc1843-decode-article-body): Don't use
17199 ignore-errors when calling mail-header-parse-content-type.
17200
17201 * rfc2231.el (rfc2231-parse-string): Return at least type if
17202 possible; don't cause an error even if it fails in parsing of
17203 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17204 (rfc2231-encode-string): Don't break lines at the beginning, leave
17205 it to mml-insert-parameter.
17206
17207 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17208 calling mail-header-parse-content-type.
17209
17210 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
17211
17212 * spam-report.el (spam-report-gmane-use-article-number):
17213 Improve doc string.
17214 (spam-report-gmane-internal): Check if a suitable header was found
17215 in the article.
17216
17217 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
17218
17219 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17220 (rfc2231-encode-string): Make param*=value always begin with LWSP.
17221
17222 2006-02-05 Romain Francoise <romain@orebokech.com>
17223
17224 Update copyright notices of all files in the gnus directory.
17225
17226 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17227
17228 * nnweb.el (nnweb-request-group): Avoid growing overview files.
17229
17230 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
17231
17232 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17233 segmented lines of parameter value to cope with Thunderbird 1.5
17234 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17235 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17236 (rfc2231-encode-string): Don't make lines exceeding 76 column.
17237
17238 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
17239
17240 * mml.el (mml-generate-mime-1): Correct the order of inline signed
17241 parts.
17242
17243 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17244
17245 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17246 there's only one active file for all servers.
17247 (nnweb-request-scan): Make sure nnweb-articles is initialized on
17248 solid groups. Gnus might have used a FAST request to select the group.
17249 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17250 and nnweb-search redundantly in the active file.
17251 (nnweb-request-list): Don't list bogus groups. There can only be one.
17252 (nnweb-request-create-group): Don't use ARGS.
17253 (nnweb-possibly-change-server, nnweb-request-group): Remove some
17254 initializations. Let nnoo do the work.
17255
17256 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
17257
17258 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17259 Say the part has been decoded.
17260
17261 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17262
17263 2006-01-31 Kevin Ryde <user42@zip.com.au>
17264
17265 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17266 mailcap-viewer-test-cache when there's no 'test clause, since that
17267 will invert the meaning of a "nil" test previously determined by
17268 mailcap-mailcap-entry-passes-test.
17269
17270 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
17271
17272 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17273 compiling.
17274
17275 * gnus-sum.el: Ditto.
17276
17277 * message.el: Don't bind tool-bar-map when compiling.
17278
17279 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
17280
17281 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17282
17283 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17284
17285 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17286 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17287 current Google Groups.
17288
17289 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
17290
17291 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17292 and tool-bar-mode.
17293
17294 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17295 and tool-bar-mode.
17296
17297 * message.el (message-tool-bar-update): Simplify.
17298 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17299
17300 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17301 gnus-summary-buffer.
17302 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17303 gnus-summary-reply.
17304
17305 * gmm-utils.el (gmm): Add :version.
17306
17307 2006-01-26 Steve Youngs <steve@sxemacs.org>
17308
17309 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17310 Don't autoload.
17311
17312 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
17313
17314 * gmm-utils.el (gmm-verbose): Add :group.
17315
17316 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
17317
17318 * message.el: Change some comments WRT tool-bars.
17319
17320 * gnus-sum.el (gnus-summary-tool-bar)
17321 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17322 (gnus-summary-tool-bar-zap-list): New variables.
17323 (gnus-summary-make-tool-bar): Complete rewrite using
17324 `gmm-tool-bar-from-list'.
17325
17326 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17327 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17328 New variables.
17329 (gnus-group-make-tool-bar): Complete rewrite using
17330 `gmm-tool-bar-from-list'.
17331 (gnus-group-tool-bar-update): New function.
17332
17333 * message.el (message-mode-field-menu): Add "Show hidden Headers".
17334
17335 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
17336
17337 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17338 is dissected into a single part of which the type is the same as
17339 the given one; decode charset.
17340
17341 2006-01-21 Kevin Ryde <user42@zip.com.au>
17342
17343 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17344 into alists as symbol not string, since that's what
17345 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17346 look for.
17347
17348 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
17349
17350 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17351 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17352
17353 * message.el (message-tool-bar-gnome): Use gmm-ignore.
17354
17355 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
17356
17357 * gnus-art.el (gnus-mime-security-button-commands): New variable.
17358 (gnus-mime-security-button-menu): New definition.
17359 (gnus-mime-security-button-map): Use them.
17360 (gnus-mime-security-button-menu): New function.
17361 (gnus-insert-mime-security-button): Addition to help echo.
17362 (gnus-mime-security-run-function, gnus-mime-security-save-part)
17363 (gnus-mime-security-pipe-part): New functions.
17364
17365 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17366 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17367
17368 * mm-decode.el (mm-handle-set-disposition): Remove.
17369 (mm-handle-set-description): Remove.
17370
17371 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
17372
17373 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17374 (mm-w3m-standalone-supports-m17n-p): New function.
17375 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17376 w3m usage.
17377
17378 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17379 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17380
17381 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
17382
17383 * message.el (message-tool-bar-zap-list):
17384 Use gmm-tool-bar-zap-list as custom type.
17385 (message-tool-bar-update): New function.
17386 (message-tool-bar, message-tool-bar-gnome)
17387 (message-tool-bar-retro): Add message-tool-bar-update.
17388 (message-tool-bar-gnome): Add flyspell-buffer.
17389
17390 * gnus-util.el (gnus-error): Describe `args'.
17391
17392 * gmm-utils.el (gmm-error): Describe `args'.
17393 (gmm-tool-bar-zap-list): New widget.
17394 (gmm-tool-bar-from-list): Improve description of `zap-list'.
17395
17396 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
17397
17398 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17399 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17400 the number of recursive calls.
17401
17402 * mm-decode.el (mm-handle-set-disposition): New macro.
17403 (mm-handle-set-description): New macro.
17404
17405 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
17406
17407 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17408 encoding.
17409
17410 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
17411
17412 * message.el (message-tool-bar-zap-list, message-tool-bar)
17413 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17414 (message-tool-bar-local-item-from-menu): Remove.
17415 (message-tool-bar-map): Replace by `message-make-tool-bar'.
17416 (message-make-tool-bar): New function.
17417 (message-mode): Use `message-make-tool-bar'.
17418
17419 * gmm-utils.el: New file.
17420 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17421 (gmm-lazy): New widget copied from `nnmail.el'.
17422 (gmm-tool-bar-from-list): New function for creating customizable
17423 tool bars.
17424 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
17425 output.
17426 (gmm): Add :prefix to defgroup.
17427
17428 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
17429
17430 * gmm-utils.el (gmm-widget-p): New function.
17431
17432 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
17433
17434 * mml.el (mml-attach-file): Describe `description' in doc string.
17435 (mml-menu): Add Emacs MIME manual and PGG manual.
17436
17437 2006-01-20 Richard M. Stallman <rms@gnu.org>
17438
17439 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17440
17441 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
17442
17443 * nntp.el (nntp-end-of-line): Doc fix.
17444
17445 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
17446
17447 * imap.el (imap-open): Handle case where buffer is a buffer
17448 object.
17449
17450 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
17451
17452 * gnus-delay.el (gnus-delay): Don't autoload.
17453 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17454 to be re-loaded when customizing the `gnus-delay' group.
17455
17456 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
17457
17458 * message.el (message-insert-citation-line): Use newlines.
17459
17460 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
17461
17462 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17463
17464 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17465
17466 2006-01-19 Mark D. Baushke <mdb@gnu.org>
17467
17468 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17469
17470 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
17471
17472 * mm-decode.el (mm-inlined-types): Add application/pgp.
17473 (mm-automatic-display): Ditto.
17474
17475 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17476 part as text.
17477
17478 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
17479
17480 * nnrss.el: Update copyright.
17481 (nnrss-opml-import): Query whether to subscribe to each entry.
17482
17483 * gnus-art.el:
17484 * gnus-sum.el:
17485 * mm-uu.el:
17486 * mm-view.el: Update copyright.
17487
17488 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
17489
17490 * message.el (message-info): New function.
17491 (message-mode-menu): Add it.
17492 Update copyright.
17493
17494 * ChangeLog: Fix and update copyright.
17495
17496 2006-01-13 Romain Francoise <romain@orebokech.com>
17497
17498 * message.el (message-forward-subject-name-subject): Prefer the
17499 address to 'nowhere' if the sender has no name.
17500 Fix typo. Update copyright year.
17501
17502 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
17503
17504 * gnus-art.el (article-wash-html):
17505 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17506 (gnus-article-wash-html-with-w3m-standalone): New function.
17507
17508 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17509 mm-inline-text-html-render-with-w3m-standalone.
17510 (mm-text-html-washer-alist): Map w3m-standalone to
17511 gnus-article-wash-html-with-w3m-standalone.
17512 (mm-inline-text-html-render-with-w3m-standalone): New function.
17513
17514 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
17515
17516 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17517 Improve LaTeX.
17518
17519 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
17520
17521 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17522 (nnrss-request-article): Render text/plain parts as HTML.
17523
17524 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17525 the buffer.
17526
17527 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
17528
17529 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17530 custom definition of `gnus-posting-styles'.
17531
17532 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17533 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17534
17535 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
17536
17537 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17538 Use nntp for bug archive.
17539
17540 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
17541
17542 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17543 parts.
17544 (nnrss-normalize-date): New function converts ISO 8601 date into
17545 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
17546 (nnrss-check-group): Use it.
17547
17548 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
17549
17550 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17551
17552 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17553 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
17554 (nnrss-insert-w3): Ditto.
17555
17556 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17557
17558 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17559 the articles to be forwarded including the case where neither a
17560 number of articles nor a region is specified.
17561
17562 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
17563
17564 * nnrss.el (nnrss-request-article): Fix last change; fill
17565 text/plain parts.
17566
17567 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
17568
17569 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17570 in text/plain part.
17571 (nnrss-check-group): Don't add excessive newline to dc:subject.
17572
17573 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
17574
17575 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17576 article.
17577
17578 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
17579
17580 * nnml.el: Don't require gnus-bcklg. Autoload it.
17581 (nnml-use-compressed-files, nnml-save-mail): Support other
17582 comression programs such as bzip2.
17583
17584 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17585
17586 * dns.el (query-dns): Make sure we check the buffer size before
17587 removing tcp headers.
17588
17589 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
17590
17591 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17592 remove MIME buttons associated with multipart/alternative parts.
17593 (gnus-mime-display-alternative): Tag buttons using `article-type'
17594 text property.
17595
17596 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17597 associated with multipart/alternative parts.
17598
17599 * gnus-art.el (gnus-signature-separator): Fix custom type.
17600
17601 * mm-decode.el (mm-inlined-types): Fix custom type.
17602 (mm-keep-viewer-alive-types): Ditto.
17603 (mm-automatic-display): Ditto.
17604 (mm-attachment-override-types): Ditto.
17605 (mm-inline-override-types): Ditto.
17606 (mm-automatic-external-display): Ditto.
17607
17608 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
17609
17610 * spam-report.el (spam-report-user-mail-address)
17611 (spam-report-user-agent): New variables.
17612 (spam-report-url-ping-plain): Use spam-report-user-agent.
17613
17614 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
17615
17616 * gnus-art.el (gnus-button-handle-custom): Do not just use
17617 `customize-apropos' for any "M-x customize-*" button but the
17618 function called for. Accept both the function name and its
17619 argument in order to achieve this.
17620 (gnus-button-alist): Remove support for "custom:" URL's.
17621 Pass function name to `gnus-button-handle-custom' in case of "M-x
17622 customize-*" buttons.
17623
17624 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
17625
17626 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17627 multipart/alternative and add xref to mm-discouraged-alternatives
17628 in doc string.
17629
17630 * mm-decode.el (mm-discouraged-alternatives): Add xref to
17631 gnus-buttonized-mime-types in doc string.
17632
17633 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
17634
17635 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17636 Suggest image/.* in the doc string.
17637
17638 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
17639
17640 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17641 message-marks (Debian bug #342521).
17642
17643 2005-12-12 Simon Josefsson <jas@extundo.com>
17644
17645 * password.el (password-read-from-cache): Add.
17646 (password-read): Use it.
17647
17648 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
17649
17650 * rfc2047.el (rfc2047-charset-to-coding-system):
17651 Recognize us-ascii as a MIME charset.
17652
17653 * mm-bodies.el (mm-decode-content-transfer-encoding):
17654 Protect against the case where the 2nd arg TYPE is nil.
17655
17656 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17657
17658 * pop3.el (pop3-stream-type): Fix custom version.
17659
17660 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17661
17662 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17663
17664 * mm-decode.el (mm-display-external): Add missing cdr.
17665
17666 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
17667
17668 * mm-decode.el (mm-display-external): Use nametemplate (defined in
17669 RFC1524) if it is in mailcap or add a suffix according to
17670 mailcap-mime-extensions when generating a temp filename; postpone
17671 deleting a temp file for 2 seconds for some wrappers, shell
17672 scripts, and so on, which might exit right after having started a
17673 viewer command as a background job.
17674
17675 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
17676
17677 * nntp.el (nntp-marks-directory): Fix custom group.
17678
17679 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17680 steps when < 10.
17681
17682 * gnus-start.el (gnus-no-server-1):
17683 Mention `gnus-level-default-subscribed' in doc string.
17684
17685 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17686
17687 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17688 parens.
17689
17690 2005-11-26 Dave Love <fx@gnu.org>
17691
17692 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17693 (tls-program, tls-success): Provide openssl alternative.
17694
17695 * starttls.el: Doc fixes.
17696 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17697 SERVICE to PORT.
17698
17699 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
17700 port null or service name.
17701 (starttls-negotiate): Autoload.
17702
17703 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17704
17705 * message.el (message-kill-to-signature): Fix interactive spec.
17706
17707 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
17708
17709 * pop3.el (pop3-open-server): Recognize a string as a service name.
17710
17711 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
17712
17713 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17714
17715 2005-11-23 Dave Love <fx@gnu.org>
17716
17717 Add pop3s, pop3/starttls.
17718
17719 * pop3.el (pop3-authentication-scheme): Clarify doc.
17720 (open-tls-stream, starttls-open-stream): Autoload.
17721 (pop3-stream-type): New.
17722 (pop3-open-server): Use it.
17723
17724 * mail-source.el (mail-sources): Fix some :types. Add stream type
17725 for POP.
17726 (mail-source-keyword-map): Add :stream for POP.
17727 (mail-source-fetch-pop): Use pop3-stream-type.
17728
17729 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
17730
17731 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17732 of current-time-string.
17733
17734 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
17735
17736 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17737 date header.
17738
17739 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
17740
17741 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17742 it can seriously impact performance as it bypasses the agent's
17743 local caches.
17744
17745 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
17746
17747 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17748 must be explicitly online rather than "not explicitly offline" for
17749 its flags to be synchronized.
17750
17751 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17752 that gnus-uu-unmark-thread will function correctly.
17753
17754 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17755 1024K is instead displayed as 1M.
17756
17757 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17758
17759 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17760
17761 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
17762
17763 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17764
17765 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
17766
17767 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17768 error message to display actual error condition.
17769 (gnus-agent-save-local): Avoid saving symbols that are bound to
17770 nil as they simply result in a warning message in
17771 gnus-agent-read-local.
17772
17773 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
17774
17775 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17776 rather than make-variable-buffer-local for file-precious-flag.
17777
17778 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
17779
17780 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17781 for duplicates which are removed. The invalid sort check then
17782 triggers a rescan after the sort as sorting may have moved
17783 duplicate entries such that they can be cheaply detected.
17784
17785 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
17786
17787 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17788
17789 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
17790
17791 * gnus-agent.el (gnus-agent-article-alist-save-format):
17792 Change internal variable to a custom variable. Change default value
17793 from compressed(2) to uncompressed(1).
17794 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17795 support for uncompressed agentview files. Taken together, reading
17796 the agentview file should now be 6-7 times faster.
17797
17798 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
17799
17800 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17801 as a buffer-local variable. This avoids creating truncated
17802 dribble files as a result of a hang up, eg.
17803
17804 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17805
17806 * gnus-start.el (gnus-start-draft-setup):
17807 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17808
17809 * gnus.el (gnus-splash): Change custom group.
17810 (gnus-group-get-parameter, gnus-group-parameter-value):
17811 Describe allow-list argument.
17812
17813 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17814 string.
17815
17816 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
17817
17818 * gnus-art.el (gnus-default-article-saver): Add user-defined
17819 `function' to custom type.
17820
17821 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
17822
17823 * imap.el (imap-open): Handle case where buffer is a buffer
17824 object.
17825
17826 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17827
17828 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17829 long lines.
17830 (gnus-cache-delete-group): Wrap doc strings.
17831
17832 * gnus-agent.el (gnus-agent-rename-group)
17833 (gnus-agent-delete-group): Wrap doc strings.
17834
17835 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
17836
17837 * gnus-start.el (gnus-1): Add "native" to
17838 gnus-predefined-server-alist.
17839
17840 * gnus.el (gnus-method-to-server): Don't add "native" to the
17841 lists here, because that leads to problems when
17842 gnus-select-method is bound.
17843
17844 2005-11-09 Simon Josefsson <jas@extundo.com>
17845
17846 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17847 use (not sort-by-date) instead.
17848
17849 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17850
17851 * gnus-delay.el (gnus-delay-group): Don't autoload.
17852 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17853 to be re-loaded when customizing the `gnus-delay' group.
17854
17855 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17856
17857 * message.el: Revert last changes.
17858 (message-insert-citation-line): Use newlines.
17859
17860 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17861
17862 * message.el (message-courtesy-message)
17863 (message-mark-insert-begin, message-mark-insert-end)
17864 (message-elide-ellipsis, message-cancel-message)
17865 (message-add-header, message-change-subject)
17866 (message-cross-post-followup-to-header)
17867 (message-cross-post-insert-note, message-reduce-to-to-cc)
17868 (message-widen-reply, message-delete-not-region)
17869 (message-kill-to-signature, message-insert-signature)
17870 (message-insert-importance-high, message-insert-importance-low)
17871 (message-insert-or-toggle-importance)
17872 (message-insert-disposition-notification-to)
17873 (message-indent-citation, message-yank-original)
17874 (message-cite-original-without-signature, message-cite-original)
17875 (message-insert-citation-line, message-position-on-field)
17876 (message-fix-before-sending, message-send-mail-partially)
17877 (message-send-mail, message-send-mail-with-sendmail)
17878 (message-send-mail-with-qmail, message-send-news)
17879 (message-check-news-header-syntax, message-generate-headers)
17880 (message-insert-courtesy-copy, message-fill-address)
17881 (message-fill-header, message-shorten-references)
17882 (message-setup-1, message-cancel-news)
17883 (message-forward-make-body-plain, message-forward-make-body-mime)
17884 (message-forward-make-body-mml, message-encode-message-body)
17885 (message-forward-make-body-digest-plain)
17886 (message-forward-make-body-digest-mime)
17887 (message-use-alternative-email-as-from): Insert `hard-newline'
17888 instead of ordinary newlines.
17889
17890 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
17891
17892 * message.el (message-generate-headers): Downcase the argument
17893 given to message-check-element.
17894
17895 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
17896
17897 * nntp.el (nntp-authinfo-rejected): New error condition.
17898 (nntp-wait-for): Use new error condition to signal authentication
17899 error.
17900 (nntp-retrieve-data): Rethrow new error condition to break out of
17901 recursive call to nntp-send-authinfo.
17902
17903 2005-11-08 Romain Francoise <romain@orebokech.com>
17904
17905 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17906 (gnus-summary-exit-map): Bind to `Z p'.
17907 (gnus-summary-make-menu-bar): Add menu item.
17908
17909 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
17910
17911 * gnus-art.el (gnus-article-treat-custom): Add `first'.
17912 (gnus-treat-*): Add `first' in all doc strings.
17913
17914 * gnus-group.el (gnus-group-compact-group): Fix typo.
17915
17916 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
17917
17918 * gnus.el (gnus-parameters-case-fold-search): New variable.
17919 (gnus-parameters-get-parameter): Use it.
17920
17921 * gnus-score.el (gnus-home-score-file): Doc fix.
17922
17923 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
17924
17925 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17926
17927 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
17928
17929 * mm-util.el (mm-special-display-p): New function.
17930
17931 * mml.el (mml-preview): Use it; doc fix.
17932
17933 2005-10-29 Romain Francoise <romain@orebokech.com>
17934
17935 * message.el (message-fix-before-sending): Fix comment.
17936
17937 2005-10-29 Jari Aalto <jari.aalto@cante.net>
17938
17939 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17940
17941 2005-10-29 Jari Aalto <jari.aalto@cante.net>
17942
17943 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17944 Used in gnus-score.el.
17945
17946 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
17947
17948 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17949
17950 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
17951
17952 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17953 whitespace removed in revision 7.8. Use concatenated string to
17954 protect trailing whitespace.
17955
17956 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
17957
17958 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17959 (nnimap-request-expire-articles): Use it to avoid sending 'UID
17960 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17961 Courier IMAP ("some version from 2004"). Mostly based on similar
17962 code in the same function.
17963
17964 2005-10-26 Didier Verna <didier@xemacs.org>
17965
17966 * gnus-group.el (gnus-group-compact-group): Invalidate original
17967 article buffer.
17968 * gnus-srvr.el (gnus-server-compact-server): Ditto.
17969 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17970 NOV database and in article itself.
17971 Invalidate article backlog.
17972
17973 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17974
17975 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17976
17977 2005-10-26 Simon Josefsson <jas@extundo.com>
17978
17979 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17980 part of 2004-07-25 change.
17981
17982 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17983
17984 * message.el (message-display-completion-list): New function.
17985 (message-expand-group): Use it; make sure the Completions buffer
17986 is modifiable.
17987
17988 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
17989
17990 * imap.el (imap-open): Handle case where buffer is a buffer object.
17991
17992 2005-10-24 Eli Zaretskii <eliz@gnu.org>
17993
17994 * pgg-def.el:
17995 * pgg-gpg.el:
17996 * pgg-parse.el:
17997 * pgg-pgp.el:
17998 * pgg-pgp5.el:
17999 * pgg.el: Move to the parent lisp directory.
18000
18001 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
18002
18003 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18004 user-mail-name is an empty string.
18005
18006 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
18007
18008 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18009 depending on gnus-score-decay-constant.
18010
18011 * encrypt.el (encrypt-insert-file-contents)
18012 (encrypt-write-file-contents): Don't use `gnus-message'.
18013
18014 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18015 arguments.
18016 (mm-uu-type-alist): Add message-marks and insert-marks.
18017 Pass arguments to mm-uu-verbatim-marks-extract.
18018 (mm-uu-hide-markers): New variable.
18019 (mm-uu-extract): Use face similar to `gnus-cite-3'.
18020
18021 * gnus-fun.el (gnus-convert-image-to-x-face-command)
18022 (gnus-convert-image-to-face-command): Use "convert" by default to
18023 allow other input image formats.
18024 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18025 accordingly.
18026
18027 2005-10-23 Simon Josefsson <jas@extundo.com>
18028
18029 * imap.el (imap-gssapi-program): Align command line parameters
18030 with latest GNU SASL.
18031 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18032
18033 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18034
18035 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18036 HTML.
18037 (nnslashdot-request-article): Ditto.
18038
18039 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
18040
18041 * mail-source.el (mail-source-fetch-pop): Require pop3.
18042 (mail-source-check-pop): Ditto.
18043
18044 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
18045
18046 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18047 errors.
18048
18049 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
18050
18051 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18052 (gnus-treat-strip-leading-blank-lines): Improve doc string.
18053
18054 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18055
18056 * mm-bodies.el (mm-decode-string):
18057 Call `mm-charset-to-coding-system' with allow-override argument.
18058
18059 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
18060
18061 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18062 (rfc2047-charset-to-coding-system): New function.
18063 (rfc2047-decode-encoded-words): New function.
18064 (rfc2047-decode-region): Use them.
18065 (rfc2047-decode-cte): Remove.
18066 (rfc2047-parse-and-decode): Remove.
18067 (rfc2047-decode): Remove.
18068
18069 2005-10-15 Kenichi Handa <handa@m17n.org>
18070
18071 * rfc2047.el (rfc2047-decode-cte): New function.
18072 (rfc2047-decode-region): Change the way to decode successive
18073 encoded-words: decode B- or Q-encoding in each encoded-word,
18074 concatenate them, and decode it as charset.
18075
18076 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
18077
18078 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
18079 widget-move-and-invoke.
18080 (gnus-custom-mode): Use gnus-custom-map.
18081
18082 2005-10-15 Bill Wohler <wohler@newt.com>
18083
18084 * message.el (message-tool-bar-map): Rename image file from
18085 mail_send to mail/send.
18086
18087 2005-10-16 Masatake YAMATO <jet@gyve.org>
18088
18089 * message.el (message-expand-group): Pass the common
18090 prefix substring of completion to `display-completion-list'.
18091
18092 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
18093
18094 * mml-sec.el (mml-secure-method): New internal variable.
18095 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18096 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18097 New functions using mml-secure-method.
18098
18099 * mml.el (mml-mode-map): Add key bindings for those functions.
18100 (mml-menu): Simplify security menu entries. Suggested by Jesper
18101 Harder <harder@myrealbox.com>.
18102 (mml-attach-file, mml-attach-buffer, mml-attach-external):
18103 Goto end of message if point is the headers of the message.
18104
18105 * message.el (message-in-body-p): New function.
18106
18107 * assistant.el: Autoload gnus-util and netrc.
18108
18109 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18110 Use `mm-charset-override-alist' only when decoding.
18111
18112 * mm-bodies.el (mm-decode-body):
18113 Call `mm-charset-to-coding-system' with allow-override argument.
18114
18115 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18116 `filename' from Content-Disposition if Content-Type doesn't
18117 provide `name'.
18118 (gnus-mime-view-part-as-type): Set default instead of
18119 initial-input.
18120
18121 2005-10-09 Daniel Brockman <daniel@brockman.se>
18122
18123 * format-spec.el (format-spec): Propagate text properties of % spec.
18124
18125 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
18126
18127 * gnus-art.el (gnus-treat-predicate): Add `first'.
18128
18129 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
18130
18131 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18132 (mm-charset-override-alist): New variable.
18133 (mm-charset-to-coding-system): Use it.
18134 (mm-codepage-setup): New helper function.
18135 (mm-charset-eval-alist): New variable.
18136 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18137 Warn about unknown charsets.
18138
18139 2005-10-04 David Hansen <david.hansen@gmx.net>
18140
18141 * nnrss.el (nnrss-request-article): Add support for the comments tag.
18142 (nnrss-check-group): Ditto.
18143
18144 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
18145
18146 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18147 Rename x-gnus-verbatim to x-verbatim.
18148 (mm-uu-type-alist): Fix regexp for verbatim-marks.
18149
18150 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18151 x-verbatim.
18152
18153 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18154
18155 * gnus-util.el (gnus-remove-duplicates): Remove.
18156
18157 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18158 instead of gnus-remove-duplicates.
18159
18160 * message.el (message-remove-duplicates): Remove.
18161 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18162 message-remove-duplicates.
18163
18164 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18165 available, else use implementation from `delete-dups'.
18166
18167 * message.el (message-insert-expires): New function.
18168 (message-mode-map): Add key binding.
18169 (message-mode-field-menu): Add menu entry.
18170 (message-mode): Document it.
18171 (message-make-expires-date): Use `message-make-date'.
18172
18173 2005-10-04 Josh Huber <huber@alum.wpi.edu>
18174
18175 * message.el (message-make-expires-date): New function.
18176
18177 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
18178
18179 * time-date.el: Autoload parse-time-string, XEmacs needs it.
18180
18181 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
18182
18183 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18184 function rather than the diff-mode.el package.
18185 (mm-display-external): Use with-current-buffer.
18186 (mm-viewer-completion-map, mm-viewer-completion-map):
18187 Move initialization inside declaration.
18188
18189 2005-09-29 Simon Josefsson <jas@extundo.com>
18190
18191 * spam.el: Load hashcash when compiling, to avoid warnings.
18192 Don't autoload mail-check-payment.
18193 (spam-check-hashcash): Define unconditionally, since hashcash.el
18194 is part of Gnus now. Ignore errors from payment checking.
18195
18196 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
18197
18198 * message.el (message-bold-region, message-unbold-region):
18199 Rename from `bold-region' and `unbold-region'.
18200
18201 * message.el: Remove useless autoloads.
18202
18203 2005-09-28 Simon Josefsson <jas@extundo.com>
18204
18205 * message.el (message-use-idna): Default to t.
18206 (message-use-idna): Test whether encoding works too. Doc fix.
18207
18208 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
18209
18210 * nntp.el (nntp-warn-about-losing-connection): Remove.
18211
18212 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
18213
18214 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18215 customizable. Change default value.
18216 (mm-uu-diff-groups-regexp): Change default value.
18217 (mm-uu-type-alist): Add doc string.
18218 (mm-uu-configure): Add doc string. Make it interactive.
18219 (mm-uu-tex-groups-regexp): New variable.
18220 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18221 (mm-uu-type-alist): Add LaTeX documents.
18222 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18223 of "text/verbatim".
18224 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18225
18226 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18227 instead of "text/verbatim".
18228
18229 * message.el (message-mark-inserted-region)
18230 (message-mark-insert-file): Use slrn style marks when called with
18231 prefix argument.
18232
18233 2005-09-27 Simon Josefsson <jas@extundo.com>
18234
18235 * message.el (message-idna-to-ascii-rhs-1): Reformat.
18236
18237 2005-09-27 Arne Jørgensen <arne@arnested.dk>
18238
18239 * message.el (message-remove-duplicates): New function.
18240 Implementation borrowed from `gnus-remove-duplicates'.
18241 (message-idna-to-ascii-rhs): Also encode idna addresses in
18242 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18243 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18244 only ask about the same idna domain once per header and also tell
18245 in what header to replace the idna domain.
18246
18247 * gnus-art.el (article-decode-idna-rhs): Also decode idna
18248 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18249 (article-decode-idna-rhs): Fix regexp so that all idna-address in
18250 a header is decoded and not just the last one.
18251
18252 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
18253
18254 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18255 has been decoded.
18256
18257 * mm-decode.el (mm-automatic-display): Add text/verbatim.
18258 (mm-insert-part): Don't modify text if it has been decoded.
18259
18260 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18261 decoded.
18262
18263 * mm-view.el (mm-inline-text): Don't strip text props unless
18264 decoding enriched or richtext parts.
18265
18266 2005-09-25 Romain Francoise <romain@orebokech.com>
18267
18268 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18269 * gnus-start.el (gnus-subscribe-interactively):
18270 * gnus-uu.el (gnus-uu-grab-articles):
18271 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18272 space.
18273
18274 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
18275
18276 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18277 * mm-view.el (mm-view-pkcs7-decrypt):
18278 * gnus-sum.el (gnus-summary-limit-to-extra)
18279 (gnus-summary-respool-article, gnus-read-move-group-name):
18280 * gnus-score.el (gnus-summary-increase-score):
18281 * gnus-util.el (gnus-completing-read-with-default):
18282 * gnus-art.el (gnus-read-save-file-name)
18283 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18284 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18285 * message.el (message-check-news-header-syntax):
18286 Follow convention for reading with the minibuffer.
18287
18288 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
18289
18290 * spam-report.el (spam-report-url-ping-plain):
18291 Use gnus-extended-version as User-Agent.
18292
18293 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18294 default value is nil.
18295
18296 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18297 (mm-uu-verbatim-marks-extract): New function.
18298 (mm-uu-extract): New face.
18299 (mm-uu-copy-to-buffer): Use it.
18300
18301 * spam-report.el (spam-report-gmane-ham): Rename from
18302 `spam-report-gmane-unspam'.
18303 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18304 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
18305
18306 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18307 Autoload.
18308 (spam-report-gmane-unregister-routine):
18309 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18310
18311 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
18312
18313 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18314 (spam-report-gmane-unregister-routine): Add support for gmane
18315 unregistration.
18316
18317 * spam-report.el (spam-report-gmane-unspam)
18318 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18319 (spam-report-gmane): Change to take a single article and do unspam
18320 registration.
18321
18322 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18323
18324 * mm-url.el (mm-url-decode-entities): Fix regexp.
18325
18326 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18327
18328 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18329 default to nil, to be able to use Gnus at all. If the default
18330 switches to something else, then the function should be fixed not
18331 be exceedingly slow.
18332
18333 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
18334
18335 * gnus-start.el (gnus-activate-group): If the server is nil, don't
18336 fail hard.
18337
18338 * spam-report.el: Add better Keywords line.
18339
18340 * spam.el: Add Maintainer and better Keywords line.
18341
18342 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18343
18344 * gnus-art.el (gnus-article-replace-part)
18345 (gnus-mime-replace-part): New functions.
18346 (gnus-mime-action-alist, gnus-mime-button-commands)
18347 (gnus-mime-save-part-and-strip): Add file argument.
18348 (gnus-article-part-wrapper): Add interactive argument.
18349
18350 * gnus-sum.el (gnus-summary-mime-map):
18351 Add `gnus-article-replace-part'.
18352
18353 2005-09-19 Didier Verna <didier@xemacs.org>
18354
18355 The nnml compaction feature:
18356 * nnml.el (nnml-request-compact-group): New function.
18357 * nnml.el (nnml-request-compact): New function.
18358 * gnus-int.el (gnus-request-compact-group): New function.
18359 * gnus-int.el (gnus-request-compact): New function.
18360 * gnus-group.el (gnus-group-compact-group): New function.
18361 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18362 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18363 * gnus-srvr.el (gnus-server-compact-server): New function.
18364 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18365 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18366
18367 2005-09-18 Deepak Goel <deego@gnufans.org>
18368
18369 * sieve.el (sieve-help): Fix `message' call: first arg should be a
18370 format spec.
18371
18372 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
18373
18374 * gnus.el (gnus-group-startup-message): Bind image-load-path.
18375
18376 2005-09-15 Romain Francoise <romain@orebokech.com>
18377
18378 * message.el (message-fill-paragraph): Clarify docstring.
18379
18380 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
18381
18382 * gnus-art.el (gnus-mime-display-part): Protect against broken
18383 MIME messages.
18384
18385 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
18386
18387 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18388 before parsing header.
18389
18390 2005-09-11 Jari Aalto <jari.aalto@cante.net>
18391
18392 * html2text.el (html2text-replace-list): Add new entities.
18393
18394 2005-09-11 Romain Francoise <romain@orebokech.com>
18395
18396 * message.el (message-alternative-emails): Improve docstring.
18397 (message-setup-1): Call `message-use-alternative-email-as-from'
18398 after `message-setup-hook' to give it precedence over posting
18399 styles, etc.
18400 (message-use-alternative-email-as-from): Add docstring.
18401 Remove the original From header if present.
18402
18403 * nnml.el (nnml-compressed-files-size-threshold): New variable.
18404 (nnml-save-mail): Use it.
18405
18406 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18407 articles. Add new argument `silent'.
18408 (gnus-uu-mark-all): Report the total number of marked articles.
18409
18410 2005-09-10 Romain Francoise <romain@orebokech.com>
18411
18412 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18413 (gnus-uu-mark-series): Likewise.
18414
18415 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
18416
18417 * spam-report.el (spam-report-gmane): Fix generation of spam
18418 report URL.
18419
18420 2005-09-10 Simon Josefsson <jas@extundo.com>
18421
18422 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18423 t, based on discussion on the ding list with Robert Epprecht
18424 <epprecht@solnet.ch>.
18425
18426 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
18427
18428 * spam-report.el (spam-report-gmane): Make it work without
18429 X-Report-Spam header. Gmane now only provides Archived-At.
18430 This is only used if `spam-report-gmane-use-article-number' is nil.
18431 (spam-report-gmane-spam-header): Remove. Not used anymore.
18432
18433 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18434 make `gnus-summary-sort-by-recipient' work with threading.
18435
18436 * nnweb.el (nnweb-google-wash-article): Print a message if article
18437 is not available.
18438
18439 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18440
18441 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18442 change. Decode text/* parts content before displaying.
18443
18444 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
18445
18446 * mml-smime.el: Remove defvar of gnus-extract-address-components.
18447
18448 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
18449
18450 * mm-view.el (mm-display-inline-fontify): Disable support modes.
18451
18452 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
18453
18454 * message.el (message-tab-body-function): Fix mismatched custom type.
18455
18456 * gnus.el (gnus-group-change-level-function): Ditto.
18457
18458 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18459
18460 * gnus-art.el (gnus-signature-limit)
18461 (gnus-article-mime-part-function): Ditto.
18462
18463 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
18464
18465 * mml.el (mml-mode): Silence the byte compiler.
18466
18467 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18468 using `(sit-for 0)' before moving the point to the specified part;
18469 skip unbuttonized parts.
18470 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18471 return to the summary window if gnus-auto-select-part is non-nil.
18472
18473 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
18474
18475 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18476 New variables.
18477 (mml-dnd-attach-file, mml-mode): Use them.
18478
18479 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18480 Make fetching article by MID work again for Google Groups.
18481 Add FIXME concerning gnus-group-make-web-group.
18482
18483 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18484 Don't depend on Gnus by using mail-extract-address-components if
18485 gnus-extract-address-components is not bound.
18486
18487 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18488
18489 * gnus-art.el (gnus-mime-display-security): Don't display the
18490 signature, but only the signed part.
18491
18492 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
18493
18494 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18495
18496 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18497 list, not listp.
18498
18499 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
18500
18501 * mm-encode.el (mm-encode-content-transfer-encoding):
18502 Likewise when encoding.
18503
18504 * mm-bodies.el (mm-decode-content-transfer-encoding):
18505 De-canonicalize CRLF for all text content types, not just
18506 text/plain.
18507
18508 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
18509
18510 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18511 valid article; point arrow and cursor at the MIME button.
18512
18513 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
18514
18515 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18516 Suggested by Dan Christensen <jdc@uwo.ca>.
18517
18518 * mm-decode.el (mm-save-part): Enable change of prompt.
18519
18520 2005-08-29 Jari Aalto <jari.aalto@cante.net>
18521
18522 * gnus-msg.el (gnus-inews-add-send-actions):
18523 Make `message-post-method' lambda parameter ARG `&optional'.
18524
18525 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
18526
18527 * gnus-sum.el (gnus-summary-mime-map):
18528 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18529 gnus-article-jump-to-part.
18530
18531 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18532 (gnus-article-edit-part): Use it.
18533 (gnus-article-part-wrapper): Add no-handle argument.
18534 (gnus-article-save-part-and-strip, gnus-article-delete-part):
18535 New functions.
18536
18537 2005-08-29 Romain Francoise <romain@orebokech.com>
18538
18539 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18540 docstring.
18541 (gnus-face-from-file): Likewise.
18542
18543 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
18544
18545 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18546 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18547 non-nil.
18548 (gnus-auto-select-part): New variable.
18549 (gnus-article-jump-to-part): New function.
18550 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18551 (gnus-mime-delete-part): Allow selecting specified part after
18552 deleting or stripping parts.
18553 (gnus-article-jump-to-part): Don't use `read-number'. Use last
18554 part if argument is bogus.
18555
18556 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
18557
18558 * gnus-art.el (w3m-minor-mode-map):
18559 * gnus-spec.el (gnus-newsrc-file-version):
18560 * gnus-util.el (nnmail-active-file-coding-system)
18561 (gnus-original-article-buffer, gnus-user-agent):
18562 * gnus.el (gnus-ham-process-destinations)
18563 (gnus-parameter-ham-marks-alist)
18564 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18565 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18566 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18567 * mm-decode.el (gnus-current-window-configuration):
18568 * mm-extern.el (gnus-article-mime-handles):
18569 * mm-url.el (url-current-object, url-package-name)
18570 (url-package-version):
18571 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18572 (smime-keys, w3m-cid-retrieve-function-alist)
18573 (w3m-current-buffer, w3m-display-inline-images)
18574 (w3m-minor-mode-map):
18575 * mml-smime.el (gnus-extract-address-components):
18576 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18577 (gnus-newsrc-hashtb, message-default-charset)
18578 (message-deletable-headers, message-options)
18579 (message-posting-charset, message-required-mail-headers)
18580 (message-required-news-headers):
18581 * mml1991.el (mc-pgp-always-sign):
18582 * mml2015.el (mc-pgp-always-sign):
18583 * nnheader.el (nnmail-extra-headers):
18584 * rfc1843.el (gnus-decode-encoded-word-function)
18585 (gnus-decode-header-function, gnus-newsgroup-name):
18586 * spam-stat.el (gnus-original-article-buffer): Add defvars.
18587
18588 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
18589
18590 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18591 the end of the date treatments.
18592
18593 2005-08-15 Simon Josefsson <jas@extundo.com>
18594
18595 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18596 it in url-handlers.el and XEmacs in url.el. Reported by Luca
18597 Capello and Romain Francoise.
18598 (pgg-fetch-key-function): Remove, not used?
18599 (pgg-insert-url-with-w3): Require url, to get
18600 url-insert-file-contents regardless of where it is defined.
18601
18602 2005-08-13 Romain Francoise <romain@orebokech.com>
18603
18604 * message.el (message-cite-original-1): New function.
18605 (message-cite-original): Use it.
18606 (message-cite-original-without-signature): Ditto.
18607
18608 2005-08-08 Romain Francoise <romain@orebokech.com>
18609
18610 * message.el (message-yank-empty-prefix): New variable.
18611 (message-indent-citation): Use it.
18612 (message-cite-original-without-signature): Respect X-No-Archive.
18613
18614 2005-08-08 Simon Josefsson <jas@extundo.com>
18615
18616 * pgg.el: Autoload url-insert-file-contents instead of loading
18617 w3/url.
18618 (pgg-insert-url-with-w3): Don't load url here.
18619
18620 2005-08-07 Jesper Harder <harder@phys.au.dk>
18621
18622 * message.el (message-kill-to-signature): Don't insert newline at
18623 bol.
18624 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18625
18626 2005-08-06 Romain Francoise <romain@orebokech.com>
18627
18628 * message.el (message-user-fqdn): Fix typo in docstring.
18629
18630 2005-08-05 Daiki Ueno <ueno@unixuser.org>
18631
18632 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18633
18634 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18635
18636 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
18637
18638 * mm-bodies.el (mm-encode-body): Use coding system rather than
18639 charset to encode text.
18640
18641 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18642 number of charsets if utf-8 is available (XEmacs).
18643
18644 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
18645
18646 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18647 taken from `gnus-button-mid-or-mail-regexp'.
18648 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18649 (gnus-button-alist): Improve regexp for domain part of the MIDs
18650 for news:localpart@domain buttons.
18651 (gnus-button-ctan-directory-regexp): Update.
18652
18653 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
18654
18655 * sieve-manage.el (sieve-manage-interactive-login):
18656 Use make-local-variable rather than make-variable-buffer-local.
18657 (sieve-manage-open): Ditto.
18658 (sieve-manage-authenticate): Ditto.
18659
18660 * mml.el (mml-generate-mime-1): Make the content type default to
18661 text/plain if the filename is not specified.
18662
18663 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
18664
18665 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18666 instead of insert-buffer.
18667
18668 * message.el (message-yank-original): Ditto; set the mark at the
18669 end of the yanked message.
18670
18671 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
18672
18673 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18674 lines to scroll rather than to stop it.
18675
18676 * mml.el (mml-generate-default-type): Add doc string.
18677 (mml-generate-mime-1): Use mm-default-file-encoding or make it
18678 default to application/octet-stream when determining the content
18679 type if it is not specified for the part or the mml contents; add
18680 a comment about mml-generate-default-type.
18681
18682 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
18683
18684 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18685 make it default to application/octet-stream when determining the
18686 content type if it is not specified for the external contents.
18687
18688 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
18689
18690 * rfc2231.el (rfc2231-parse-string): Take care that not only a
18691 segmented parameter but also other parameters might be there.
18692
18693 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
18694
18695 * mm-decode.el (mm-display-external): Delete temp file, directory
18696 and buffer immediately if the external process is exited.
18697
18698 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
18699
18700 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18701 fewer lines than that of scroll-margin.
18702 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18703
18704 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
18705
18706 * gnus-art.el (gnus-article-next-page): Revert.
18707 (gnus-article-beginning-of-window): New macro.
18708 (gnus-article-next-page-1): Use it.
18709 (gnus-article-prev-page): Ditto.
18710 (gnus-article-edit-part): Use insert-buffer-substring instead of
18711 insert-buffer.
18712 (gnus-article-edit-exit): Ditto.
18713
18714 * gnus-util.el (gnus-beginning-of-window): Remove.
18715 (gnus-end-of-window): Remove.
18716
18717 2005-07-25 Simon Josefsson <jas@extundo.com>
18718
18719 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18720 to have the url package without w3. Reported by Daiki Ueno
18721 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18722
18723 2005-07-20 Didier Verna <didier@xemacs.org>
18724
18725 * gnus-diary.el: Remove the description comment (nndiary is now
18726 properly documented in the Gnus manual).
18727 Fix the spelling of "Back End".
18728 * nndiary.el: Ditto.
18729 Fix the copyright notice.
18730
18731 2005-07-18 Romain Francoise <romain@orebokech.com>
18732
18733 * gnus-sum.el (gnus-summary-to-prefix)
18734 (gnus-summary-newsgroup-prefix): New variables.
18735 (gnus-summary-from-or-to-or-newsgroups): Use them.
18736
18737 2005-07-17 Romain Francoise <romain@orebokech.com>
18738
18739 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18740 space as it's generally not especially interesting to the user.
18741
18742 2005-07-16 Romain Francoise <romain@orebokech.com>
18743
18744 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18745 nil to avoid prompting and file modification if one of the
18746 messages at the top of the nnfolder file contains a copyright
18747 notice.
18748 Update copyright notice.
18749
18750 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18751 instead of `current-time-string' as the latter creates a time
18752 string that is not RFC 2822 compliant (it lacks the zone).
18753 Update copyright notice.
18754
18755 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
18756
18757 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18758 for text/rtf. Display default in prompt. Pass default for M-n.
18759
18760 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18761
18762 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18763
18764 * gnus-msg.el (gnus-button-mailto):
18765 Remove save-selected-window-window hackery because it relies on
18766 save-selected-window internals.
18767
18768 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
18769
18770 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18771 (gnus-article-next-page-1): Use gnus-beginning-of-window.
18772 (gnus-article-prev-page): Ditto.
18773
18774 * gnus-util.el (gnus-beginning-of-window): New function.
18775 (gnus-end-of-window): New function.
18776
18777 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
18778
18779 * gnus-score.el (gnus-score-edit-all-score):
18780 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18781 gnus-message.
18782
18783 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18784
18785 * gnus-msg.el (gnus-button-mailto):
18786 Remove save-selected-window-window hackery because it relies on
18787 save-selected-window internals.
18788
18789 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
18790
18791 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18792 add-minor-mode.
18793 (gnus-binary-mode): Ditto.
18794
18795 * gnus-topic.el (gnus-topic-mode): Ditto.
18796
18797 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
18798
18799 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18800 (gnus-article-prev-page): Take scroll-margin into consideration.
18801
18802 2005-07-04 Lute Kamstra <lute@gnu.org>
18803
18804 Update FSF's address in GPL notices.
18805
18806 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
18807
18808 * gnus.el (gnus-exit):
18809 * gnus-group.el (gnus-group-icons):
18810 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18811
18812 * gnus-nocem.el (gnus-nocem):
18813 * message.el (message-various, message-buffers, message-sending)
18814 (message-interface, message-forwarding, message-insertion)
18815 (message-headers, message-news, message-mail):
18816 * pgg-gpg.el (pgg-gpg):
18817 * pgg-parse.el (pgg-parse):
18818 * pgg-pgp.el (pgg-pgp):
18819 * pgg-pgp5.el (pgg-pgp5):
18820 * pop3.el (pop3): Finish `defgroup' description with period.
18821
18822 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
18823
18824 * gnus-art.el (article-display-face): Improve the efficiency.
18825 (article-display-x-face): Ditto; remove gray x-face stuff.
18826
18827 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
18828
18829 * gnus-art.el (article-display-face): Correct the position in
18830 which Faces are inserted.
18831
18832 2005-06-29 Didier Verna <didier@xemacs.org>
18833
18834 * gnus-art.el (article-display-face): Display faces in correct
18835 order.
18836
18837 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18838
18839 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18840 (gnus-fill-real-hashtb): Use hash table instead of obarray.
18841 (gnus-nocem-check-article): Fetch the Type header.
18842 (gnus-nocem-message-wanted-p): Fix the way to examine types.
18843 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18844 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18845 make sure gnus-nocem-hashtb is initialized.
18846 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18847 (gnus-nocem-unwanted-article-p): Ditto.
18848
18849 * pgg.el (pgg-verify): Return the verification result.
18850
18851 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18852
18853 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18854 is ascii.
18855
18856 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18857
18858 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18859 `show-nonbreak-escape'.
18860
18861 2005-06-23 Lute Kamstra <lute@gnu.org>
18862
18863 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18864
18865 * dig.el (dig-mode):
18866 * smime.el (smime-mode): Use gnus-run-mode-hooks.
18867
18868 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18869
18870 * nnimap.el (nnimap-split-download-body): Fix spellings.
18871
18872 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18873
18874 * gnus-art.el (gnus-article-encrypt-body):
18875 * gnus-cus.el (gnus-score-customize):
18876 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18877 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18878
18879 2005-06-16 Arne Jørgensen <arne@arnested.dk>
18880
18881 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18882 header by looking for magic "MII" at the beginning.
18883
18884 2005-06-16 Miles Bader <miles@gnu.org>
18885
18886 * assistant.el (assistant-field): Remove "-face" suffix from face name.
18887 (assistant-field-face): New backward-compatibility alias for renamed
18888 face.
18889 (assistant-render-text): Use renamed assistant-field face.
18890
18891 * spam.el (spam): Remove "-face" suffix from face name.
18892 (spam-face): New backward-compatibility alias for renamed face.
18893 (spam-face, spam-initialize): Use renamed spam face.
18894
18895 * message.el (message-header-to, message-header-cc)
18896 (message-header-subject, message-header-newsgroups)
18897 (message-header-other, message-header-name)
18898 (message-header-xheader, message-separator, message-cited-text)
18899 (message-mml): Remove "-face" suffix from face names.
18900 (message-header-to-face, message-header-cc-face)
18901 (message-header-subject-face, message-header-newsgroups-face)
18902 (message-header-other-face, message-header-name-face)
18903 (message-header-xheader-face, message-separator-face)
18904 (message-cited-text-face, message-mml-face):
18905 New backward-compatibility aliases for renamed faces.
18906 (message-font-lock-keywords): Use renamed message faces.
18907
18908 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18909 (sieve-test-commands, sieve-tagged-arguments):
18910 Remove "-face" suffix from face names.
18911 (sieve-control-commands-face, sieve-action-commands-face)
18912 (sieve-test-commands-face, sieve-tagged-arguments-face):
18913 New backward-compatibility aliases for renamed faces.
18914 (sieve-control-commands-face, sieve-action-commands-face)
18915 (sieve-test-commands-face, sieve-tagged-arguments-face):
18916 Use renamed sieve faces.
18917
18918 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18919 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18920 (gnus-group-news-3-empty, gnus-group-news-4)
18921 (gnus-group-news-4-empty, gnus-group-news-5)
18922 (gnus-group-news-5-empty, gnus-group-news-6)
18923 (gnus-group-news-6-empty, gnus-group-news-low)
18924 (gnus-group-news-low-empty, gnus-group-mail-1)
18925 (gnus-group-mail-1-empty, gnus-group-mail-2)
18926 (gnus-group-mail-2-empty, gnus-group-mail-3)
18927 (gnus-group-mail-3-empty, gnus-group-mail-low)
18928 (gnus-group-mail-low-empty, gnus-summary-selected)
18929 (gnus-summary-cancelled, gnus-summary-high-ticked)
18930 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18931 (gnus-summary-high-ancient, gnus-summary-low-ancient)
18932 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18933 (gnus-summary-low-undownloaded)
18934 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18935 (gnus-summary-low-unread, gnus-summary-normal-unread)
18936 (gnus-summary-high-read, gnus-summary-low-read)
18937 (gnus-summary-normal-read, gnus-splash):
18938 Remove "-face" suffix from face names.
18939 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18940 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18941 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18942 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18943 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18944 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18945 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18946 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18947 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18948 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18949 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18950 (gnus-summary-selected-face, gnus-summary-cancelled-face)
18951 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18952 (gnus-summary-normal-ticked-face)
18953 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18954 (gnus-summary-normal-ancient-face)
18955 (gnus-summary-high-undownloaded-face)
18956 (gnus-summary-low-undownloaded-face)
18957 (gnus-summary-normal-undownloaded-face)
18958 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18959 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18960 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18961 (gnus-splash-face):
18962 New backward-compatibility aliases for renamed faces.
18963 (gnus-group-startup-message): Use renamed gnus faces.
18964
18965 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18966 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18967 (gnus-server-agent): Remove "-face" suffix from face names.
18968 (gnus-server-agent-face, gnus-server-opened-face)
18969 (gnus-server-closed-face, gnus-server-denied-face)
18970 (gnus-server-offline-face):
18971 New backward-compatibility aliases for renamed faces.
18972 (gnus-server-agent-face, gnus-server-opened-face)
18973 (gnus-server-closed-face, gnus-server-denied-face)
18974 (gnus-server-offline-face): Use renamed gnus faces.
18975
18976 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18977 Remove "-face" suffix from face names.
18978 (gnus-picon-xbm-face, gnus-picon-face):
18979 New backward-compatibility aliases for renamed faces.
18980
18981 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18982 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18983 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18984 (gnus-cite-11): Remove "-face" suffix from face names.
18985 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18986 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18987 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18988 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18989 New backward-compatibility aliases for renamed faces.
18990 (gnus-cite-attribution-face, gnus-cite-face-list)
18991 (gnus-article-boring-faces): Use renamed gnus faces.
18992
18993 * gnus-art.el (gnus-signature, gnus-header-from)
18994 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18995 (gnus-header-content): Remove "-face" suffix from face names.
18996 (gnus-signature-face, gnus-header-from-face)
18997 (gnus-header-subject-face, gnus-header-newsgroups-face)
18998 (gnus-header-name-face, gnus-header-content-face):
18999 New backward-compatibility aliases for renamed faces.
19000 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19001
19002 * gnus-sum.el (gnus-summary-selected-face)
19003 (gnus-summary-highlight): Use renamed gnus faces.
19004 * gnus-group.el (gnus-group-highlight): Likewise.
19005
19006 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19007
19008 * gnus-sieve.el (gnus-sieve-article-add-rule):
19009 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19010 * spam-stat.el (spam-stat-buffer-change-to-spam)
19011 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19012
19013 * message.el (message-is-yours-p):
19014 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19015
19016 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
19017
19018 * mm-view.el (mm-inline-text): Withdraw the last change.
19019
19020 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
19021
19022 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19023 executing enriched-decode.
19024
19025 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
19026
19027 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19028 charset of tar files.
19029
19030 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19031
19032 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19033
19034 2005-06-04 Lute Kamstra <lute@gnu.org>
19035
19036 * nnfolder.el (nnfolder-read-folder): Make sure that undo
19037 information is never recorded.
19038
19039 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19040
19041 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19042
19043 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
19044
19045 * pop3.el (pop3-apop): Run md5 in the binary mode.
19046
19047 * starttls.el (starttls-set-process-query-on-exit-flag):
19048 Use eval-and-compile.
19049
19050 2005-05-31 Simon Josefsson <jas@extundo.com>
19051
19052 * smime.el (smime-replace-in-string): Define.
19053 (smime-cert-by-ldap-1): Use it.
19054
19055 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
19056
19057 * gnus-art.el (article-display-x-face): Replace
19058 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19059
19060 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19061 set-process-query-on-exit-flag or process-kill-without-query.
19062
19063 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19064 loop instead of replace-regexp.
19065
19066 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19067 instead of process-kill-without-query if it is available.
19068
19069 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19070 instead of find-file-hooks if it is available.
19071
19072 * mml1991.el: Bind pgg-default-user-id when compiling.
19073
19074 * mml2015.el: Bind pgg-default-user-id when compiling.
19075
19076 * nndraft.el (nndraft-request-associate-buffer):
19077 Use write-contents-functions instead of write-contents-hooks if it is
19078 available.
19079
19080 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19081 instead of find-file-hooks if it is available.
19082
19083 * nntp.el (nntp-open-connection): Replace
19084 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19085 (nntp-open-ssl-stream): Ditto.
19086 (nntp-open-tls-stream): Ditto.
19087
19088 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19089 set-process-query-on-exit-flag or process-kill-without-query.
19090 (starttls-open-stream-gnutls): Use it instead of
19091 process-kill-without-query.
19092 (starttls-open-stream): Ditto.
19093
19094 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
19095
19096 * smime.el (smime-cert-by-ldap-1): Don't use
19097 replace-regexp-in-string.
19098
19099 2005-05-31 Arne Jørgensen <arne@arnested.dk>
19100
19101 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19102
19103 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19104 in PEM format. Adjust to the XEmacs compatibility.
19105
19106 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
19107
19108 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19109 by `string-to-number'.
19110 * gnus-agent.el (gnus-agent-regenerate-group)
19111 (gnus-agent-fetch-articles): Ditto.
19112 * gnus-art.el (gnus-button-fetch-group): Ditto.
19113 * gnus-cache.el (gnus-cache-generate-active)
19114 (gnus-cache-articles-in-group): Ditto.
19115 * gnus-group.el (gnus-group-set-current-level)
19116 (gnus-group-insert-group-line): Ditto.
19117 * gnus-score.el (gnus-score-set-expunge-below)
19118 (gnus-score-set-mark-below, gnus-summary-score-effect)
19119 (gnus-summary-score-entry): Ditto.
19120 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19121 (gnus-soup-pack): Ditto.
19122 * gnus-spec.el (gnus-xmas-format): Ditto.
19123 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19124 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19125 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19126 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19127 * nndb.el (nndb-get-remote-expire-response): Ditto.
19128 * nndiary.el (nndiary-parse-schedule-value)
19129 (nndiary-string-to-number, nndiary-request-replace-article)
19130 (nndiary-request-article): Ditto.
19131 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19132 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19133 * nneething.el (nneething-make-head): Ditto.
19134 * nnfolder.el (nnfolder-request-article)
19135 (nnfolder-retrieve-headers): Ditto.
19136 * nnheader.el (nnheader-file-to-number): Ditto.
19137 * nnkiboze.el (nnkiboze-request-article): Ditto.
19138 * nnmail.el (nnmail-process-unix-mail-format)
19139 (nnmail-process-babyl-mail-format): Ditto.
19140 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19141 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19142 (nnmh-request-create-group, nnmh-request-list-1)
19143 (nnmh-request-group, nnmh-request-article): Ditto.
19144 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19145 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19146 * nnsoup.el (nnsoup-make-active): Ditto.
19147 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19148 * nntp.el (nntp-find-group-and-number)
19149 (nntp-retrieve-headers-with-xover): Ditto.
19150 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19151 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19152 (pgg-format-key-identifier): Ditto.
19153 * pop3.el (pop3-last, pop3-stat): Ditto.
19154 * qp.el (quoted-printable-decode-region): Ditto.
19155
19156 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19157 of concat.
19158
19159 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
19160
19161 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19162
19163 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19164
19165 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19166
19167 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19168
19169 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19170
19171 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19172
19173 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19174 (gnus-carpal-mode): Ditto.
19175
19176 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19177 (gnus-browse-mode): Ditto.
19178
19179 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19180
19181 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19182
19183 2005-05-29 Richard M. Stallman <rms@gnu.org>
19184
19185 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19186
19187 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
19188
19189 * gnus-util.el (gnus-run-mode-hooks): New function.
19190
19191 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19192
19193 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19194
19195 * gnus-agent.el (gnus-agent-make-mode-line-string):
19196 Use mode-line-highlight as mouse-face.
19197
19198 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
19199
19200 * canlock.el (canlock): Change the parent group to news.
19201
19202 * deuglify.el (gnus-outlook-deuglify): Add :group.
19203
19204 * dig.el (dig): Add :group.
19205
19206 * dns-mode.el (dns-mode): Add :group.
19207
19208 * encrypt.el (encrypt): Add :group.
19209
19210 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19211 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19212 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19213 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19214 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19215
19216 * gnus-diary.el (gnus-diary): Add :group.
19217
19218 * gnus.el (gnus-group-news-1-face): Add :group.
19219 (gnus-group-news-1-empty-face): Ditto.
19220 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19221 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19222 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19223 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19224 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19225 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19226 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19227 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19228 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19229 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19230 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19231 (gnus-summary-high-ticked-face): Ditto.
19232 (gnus-summary-low-ticked-face): Ditto.
19233 (gnus-summary-normal-ticked-face): Ditto.
19234 (gnus-summary-high-ancient-face): Ditto.
19235 (gnus-summary-low-ancient-face): Ditto.
19236 (gnus-summary-normal-ancient-face): Ditto.
19237 (gnus-summary-high-undownloaded-face): Ditto.
19238 (gnus-summary-low-undownloaded-face): Ditto.
19239 (gnus-summary-normal-undownloaded-face): Ditto.
19240 (gnus-summary-high-unread-face): Ditto.
19241 (gnus-summary-low-unread-face): Ditto.
19242 (gnus-summary-normal-unread-face): Ditto.
19243 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19244 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19245
19246 * hashcash.el (hashcash): New custom group.
19247 (hashcash-default-payment): Add :group.
19248 (hashcash-payment-alist): Ditto.
19249 (hashcash-default-accept-payment): Ditto.
19250 (hashcash-accept-resources): Ditto.
19251 (hashcash-path): Ditto.
19252 (hashcash-extra-generate-parameters): Ditto.
19253 (hashcash-double-spend-database): Ditto.
19254 (hashcash-in-news): Ditto.
19255
19256 * message.el (message-minibuffer-local-map): Add :group.
19257
19258 * netrc.el (netrc): Add :group.
19259
19260 * sieve-manage.el (sieve-manage-log): Add :group.
19261 (sieve-manage-default-user): Diito.
19262 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19263 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19264 (sieve-manage-authenticators): Ditto.
19265 (sieve-manage-authenticator-alist): Ditto.
19266 (sieve-manage-default-port): Ditto.
19267
19268 * sieve-mode.el (sieve-control-commands-face): Add :group.
19269 (sieve-action-commands-face): Ditto.
19270 (sieve-test-commands-face): Ditto.
19271 (sieve-tagged-arguments-face): Ditto.
19272
19273 * smime.el (smime): Add :group.
19274
19275 * spam-report.el (spam-report): Add :group.
19276
19277 * spam.el (spam, spam-face): Add :group.
19278
19279 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19280
19281 * nntp.el (nntp-next-result-arrived-p): Some news servers may
19282 return \n.\n.\n at the end of articles. Protect against that.
19283 (nntp-with-open-group): Allow debugging.
19284
19285 * nnheader.el (mail-header-set-extra): Make into a function
19286 because I just could't understand how to quote the list properly.
19287
19288 * dns.el (query-dns-cached): New function.
19289
19290 2005-05-26 Lute Kamstra <lute@gnu.org>
19291
19292 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19293
19294 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
19295
19296 * gnus-art.el: Don't autoload mail-extract-address-components.
19297
19298 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19299 eval-and-compile to evaluate it.
19300
19301 * hashcash.el: Don't autoload executable-find.
19302
19303 * nndb.el: Don't declare the nndb back end two or more times; don't
19304 autoload news-reply-mode, news-setup, cancel-timer and telnet.
19305
19306 * nntp.el: Autoload format-spec instead of format; use
19307 eval-and-compile to evaluate autoload forms.
19308
19309 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
19310
19311 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19312
19313 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19314
19315 * gnus.el (gnus-version-number): Bump version.
19316
19317 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19318
19319 * gnus.el: No Gnus v0.3 is released.
19320
19321 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
19322
19323 * gnus-art.el (gnus-article-edit-part): Disable undo.
19324
19325 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
19326
19327 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19328 gnus-article-date-lapsed-new-header is t if date timer is active;
19329 skip headers in which the original date value is empty.
19330 (gnus-article-save-original-date): Redefine it as a macro.
19331 (gnus-display-mime): Use it.
19332
19333 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
19334
19335 * gnus-art.el (article-date-ut): Support converting date in
19336 forwarded parts as well.
19337 (gnus-article-save-original-date): New function.
19338 (gnus-display-mime): Use it.
19339
19340 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
19341
19342 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19343 enclosure element of <item>.
19344
19345 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
19346
19347 * message.el (message-kill-buffer-query): Rename from
19348 `message-kill-buffer-query-if-modified'. Add :version.
19349
19350 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
19351
19352 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19353 window layout.
19354
19355 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
19356
19357 * mml.el: Autoload dnd when compiling.
19358
19359 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
19360
19361 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19362 x-dnd-*.
19363
19364 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
19365
19366 * qp.el (quoted-printable-encode-region): Save excursion.
19367
19368 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
19369
19370 * message.el (message-kill-buffer-query-if-modified): Add new variable
19371 so the user can kill a modified message buffer quickly.
19372 (message-kill-buffer): Use it.
19373
19374 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
19375
19376 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
19377 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19378
19379 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
19380
19381 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19382 contained in text because xml.el decodes entities) with LFs.
19383
19384 2005-04-11 Lute Kamstra <lute@gnu.org>
19385
19386 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19387 differently.
19388
19389 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19390
19391 * mm-util.el (mm-detect-coding-region): Typo.
19392
19393 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
19394
19395 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19396
19397 2005-04-06 Deepak Goel <deego@gnufans.org>
19398
19399 * spam-stat.el (spam-stat-score-buffer): Add a call to a
19400 user-function allow user modifications of the scores.
19401 (spam-stat-score-buffer-user): New function, to allow
19402 user-computed modifications to the score.
19403 (spam-stat-score-buffer-user-functions): List of additional
19404 scoring functions.
19405 (spam-stat-error-holder): Global temporary error holder.
19406 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19407 variable.
19408
19409 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
19410
19411 * gnus-registry.el (gnus-registry-clean-empty-function)
19412 (gnus-registry-trim, gnus-registry-fetch-groups)
19413 (gnus-registry-delete-group): Groups that match
19414 `gnus-registry-ignored-groups' are removed from the registry
19415 entries, not just ignored for splitting. This helps clean up the
19416 registry. Also, `gnus-registry-fetch-groups' is a convenient way
19417 to get all the groups a message ID is in.
19418
19419 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19420 (spam-stat-split-fancy): Change "threshhold" to "threshold".
19421 (spam-stat-score-buffer-user-functions): Add :number custom type.
19422
19423 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19424
19425 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19426 argument in XEmacs.
19427
19428 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19429 (nnrss-request-group): Decode group name first.
19430 (nnrss-request-article): Make a text/plain article if mml-to-mime
19431 failed.
19432 (nnrss-get-encoding): Return a compatible encoding according to
19433 nnrss-compatible-encoding-alist.
19434 (nnrss-find-el): Use consp instead of listp.
19435 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19436
19437 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19438
19439 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19440 which Emacs 20 doesn't support.
19441 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19442
19443 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
19444
19445 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19446 silence the byte compiler inside the defun.
19447
19448 * gnus-demon.el (parse-time-string): Add autoload.
19449
19450 * gnus-delay.el (parse-time-string): Add autoload.
19451
19452 * gnus-art.el (parse-time-string): Add autoload.
19453
19454 * nnultimate.el (parse-time): Require for `parse-time-string'.
19455
19456 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
19457
19458 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19459
19460 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19461
19462 * smime.el (smime-ldap-host-list): Add :version.
19463
19464 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
19465
19466 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19467 pass it to `gnus-browse-read-group'.
19468 (gnus-browse-read-group): Add NUMBER argument and pass it to
19469 `gnus-group-read-ephemeral-group'.
19470
19471 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19472 argument and pass it to `gnus-group-read-group'.
19473
19474 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
19475
19476 * mm-util.el (mm-xemacs-find-mime-charset): Only call
19477 mm-xemacs-find-mime-charset-1 if we have the mule feature
19478 available at runtime.
19479
19480 2005-03-25 Werner Lemberg <wl@gnu.org>
19481
19482 * nnmaildir.el: Replace `illegal' with `invalid'.
19483
19484 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19485
19486 * gnus-start.el (gnus-display-time-event-handler):
19487 Check display-time-timer at runtime rather than only at load time
19488 in case display-time-mode is turned off in the mean time.
19489
19490 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
19491
19492 * nnimap.el (nnimap-open-connection): Print which authinfo file is
19493 used.
19494
19495 * nneething.el (nneething-map-file-directory): Derive from
19496 `gnus-directory'.
19497
19498 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19499 the To/Cc button.
19500
19501 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
19502
19503 * nnmaildir.el (nnmaildir-request-accept-article):
19504 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19505
19506 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
19507
19508 * gnus-async.el: Require timer-funcs at compile time when in
19509 XEmacs for `run-with-idle-timer'.
19510
19511 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
19512
19513 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19514 autoloaded function.
19515
19516 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19517
19518 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19519
19520 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
19521
19522 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19523
19524 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
19525
19526 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19527 Add gnus-expert-user to default.
19528
19529 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
19530
19531 * nnimap.el (nnimap-open-server): Ditto.
19532
19533 * imap.el (imap-authenticate): Fix typo.
19534
19535 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
19536
19537 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19538 buffer (since IMAP server might return FETCH response out of
19539 order, and the nntp buffer must be sorted).
19540
19541 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
19542
19543 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19544 comparison on string.
19545
19546 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19547 (gnus-agent-score): Rename category keywords to match gnus-cus.
19548 (gnus-agent-summary-fetch-series): Modify to protect against
19549 gnus-agent-summary-fetch-group clearing processable flags.
19550 (gnus-agent-synchronize-group-flags): Update live group buffer as
19551 synchronization may occur due to the user toggle the plugged
19552 status.
19553 (gnus-agent-fetch-group-1): Clear downloadable flag when article
19554 successfully downloaded.
19555 (gnus-agent-expire-group-1): Avoid using markers when the overview
19556 is in ascending order; greatly improves performance.
19557 (gnus-agent-regenerate-group):
19558 Use gnus-agent-synchronize-group-flags to reset read status in both
19559 gnus and server.
19560 (gnus-agent-update-files-total-fetched-for): Fix initial size.
19561
19562 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19563
19564 * message.el: Don't autoload former message-utils variables.
19565 (message-strip-subject-trailing-was): Change doc string.
19566
19567 * nnweb.el: Fixes for `gnus-group-make-web-group'.
19568 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
19569 (nnweb-google-search): Add "hl=en" here.
19570 (nnweb-google-parse-1, nnweb-google-create-mapping):
19571 Don't hardcode URL.
19572
19573 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
19574
19575 * message.el (message-get-reply-headers, message-followup):
19576 Mention related variables `message-use-followup-to' and
19577 `message-use-mail-followup-to', in the information buffer.
19578
19579 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19580 of broken groups(-beta).google.com.
19581
19582 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
19583
19584 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19585 parameter to invoked gnus-request-move-article; remove the
19586 redundant gnus-sum-hint-move-is-internal variable; apply the marks
19587 all at once instead of once per article.
19588 (gnus-summary-remove-process-mark): Accept a list of articles as
19589 well as a single article for processing.
19590
19591 * gnus-int.el (gnus-request-move-article): Add move-is-internal
19592 parameter.
19593
19594 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19595
19596 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19597
19598 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19599 parameter.
19600
19601 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19602 parameter.
19603
19604 * nnimap.el (nnimap-request-move-article): Add move-is-internal
19605 parameter and remove the gnus-sum-hint-move-is-internal variable.
19606
19607 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19608 parameter.
19609
19610 * nndraft.el (nndraft-request-move-article): Add move-is-internal
19611 parameter.
19612
19613 * nndiary.el (nndiary-request-move-article): Add move-is-internal
19614 parameter.
19615
19616 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19617
19618 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19619 parameter.
19620
19621 * nnagent.el (nnagent-request-move-article): Add move-is-internal
19622 parameter.
19623
19624 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
19625
19626 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19627 a more conservative way.
19628
19629 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19630
19631 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19632 buffer, so it moves the window's cursor.
19633
19634 2005-02-26 Arne Jørgensen <arne@arnested.dk>
19635
19636 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19637 `mm-dissect-multipart' and receive the from field as an (optional)
19638 argument from `mm-dissect-multipart'.
19639 (mm-dissect-multipart): Receive the from field as an argument and
19640 pass it on when we call `mm-dissect-buffer' on MIME parts.
19641 Fixes verification/decryption of signed/encrypted MIME parts.
19642
19643 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
19644
19645 * gnus-sum.el (gnus-summary-move-article):
19646 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19647 whatever it calls (right now, only nnimap-request-move article
19648 respects it).
19649
19650 * nnimap.el (nnimap-request-move-article):
19651 When gnus-sum-hint-move-is-internal is set, don't do the extra
19652 nnimap-request-article.
19653
19654 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19655
19656 * nnheader.el (nnheader-find-file-noselect): Add doc string.
19657
19658 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19659 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19660
19661 * gnus-sum.el (gnus-summary-caesar-message):
19662 Apply `gnus-treat-article' after rotation.
19663
19664 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19665 doc string.
19666
19667 2005-02-22 Simon Josefsson <jas@extundo.com>
19668
19669 * encrypt.el (encrypt-password-cache-expiry): Remove (use
19670 `password-cache-expiry' instead). Reported by Arne Jørgensen
19671 <arne@arnested.dk>.
19672 (encrypt): Add password-cache and password-cache-expiry as group
19673 members.
19674
19675 2005-02-22 Arne Jørgensen <arne@arnested.dk>
19676
19677 * smime.el (smime-ldap-host-list): Doc fix.
19678 (smime-ask-passphrase): Use `password-read-and-add' to read (and
19679 cache) password.
19680 (smime-sign-region): Use it.
19681 (smime-decrypt-region): Use it.
19682 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19683 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19684 fails.
19685 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19686 certificate from DER to PEM format rather than calling openssl.
19687
19688 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19689
19690 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19691 for signing/encryption.
19692
19693 * mml.el (mml-parse-1): Use them.
19694
19695 2005-02-21 Arne Jørgensen <arne@arnested.dk>
19696
19697 * nnrss.el (nnrss-verbose): Remove.
19698 (nnrss-request-group): Use `nnheader-message' instead.
19699
19700 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
19701
19702 * nnrss.el (nnrss-verbose): New variable.
19703 (nnrss-request-group): Make it say nnrss is requesting a group.
19704
19705 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
19706
19707 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19708 Handle news URL with given port correctly.
19709
19710 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
19711
19712 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19713 containing special characters.
19714
19715 * gnus-sum.el (gnus-summary-edit-article): Ditto.
19716
19717 * mml.el (mime-to-mml): Ditto.
19718
19719 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19720 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19721 (rfc2047-decode-region): Quote decoded words containing special
19722 characters when rfc2047-quote-decoded-words-containing-tspecials
19723 is non-nil.
19724
19725 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
19726
19727 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19728
19729 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19730
19731 2005-02-15 Simon Josefsson <jas@extundo.com>
19732
19733 * nnimap.el (nnimap-debug): Doc fix.
19734
19735 * imap.el (imap-debug): Doc fix.
19736
19737 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
19738
19739 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19740
19741 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
19742
19743 * gnus.el (spam-contents): Improve docs for spam-contents
19744 parameter in its variable incarnation.
19745
19746 2005-02-14 Simon Josefsson <jas@extundo.com>
19747
19748 * smime-ldap.el: Use require instead of load-library for ldap.
19749 (smime-ldap-search): Indent.
19750 (smime-ldap-search-internal): Shorten line.
19751
19752 * smime.el (smime-cert-by-dns): Add doc-string.
19753 (smime-cert-by-ldap-1): Indent.
19754
19755 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19756 mml-smime-get-dns-ldap.
19757 (mml-smime-encrypt-query): Use new function. Default to ldap.
19758
19759 2005-02-14 Arne Jørgensen <arne@arnested.dk>
19760
19761 * smime.el: Require smime-ldap.
19762 (smime-ldap-host-list): New variable.
19763 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19764
19765 * mml-smime.el (mml-smime-encrypt-query): New function.
19766 (mml-smime-encrypt-query): Use it.
19767
19768 * smime-ldap.el: New file.
19769
19770 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
19771
19772 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19773
19774 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
19775
19776 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19777 argument in doc string. Make query for type more clear.
19778
19779 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
19780
19781 * gnus.el (gnus-group-startup-message): Search for gnus images in
19782 etc/images/gnus.
19783 * mm-util.el (mm-image-load-path): Likewise.
19784 * smiley.el (smiley-data-directory): Search for smilies in
19785 etc/images/smilies.
19786
19787 2005-02-09 Kim F. Storm <storm@cua.dk>
19788
19789 Change Emacs release version from 21.4 to 22.1 throughout.
19790 Change Emacs development version from 21.3.50 to 22.0.50.
19791
19792 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19793
19794 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19795
19796 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19797 non-Mule XEmacs as well.
19798 (mm-decompress-buffer): Signal an error intentionally if it does
19799 not decompress compressed data because auto-compression-mode is
19800 disabled.
19801
19802 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
19803
19804 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19805 an ID in the registry even if it has no groups.
19806
19807 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
19808
19809 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19810 merge it into mm-decompress-buffer.
19811 (gnus-mime-copy-part): Use the MIME part charset, the value which
19812 a user specified or gnus-newsgroup-charset for decoding, like
19813 gnus-mime-inline-part does; set buffer-file-coding-system to tell
19814 save-buffer what was used. Suggested by Kevin Ryde
19815 <user42@zip.com.au>.
19816 (gnus-mime-inline-part): Allow the name parameter as well as the
19817 filename parameter; force decompressing of compressed data; always
19818 display contents being not decoded as unibyte.
19819
19820 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19821 as well as the filename parameter.
19822
19823 * mm-util.el (mm-decompress-buffer):
19824 Merge gnus-mime-jka-compr-maybe-uncompress.
19825 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19826 of compressed data.
19827
19828 2005-02-08 Simon Josefsson <jas@extundo.com>
19829
19830 * imap.el (imap-log): Doc fix.
19831
19832 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
19833
19834 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19835 the coding cookies; decompress compressed parts.
19836
19837 * mml.el (mml-generate-mime-1): Add the charset parameter according
19838 to the value which a user specified manually or the coding cookie.
19839
19840 * mm-util.el (mm-string-to-multibyte): New function.
19841 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19842 (mm-coding-system-to-mime-charset): New function.
19843 (mm-decompress-buffer): New function.
19844 (mm-find-buffer-file-coding-system): New function.
19845
19846 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19847 (mm-display-inline-fontify): Rewrite for decoding and decompressing
19848 parts.
19849
19850 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19851
19852 * mm-view.el (mm-display-inline-fontify): Decode a part according
19853 to the charset parameter.
19854
19855 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
19856
19857 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19858 prefix arg is neither nil nor a number, as info specifies.
19859
19860 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
19861
19862 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19863 timestamps.
19864
19865 2005-02-02 Jari Aalto <jari.aalto@cante.net>
19866
19867 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19868 groups error checking and notify user.
19869
19870 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
19871
19872 * message.el (message-send-mail-function): Check existence of
19873 sendmail-program first before using default value
19874 `message-send-mail-with-sendmail'. Otherwise use more generic
19875 `smtpmail-send-it'.
19876
19877 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
19878
19879 * nntp.el (nntp-request-update-info): Always return nil.
19880
19881 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
19882
19883 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19884
19885 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
19886
19887 * message.el (message-beginning-of-line): Change the behavior when
19888 invoked between BOL and : so that it first moves backward.
19889
19890 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
19891
19892 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19893 article buffer when editing of the article is discarded.
19894 (gnus-article-prepare): Revert.
19895
19896 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
19897
19898 * gnus-art.el (gnus-article-prepare):
19899 Remove message-strip-forbidden-properties from the local hook.
19900
19901 2005-01-27 Simon Josefsson <jas@extundo.com>
19902
19903 * password.el (password-cache-add): Only start one timer per key.
19904 Reported by Derek Atkins <warlord@MIT.EDU>.
19905
19906 2005-01-26 Steve Youngs <steve@sxemacs.org>
19907
19908 * run-at-time.el: Remove. It is no longer needed as
19909 timer-funcs.el in the xemacs-base package has a working version of
19910 `run-at-time'.
19911
19912 * password.el: Require timer-funcs instead of run-at-time in
19913 XEmacs.
19914 Remove `password-run-at-time' macro.
19915 (password-cache-add): Use `run-at-time' instead of
19916 `password-run-at-time'.
19917
19918 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19919 for `run-with-idle-timer'.
19920
19921 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19922 for `run-at-time'.
19923
19924 * mm-url.el: Require timer-funcs at compile time when in XEmacs
19925 for `with-timeout'.
19926
19927 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
19928
19929 * mml.el (mml-generate-mime-1): Convert string into unibyte when
19930 inserting " *mml*" buffer's contents into a unibyte temp buffer.
19931
19932 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
19933
19934 * mail-source.el (mail-source-fetch-imap): Search for ^From case
19935 sensitively.
19936
19937 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
19938
19939 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19940
19941 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
19942
19943 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19944 which will be inserted according to the multibyteness of a buffer
19945 rather than the type of contents. Suggested by ARISAWA Akihiro
19946 <ari@mbf.ocn.ne.jp>.
19947
19948 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19949 of string which old xml.el may return rather than a string.
19950
19951 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
19952
19953 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19954
19955 2005-01-16 Simon Josefsson <jas@extundo.com>
19956
19957 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19958 idn/idna.el isn't available.
19959 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
19960 <michael@waxrat.com>.
19961
19962 * hashcash.el: Remove non-FSF copyright header.
19963
19964 * hashcash.el (hashcash-extra-generate-parameters): New variable.
19965 (hashcash-generate-payment): Use it.
19966 (hashcash-generate-payment-async): Use it.
19967
19968 2005-01-15 Simon Josefsson <jas@extundo.com>
19969
19970 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19971 Suggested by Raymond Scholz <ray-2005@zonix.de>.
19972
19973 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19974 gnus-summary-idna-message.
19975 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19976 (gnus-summary-idna-message): New function.
19977
19978 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
19979
19980 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19981 gnus-novice-user.
19982
19983 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
19984
19985 * nnrss.el (nnrss-request-delete-group): Delete entries in
19986 nnrss-group-alist as well.
19987 (nnrss-save-server-data): Insert newline.
19988
19989 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
19990
19991 * gnus.el (gnus-user-agent): Use list of symbols instead of
19992 symbols. Display full version number for (S)XEmacs.
19993 Optionally display (S)XEmacs codename.
19994
19995 * gnus-util.el (gnus-emacs-version): Update for new
19996 `gnus-user-agent'.
19997
19998 * gnus-msg.el (gnus-extended-version): Make it possible to omit
19999 Gnus version.
20000
20001 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20002
20003 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
20004 which is unreadable in some setups.
20005
20006 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20007
20008 * gnus-spec.el (gnus-update-format-specifications): Flush the
20009 group format spec cache if it doesn't support decoded group names.
20010
20011 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
20012
20013 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20014 Allow to apply decay on score files matching a regexp.
20015
20016 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
20017
20018 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20019 compatibility in %g and %c.
20020
20021 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
20022
20023 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20024 name for only %g and %c.
20025 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20026 of gnus-tmp-group to decoded group name.
20027 (gnus-group-make-rss-group): Exclude `/'s from group names.
20028
20029 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
20030
20031 * nnrss.el (nnrss-get-encoding): Fix regexp.
20032
20033 2004-12-27 Simon Josefsson <jas@extundo.com>
20034
20035 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20036 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20037 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
20038
20039 2004-12-17 Kim F. Storm <storm@cua.dk>
20040
20041 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20042
20043 * gnus-sum.el (gnus-summary-mode-map): Likewise.
20044
20045 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20046
20047 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20048
20049 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
20050
20051 * nnrss.el: Require rfc2047 and mml.
20052 (nnrss-file-coding-system): New variable.
20053 (nnrss-format-string): Redefine it as an inline function.
20054 (nnrss-decode-group-name): New function.
20055 (nnrss-string-as-multibyte): Remove.
20056 (nnrss-retrieve-headers): Decode group name; don't use
20057 nnrss-format-string.
20058 (nnrss-request-group): Decode group name.
20059 (nnrss-request-article): Decode group name; allow a Message-ID as
20060 well as an article number; don't use nnrss-format-string; encode a
20061 Message-ID string which may contain non-ASCII characters; use
20062 mml-to-mime to compose a MIME article.
20063 (nnrss-request-expire-articles): Decode group name.
20064 (nnrss-request-delete-group): Decode group name.
20065 (nnrss-fetch): Clarify error message.
20066 (nnrss-read-server-data): Use insert-file-contents instead of load;
20067 bind file-name-coding-system; use multibyte buffer.
20068 (nnrss-save-server-data): Bind coding-system-for-write to the
20069 value of nnrss-file-coding-system; bind file-name-coding-system;
20070 add coding cookie.
20071 (nnrss-read-group-data): Use insert-file-contents instead of load;
20072 bind file-name-coding-system; use multibyte buffer.
20073 (nnrss-save-group-data): Bind coding-system-for-write to the
20074 value of nnrss-file-coding-system; bind file-name-coding-system.
20075 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20076 make it work with non-ASCII text.
20077 (nnrss-find-el): Make it work with old xml.el as well.
20078
20079 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20080
20081 * nnrss.el (nnrss-get-encoding): New function.
20082 (nnrss-fetch): Use unibyte buffer initially; bind
20083 coding-system-for-read while performing mm-url-insert; remove ^Ms;
20084 decode contents according to the encoding attribute.
20085 (nnrss-save-group-data): Add coding cookie.
20086 (nnrss-mime-encode-string): New function.
20087 (nnrss-check-group): Use it to encode subject and author.
20088
20089 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
20090
20091 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20092 imaginary variable.
20093
20094 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
20095
20096 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20097 correctly even if there are wide characters.
20098
20099 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
20100
20101 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20102 downcased symbol names; make a new cache instead of reusing
20103 bbdb-hashtable.
20104
20105 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
20106
20107 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20108 concatenating segments rather than before concatenating them.
20109 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20110
20111 * message.el (message-get-reply-headers): Bind `extra'.
20112
20113 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20114
20115 * message.el (message-extra-wide-headers): New variable.
20116 (message-get-reply-headers): Use it.
20117
20118 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
20119
20120 * gnus-agent.el (gnus-agent-group-path): Decode group name.
20121 (gnus-agent-group-pathname): Ditto.
20122
20123 * gnus-cache.el (gnus-cache-file-name): Decode group name.
20124
20125 * gnus-group.el (gnus-group-make-group): Decode group name.
20126 (gnus-group-make-rss-group): Register the group data after opening
20127 the nnrss group.
20128
20129 2004-12-17 Paul Jarc <prj@po.cwru.edu>
20130
20131 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20132 by expiry now get marked as read.
20133
20134 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
20135
20136 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20137
20138 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
20139
20140 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20141 unify Latin characters in XEmacs.
20142 (mm-find-mime-charset-region): Use it.
20143
20144 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
20145
20146 * gnus-util.el (gnus-delete-directory): New function.
20147
20148 * gnus-agent.el (gnus-agent-delete-group): Use it.
20149
20150 * gnus-cache.el (gnus-cache-delete-group): Use it.
20151
20152 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
20153
20154 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20155 names.
20156
20157 2004-12-16 Simon Josefsson <jas@extundo.com>
20158
20159 * hashcash.el (hashcash-payment-alist): Fix custom :type.
20160
20161 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
20162
20163 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20164
20165 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20166 (gnus-group-set-current-level): Decode group name.
20167
20168 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
20169
20170 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20171 failed.
20172
20173 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
20174
20175 * gnus-group.el (gnus-group-delete-group): Decode group name.
20176 (gnus-group-make-rss-group): Encode group name.
20177 (gnus-group-catchup-current): Decode group name.
20178 (gnus-group-kill-group): Decode group name.
20179
20180 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
20181
20182 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20183
20184 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
20185
20186 * gnus-group.el (gnus-group-make-rss-group):
20187 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20188
20189 * gnus-start.el (gnus-setup-news): Honor user's setting to
20190 gnus-message-archive-method. Suggested by Lute Kamstra
20191 <lute@gnu.org>.
20192
20193 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
20194
20195 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20196 global counterparts of the buffer-local variables.
20197
20198 2004-11-16 Romain Francoise <romain@orebokech.com>
20199
20200 * gnus-sum.el (gnus-summary-exit): Don't clear the global
20201 counterparts of the buffer-local variables.
20202
20203 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
20204
20205 * message.el (message-forbidden-properties): Fix typo in doc
20206 string.
20207
20208 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
20209
20210 * gnus-util.el (gnus-replace-in-string): Add doc string.
20211
20212 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20213 to avoid problems when splitting mails with many recipients.
20214
20215 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
20216
20217 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20218 pop-to-buffer, covered by the subsequent gnus-configure-windows.
20219
20220 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
20221
20222 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20223 if there is no hashtable in memory or file modification time is
20224 newer than cached timestamp.
20225
20226 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
20227
20228 * gnus-sum.el (gnus-summary-limit-to-recipient):
20229 Implement not-matching option.
20230
20231 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
20232
20233 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20234 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20235 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20236 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20237 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
20238 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20239
20240 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
20241
20242 * message.el (message-forward-make-body-mml): Remove headers
20243 according to message-forward-ignored-headers if a message is decoded.
20244
20245 2004-12-02 Romain Francoise <romain@orebokech.com>
20246
20247 * message.el (message-forward-make-body-plain): Always remove
20248 headers according to message-forward-ignored-headers.
20249
20250 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
20251
20252 * spam.el (spam-summary-prepare-exit): Remove the
20253 gnus-summary-limit pop for now, it has problems with ham marks for
20254 me.
20255
20256 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
20257
20258 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20259 correctly.
20260
20261 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
20262
20263 * format-spec.el (format-spec): Message the char.
20264
20265 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
20266
20267 * gnus-art.el (gnus-split-methods): Reformat comments.
20268
20269 * spam.el (spam-summary-prepare-exit): Remove article limits
20270 before exiting the summary buffer.
20271
20272 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
20273
20274 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20275 order to silence the byte compiler.
20276
20277 * spam.el: Fix the way to silence the byte compiler, which
20278 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20279 bbdb-search-simple, spam-BBDB-register-routine,
20280 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20281 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20282 spam-stat-buffer-is-spam, spam-stat-load,
20283 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20284 spam-stat-save and spam-stat-split-fancy.
20285
20286 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
20287
20288 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20289 which may confuse users.
20290 (canlock-password-for-verify): Ditto.
20291
20292 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20293
20294 * gnus-art.el (gnus-emphasis-alist): Ditto.
20295
20296 * gnus-registry.el (gnus-registry-max-entries): Ditto.
20297
20298 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20299
20300 * gnus-start.el (gnus-save-killed-list): Ditto.
20301
20302 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20303 (gnus-sum-thread-tree-root): Ditto.
20304 (gnus-sum-thread-tree-false-root): Ditto.
20305 (gnus-sum-thread-tree-single-indent): Ditto.
20306
20307 * message.el (message-courtesy-message): Ditto.
20308 (message-archive-note): Ditto.
20309 (message-subscribed-address-file): Ditto.
20310 (message-user-fqdn): Ditto.
20311
20312 * spam-report.el (spam-report-gmane-regex): Ditto.
20313
20314 * spam.el (spam-blackhole-good-server-regex): Ditto.
20315
20316 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
20317
20318 * mml.el (mml-preview): Widen the message buffer before copying
20319 the contents to the preview buffer; sort headers before previewing.
20320
20321 * message.el (message-hidden-headers): Fix the way to avoid a bug
20322 in the `repeat' widget in Emacs 21.3 or earlier.
20323
20324 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
20325
20326 * message.el (message-hidden-headers): Default to "^References:".
20327 Improve customization type. Suggested by Reiner Steib
20328 <Reiner.Steib@gmx.de>.
20329
20330 2004-11-25 Romain Francoise <romain@orebokech.com>
20331
20332 * message.el (message-strip-forbidden-properties): Remove check for
20333 obsolete `message-hidden' text property, hidden headers are not
20334 accessible in the buffer anymore.
20335
20336 2004-11-22 Romain Francoise <romain@orebokech.com>
20337
20338 * message.el (message-header-format-alist): Add `From' in list
20339 so that it can be sorted.
20340 (message-fix-before-sending): Widen and sort headers before
20341 sending.
20342 (message-hide-headers): Use narrowing to hide headers by moving
20343 them to the top of the buffer and narrowing to the region
20344 underneath.
20345
20346 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20347
20348 * message.el (message-strip-forbidden-properties):
20349 Bind buffer-read-only (etc) to nil.
20350
20351 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
20352
20353 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20354 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20355
20356 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
20357
20358 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20359
20360 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20361
20362 * dns.el (query-dns): Use sit-for to time instead of
20363 accept-process-output, since that doesn't seem to work on udp
20364 sockets.
20365
20366 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
20367
20368 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20369
20370 2004-11-15 Jesper Harder <harder@ifa.au.dk>
20371
20372 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20373 doc string. Improve doc string.
20374
20375 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
20376
20377 * nntp.el (nntp-request-update-info): Return nil if
20378 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20379 may not call gnus-activate-group which uselessly issues the GROUP
20380 commands for all nntp groups and wastes time. Reported by Romain
20381 Francoise <romain@orebokech.com>.
20382
20383 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20384
20385 2004-11-15 Simon Josefsson <jas@extundo.com>
20386
20387 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20388 headers separately.
20389 (gnus-button-openpgp): New function, inspired by Jochen Küpper
20390 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20391
20392 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
20393
20394 * gnus-start.el (gnus-convert-old-newsrc):
20395 Assign legacy-gnus-agent to 5.10.7.
20396
20397 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20398
20399 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20400 start of the lines.
20401
20402 2004-11-14 Magnus Henoch <mange@freemail.hu>
20403
20404 * hashcash.el (hashcash-default-payment): Change default to 20.
20405 (hashcash-default-accept-payment): Change default to 20.
20406 (hashcash-process-alist): New variable.
20407 (hashcash-generate-payment-async): Add.
20408 (hashcash-already-paid-p): Add.
20409 (hashcash-insert-payment): Don't generate payments twice.
20410 (hashcash-insert-payment-async): Add.
20411 (hashcash-insert-payment-async-2): Add.
20412 (hashcash-cancel-async): Add.
20413 (hashcash-wait-async): Add.
20414 (hashcash-processes-running-p): Add.
20415 (hashcash-wait-or-cancel): Add.
20416 (mail-add-payment): New optional argument. Conditionally start
20417 asynchronous calculation.
20418 (mail-add-payment-async): Add.
20419
20420 * message.el (message-send-mail): Wait for asynchronous hashcash
20421 results. Don't clobber existing X-Hashcash headers.
20422 (message-setup-1): Call mail-add-payment-async when
20423 message-generate-hashcash is non-nil.
20424
20425 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20426
20427 * message.el (message-use-alternative-email-as-from): Examine the
20428 From header as well; use message-make-from in order to include a
20429 user's full name.
20430
20431 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
20432
20433 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20434 default; improve customization type.
20435 (gnus-emphasis-custom-with-format): New macro.
20436 (gnus-emphasis-custom-value-to-external): New function.
20437 (gnus-emphasis-custom-value-to-internal): New function.
20438
20439 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
20440
20441 * dns.el (query-dns): Resolve reverse addresses.
20442
20443 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20444
20445 * gnus-group.el (gnus-group-get-new-news): Use it.
20446
20447 * gnus-start.el (gnus-check-reasonable-setup): New function.
20448
20449 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
20450
20451 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20452 "Args out of range" error. Reported by Arnaud Giersch
20453 <arnaud.giersch@free.fr>.
20454
20455 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
20456
20457 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20458
20459 2004-11-04 Richard M. Stallman <rms@gnu.org>
20460
20461 * spam.el (spam group): Add :version.
20462
20463 * pgg-def.el (pgg group): Add :version.
20464
20465 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
20466
20467 * gnus-art.el (gnus-article-edit-article): Don't associate the
20468 article buffer with a draft file. This is a temporary measure
20469 against the 2004-08-22 change to gnus-article-edit-mode.
20470
20471 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
20472
20473 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20474 (html2text-format-tags): Remove unused variable `attr'.
20475
20476 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
20477
20478 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20479
20480 * spam-stat.el (spam-stat): Add :version.
20481
20482 * sieve.el (sieve): Add :version.
20483
20484 * sha1.el (sha1): Add :version.
20485 (sha1-use-external): Remove redundant version.
20486
20487 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20488 (nnmail-cache-ignore-groups, nnmail-spool-hook)
20489 (nnmail-split-fancy-match-partial-words)
20490 (nnmail-split-lowercase-expanded): Add :version.
20491
20492 * nndiary.el (nndiary): Add :version.
20493
20494 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20495
20496 * mml-sec.el (mml-default-sign-method)
20497 (mml-default-encrypt-method, mml-signencrypt-style-alist):
20498 Add :version.
20499
20500 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20501
20502 * mm-url.el (mm-url-use-external, mm-url-program)
20503 (mm-url-arguments): Add :version.
20504
20505 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20506 (mm-attachment-file-modes, mm-decrypt-option)
20507 (mm-w3m-safe-url-regexp): Add :version.
20508
20509 * message.el (message-cite-prefix-regexp)
20510 (message-sendmail-envelope-from, message-minibuffer-local-map)
20511 (message-user-fqdn, message-completion-alist): Add :version.
20512
20513 * gnus-win.el (gnus-configure-windows-hook)
20514 (gnus-use-frames-on-any-display): Add :version.
20515
20516 * gnus-art.el (gnus-article-address-banner-alist)
20517 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20518 (gnus-treat-from-picon, gnus-treat-mail-picon)
20519 (gnus-treat-x-pgp-sig): Add :version.
20520
20521 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20522 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20523 (gnus-summary-article-delete-hook)
20524 (gnus-summary-display-while-building): Add :version.
20525
20526 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20527 (gnus-get-top-new-news-hook): Add :version.
20528
20529 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20530 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20531
20532 * gnus-registry.el (gnus-registry): Add :version.
20533
20534 * gnus-spec.el (gnus-use-correct-string-widths)
20535 (gnus-make-format-preserve-properties): Add :version.
20536
20537 * gnus.el (gnus-group-charter-alist)
20538 (gnus-group-fetch-control-use-browse-url)
20539 (gnus-install-group-spam-parameters): Add :version.
20540
20541 * gnus-diary.el (gnus-diary): Add :version.
20542
20543 * gnus-delay.el (gnus-delay): Add :version.
20544
20545 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20546 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20547 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20548 Add :version.
20549
20550 * gnus-agent.el (gnus-agent-max-fetch-size)
20551 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20552 (gnus-agent-prompt-send-queue): Add :version.
20553
20554 * deuglify.el (gnus-outlook-deuglify): Add :version.
20555
20556 * html2text.el: Beautify code. Improve doc strings.
20557 Some checkdoc cleanup.
20558 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20559
20560 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20561
20562 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20563
20564 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
20565
20566 * gnus-registry.el (gnus-registry-hashtb): Create the registry
20567 when package is loaded.
20568
20569 * spam.el (spam-summary-score-preferred-header): Add global preference
20570 for people who want to override the default SpamAssassin over
20571 Bogofilter preference (when both are set).
20572 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20573 (spam-user-format-function-S):
20574 Check spam-summary-score-preferred-header.
20575 (spam-extra-header-to-number): Add X-Bogosity header parsing.
20576 (spam-user-format-function-S): Format the score correctly.
20577
20578 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
20579
20580 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20581 signature file. Suggested by Manoj Srivastava
20582 <srivasta@golden-gryphon.com>.
20583
20584 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20585 iso-2022-jp even in the Japanese language environment.
20586 Suggested by Jason Rumney <jasonr@gnu.org>.
20587
20588 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
20589
20590 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20591 use the same characters as the dummy marks; make it free from
20592 getting affected by the language environment.
20593 (gnus-summary-read-group-1): Update mark positions only when the
20594 format spec is updated.
20595
20596 * gnus-spec.el (gnus-update-format-specifications): Return a list
20597 of updated types.
20598
20599 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
20600
20601 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20602 of boundp to check if display-warning is available.
20603
20604 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
20605
20606 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20607
20608 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
20609
20610 * nnspool.el (nnspool-spool-directory): Use news-path if the
20611 news-directory variable is not bound.
20612
20613 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20614 function instead of display-warning if it is not available.
20615
20616 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
20617
20618 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20619 v5-10: Use `point-at-bol'.
20620
20621 2004-10-26 Simon Josefsson <jas@extundo.com>
20622
20623 * hashcash.el: Fix URL in comment, reported by Cheng Gao
20624 <chenggao@gmail.com>.
20625
20626 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
20627
20628 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
20629 instead.
20630
20631 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
20632
20633 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20634 to remove a server from the nnimap-server-buffer-alist.
20635 (nnimap-open-connection, nnimap-close-server): Use it.
20636
20637 * gnus-encrypt.el: Remove file in favor of encrypt.el.
20638
20639 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
20640
20641 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20642 running the major-mode function.
20643
20644 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
20645
20646 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20647 dummy marks in the right way.
20648
20649 2004-10-18 David Edmondson <dme@dme.org>
20650
20651 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20652 excessively.
20653
20654 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
20655
20656 * gnus-util.el (gnus-split-references): Accept a nil references
20657 string and go on blissfully.
20658
20659 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20660 cases where the references string is non-nil but has no references.
20661
20662 * encrypt.el: Add autoload tags.
20663
20664 * spam.el (spam-resolve-registrations-routine): Remove article
20665 from unregistration list too. Reported by David Hanak
20666 <dhanak@isis.vanderbilt.edu>
20667
20668 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
20669
20670 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20671 nil. Change custom type.
20672
20673 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
20674
20675 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20676
20677 * gnus-sum.el (gnus-summary-move-article): Use it.
20678
20679 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
20680
20681 * encrypt.el: Add autoload cookies.
20682
20683 * spam.el (spam-backend-article-list-property)
20684 (spam-backend-get-article-todo-list)
20685 (spam-backend-put-article-todo-list)
20686 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20687 Resolve registrations separately.
20688 (spam-register-routine): Format comments.
20689 (spam-unregister-routine, spam-register-routine): Always call with
20690 specific-articles, no default list.
20691 (spam-summary-prepare-exit): Use the spam-classifications function.
20692
20693 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20694 gnus-encrypt.el.
20695
20696 * encrypt.el: Copied from gnus-encrypt.el.
20697
20698 * gnus-encrypt.el: Commented that it's obsolete.
20699
20700 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
20701
20702 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20703 (gnus-score-save): Use it.
20704
20705 * message.el (message-bury): Use `window-dedicated-p'.
20706
20707 2004-10-15 Simon Josefsson <jas@extundo.com>
20708
20709 * pop3.el (top-level): Don't require nnheader.
20710 (pop3-read-timeout): Add.
20711 (pop3-accept-process-output): Add.
20712 (pop3-read-response, pop3-retr): Use it.
20713
20714 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
20715
20716 * spam.el (spam-register-routine): Move comment.
20717 (spam-verify-bogofilter): Use 'unknown for the initial
20718 spam-bogofilter-valid state, not 'never.
20719
20720 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20721 for netrc-machine.
20722
20723 * nnimap.el (nnimap-open-connection):
20724 Use netrc-machine-user-or-password.
20725
20726 2004-10-17 Richard M. Stallman <rms@gnu.org>
20727
20728 * gnus-registry.el (gnus-registry-unload-hook):
20729 Set as a variable with add-hook.
20730
20731 * nnspool.el (nnspool-spool-directory): Use news-directory instead
20732 of news-path.
20733
20734 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20735
20736 * spam.el: Delete duplicate `provide'.
20737 (spam-unload-hook): Set as a variable with add-hook.
20738
20739 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
20740
20741 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20742 in the doc string.
20743
20744 * message.el (message-ignored-news-headers)
20745 (message-ignored-supersedes-headers)
20746 (message-ignored-resent-headers)
20747 (message-forward-ignored-headers): Improve custom type.
20748
20749 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
20750
20751 * message.el (message-tokenize-header): Fix 2004-09-06 change
20752 which used point-min in the wrong place.
20753
20754 2004-10-12 Simon Josefsson <jas@extundo.com>
20755
20756 * tls.el (tls-certtool-program): New variable.
20757 (tls-certificate-information): New function, based on
20758 ssl-certificate-information.
20759
20760 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
20761
20762 * compface.el: Move the version of ELisp-based uncompface program
20763 to the contrib directory because of the copyright problem.
20764
20765 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20766
20767 * message.el (message-kill-buffer): Raise the current frame.
20768
20769 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
20770
20771 * gnus-sum.el: Mention that multibyte characters don't work as marks.
20772
20773 * gnus.el (message-y-or-n-p): Autoload.
20774
20775 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20776 (pop3-password-required, pop3-authentication-scheme)
20777 (pop3-leave-mail-on-server): Make customizable.
20778 (pop3): New custom group.
20779 (pop3-retr): Remove `sleep-for' statements.
20780 Suggested by Dave Love <fx@gnu.org>.
20781
20782 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20783 Windows/DOS.
20784
20785 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20786 (imap-parse-body): Fix incorrect use of `assert'.
20787 Suggested by Dave Love <fx@gnu.org>.
20788
20789 * mml.el (mml-minibuffer-read-disposition): Require match.
20790 Suggested by Dave Love <fx@gnu.org>.
20791
20792 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
20793
20794 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
20795 doc string.
20796
20797 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
20798
20799 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20800
20801 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20802
20803 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20804 instead of calling `mm-insert-inline', to decode text/* parts
20805 before displaying them.
20806
20807 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
20808
20809 * mm-uu.el (mm-uu-text-plain-type): New variable.
20810 (mm-uu-pgp-signed-extract-1): Use it.
20811 (mm-uu-pgp-encrypted-extract-1): Use it.
20812 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20813 bind mm-uu-text-plain-type with that value.
20814 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20815 mm-uu-dissect.
20816
20817 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
20818
20819 * gnus-group.el (gnus-update-group-mark-positions):
20820 * gnus-sum.el (gnus-update-summary-mark-positions):
20821 * message.el (message-check-news-body-syntax):
20822 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20823 of string-as-multibyte.
20824
20825 2004-10-05 Juri Linkov <juri@jurta.org>
20826
20827 * gnus-group.el (gnus-update-group-mark-positions):
20828 * gnus-sum.el (gnus-update-summary-mark-positions):
20829 * message.el (message-check-news-body-syntax):
20830 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20831 8-bit unibyte values to a multibyte string for search functions.
20832
20833 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
20834
20835 * mm-uu.el (mm-uu-dissect): Allow optional arg.
20836 (mm-uu-dissect-text-parts): New function.
20837
20838 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20839 dissect text parts.
20840
20841 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20842 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20843
20844 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20845
20846 * gnus-topic.el (gnus-topic-hierarchical-parameters):
20847 Use gnus-current-topics instead of gnus-current-topic.
20848
20849 2004-10-06 Jesper Harder <harder@ifa.au.dk>
20850
20851 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20852
20853 2004-10-05 Jesper Harder <harder@ifa.au.dk>
20854
20855 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20856 where appropriate.
20857
20858 * nnml.el (nnml-generate-active-info): do.
20859
20860 * nndiary.el (nndiary-generate-active-info): do.
20861
20862 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20863 (gnus-topic-move): do.
20864
20865 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20866 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20867
20868 * gnus-srvr.el (gnus-server-prepare)
20869 (gnus-server-open-all-servers): do.
20870
20871 * gnus-msg.el (gnus-summary-cancel-article)
20872 (gnus-summary-resend-message)
20873 (gnus-summary-mail-crosspost-complaint): do.
20874
20875 * gnus-move.el (gnus-change-server): do.
20876
20877 * gnus-group.el (gnus-group-unmark-all-groups)
20878 (gnus-group-set-current-level): do.
20879
20880 2004-10-04 Simon Josefsson <jas@extundo.com>
20881
20882 * message.el (message-generate-hashcash): Doc fix.
20883
20884 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
20885
20886 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20887 avoid infinite recursion via gnus-get-function.
20888
20889 2004-10-02 Jesper Harder <harder@ifa.au.dk>
20890
20891 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20892
20893 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20894
20895 * nnmail.el (nnmail-split-history): do.
20896
20897 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20898 (nnml-request-delete-group): do.
20899
20900 * nnslashdot.el (nnslashdot-read-groups): do.
20901
20902 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20903 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20904
20905 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20906 (nnspool-sift-nov-with-sed): Use last.
20907 (nnspool-retrieve-headers-with-nov): Use mapc.
20908 (nnspool-request-newgroups): Use dolist.
20909 (nnspool-request-group): Use last.
20910
20911 * nntp.el (nntp-read-server-type): Use dolist.
20912
20913 * nnvirtual.el (nnvirtual-create-mapping)
20914 (nnvirtual-update-read-and-marked): Use dolist.
20915 (nnvirtual-convert-headers): Simplify.
20916
20917 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
20918
20919 * gnus-agent.el (gnus-agent-synchronize-group-flags):
20920 Add support for sync'ing tick marks.
20921
20922 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
20923
20924 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20925 there's no visible header.
20926
20927 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
20928
20929 * gnus-agent.el (gnus-agent-synchronize-group-flags):
20930 When necessary, pass full group name to gnus-request-set-marks.
20931
20932 2004-10-01 Simon Josefsson <jas@extundo.com>
20933
20934 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
20935 acroread.
20936
20937 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20938
20939 * spam-report.el (spam-report-gmane): Fix interactive.
20940
20941 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20942
20943 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20944 when writing file.
20945 (gnus-agent-synchronize-flags): Don't default to being
20946 interactive.
20947
20948 2004-09-30 Simon Josefsson <jas@extundo.com>
20949
20950 * message.el (message-generate-hashcash): Add.
20951 (message-send-mail): Use it, call mail-add-payment.
20952
20953 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
20954
20955 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20956
20957 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
20958
20959 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20960 gnus-request-update-info with explicit code to sync the in-memory
20961 info read flags with the marks being sync'd to the backend.
20962
20963 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20964
20965 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
20966
20967 * spam.el (spam-verify-bogofilter): Add new function.
20968 (spam-check-bogofilter)
20969 (spam-bogofilter-register-with-bogofilter): Use it.
20970 (spam-verify-bogofilter): Add small fixes.
20971
20972 2004-09-28 Simon Josefsson <jas@extundo.com>
20973
20974 * hashcash.el (hashcash-generate-payment): Revert.
20975
20976 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
20977
20978 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20979 Use gnus-extract-references instead of gnus-split-references.
20980
20981 * gnus-util.el (gnus-extract-references): Add new function, analogous
20982 to gnus-split-references but extracts only the message-ID without
20983 anything extra.
20984
20985 * hashcash.el (hashcash-generate-payment)
20986 (hashcash-check-payment): Do the right thing if hashcash-path is
20987 nil (because the hashcash program could not be found).
20988
20989 * spam.el (spam-use-hashcash): Remove comment.
20990
20991 2004-09-27 Jesper Harder <harder@ifa.au.dk>
20992
20993 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20994 (gnus-cache-enter-article, gnus-cache-remove-article)
20995 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20996
20997 * gnus-async.el (gnus-async-prefetch-remove-group): do.
20998
20999 * gnus-art.el (article-hide-boring-headers)
21000 (article-translate-strings, article-display-face)
21001 (gnus-article-mime-match-handle-first)
21002 (gnus-article-highlight-headers)
21003 (gnus-article-add-buttons-to-head): do.
21004
21005 2004-09-27 Simon Josefsson <jas@extundo.com>
21006
21007 * hashcash.el: New version, from
21008 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
21009 ../contrib/.
21010
21011 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
21012
21013 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21014
21015 2004-09-26 Jesper Harder <harder@ifa.au.dk>
21016
21017 * gnus-dup.el (gnus-dup-open): Use mapc.
21018 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21019
21020 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21021 Reported by Stefan Wiens <s.wi@gmx.net>.
21022
21023 * gnus.el (gnus-shutdown): Use dolist.
21024
21025 * gnus-undo.el (gnus-undo): Use mapc.
21026
21027 * nnrss.el (nnrss-generate-active): do.
21028
21029 * message.el (message-cite-original-without-signature)
21030 (message-cite-original): Use mapc.
21031 (message-do-actions, message-make-forward-subject): Use dolist.
21032
21033 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21034
21035 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21036 deletion to remove entire duplicate line. Fixes merged article
21037 number bug.
21038
21039 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21040
21041 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21042 servers that are offline. Avoids having gnus-agent-toggle-plugged
21043 first ask if you want to open a server and then, even when you
21044 responded with no, asking if you want to synchronize the server's
21045 flags.
21046 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21047 multi-line expressions.
21048 (gnus-agent-synchronize-group-flags): New internal function.
21049 Updates marks in memory (in the info structure) AND in the
21050 backend.
21051
21052 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21053
21054 * nnagent.el (nnagent-request-set-mark):
21055 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21056 method, to ensure that synchronization updates marks in the
21057 backend and in the info (in memory) structure.
21058
21059 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
21060
21061 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21062 convention fully; don't miss the root article of a thread; make
21063 the X-Draft-From header with correct article numbers.
21064
21065 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
21066
21067 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21068 unless plugged. Disable the agent so that an open failure causes
21069 an error.
21070
21071 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21072 Revert 2004-09-21 change. The backend must be opened while
21073 synchronizing flags even when the backend stores the flags
21074 locally.
21075
21076 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
21077
21078 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21079 in `header' match. Reported by Svend Tollak Munkejord.
21080
21081 * message.el (message-cite-original): Fix use of
21082 `message-cite-articles-with-x-no-archive'.
21083
21084 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
21085
21086 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21087 (gnus-window-to-buffer): Ditto.
21088
21089 * mml.el (mml-preview-buffer): New variable.
21090 (mml-preview): Manage window layout with gnus-buffer-configuration.
21091
21092 * gnus-msg.el (gnus-setup-message): Put article numbers into the
21093 X-Draft-From header even if those articles aren't quoted.
21094
21095 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
21096
21097 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21098 (gnus-request-set-mark, gnus-request-update-mark): Use new
21099 g-s-t-u-l-m to decide to use backend even when unplugged.
21100
21101 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
21102
21103 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21104 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
21105
21106 2004-09-20 Simon Josefsson <jas@extundo.com>
21107
21108 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21109 "utf-16-le".
21110
21111 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
21112
21113 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21114
21115 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
21116
21117 * uudecode.el (uudecode-use-external): Add :version.
21118
21119 * smime.el (smime-CA-file, smime-encrypt-cipher)
21120 (smime-dns-server): Add :version.
21121
21122 * smiley.el (gnus-smiley-file-types): Add :version.
21123
21124 * sha1.el (sha1-use-external): Add :version.
21125
21126 * pgg-def.el (pgg-query-keyserver): Add :version.
21127
21128 * nnmail.el (nnmail-fancy-expiry-targets)
21129 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21130 Add :version.
21131
21132 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21133 (nnimap-retrieve-groups-asynchronous): Add :version.
21134 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
21135
21136 * mml.el (mml-content-disposition-parameters)
21137 (mml-insert-mime-headers-always): Add :version.
21138
21139 * mm-util.el (mm-coding-system-priorities): Add :version.
21140
21141 * mm-decode.el (mm-inline-text-html-with-images)
21142 (mm-keep-viewer-alive-types, mm-external-terminal-program)
21143 (mm-verify-option): Add :version.
21144 (mm-text-html-renderer): Change :version.
21145
21146 * message.el (message-fcc-externalize-attachments)
21147 (message-required-headers, message-draft-headers)
21148 (message-subject-trailing-was-query)
21149 (message-subject-trailing-was-ask-regexp)
21150 (message-subject-trailing-was-regexp, message-mark-insert-begin)
21151 (message-mark-insert-end, message-archive-header)
21152 (message-archive-note, message-cross-post-default)
21153 (message-cross-post-note, message-followup-to-note)
21154 (message-cross-post-note-function, message-use-mail-followup-to)
21155 (message-subscribed-address-functions)
21156 (message-subscribed-address-file, message-subscribed-addresses)
21157 (message-subscribed-regexps, message-allow-no-recipients)
21158 (message-yank-cited-prefix, message-signature-insert-empty-line)
21159 (message-hidden-headers, message-hierarchical-addresses)
21160 (message-mail-user-agent, message-use-idna)
21161 (message-valid-fqdn-regexp)
21162 (message-strip-special-text-properties, message-header-synonyms)
21163 (message-beginning-of-line, message-tab-body-function): Add :version.
21164 (message-insert-canlock, message-wide-reply-confirm-recipients):
21165 Change :version.
21166
21167 * mail-source.el (mail-source-ignore-errors): Add :group, :type
21168 and :version.
21169 (mail-source-delete-old-incoming-confirm)
21170 (mail-source-movemail-program): Add :version.
21171
21172 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21173 (gnus-agent-cache, gnus-agent): Change :version.
21174
21175 * gnus-util.el (gnus-use-byte-compile): Change :version.
21176
21177 * gnus-sum.el (gnus-summary-make-false-root-always)
21178 (gnus-summary-default-high-score)
21179 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21180 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21181 (gnus-read-all-available-headers, gnus-article-emulate-mime)
21182 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21183 (gnus-sum-thread-tree-single-indent)
21184 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21185 (gnus-sum-thread-tree-leaf-with-other)
21186 (gnus-sum-thread-tree-single-leaf): Add :version.
21187 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21188 (gnus-article-loose-mime): Change :version.
21189
21190 * gnus-start.el (gnus-backup-startup-file)
21191 (gnus-save-startup-file-via-temp-buffer): Add :version.
21192
21193 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21194 (gnus-server-offline-face): Add :version.
21195
21196 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21197
21198 * gnus-msg.el (gnus-gcc-externalize-attachments)
21199 (gnus-debug-files, gnus-debug-exclude-variables)
21200 (gnus-discouraged-post-methods): Change :version.
21201 (gnus-confirm-mail-reply-to-news)
21202 (gnus-confirm-treat-mail-like-news): Add :version.
21203
21204 * gnus-int.el (gnus-server-unopen-status): Add :version.
21205
21206 * gnus-group.el (gnus-group-jump-to-group-prompt)
21207 (gnus-large-ephemeral-newsgroup)
21208 (gnus-fetch-old-ephemeral-headers): Add :version.
21209
21210 * gnus-fun.el (gnus-x-face-directory)
21211 (gnus-convert-pbm-to-x-face-command)
21212 (gnus-convert-image-to-x-face-command)
21213 (gnus-convert-image-to-face-command): Add :version.
21214
21215 * gnus-delay.el (gnus-delay-default-hour): Add :version.
21216
21217 * gnus-cite.el (gnus-cite-blank-line-after-header)
21218 (gnus-article-boring-faces): Add :version.
21219
21220 * gnus-art.el (gnus-buttonized-mime-types)
21221 (gnus-inhibit-mime-unbuttonizing)
21222 (gnus-treat-display-face)
21223 (gnus-treat-body-boundary): Change :version.
21224 (gnus-body-boundary-delimiter, gnus-picon-databases)
21225 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21226 (gnus-treat-date-english, gnus-treat-fold-headers)
21227 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21228 (gnus-treat-mail-picon, gnus-treat-wash-html)
21229 (gnus-article-encrypt-protocol)
21230 (gnus-use-idna, gnus-article-over-scroll)
21231 (gnus-mime-display-multipart-alternative-as-mixed)
21232 (gnus-mime-display-multipart-related-as-mixed)
21233 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21234 (gnus-ctan-url, gnus-button-ctan-handler)
21235 (gnus-button-handle-ctan-bogus-regexp)
21236 (gnus-button-ctan-directory-regexp)
21237 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21238 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21239 (gnus-button-man-level, gnus-button-emacs-level)
21240 (gnus-button-message-level, gnus-button-browse-level): Add :version.
21241
21242 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21243 (gnus-agent-go-online): Change :version.
21244 (gnus-agent-expire-unagentized-dirs)
21245 (gnus-agent-auto-agentize-methods): Add :version.
21246
21247 * flow-fill.el (fill-flowed-display-column)
21248 (fill-flowed-encode-column): Add :version.
21249
21250 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21251 (gnus-outlook-deuglify-unwrap-max)
21252 (gnus-outlook-deuglify-cite-marks)
21253 (gnus-outlook-deuglify-unwrap-stop-chars)
21254 (gnus-outlook-deuglify-no-wrap-chars)
21255 (gnus-outlook-deuglify-attrib-cut-regexp)
21256 (gnus-outlook-deuglify-attrib-verb-regexp)
21257 (gnus-outlook-deuglify-attrib-end-regexp)
21258 (gnus-outlook-display-hook): Add :version.
21259
21260 * binhex.el (binhex-use-external): Add :version.
21261
21262 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
21263
21264 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21265 and `invisible'.
21266
21267 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
21268
21269 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21270 in gnus-registry-trim.
21271
21272 2004-09-13 Simon Josefsson <jas@extundo.com>
21273
21274 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21275
21276 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21277
21278 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21279 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21280 <yamaoka@jpl.org>.
21281 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21282 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21283 <yamaoka@jpl.org>.
21284
21285 * sieve.el (sieve-manage-mode): Ditto.
21286
21287 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
21288
21289 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21290
21291 2004-09-11 Simon Josefsson <jas@extundo.com>
21292
21293 * dns-mode.el: Add.
21294
21295 * mm-view.el (mm-display-dns-inline): Add.
21296
21297 * mm-decode.el (mm-inline-media-tests): Add text/dns.
21298 (mm-automatic-display): Ditto.
21299
21300 * mailcap.el (mailcap-mime-data): Add text/dns.
21301 (mailcap-mime-extensions): Map .soa to text/dns.
21302
21303 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
21304
21305 * gnus-art.el (article-decode-mime-words, article-babel)
21306 (gnus-article-highlight-signature, gnus-article-add-buttons)
21307 (gnus-signature-toggle): Remove unnecessary bindings of
21308 `inhibit-read-only' inherited from v5.10 merge.
21309
21310 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
21311
21312 * nntp.el (nntp): New customization group.
21313 (nntp-authinfo-file): Add customization group.
21314
21315 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21316
21317 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21318
21319 * gnus.el (to-address, to-list, subscribed)
21320 (large-newsgroup-initial): Ditto.
21321
21322 * flow-fill.el (fill-flowed-display-column)
21323 (fill-flowed-encode-column): Ditto.
21324
21325 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21326
21327 * message.el (message-tokenize-header, message-send-mail-with-qmail):
21328 Use point-min rather than 1.
21329 (message-send-mail): Use buffer-size rather than point-max.
21330
21331 * gnus-sum.el (gnus-summary-search-article-forward):
21332 Signal a specific `search-failed' rather than a generic `error'.
21333
21334 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21335 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21336 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21337
21338 2004-09-10 Simon Josefsson <jas@extundo.com>
21339
21340 * nndb.el (require): Remove tcp and duplicate cl.
21341
21342 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
21343
21344 * gnus-agent.el (directory-files-and-attributes): Move forward.
21345
21346 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
21347
21348 * gnus-agent.el (directory-files-and-attributes):
21349 Optionally defined to support XEmacs.
21350
21351 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
21352
21353 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21354 to avoid run-time CL dependencies.
21355 (gnus-agent-unfetch-articles): New function.
21356 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21357 article numbers even when local .overview file is missing.
21358 (gnus-agent-read-article-number): New function. Only accepts
21359 27-bit article numbers.
21360 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21361 Use gnus-agent-read-article-number.
21362 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21363 from backend while recognizing that article numbers in .overview
21364 must be valid.
21365 (gnus-agent-update-files-total-fetched-for):
21366 Use directory-files-and-attributes to improve performance.
21367 * gnus-int.el (gnus-request-move-article):
21368 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21369 improve performance.
21370
21371 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21372 some users confused by references to .newsrc when they only have a
21373 .newsrc.eld file.
21374 (gnus-convert-mark-converter-prompt)
21375 (gnus-convert-converter-needs-prompt): Fix use of property list.
21376 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21377 New function. Used internally to only display 'gnus converting
21378 files' message when actually necessary.
21379
21380 * gnus-sum.el (): Remove (require 'gnus-agent) as required
21381 methods now autoloaded.
21382
21383 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
21384
21385 * gnus-sum.el (gnus-summary-insert-subject): Remove list
21386 identifiers.
21387
21388 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
21389
21390 * gnus-picon.el: Fix indentation and closing parenthesis.
21391
21392 2004-09-01 Simon Josefsson <jas@extundo.com>
21393
21394 * message.el (message-canlock-generate): Require sha1, not
21395 sha1-el. (Can we get rid of this require altogether? It is ugly
21396 to require within a function. Sadly, if sha1.el isn't loaded, the
21397 let binding in m-c-g will hide the defcustom definition, which is
21398 bad.)
21399
21400 * canlock.el: Require sha1, not sha1-el.
21401
21402 * message.el: Don't autoload sha1 (there is a autoload cookie in
21403 sha1.el).
21404
21405 * sha1-el.el: Rename to sha1.el.
21406
21407 2004-08-30 Juanma Barranquero <lektu@terra.es>
21408
21409 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21410
21411 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
21412
21413 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21414
21415 2004-08-30 Kim F. Storm <storm@cua.dk>
21416
21417 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21418
21419 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21420 Add :group 'nnimap.
21421
21422 2004-08-30 Andreas Schwab <schwab@suse.de>
21423
21424 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21425 ?* and ?\;.
21426
21427 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21428 and ?\' to symbol instead of whitespace.
21429
21430 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
21431
21432 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21433
21434 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21435 instead of re-search-forward.
21436
21437 * gnus-uu.el (gnus-uu-save-article): Ditto.
21438 (gnus-uu-post-encode-uuencode): Ditto.
21439
21440 * html2text.el (html2text-clean-list-items): Ditto.
21441 (html2text-clean-dtdd): Ditto.
21442 (html2text-format-tags): Ditto.
21443
21444 * message.el (message-send-mail-with-sendmail): Fix regexp.
21445 (message-fill-field-general): Use search-forward instead of
21446 re-search-forward.
21447 (unbold-region): Ditto.
21448
21449 * nnrss.el (nnrss-request-article): Ditto.
21450
21451 * nnslashdot.el (nnslashdot-request-article): Ditto.
21452
21453 * nnweb.el (nnweb-gmane-wash-article): Ditto.
21454
21455 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21456 "Unrecognized menu descriptor" error in XEmacs.
21457
21458 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
21459
21460 * gnus-sum.el (gnus-read-header): Don't remove a header for the
21461 parent article of a sparse article in the thread hashtb.
21462
21463 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
21464
21465 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21466 (nnmail-expand-newtext): Lowercase expanded entries if
21467 nnmail-split-lowercase-expanded is non-nil.
21468
21469 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
21470
21471 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21472
21473 * gnus-group.el (gnus-group-line-format-alist): Convert the value
21474 of gnus-tmp-news-method into string under XEmacs. It will be
21475 passed to gnus-correct-length which takes only a string argument.
21476
21477 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
21478
21479 * gnus-util.el (gnus-bind-print-variables): New macro.
21480 (gnus-prin1): Use it.
21481 (gnus-prin1-to-string): Use it.
21482 (gnus-pp): New function.
21483 (gnus-pp-to-string): New function.
21484
21485 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21486 Replace pp-to-string with gnus-pp-to-string.
21487 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21488 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21489 * gnus-msg.el (gnus-debug): Ditto.
21490 * gnus-score.el (gnus-score-save): Ditto.
21491 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21492 gnus-pp-to-string.
21493 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21494 with gnus-pp.
21495 * score-mode.el (gnus-score-pretty-print): Ditto.
21496 * webmail.el (webmail-debug): Ditto.
21497
21498 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
21499
21500 * gnus-art.el (article-display-face, article-display-x-face):
21501 Use buffer-read-only.
21502
21503 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
21504
21505 * gnus-art.el (article-hide-list-identifiers):
21506 Bind inhibit-read-only as t.
21507
21508 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
21509
21510 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21511
21512 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21513
21514 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21515 (gnus-narrow-to-page): Don't assume point-min == 1.
21516 (gnus-article-edit-mode): Derive from message-mode.
21517
21518 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21519 point-min == 1.
21520
21521 * imap.el (imap-parse-address-list, imap-parse-body-ext):
21522 Disable incorrect use of `assert'.
21523
21524 * message.el (message-mode): Set comment-start-skip.
21525
21526 2004-08-22 Sam Steingold <sds@gnu.org>
21527
21528 * pop3.el (pop3-leave-mail-on-server): New user variable.
21529 (pop3-movemail): Delete mail only when it is nil.
21530
21531 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
21532
21533 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21534
21535 * mml.el (mml-preview): Use `pop-to-buffer'.
21536
21537 * message.el (message-goto-mail-followup-to): Insert after "To".
21538 (message-carefully-insert-headers): Add comment.
21539
21540 * gnus.el: Remove unused variable `gnus-article-check-size'.
21541
21542 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21543
21544 * gnus-art.el (gnus-button-alist):
21545 Improve `gnus-button-handle-library' entry.
21546
21547 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
21548
21549 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21550 Use downcase, since XEmacs capitalizes error messages differently.
21551
21552 2004-08-18 Jesper Harder <harder@ifa.au.dk>
21553
21554 * nntp.el: Add (require 'gnus) due to reference to
21555 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
21556
21557 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
21558
21559 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21560 Bind `mm-fill-flowed'.
21561
21562 * mm-decode.el (mm-dissect-singlepart): Check it.
21563
21564 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
21565
21566 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21567 'imap' for netrc parsing.
21568
21569 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
21570
21571 * mailcap.el (mailcap-mime-data): Mark as risky.
21572
21573 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
21574
21575 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21576 may be included in the encoded word.
21577 (rfc2047-encode): Don't append a space if the encoded word
21578 includes close parenthesis.
21579
21580 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
21581
21582 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21583 of text within parentheses.
21584
21585 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
21586
21587 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21588 (gnus-encrypt-write-file-contents): Make the password key the file
21589 name PLUS the cipher, not just the cipher. Also remove failed
21590 passwords from the cache.
21591
21592 2004-08-06 Simon Josefsson <jas@extundo.com>
21593
21594 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21595 Doc fix.
21596
21597 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
21598
21599 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21600 LWSP.
21601
21602 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
21603
21604 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21605 Try to append in-reply-to: data to the references: header.
21606
21607 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21608 (netrc-parse): Use gnus-encrypt.el functions.
21609
21610 * gnus-encrypt.el: Add new file for encryption support; currently
21611 does only a few GPG ciphers and an internal XOR cipher.
21612
21613 * password.el: Add comments on using password-read-and-add.
21614 (password-read-and-add): Add function to read and add the
21615 password to the cache at once.
21616
21617 2004-07-28 Simon Josefsson <jas@extundo.com>
21618
21619 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21620 parameter (but don't use it, for now).
21621
21622 * imap.el (imap-ssl-open): Use imap-process-connection-type,
21623 instead of hard coding to nil.
21624
21625 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
21626
21627 * mm-view.el (mm-inline-image-emacs): Open lines under an image
21628 as mm-inline-image-xemacs does.
21629
21630 2004-07-26 Simon Josefsson <jas@extundo.com>
21631
21632 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21633 Revert part of 2004-07-17 change below.
21634
21635 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
21636
21637 * rfc2047.el (rfc2047-encode-region): Don't infloop.
21638 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21639
21640 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21641
21642 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21643 quotes that actually start with ">" at the beginning of the
21644 lines.
21645
21646 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
21647
21648 * rfc2047.el (rfc2047-encode-region): Fix last change.
21649 (rfc2047-encode-parameter): Remove useless concat.
21650
21651 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
21652
21653 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21654 encode special characters; fix some kind of misconfigured headers;
21655 signal a real error if debug-on-quit or debug-on-error is non-nil.
21656 (rfc2047-encode-max-chars): New variable.
21657 (rfc2047-encode-1): Use it.
21658 (rfc2047-encode-parameter): New function.
21659
21660 * mml.el (mml-insert-parameter): Remove an excessive space.
21661
21662 2004-07-17 Simon Josefsson <jas@extundo.com>
21663
21664 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21665 Kai Grossjohann <kai@emptydomain.de>.
21666 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21667 (gnus-group-make-menu-bar): Ditto.
21668
21669 * gnus-util.el (gnus-group-server): Add.
21670
21671 2004-07-16 Jesper Harder <harder@ifa.au.dk>
21672
21673 * message.el (message-clone-locals): Clone sendmail and smtp
21674 variables.
21675
21676 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
21677
21678 * rfc2047.el (rfc2047-encode-region): Fix last change.
21679
21680 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
21681
21682 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21683 characters as non-special.
21684
21685 2004-07-09 Simon Josefsson <jas@extundo.com>
21686
21687 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21688 Users will lose all flag changes made while unplugged with
21689 e.g. nntp unless flag synchronization happens, thus `nil' is not a
21690 good default. See numerous reports on ding mailing list.
21691
21692 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
21693
21694 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21695 add generate-head-function and generate-article-function to the
21696 rfc822-forward entry.
21697 (nndoc-rfc822-forward-generate-article): New function.
21698 (nndoc-rfc822-forward-generate-head): New function.
21699
21700 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21701
21702 2004-07-06 Dan Christensen <jdc@uwo.ca>
21703
21704 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21705 respect display group parameter and gnus-summary-expunge-below.
21706 (gnus-articles-to-read): Remove unused reference to display group
21707 parameter.
21708
21709 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21710
21711 * nnheader.el (nnheader-uniquify-message-id): New experimental
21712 variable.
21713 (nnheader-nov-read-message-id): Use it.
21714
21715 * spam-report.el (spam-report-gmane): Add interactive.
21716
21717 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
21718
21719 * mm-encode.el (mm-content-transfer-encoding-defaults):
21720 Use qp-or-base64 for the application/* types.
21721
21722 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
21723
21724 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21725
21726 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
21727
21728 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21729 trim value.
21730
21731 2004-01-25 Paul Jarc <prj@po.cwru.edu>
21732
21733 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21734 New macro and function.
21735 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21736
21737 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
21738
21739 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21740 after-load-alist.
21741
21742 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21743
21744 * gnus-group.el (gnus-group-get-new-news-this-group):
21745 Don't update info that isn't there.
21746
21747 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
21748
21749 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21750 entry.
21751
21752 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
21753
21754 * mm-view.el (mm-inline-render-with-function): Use multibyte
21755 buffer; decode html source by charset.
21756
21757 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21758
21759 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21760 Mule-UCS is loaded under XEmacs.
21761 (mm-mime-mule-charset-alist): Avoid duplicated entries.
21762
21763 2004-06-28 Jesper Harder <harder@ifa.au.dk>
21764
21765 * nnheader.el (nnheader-max-head-length): Increase to 8192.
21766
21767 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
21768
21769 * mm-util.el (mm-coding-system-p): Return a coding-system.
21770 (mm-mime-mule-charset-alist): Use shift_jis instead of
21771 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21772 entries for the mime charsets iso-2022-jp-3 and shift_jis.
21773 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21774 instead of japanese-shift-jis and iso-latin-1 respectively in
21775 order to share the default value with both Emacs and XEmacs-mule.
21776 (mm-mule-charset-to-mime-charset):
21777 Make mm-coding-system-priorities effective.
21778 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21779 while predicating of candidates upon the priorities.
21780
21781 2004-06-27 Jesper Harder <harder@ifa.au.dk>
21782
21783 * gnus-sum.el (gnus-summary-make-menu-bar):
21784 Add gnus-uu-invert-processable.
21785
21786 * gnus.el: Autoload gnus-uu-invert-processable.
21787
21788 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
21789
21790 * mm-util.el (mm-with-multibyte-buffer): New macro.
21791
21792 * rfc2047.el (rfc2047-encode-string): Use it.
21793 (rfc2047-encode-region): Move point to the end of the region after
21794 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21795
21796 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
21797
21798 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21799 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21800
21801 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
21802
21803 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21804 (gnus-cite-parse): Ignore quoted envelope From_.
21805 Suggested by Karl Chen <quarl@nospam.quarl.org>.
21806
21807 2004-06-23 Jesper Harder <harder@ifa.au.dk>
21808
21809 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21810 invalid addresses.
21811
21812 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
21813
21814 * spam.el: Change section markers, revise TODO list.
21815 (spam-backends): Make new master list of all installed backends.
21816 (spam-summary-exit-behavior): Add new variable to determine how
21817 messages moves are done at summary exit.
21818 (spam-move-spam-nonspam-groups-only)
21819 (spam-process-ham-in-nonham-groups)
21820 (spam-process-ham-in-spam-groups): Remove variables, the
21821 spam-summary-exit-behavior variable should be used to manage this
21822 behavior.
21823 (spam-old-ham-articles, spam-old-spam-articles): Remove.
21824 (spam-old-articles): Add variable, replacing spam-old-ham-articles
21825 and spam-old-spam-articles.
21826 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21827 Add empty variables, placeholders for the backends they represent.
21828 (spam-set-difference): Move, unchanged.
21829 (spam-list-of-processors): Declare OBSOLETE, not used anymore
21830 unless the user has a processor variable.
21831 (spam-classifications, spam-classification-valid-p)
21832 (spam-backend-properties, spam-backend-property-valid-p)
21833 (spam-backend-function-type-valid-p)
21834 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21835 (spam-report-articles-gmane, spam-report-articles-resend):
21836 Remove functions, they are not needed.
21837 (spam-install-backend-super, spam-backend-list)
21838 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21839 (spam-backend-function, spam-backend-ham-registration-function)
21840 (spam-backend-spam-registration-function)
21841 (spam-backend-ham-unregistration-function)
21842 (spam-backend-spam-unregistration-function)
21843 (spam-backend-statistical-p, spam-backend-mover-p)
21844 (spam-install-backend-alias, spam-install-checkonly-backend)
21845 (spam-install-mover-backend, spam-install-nocheck-backend)
21846 (spam-install-backend, spam-install-statistical-backend)
21847 (spam-install-statistical-checkonly-backend): Add backend installation
21848 support.
21849 (spam-summary-prepare-exit): Rewrite to use the new backend code.
21850 (spam-group-processor-p): Use the new backend code and respect the
21851 summary exit behavior.
21852 (spam-mark-spam-as-expired-and-move-routine): Remove.
21853 (spam-summary-prepare): Change to use the new spam-old-articles
21854 variable.
21855 (spam-copy-or-move-routine, spam-copy-spam-routine)
21856 (spam-move-spam-routine, spam-copy-ham-routine)
21857 (spam-move-ham-routine): Add code to copy/move ham or spam.
21858 (spam-fetch-field-fast): Improve doc and code, plus allow the
21859 'number request.
21860 (spam-list-of-checks, spam-list-of-statistical-checks):
21861 Remove variables.
21862 (spam-split, spam-find-spam): Use the new backend code.
21863 (spam-registration-functions): Remove variable.
21864 (spam-unregister-routine): Add convenience wrapper.
21865 (spam-log-undo-registration, spam-register-routine)
21866 (spam-log-processing-to-registry)
21867 (spam-log-unregistration-needed-p): Rename "check" to "backend"
21868 where possible.
21869 (spam-check-gmane-xref, spam-check-regex-headers)
21870 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21871 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21872 (spam-check-bogofilter-headers, spam-check-spamoracle)
21873 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21874 (spam-check-crm114-headers): Use the spam-split-group that
21875 spam-split prepares, no need to determine it every time.
21876
21877 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21878 to the nnheader-parse-naked-head call.
21879
21880 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21881
21882 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21883 the nnheader-nov-read-message-id call.
21884
21885 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
21886
21887 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21888 gnus-activate-group twice. Suggested by Markus Peter
21889 <warp@spin.de>.
21890
21891 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
21892
21893 * gnus-art.el (gnus-article-time-format): Exchange the order of
21894 day and month in the default value; fix customization type.
21895 (article-date-ut): Use add-text-properties.
21896 (article-make-date-line): Use message-make-date instead of
21897 current-time-string.
21898
21899 * message.el (message-fetch-field): Don't use set-text-properties.
21900 (message-make-date): Simplify.
21901
21902 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
21903
21904 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21905 (rfc2047-encode-region): Treat text within parentheses as special;
21906 show the original text when error has occurred.
21907
21908 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21909 already-computed method to gnus-activate-group.
21910
21911 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21912 same select-methods identical Lisp objects.
21913
21914 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21915 object when modifying the info.
21916
21917 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
21918
21919 * gnus-srvr.el (gnus-server-set-info): Remove the server from
21920 gnus-opened-servers since it has never been opened with the new
21921 configuration yet.
21922
21923 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
21924
21925 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21926 arg to nnheader-generate-fake-message-id.
21927
21928 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
21929
21930 * nnheader.el (nnheader-generate-fake-message-id): Accept a
21931 number and build a fake message ID localized to a group and
21932 article number (so it's repeatable from that point on).
21933 (nnheader-fake-message-id-p): Change regex to accommodate new fake
21934 ID format.
21935
21936 * gnus-sum.el (gnus-get-newsgroup-headers):
21937 Call nnheader-generate-fake-message-id with the article number.
21938
21939 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
21940
21941 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21942 end-of-buffer.
21943
21944 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21945
21946 * message.el (message-ignored-supersedes-headers): Add Approved.
21947
21948 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
21949
21950 * rfc2047.el (rfc2047-encode-message-header): Remove useless
21951 goto-char.
21952 (rfc2047-encode): Fold the line before encoding.
21953
21954 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
21955
21956 * rfc2047.el (rfc2047-encode-message-header): Disabled header
21957 folding -- not all headers can be folded, and this should be done
21958 by the message composition mode. Probably. I think.
21959
21960 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
21961
21962 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21963 fast.
21964
21965 * gnus-ems.el (gnus-remove-image): Don't use
21966 message-text-with-property; remove only the image found first.
21967
21968 2004-06-09 Jesper Harder <harder@ifa.au.dk>
21969
21970 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21971
21972 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
21973
21974 * message.el (message-text-with-property): Make it fast and accept
21975 optional arguments.
21976 (message-strip-forbidden-properties): Use it.
21977 (message-fix-before-sending): Follow the m-t-w-p change.
21978
21979 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21980
21981 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
21982
21983 * gnus-art.el (article-hide-headers): Don't change the buffer
21984 mistakenly when performing mml-preview even if
21985 gnus-single-article-buffer is nil.
21986
21987 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
21988
21989 * message.el (message-expand-name-databases): New user option.
21990 (message-expand-name): Use it.
21991
21992 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
21993
21994 * spam.el (spam-report-articles-resend)
21995 (spam-report-resend-register-routine): Allow ham reporting.
21996 (spam-report-resend-register-ham-routine): Add wrapper.
21997 (spam-registration-functions): Add ham resending functions.
21998 (spam-list-of-processors): Add ham resend processor.
21999
22000 * gnus.el (ham-resend-to): Add new group parameter.
22001 (spam-process): Add ham resend option.
22002
22003 * spam-report.el (spam-report-resend): Allow reporting ham.
22004 (spam-report-resend-ham): Add wrapper.
22005
22006 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22007
22008 * message.el (message-cite-articles-with-x-no-archive):
22009 New variable.
22010 (message-cite-original): Use it.
22011
22012 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22013
22014 * message.el (message-cite-original): Respect X-No-Archive.
22015
22016 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
22017
22018 * gnus-art.el (article-hide-headers): Refer to the values for
22019 gnus-ignored-headers and gnus-visible-headers in the summary
22020 buffer since a user may have set them as group parameters.
22021
22022 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
22023
22024 * assistant.el (assistant-node-name): Add convenience function.
22025 (assistant-render-text, assistant-render-node): Add error handling,
22026 plus handle multiple next nodes.
22027 (assistant-find-next-node): Comment out for now.
22028 (assistant-find-next-nodes): Add function, returns list of next
22029 nodes.
22030
22031 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
22032
22033 * mail-source.el (mail-source-directory): Fix doc-string.
22034
22035 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
22036
22037 * assistant.el (assistant-render-text, assistant-eval): Add :set
22038 widget type, which is different because it takes and returns a
22039 list. Much hilarity ensues.
22040
22041 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
22042
22043 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22044
22045 * gnus-group.el (gnus-group-get-new-news-this-group):
22046 Add doc-string.
22047
22048 * gnus-start.el (gnus-activate-group): Add doc-string.
22049
22050 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
22051
22052 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22053
22054 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
22055
22056 * assistant.el (assistant-render-text): Try to add a :set
22057 widget, more to come.
22058
22059 * spam.el (spam-group-spam-contents-p): Handle empty groupname
22060 strings.
22061 (spam-report-articles-resend)
22062 (spam-register-routine): Do registration iff any articles warrant
22063 it.
22064 (spam-summary-prepare-exit): Change log message for nil group
22065 destinations.
22066
22067 2004-05-27 Daniel Pittman <daniel@rimspace.net>
22068
22069 * spam.el (spam-report-resend-register-routine):
22070 Allow spam-report-resend-to to be a group parameter or a global value.
22071
22072 2004-05-26 Simon Josefsson <jas@extundo.com>
22073
22074 * starttls.el: Merge with my GnuTLS based starttls.el.
22075 (starttls-gnutls-program, starttls-use-gnutls)
22076 (starttls-extra-arguments, starttls-process-connection-type)
22077 (starttls-connect, starttls-failure, starttls-success):
22078 New variables.
22079 (starttls-program, starttls-extra-args): Doc fix.
22080 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22081 New functions.
22082 (starttls-negotiate, starttls-open-stream):
22083 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22084 function if it is set.
22085
22086 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
22087
22088 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22089 structured fields.
22090
22091 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22092
22093 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22094
22095 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
22096
22097 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22098 Add variable.
22099 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
22100 assigning the spam-mark to new messages.
22101
22102 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
22103
22104 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22105
22106 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22107
22108 * rfc2047.el (rfc2047-encodable-p): Don't move point.
22109 (rfc2047-decode): Treat the ascii coding-system as raw-text by
22110 default.
22111
22112 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
22113
22114 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22115 correct data.
22116
22117 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
22118
22119 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22120 (spam-group-processor-p): Fix function.
22121 (spam-group-processor-multiple-p)
22122 (spam-group-spam-processor-report-gmane-p)
22123 (spam-group-spam-processor-report-resend-p)
22124 (spam-group-spam-processor-bogofilter-p)
22125 (spam-group-spam-processor-blacklist-p)
22126 (spam-group-spam-processor-ifile-p)
22127 (spam-group-ham-processor-ifile-p)
22128 (spam-group-spam-processor-spamoracle-p)
22129 (spam-group-spam-processor-crm114-p)
22130 (spam-group-ham-processor-bogofilter-p)
22131 (spam-group-spam-processor-stat-p)
22132 (spam-group-ham-processor-stat-p)
22133 (spam-group-ham-processor-whitelist-p)
22134 (spam-group-ham-processor-BBDB-p)
22135 (spam-group-ham-processor-spamoracle-p)
22136 (spam-group-ham-processor-copy-p): Remove functions with some
22137 prejudice against unneeded code.
22138 (spam-report-articles-resend)
22139 (spam-report-resend-register-routine): Allow the group/topic
22140 spam-resend-to value to override spam-report-resend-to.
22141 (spam-summary-prepare-exit): Invoke spam-group-processor-p
22142 properly now.
22143
22144 * gnus.el (spam-resend-to): Add group/topic parameter.
22145 (spam-process): Move the OBSOLETE processors to the end of the
22146 choices.
22147
22148 2004-05-24 Daniel Pittman <daniel@rimspace.net>
22149
22150 * spam-report.el (spam-report-resend-to, spam-report-resend):
22151 Start with resend-to set to nil, and then ask the user if necessary.
22152 (spam-report-resend): spam-report-resend takes a list of articles, not
22153 separate article numbers.
22154
22155 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
22156
22157 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22158 addition to emacs-w3m.
22159
22160 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22161
22162 * assistant.el (assistant-authinfo-data): New function.
22163 (assistant-eval): Eval for entire assistant.
22164
22165 * netrc.el (netrc-services-file): New variable.
22166 (netrc-parse-services): New function.
22167 (netrc-find-service-name): New function.
22168 (netrc-find-service-number): New function.
22169 (netrc-port-equal): New function.
22170 (netrc-machine): Use it.
22171
22172 * nnimap.el (nnimap-open-connection): Use netrc.
22173
22174 * gnus-util.el (gnus-netrc-get): Remove aliases.
22175
22176 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22177
22178 * assistant.el (wid-edit): Fix compilation.
22179
22180 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22181
22182 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
22183
22184 * gnus-util.el (gnus-set-file-modes): New function. (small
22185 patch).
22186
22187 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22188
22189 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22190
22191 * assistant.el (assistant-render-node): Fix up rendering and
22192 read-only text.
22193 (assistant-render-node): Reset.
22194 (assistant-make-read-only): Not sticky.
22195
22196 2004-05-20 Danny Siu <dsiu@adobe.com>
22197
22198 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22199 centered even when gnus-auto-center-summary is t.
22200
22201 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22202
22203 * dns.el (dns-get-txt-answer): New function.
22204 (dns-read-txt): Ditto.
22205 (query-dns): Use it.
22206
22207 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
22208
22209 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22210 active for foreign groups even if the group level is higher than
22211 the specified value.
22212
22213 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22214
22215 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22216 non-active groups.
22217
22218 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22219
22220 2004-05-20 Magnus Henoch <mange@freemail.hu>
22221
22222 * dns.el (dns-read-type): Add support for SVR. (small patch)
22223
22224 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
22225
22226 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22227 (spam-crm114-header, spam-crm114-spam-switch)
22228 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22229 (spam-crm114-positive-spam-header)
22230 (spam-crm114-database-directory, spam-list-of-processors)
22231 (spam-group-spam-processor-crm114-p)
22232 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22233 (spam-generic-score, spam-list-of-checks)
22234 (spam-list-of-statistical-checks, spam-registration-functions)
22235 (spam-check-crm114-headers, spam-crm114-score)
22236 (spam-check-crm114, spam-crm114-register-with-crm114)
22237 (spam-crm114-register-spam-routine)
22238 (spam-crm114-unregister-spam-routine)
22239 (spam-crm114-register-ham-routine)
22240 (spam-crm114-unregister-ham-routine): Add CRM114 support.
22241
22242 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
22243
22244 * gnus.el: Add spam-use-crm114.
22245
22246 * spam.el (spam-list-of-processors, spam-registration-functions):
22247 Add spam-use-resend.
22248 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22249 (spam-report-articles-gmane): Add doc fix.
22250 (spam-report-articles-resend, spam-report-resend-register-routine):
22251 Add wrappers around spam-report-resend-to.
22252
22253 * spam-report.el (spam-report-resend-to, spam-report-resend):
22254 Add support for resending spam.
22255 (spam-report-gmane): Fix line length >80.
22256
22257 * gnus.el (spam-process): Add spam-use-resend.
22258
22259 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22260
22261 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22262 number of processed spam messages.
22263 (spam-ham-copy-or-move-routine): Return the number of processed
22264 ham messages.
22265 (spam-summary-prepare-exit): Use the above values to decide
22266 whether status messages shouled be displayed.
22267
22268 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
22269
22270 * rfc2047.el (rfc2047-encode-function-alist): Rename from
22271 `rfc2047-encoding-function-alist' in order to avoid conflicting
22272 with the old version.
22273 (rfc2047-encode-region): Concatenate words containing non-ASCII
22274 characters in structured fields; don't encode space-delimited
22275 ASCII words even in unstructured fields; don't break words at
22276 char-category boundaries.
22277 (rfc2047-encode-1): New function.
22278 (rfc2047-encode): Use it; encode text so that it occupies the
22279 maximum width within 76-column; work correctly on Q encoding for
22280 iso-2022-* charsets.
22281 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22282 sure not to break a line just after the header name.
22283 (rfc2047-b-encode-region): Remove.
22284 (rfc2047-b-encode-string): New function.
22285 (rfc2047-q-encode-region): Remove.
22286 (rfc2047-q-encode-string): New function.
22287
22288 * mm-util.el (mm-replace-in-string): New function.
22289
22290 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
22291
22292 * gnus-msg.el (gnus-inews-make-draft-meta-information):
22293 Really get it right.
22294 (gnus-inews-make-draft): Really.
22295
22296 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
22297
22298 * nnmh.el (nnmh-request-list-1): Don't check the link count
22299 before descending. (small patch)
22300
22301 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22302
22303 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22304 stuff.
22305
22306 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22307 Match on real group name.
22308
22309 * gnus-art.el (gnus-signature-limit): Doc fix.
22310
22311 * gnus-msg.el (gnus-inews-make-draft): Quote list.
22312
22313 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22314
22315 * gnus-draft.el (gnus-draft-send):
22316 Bind rfc2047-encode-encoded-words.
22317
22318 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22319 (rfc2047-encodable-p): Say that =? needs encoding.
22320 (rfc2047-encode-encoded-words): New variable.
22321
22322 * gnus-group.el (gnus-group-select-group): Doc fix.
22323
22324 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22325
22326 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22327 to nil.
22328
22329 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22330
22331 * nnheader.el (nnheader-get-lines-and-char): New function.
22332
22333 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
22334
22335 * gnus-msg.el (gnus-summary-followup-with-original):
22336 Document yanking of region when active.
22337
22338 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
22339
22340 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22341 groups if the group level is higher than the specified value.
22342
22343 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
22344
22345 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22346 (gnus-group-jump-to-group): Add prefix argument using
22347 `gnus-group-jump-to-group-prompt'. Query before jumping to
22348 non-active group.
22349
22350 * compface.el (uncompface): Be verbose when changing
22351 `uncompface-use-external'.
22352
22353 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22354 handle manual section.
22355
22356 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
22357
22358 * gnus-art.el (gnus-button-alist): Revert previous change.
22359
22360 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
22361
22362 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22363
22364 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
22365
22366 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22367 whether backend can accept message.
22368
22369 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22370
22371 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
22372
22373 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22374 Avoid creating directory when nntp-marks-is-evil is true.
22375 Reported by Reiner Steib.
22376
22377 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
22378
22379 * gnus-picon.el (gnus-picon-insert-glyph):
22380 Add optional `nostring' argument.
22381
22382 2004-05-18 Jesper Harder <harder@ifa.au.dk>
22383
22384 * gnus-picon.el (gnus-picon-style): New variable.
22385 (gnus-picon-transform-address): Support `gnus-picon-style'.
22386
22387 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
22388
22389 * message.el (message-fill-field): Return point.
22390 (message-generate-headers): Go to end of field.
22391
22392 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22393 stuff for non-living groups.
22394
22395 2004-05-18 Jesper Harder <harder@ifa.au.dk>
22396
22397 * gnus-art.el (gnus-article-followup-with-original)
22398 (gnus-article-reply-with-original): gnus-mark-active-p ->
22399 gnus-region-active-p.
22400
22401 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
22402
22403 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22404 only when there is spam or ham to be processed.
22405
22406 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22407
22408 * mail-source.el (mail-source-delete-crash-box): Refactor.
22409 (mail-source-fetch): Use it.
22410 (mail-source-fetch-file): Ditto.
22411 (mail-source-fetch-directory): Run PostScript in loop.
22412 (mail-source-fetch-pop): Delete.
22413 (mail-source-fetch-maildir): Ditto.
22414 (mail-source-fetch-imap): Ditto.
22415
22416 * imap.el (imap-authenticators): Comment out sasl.
22417
22418 * message.el (message-skip-to-next-address): New function.
22419 (message-fill-header-address): Refactor.
22420 (message-fill-address): Use it.
22421 (message-delete-address): Use it.
22422 (message-fill-header-general): Refactor.
22423 (message-fill-field-address): Rename.
22424 (message-narrow-to-field): Find the start of the header.
22425 (message-header-format-alist): Don't pre-fill.
22426 (message-fill-header): Remove.
22427 (message-insert-header): New function.
22428 (message-shorten-references): Use it.
22429
22430 * rfc2047.el (rfc2047-field-value): Strip props.
22431
22432 * mail-parse.el (mail-header-make-address): New alias.
22433
22434 * ietf-drums.el (ietf-drums-make-address): New function.
22435
22436 * imap.el: Add compiler directives.
22437
22438 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22439
22440 * gnus-art.el (article-decode-idna-rhs): Don't use
22441 message-idna-inside-rhs-p.
22442
22443 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22444
22445 * message.el (message-idna-inside-rhs-p): Remove.
22446 (message-idna-to-ascii-rhs-1): Use proper address parsing.
22447
22448 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22449 false positives.
22450
22451 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22452
22453 * imap.el (imap-sasl-make-mechanisms): Use sasl.
22454
22455 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22456
22457 * nneething.el (nneething-file-name): Don't create spurious
22458 files.
22459
22460 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22461 (gnus-inews-do-gcc): Remove sleep.
22462
22463 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22464 part under point.
22465
22466 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22467 (gnus-agent-regenerate-group): Using nil messages aren't valid.
22468
22469 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
22470
22471 * spam.el (spam-summary-prepare-exit): Fix (length).
22472
22473 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
22474
22475 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22476 as expired without moving it" message when there are spam
22477 messages left.
22478
22479 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
22480
22481 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22482 header is not nil.
22483
22484 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
22485
22486 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22487 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22488 (nntp-marks-changed-p): New arg SERVER.
22489 (nntp-request-update-info): Adjust caller.
22490
22491 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
22492
22493 * nntp.el (nntp-save-marks): Pass missing arg.
22494
22495 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
22496
22497 * nntp.el: Support marks.
22498 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22499 (nntp-marks-modtime, nntp-marks-directory): New variables.
22500 (nntp-request-set-mark, nntp-request-update-info)
22501 (nntp-possibly-create-directory, nntp-marks-changed-p)
22502 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22503 New functions.
22504
22505 2004-05-12 Jesper Harder <harder@ifa.au.dk>
22506
22507 * gnus-score.el (gnus-score-insert-help):
22508 Use gnus-select-lowest-window.
22509
22510 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22511 appt-select-lowest-window and rename to gnus-select-lowest-window.
22512
22513 * gnus.el: do.
22514
22515 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22516
22517 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22518 encodings of MIME-encoded words, in order to improve
22519 interoperability with several broken MUAs.
22520
22521 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22522
22523 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22524 tags, only when charsets are not specified in headers.
22525 (mm-inline-text-html-render-with-w3m): Ditto.
22526
22527 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22528
22529 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22530 instead of MIME-decoded from fields when checking
22531 `gnus-article-address-banner-alist'.
22532
22533 2004-05-03 Jesper Harder <harder@ifa.au.dk>
22534
22535 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22536 description rather than subject.
22537
22538 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22539
22540 * gnus.el (gnus-version-number): Bump.
22541
22542 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
22543
22544 * gnus.el: No Gnus v0.2 is released.
22545
22546 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22547
22548 * gnus-agent.el (gnus-agent-read-agentview):
22549 Inline gnus-uncompress-range.
22550
22551 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22552
22553 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22554 `exec-installed-p'.
22555
22556 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22557
22558 * gnus.el (spam-process, spam-autodetect-methods):
22559 Add bsfilter and bsfilter-headers.
22560
22561 * spam.el (spam-bsfilter): New customize group.
22562 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22563 (spam-bsfilter-header, spam-bsfilter-probability-header)
22564 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22565 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22566 (spam-bsfilter-database-directory): New options.
22567 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22568 (spam-list-of-statistical-checks, spam-registration-functions):
22569 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22570 (spam-bsfilter-score): New command.
22571 (spam-check-bsfilter-headers, spam-check-bsfilter)
22572 (spam-bsfilter-register-with-bsfilter)
22573 (spam-bsfilter-register-spam-routine)
22574 (spam-bsfilter-unregister-spam-routine)
22575 (spam-bsfilter-register-ham-routine)
22576 (spam-bsfilter-unregister-ham-routine): New functions.
22577 (spam-generic-score): Support bsfilter; Accept an optional argument
22578 to recalcurate spam score even if scoring header has already been
22579 added.
22580 (spam-bogofilter-score, spam-spamassassin-score): Accept an
22581 optional argument to recalcurate spam score even if scoring header
22582 has already been added.
22583
22584 2004-04-29 Jesper Harder <harder@ifa.au.dk>
22585
22586 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22587 strings! Reported by David D. Smith <davidsmith@acm.org>.
22588 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22589 link is missing.
22590
22591 2004-04-28 Jesper Harder <harder@ifa.au.dk>
22592
22593 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22594 (html2text-get-attr): Rewrite.
22595
22596 * message.el (message-setup-1): Remove redundant put-text-property
22597 on mail-header-separator.
22598
22599 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
22600
22601 * gnus-registry.el (gnus-registry-cache-whitespace)
22602 (gnus-registry-action, gnus-registry-spool-action)
22603 (gnus-registry-split-fancy-with-parent): Change message levels
22604 from 5 to 3 or 7, as needed.
22605
22606 * spam.el (spam-summary-prepare-exit)
22607 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22608 (spam-split, spam-find-spam, spam-log-undo-registration)
22609 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22610 level from 5 to 6.
22611
22612 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
22613
22614 * gnus-ems.el: Autoload appt-select-lowest-window (revert
22615 2004-03-04 change).
22616
22617 2004-04-25 Jesper Harder <harder@ifa.au.dk>
22618
22619 * sieve-manage.el (sieve-manage-open):
22620 * nnweb.el (nnweb-insert-html):
22621 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22622 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22623 * nnspool.el (nnspool-request-group):
22624 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22625 * nnml.el (nnml-request-update-info):
22626 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22627 (nnmh-request-create-group, nnmh-update-gnus-unreads):
22628 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22629 (nnimap-request-set-mark):
22630 * nnfolder.el (nnfolder-request-update-info):
22631 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22632 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22633 * gnus-uu.el (gnus-uu-find-articles-matching):
22634 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22635 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22636 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22637 * gnus-nocem.el (gnus-nocem-scan-groups):
22638 * gnus-int.el (gnus-start-news-server):
22639 * gnus-group.el (gnus-group-make-kiboze-group)
22640 (gnus-group-browse-foreign-server):
22641 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22642 Use mapc when appropriate.
22643
22644 2004-04-22 Dan Christensen <jdc@uwo.ca>
22645 Adam Sjøgren <asjo@koldfront.dk>
22646 Wes Hardaker <wes@hardakers.net>
22647 Michael Shields <shields@msrl.com>
22648
22649 * spam.el (spam-necessary-extra-headers): Get the extra headers we
22650 may need for spam sorting and scoring.
22651 (spam-user-format-function-S): Add user format function suitable for
22652 general use.
22653 (spam-article-sort-by-spam-status): Add sorting function for summary
22654 sorting.
22655 (spam-extra-header-to-number): Add function to get a score from a
22656 header.
22657 (spam-summary-score): Add function to get a numeric score from the
22658 headers.
22659 (spam-generic-score): Fix function doc, was in wrong place.
22660 (spam-initialize): Take symbols when it's run, and install the
22661 extra headers that spam-necessary-extra-headers thinks we need.
22662
22663 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
22664
22665 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22666 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22667
22668 2004-04-17 Jesper Harder <harder@ifa.au.dk>
22669
22670 * gnus-sum.el (gnus-set-global-variables)
22671 (gnus-build-all-threads, gnus-get-newsgroup-headers)
22672 (gnus-article-get-xrefs, gnus-summary-best-group)
22673 (gnus-summary-next-article, gnus-summary-enter-digest-group)
22674 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22675 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22676 Use with-current-buffer.
22677
22678 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
22679
22680 * spam.el (spam-summary-prepare-exit): Simplify logic.
22681 (spam-fetch-article-header): Read the article header if it's not
22682 available.
22683 (spam-list-articles): Simplify logic.
22684 (spam-filelist-register-routine): Fix bug with unregister-list.
22685
22686 * gnus-registry.el: Fix comments at beginning.
22687
22688 2004-04-16 Jesper Harder <harder@ifa.au.dk>
22689
22690 * message.el (message-cater-to-broken-inn): Remove.
22691 (message-shorten-references): Make sure the total folded length of
22692 References is shorter than 998 characters to cater to a bug in INN
22693 2.3. Also, don't pretend that references aren't folded -- this
22694 hasn't worked for a while.
22695
22696 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
22697
22698 * gnus-agent.el (gnus-agentize):
22699 gnus-agent-send-mail-real-function no longer set to current value
22700 of message-send-mail-function but rather a lambda that calls
22701 message-send-mail-function. The change makes the agent real-time
22702 responsive to user changes to message-send-mail-function.
22703
22704 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
22705
22706 * legacy-gnus-agent.el
22707 (gnus-agent-convert-to-compressed-agentview): Fix typos with
22708 help from Florian Weimer <fw@deneb.enyo.de>
22709
22710 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
22711
22712 * nnmail.el (nnmail-cache-insert): Revert last change.
22713
22714 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
22715
22716 * nnmail.el (nnmail-cache-insert): Always check whether
22717 nnmail-cache-ignore-groups matches a group name.
22718
22719 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
22720
22721 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22722 (spam-find-spam, spam-log-processing-to-registry)
22723 (spam-log-registered-p, spam-log-unregistration-needed-p)
22724 (spam-log-undo-registration): Use gnus-message instead of
22725 gnus-error, none of these errors are fatal.
22726
22727 * gnus-registry.el (gnus-registry-clean-empty-function)
22728 (gnus-registry-clean-empty): Remove only empty entries without
22729 extra data.
22730
22731 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
22732
22733 * spam-stat.el (spam-stat-buffer-change-to-spam)
22734 (spam-stat-buffer-change-to-non-spam): Change (error) to
22735 (gnus-message 8) invocation.
22736
22737 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
22738
22739 * nntp.el (nntp-via-netcat-command): New variable.
22740 (nntp-via-netcat-switches): New variable.
22741 (nntp-open-via-rlogin-and-netcat): New function.
22742 (nntp-open-connection-function): Doc fix.
22743 (nntp-telnet-command): Doc fix.
22744 (nntp-end-of-line): Doc fix.
22745 (nntp-via-rlogin-command): Doc fix.
22746 (nntp-via-user-name): Doc fix.
22747 (nntp-via-address): Doc fix.
22748
22749 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
22750
22751 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22752 error in Emacs 21.1.
22753
22754 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
22755
22756 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22757
22758 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
22759
22760 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22761 (gnus-agent-with-refreshed-group): New macro.
22762 (gnus-agent-rename-group): New function.
22763 (gnus-agent-delete-group): New function.
22764 (gnus-agent-save-group-info): Use gnus-command-method when
22765 `method' parameter is nil. Don't write nil entries into the
22766 active file.
22767 (gnus-agent-get-group-info): New function.
22768 (gnus-agent-fetch-articles):
22769 Use gnus-agent-update-files-total-fetched-for to increment disk space
22770 used.
22771 (gnus-agent-fetch-headers, gnus-agent-save-alist):
22772 Use gnus-agent-update-view-total-fetched-for to increment disk space
22773 used.
22774 (gnus-agent-get-local): Add optional parameters to avoid calling
22775 gnus-group-real-name and gnus-find-method-for-group.
22776 (gnus-agent-set-local): Delete stored entry if either min, or max,
22777 are nil.
22778 (gnus-agent-fetch-session): Reworded error/quit messages.
22779 On quit, use gnus-agent-regenerate-group to record existence of any
22780 articles fetched to disk before the quit occurred.
22781 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22782 gnus-agent-update-view-total-fetched-for, and
22783 gnus-agent-update-files-total-fetched-for to decrement disk space
22784 used.
22785 (gnus-agent-retrieve-headers):
22786 Use gnus-agent-update-view-total-fetched-for to increment disk space
22787 used.
22788 (gnus-agent-regenerate-group): Replace gnus-group-update-group
22789 with gnus-agent-update-files-total-fetched-for to decrement disk
22790 space and fresh group buffer.
22791 (gnus-agent-inhibit-update-total-fetched-for): New variable.
22792 (gnus-agent-need-update-total-fetched-for): New variable.
22793 (gnus-agent-update-files-total-fetched-for): New function.
22794 (gnus-agent-update-view-total-fetched-for): New function.
22795 (gnus-agent-total-fetched-for): New function.
22796
22797 * gnus-cache.el (gnus-cache-save-buffers):
22798 Use gnus-cache-update-overview-total-fetched-for to change disk space
22799 used by this group.
22800 (gnus-cache-possibly-enter-article):
22801 Use gnus-cache-update-file-total-fetched-for to increment disk space
22802 used by this group.
22803 (gnus-cache-possibly-remove-article):
22804 Use gnus-cache-update-file-total-fetched-for to decrement disk space
22805 used by this group.
22806 (gnus-cache-generate-nov-databases): Purge total fetched cache.
22807 (gnus-cache-rename-group): New function.
22808 (gnus-cache-delete-group): New function.
22809 (gnus-cache-inhibit-update-total-fetched-for): New variable.
22810 (gnus-cache-need-update-total-fetched-for): New variable.
22811 (gnus-cache-with-refreshed-group): New macro.
22812 (gnus-cache-update-file-total-fetched-for): New function.
22813 (gnus-cache-update-overview-total-fetched-for): New function.
22814 (gnus-cache-rename-group-total-fetched-for): New function.
22815 (gnus-cache-delete-group-total-fetched-for): New function.
22816 (gnus-cache-total-fetched-for): New function.
22817
22818 * gnus-group.el: Require gnus-sum and autoload functions to
22819 resolve warnings when gnus-group.el compiled alone.
22820 (gnus-group-line-format): Documented new %F.
22821 (size of Fetched data) group line format; identifies disk space
22822 used by agent and cache.
22823 (gnus-group-line-format-alist): Defined new F format.
22824 (gnus-total-fetched-for): New function.
22825 (gnus-group-delete-group): No longer update
22826 gnus-cache-active-altered as gnus-request-delete-group now keeps
22827 the cache in sync.
22828 (gnus-group-list-active): Let the agent store a server's active
22829 list if currently plugged.
22830
22831 * gnus-int.el (gnus-request-delete-group):
22832 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22833 local disk in sync with the server.
22834 (gnus-request-rename-group):
22835 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22836 local disk in sync with the server.
22837
22838 * gnus-start.el (gnus-get-unread-articles):
22839 Cosmetic simplification to logic.
22840
22841 * gnus-util.el (gnus-rename-file): New function.
22842
22843 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
22844
22845 * mm-util.el (mm-image-load-path): Handle nil in load-path.
22846
22847 2004-04-07 Jesper Harder <harder@ifa.au.dk>
22848
22849 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22850 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
22851
22852 2004-04-06 Jesper Harder <harder@ifa.au.dk>
22853
22854 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22855 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
22856
22857 2004-04-03 Jesper Harder <harder@ifa.au.dk>
22858
22859 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22860
22861 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
22862
22863 * spam.el (spam-set-difference): Add function to replace
22864 gnus-set-difference in spam.el.
22865 (spam-summary-prepare-exit): Use spam-set-difference.
22866
22867 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
22868
22869 * gnus-registry.el (gnus-registry-cache-file): Update to use
22870 gnus-dribble-directory OR gnus-home-directory OR ~.
22871 (gnus-registry-split-fancy-with-parent): Fix doc.
22872
22873 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
22874
22875 * message.el (message-exchange-point-and-mark):
22876 Use message-mark-active-p. Suggested by Jesper Harder
22877 <harder@ifa.au.dk>.
22878
22879 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
22880
22881 * message.el (message-exchange-point-and-mark): Don't activate
22882 region if it was inactive. Suggested by Hiroshi Fujishima
22883 <pooh@nature.tsukuba.ac.jp>.
22884
22885 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
22886
22887 * gnus-art.el (article-display-face): Display Faces in the same
22888 order as X-Faces.
22889
22890 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
22891
22892 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22893
22894 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
22895
22896 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22897 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22898 (gnus-article-mime-hierarchy): Remove.
22899 (gnus-article-mime-hierarchy-next): Remove.
22900 (gnus-article-mode): Revert 2004-03-19 change.
22901 (gnus-article-setup-buffer): Revert 2004-03-19 change.
22902 (gnus-insert-mime-button): Revert 2004-03-19 change.
22903 (gnus-mime-accumulate-hierarchy): Remove.
22904 (gnus-mime-enter-multipart): Remove.
22905 (gnus-mime-leave-multipart): Remove.
22906 (gnus-mime-display-part): Revert 2004-03-19 change.
22907 (gnus-mime-display-alternative): Revert 2004-03-19 change.
22908
22909 * mml.el (mml-preview): Revert 2004-03-19 change.
22910
22911 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
22912
22913 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22914
22915 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
22916
22917 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22918 t while entering a file name using the mm-with-multibyte macro.
22919 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22920
22921 * mm-util.el (mm-with-multibyte): New macro.
22922
22923 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
22924
22925 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22926 New user option.
22927 (gnus-mime-multipart-functions): Doc and customization fix.
22928 (gnus-article-mime-hierarchy): New variable.
22929 (gnus-article-mime-hierarchy-next): New variable.
22930 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22931 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22932 gnus-article-mime-hierarchy-next to nil.
22933 (gnus-insert-mime-button): Show hierarchy numbers.
22934 (gnus-mime-accumulate-hierarchy): New function.
22935 (gnus-mime-enter-multipart): New function.
22936 (gnus-mime-leave-multipart): New function.
22937 (gnus-mime-display-part): Recompute hierarchical MIME structure.
22938 (gnus-mime-display-alternative): Show hierarchy numbers.
22939
22940 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22941 gnus-article-mime-hierarchy-next to nil.
22942
22943 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
22944
22945 * dns.el: Don't require gnus-xmas.
22946
22947 2004-03-17 Jesper Harder <harder@ifa.au.dk>
22948
22949 * mml.el (mml-generate-mime-1): Don't use format=flowed with
22950 inline PGP.
22951 (mml-menu): Disable mml-quote-region if mark is inactive.
22952
22953 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
22954
22955 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22956 when the group's active is not available.
22957
22958 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
22959
22960 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22961 error.
22962
22963 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
22964
22965 * imap.el (imap-store-password): New variable.
22966 (imap-interactive-login): Use it.
22967 Suggested by Mark Plaksin <happy@mcplaksin.org>.
22968
22969 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
22970
22971 * gnus-art.el (gnus-article-read-summary-keys): Restore new
22972 window-start and hscroll to summary window.
22973
22974 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
22975
22976 * gnus-start.el (gnus-convert-old-newsrc): Only write the
22977 conversion message to newsrc-dribble when an actual conversion is
22978 performed.
22979
22980 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
22981
22982 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22983
22984 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
22985
22986 * mm-decode.el (mm-complicated-handles): New function reviving
22987 former definition of mm-multiple-handles.
22988
22989 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22990 (gnus-mime-delete-part): Use it.
22991
22992 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
22993
22994 * gnus-agent.el (gnus-agent-read-local):
22995 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22996 avoid the implicit assumption that they will always be equal.
22997 (gnus-agent-save-local): Bind buffer-file-coding-system, not
22998 coding-system-for-write, as the with-temp-file macro first prints
22999 to a buffer then saves the buffer.
23000
23001 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
23002
23003 * gnus-art.el (gnus-article-edit-part): New function.
23004 (gnus-mime-save-part-and-strip): Use it; do query instead of
23005 signaling an error; don't use mm-multiple-handles.
23006 (gnus-mime-delete-part): Ditto.
23007
23008 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
23009
23010 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23011 old file versions.
23012 (gnus-group-prepare-hook): Remove function that converted list
23013 form of gnus-agent-expire-days to group properties.
23014
23015 * gnus-int.el: Autoload gnus-agent-regenerate-group.
23016 (gnus-request-accept-article): Re-indented.
23017
23018 * gnus-start.el (gnus-convert-old-newsrc): Registered new
23019 converters to handle old agent file formats. Add logic for a
23020 "backup before upgrading warning".
23021 (gnus-convert-mark-converter-prompt): Developers can mark
23022 functions as needing (default), or not needing,
23023 gnus-convert-old-newsrc's "backup before upgrading warning".
23024 (gnus-convert-converter-needs-prompt): Tests whether the user
23025 should be protected from potentially irreversable changes by the
23026 function.
23027
23028 * legacy-gnus-agent.el: New. Provides converters that are only
23029 loaded when gnus-convert-old-newsrc needs to call them.
23030
23031 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
23032
23033 * mail-source.el (mail-source-touch-pop): Doc fix.
23034
23035 * message.el (message-smtpmail-send-it): Doc fix.
23036
23037 2004-03-05 Jesper Harder <harder@ifa.au.dk>
23038
23039 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23040
23041 * nnmail.el (nnmail-split-fancy): do.
23042
23043 * gnus-kill.el (gnus-kill, gnus-execute): do.
23044
23045 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
23046
23047 * gnus-sum.el (gnus-widget-reversible-match)
23048 (gnus-widget-reversible-to-internal)
23049 (gnus-widget-reversible-to-external): New functions.
23050 (gnus-widget-reversible): New widget.
23051 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23052
23053 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
23054
23055 * gnus-sum.el (gnus-thread-sort-functions)
23056 (gnus-article-sort-functions): Document `(not F)' items.
23057
23058 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
23059
23060 * spam.el (spam-use-gmane-xref): Add new backend.
23061 (spam-gmane-xref-spam-group): Add variable to control the name of the
23062 Gmane spam group.
23063 (spam-blackhole-servers, spam-blackhole-good-server-regex)
23064 (spam-regex-headers-spam, spam-regex-headers-ham)
23065 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23066 (spam-list-of-checks): Add spam-use-gmane-xref to list of
23067 backends and checks.
23068 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23069
23070 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23071 an autodetect method.
23072
23073 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23074
23075 * gnus-int.el (gnus-request-accept-article): Inform the agent that
23076 articles are being added to a group.
23077 (gnus-request-replace-article): Inform the agent that articles
23078 need to be uncached as the cached contents are no longer valid.
23079
23080 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23081
23082 * binhex.el: Don't autoload executable-find.
23083
23084 * canlock.el: Don't autoload mail-fetch-field.
23085
23086 * gnus-ems.el: Don't autoload appt-select-lowest-window.
23087
23088 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23089 rmail-dont-reply-to and rmail-output.
23090
23091 * gnus-score.el: Don't autoload ffap-string-at-point.
23092
23093 * gnus-setup.el: Don't autoload sc-cite-original.
23094
23095 * imap.el: Don't autoload base64-decode-string,
23096 base64-encode-string and md5.
23097
23098 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23099 and rmail-msg-restore-non-pruned-header.
23100
23101 * mm-decode.el: Don't autoload executable-find.
23102
23103 * mm-url.el: Don't autoload executable-find.
23104
23105 * mm-view.el: Don't autoload diff-mode.
23106
23107 * nndb.el: Don't autoload news-reply-mode, news-setup,
23108 cancel-timer and telnet.
23109
23110 * password.el: Don't autoload run-at-time for Emacs.
23111
23112 * sha1-el.el: Don't autoload executable-find.
23113
23114 * sieve-mode.el: Don't autoload c-mode.
23115
23116 * uudecode.el: Don't autoload executable-find.
23117
23118 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23119
23120 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23121 (gnus-agent-possibly-alter-active): Avoid null in numeric
23122 comparison.
23123 (gnus-agent-set-local): Refuse to save null in local object table.
23124 (gnus-agent-regenerate-group): The REREAD parameter can now be a
23125 list of articles that will be marked as unread.
23126
23127 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23128
23129 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23130
23131 2004-03-04 Jesper Harder <harder@ifa.au.dk>
23132
23133 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23134 language tags.
23135
23136 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
23137
23138 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23139 Don't bind "obarray".
23140
23141 * gnus-sum.el (gnus-thread-sort-functions):
23142 Add `gnus-thread-sort-by-most-recent-number' and
23143 `gnus-thread-sort-by-most-recent-date'.
23144 Reported by Kai Grossjohann <kai@emptydomain.de>.
23145
23146 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
23147
23148 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23149
23150 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
23151
23152 * gnus-cus.el (gnus-agent-customize-category):
23153 Remove ignore-errors macro reference that required cl to be loaded at
23154 run-time.
23155
23156 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23157 single-interval range of the form (min . max). Previously the
23158 range had to look like ((min . max)). Likewise, return
23159 (min . max) rather than ((min . max)).
23160 (gnus-range-map): Use gnus-range-normalize to accept
23161 single-interval range.
23162
23163 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23164 the cache, but not the agent, now appear with their usual face.
23165
23166 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
23167
23168 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23169 w3m-safe-url-regexp variable buffer-local.
23170
23171 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23172
23173 2004-02-27 Simon Josefsson <jas@extundo.com>
23174
23175 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23176 gnus-group-real-prefix.
23177 (gnus-summary-move-article): Use it, instead of
23178 gnus-group-real-prefix.
23179
23180 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
23181
23182 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23183 w3m-safe-url-regexp variable buffer-local and set it as the value
23184 of mm-w3m-safe-url-regexp.
23185
23186 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23187
23188 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23189 parsing gnus-posting-styles when the message is not for replying.
23190
23191 * nnrss.el (nnrss-opml-export):
23192 Use mm-set-buffer-file-coding-system instead of
23193 set-buffer-file-coding-system.
23194
23195 2004-02-27 Jesper Harder <harder@ifa.au.dk>
23196
23197 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23198 of checkdoc.el).
23199 * nnrss.el: do.
23200 * gnus-mlspl.el: do.
23201 * gnus-ml.el: do.
23202 * gnus-srvr.el: do.
23203
23204 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23205
23206 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
23207
23208 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23209 Corrections to custom-manual links.
23210
23211 * gnus-art.el (gnus-article): Ditto.
23212
23213 * mm-decode.el (mime-display, mime-security): Ditto.
23214
23215 2004-02-26 Jesper Harder <harder@ifa.au.dk>
23216
23217 * flow-fill.el: Typo.
23218
23219 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
23220
23221 * spam-wash.el: New file.
23222
23223 2004-02-26 Mark A. Hershberger <mah@everybody.org>
23224
23225 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23226
23227 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
23228
23229 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23230 to be run with new-articles as LIST1, not LIST2.
23231 (spam-registration-functions): Add spam-use-ham-copy as a nil
23232 registration backend.
23233
23234 2004-02-26 Jesper Harder <harder@ifa.au.dk>
23235
23236 * spam-stat.el (spam-stat-washing-hook): New option.
23237 (spam-stat-buffer-words): Use it.
23238 (spam-stat-process-directory, spam-stat-test-directory):
23239 Use insert-file-contents-literally.
23240 (spam-stat-coding-system): New variable.
23241 (spam-stat-load, spam-stat-save): Use it.
23242
23243 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
23244
23245 * spam-report.el (spam-report-plug-agent):
23246 Quote spam-report-url-to-file and spam-report-url-ping-plain.
23247
23248 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
23249
23250 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23251 Allow / in mailto URLs.
23252
23253 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
23254
23255 * spam-report.el (spam-report-process-queue): Fix interactive use.
23256 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23257 (spam-report-unplug-agent): Doc fixes.
23258 (spam-report-url-ping-mm-url, spam-report-url-to-file)
23259 (spam-report-agentize, spam-report-deagentize):
23260 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
23261
23262 * message.el (message-setup-fill-variables): Add mml tags to
23263 paragraph-start and paragraph-separate. Suggested by Andrew Korty
23264 <ajk@iu.edu>.
23265 (message-mode): Don't modify paragraph-separate there.
23266
23267 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
23268
23269 * compface.el (uncompface-use-external): Default to undecided.
23270 (uncompface-use-external-threshold): New variable.
23271 (uncompface-float-time): New macro.
23272 (uncompface): Determine whether to use the external decoder if
23273 uncompface-use-external is undecided.
23274
23275 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
23276
23277 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23278 after images.
23279
23280 * gnus-art.el (gnus-mime-display-single): Remove dead code.
23281
23282 2004-02-14 Jesper Harder <harder@ifa.au.dk>
23283
23284 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23285
23286 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23287
23288 * gnus-sum.el (gnus-summary-limit-to-age)
23289 (gnus-summary-limit-children): do.
23290
23291 * gnus-int.el (gnus-request-scan): do.
23292
23293 * gnus-group.el (gnus-group-suspend): do.
23294
23295 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23296
23297 * gnus-cite.el (gnus-cite-parse-attributions): do.
23298
23299 * gnus-agent.el (gnus-summary-set-agent-mark)
23300 (gnus-agent-regenerate-group): do.
23301
23302 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23303
23304 * binhex.el (binhex-decode-region-internal): do.
23305
23306 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
23307
23308 * gnus-fun.el (gnus-face-properties-alist): New user option.
23309 (gnus-display-x-face-in-from): Use it.
23310
23311 * gnus-art.el (article-display-face): Ditto.
23312
23313 * compface.el (uncompface-use-external): Default to nil.
23314
23315 2004-02-12 Jesper Harder <harder@ifa.au.dk>
23316
23317 * nntp.el (nntp-erase-buffer): New function.
23318 (nntp-retrieve-data, nntp-send-command)
23319 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23320 (nntp-possibly-change-group): Use it.
23321
23322 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23323 Use with-current-buffer.
23324
23325 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
23326
23327 * compface.el: Merge the ELisp-based uncompface program.
23328 (compface): New customization group.
23329 (uncompface-use-external): New user option.
23330 (uncompface): Call uncompface-internal if uncompface-use-external
23331 is nil.
23332 (uncompface-internal): New function. Note that there are also
23333 some other functions and variables added for this function.
23334
23335 2004-02-10 Jesper Harder <harder@ifa.au.dk>
23336
23337 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23338 if necessary.
23339
23340 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
23341
23342 * spam-report.el (spam-report-unplug-agent)
23343 (spam-report-plug-agent, spam-report-deagentize)
23344 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23345 Add support for the Agent in spam-report: when unplugged, report to a
23346 file; when plugged, submit all the requests.
23347
23348 * spam.el (spam-register-routine): Fix message about
23349 registration.
23350
23351 2004-02-09 Jesper Harder <harder@ifa.au.dk>
23352
23353 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23354 dependencies.
23355 (rfc2047-encode): Use it.
23356
23357 * gnus-art.el (gnus-button-marker-list): Move before first
23358 reference.
23359
23360 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23361 (imap-parse-body): Fix format string mismatch.
23362
23363 * gnus-score.el (gnus-summary-increase-score): do.
23364
23365 * nnrss.el (nnrss-close): New function.
23366
23367 2004-02-08 Jesper Harder <harder@ifa.au.dk>
23368
23369 * nnrss.el (nnrss-make-filename): New function.
23370 (nnrss-request-delete-group, nnrss-read-server-data)
23371 (nnrss-save-server-data, nnrss-read-group-data)
23372 (nnrss-save-group-data): Use it.
23373 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23374 (nnrss-read-server-data, nnrss-read-group-data): Use load.
23375 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23376
23377 2004-02-07 Jesper Harder <harder@ifa.au.dk>
23378
23379 * mml.el (mml-compute-boundary-1): Don't uncompress files.
23380
23381 2004-02-06 Jesper Harder <harder@ifa.au.dk>
23382
23383 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23384 files.
23385
23386 * message.el (message-generate-headers-first): Don't quote nil
23387 and t in docstrings.
23388
23389 * imap.el (imap-id): do.
23390
23391 * gnus-agent.el (gnus-agent-consider-all-articles)
23392 (gnus-agent-queue-mail): do.
23393
23394 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
23395
23396 * spam-report.el (spam-report-process-queue): New function.
23397 Process requests from `spam-report-requests-file'.
23398 (spam-report-process-queue): Doc fix.
23399
23400 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
23401
23402 * spam.el (spam-register-routine)
23403 (spam-log-processing-to-registry, spam-log-registered-p)
23404 (spam-log-unregistration-needed-p, spam-log-undo-registration):
23405 Change "check" to "spam-check" for semi-clarity.
23406
23407 2004-02-05 Jesper Harder <harder@ifa.au.dk>
23408
23409 * pop3.el: Require nnheader.
23410
23411 * mml-smime.el: Require cl. Autoload message-fetch-field.
23412
23413 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23414
23415 * gnus-picon.el: Require cl.
23416
23417 * gnus-fun.el: Require gnus-ems and gnus-util.
23418
23419 * gnus.el (gnus-method-to-server): Move defsubst before first use.
23420
23421 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
23422
23423 * gnus-art.el (gnus-article-edit-mode): Define before first
23424 reference.
23425
23426 2004-02-04 Jesper Harder <harder@ifa.au.dk>
23427
23428 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23429 (gnus-uu-post-encoded): Use point-at-bol.
23430
23431 * gnus-topic.el (gnus-group-active-topic-p): do.
23432
23433 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23434
23435 * gnus-group.el (gnus-group-kill-region): do.
23436
23437 * gnus-art.el (article-date-ut): do.
23438
23439 * message.el (message-fetch-field): Remove redundant
23440 case-fold-search binding.
23441 (message-narrow-to-field): Simplify.
23442
23443 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
23444
23445 * spam.el (spam-directory): Derive from `gnus-directory'.
23446
23447 * spam-report.el (spam-report-url-to-file)
23448 (spam-report-requests-file): New function and variable for offline
23449 reporting.
23450 (spam-report-url-ping-function): Add `spam-report-url-to-file'
23451 and user defined function.
23452 (spam-report-url-ping-mm-url): Remove doubled slash.
23453
23454 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
23455
23456 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23457
23458 2004-02-03 Jesper Harder <harder@ifa.au.dk>
23459
23460 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23461 Fix format string mismatch.
23462
23463 * sieve.el (sieve-deactivate-all): do.
23464
23465 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23466
23467 * nnlistserv.el (nnlistserv-kk-wash-article): do.
23468
23469 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23470
23471 * mm-bodies.el (mm-7bit-chars): Don't include \r.
23472
23473 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
23474
23475 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23476 the list of checks.
23477
23478 2004-01-31 Jesper Harder <harder@ifa.au.dk>
23479
23480 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23481 padding.
23482
23483 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
23484
23485 * mm-view.el (mm-fill-flowed): New variable.
23486 (mm-inline-text): Use it.
23487
23488 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
23489
23490 * spam.el (spam-spamassassin-register-ham-routine)
23491 (spam-spamassassin-register-spam-routine): Fix function names.
23492
23493 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
23494
23495 * gnus.el (gnus-tmp-grouplens): Remove.
23496 (gnus-summary-line-format): Remove grouplens.
23497
23498 * gnus-group.el (gnus-group-line-format): Ditto.
23499
23500 * gnus-spec.el (gnus-format-specs): Ditto.
23501 (gnus-update-format-specifications): Flush the group format spec
23502 cache if there's the grouplens stuff.
23503 (gnus-parse-simple-format): Replace %l with the empty string.
23504
23505 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
23506
23507 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23508 omission.
23509
23510 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
23511
23512 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23513 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23514
23515 2004-01-25 Paul Jarc <prj@po.cwru.edu>
23516
23517 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23518 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23519 New macros and functions.
23520 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23521 Handle > NLINK_MAX messages.
23522 * nnmaildir.el (nnmaildir-request-set-mark):
23523 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23524
23525 2004-01-25 Alex Schroeder <alex@gnu.org>
23526
23527 * spam-stat.el (spam-stat-process-directory-age): New option.
23528 (spam-stat-process-directory): Use it.
23529
23530 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
23531
23532 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23533 (spam-stat-save): Accept prefix argument.
23534
23535 2004-01-23 Paul Jarc <prj@po.cwru.edu>
23536
23537 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23538 links" error.
23539
23540 2004-01-23 Jesper Harder <harder@ifa.au.dk>
23541
23542 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23543 compatibility with old .newsrc.eld files.
23544
23545 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23546
23547 * gnus-start.el (gnus-1): do.
23548
23549 * gnus-group.el (gnus-group-line-format-alist): do.
23550
23551 * gnus.el (gnus-use-grouplens, gnus-visual): do.
23552
23553 * gnus-gl.el: Remove.
23554
23555 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
23556
23557 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23558 marks consisting of a single range {for example, (3 . 5)} rather
23559 than a list of a single range { ((3 . 5)) }.
23560
23561 2004-01-23 Jesper Harder <harder@ifa.au.dk>
23562
23563 * spam-stat.el (spam-stat-store-gnus-article-buffer):
23564 Use with-current-buffer.
23565 (spam-stat-store-current-buffer): Use insert-buffer-substring to
23566 avoid consing a string.
23567
23568 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23569 Remove obsolete entries for big5 and gb2312.
23570
23571 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
23572
23573 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23574 uncompressed list.
23575
23576 2004-01-22 Jesper Harder <harder@ifa.au.dk>
23577
23578 * spam-stat.el (spam-stat-strip-xref): New function.
23579 (spam-stat-process-directory): Use it.
23580
23581 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23582 here -- it's done in message-fetch-field.
23583
23584 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
23585
23586 * gnus-agent.el (gnus-agent-queue-mail)
23587 (gnus-agent-prompt-send-queue): New variables.
23588 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23589 * gnus-draft.el (gnus-group-send-queue): Pass the group name
23590 "nndraft:queue" along to gnus-draft-send.
23591 Use gnus-agent-prompt-send-queue.
23592 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23593 is "nndraft:queue". Suggested by Gaute Strokkenes
23594 <gs234@srcf.ucam.org>
23595
23596 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23597 (agent-enable-undownloaded-faces): Add.
23598 (gnus-agent-cat-groups): Use eval-and-compile, not
23599 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23600 method of gnus-agent-cat-groups even when the buffer has been
23601 evalled.
23602 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23603 delete gnus-agent-save-active-1.
23604 (gnus-agent-save-groups): Delete. Identical to
23605 gnus-agent-save-active.
23606 (gnus-agent-write-active): No longer adjust agent's copy of active
23607 file as agent's adjustments are now stored in their own
23608 file. Remove optional parameter.
23609 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23610 servers. Add use of min/max range limits from server's local
23611 file.
23612 (gnus-agent-save-alist): Remove unused optional argument.
23613 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23614 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23615 (gnus-agent-set-local): A per-server file that keeps min/max range
23616 limits for articles known to the agent. Provides a fast mechanism
23617 for altering many active ranges.
23618 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23619 active file (local makes it unnecessary).
23620 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23621
23622 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23623 (agent-enable-undownloaded-faces): Add.
23624
23625 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23626 disable it when sending to "nndraft:queue".
23627 (gnus-group-send-queue): Add safety check to avoid sending queue
23628 when unplugged.
23629
23630 * gnus-group.el (gnus-group-catchup): Use new
23631 gnus-sequence-of-unread-articles, not
23632 gnus-list-of-unread-articles, to avoid exhausting memory with huge
23633 numbers of articles. Use gnus-range-map to avoid having to
23634 uncompress the unread list.
23635 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23636 Fix invalid ange-ftp reference.
23637
23638 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23639 (gnus-sorted-range-intersection): Intersection of two ranges
23640 without requiring that they first be uncompressed.
23641
23642 * gnus-start.el (gnus-activate-group): Unless blocked by the
23643 caller, possibly expand the active range to include both cached
23644 and agentized articles.
23645 (gnus-convert-old-newsrc): Rewrote in anticipation of having
23646 multiple version-dependent converters.
23647 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23648 gnus-agent-save-active.
23649 (gnus-save-newsrc-file): Save dirty agent range limits.
23650
23651 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23652 gnus-agent-possibly-alter-active.
23653 (gnus-adjust-marked-articles): Faster handling of simple lists.
23654
23655 2004-01-21 Jesper Harder <harder@ifa.au.dk>
23656
23657 * spam-stat.el (spam-stat-test-directory): New optional argument
23658 displays a list of files detected. Suggested by Andrew Cohen
23659 <cohen@andy.bu.edu>.
23660 (spam-stat-buffer-words-with-scores): Don't narrow and change
23661 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
23662
23663 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
23664
23665 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23666 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23667 (spam-spamassassin-arguments)
23668 (spam-spamassassin-spam-flag-header)
23669 (spam-spamassassin-positive-spam-flag-header)
23670 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23671 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23672 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23673 (spam-list-of-processors, spam-list-of-checks)
23674 (spam-list-of-statistical-checks, spam-registration-functions)
23675 (spam-check-spamassassin-headers, spam-check-spamassassin)
23676 (spam-spamassassin-score)
23677 (spam-spamassassin-register-with-sa-learn)
23678 (spam-spamassassin-register-spam-routine)
23679 (spam-spamassassin-register-ham-routine)
23680 (spam-assassin-register-spam-routine)
23681 (spam-assassin-register-ham-routine): Add SpamAssassin support.
23682 (spam-bogofilter-score): Fix to show article before scoring.
23683
23684 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
23685
23686 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23687 default scoring function.
23688 (spam-generic-score): Call spam-spamassassin-score if
23689 spam-use-spamassassin or spam-use-spamassassin-headers is on;
23690 spam-bogofilter-score otherwise.
23691
23692 * gnus.el (spam-process, spam-autodetect-methods):
23693 Add spamassassin and spamassassin-headers.
23694
23695 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
23696
23697 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23698 Suppress unnecessary messages.
23699
23700 2004-01-20 Jesper Harder <harder@ifa.au.dk>
23701
23702 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23703 make-hash-table.
23704
23705 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
23706
23707 * canlock.el (base64-encode-string): Don't autoload it.
23708
23709 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
23710
23711 * run-at-time.el: Remove useless (require 'itimer),
23712 eval-and-compile and (featurep 'xemacs).
23713
23714 2004-01-16 Jesper Harder <harder@ifa.au.dk>
23715
23716 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23717 GROUP is a virtual group.
23718
23719 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
23720
23721 * gnus.el: Autoload `message-y-or-n-p'.
23722
23723 2004-01-15 Jesper Harder <harder@ifa.au.dk>
23724
23725 * pgg-parse.el: Remove unnecessary (require 'custom).
23726
23727 * pgg-def.el: do.
23728
23729 * nnmail.el: do.
23730
23731 * gnus-undo.el: do.
23732
23733 * gnus-picon.el: do.
23734
23735 * gnus-util.el: do.
23736
23737 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
23738
23739 * gnus-sum.el (gnus-pick-line-number): Add autoload.
23740
23741 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
23742
23743 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23744 handle, as well as a list.
23745
23746 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23747 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23748 (mm-w3m-cid-retrieve): Simplify.
23749
23750 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
23751
23752 * message.el (message-kill-to-signature): Allow prefix arg to
23753 specify number of lines to keep before signature.
23754
23755 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
23756
23757 * message.el (message-kill-to-signature): Change docstring.
23758
23759 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
23760
23761 * canlock.el: Always require sha1-el.
23762 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23763
23764 * message.el: Autoload sha1 only when compiling.
23765
23766 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
23767
23768 * message.el (message-canlock-generate): Require sha1-el.
23769
23770 2004-01-13 Jesper Harder <harder@ifa.au.dk>
23771
23772 * message.el (message-expand-name): Silence the byte compiler.
23773
23774 2004-01-13 Simon Josefsson <jas@extundo.com>
23775
23776 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23777 Invoke gnus-score-mode.
23778 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23779
23780 * gnus-range.el (gnus-compress-sequence): Doc fix.
23781 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23782
23783 2004-01-12 Jesper Harder <harder@ifa.au.dk>
23784
23785 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23786
23787 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
23788
23789 * spam.el (spam-get-article-as-string): Update to use
23790 gnus-request-article-this-buffer, much simpler.
23791 (spam-get-article-as-buffer): Remove.
23792
23793 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
23794
23795 * message.el (message-expand-name): Use EUDC if the user uses that.
23796
23797 2004-01-12 Jesper Harder <harder@ifa.au.dk>
23798
23799 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23800 character for the encoding to avoid consing a string.
23801
23802 * rfc2047.el (rfc2047-decode-string): Don't cons a string
23803 unnecessarily.
23804
23805 * mm-util.el (mm-replace-chars-in-string): Remove.
23806
23807 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23808 of mm-replace-chars-in-string.
23809
23810 2004-01-11 Jesper Harder <harder@ifa.au.dk>
23811
23812 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23813
23814 * mm-util.el (mm-subst-char-in-string): Support inplace.
23815
23816 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23817 a new string in every iteration. Use shy groups.
23818
23819 2004-01-10 Jesper Harder <harder@ifa.au.dk>
23820
23821 * gnus-srvr.el (gnus-browse-unsubscribe-group):
23822 * gnus-soup.el (gnus-soup-group-brew):
23823 * gnus-msg.el (gnus-put-message):
23824 * gnus-move.el (gnus-group-move-group-to-server):
23825 * gnus-kill.el (gnus-batch-score):
23826 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23827 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23828 (gnus-group-update-group, gnus-group-read-group)
23829 (gnus-group-make-group, gnus-group-make-help-group)
23830 (gnus-group-make-archive-group, gnus-group-make-directory-group)
23831 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23832 (gnus-group-sort-by-unread, gnus-group-catchup)
23833 (gnus-group-unsubscribe-group, gnus-group-kill-group)
23834 (gnus-group-yank-group, gnus-group-set-info)
23835 (gnus-group-list-groups):
23836 * gnus.el (gnus-generate-new-group-name):
23837 * gnus-delay.el (gnus-delay-send-queue):
23838 * nnvirtual.el (nnvirtual-catchup-group):
23839 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23840 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23841 (gnus-group-prepare-topics, gnus-topic-check-topology):
23842 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23843 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23844 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23845 (gnus-group-make-articles-read):
23846 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23847 (gnus-group-change-level, gnus-kill-newsgroup)
23848 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23849 (gnus-get-unread-articles, gnus-make-articles-unread)
23850 (gnus-make-ascending-articles-unread): Use accessor
23851 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23852 to get group information for improved readability.
23853
23854 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23855
23856 * gnus-art.el (article-decode-mime-words, article-babel)
23857 (gnus-article-highlight-signature, gnus-article-add-buttons)
23858 (gnus-signature-toggle): Use gnus-with-article-buffer.
23859
23860 * gnus-art.el (gnus-article-highlight-headers)
23861 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23862
23863 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23864 (gnus-article-set-globals, gnus-request-article-this-buffer)
23865 (gnus-button-message-id, gnus-article-maybe-hide-headers)
23866 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23867 (gnus-mime-display-alternative): Use with-current-buffer.
23868
23869 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
23870
23871 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23872 also under 80 char limit, and call gnus-error if needed.
23873 (spam-fetch-article-header): Fix - it was a
23874 buffer-local variable (gnus-newsgroup-data).
23875 (spam-find-spam): Use spam-generate-fake-headers, forget about
23876 spam-insert-fake-headers.
23877 (spam-insert-fake-headers): Remove.
23878
23879 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23880
23881 * deuglify.el (gnus-article-outlook-unwrap-lines)
23882 (gnus-outlook-rearrange-article)
23883 (gnus-outlook-repair-attribution-outlook)
23884 (gnus-outlook-repair-attribution-block)
23885 (gnus-outlook-repair-attribution-other): Remove redundant
23886 save-excursion.
23887
23888 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
23889
23890 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23891 (spam-fetch-field-subject-fast)
23892 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23893 (spam-fetch-article-header): Add functions to deal with Gnus
23894 internals for fast retrieval of article header data.
23895 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23896
23897 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23898
23899 * pop3.el (pop3-md5): Remove.
23900 (pop3-apop): Replace pop3-md5 with md5.
23901
23902 * mm-bodies.el: base64 is always built-in.
23903
23904 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23905 Use with-current-buffer.
23906
23907 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
23908
23909 * canlock.el (canlock-insert-header): Remove excessive grouping in
23910 regexp.
23911
23912 * gnus-sum.el (gnus-summary-read-document): Ditto.
23913
23914 * gnus-uu.el (gnus-uu-part-number): Ditto.
23915
23916 * html2text.el (html2text-remove-tags): Ditto.
23917 (html2text-format-tags): Ditto.
23918 (html2text-format-single-elements): Ditto.
23919
23920 * mml.el (mml-parse-1): Ditto.
23921
23922 2004-01-08 Jesper Harder <harder@ifa.au.dk>
23923
23924 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23925
23926 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23927
23928 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23929
23930 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23931
23932 2003-11-15 Simon Josefsson <jas@extundo.com>
23933
23934 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23935 (pgg-gpg-lookup-key): Use regexp match instead of
23936 split-string (split-string is different between emacs 21.2 and
23937 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
23938
23939 2004-01-08 Jesper Harder <harder@ifa.au.dk>
23940
23941 * gnus-art.el (gnus-mime-view-all-parts)
23942 (gnus-article-part-wrapper, gnus-article-view-part):
23943 Use with-current-buffer.
23944
23945 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
23946
23947 * spam.el (spam-disable-spam-split-during-ham-respool)
23948 (spam-spamoracle-database, spam-cache-lookups)
23949 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23950 (spam-group-ham-mark-p, spam-group-spam-mark-p)
23951 (spam-group-ham-marks, spam-group-spam-marks)
23952 (spam-group-spam-contents-p, spam-group-ham-contents-p)
23953 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23954 also add spam-use-blackholes to the statistical checks.
23955 (spam-fetch-field-fast): Add interface to fetching fields, may
23956 become a macro.
23957 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23958 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23959 (spam-insert-fake-headers): Fake an article when needed.
23960 (spam-find-spam): Fake article when possible.
23961 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23962 (spam-check-bogofilter-headers): Use message-fetch-field instead
23963 of nnmail-fetch-field.
23964
23965 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
23966
23967 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23968
23969 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
23970
23971 * spam.el (spam-split): Do not require spam-use-CHECK to be
23972 enabled if that check is passed to spam-split explicitly; also
23973 fix so 'spam doesn't get converted to spam-split-group when
23974 spam-split-symbolic-return is t.
23975 (spam-find-spam): Find registrations of the article and use those
23976 instead of re-running spam-split to find the spam/ham
23977 classification of the article.
23978 (spam-log-processing-to-registry, spam-log-registered-p)
23979 (spam-log-unregistration-needed-p, spam-log-undo-registration):
23980 Use gnus-error instead of gnus-message.
23981 (spam-log-registration-type): Add function to determine the
23982 classification of a message based on registry entries; will
23983 return nil if both 'spam and 'ham are found.
23984 (spam-check-BBDB): Expand all the BBDB macros here so we can have
23985 a reasonably fast local cache without the loading errors.
23986 (spam-cache-lookups): Set to t by default.
23987 (spam-find-spam): Don't try to guess spam-cache-lookups.
23988 (spam-enter-whitelist, spam-enter-blacklist): Clear the
23989 spam-caches entry.
23990 (spam-filelist-build-cache, spam-filelist-check-cache):
23991 Fix caching of whitelist/blacklist entries.
23992 (spam-check-whitelist, spam-check-blacklist):
23993 Invoke spam-from-listed-p with a type, not a cache variable.
23994 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23995
23996 2004-01-07 Jesper Harder <harder@ifa.au.dk>
23997
23998 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23999
24000 * nnmail.el (nnmail-split-fancy): do.
24001
24002 * mml.el (mml-parse): do.
24003
24004 * gnus-score.el (gnus-enter-score-words-into-hashtb)
24005 (gnus-score-adaptive): do.
24006
24007 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24008
24009 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24010 (gnus-mime-button-map): Don't set keymap parent.
24011 (gnus-button-ctan-directory-regexp): Use shy grouping.
24012 (gnus-prev-page-map): Don't set keymap parent.
24013 (gnus-prev-page-map): Remove duplicated one.
24014 (gnus-next-page-map): Don't set keymap parent.
24015 (gnus-mime-security-button-map): Ditto.
24016
24017 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24018 version number.
24019
24020 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24021
24022 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24023
24024 * canlock.el (canlock-sha1-function): Remove.
24025 (canlock-sha1-function-for-verify): Remove.
24026 (canlock-openssl-program): Remove.
24027 (canlock-openssl-args): Remove.
24028 (canlock-ignore-errors): Remove.
24029 (canlock-sha1-with-openssl): Remove.
24030 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24031 (canlock-verify): Don't use canlock-ignore-errors.
24032
24033 * sha1-el.el (sha1-string-external): Make it can return a string
24034 in binary form.
24035 (sha1-region-external): Ditto.
24036 (sha1-string-internal): Ditto.
24037 (sha1-region-internal): Ditto.
24038 (sha1-region): Ditto.
24039 (sha1-string): Ditto.
24040 (sha1): Ditto.
24041
24042 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
24043
24044 * spam.el (spam-report-articles-gmane): New command.
24045
24046 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24047
24048 * gnus.el: Don't make unnecessary *Group* buffer when loading.
24049
24050 * run-at-time.el (run-at-time-saved): Remove.
24051 (run-at-time): Doc fix.
24052
24053 2004-01-07 Jesper Harder <harder@ifa.au.dk>
24054
24055 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24056 (gnus-summary-limit-map): Add it.
24057 (gnus-summary-make-menu-bar): do.
24058
24059 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
24060
24061 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24062 Make attempt at some caching support (done for BBDB only now).
24063 (spam-find-spam): Set spam-cache-lookups if there are more than 2
24064 addresses to be checked.
24065 (spam-clear-cache-BBDB): Add function, to be invoked by
24066 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24067 (spam-check-BBDB): Check and use the caches, if
24068 spam-cache-lookups is on, remove superfluous (provide).
24069
24070 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
24071
24072 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24073
24074 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
24075
24076 * run-at-time.el (run-at-time-saved): Move to after the definition
24077 of `run-at-time'.
24078
24079 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
24080
24081 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24082 mm-w3m-local-map-property.
24083
24084 * mm-view.el (mm-w3m-mode-map): Remove.
24085 (mm-w3m-local-map-property): Remove.
24086 (mm-inline-text-html-render-with-w3m): Don't use
24087 mm-w3m-local-map-property.
24088
24089 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
24090
24091 * run-at-time.el: New file.
24092
24093 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24094 of gnus-set-text-properties.
24095
24096 * gnus-uu.el (gnus-uu-save-article): Ditto.
24097
24098 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24099
24100 * gnus-cite.el (gnus-cite-parse): Ditto.
24101
24102 * gnus-art.el (gnus-button-push): Use set-text-properties instead
24103 of gnus-.
24104
24105 * gnus.el: Change calls to nnheader-run-at-time and
24106 password-run-at-time throughout to use run-at-time directly.
24107
24108 * password.el: Remove definition of run-at-time.
24109
24110 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
24111
24112 * mml.el (mml-minibuffer-read-disposition): Show attachment type
24113 in prompt.
24114
24115 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
24116
24117 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24118 XEmacs version.
24119
24120 * dns.el (dns-make-network-process): Use `open-network-stream'
24121 instead of `gnus-xmas-open-network-stream'.
24122
24123 * .cvsignore: Add auto-autoloads.el, custom-load.el.
24124
24125 2004-01-06 Jesper Harder <harder@ifa.au.dk>
24126
24127 * gnus-art.el (gnus-mime-display-alternative)
24128 (gnus-insert-mime-button, gnus-insert-mime-security-button)
24129 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24130 Don't use gnus-local-map-property.
24131
24132 * gnus-util.el (gnus-local-map-property): Remove.
24133
24134 * mm-view.el (mm-view-pkcs7-decrypt):
24135 Replace gnus-completing-read-maybe-default with completing-read.
24136
24137 * gnus-util.el (gnus-completing-read): do.
24138 (gnus-completing-read-maybe-default): Remove.
24139
24140 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
24141
24142 * password.el: Only autoload `run-at-time' if not XEmacs.
24143 Only autoload the itimer functions if XEmacs.
24144
24145 2004-01-06 Jesper Harder <harder@ifa.au.dk>
24146
24147 * gnus-art.el (gnus-read-string): Remove.
24148 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24149 read-string.
24150
24151 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
24152
24153 * netrc.el: Autoload password-read.
24154 (netrc): Add configuration group.
24155 (netrc-encoding-method, netrc-openssl-path):
24156 Add variables for encoding and decoding of files with symmetric
24157 ciphers.
24158 (netrc-encode): Add assistant function to encode a file with
24159 netrc-encoding-method.
24160 (netrc-parse): Add interactive parameter, added optional
24161 decoding if netrc-encoding-method is non-nil but otherwise
24162 behavior is standard.
24163 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24164 Do s/encode/encrypt/ everywhere.
24165
24166 * spam.el: Remove executable-find autoload.
24167
24168 2004-01-05 Jesper Harder <harder@ifa.au.dk>
24169
24170 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24171
24172 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24173
24174 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
24175
24176 * gnus-art.el (gnus-treat-ansi-sequences)
24177 (article-treat-ansi-sequences): New variable and function.
24178 Suggested by Dan Jacobson <jidanni@jidanni.org>.
24179
24180 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24181 Use it.
24182
24183 2004-01-05 Jesper Harder <harder@ifa.au.dk>
24184
24185 * mm-util.el (mm-quote-arg): Remove.
24186
24187 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24188 shell-quote-argument.
24189
24190 * gnus-uu.el (gnus-uu-command): do.
24191
24192 * gnus-sum.el (gnus-summary-insert-pseudos): do.
24193
24194 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24195 with make-char.
24196
24197 * mm-util.el (mm-make-char): Remove.
24198
24199 * mml.el (mml-mode): Replace gnus-add-minor-mode with
24200 add-minor-mode.
24201
24202 * gnus-undo.el (gnus-undo-mode): do.
24203
24204 * gnus-topic.el (gnus-topic-mode): do.
24205
24206 * gnus-sum.el (gnus-dead-summary-mode): do.
24207
24208 * gnus-start.el (gnus-slave-mode): do.
24209
24210 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24211
24212 * gnus-ml.el (gnus-mailing-list-mode): do.
24213
24214 * gnus-gl.el (gnus-grouplens-mode): do.
24215
24216 * gnus-draft.el (gnus-draft-mode): do.
24217
24218 * gnus-dired.el (gnus-dired-mode): do.
24219
24220 * gnus-ems.el (gnus-add-minor-mode): Remove.
24221
24222 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24223 Replace gnus-char-width with char-width.
24224
24225 * gnus-ems.el (gnus-char-width): Remove.
24226
24227 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24228 Replace gnus-char-width with char-width.
24229
24230 * gnus-ems.el (gnus-char-width): Remove.
24231
24232 * spam-stat.el (with-syntax-table): Remove with-syntax-table
24233 definition.
24234 Remove Emacs 20 hash table compatibility code.
24235
24236 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24237 20 compatibility code.
24238
24239 * spam.el (spam-point-at-eol): Replace with point-at-eol.
24240
24241 * smime.el (smime-point-at-eol): Replace with point-at-eol.
24242
24243 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24244 Replace with point-at-{eol,bol}.
24245
24246 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24247
24248 * imap.el (imap-point-at-eol): Replace with point-at-eol.
24249
24250 * flow-fill.el (fill-flowed-point-at-bol)
24251 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24252
24253 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24254 Replace with point-at-{eol,bol} throughout all files.
24255
24256 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
24257
24258 * ntlm.el (ntlm-string-as-unibyte): New macro.
24259 (ntlm-build-auth-response): Use it.
24260
24261 Remove Emacs 20 stuff:
24262 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24263 of delq and copy-sequence.
24264 * gnus-art.el (popup-menu): Remove the compiler macro.
24265 * nnmail.el (nnmail-split-fancy): Don't support customizing with
24266 Emacs 20.
24267
24268 2004-01-05 Simon Josefsson <jas@extundo.com>
24269
24270 * ntlm.el: Fix namespace. Change smb-passwd-hash into
24271 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24272 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24273 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24274 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24275 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24276 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24277 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24278 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24279 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24280 ntlm-string-permute, string-lshift into ntlm-string-lshift,
24281 string-xor into ntlm-string-xor.
24282 Suggested by Jesper Harder <harder@myrealbox.com>.
24283
24284 * ntlm.el: Don't include poem.
24285
24286 * md4.el (print-int32, print-string-hexa): Remove.
24287 Suggested by Jesper Harder <harder@myrealbox.com>.
24288
24289 * sasl-ntlm.el, ntlm.el, md4.el: New files.
24290
24291 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
24292 probably breaks emacs with DL patch, but do we care? Is anyone
24293 still using the DL stuff?)
24294
24295 * sieve-manage.el: Use the password package.
24296 (sieve-manage-read-passwd): Remove.
24297 (sieve-manage-interactive-login): Use password. Re-add
24298 condition-case around loop.
24299
24300 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24301 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24302 Use the password package.
24303
24304 2003-02-19 Simon Josefsson <jas@extundo.com>
24305
24306 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24307 token.
24308
24309 2002-08-07 Simon Josefsson <jas@extundo.com>
24310
24311 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24312 (sieve-manage-authenticators):
24313 (sieve-manage-authenticator-alist): Add some SASL mechs.
24314 (sieve-sasl-auth): New function.
24315 (sieve-manage-cram-md5-auth):
24316 (sieve-manage-plain-auth): Rewrite using SASL library.
24317 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24318 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24319 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24320 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24321
24322 2004-01-05 Simon Josefsson <jas@extundo.com>
24323
24324 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24325 New files.
24326
24327 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24328
24329 * gnus-group.el (gnus-no-groups-message): Update.
24330
24331 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24332
24333 2003-11-09 Simon Josefsson <jas@extundo.com>
24334
24335 * imap.el: Support for ID IMAP extension (RFC 2971).
24336 (imap-local-variables): Add imap-id.
24337 (imap-id): New variable.
24338 (imap-id): New function.
24339 (imap-parse-response): Parse untagged ID response.
24340 * nnimap.el (nnimap-id): New variable.
24341 (nnimap-open-connection): Use it.
24342
24343 2003-12-28 Simon Josefsson <jas@extundo.com>
24344
24345 * gnus-score.el (gnus-score-edit-all-score): New.
24346 * gnus-group.el (gnus-group-score-map): Bind it to W e.
24347
24348 2004-01-04 Simon Josefsson <jas@extundo.com>
24349
24350 * password.el: Add.
24351
24352 2004-01-04 Mario Lang <lang@zid.tugraz.at>
24353
24354 * dns.el (dns-query-types): Fix typo.
24355 (dns-query-types): New function.
24356 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
24357 PTR and SOA replies, see RFC 1035.
24358
24359 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24360
24361 * gnus.el (gnus-logo-color-style): Change colors to `no'.
24362
24363 * Move to Changelog.2.
24364
24365 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24366
24367 * gnus.el (gnus-version-number): Bump version.
24368
24369 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
24370
24371 * gnus.el: No Gnus v0.1 is released.
24372
24373 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
24374
24375 * gnus.el: No Gnus v0.0 is released.
24376
24377 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24378
24379 * gnus.el (gnus-version-number): Bump.
24380 (gnus-version): No.
24381
24382 See ChangeLog.2 for earlier changes.
24383
24384 Copyright (C) 2004-2013 Free Software Foundation, Inc.
24385
24386 This file is part of GNU Emacs.
24387
24388 GNU Emacs is free software: you can redistribute it and/or modify
24389 it under the terms of the GNU General Public License as published by
24390 the Free Software Foundation, either version 3 of the License, or
24391 (at your option) any later version.
24392
24393 GNU Emacs is distributed in the hope that it will be useful,
24394 but WITHOUT ANY WARRANTY; without even the implied warranty of
24395 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24396 GNU General Public License for more details.
24397
24398 You should have received a copy of the GNU General Public License
24399 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24400
24401 ;; Local Variables:
24402 ;; coding: utf-8
24403 ;; fill-column: 79
24404 ;; add-log-time-zone-rule: t
24405 ;; End: