Merge from emacs--rel--22
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2008-06-15 David Engster <dengste@eml.cc>
2
3 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4
5 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
6
7 * gnus-util.el (gnus-put-display-table, gnus-get-display-table): New
8 macros that expand to an `aset'/`aref' call under Emacs, and to a
9 runtime choice under XEmacs.
10
11 * gnus-sum.el (gnus-summary-set-display-table): Use
12 `gnus-put-display-table', `gnus-get-display-table',
13 `gnus-set-display-table' for the display table, instead of `aset'.
14
15 * gnus-xmas.el (gnus-xmas-summary-set-display-table): Use
16 `gnus-put-display-table', `gnus-get-display-table',
17 `gnus-set-display-table' for the display table.
18
19 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
20
21 * nnmairix.el: Add autoloads.
22
23 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
24
25 * nnmairix.el (nnmairix-delete-recreate-group)
26 (nnmairix-update-and-clear-marks): Fix error messages.
27
28 2008-06-14 David Engster <dengste@eml.cc>
29
30 * nnmairix.el: Upgrade to version 0.6.
31 (nnmairix-group-toggle-propmarks-this-group)
32 (nnmairix-group-toggle-readmarks-this-group)
33 (nnmairix-group-delete-recreate-this-group)
34 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
35 (nnmairix-remove-tick-mark-original-article): New commands.
36 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
37 (nnmairix-propagate-marks-to-nnmairix-groups)
38 (nnmairix-only-use-registry, nnmairix-allowfast-default)
39 (nnmairix-marks-cache, nnmairix-version-output): New variables.
40 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
41 functions needed for marks propagation and manipulation of read marks.
42 (nnmairix-update-groups): New function.
43 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
44 (nnmairix-determine-original-group-from-registry)
45 (nnmairix-determine-original-group-from-path)
46 (nnmairix-get-group-from-file-path, nnmairix-map-range)
47 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter): New
48 helper functions.
49 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Inserted new
50 keystrokes for new commands.
51 (nnmairix-delete-and-create-on-change): Doc string cleanup.
52 (nnmairix-request-group): Check allow-fast group parameter.
53 (nnmairix-request-create-group): Set allow-fast group parameter if
54 nnmairix-allowfast-default is set.
55 (nnmairix-close-group): Propagate marks upon closing if needed.
56 (nnmairix-group-toggle-threads-this-group): Use new.
57 nnmairix-group-toggle-parameter helper function.
58 (nnmairix-search): Better check for empty search result.
59 (nnmairix-goto-original-article): Use new helper functions for
60 determining original article.
61 (nnmairix-show-original-article): Make sure message-id is in brackets.
62 (nnmairix-call-mairix-binary): Change variable name.
63 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
64 helper function.
65 (nnmairix-widget-toggle-activate): Fix doc string.
66
67 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
68
69 * nnir.el: Require edmacro when compiling with XEmacs.
70 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
71 available in Emacs 21.
72
73 2008-06-11 Glenn Morris <rgm@gnu.org>
74
75 * gnus-util.el (x-focus-frame):
76 * gnus.el (image-size):
77 * mm-decode.el (image-size): Declare.
78
79 * gnus-picon.el (declare-function): Add compat definition.
80 (image-size): Declare.
81
82 * gnus-group.el (tool-bar-map):
83 * gnus-sum.el (tool-bar-map): Define for compiler.
84
85 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
86
87 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
88
89 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
90 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
91 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
92 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
93 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
94 * sieve-manage.el, spam-report.el, spam.el:
95 Remove unnecessary eval-and-compile of autoloads.
96
97 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
98
99 * auth-source.el: Precise Tramp doc.
100
101 2008-06-07 Glenn Morris <rgm@gnu.org>
102
103 * nnmairix.el: Remove unnecessary eval-when-compile.
104
105 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
106
107 * nnir.el: New file.
108
109 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 * gnus-util.el (gnus-read-shell-command): New function.
112 * mm-decode.el (mm-pipe-part):
113 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
114
115 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
116
117 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
118
119 2008-06-03 Glenn Morris <rgm@gnu.org>
120
121 * pop3.el (nnheader-accept-process-output): Autoload it.
122
123 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
124
125 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
126 are not 2-digit hexadecimal characters that follow `%'s.
127
128 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
129
130 * message.el (message-bogus-recipient-p): Fix type in doc string.
131 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
132 (message-bogus-addresses): Rename from message-bogus-address-regexp.
133 Improve custom options.
134 (message-bogus-recipient-p): Adjust accordingly.
135
136 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
137
138 * nnmairix.el: Require edmacro when compiling with XEmacs.
139
140 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
141
142 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
143 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
144
145 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
146
147 * auth-source.el: Add more docs.
148
149 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
150
151 * nnheader.el (nnheader-read-timeout): Change the default timeout from
152 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
153 retrieval faster in some cases, but might make CPU usage larger. If
154 this has any bad side effects, we might revert this change.
155
156 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
157 seems to make mail retrieval much, much faster.
158 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
159 unconditionally.
160
161 * gnus-draft.el (gnus-group-send-queue): Bind
162 message-send-mail-partially-limit to nil to avoid being prompted.
163
164 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
165
166 * mml.el (mml-attach-buffer): Prompt for `disposition'.
167
168 * message.el (message-bogus-address-regexp): Fix and improve custom
169 type.
170 (message-setup-hook): Add message-check-recipients as custom option.
171
172 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
173
174 * message.el (message-cite-function): Remove bogus autoload which crept
175 in during merge from v5-10.
176
177 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
178
179 * nnimap.el (nnimap-open-connection): Fix login/password bug.
180
181 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
182
183 * auth-source.el: Preliminary Tramp docs.
184 (auth-sources): Change the default auth-sources to use
185 EPA .gpg files.
186
187 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
188
189 * nntp.el: Autoload `auth-source-user-or-password'.
190 (nntp-send-authinfo): Use it.
191
192 * nnimap.el: Autoload `auth-source-user-or-password'.
193 (nnimap-open-connection): Use it.
194
195 * auth-source.el: Added docs on using with url-auth. Import gnus-util
196 for the gnus-message function.
197 (auth-source-user-or-password): Use it.
198
199 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
202 rfc2104-hexstring-to-byte-list. Return a unibyte string.
203 (rfc2104-hash): Use it.
204
205 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
206
207 * gnus-art.el (gnus-article-toggle-truncate-lines):
208 Don't use `iff' in docstring.
209
210 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
211
212 * gnus-registry.el: Adjusted copyright dates and added a keyword.
213
214 * gnus-util.el (gnus-extract-address-component-name)
215 (gnus-extract-address-component-email): Convenience functions around
216 `gnus-extract-address-components'.
217
218 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
219 Use `gnus-extract-address-component-email' to fix bug of comparing full
220 sender name to `user-mail-address'.
221
222 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
223
224 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
225 catch/throw to optimize.
226 (gnus-registry-find-keywords): Just use member to find a keyword.
227
228 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
229
230 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
231 is current before calling gnus-server-prepare.
232 (gnus-server-setup-buffer, gnus-server-update-server)
233 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
234
235 2008-05-04 Juri Linkov <juri@jurta.org>
236
237 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
238 (mailcap-file-default-commands): Use mailcap-replace-in-string
239 instead of replace-regexp-in-string, and mailcap-delete-duplicates
240 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
241
242 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
243
244 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
245
246 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
247
248 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
249 hooks.
250 (gnus-update-read-articles): Speed up non-marks-using users.
251 (gnus-use-marks): Define gnus-use-marks.
252 (gnus-propagate-marks): Rename variable to something more sensible.
253
254 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
255
256 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
257 (gmm-image-load-path-for-library): Fix typos in docstrings.
258 (gmm-message): Reflow docstring.
259
260 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
261
262 * mail-source.el (mail-source-set-1, mail-source-bind):
263 Move auth-source code out of the macro to clean it up and fix bugs.
264
265 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
266
267 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
268 by sender if it's equal to user-mail-address, it's likely to be
269 useless.
270
271 * mail-source.el (mail-source-bind): Don't use user or password if they
272 are not bound. Unintern them if they are nil. Don't use server unless
273 it's bound, and default it to empty string otherwise.
274
275 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
276
277 * mail-source.el: Load auth-source.el.
278 (mail-source-bind): Add comments. Call auth-source-user-or-password to
279 get user name or password, if auth-sources is set up.
280
281 * gnus-registry.el (gnus-registry-split-strategy): New variable for
282 strategy of splitting with parent.
283 (gnus-registry-split-fancy-with-parent)
284 (gnus-registry-post-process-groups): Use it and fix prior
285 bug (returning a list as the split result).
286
287 * auth-source.el (auth-sources): Remove server parameter.
288 (auth-source-pick, auth-source-user-or-password)
289 (auth-source-user-or-password-imap)
290 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
291 (auth-source-user-or-password-sftp)
292 (auth-source-user-or-password-smtp): Remove server parameter.
293
294 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
295
296 * smime.el (smime-sign-region, smime-encrypt-region)
297 (smime-decrypt-region):
298 Remove redundant calls to `generate-new-buffer-name'.
299
300 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
301
302 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
303 Don't use QP for message/rfc822.
304 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
305
306 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
307
308 * sieve-manage.el (sieve-string-bytes): Remove.
309 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
310 correct byte-length only if the process's coding-system is the same as
311 the one used internally by Emacs to represent strings.
312
313 2008-04-22 Juri Linkov <juri@jurta.org>
314
315 * mailcap.el (mailcap-file-default-commands): New function.
316
317 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
318
319 * message.el (message-signature-separator, message-cite-function):
320 Change custom version.
321
322 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
323
324 * mm-decode.el (mm-display-external): Make temp file read-only.
325
326 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
327
328 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
329 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
330 `C-c C-f d'.
331
332 2008-04-12 Adrian Aichner <adrian@xemacs.org>
333
334 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
335
336 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
337
338 * auth-source.el: Added docs.
339 (auth-sources): Modify format to support server.
340 (auth-source-pick, auth-source-user-or-password)
341 (auth-source-user-or-password-imap)
342 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
343 (auth-source-user-or-password-sftp)
344 (auth-source-user-or-password-smtp): Add server parameter.
345
346 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
347
348 * gnus-registry.el: Initialize the registry when gnus-registry-install
349 is t.
350
351 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
352
353 * compface.el (uncompface): Make buffer unibyte.
354
355 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
356
357 * mail-source.el (mail-source-value):
358 Prefer fboundp to functionp so it works with macros as well.
359
360 2008-04-05 Glenn Morris <rgm@gnu.org>
361
362 * gnus-ems.el (mm-disable-multibyte): Autoload it.
363
364 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
365
366 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
367 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
368
369 * nnheader.el (nnheader-init-server-buffer): Change buffer's
370 multibyteness after rather than before erasing it.
371
372 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
373 mm-with-multibyte.
374 (gnus-request-article-this-buffer): Make sure the proper decoding is
375 used if gnus-original-article-buffer happens to be unibyte.
376
377 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
378 default-enable-multibyte-characters.
379
380 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
381 default-enable-multibyte-characters.
382
383 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
384
385 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
386
387 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
388
389 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
390 Fix last change in case the element is not even a symbol.
391
392 2008-04-02 Simon Josefsson <simon@josefsson.org>
393
394 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
395 imap-enable-exchange-bug-workaround.
396 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
397
398 2008-04-01 Simon Josefsson <simon@josefsson.org>
399
400 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
401 a 100 byte status-checks into a 2-3MB transfer for each group.
402 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
403 to enable bug workaround or not.
404 (nnimap-find-minmax-uid): Only enable workaround conditionally.
405
406 2008-03-31 Glenn Morris <rgm@gnu.org>
407
408 * message.el (mml2015-use): Declare for compiler.
409 (message-info): Require mml2015 when appropriate.
410
411 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
412
413 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
414 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
415 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
416 (nntp-service-to-port): New function.
417 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
418 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
419 (nntp-open-netcat-stream): New function.
420 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
421
422 2008-03-29 Sven Joachim <svenjoac@gmx.de>
423
424 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
425
426 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
429
430 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
431
432 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
433
434 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
435
436 * message.el (message-signature-separator): Change default.
437 Improve custom type.
438 (message-cite-function): Change default to
439 message-cite-original-without-signature.
440
441 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
442 toggle.
443
444 * message.el (message-check-news-body-syntax): Fix signature check.
445 (message-setup-1): Mark buffer as unmodified _after_ running
446 message-setup-hook and handling message-alternative-emails.
447 (message-shorten-references): Be more strict when building list of
448 valid references to comply with GNKSA.
449
450 * gnus-group.el (gnus-read-ephemeral-bug-group)
451 (gnus-read-ephemeral-debian-bug-group)
452 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
453
454 * message.el (message-info): Don't use booleanp which isn't supported
455 in Emacs 21 and XEmacs.
456
457 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
458
459 * gnus-group.el (gnus-gmane-group-download-format): Rename from
460 gnus-group-gmane-group-download-format.
461 (gnus-group-read-ephemeral-gmane-group): Rename from
462 gnus-group-read-ephemeral-gmane-group.
463 (gnus-read-ephemeral-gmane-group-url): Rename from
464 gnus-group-read-ephemeral-gmane-group-url.
465 (gnus-bug-group-download-format-alist): New variable.
466 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
467 (gnus-read-ephemeral-emacs-bug-group): New commands.
468
469 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
470
471 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
472 (gnus-visible-headers): Improve custom type.
473
474 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
475
476 * mml.el (mml-menu): Add workarounds for XEmacs.
477
478 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
479 X-Boundary header.
480
481 * message.el (message-simplify-recipients): Fix previous commit.
482
483 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
484
485 * mm-util.el (mm-set-buffer-multibyte): New function.
486 * mm-decode.el (mm-copy-to-buffer): Use it.
487
488 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
489 Prefer fboundp to functionp so it works with macros as well.
490
491 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
492
493 * message.el (message-alter-recipients-discard-bogus-full-name):
494 New function.
495 (message-alter-recipients-function): New variable.
496 (message-get-reply-headers): Use it.
497 (message-replace-header): New helper function.
498 (message-recipients-without-full-name): New variable.
499 (message-simplify-recipients): New command.
500
501 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
502
503 * message.el (message-info): Handle EasyPG manual.
504
505 * mml.el (mml-menu): Add entry for EasyPG.
506
507 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
508
509 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
510 parameter.
511
512 * message.el (message-disassociate-draft): Specify drafts group name
513 fully.
514
515 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
516
517 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
518 unnecessary duplicates from the match list.
519
520 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
521
522 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
523 args of `how-many' of which the XEmacs version doesn't take; declare
524 Info-index-next as function.
525
526 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
527
528 * gnus-score.el (gnus-score-headers): Fix handling of
529 gnus-inhibit-slow-scoring.
530
531 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
532 string.
533 (gnus-button-url-regexp): Improve handling of parenthesis.
534 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
535 (gnus-button-handle-info-keystrokes): Handle index entries.
536
537 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
538
539 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
540 Incoming* files.
541
542 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
543
544 * auth-source.el (auth-sources): Renamed from auth-source-choices.
545 (auth-source-pick): Use it.
546
547 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
548
549 * auth-source.el (auth-source-protocols)
550 (auth-source-protocols-customize, auth-source-choices): Added and
551 modified variable customizations and defaults.
552 (auth-source-pick, auth-source-user-or-password)
553 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
554 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
555 (auth-source-user-or-password-sftp)
556 (auth-source-user-or-password-smtp): Use new variables and provide an
557 interface to netrc.el.
558
559 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
560
561 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
562 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
563 Make sure the nntp port to specify is a string.
564
565 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
566
567 * nntp.el: Use with-current-buffer.
568 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
569 dubious mm-with-unibyte-current-buffer.
570 (nntp-with-open-group-function): New function extracted from
571 nntp-with-open-group macro.
572 (nntp-with-open-group): Use the function, so it's easier to debug.
573 Add indentation and debugging info.
574 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
575 the use of the netcat alternatives.
576
577 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
578 Avoid mm-string-as-multibyte as well.
579
580 * nnweb.el (nnweb-insert-html):
581 Remove use of nnheader-string-as-multibyte.
582
583 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
584 (nnheader-string-as-multibyte): Remove.
585
586 * mm-view.el: Use inhibit-read-only.
587 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
588 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
589 or unibyte-string.
590
591 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
592 (mm-uu-yenc-extract): Use with-current-buffer.
593
594 * gnus-soup.el (gnus-soup-send-packet): Don't use
595 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
596
597 * nnmh.el: Use with-current-buffer.
598 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
599 mm-string-as-multibyte on the output of mm-encode-coding-string.
600
601 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
602 (nnimap-request-move-article): Use with-current-buffer.
603
604 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
605 inserting the handle-buffer's text, so the implicit multibyte->unibyte
606 conversion uses string-make-unibyte rather than string-as-unibyte.
607
608 * gnus-msg.el: Use with-current-buffer.
609
610 * message.el (message-ignored-resent-headers): Add "Delivered-To".
611
612 2008-03-10 Daiki Ueno <ueno@unixuser.org>
613
614 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
615 string for caching if it is 'PIN.
616
617 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
618
619 * mail-source.el (mail-source-delete-old-incoming-confirm):
620 Change default to nil.
621 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
622
623 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
624
625 * gnus-art.el (gnus-narrow-to-page): Position point properly.
626 (gnus-article-goto-prev-page): Work for articles having ^L's.
627
628 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
629
630 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
631
632 2008-03-07 Karl Fogel <kfogel@red-bean.com>
633
634 * gnus-bookmark.el: Adjust for renames in bookmark.el.
635 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
636 (gnus-bookmark-jump): Adjust some variable names.
637
638 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
639
640 * auth-source.el: New package.
641 (auth-source-choices): Add customization entry point variable.
642
643 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
644 bug.
645
646 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
647
648 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
649 (gnus-registry-initialize, gnus-registry-install-p): Use it.
650 (gnus-registry-install-shortcuts): Rename from
651 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
652 the `gnus-registry-mark-map' keymap dynamically from
653 `gnus-registry-marks'. The generated functions update the summary line
654 when a registry mark is added or deleted, and will call
655 `gnus-registry-install-p' (see the comments in the code).
656 (gnus-registry-user-format-function-M): Use concat intelligently.
657
658 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
659 the registry mark functions.
660
661 2008-03-05 Glenn Morris <rgm@gnu.org>
662
663 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
664 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
665 gnus-art.
666 (top-level): No need to load own source when compiling.
667
668 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
669
670 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
671 Suggested by <chris.anderton@zetnet.co.uk>.
672
673 2008-03-04 Glenn Morris <rgm@gnu.org>
674
675 * gnus-sum.el (top-level): No need to require gnus when compiling,
676 since unconditionally required near start of file.
677 (gnus-summary-display-while-building): Move definition before use.
678
679 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
680
681 * gnus-registry.el (gnus-registry-user-format-function-M): Add
682 formatting function.
683
684 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
685
686 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
687 with plists.
688 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
689 Use new format.
690
691 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
692
693 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
694 `where-is-internal' that returns a range of key sequences.
695
696 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
697
698 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
699
700 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
701 (gnus-summary-jump-to-group): Consider windows on other displayed
702 frames as well. Similar changes might be needed elsewhere, but that's
703 the one I've bumped into during my use.
704
705 * nndoc.el (nndoc-oe-dbx-type-p):
706 * gnus-msg.el (gnus-debug):
707 * gnus-group.el (gnus-update-group-mark-positions):
708 Use mm-string-to-multibyte.
709
710 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
711
712 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
713 doesn't handle NotDashEscaped.
714
715 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
716 (mml-dnd-attach-options): Fix typo in custom choice.
717
718 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
719 nndoc-article-type to mbox.
720 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
721
722 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
723 to nil, instead of html2text.
724
725 * imap.el (imap-debug): Add `imap-ping-server'.
726
727 * gnus-bookmark.el: Add FIXMEs.
728
729 * message.el (message-form-letter-separator)
730 (message-send-form-letter-delay): New variables.
731 (message-send-form-letter): Use them. New command to send form
732 letters. Requested by Uwe Siart.
733 (message-send-mail-function): Doc fix. Add "Other" custom option.
734
735 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
736
737 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
738 empty author.
739
740 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
741
742 * gnus-registry.el (gnus-registry-marks): Add variable for
743 customization of marks and their appearance.
744 (gnus-registry-read-mark): Use it.
745 (gnus-registry-do-marks): Add utility function to loop through
746 `gnus-registry-marks'.
747 (gnus-registry-install-shortcuts-and-menus): Add function to install
748 shortcuts and menus.
749 (gnus-registry-initialize): Use it.
750 (gnus-registry-default-mark): Clarify documentation.
751
752 2008-02-29 Glenn Morris <rgm@gnu.org>
753
754 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
755 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
756 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
757 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
758 Change defcustom :version from 23.0 to 23.1.
759
760 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
761
762 * gnus-registry.el (gnus-registry-follow-group-p)
763 (gnus-registry-post-process-groups): Add functions to aid registry
764 splitting and improve logging. Clarify behavior in function
765 documentation.
766 (gnus-registry-split-fancy-with-parent): Use them.
767
768 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * gnus-art.el: Use with-current-buffer.
771
772 2008-02-27 David Engster <dengste@eml.cc>
773
774 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
775 Express real group name in the response.
776
777 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
778
779 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
780 (nnmairix-last-server, nnmairix-current-server): Defvar them.
781 (nnmairix-goto-original-article): Defvar gnus-registry-install and
782 autoload gnus-registry-fetch-group when compiling.
783 (nnmairix-request-group-with-article-number-correction): Remove
784 unreferenced argument passed to nnmairix-call-backend.
785
786 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
787
788 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
789 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
790 Wilde.
791
792 2008-02-27 Glenn Morris <rgm@gnu.org>
793
794 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
795 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
796 variables to defconsts. Convert comments to doc-strings.
797 (nnmairix-last-server, nnmairix-current-server): Convert from free
798 variables to defvars. Convert comments to doc-strings.
799 (gnus-registry-fetch-group): Autoload.
800 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
801 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
802 (nnmairix-widget-build-editable-fields): Use car cddr rather than
803 caddr.
804 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
805 nnmairix-request-group-with-article-number-correction call.
806 (nnmairix-fast, nnmairix-group): New, less general names, for free
807 variables passed from nnmairix-request-group to
808 nnmairix-request-group-with-article-number-correction. Declare.
809 (nnmairix-request-group-with-article-number-correction):
810 Use nnmairix-fast, nnmairix-group rather than fast, group.
811
812 2008-02-26 David Engster <dengste@eml.cc>
813
814 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
815 version 0.5.
816
817 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
818
819 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
820 instead of making an extra function call. Don't add the current group
821 to articles only when they have the group. Use
822 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
823 Reported by David <de_bb@arcor.de>.
824
825 2008-02-24 Miles Bader <miles@gnu.org>
826
827 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
828 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
829 (mm-find-mime-charset-region):
830 * mm-bodies.el (mm-encode-body):
831 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
832
833 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
834
835 * mail-source.el (mail-source-delete-incoming): Change default.
836 Supplement doc string.
837
838 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
839
840 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
841
842 * nnmail.el (nnmail-message-id-cache-file): Derive from
843 `gnus-home-directory'.
844
845 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
846
847 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
848 Document negative prefix.
849
850 * gnus-group.el (gnus-group-read-group): Document negative prefix.
851
852 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
853
854 * message.el (message-unsent-separator): Add the Exim bounce
855 separator.
856
857 2008-02-10 Daiki Ueno <ueno@unixuser.org>
858
859 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
860 list.
861 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
862 recipient/signer list.
863
864 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
865
866 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
867 fbound (Emacs 23 unicode), signal an error.
868
869 2008-02-08 Glenn Morris <rgm@gnu.org>
870
871 * gnus-art.el (pgg-display-output-buffer): Declare as function.
872
873 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
874
875 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
876 ports to the calls to `netrc-machine-user-or-password' in addition to
877 "imap" and "imaps".
878
879 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
880
881 * gnus.el (gnus-group-startup-message): Add `find-image' call before
882 image-load-path is let-bound. Reported by Harald Hanche-Olsen
883 <hanche@math.ntnu.no>.
884
885 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
886
887 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
888
889 2008-02-01 Zhang Wei <id.brep@gmail.com>
890
891 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
892
893 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
894
895 2008-02-01 Miles Bader <miles@gnu.org>
896
897 * mml.el (mml-parse-1): Remove apparently vestigial use of
898 `mm-hack-charsets'.
899 * mm-bodies.el (mm-encode-body): Likewise.
900
901 2008-02-01 Kenichi Handa <handa@m17n.org>
902
903 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
904 rfc2104-hexstring-to-bitstring and changed to return a byte list.
905 (rfc2104-hash): Convert the result of concat to unibyte string.
906
907 2008-02-01 Dave Love <fx@gnu.org>
908
909 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
910 coding-system-for-read.
911 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
912
913 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
914 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
915 (mm-find-mime-charset-region): Remove hack-charsets stuff.
916
917 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
918
919 * mail-source.el (mail-sources): Add `group' choice.
920
921 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
922 parameter `in-group' to control into which group the articles go.
923 Add treatment of `group' mail-source.
924
925 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
926
927 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
928 * message.el (message-beginning-of-line): Use featurep instead of bound
929 tests in order to resolve conditionals at compile time.
930
931 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
932
933 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
934
935 * mm-decode.el (mm-dissect-buffer): Decode description.
936
937 * mml.el (mml-to-mime): Encode message header first.
938
939 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
940
941 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
942 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
943
944 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
945
946 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
947
948 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
949
950 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
951 prefix keys.
952 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
953 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
954 gnus-xmas.el.
955
956 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
957
958 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
959 Add new variables for article mark management.
960 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
961 list of extra data entries which, when present, will indicate that the
962 article ID should not be trimmed from the registry.
963 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
964 functions.
965 (gnus-registry-read-mark): New function to read a mark name from the
966 user.
967 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
968 (gnus-registry-set-article-mark-internal): New functions to add and
969 remove marks.
970 (gnus-registry-get-article-marks): New function to show the marks for
971 an article, or retrieve them for further use.
972
973 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
974
975 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
976 keys when no argument is given.
977
978 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
979
980 * gnus-sum.el (gnus-article-sort-by-random)
981 (gnus-thread-sort-by-random): Fix doc strings. Reported by
982 jidanni@jidanni.org.
983
984 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
985
986 * gnus-art.el (gnus-article-describe-bindings): New function.
987 (gnus-article-read-summary-keys): Use it.
988 (gnus-article-mode-map): Bind `C-h b' to it.
989
990 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
991
992 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
993 XEmacs.
994 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
995 against non-character events.
996
997 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
998
999 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1000 command.
1001 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1002 instead of END. Change name of the temp file.
1003 (gnus-group-gmane-group-download-format): Add doc string. Make it
1004 customizable.
1005
1006 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1007
1008 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1009 bind `S W' to gnus-article-wide-reply-with-original; set default
1010 binding to gnus-article-read-summary-send-keys.
1011 (gnus-article-read-summary-keys): Fix the order of keys; display
1012 continuation keys correctly in the echo area; describe bindings
1013 correctly when keys end with `C-h'.
1014 (gnus-article-read-summary-send-keys): New function.
1015 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1016 for gnus-article-read-summary-send-keys; display continuation keys
1017 correctly in the echo area.
1018 (gnus-article-reply-with-original): Ignore prefix argument.
1019 (gnus-article-wide-reply-with-original): New function.
1020
1021 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1022
1023 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1024 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1025
1026 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1027
1028 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1029 (gnus-group-read-ephemeral-gmane-group): New command.
1030
1031 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1032
1033 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1034
1035 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1036
1037 * message.el (message-send-mail-function): Increase custom version.
1038
1039 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1040 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1041
1042 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1043
1044 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1045 html parts correctly; support forwarded messages.
1046 (gnus-article-browse-html-article): Remove work buffers.
1047
1048 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1049 compiling.
1050 (netrc-bound-and-true-p): New macro.
1051 (netrc-parse): Use it instead of bound-and-true-p that is not available
1052 in XEmacs 21.4.
1053
1054 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1055
1056 * gnus-registry.el (gnus-registry-mark-article)
1057 (gnus-registry-article-marks): Add functionality to mark articles
1058 through the Gnus registry.
1059
1060 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1061 (netrc-parse): Use encrypt-file-alist to determine if
1062 encrypt-find-model or encrypt-insert-file-contents should be used.
1063
1064 2007-12-19 Glenn Morris <rgm@gnu.org>
1065
1066 * mml.el (message-options-set, message-narrow-to-head)
1067 (message-in-body-p, message-mail-p, message-encode-message-body):
1068 Autoload.
1069 (message-remove-header, message-narrow-to-headers-or-head)
1070 (message-subscribed-p, message-make-mail-followup-to)
1071 (message-position-on-field, message-news-p)
1072 (message-options-set-recipient, message-generate-headers)
1073 (message-sort-headers): Declare as functions.
1074
1075 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1076
1077 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1078 convention in doc string.
1079
1080 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1081
1082 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1083 title to html parts.
1084 (gnus-article-browse-html-article): Pass message header to it.
1085
1086 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1087
1088 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1089
1090 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1091 or password compatible with XEmacs.
1092
1093 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1094
1095 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1096 format document.
1097 (gnus-mime-delete-part): Don't write description line if empty.
1098 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1099
1100 2007-12-14 Johan Bockgård <bojohan@gnu.org>
1101
1102 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1103 (gnus-summary-mark-read-and-unread-as-read)
1104 (gnus-summary-mark-current-read-and-unread-as-read)
1105 (gnus-summary-mark-unread-as-ticked): Doc fix.
1106 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1107
1108 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1109
1110 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1111 Christoph Conrad <christoph.conrad@gmx.de>.
1112
1113 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1114
1115 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1116 yes-or-no-p.
1117
1118 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1119
1120 * mm-decode.el (mm-add-meta-html-tag): New function.
1121 (mm-save-part-to-file, mm-pipe-part): Use it.
1122
1123 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1124 gnus-y-or-n-p instead of y-or-n-p.
1125 (gnus-article-browse-html-parts): Work with message/external-body; use
1126 mm-add-meta-html-tag.
1127
1128 2007-12-11 Glenn Morris <rgm@gnu.org>
1129
1130 * gnus-cache.el: Require gnus-sum not just when compiling.
1131
1132 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1133
1134 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1135 definitions before use.
1136
1137 * mm-decode.el: Require gnus-util.
1138 (mm-remove-part): Only call delete-annotation on XEmacs.
1139
1140 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1141
1142 * nnmail.el: Require gnus-int.
1143
1144 * spam.el: Move `require's before `eval-when-compile's.
1145
1146 * gnus-ems.el (gnus-alive-p):
1147 * gnus-fun.el (message-goto-eoh):
1148 * gnus-util.el (gnus-group-name-decode):
1149 * mail-source.el (gnus-compress-sequence):
1150 * message.el (Info-goto-node, format-spec):
1151 * mm-bodies.el (message-options-get):
1152 * mm-decode.el (mm-view-pkcs7):
1153 * mm-util.el (gmm-write-region):
1154 * mml-smime.el (mml-compute-boundary)
1155 (gnus-completing-read-with-default):
1156 * mml.el (widget-button-press, gnus-make-hashtable):
1157 * mml1991.el (mm-decode-content-transfer-encoding)
1158 (mm-encode-content-transfer-encoding)
1159 (message-options-get, message-options-set):
1160 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1161 * nnfolder.el (gnus-request-group):
1162 * nnheader.el (ietf-drums-unfold-fws):
1163 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1164 * smime.el (gnus-run-mode-hooks):
1165 * spam-stat.el (gnus-message): Autoload.
1166
1167 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1168 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1169 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1170 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1171 Add declare-function compatibility definition.
1172
1173 * gnus-cache.el (nnvirtual-find-group-art):
1174 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1175 (gnus-add-image, gnus-add-wash-type):
1176 * gnus-group.el (nnkiboze-score-file):
1177 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1178 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1179 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1180 (message-tokenize-header, gnus-get-buffer-create)
1181 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1182 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1183 * gnus.el (gnus-group-decoded-name):
1184 * mail-source.el (imap-capability):
1185 * mm-bodies.el (message-options-set):
1186 * mm-decode.el (gnus-configure-windows):
1187 * mm-extern.el (message-goto-body):
1188 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1189 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1190 (epg-sub-key-validity, message-options-set):
1191 * mml.el (widget-event-point, gnus-configure-windows):
1192 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1193 * mml2015.el (epg-check-configuration, epg-configuration)
1194 (message-options-set):
1195 * nndb.el (nndb-request-article):
1196 * nnfolder.el (gnus-request-create-group):
1197 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1198 * nnmaildir.el (gnus-group-mark-article-read):
1199 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1200 * rfc1843.el (message-fetch-field):
1201 * spam.el (gnus-extract-address-components):
1202 Declare as functions.
1203
1204 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1205
1206 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1207
1208 2007-12-09 Glenn Morris <rgm@gnu.org>
1209
1210 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1211
1212 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1213 * message.el, mm-view.el, sieve-manage, smime.el:
1214 Add declare-function compatibility definition.
1215
1216 * gnus-art.el (w3-region, w3m-region, Info-menu):
1217 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1218 * gnus-sum.el (gnus-get-predicate):
1219 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1220 * message.el (mail-abbrev-in-expansion-header-p):
1221 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1222 (w3m-detect-meta-charset, w3m-region):
1223 * sieve-manage.el (password-read, password-cache-add)
1224 (password-cache-remove):
1225 * smime.el (password-read-and-add): Declare as functions.
1226
1227 2007-12-08 David Kastrup <dak@gnu.org>
1228
1229 * gnus-sum.el (gnus-summary-simplify-subject-query):
1230 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1231 `message'.
1232
1233 2007-12-07 Glenn Morris <rgm@gnu.org>
1234
1235 * gnus-art.el (article-make-date-line): Revert previous change.
1236
1237 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1238
1239 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1240
1241 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
1242
1243 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1244 Call gnus-add-to-range ranges only once with a prepared article-list.
1245
1246 2007-12-06 Paul Jarc <prj@po.cwru.edu>
1247
1248 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1249 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1250 group names with backslashes. Reported by Tassilo Horn
1251 <tassilo@member.fsf.org>.
1252
1253 2007-12-06 D. Goel <deego3@gmail.com>
1254
1255 * gnus-art.el (article-make-date-line):
1256 * gnus-start.el (gnus-load):
1257 * pop3.el (pop3-read-response): Fix buggy call to `error'.
1258
1259 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1260
1261 * gnus-art.el (gnus-use-idna)
1262 * gnus-start.el (gnus-site-init-file)
1263 * message.el (message-use-idna)
1264 * mm-uu.el (mm-uu-hide-markers)
1265 * smiley.el (smiley-style): Revert changes that suppress warnings.
1266
1267 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1268
1269 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1270 specify charset to html source. Reported by Christoph Conrad
1271 <christoph.conrad@gmx.de>.
1272
1273 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1274
1275 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1276 idna-program in order to suppress byte compile warning issued by XEmacs
1277 that came to byte compile the default value section of defcustom forms
1278 recently.
1279
1280 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1281 value of installation-directory.
1282
1283 * message.el (message-use-idna): Don't directly refer to the value of
1284 idna-program.
1285
1286 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1287
1288 * smiley.el (smiley-style): Don't directly call face-attribute.
1289
1290 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1291
1292 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1293
1294 * gnus-dired.el: Reduce Gnus dependencies.
1295 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1296 require. Use autoloads instead.
1297 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1298 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1299 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1300 (gnus-dired-mode): Adjust doc string.
1301 (gnus-dired-mail-mode): New variable.
1302 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1303 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1304 (gnus-dired-mail-buffers): New function. Return mail or message
1305 composition buffers.
1306 (gnus-dired-attach): Use it.
1307 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1308 NO-DECODE.
1309 (gnus-dired-print): Use `gnus-print-buffer' depending on
1310 `gnus-dired-mail-mode'.
1311
1312 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1313
1314 * rfc2047.el (rfc2047-encoded-word-regexp)
1315 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1316 explaining what regexp patterns are for.
1317
1318 2007-12-04 Glenn Morris <rgm@gnu.org>
1319
1320 * password.el: Move to ../password-cache.el.
1321
1322 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1323 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1324 * mml-smime.el (password-read, password-cache-add)
1325 (password-cache-remove):
1326 No need to autoload, since mml-sec requires password.
1327
1328 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1329 * message.el (gnus-extract-address-components):
1330 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1331
1332 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1333 password.
1334
1335 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1336
1337 * mailcap.el: Reduce dependencies.
1338 (mail-header-parse-content-type): Autoload.
1339 (mailcap-delete-duplicates): New alias.
1340 (mailcap-mime-info): Add optional argument NO-DECODE.
1341 (mailcap-mime-types): Use mailcap-delete-duplicates.
1342
1343 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1344
1345 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1346
1347 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1348 function.
1349
1350 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1351 (gnus-uu-yenc-article): New function.
1352
1353 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1354
1355 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1356 buffer.
1357
1358 2007-12-02 Glenn Morris <rgm@gnu.org>
1359
1360 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1361 Move to ../net.
1362
1363 * binhex.el, uudecode.el: Move to ../mail.
1364
1365 * encrypt.el: Remove file.
1366
1367 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1368
1369 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1370 matches on patches.
1371
1372 * gnus-art.el (gnus-article-browse-html-article): Mention
1373 `mm-text-html-renderer' in the doc string.
1374
1375 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1376 string. Add comments.
1377
1378 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1379 if rhs is ASCII.
1380
1381 2007-12-01 Glenn Morris <rgm@gnu.org>
1382
1383 * dig.el, dns.el: Move to ../net.
1384 * format-spec.el, hex-util.el, sha1.el: Move to ../.
1385
1386 * mail-source.el (top-level): Require format-spec before
1387 eval-when-compile.
1388
1389 2007-11-30 Glenn Morris <rgm@gnu.org>
1390
1391 * encrypt.el: Require password, rather than autoloading password-read.
1392
1393 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
1394
1395 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1396 caller can indicate whether the cache should be disregarded for this
1397 call. This way the result of the call is reproducible at all times and
1398 can be considered a canonical server name for the supplied method.
1399 (gnus-agent-method-p): Canonicalize server names by pushing their
1400 method through `gnus-method-to-server' using the no-cache argument.
1401
1402 * gnus-srvr.el (gnus-server-insert-server-line): Call
1403 `gnus-method-to-server' with `no-cache' argument.
1404
1405 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1406 gnus-agent-possibly-synchronize-flags as this should be called when the
1407 server is actually being opened.
1408 (gnus-agent-possibly-synchronize-flags)
1409 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1410 flags file of an agentized server to the latter function.
1411
1412 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1413 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1414 after a connection has been established successfully.
1415
1416 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1417
1418 * gnus-art.el (article-display-face): Force to display face if called
1419 interactively; check if gnus-article-x-face-too-ugly matches author.
1420 (article-display-x-face): Display face even if From header is missing
1421 as article-display-face does.
1422
1423 2007-11-28 Richard Stallman <rms@gnu.org>
1424
1425 * md4.el: Move to ../.
1426 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1427
1428 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1429
1430 * mail-source.el (mail-sources): Default to fetch from file for
1431 compatibility with default of nnmail-spool-file.
1432
1433 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1434
1435 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1436 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1437 to look for encoded word that should be encoded again.
1438 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1439 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1440 encoding pattern.
1441 (rfc2047-decode-region): Switch strict regexp and loose one according
1442 to rfc2047-allow-irregular-q-encoded-words.
1443
1444 2007-11-26 Simon Josefsson <simon@josefsson.org>
1445
1446 * imap.el: Move to ../net directory.
1447
1448 2007-11-25 Romain Francoise <romain@orebokech.com>
1449
1450 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1451
1452 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1453
1454 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1455 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1456
1457 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1458 `nnmail-spool-file'.
1459
1460 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1461 `nnmail-spool-file'.
1462
1463 * gnus-move.el (gnus-change-server): Ditto.
1464
1465 * gnus-kill.el (gnus-batch-score): Ditto.
1466
1467 * gnus-cache.el (gnus-jog-cache): Ditto.
1468
1469 * gnus-msg.el (gnus-summary-reply):
1470 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1471
1472 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1473
1474 * gnus-cache.el (gnus-cache-generate-nov-databases):
1475 Use nnml-generate-nov-databases-directory instead of
1476 nnml-generate-nov-databases-1.
1477
1478 2007-11-24 Glenn Morris <rgm@gnu.org>
1479
1480 * message.el (message-tool-bar-retro): Update for rename
1481 mail_send.xpm->mail-send.xpm.
1482
1483 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1484
1485 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1486 `smime-ldap-search' for Emacs 22 and up.
1487
1488 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1489
1490 * hashcash.el: Move to ../mail directory.
1491
1492 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1493
1494 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1495 `smime-ldap-search' for Emacs 22 and up.
1496
1497 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1498
1499 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1500
1501 * message.el (message-send-mail-function): Fix error convention.
1502 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1503 (message-widen-reply, message-send-mail, message-talkative-question)
1504 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1505 (message-clone-locals, message-send-news): Use with-current-buffer.
1506 (message-insert-or-toggle-importance): Remove unused var `valid'.
1507 (message-make-references): Remove unused var `new-references'.
1508 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1509
1510 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1511
1512 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1513 (spam-split-symbolic-return-positive): Reflow docstring.
1514 (spam-backends, spam-summary-exit-behavior)
1515 (spam-mark-ham-unread-before-move-from-spam-group)
1516 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1517 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1518 (spam-clear-cache, spam-backend-check, spam-install-backend)
1519 (spam-install-statistical-backend, spam-list-of-processors)
1520 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1521 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1522 (spam-check-crm114, spam-initialize, spam-unload-hook):
1523 Fix typos in docstrings.
1524
1525 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1526
1527 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1528 been checked if they have never been read and those group levels are
1529 higher than the one that a user specified.
1530
1531 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1532
1533 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1534 foreign groups unless a group level is specified by a user.
1535 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1536
1537 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1538
1539 * message.el (message-send-mail-function): Require sendmail.
1540
1541 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1542
1543 * message.el (message-send-mail-function): Check for smtpmail too.
1544
1545 * utf7.el (utf7-encode, utf7-decode): Use coding system
1546 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1547
1548 * message.el (message-send-mail-function): New function.
1549 (message-send-mail-function): Set default using
1550 message-send-mail-function. Adjust doc string.
1551 (message-send-mail-with-mailclient): New function.
1552
1553 2007-11-17 Richard Stallman <rms@gnu.org>
1554
1555 * assistant.el: Remove file.
1556
1557 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1558
1559 * smime.el (from):
1560 * rfc2047.el (message-posting-charset):
1561 * qp.el (mm-use-ultra-safe-encoding):
1562 * pop3.el (parse-time-months):
1563 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1564 * nnml.el (files):
1565 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1566 (jka-compr-compression-info-list, ange-ftp-path-format)
1567 (efs-path-regexp):
1568 * nndiary.el (files):
1569 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1570 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1571 (epg-digest-algorithm-alist, inhibit-redisplay)
1572 (password-cache-expiry):
1573 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1574 (pgg-output-buffer, password-cache-expiry):
1575 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1576 (efs-path-regexp):
1577 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1578 (inhibit-redisplay):
1579 * mm-uu.el (file-name, start-point, end-point, entry)
1580 (gnus-newsgroup-name, gnus-newsgroup-charset):
1581 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1582 (latin-unity-ucs-list):
1583 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1584 (mm-uu-binhex-decode-function):
1585 * message.el (gnus-message-group-art, gnus-list-identifiers, )
1586 (rmail-enable-mime-composing, gnus-local-organization)
1587 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1588 (gnus-read-active-file, facemenu-add-face-function)
1589 (facemenu-remove-face-function, gnus-article-decoded-p)
1590 (tool-bar-mode):
1591 * mail-source.el (display-time-mail-function):
1592 * gnus-util.el (nnmail-pathname-coding-system)
1593 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1594 (gnus-original-article-buffer, gnus-user-agent)
1595 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1596 (xemacs-codename, sxemacs-codename, emacs-program-version):
1597 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1598 * gnus-start.el (gnus-agent-covered-methods)
1599 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1600 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1601 (gnus-newsgroup-headers, gnus-group-list-mode)
1602 (gnus-group-mark-positions, gnus-newsgroup-data)
1603 (gnus-newsgroup-unreads, nnoo-state-alist)
1604 (gnus-current-select-method, mail-sources)
1605 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1606 (nnmail-spool-file, gnus-cache-active-hashtb):
1607 * gnus-mh.el (mh-lib-progs):
1608 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1609 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1610 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1611 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1612 (gnus-group-buffer):
1613 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1614 (font-lock-set-defaults):
1615 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1616 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1617 (gnus-summary-post-menu, total-parts, type, condition, length):
1618 * gnus-agent.el (gnus-agent-read-agentview):
1619 * flow-fill.el (show-trailing-whitespace):
1620 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1621 eval-and-compile wrappers for byte compiler pacifiers.
1622
1623 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1624 (mm-display-inline-fontify): Check for featurep 'xemacs not
1625 extent-list.
1626
1627 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1628 itimer-list.
1629 (mm-create-image-xemacs): Only do something for XEmacs.
1630 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1631
1632 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1633
1634 * gnus-registry.el (gnus-adaptive-word-syntax-table):
1635 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1636
1637 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1638
1639 * nnimap.el (nnimap-split-download-body):
1640 * gnus-demon.el (gnus-demon):
1641 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1642
1643 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1644
1645 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1646 macros.
1647 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1648 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1649 copy data from unibyte buffer to multibyte current buffer.
1650 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1651 to copy data from unibyte current buffer to multibyte buffer.
1652 (nntp-make-process-buffer): Make process buffer unibyte.
1653
1654 * pop3.el (pop3-open-server): Fix typo in Lisp code.
1655
1656 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
1657
1658 * pop3.el (pop3-open-server): Accept and process data more robustly at
1659 connexion start to avoid spurious "POP SSL connexion failed" errors.
1660
1661 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1662
1663 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1664 read group names.
1665
1666 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
1667
1668 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1669
1670 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1671
1672 * nnmail.el (nnmail-parse-active): Make group names unibyte.
1673 (nnmail-save-active): Use a unibyte buffer when saving active file,
1674 which may contain non-ASCII group names.
1675
1676 * nnml.el (nnml-request-group): Decode group names in messages.
1677
1678 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1679
1680 * message.el (message-citation-line-function)
1681 (message-insert-formatted-citation-line): Fix spelling of
1682 `message-insert-formated-citation-line'.
1683
1684 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
1685
1686 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1687
1688 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1689
1690 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1691 nnmail-pathname-coding-system.
1692
1693 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1694 that a user enters; decode group names in messages.
1695
1696 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1697
1698 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
1699
1700 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1701
1702 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1703
1704 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1705 risky local variable.
1706
1707 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1708
1709 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1710
1711 * encrypt.el: Improve documentation to fix function name typo.
1712 Reported by Daiki Ueno <ueno@unixuser.org>.
1713
1714 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1715
1716 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1717 even if the point is not in the last page of an article.
1718 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1719 back to the previous page.
1720
1721 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
1722
1723 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1724
1725 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
1726
1727 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1728
1729 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1730
1731 * message.el (message-check-news-body-syntax): Avoid
1732 mm-string-as-multibyte.
1733 (message-hide-headers): Don't assume (point-min)==1.
1734
1735 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1736
1737 * message.el (message-remove-blank-cited-lines): Fix if remove is
1738 given.
1739 (message-bogus-address-regexp): New variable.
1740 (message-bogus-recipient-p): New function.
1741 (message-check-recipients): New command.
1742 (message-syntax-checks): Add `bogus-recipient'.
1743 (message-fix-before-sending): Add `bogus-recipient'.
1744
1745 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1746 (gnus-treat-body-boundary): Don't test window-system.
1747
1748 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
1749
1750 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1751
1752 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1753
1754 * gnus.el: Bump version to Gnus v5.13.
1755
1756 2007-10-28 Miles Bader <miles@gnu.org>
1757
1758 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1759 at compile-time too.
1760
1761 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
1762
1763 * gnus-msg.el (gnus-message-setup-hook): Add
1764 `message-remove-blank-cited-lines' to options.
1765
1766 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
1767
1768 * message.el (message-remove-blank-cited-lines): New function.
1769 Suggested by Karl Plästerer.
1770
1771 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
1772
1773 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1774 mapc.
1775
1776 * imap.el (imap-open): Replace mapcar called for effect with mapc.
1777 (top-level): Use mapc to set functions to be traced for debugging.
1778
1779 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1780 called for effect with while loop.
1781
1782 * message.el (message-talkative-question): Replace mapcar called for
1783 effect with mapc.
1784
1785 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1786 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1787 called for effect with dolist.
1788
1789 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1790
1791 * nndiary.el: Use dolist instead of mapcar to add diary headers to
1792 gnus-extra-headers and nnmail-extra-headers.
1793
1794 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1795 called for effect with dolist.
1796 (top-level): Use mapc to set functions to be traced for debugging.
1797
1798 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1799 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1800 dolist.
1801
1802 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1803 Replace mapcar called for effect with mapc.
1804 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1805 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1806 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1807 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1808
1809 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1810 remove-if that's a cl function.
1811
1812 * webmail.el (webmail-debug): Replace mapcar called for effect with
1813 dolist.
1814
1815 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
1816
1817 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1818 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1819 with while loop.
1820
1821 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1822 functions from article-* functions.
1823 (gnus-multi-decode-header): Replace mapcar called for effect with
1824 dolist.
1825
1826 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1827 (gnus-bookmark-show-details): Replace mapcar called for effect with
1828 while loop.
1829
1830 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1831 called for effect with while loop.
1832
1833 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1834 with dolist.
1835
1836 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1837 mapcar called for effect with dolist.
1838
1839 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1840
1841 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1842 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1843 Replace mapcar called for effect with dolist.
1844 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1845 mapc.
1846
1847 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1848 Replace mapcar called for effect with dolist.
1849 (gnus-topic-list): Replace mapcar called for effect with mapc.
1850
1851 * gnus.el: Use mapc instead of mapcar to add autoloads.
1852
1853 2007-10-23 Richard Stallman <rms@gnu.org>
1854
1855 * gnus-group.el (gnus-group-highlight): Mark as risky.
1856
1857 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
1858
1859 * gnus.el (gnus-server-to-method): Return method found first in
1860 gnus-newsrc-alist.
1861
1862 * gnus-art.el (gnus-article-highlight-signature)
1863 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1864 button overlay without the front stickiness.
1865
1866 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
1867
1868 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1869 overview buffer needed a catch to receive its throw.
1870 (gnus-agent-flush-cache): Declared as interactive to make this function
1871 easier to use.
1872
1873 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
1874
1875 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1876 `next-line'.
1877
1878 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1879
1880 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1881 exclude address matching message-dont-reply-to-names.
1882
1883 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1884
1885 * gnus-util.el (gnus-string<): New function.
1886
1887 * gnus-sum.el (gnus-article-sort-by-author)
1888 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1889
1890 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1891
1892 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1893 the frame-focus tag is set in gnus-buffer-configuration.
1894
1895 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
1896
1897 * gnus-art.el (gnus-article-add-button): Make a button overlay without
1898 the front stickiness.
1899
1900 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1901
1902 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1903 url pattern; remove duplicate one.
1904 (gnus-article-extend-url-button): New function.
1905 (gnus-article-add-buttons): Use it.
1906 (gnus-button-push): Use concatenated url that it makes.
1907
1908 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1909
1910 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1911 (sieve-manage-open): Use `mapc' instead of `mapcar'.
1912
1913 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1914
1915 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1916 Don't hardcode point-min==1.
1917
1918 2007-09-30 David Kastrup <dak@gnu.org>
1919
1920 * gnus-art.el (gnus-article-reply-with-original)
1921 (gnus-article-followup-with-original): When `transient-mark-mode' is
1922 off, refrain from active-region behavior for followups.
1923
1924 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
1925
1926 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1927 Fix comment about "iso8859-1".
1928
1929 2007-10-08 Daiki Ueno <ueno@unixuser.org>
1930
1931 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1932 ones returned from the verify-function.
1933
1934 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1935 mml2015-extract-cleartext-signature if extraction failed.
1936
1937 2007-10-07 Daiki Ueno <ueno@unixuser.org>
1938
1939 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
1940 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
1941 failed.
1942
1943 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
1944
1945 * Relicense "GPLv2 or later" files to "GPLv3 or later".
1946
1947 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1948
1949 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
1950 to mark a thread as expirable. Add variable `hide' to handle hiding of
1951 thread for both the null and zero (kill/expire thread) universal prefix
1952 cases.
1953 (gnus-summary-expire-thread): Add new function to expire a thread,
1954 using gnus-summary-kill-thread.
1955 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
1956 shortcuts for gnus-summary-expire-thread.
1957 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
1958 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
1959
1960 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1961
1962 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
1963 extras value, so an extras entry can be deleted.
1964 (gnus-registry-delete-extra-entry): Use it.
1965 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
1966 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
1967 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
1968 storage through the gnus-registry, and provide an appropriate API for
1969 it.
1970
1971 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1972
1973 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
1974 Suggested by Leo <sdl.web@gmail.com>.
1975
1976 * gnus.el: Do.
1977
1978 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1979
1980 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
1981 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
1982
1983 * gnus-agent.el (gnus-agent-fetch-headers): Do.
1984
1985 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1986 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
1987
1988 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1989
1990 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
1991 newline.
1992 (nnmbox-request-accept-article): Don't change article in source buffer;
1993 narrow to header to use message-fetch-field rather than
1994 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
1995 (nnmbox-request-replace-article): Quote lines that'll be misidentified
1996 as delimiters; make sure article ends with newline.
1997 (nnmbox-delete-mail): Correct last position of article to be deleted;
1998 ignore X-Gnus-Newsgroup header in article body.
1999 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2000 positions; make sure article ends with newline.
2001
2002 * message.el (message-display-abbrev): Don't infloop when a user
2003 inserts SPC in the beginning of header.
2004
2005 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2006
2007 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2008 list of groups not followed by default. Fix type to be regexp.
2009 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2010
2011 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2012
2013 * hmac-def.el (define-hmac-function): Switch from old-style to
2014 new-style backquotes.
2015
2016 * md4.el (md4-make-step): Likewise.
2017
2018 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2019
2020 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2021 raw-text coding system when saving .newsrc file, which may contain
2022 non-ASCII group names.
2023
2024 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2025
2026 * gnus-cus.el (gnus-score-extra): New widget.
2027 (gnus-score-extra-convert): New function.
2028 (gnus-score-customize): Use it for Extra.
2029
2030 2007-08-31 Daiki Ueno <ueno@unixuser.org>
2031
2032 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2033 (mml2015-mailcrypt-clear-verify): Use it.
2034 (mml2015-gpg-clear-verify): Use it.
2035 (mml2015-pgg-clear-verify): Use it.
2036 (mml2015-epg-clear-verify): Replace the current part with the output
2037 from GnuPG; don't extract the plaintext by itself.
2038
2039 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2040 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2041 mml2015-clear-verify-function; don't touch the armor headers or
2042 dash-escaped text here.
2043
2044 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2045
2046 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2047 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2048 parts, or application/octet-stream as a last resort.
2049 (gnus-mime-view-part-as-type): Don't toggle display.
2050 (gnus-mime-view-part-as-charset): Don't turn off display before
2051 querying charset.
2052
2053 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2054 stuff to undisplayer function in Emacs.
2055 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2056
2057 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2058 text/calendar parts.
2059
2060 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2061
2062 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2063 decoding text/calendar parts.
2064
2065 * message.el (message-forward-make-body-mime): Always mark body as
2066 having no illegible text; remove signed-or-encrypted argument.
2067 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2068
2069 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2070 (mml-generate-mime-1): Don't encode body if it is specified to be in
2071 raw form; don't make buffer be unibyte when inserting multibyte string.
2072
2073 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2074
2075 * sha1.el: Fix up comment style.
2076 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2077 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2078
2079 * hex-util.el: Fix up comment style.
2080 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2081
2082 * gnus-salt.el: Use with-current-buffer.
2083 (gnus-pick-setup-message): Fix long-standing typo.
2084
2085 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2086
2087 * imap.el (imap-logout-timeout): New variable.
2088 (imap-logout, imap-logout-wait): New functions.
2089 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2090
2091 * nnimap.el (nnimap-logout-timeout): New server variable.
2092 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2093 nnimap-logout-timeout.
2094
2095 * gnus-art.el (gnus-article-summary-command-nosave)
2096 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2097
2098 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2099
2100 * gnus.el (gnus-maximum-newsgroup): New variable.
2101
2102 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2103 according to gnus-maximum-newsgroup.
2104
2105 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2106 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2107 Limit the range of articles according to gnus-maximum-newsgroup.
2108
2109 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2110
2111 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2112 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2113 Don't perform gnus-configure-windows here; reuse existing sticky
2114 article buffer.
2115
2116 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2117 it doesn't exist in gnus-article-mode.
2118
2119 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2120
2121 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2122 (gnus-agent-decoded-group-name): New function.
2123 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2124 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2125
2126 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2127
2128 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2129 Add binding for gnus-sticky-article.
2130 (gnus-summary-exit): Don't kill sticky article buffers.
2131
2132 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2133 article buffer.
2134 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2135 (gnus-kill-sticky-article-buffers): New commands.
2136
2137 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2138
2139 * nntp.el (nntp-xref-number-is-evil): New server variable.
2140 (nntp-find-group-and-number): If it is non-nil, don't trust article
2141 numbers in the Xref header.
2142
2143 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2144
2145 * gnus-agent.el (gnus-agent-read-group): New function.
2146 (gnus-agent-flush-group, gnus-agent-expire-group)
2147 (gnus-agent-regenerate-group): Use it.
2148 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2149 nnmail-pathname-coding-system.
2150
2151 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2152
2153 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2154
2155 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2156 that are unread as unread, and also as selected so that information of
2157 marks having been changed by a user may be updated when exiting group.
2158
2159 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2160
2161 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2162
2163 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2164
2165 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2166 calculated ignoring signature parts to gnus-treat-article.
2167
2168 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2169
2170 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2171 a point here in order to keep the window start.
2172 (gnus-insert-mime-security-button): Make a button overlay without the
2173 front stickiness.
2174 (gnus-mime-display-security): Goto the end of a button.
2175
2176 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2177
2178 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2179
2180 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2181 group-name-at-point.
2182 (gnus-group-completing-read): New function that offers decoded
2183 non-ASCII group names for completion.
2184 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2185 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2186 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2187 (gnus-group-fetch-control): Use it.
2188 (gnus-fetch-group): Use group-name-at-point for the initial value
2189 rather than the default value; use gnus-alive-p.
2190
2191 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2192 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2193 (gnus-summary-post-news): Use gnus-group-completing-read.
2194
2195 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2196 (gnus-read-move-group-name): Decode group name for completion.
2197
2198 2007-07-31 Ted Zlatanov <tzz@lifelogs.com>
2199
2200 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2201 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2202 Yamaoka slightly modified the code).
2203
2204 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2205
2206 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2207 (nnmail-split-incoming): Bind it.
2208
2209 * nnml.el (nnml-group-name-charset): New function.
2210 (nnml-decoded-group-name): Use it; don't decode group name if
2211 nnmail-group-names-not-encoded-p is non-nil.
2212 (nnml-encoded-group-name): New function.
2213 (nnml-group-pathname): Inline nnml-decoded-group-name.
2214 (nnml-request-expire-articles): Decode group name in message.
2215 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2216 nnmail-pathname-coding-system.
2217 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2218 not decoded ones according to nnmail-group-names-not-encoded-p.
2219 (nnml-generate-active-info): Use nnml-encoded-group-name.
2220
2221 2007-08-08 Glenn Morris <rgm@gnu.org>
2222
2223 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2224 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2225 doc-strings and comments.
2226
2227 2007-07-25 Glenn Morris <rgm@gnu.org>
2228
2229 * Relicense all FSF files to GPLv3 or later.
2230
2231 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2232
2233 * gnus-sum.el (gnus-summary-move-article): Make
2234 gnus-summary-respool-article work.
2235
2236 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2237
2238 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2239 string.
2240
2241 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
2242
2243 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2244 that should be ignored when comparing distant RSS articles with local
2245 ones.
2246 (nnrss-make-hash-index): New function. Create a hash index according
2247 to the ignored fields.
2248 (nnrss-check-group): Use it.
2249
2250 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2251
2252 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2253
2254 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2255
2256 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2257 the new optional argument ENCODED is non-nil.
2258 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2259 coding system for encoding group name.
2260 (gnus-group-make-rss-group): Pass un-encoded group name to
2261 gnus-group-make-group.
2262 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2263 encoded.
2264
2265 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2266 Encode group name to which articles are moved or copied.
2267 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2268 coding system for encoding Newsgroup, Followup-To and Xref headers.
2269
2270 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2271 marks; use nnheader-file-coding-system to write a file.
2272 (nnagent-retrieve-headers): Bind file-name-coding-system to
2273 nnmail-pathname-coding-system.
2274
2275 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2276
2277 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2278 (nnml-request-article, nnml-request-create-group)
2279 (nnml-request-rename-group, nnml-find-id)
2280 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2281 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2282 (nnml-save-marks): Use nnml-group-pathname instead of
2283 nnmail-group-pathname.
2284
2285 (nnml-request-create-group, nnml-request-expire-articles)
2286 (nnml-request-move-article, nnml-request-delete-group)
2287 (nnml-deletable-article-p, nnml-possibly-create-directory)
2288 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2289 (nnml-open-marks): Bind file-name-coding-system to
2290 nnmail-pathname-coding-system.
2291
2292 (nnml-request-article): Pass server argument to nnml-find-group-number.
2293 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2294 server argument to nnml-possibly-create-directory.
2295 (nnml-request-accept-article): Pass server argument to
2296 nnml-active-number and nnml-save-mail.
2297 (nnml-find-group-number): Pass server argument to nnml-find-id.
2298 (nnml-request-update-info): Pass server argument to
2299 nnml-marks-changed-p.
2300
2301 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2302 (nnml-save-mail, nnml-active-number): Add server argument.
2303
2304 (nnml-request-delete-group): Warn if group is missing.
2305 (nnml-get-nov-buffer): Decode group name.
2306 (nnml-generate-active-info): Encode group name.
2307 (nnml-open-marks): Decode group name in messages.
2308
2309 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2310
2311 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2312 if it is not specified.
2313 (gnus-article-pipe-part, gnus-article-save-part)
2314 (gnus-article-interactively-view-part, gnus-article-copy-part)
2315 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2316 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2317 (gnus-article-replace-part, gnus-article-delete-part)
2318 (gnus-article-view-part-as-type): Pass raw prefix argument to
2319 gnus-article-part-wrapper.
2320
2321 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2322
2323 * gnus-agent.el (gnus-agent-save-active): Bind
2324 nnheader-file-coding-system to gnus-agent-file-coding-system.
2325
2326 * gnus-cache.el (gnus-cache-save-buffers)
2327 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2328 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2329 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2330 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2331 (gnus-cache-generate-active, gnus-cache-rename-group)
2332 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2333 (gnus-cache-update-overview-total-fetched-for): Bind
2334 file-name-coding-system to nnmail-pathname-coding-system.
2335 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2336 variables.
2337 (gnus-cache-decoded-group-name): New function.
2338 (gnus-cache-file-name): Use it.
2339 (gnus-cache-generate-active): Use non-decoded group name for active.
2340
2341 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2342 right place.
2343 (gnus-write-active-file): Don't break non-ASCII group names.
2344
2345 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2346 nnmail-pathname-coding-system.
2347
2348 * gnus-uu.el (gnus-uu-decode-save): Typo.
2349
2350 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2351
2352 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2353
2354 2007-07-14 David Kastrup <dak@gnu.org>
2355
2356 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2357 finishing actions if we did not edit the article.
2358
2359 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2360
2361 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2362 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2363 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2364 (gnus-agent-flush-group, gnus-agent-flush-cache)
2365 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2366 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2367 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2368 (gnus-agent-regenerate-group)
2369 (gnus-agent-update-files-total-fetched-for)
2370 (gnus-agent-update-view-total-fetched-for): Bind
2371 file-name-coding-system to nnmail-pathname-coding-system.
2372 (gnus-agent-group-pathname): Don't encode file names by
2373 nnmail-pathname-coding-system.
2374 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2375 coding-system-for-write instead of buffer-file-coding-system to
2376 gnus-agent-file-coding-system.
2377
2378 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2379 Decode group name.
2380
2381 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2382
2383 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2384 (gnus-read-newsrc-el-file): Make group names unibyte.
2385
2386 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2387 nnmail-pathname-coding-system.
2388
2389 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2390 (nnrss-request-delete-group): Bind file-name-coding-system to
2391 nnmail-pathname-coding-system.
2392 (nnrss-read-server-data, nnrss-read-group-data): Bind
2393 file-name-coding-system correctly.
2394 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2395
2396 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2397 (nntp-server-to-method-cache): New variable.
2398 (nntp-group-pathname): New function that decodes non-ASCII group names.
2399 (nntp-possibly-create-directory, nntp-marks-changed-p)
2400 (nntp-save-marks, nntp-open-marks): Use it.
2401 (nntp-possibly-create-directory, nntp-open-marks):
2402 Bind file-name-coding-system to nnmail-pathname-coding-system.
2403 (nntp-open-marks): Decode group names when bootstrapping marks.
2404
2405 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2406 Newsgroups and Folowup-To headers.
2407
2408 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2409
2410 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2411 (gnus-server-closed-face, gnus-server-denied-face)
2412 (gnus-server-offline-face): Remove variable.
2413 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2414
2415 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2416 of modifying message-stack directly for XEmacs.
2417
2418 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2419 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2420 if the coding-system argument is nil for XEmacs.
2421
2422 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2423 mm-charset-override-alist.
2424
2425 * rfc2047.el: Don't require base64; require rfc2045 for the function
2426 rfc2045-encode-string.
2427 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2428 to quote the parameter value.
2429
2430 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2431
2432 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2433 form in gnus-group-name-charset-method-alist.
2434
2435 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2436 overrides the default layout edit-form.
2437
2438 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2439
2440 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2441
2442 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2443
2444 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2445 as unfetched articles.
2446
2447 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2448
2449 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2450
2451 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2452
2453 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2454 original back end that keeps marks in the local system.
2455
2456 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2457
2458 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2459 arg of pop-to-buffer for XEmacs.
2460 (gnus-article-read-summary-keys): Ditto; don't restore window
2461 configuration if summary command ends up with neither article buffer
2462 nor summary buffer; describe bindings if summary keys end with C-h.
2463
2464 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2465
2466 * message.el (message-fix-before-sending): Skip raw message part to be
2467 forwarded while checking illegible text.
2468 (message-forward-make-body-mime, message-forward-make-body): Mark
2469 signed or encrypted raw message as having no illegible text.
2470
2471 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2472
2473 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2474 (gnus-message-with-timestamp-1): New macro.
2475 (gnus-message-with-timestamp): New function.
2476 (gnus-message): Use them.
2477
2478 * nnheader.el (nnheader-message): Use them.
2479
2480 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2481
2482 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2483 .newsrc.eld file.
2484
2485 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2486
2487 * gnus-agent.el (gnus-agent-fetch-headers)
2488 (gnus-agent-retrieve-headers): Bind
2489 gnus-decode-encoded-address-function to identity.
2490
2491 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2492 available also when the server returns simply a dot.
2493
2494 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2495
2496 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2497
2498 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2499
2500 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2501
2502 * gnus-ems.el (gnus-x-splash): Make it work.
2503
2504 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2505 from being used.
2506
2507 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2508
2509 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2510 the front stickiness.
2511 (gnus-article-summary-command-nosave): Correct the order of the
2512 arguments passed to pop-to-buffer.
2513 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2514 summary command ends up with the article buffer.
2515
2516 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2517 the same faces.
2518
2519 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2520
2521 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2522
2523 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2524
2525 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2526 * gnus-sum.el (gnus-summary-highlight):
2527 * mail-source.el (mail-source-delete-old-incoming-confirm):
2528 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2529
2530 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2531
2532 * gnus-art.el (gnus-mime-view-part-externally)
2533 (gnus-mime-view-part-internally): Fix predicate function passed to
2534 completing-read.
2535
2536 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2537
2538 * gnus.el (gnus-update-message-archive-method): Add :version.
2539
2540 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2541
2542 * gnus.el (gnus-update-message-archive-method): New variable.
2543
2544 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2545 according to gnus-message-archive-method if
2546 gnus-update-message-archive-method is non-nil.
2547
2548 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2549
2550 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2551 by Loic Dachary <loic@dachary.org>.
2552 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2553
2554 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2555
2556 * message.el (message-pop-to-buffer): Add switch-function argument.
2557 (message-mail): Pass switch-function argument to it.
2558
2559 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2560
2561 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2562 Improve doc string.
2563
2564 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2565
2566 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2567 (gnus-header-content)
2568 * gnus-cite.el (gnus-cite-10)
2569 * gnus-srvr.el (gnus-server-closed)
2570 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2571 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2572 (gnus-group-mail-3-empty, gnus-group-mail-low)
2573 (gnus-group-mail-low-empty, gnus-splash)
2574 * message.el (message-header-to, message-header-cc)
2575 (message-header-subject, message-header-other, message-header-name)
2576 (message-header-xheader, message-separator, message-cited-text)
2577 (message-mml): Lighten colors of faces used for dark background.
2578
2579 2007-05-24 Simon Josefsson <simon@josefsson.org>
2580
2581 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2582 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2583
2584 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2585
2586 * message.el (message-narrow-to-headers-or-head):
2587 Ignore mail-header-separator in the body.
2588
2589 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2590
2591 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2592 same as window size.
2593
2594 2007-05-22 Kevin Ryde <user42@zip.com.au>
2595
2596 * message.el (message-font-lock-keywords): Use message-header-xheader
2597 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2598 ahead of the anything pattern, to get it recognised.
2599
2600 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
2601
2602 * gnus-sum.el (gnus-articles-to-read)
2603 (gnus-summary-insert-old-articles): Don't truncate group name for
2604 `read-string'.
2605
2606 * gnus-util.el (gnus-limit-string): Delete this function.
2607
2608 * gnus-sum.el (gnus-simplify-subject-fully): Use
2609 `truncate-string-to-width' instead.
2610
2611 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
2612
2613 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2614 if, on summary exit, the next group has to be selected.
2615 (gnus-summary-exit): Use it.
2616
2617 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2618
2619 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2620 non-break space.
2621
2622 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2623
2624 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2625 Check if group is not a directory.
2626 (nnfolder-request-expire-articles): Don't delete articles if the target
2627 group is not available.
2628
2629 * nnml.el (nnml-request-create-group): Properly check if group is not a
2630 file.
2631 (nnml-request-expire-articles): Don't delete articles if the target
2632 group is not available.
2633
2634 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2635 Don't quote characters that are within parentheses.
2636
2637 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
2638
2639 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2640 (gnus-handle-ephemeral-exit): Select article according to it.
2641
2642 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
2643
2644 * message.el (message-insert-formated-citation-line): Remove newline.
2645 (message-citation-line-format): Add final \n here so that the user can
2646 avoid a blank line.
2647
2648 2007-05-03 Dan Christensen <jdc@uwo.ca>
2649
2650 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2651 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2652 Update lanl/arXiv support.
2653
2654 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2655
2656 * gnus.el: Bump version number.
2657
2658 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2659
2660 * gnus.el (gnus-version-number): Bump version.
2661
2662 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2663
2664 * gnus.el: No Gnus v0.6 is released.
2665
2666 2007-04-27 Didier Verna <didier@xemacs.org>
2667
2668 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2669 * gmm-utils.el (gmm-regexp-concat): here.
2670 * message.el: Don't require 'gnus-util.
2671 (message-dont-reply-to-names): Handle name change above.
2672 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2673
2674 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2675
2676 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2677 since the initial value varies according to the system.
2678
2679 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
2680
2681 * mm-util.el (mm-charset-synonym-alist): Defcustom.
2682
2683 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2684
2685 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2686
2687 2007-04-24 Didier Verna <didier@xemacs.org>
2688
2689 Improve the type of gnus-ignored-from-addresses.
2690 * gnus-util.el (gnus-orify-regexp): New function.
2691 * message.el (gnus-util): Require it.
2692 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2693 * gnus-sum.el (gnus-ignored-from-addresses): New function.
2694 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2695
2696 2007-04-24 Didier Verna <didier@xemacs.org>
2697
2698 * gnus-sum.el:
2699 * gnus-utils.el: Fix some trailing whitespaces.
2700
2701 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
2702
2703 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2704 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2705 article's Message-ID; refer parent article in summary buffer.
2706
2707 * message.el (message-bounce): Call mime-to-mml.
2708
2709 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
2710
2711 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2712
2713 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
2714
2715 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2716 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2717 displayed of multipart/alternative part if it is invoked from summary
2718 buffer.
2719
2720 * mm-view.el (mm-inline-text-html-render-with-w3m)
2721 (mm-inline-text-html-render-with-w3m-standalone)
2722 (mm-inline-render-with-function): Use mail-parse-charset by default.
2723
2724 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2725
2726 * parse-time.el (parse-time-string-chars): Check if CHAR
2727 is less than the length of parse-time-syntax.
2728
2729 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
2730
2731 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2732 from gnus-newsgroup-processable.
2733
2734 2007-04-16 Didier Verna <didier@xemacs.org>
2735
2736 * gnus-msg.el (gnus-configure-posting-styles): Handle
2737 message-signature-directory properly with :file syntax. Reported by
2738 "Leo".
2739
2740 2007-04-11 Didier Verna <didier@xemacs.org>
2741
2742 New user option: message-signature-directory.
2743 * gnus-msg.el (gnus-configure-posting-styles): Support it.
2744 * message.el (message-insert-signature): Ditto.
2745 * message.el (message-signature-file): Doc update.
2746 * message.el (message-signature-directory): New.
2747
2748 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
2749
2750 * gnus-msg.el (gnus-inews-yank-articles): Use
2751 message-exchange-point-and-mark instead of exchange-point-and-mark.
2752
2753 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
2754
2755 * message.el (message-yank-original): Make sure cited text ends with
2756 newline; don't exchange point and mark.
2757
2758 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2759
2760 * tls.el (open-tls-stream): Properly handle case where there
2761 is no associated buffer.
2762
2763 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
2764
2765 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2766 message-yank-original, make sure (< mark TEXT point).
2767
2768 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
2769
2770 * message.el (message-fill-column): New variable.
2771 (message-mode): Use it. Add comment on a possible new hook.
2772
2773 * nnmail.el (nnmail-spool-file): Mark as obsolete.
2774 (nnmail-get-new-mail): Reformat.
2775
2776 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2777
2778 * gmm-utils.el: Fix Commentary.
2779 (gmm-tool-bar-from-list): Fix typo in doc string.
2780
2781 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
2782
2783 * message.el (message-yank-original): Don't switch point and mark
2784 unnecessarily to put point and mark as documented.
2785
2786 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2787
2788 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2789 from the message heads.
2790
2791 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
2792
2793 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2794 article buffer does not have a window. This may not be the best
2795 solution but is certainly better than setting the start of the null,
2796 that is the current, window.
2797
2798 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
2799
2800 * gnus-draft.el (gnus-draft-setup-hook): New hook.
2801 (gnus-draft-setup): Run it.
2802
2803 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2804 gnus-score-fast-scoring. Allow regexp.
2805 (gnus-score-headers): Use it.
2806
2807 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2808 XEmacs.
2809
2810 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2811 string.
2812 (gnus-button-alist): Also catch `<f1> k ...'.
2813 (gnus-treat-display-x-face): Fix doc string.
2814
2815 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2816
2817 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2818 evaluation of gnus-extended-version to ensure correct generation of the
2819 User-Agent header when message-generate-headers-first is used.
2820
2821 2007-03-24 Simon Josefsson <simon@josefsson.org>
2822
2823 * hashcash.el (hashcash-generate-payment-async): Don't crash if
2824 hashcash-path is nil. Don't call callback with incorrect number of
2825 parameters if val is 0.
2826
2827 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2828
2829 * message.el (message-required-news-headers):
2830 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2831
2832 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
2833
2834 * message.el (message-generate-new-buffers): Change the meaning of the
2835 nil value; add `standard' to the choices; treat t as `unique'; improve
2836 doc string.
2837 (gnus-select-frame-set-input-focus): Autoload.
2838 (message-buffer-name): Search for the existing message buffer if
2839 message-generate-new-buffers is nil or `standard'; treat the value t of
2840 message-generate-new-buffers as `unique'.
2841 (message-pop-to-buffer): Raise the frame already displaying the message
2842 buffer; clear the echo area after querying.
2843 (message-setup): Pass the `continue' argument to compose-mail.
2844 (message-mail): Prefer `switch-function' if it is given; search for the
2845 existing message buffer if the `continue' argument is non-nil; pass
2846 continue and switch-function arguments to compose-mail by way of
2847 message-setup.
2848 (message-mail-other-window): Adjust argument of message-setup.
2849 (message-mail-other-frame): Ditto.
2850
2851 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2852
2853 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2854 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2855 to turn font-lock on when turning gnus-message-citation-mode on.
2856
2857 2007-03-06 Daiki Ueno <ueno@unixuser.org>
2858
2859 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2860 (mml-smime-function-alist): New variable; add epg as the backend.
2861 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2862 mml-smime- functions instead.
2863 * mm-view.el: Require smime.
2864
2865 2007-03-05 Didier Verna <didier@xemacs.org>
2866
2867 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2868 instead of just inheritance for posting styles.
2869 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2870
2871 2007-02-24 John Paul Wallington <jpw@pobox.com>
2872
2873 * tls.el (tls-certtool-program): Fix custom type.
2874
2875 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2876
2877 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2878 and point-at-eol instead of line-(beginning|end)-position.
2879
2880 * assistant.el (assistant-parse-buffer): Ditto.
2881
2882 2007-02-28 Daiki Ueno <ueno@unixuser.org>
2883
2884 * mml2015.el (mml2015-epg-find-usable-key): New function.
2885 (mml2015-epg-sign): Use it.
2886 (mml2015-epg-encrypt): Use it.
2887
2888 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2889
2890 * message.el (message-make-in-reply-to): Quote name containing
2891 non-ASCII characters. It will make the RFC2047 encoder cause an error
2892 if there are special characters. Reported by NAKAJI Hiroyuki
2893 <nakaji@jp.freebsd.org>.
2894
2895 2007-02-27 Didier Verna <didier@xemacs.org>
2896
2897 Include the group parameters as well as the topic ones in the
2898 inheritance filter process.
2899 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
2900 argument GROUP-PARAMS-LIST.
2901 * gnus-topic.el (gnus-group-topic-parameters): Use it.
2902
2903 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
2904
2905 * nntp.el (nntp-never-echoes-commands)
2906 (nntp-open-connection-functions-never-echo-commands): New variables.
2907 (nntp-send-command): Use them.
2908
2909 2007-02-20 Daiki Ueno <ueno@unixuser.org>
2910
2911 * mml2015.el (mml2015-epg-verify): Simplified.
2912
2913 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
2914
2915 * mml.el (mml-content-disposition-alist): New user option.
2916 (mml-content-disposition): New function.
2917 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
2918 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
2919
2920 2007-02-19 Daiki Ueno <ueno@unixuser.org>
2921
2922 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
2923 verification.
2924
2925 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2926
2927 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
2928 articles posted in the last 24 hours.
2929
2930 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
2931
2932 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
2933
2934 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
2935
2936 * nntp.el (nntp-send-command): Don't wait for echoes when
2937 nntp-open-ssl-stream is used.
2938
2939 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
2940
2941 * gnus-cite.el (gnus-test-font-lock-add-keywords)
2942 (gnus-message-add-citation-keywords)
2943 (gnus-message-remove-citation-keywords): Remove.
2944 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
2945 directly, make the variables in font-lock-defaults buffer-local, add
2946 gnus-message-citation-keywords to them and then update the value of
2947 font-lock-keywords.
2948
2949 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
2950
2951 * message.el (message-cite-original-1): Don't call
2952 gnus-article-highlight-citation.
2953
2954 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
2955 citations; fix line count.
2956
2957 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
2958
2959 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
2960 (gnus-message-add-citation-keywords)
2961 (gnus-message-remove-citation-keywords): Use it; fix the emulating
2962 versions of font-lock-add-keywords and font-lock-remove-keywords to
2963 work with XEmacs correctly.
2964
2965 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
2966
2967 * gnus-cite.el (gnus-cite-face-list): Set the values of
2968 gnus-message-max-citation-depth and gnus-message-citation-keywords.
2969 (gnus-message-max-citation-depth): Use defvar rather than defconst.
2970 (gnus-message-cite-prefix-regexp): New variable.
2971 (gnus-message-search-citation-line): Use it; protect against long
2972 citation prefix; fill match data with nil rather than 0 for XEmacs; set
2973 the 0th match data for Emacs.
2974 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
2975 (gnus-message-add-citation-keywords): Append keywords rather than
2976 prepending; emulate font-lock-add-keywords if it is not available.
2977 (gnus-message-remove-citation-keywords): Emulate
2978 font-lock-remove-keywords if it is not available.
2979
2980 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
2981
2982 * message.el (message-cite-prefix-regexp): Set the value of
2983 gnus-message-cite-prefix-regexp.
2984
2985 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2986
2987 * nnweb.el (nnweb-google-parse-1): Update parser.
2988
2989 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2990
2991 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
2992
2993 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2994
2995 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2996 regexp.
2997
2998 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
2999
3000 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3001 string-to-multibyte.
3002 (uudecode-decode-region-internal): Use it.
3003
3004 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3005
3006 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3007 custom choice.
3008
3009 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3010
3011 2007-01-22 Daiki Ueno <ueno@unixuser.org>
3012
3013 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3014
3015 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3016 `write-region' to respect `mm-inhibit-file-name-handlers'.
3017
3018 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3019
3020 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3021 Use gnus-home-directory instead of "~/" or "$HOME".
3022
3023 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3024
3025 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3026 to mention filename.
3027 Add comments at beginning regarding usage.
3028 (encrypt-write-file-contents): Change interactive so a string is
3029 acceptable. If the file has no associated model, show an error instead
3030 of a nonsense prompt.
3031
3032 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3033
3034 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3035 Thanks to Yoshihiko Yamada for kind notification of this typo.
3036
3037 2007-01-12 Kenichi Handa <handa@m17n.org>
3038
3039 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3040 multibyte buffer.
3041
3042 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3043
3044 * gnus-score.el (gnus-score-fast-scoring): New variable.
3045 (gnus-score-headers): Use it.
3046
3047 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3048
3049 * message.el (message-cite-original-1): Call
3050 gnus-article-highlight-citation if requested.
3051 (message-make-from): Allow name and address as optional arguments.
3052
3053 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3054
3055 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3056 bugs to doc string.
3057 (gnus-button-alist): Add mid\\|message-id.
3058 (gnus-button-fetch-group): Extend for use in
3059 `browse-url-browser-function'.
3060 (gnus-button-url-regexp): Try to catch paired parentheses like in
3061 Wikipedia URLs.
3062
3063 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3064 Suggested by Simon Krahnke <overlord@gmx.li>.
3065
3066 2007-01-13 Romain Francoise <romain@orebokech.com>
3067
3068 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3069 Update copyright.
3070
3071 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
3072
3073 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3074
3075 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
3076
3077 * gnus-registry.el (gnus-registry-unfollowed-groups)
3078 (gnus-registry-split-fancy-with-parent): Fix documentation.
3079
3080 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3081
3082 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3083 from nnweb groups.
3084
3085 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3086
3087 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3088 Xref urls. Erase buffer before requesting head.
3089
3090 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3091
3092 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3093
3094 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3095 customizable.
3096
3097 2007-01-05 Daiki Ueno <ueno@unixuser.org>
3098
3099 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3100 no signing key is found.
3101 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3102 no encrypting and/or signing key is found.
3103
3104 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3105
3106 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3107
3108 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3109
3110 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3111 headers read from disk with the ones newly found in the current search.
3112 This should no longer cause problems, because the article numbers in
3113 Gmane's `nov.php' output are ignored since the previous change.
3114
3115 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3116
3117 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3118
3119 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3120
3121 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3122
3123 2007-01-01 Romain Francoise <romain@orebokech.com>
3124
3125 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3126
3127 2006-12-31 Steve Youngs <steve@sxemacs.org>
3128
3129 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3130 `define-minor-mode' macro definition expanded properly.
3131 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3132 exclude it there.
3133
3134 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3135 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3136 `fboundp' test.
3137 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3138 This is OK to autoload in (S)XEmacs now.
3139
3140 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3141
3142 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3143 keystroke.
3144 (gnus-summary-limit-to-singletons): Fix typo.
3145
3146 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3147 else fails.
3148
3149 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3150
3151 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3152 docstring.
3153
3154 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3155 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3156 (gnus-summary-insert-dormant-articles): Fix typo in message.
3157
3158 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3159
3160 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3161 nil for XEmacs.
3162 (gnus-message-citation-mode): Don't autoload in XEmacs.
3163
3164 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3165
3166 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
3167
3168 * nnimap.el (nnimap-expunge-search-string): Mention
3169 nnimap-search-uids-not-since-is-evil in docstring.
3170
3171 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3172
3173 * spam.el: Revert to make-obsolete-variable because
3174 define-obsolete-variable-alias is not supported in Emacs 21.
3175
3176 * spam.el (spam-ifile-path, spam-ifile-database-path)
3177 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3178 make-obsolete-variable.
3179 (spam-bsfilter-path, spam-bsfilter-program)
3180 (spam-spamassassin-path, spam-spamassassin-program)
3181 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3182 use "path" inappropriately.
3183 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3184 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3185 variable names.
3186
3187 2006-12-28 Daiki Ueno <ueno@unixuser.org>
3188
3189 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3190 summary buffer.
3191
3192 * password.el (password-cache-remove): Use clear-string to burn
3193 password, if available.
3194
3195 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3196
3197 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3198
3199 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3200
3201 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3202 (gnus-message-highlight-citation): Move defcustom here from
3203 gnus-cite.el.
3204 (gnus-message-citation-mode): Autoload.
3205
3206 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3207 checks to make it compile with XEmacs.
3208 (gnus-message-citation-mode): New minor mode.
3209 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3210 (gnus-message-highlight-citation): New variables.
3211 (gnus-message-search-citation-line)
3212 (gnus-message-add-citation-keywords)
3213 (gnus-message-remove-citation-keywords)
3214 (turn-on-gnus-message-citation-mode)
3215 (turn-off-gnus-message-citation-mode): New functions.
3216
3217 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
3218
3219 * gnus-cite.el: Enable highlighting of different citation levels in
3220 message-mode.
3221
3222 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3223
3224 * message.el (message-make-fqdn): Fix comment.
3225 (message-bogus-system-names): Add ".local".
3226
3227 * spam.el (spam-ifile-path, spam-ifile-program)
3228 (spam-ifile-database-path, spam-ifile-database)
3229 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3230 Don't use "path" inappropriately.
3231 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3232 strings.
3233 (spam-check-ifile, spam-ifile-register-with-ifile)
3234 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3235 new variable names.
3236
3237 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3238 (gnus-treat-display-smileys): Simplify using
3239 gnus-image-type-available-p.
3240
3241 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3242 available.
3243
3244 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3245
3246 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3247 one after turning on the buffer's multibyteness instead of decoding
3248 them directly in the unibyte buffer that causes unexpected conversion
3249 in Emacs 23 (unicode).
3250
3251 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3252
3253 * message.el (message-generate-hashcash): Fix custom type.
3254
3255 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3256
3257 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3258
3259 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3260
3261 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3262 disconnect icons. Add help text.
3263
3264 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3265
3266 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3267 negated to be consistent with the others we handle.
3268
3269 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3270
3271 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3272 version of gnus-summary-buffer to something, so that we can use two
3273 article buffers at the same time.
3274
3275 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3276
3277 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3278 trigger all the extra headers.
3279 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3280 sorting.
3281
3282 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3283
3284 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3285 solid groups.
3286
3287 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3288
3289 * legacy-gnus-agent.el: Add Copyright notice.
3290
3291 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
3292
3293 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3294
3295 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3296
3297 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3298
3299 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3300 to make it work reliably in CVS Emacs.
3301 (gnus-summary-limit-strange-charsets-predicate)
3302 (gnus-summary-limit-to-predicate): New functions.
3303
3304 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
3305
3306 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3307 specifying array size.
3308 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3309 array if it is too small.
3310 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3311 (gnus-sort-threads-loop): New function.
3312
3313 2006-12-06 Chris Moore <dooglus@gmail.com>
3314
3315 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3316 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3317
3318 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
3319
3320 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3321 options.
3322
3323 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3324
3325 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3326 DOS-ing the recipient.
3327
3328 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3329 the headers when creating the mapping to avoid mismappings.
3330 (nnweb-gmane-create-mapping): Always nix out old mapping.
3331
3332 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3333
3334 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3335 and mm-verify-option to never.
3336
3337 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3338
3339 * message.el (message-signed-or-encrypted-p): New function.
3340 (message-forward-make-body): Use it.
3341
3342 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3343 Replace encode-coding-string with mm-encode-coding-string.
3344
3345 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3346
3347 * nneething.el (nneething-decode-file-name): Replace
3348 decode-coding-string with mm-decode-coding-string.
3349
3350 * gnus-int.el (gnus-open-server): Say failed server's name.
3351
3352 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3353
3354 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3355 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3356
3357 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3358 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3359 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3360 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3361 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3362 (gnus-subscribe-newsgroup, gnus-1):
3363 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3364 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3365 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3366 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3367
3368 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3369
3370 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3371 keystroke.
3372 (gnus-summary-limit-to-bodies): Implement headersp.
3373
3374 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3375
3376 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3377
3378 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3379
3380 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3381
3382 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3383
3384 * message.el (message-generate-hashcash): Expand range of values to
3385 include `opportunistic'.
3386 (message-send-mail): Use it.
3387
3388 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3389
3390 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3391 and comment it.
3392
3393 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3394
3395 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3396
3397 * gnus-util.el (gnus-extract-address-components): Improve comment.
3398
3399 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3400
3401 * gnus-util.el (gnus-extract-address-components): Work with address in
3402 which the name portion contains @.
3403
3404 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3405
3406 * gnus.el (gnus-start): Move custom group up.
3407 (gnus-select-method): Don't autoload, but make it available for
3408 `customize-variable'.
3409 (gnus-getenv-nntpserver): Don't autoload.
3410
3411 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3412
3413 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3414
3415 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3416
3417 * message.el (message-sendmail-extra-arguments): New variable.
3418 (message-send-mail-with-sendmail): Use it.
3419
3420 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3421
3422 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3423 mm-with-unibyte-current-buffer to make string unibyte.
3424
3425 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3426 mm-string-as-multibyte.
3427
3428 2006-11-14 Daiki Ueno <ueno@unixuser.org>
3429
3430 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3431 Reported by Werner Koch <wk@gnupg.org>.
3432
3433 2006-11-14 Daiki Ueno <ueno@p360>
3434
3435 * mml2015.el: Autoload epa-select-keys when compiling.
3436
3437 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3438
3439 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3440 message-options.
3441 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3442
3443 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3444
3445 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3446 EasyPG (< 0.0.6).
3447 (mml2015-always-trust): New user option.
3448 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3449 prompt.
3450
3451 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3452
3453 * nntp.el (nntp-authinfo-force): New variable.
3454 (nntp-send-authinfo): Use it.
3455
3456 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3457
3458 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3459 decode encoded words. Improve prompt. Add comment about forwarding.
3460 (message-replacement-char): Move up.
3461
3462 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3463
3464 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3465 instead of gnus-intersection because arguments of gnus-sorted-nunion
3466 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3467
3468 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3469
3470 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3471 (message-simplify-subject-functions): Enable
3472 message-strip-subject-encoded-words by default.
3473
3474 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3475
3476 * message.el (message-strip-subject-encoded-words): New function
3477 (message-simplify-subject-functions): New variable.
3478 (message-simplify-subject): Use it. Fix typo in doc string.
3479 Support message-strip-subject-encoded-words.
3480
3481 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3482
3483 * gnus-diary.el (gnus-diary-delay-format-function):
3484 * nndiary.el (nndiary-reminders):
3485 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3486
3487 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3488
3489 * gnus-art.el (article-hide-boring-headers): Fetch date from
3490 gnus-original-article-buffer to avoid problems with localized date
3491 strings.
3492
3493 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3494
3495 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3496
3497 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3498
3499 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3500 New variables.
3501 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3502 (mm-charset-synonym-alist): Move some entries to
3503 mm-codepage-iso-8859-list.
3504 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3505 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3506
3507 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3508
3509 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3510
3511 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3512
3513 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3514 with Emacs 21 and XEmacs.
3515
3516 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3517
3518 * spam.el (spam-parse-address): New function for better parsing,
3519 catching errors, etc.
3520 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3521
3522 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3523
3524 * mm-view.el: Add interactive arg to html2text autoload.
3525
3526 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3527
3528 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3529
3530 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3531
3532 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3533 variables.
3534 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3535 (mm-charset-synonym-alist): Move some entries to
3536 mm-codepage-iso-8859-list.
3537
3538 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3539
3540 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3541
3542 * message.el (message-citation-line-format)
3543 (message-insert-formated-citation-line): Fix implementation of %E, %N
3544 and %n according to the doc string.
3545
3546 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3547
3548 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3549 car-safe to avoid bad parses.
3550
3551 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3552
3553 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3554 names.
3555
3556 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3557
3558 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3559
3560 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3561 header.
3562
3563 * message.el (message-draft-headers): Add Date.
3564 (message-headers-to-generate): Fix typo in docstring.
3565
3566 * nndraft.el (nndraft-required-headers): New variable.
3567 (nndraft-generate-headers): Use it.
3568
3569 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3570
3571 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3572
3573 * gnus-registry.el (gnus-registry-wash-for-keywords)
3574 (gnus-registry-find-keywords): New functions to allow easy searching of
3575 articles that are in the registry.
3576
3577 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3578
3579 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3580 ietf-drums-parse-address instead of gnus-extract-address-components.
3581 Reported by Damien Elmes <damien@repose.cx>.
3582
3583 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3584
3585 * gnus.el (gnus-mime): Remove unused custom group.
3586
3587 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3588
3589 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3590 "blank line" when searching for end of armor headers.
3591
3592 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3593
3594 * gmm-utils.el (gmm-write-region): Fix variable name.
3595
3596 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3597
3598 * gmm-utils.el (gmm-write-region): New function based on compatibility
3599 code from `mm-make-temp-file'.
3600
3601 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3602
3603 * nnmaildir.el (nnmaildir--update-nov)
3604 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3605 Use `gmm-write-region'.
3606
3607 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3608
3609 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3610 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3611
3612 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3613
3614 * message.el (message-replacement-char): New variable.
3615 (message-fix-before-sending): Use it.
3616 (message-simplify-subject): New function to remove duplicate code.
3617 (message-reply, message-followup): Use it.
3618
3619 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3620 gnus-summary-limit-to-articles.
3621
3622 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3623
3624 * gnus-util.el (gnus-with-local-quit): New macro.
3625
3626 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3627
3628 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
3629
3630 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3631 ignore non-string data.
3632
3633 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
3634
3635 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3636 non-string data (needs to be done in the registry too).
3637
3638 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3639
3640 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3641 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3642 (gnus-registry-split-fancy-with-parent)
3643 (gnus-registry-fetch-simplified-message-subject-fast)
3644 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3645 Remove text properties on ingress into the registry and when it's saved.
3646 (gnus-registry-clean-empty-function): Fix bug with cleaning the
3647 registry from entries with no groups.
3648
3649 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3650
3651 * gnus-util.el (gnus-string-remove-all-properties): Add utility
3652 function to remove string properties.
3653
3654 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
3655
3656 * gmm-utils.el (gmm): Adjust custom version.
3657
3658 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3659 custom version.
3660
3661 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3662
3663 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
3664
3665 * gnus-art.el (gnus-insert-prev-page-button)
3666 (gnus-insert-next-page-button): Simplify. Reformat.
3667
3668 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3669
3670 * gnus-art.el (gnus-insert-prev-page-button)
3671 (gnus-insert-next-page-button): Apply gnus-article-button-face.
3672
3673 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
3674
3675 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3676
3677 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3678
3679 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3680 gnus-article-button-face to MIME and security buttons.
3681
3682 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
3683
3684 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3685 readable.
3686
3687 2006-09-20 Steve Youngs <steve@sxemacs.org>
3688
3689 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3690 `browse-url-of-file' instead of `browse-url'.
3691
3692 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3693
3694 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3695 regexp. Articles containing quotation were cut prematurely.
3696
3697 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3698
3699 * message.el (message-cite-original-1): Use nobody by default for the
3700 value of From header.
3701 (message-reply): Ditto.
3702
3703 2006-09-11 Daiki Ueno <ueno@unixuser.org>
3704
3705 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3706 to the gnus-info. This fixes a bug of inline-PGP message verification.
3707 Reported by Michael Piotrowski <mxp@dynalabs.de>.
3708
3709 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
3710
3711 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3712 mails in the doc string. Add some URLs in comment.
3713 (pop3-movemail): Warn about pop3-leave-mail-on-server.
3714
3715 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3716
3717 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3718 backslashes handling and the way to find boundaries of quoted strings.
3719
3720 2006-09-07 Daiki Ueno <ueno@unixuser.org>
3721
3722 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3723 mml1991-encrypt-to-self is set and mml1991-signers is not set.
3724 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3725 mml2015-encrypt-to-self is set and mml2015-signers is not set.
3726
3727 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
3728
3729 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
3730 doc string.
3731 (gnus-button-regexp, gnus-button-last): Remove unused variables.
3732
3733 2006-09-06 Simon Josefsson <jas@extundo.com>
3734
3735 * mml2015.el (mml2015-use): Doc fix, mention epg.
3736
3737 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3738
3739 * mml2015.el (mml2015-use): Default to epg, if available.
3740
3741 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3742
3743 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3744 message-sender.
3745 (mml1991-epg-encrypt): Ditto.
3746 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3747 message-sender.
3748 (mml2015-epg-encrypt): Ditto.
3749
3750 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
3751
3752 * message.el (message-send-mail-with-sendmail): Look for sendmail in
3753 several common directories.
3754
3755 2006-09-05 Daiki Ueno <ueno@unixuser.org>
3756
3757 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3758 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3759
3760 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3761
3762 * gnus-art.el (article-decode-encoded-words): Make it fast.
3763
3764 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3765
3766 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3767
3768 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3769 in quoted string into `\'.
3770
3771 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3772
3773 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3774 Use standard-syntax-table.
3775
3776 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3777
3778 * gnus-art.el (gnus-decode-address-function): New variable.
3779 (article-decode-encoded-words): Use it to decode headers which are
3780 assumed to contain addresses.
3781 (gnus-mime-delete-part): Remove useless `or'.
3782
3783 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3784 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3785 (gnus-nov-parse-line): Use it to decode From header.
3786 (gnus-get-newsgroup-headers): Ditto.
3787 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3788
3789 * mail-parse.el (mail-decode-encoded-address-region): New alias.
3790 (mail-decode-encoded-address-string): New alias.
3791
3792 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3793 New function.
3794 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3795 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3796 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3797 (rfc2047-decode-string): Ditto.
3798 (rfc2047-decode-address-region): New function.
3799 (rfc2047-decode-address-string): New function.
3800
3801 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
3802
3803 * message.el (message-caesar-buffer-body): Allow rotating headers.
3804
3805 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3806
3807 * message.el (message-insert-formated-citation-line): Fix %f.
3808 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3809
3810 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
3811
3812 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3813 (gnus-bookmark-mouse-available-p): New macro.
3814 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3815 (gnus-bookmark-bmenu-show-infos): Use it.
3816 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3817 (gnus-bookmark-bmenu-hide-infos): Ditto.
3818 (gnus-bookmark-remove-properties): New function.
3819 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3820 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3821 (gnus-bookmark-write-file): Bind coding-system-for-write.
3822 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3823 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3824 group before selecting it.
3825 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3826 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3827 quit-window if it is not available; use gnus-mouse-2 and bind it to
3828 gnus-bookmark-bmenu-select-by-mouse.
3829 (gnus-bookmark-show-details): Remove unused variable `details-list'.
3830 (gnus-bookmark-bmenu-select-by-mouse): New function.
3831
3832 2006-08-13 Romain Francoise <romain@orebokech.com>
3833
3834 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3835 space.
3836
3837 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3838
3839 * compface.el (uncompface): Use binary rather than raw-text-unix.
3840
3841 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3842
3843 * compface.el (uncompface): Make sure the eol conversion doesn't take
3844 place when communicating with the external programs. Reported by
3845 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3846
3847 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
3848
3849 * nnheader.el (nnheader-insert-head): Fix typo in comment.
3850
3851 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3852
3853 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3854 Make it more robust by parsing author and date independently.
3855
3856 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
3857
3858 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3859
3860 2006-07-28 Daiki Ueno <ueno@unixuser.org>
3861
3862 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3863 first matching secret key.
3864 (mml2015-epg-encrypt): Ditto.
3865
3866 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
3867 first matching secret key.
3868 (mml1991-epg-encrypt): Ditto.
3869
3870 * mml2015.el (mml2015-encrypt-to-self): New user option.
3871 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
3872 mml2015-epg-encrypt-to-self is set.
3873
3874 * mml1991.el (mml1991-encrypt-to-self): New variable.
3875 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
3876 mml1991-epg-encrypt-to-self is set.
3877
3878 * mml2015.el (mml2015-signers): New user option.
3879 (mml2015-epg-sign): Reflect the value of mml2015-signers.
3880 (mml2015-epg-encrypt): Allow to select signing keys.
3881
3882 * mml1991.el (mml1991-signers): New variable.
3883 (mml1991-epg-sign): Reflect the value of mml1991-signers.
3884 (mml1991-epg-encrypt): Allow to select signing keys.
3885
3886 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
3887
3888 * nnheader.el (nnheader-insert-head): Make it work even if the file
3889 uses CRLF for the line-break code.
3890
3891 2006-07-25 Daiki Ueno <ueno@unixuser.org>
3892
3893 * mml2015.el: Require mml-sec instead of password.
3894 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
3895 (mml2015-cache-passphrase): Inherit the default value from
3896 mml-secure-cache-passphrase.
3897 (mml2015-passphrase-cache-expiry): Inherit the default value from
3898 mml-secure-passphrase-cache-expiry.
3899
3900 * mml1991.el: Require mml-sec instead of password.
3901 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
3902 (mml1991-cache-passphrase): Inherit the default value from
3903 mml-secure-cache-passphrase.
3904 (mml1991-passphrase-cache-expiry): Inherit the default value from
3905 mml-secure-passphrase-cache-expiry.
3906
3907 * mml-sec.el: Require password.
3908 (mml-secure-verbose): New user option.
3909 (mml-secure-cache-passphrase): New user option.
3910 (mml-secure-passphrase-cache-expiry): New user option.
3911
3912 2006-07-24 Daiki Ueno <ueno@unixuser.org>
3913
3914 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3915 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
3916 andreas@altroot.de (Andreas Vögele).
3917
3918 FIXME: Use `tiny change'?
3919
3920 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3921
3922 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
3923 workaround for the url package included with Emacs.
3924
3925 * nnweb.el (nnweb-google-create-mapping): Update regexp.
3926
3927 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
3928
3929 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
3930 correctly. This fixes a bug caused by the 2006-05-12 change.
3931
3932 2006-07-18 Karl Fogel <kfogel@red-bean.com>
3933
3934 * nnmail.el (nnmail-article-group): If splitting raises an error, give
3935 some information about the error when saying that the `bogus' mail
3936 group will be used.
3937
3938 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
3939
3940 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
3941 string.
3942
3943 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
3944
3945 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
3946
3947 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3948
3949 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
3950
3951 2006-07-10 Daiki Ueno <ueno@unixuser.org>
3952
3953 * mml1991.el (mml1991-function-alist): Add epg.
3954 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
3955 (mml1991-epg-encrypt): New functions.
3956
3957 2006-07-10 Daiki Ueno <ueno@unixuser.org>
3958
3959 * mml2015.el (mml2015-verbose): New variable.
3960 (mml2015-cache-passphrase): Ditto.
3961 (mml2015-passphrase-cache-expiry): Ditto.
3962 (mml2015-function-alist): Add epg.
3963 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
3964 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
3965 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
3966 functions.
3967
3968 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3969
3970 * message.el (message-cite-original-1): Preserve region when removing
3971 quoted text due to X-No-Archive in order to avoid bogus attribution
3972 when citing multiple messages.
3973
3974 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3975
3976 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
3977 Kenneth Jacker <khj@be.cs.appstate.edu>.
3978
3979 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
3980
3981 * gnus-diary.el (gnus-user-format-function-d)
3982 (gnus-user-format-function-D): Autoload.
3983
3984 * imap.el (Commentary): Fix typo.
3985
3986 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
3987 2006-04-22 contribution.
3988
3989 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3990
3991 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
3992 It didn't really fix the bogosity I'm seeing with solid web groups.
3993
3994 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3995
3996 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
3997 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
3998 created using server names. If we use the feature without declaring
3999 it, Gnus does not properly manage server and group state.
4000
4001 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4002 bound.
4003
4004 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4005
4006 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4007 looking up the method using GROUP's prefix before inventing a new one.
4008 It is used on killed/unknown groups in various places where returning
4009 an all-new method isn't expected by the caller.
4010
4011 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4012 and match semantics of gnus-group-real-prefix.
4013
4014 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4015
4016 * nnmail.el (nnmail-broken-references-mailers): New variable.
4017 (nnmail-ignore-broken-references): New function generalizing
4018 nnmail-fix-eudora-headers.
4019 (nnmail-fix-eudora-headers): Now obsolete.
4020
4021 * gnus-art.el (gnus-button-handle-custom): Support
4022 `customize-apropos*'.
4023
4024 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4025
4026 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4027
4028 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4029 articles.
4030
4031 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4032
4033 * message.el (message-cite-reply-above): New variable.
4034 (message-yank-original): Use it.
4035
4036 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4037
4038 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4039
4040 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4041
4042 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4043 as read.
4044
4045 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4046
4047 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4048
4049 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4050 (gnus-bookmark-default-file): Use gnus-directory.
4051 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4052 Remove "*" in doc string.
4053 (gnus-bookmark-write-file): Simplify.
4054 (gnus-bookmark-maybe-sort-alist): Use `when'.
4055 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4056 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4057 FIXME about Emacs 21 and XEmacs compatibility.
4058 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4059 compatibility.
4060 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4061 compatibility.
4062 (gnus-bookmark-menu-heading): Fix version.
4063
4064 2006-06-19 Bastien Guerry <bzg@altern.org>
4065
4066 * gnus-bookmark.el: New file.
4067
4068 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4069
4070 * message.el (message-syntax-checks): Doc fix.
4071
4072 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4073
4074 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4075 unsubscribed groups as if they were killed ones. It causes duplicate
4076 entries in gnus-newsrc-alist.
4077
4078 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4079
4080 * message.el (message-syntax-checks): Doc fix.
4081 (message-send-mail): Add check for continuation headers.
4082 (message-check-news-header-syntax): Fix regexp used to check for
4083 continuation headers.
4084
4085 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4086
4087 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4088
4089 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4090
4091 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4092
4093 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4094
4095 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4096 default-truncate-lines.
4097
4098 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4099
4100 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4101 to fill the utf-8 entry.
4102
4103 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4104
4105 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4106
4107 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4108
4109 * gnus-agent.el (directory-files-and-attributes): Move all the way
4110 forward (the third and final move).
4111 (gnus-agent-read-agentview): Trap reconstruction errors due to
4112 nonexistant directory. Handle by returning nil.
4113
4114 2006-05-30 Didier Verna <didier@xemacs.org>
4115
4116 * message.el (message-dont-reply-to-names): Update the custom type.
4117 * message.el (message-dont-reply-to-names): New defsubst: potentially
4118 convert a list of regexps into a single one.
4119 * message.el (message-get-reply-headers): Use it.
4120 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4121
4122 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4123
4124 * gnus-agent.el (directory-files-and-attributes): Move forward.
4125
4126 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4127
4128 * gnus-ml.el (gnus-mailing-list-subscribe)
4129 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4130 (gnus-mailing-list-message): Fix doc strings.
4131
4132 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4133
4134 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4135 of doing it manually.
4136
4137 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4138
4139 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4140 comment.
4141
4142 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4143
4144 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4145 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4146 (gnus-agent-read-local): All symbols allocated in my-obarray
4147 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4148 (gnus-agent-regenerate-group): Check numeric names to see if they are
4149 messages or groups.
4150 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4151 better way of do this...)
4152
4153 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4154 'dummy.group' (there should be a better way of do this...)
4155
4156 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4157
4158 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4159 (gnus-saved-headers): Ditto.
4160 (gnus-default-article-saver): Mention functions may have properties.
4161 (gnus-article-save): Override gnus-save-all-headers and
4162 gnus-saved-headers by :headers property which saver function may have.
4163 (gnus-summary-save-in-file): Add :headers property.
4164 (gnus-summary-write-to-file): Ditto.
4165
4166 * gnus-sum.el (gnus-summary-save-article): Bind
4167 gnus-prompt-before-saving to t when saving many articles in a file;
4168 always show all headers.
4169
4170 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4171
4172 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4173 marks.
4174
4175 * message.el (message-indent-citation): Add optional arguments to allow
4176 using it outside of message buffers.
4177
4178 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4179 (gnus-article-treat-unfold-headers): Use it.
4180 (gnus-article-truncate-lines): New variable.
4181 (gnus-article-mode): Use it.
4182 (gnus-article-toggle-truncate-lines): New function.
4183
4184 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4185 gnus-article-toggle-truncate-lines.
4186
4187 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4188 coding system in XEmacs, use binary.
4189
4190 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4191
4192 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4193 after-load-alist.
4194
4195 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4196 this function should save decoded articles.
4197 (gnus-summary-write-to-file): Use property to specify this function
4198 should save decoded articles and specify gnus-summary-save-in-file
4199 should be used to save articles other than the first one when saving
4200 many articles.
4201 (gnus-summary-save-body-in-file): Use property to specify this
4202 function should save decoded articles.
4203 (gnus-summary-write-body-to-file): Use property to specify this
4204 function should save decoded articles and specify
4205 gnus-summary-save-body-in-file should be used to save articles other
4206 than the first one when saving many articles.
4207
4208 * gnus-sum.el (gnus-summary-save-article): Simplify.
4209
4210 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4211
4212 * gnus-art.el (gnus-default-article-saver): Add
4213 gnus-summary-write-body-to-file.
4214 (gnus-article-save-coding-system): Don't use coding system object
4215 in XEmacs.
4216 (gnus-read-save-file-name): Add optional `dir-var' argument which
4217 specifies directory in which files are saved; work even if optional
4218 `variable' argument is not specified.
4219 (gnus-summary-write-to-file): Read file name.
4220 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4221 (gnus-summary-write-body-to-file): New function.
4222
4223 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4224 (gnus-summary-local-variables): Add it.
4225 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4226 (gnus-summary-save-article): Remove optional `decode' argument;
4227 determine whether to decode articles by the value of
4228 gnus-default-article-saver; when saving many files using
4229 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4230 it first and use gnus-summary-save-in-file or
4231 gnus-summary-save-body-in-file thereafter unless
4232 gnus-prompt-before-saving is always; move point to article which
4233 will be saved.
4234 (gnus-summary-save-article-file): Revert.
4235 (gnus-summary-write-article-file): Revert.
4236 (gnus-summary-save-article-body-file): Revert.
4237 (gnus-summary-write-article-body-file): New function.
4238
4239 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4240
4241 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4242
4243 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4244
4245 * gnus-art.el (gnus-default-article-saver): Doc fix.
4246 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4247 from gnus-summary-save-article-coding-system, and default to a
4248 certain coding system.
4249 (gnus-output-to-file): Add coding cookie and encode text according
4250 to gnus-article-save-coding-system; don't use mm-append-to-file.
4251
4252 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4253 gnus-art.el and rename to gnus-article-save-coding-system.
4254 (gnus-summary-save-article): Require gnus-art; don't show all
4255 headers if it decodes articles; don't add coding cookie here;
4256 don't bind mm-text-coding-system-for-write.
4257 (gnus-summary-save-article-file): Save decoded articles.
4258 (gnus-summary-write-article-file): When saving many files, use
4259 gnus-summary-write-to-file first and gnus-summary-save-in-file
4260 thereafter unless gnus-prompt-before-saving is always.
4261 (gnus-summary-save-article-body-file): Save decoded articles.
4262
4263 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4264
4265 * nnrss.el (nnrss-check-group): Bind hash-index.
4266
4267 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
4268
4269 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4270 its hash index. Store this hash in `nnrss-group-data'.
4271 (nnrss-read-group-data): Update accordingly.
4272
4273 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4274
4275 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4276 entry.
4277
4278 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4279 gnus-article-browse-html-article.
4280
4281 2006-05-23 Hynek Schlawack <hynek@ularx.de>
4282
4283 * gnus-sum.el (gnus-summary-mime-map): Add
4284 gnus-article-browse-html-article.
4285 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4286
4287 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4288 suitable coding systems in customize.
4289
4290 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4291
4292 * mail-source.el (mail-sources): Fix custom type.
4293
4294 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4295
4296 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4297 (gnus-summary-expire-articles-now): Shorten prompt.
4298
4299 * gmm-utils.el (wid-edit): Require.
4300 (defun-gmm): Renamed from `gmm-defun-compat'.
4301 (gmm-image-search-load-path): Use it.
4302 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4303
4304 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4305
4306 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4307 variable.
4308 (gnus-summary-save-article): Add optional `decode' argument. If
4309 it is set and gnus-summary-save-article-coding-system is non-nil,
4310 save decoded article.
4311 (gnus-summary-write-article-file): Save decoded article if
4312 gnus-summary-save-article-coding-system is non-nil.
4313
4314 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4315 type.
4316
4317 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4318
4319 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4320
4321 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4322
4323 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4324 first to test gnus-single-article-buffer which may be buffer-local.
4325
4326 * gnus-sum.el (gnus-summary-setup-buffer): Make
4327 gnus-single-article-buffer buffer-local and nil in ephemeral
4328 group; make gnus-article-buffer, gnus-article-current, and
4329 gnus-original-article-buffer always buffer-local.
4330 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4331 group.
4332 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4333
4334 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4335
4336 * nnml.el (nnml-request-compact-group): Compressed files might not
4337 have .gz extension.
4338
4339 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4340
4341 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4342 (mm-copy-to-buffer): Use with-current-buffer.
4343 (mm-display-part): Simplify.
4344 (mm-inlinable-p): Add optional arg `type'.
4345
4346 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4347
4348 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4349 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4350 Try harder to show the attachment internally or externally using
4351 gnus-mime-view-part-as-type.
4352
4353 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4354
4355 * message.el (message-from-style, message-signature-separator)
4356 (message-user-organization-file, message-send-mail-function)
4357 (message-citation-line-function, message-yank-prefix)
4358 (message-indent-citation-function, message-signature)
4359 (message-signature-file, message-signature-insert-empty-line):
4360 Remove autoloads.
4361
4362 * gnus-art.el (gnus-buttonized-mime-types): Remove
4363 "multipart/signed". Revert 2006-04-26 change.
4364
4365 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4366
4367 * gnus.el (gnus-version-number): Bump version.
4368
4369 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4370
4371 * gnus.el: No Gnus v0.5 is released.
4372
4373 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4374
4375 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4376 fetching articles by message-id.
4377
4378 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4379
4380 * message.el (hashcash): Require hashcash as normal.
4381
4382 * ecomplete.el (ecomplete-highlight-match-line): Use
4383 point-at-eol.
4384 (ecomplete-highlight-match-line): Use `highlight', because that
4385 face exists in both Emacs and XEmacs.
4386
4387 * message.el (message-display-abbrev): Use point-at-bol.
4388
4389 * mail-source.el: Don't require timer/timer-funcs.
4390
4391 * gnus-async.el: Ditto.
4392
4393 * password.el: Ditto.
4394
4395 * mm-url.el: Ditto.
4396
4397 * mm-util.el: Require timer/timer-funcs.
4398
4399 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4400
4401 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4402 Close.
4403
4404 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4405
4406 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4407 unibyte after clear-decrypt function runs.
4408
4409 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4410 returns as a unibyte string.
4411
4412 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4413
4414 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4415 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4416 (mml1991-pgg-encrypt): Ditto.
4417
4418 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4419
4420 * message.el (message-user-organization-file): Check several
4421 locations of the organization file.
4422
4423 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4424 Add gnus-article-view-part-as-type.
4425
4426 * gnus-art.el (gnus-article-view-part-as-type): New function.
4427
4428 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4429 .mobi and .travel. Remove .nato, .bitnet and .uucp.
4430
4431 * mml.el: Simplify autoload.
4432 (mml-mode): defvar dnd-protocol-alist instead of using
4433 symbol-value.
4434 (mml-default-directory): New variable.
4435 (mml-minibuffer-read-file): Use it.
4436 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4437
4438 * message.el (message-citation-line-format): New variable.
4439 (message-insert-formated-citation-line): New function.
4440 (message-citation-line-function): Add
4441 `message-insert-formated-citation-line' to custom type.
4442
4443 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4444 to doc string.
4445
4446 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4447 depending on mm-verify-option.
4448
4449 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4450
4451 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4452 binding pgg-* variables; reimplement the section which prevents
4453 MIME header from being signed.
4454 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4455 pgg-text-mode; remove a blank line at the top of body.
4456
4457 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4458 lines at the top of body; use gnus-newsgroup-charset if there's no
4459 Charset header.
4460
4461 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4462
4463 * message.el (message-self-insert-commands): Doc fix.
4464
4465 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4466 (mm-uu-pgp-encrypted-test): Ditto.
4467 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4468 between header and body; return application/pgp-encrypted handle
4469 if decryption failed; decode decrypted body by charset.
4470
4471 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4472 element match to application/pgp-*.
4473
4474 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4475
4476 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4477 HTML.
4478
4479 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4480
4481 * mail-source.el (mail-source-call-script): Message the error
4482 string.
4483
4484 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4485
4486 * gnus-util.el (gnus-byte-compile): Use it.
4487
4488 2006-04-22 xyblor <fake@invalid.email> (tiny change)
4489
4490 * gnus-util.el (kill-empty-logs): New function.
4491
4492 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4493
4494 * message.el (message-mail-alias-type): Doc fix.
4495 (message-mail-alias-type-p): New function.
4496 (message-send): Use it.
4497 (message-mode): Ditto.
4498 (message-strip-forbidden-properties): Ditto.
4499
4500 * ecomplete.el (ecomplete-database-file-coding-system): New
4501 variable.
4502 (ecomplete-save): Use it.
4503 (ecomplete-setup): Use it.
4504
4505 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4506
4507 * message.el (message-self-insert-commands): New variable.
4508 (message-strip-forbidden-properties): Use it.
4509
4510 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4511
4512 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4513 that doesn't make XEmacs choke.
4514
4515 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4516
4517 * gnus-util.el (gnus-replace-in-string):
4518 Prefer replace-regexp-in-string over of replace-in-string.
4519
4520 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4521
4522 * gnus-util.el (gnus-select-frame-set-input-focus):
4523 Use select-frame-set-input-focus if it is available in XEmacs; use
4524 definition defined in Emacs 22 for old Emacsen.
4525
4526 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4527
4528 * mm-view.el (mm-inline-text): Use equal instead of equalp.
4529
4530 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4531
4532 * gnus-registry.el (gnus-registry-cache-save): Remove text
4533 properties when saving via the temp buffer.
4534
4535 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4536
4537 * message.el (message-generate-hashcash): Honor custom type.
4538
4539 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4540
4541 * message.el (message-generate-hashcash): Default to non-nil when
4542 hashcash is found.
4543
4544 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4545 (gnus-refer-thread-limit): Increase default to 500.
4546
4547 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4548
4549 * flow-fill.el (fill-flowed): Allow delete-space.
4550
4551 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4552
4553 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4554 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4555 Remove autoloads.
4556
4557 2006-04-18 Simon Josefsson <jas@extundo.com>
4558
4559 * message.el (message-generate-hashcash): Default to.
4560
4561 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4562
4563 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4564 concatenating segments rather than before concatenating them.
4565
4566 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4567
4568 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4569
4570 * imap.el (imap-quote-specials): New function.
4571 (imap-login-auth): Quote specials.
4572
4573 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4574
4575 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4576
4577 * message.el (message-forward-make-body-plain): Allow
4578 message-forward-ignored-headers to be a list.
4579 (message-remove-ignored-headers): Factor out into function.
4580 (message-forward-make-body-mml): Use it.
4581 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4582 (rfc2231-parse-string): Allow concatanation of parameters that
4583 aren't contiguous. The test case is
4584 (mail-header-parse-content-type "message/external-body;
4585 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4586 access-type=LOCAL-FILE;
4587 name*1*=plugh%2fhello-sailor%2fbing.pdf")
4588
4589 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4590
4591 * nntp.el (nntp-accept-process-output): Return the value of
4592 `nnheader-accept-process-output'.
4593
4594 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4595
4596 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4597 (gnus-button-alist): Recognize more diff formats.
4598 (gnus-button-patch): Strip directory.
4599
4600 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4601
4602 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4603 Emacs 22 when setting focus.
4604
4605 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4606
4607 * gnus-art.el (gnus-article-treat-types): Do treatment of
4608 text/x-verbatim parts.
4609 (gnus-button-patch): New command.
4610
4611 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4612 addresses that contain invalid characters.
4613
4614 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4615
4616 * message.el (message-put-addresses-in-ecomplete): Use
4617 gnus-replace-in-string.
4618 (message-is-yours-p): Use the more correct
4619 mail-header-parse-address instead of
4620 mail-extract-address-components.
4621 (message-put-addresses-in-ecomplete): Fix typo.
4622
4623 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4624 keystroke.
4625
4626 * gnus-art.el (gnus-treatment-function-alist): Change order of
4627 newsgroups/generic header folding to avoid double-folding.
4628
4629 * message.el (message-hidden-headers): Add X-Draft-From.
4630
4631 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4632 command.
4633 (gnus-summary-repeat-search-article-backward): New command.
4634
4635 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4636 groups in the parent topic.
4637
4638 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
4639
4640 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4641 (spam-extra-header-to-number): Return the CRM114 number as a
4642 number instead of a string.
4643
4644 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4645
4646 * gnus-art.el (gnus-face-properties-alist): Moved here from
4647 gnus-fun.
4648
4649 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4650
4651 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4652
4653 * message.el (message-strip-forbidden-properties): Only display on
4654 self-insert-command.
4655
4656 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4657 reindent.
4658 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4659
4660 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
4661
4662 * smiley.el (smiley-style): Fix typo.
4663
4664 2006-03-23 Kenichi Handa <handa@m17n.org>
4665
4666 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4667 instead of set-buffer-multibyte.
4668
4669 2006-03-23 Kenichi Handa <handa@m17n.org>
4670
4671 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4672 buffer and then decode the buffer text if necessary.
4673 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4674 first, and after mm-encode-body, change the buffer to unibyte.
4675
4676 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4677
4678 * hashcash.el (hashcash-insert-payment-async-2): Use
4679 message-goto-eoh instead of doing it manually.
4680 (mail-add-payment): Use message-narrow-to-header instead of trying
4681 to do the same itself.
4682
4683 * message.el (message-hidden-headers): Add Face.
4684
4685 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4686 reparenting code.
4687 (gnus-summary-reparent-children): Refactored out code.
4688 (gnus-summary-thread-map): New keystroke.
4689 (gnus-summary-reparent-children): Make into command.
4690
4691 * smiley.el (smiley-style): Default to `medium' if using a large
4692 font.
4693
4694 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4695 does it itself.
4696
4697 * message.el (message-point-in-header-p): Simplify definition.
4698
4699 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4700
4701 * nnagent.el (nnagent-request-set-mark): Silence log file
4702 writing.
4703 (nnagent-request-set-mark): Use write-region instead of
4704 append-to-file.
4705
4706 * gnus-sum.el (gnus-read-header): Fudge article number if using a
4707 strange select method.
4708
4709 * ecomplete.el (ecomplete-display-matches): Get highlightling
4710 right.
4711 (ecomplete-display-matches): Use literals.
4712 (ecomplete-display-matches): Disable message logging.
4713
4714 * message.el (message-display-abbrev): Small optimization.
4715
4716 * ecomplete.el (ecomplete-display-matches): Allow automatic
4717 display.
4718
4719 * message.el (message-strip-forbidden-properties): Display
4720 abbrevs.
4721 (message-display-abbrev): Get automatic display right.
4722
4723 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4724 keystrokes.
4725
4726 2006-04-13 Romain Francoise <romain@orebokech.com>
4727
4728 TODO: Backport to v5-10!
4729
4730 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4731 Moved here (and renamed) from gnus-registry.el.
4732
4733 * gnus-registry.el: Require gnus-util.
4734 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4735
4736 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4737
4738 * gnus-group.el (gnus-group-catchup-current): Change
4739 if-then-else-if-then-else into cond.
4740 (gnus-group-catchup): Indent.
4741 (group-name-at-point): New function.
4742 (gnus-fetch-group): Provide default from thing at point.
4743
4744 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4745
4746 * message.el (message-display-abbrev): Fix regexp.
4747
4748 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4749 choosing.
4750 (ecomplete-highlight-match-line): Fix up code rewrite, remove
4751 dead variables.
4752
4753 * message.el (message-newline-and-indent): Remove debugging.
4754 (message-display-abbrev): Use new implementation.
4755
4756 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4757
4758 * gnus-art.el (gnus-article-mode): Set
4759 cursor-in-non-selected-windows to nil.
4760
4761 * smiley.el: Revert previous change.
4762 (smiley-data-directory): defvar it before using it in the
4763 defcustom of `smiley-style'.
4764
4765 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4766
4767 * message.el (message-newline-and-indent): New function.
4768
4769 * ecomplete.el: Implement more bits.
4770
4771 * message.el (message-put-addresses-in-ecomplete): Clean up the
4772 string.
4773
4774 * ecomplete.el (ecomplete-add-item): Chop off decimals.
4775
4776 * gnus-sum.el (gnus-summary-save-parts): Bind
4777 gnus-summary-save-parts-counter and use it to make unique file
4778 names.
4779
4780 * gnus-art.el (gnus-ignored-headers): Add some more headers.
4781
4782 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4783 parameter to say whether to actually parse the individual
4784 addresses.
4785
4786 * message.el (message-put-addresses-in-ecomplete): New function.
4787 (ecomplete): Require.
4788 (message-mail-alias-type): Add ecomplete as an option.
4789
4790 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
4791
4792 * flow-fill.el (fill-flowed): Remove trailing space from blank
4793 quoted lines.
4794
4795 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4796
4797 * smiley.el (smiley-style): Move definition later to avoid a
4798 compilation warning.
4799
4800 2006-04-12 Kenichi Handa <handa@m17n.org>
4801
4802 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4803 buffer and then decode the buffer text if necessary.
4804 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4805 first, and after mm-encode-body, change the buffer to unibyte.
4806 Use mm-disable-multibyte instead of set-buffer-multibyte.
4807
4808 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
4809
4810 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4811 Content-Type header instead of Content-Disposition header.
4812 (gnus-mime-inline-part): Ditto.
4813 (gnus-mime-view-part-as-charset): Ignore charset that the part
4814 specifies.
4815
4816 * mm-decode.el (mm-display-part): Work with external parts and
4817 usual parts similarly.
4818
4819 * mm-extern.el (mm-inline-external-body): Use mm-display-part
4820 instead of gnus-display-mime.
4821
4822 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4823 instead of with-temp-buffer.
4824
4825 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4826 tag to summarized topics part in order to encode non-ASCII text.
4827
4828 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4829
4830 * smiley.el (smiley-style): New variable.
4831 (smiley-directory): New function.
4832 (smiley-data-directory): Derive from `smiley-style' using
4833 `smiley-directory'.
4834 (smiley-regexp-alist): Add new entries.
4835
4836 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4837 (gnus-article-browse-delete-temp): Add :version.
4838
4839 2006-04-11 Arne Jørgensen <arne@arnested.dk>
4840
4841 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4842 the sieve region.
4843
4844 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4845
4846 * gnus.el (gnus-version-number): Bump version.
4847
4848 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4849
4850 * gnus.el: No Gnus v0.4 is released.
4851
4852 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4853
4854 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
4855 layout.
4856
4857 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
4858 unknown charset.
4859
4860 * message.el (message-header-synonyms): Add Original-To to the
4861 default.
4862
4863 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
4864 optional parameter.
4865
4866 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4867
4868 * gnus-fun.el (gnus): Require it for gnus-directory.
4869
4870 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4871
4872 * gnus-fun.el (gnus-face-properties-alist): Add :version.
4873
4874 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4875
4876 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
4877
4878 2006-04-05 Simon Josefsson <jas@extundo.com>
4879
4880 * password.el (password-reset): New function.
4881
4882 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4883
4884 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
4885 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4886
4887 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4888
4889 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4890 Some whitespace was matched into the url, which broke browsing hits
4891 > 100 when mm-url-use-external was nil.
4892
4893 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
4894
4895 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
4896 gnus-extra-headers for 'Newsgroups.
4897
4898 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
4899 bound.
4900
4901 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4902
4903 * pgg-gpg.el: Clean up process buffers every time gpg processes
4904 complete.
4905
4906 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
4907
4908 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4909 doc string.
4910
4911 2006-04-03 Daiki Ueno <ueno@unixuser.org>
4912
4913 * pgg-gpg.el (pgg-gpg-process-filter)
4914 (pgg-gpg-wait-for-completion): Check if buffer is alive.
4915
4916 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4917 lines, temporary fix.
4918
4919 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
4920
4921 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
4922
4923 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4924
4925 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4926 default-enable-multibyte-characters. This reverts the change from
4927 revision 6.17 which is no longer necessary because the passphrase
4928 is sent separately now. GnuPG messages are unreadable under
4929 multibyte locales with default-enable-multibyte-characters set to
4930 nil.
4931
4932 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
4933
4934 * message.el (message-tool-bar-gnome): Move "spell".
4935
4936 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
4937
4938 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
4939 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
4940 instead.
4941
4942 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
4943
4944 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
4945 newsgroups handling for NNTP overviews which don't include
4946 Newsgroups.
4947
4948 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4949
4950 * message.el (message-resend): Bind message-generate-hashcash to nil.
4951
4952 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4953
4954 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
4955 when searching for already-paid recipients.
4956
4957 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4958
4959 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4960 passphrases when it is not needed.
4961 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4962 passphrase stuff from gpg, should only be necessary when you use
4963 gpg with a smartcard.
4964
4965 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
4966
4967 * mml.el (mml-insert-mime): Ignore cached contents of
4968 message/external-body part.
4969
4970 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
4971 (mm-insert-part): Ditto.
4972
4973 2006-03-23 Simon Josefsson <jas@extundo.com>
4974
4975 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
4976 Reiner.
4977 (pgg-gpg-use-agent-p): Use it again.
4978
4979 2006-03-23 Simon Josefsson <jas@extundo.com>
4980
4981 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
4982 older emacsen.
4983 (pgg-gpg-use-agent-p): Don't use it.
4984
4985 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
4986
4987 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
4988 if we can.
4989
4990 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4991
4992 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4993 (pgg-gpg-update-agent): New function.
4994 (pgg-gpg-use-agent-p): New function.
4995 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4996 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4997 (pgg-gpg-sign-region): Use it.
4998
4999 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
5000
5001 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5002 Reported by Ralf Wachinger <rwachinger@gmx.de>.
5003
5004 2006-03-21 Simon Josefsson <jas@extundo.com>
5005
5006 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5007 <wilde@sha-bang.de>.
5008 (pgg-gpg-use-agent): New variable.
5009 (pgg-gpg-process-region): Use it.
5010 (pgg-gpg-encrypt-region): Likewise.
5011 (pgg-gpg-encrypt-symmetric-region): Likewise.
5012 (pgg-gpg-decrypt-region): Likewise.
5013 (pgg-gpg-sign-region): Likewise.
5014 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5015
5016 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5017
5018 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5019
5020 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5021 Add comment on version.
5022
5023 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5024
5025 * smiley.el: Add missing test smiley.
5026
5027 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5028
5029 * mm-decode.el (mm-with-part): New macro.
5030 (mm-get-part): Use it; work with message/external-body as well.
5031 (mm-save-part): Treat name and filename equally.
5032
5033 * mm-extern.el (mm-extern-cache-contents): New function.
5034 (mm-inline-external-body): Use it; force the part to be displayed;
5035 move undisplayer added to the cached handle to the parent.
5036
5037 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5038 (gnus-mime-view-part-as-type): Work with message/external-body.
5039
5040 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5041
5042 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5043
5044 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5045 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5046 Emacs.]
5047
5048 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5049
5050 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5051 path rather than symbol. Always return list of directories.
5052 Guarantee that image directory comes first. [Sync with image.el,
5053 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
5054
5055 * message.el (message-make-tool-bar): Adjust to new API of
5056 `gmm-image-load-path-for-library'.
5057
5058 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5059
5060 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5061
5062 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5063
5064 * gnus-art.el (gnus-article-only-boring-p):
5065 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5066 intangible text.
5067 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5068
5069 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
5070
5071 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5072 `defun' instead of `gmm-defun-compat'.
5073
5074 2006-03-14 Simon Josefsson <jas@extundo.com>
5075
5076 * message.el (message-unique-id): Don't use message-number-base36
5077 if (user-uid) is a float.
5078 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5079
5080 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5081
5082 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5083
5084 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5085 empty line between a part and a message part.
5086
5087 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5088
5089 * smiley.el: Add more test smileys.
5090 (smiley-data-directory, smiley-regexp-alist)
5091 (gnus-smiley-file-types): Fix doc strings.
5092 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5093 adding new elements.
5094 (smiley-mouse-map): Unused code. Make it a comment.
5095
5096 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
5097
5098 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5099 scan latest NoCeM messages instead of old ones.
5100 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5101 delimiters that are recently used.
5102 (gnus-nocem-load-cache): Add autoload cookie.
5103
5104 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5105
5106 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5107 level which is larger than gnus-use-nocem is specified.
5108
5109 * gnus-group.el (gnus-group-get-new-news): Ditto.
5110
5111 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5112
5113 * gnus-util.el (gnus-tool-bar-update): New function.
5114
5115 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5116 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5117
5118 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5119
5120 * gnus-group.el (gnus-group-redraw-when-idle)
5121 (gnus-group-redraw-check): Remove.
5122 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5123
5124 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
5125
5126 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5127 if optional last element is specified in splits (FIELD VALUE...).
5128
5129 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
5130
5131 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5132 to gmm-image-load-path-for-library. Call with no-error argument.
5133 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5134
5135 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5136
5137 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5138
5139 * gmm-utils.el (gmm-image-load-path): Remove alias.
5140
5141 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
5142
5143 * gmm-utils.el (gmm-image-load-path): Add alias.
5144
5145 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5146 nnml-generate-nov-databases-1.
5147 (nnml-generate-nov-databases): Use it.
5148 (nnml-generate-nov-databases-directory): Document no-active
5149 argument.
5150
5151 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5152 directory if path is t. Add no-error.
5153
5154 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5155 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5156
5157 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5158 resetting gnus-article-browse-html-temp-list.
5159
5160 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5161 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5162 Add example to docstring. Rename local variables. Move error
5163 checks to default case in cond and simplify.
5164
5165 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
5166
5167 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5168 handle is multipart when calling it recursively.
5169 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5170
5171 2006-03-03 Daniel Pittman <daniel@rimspace.net>
5172
5173 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5174 Don't `gnus-uncompress-range' to avoid excessive memory usage.
5175
5176 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5177
5178 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5179 is loaded.
5180
5181 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5182 loaded.
5183
5184 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5185
5186 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5187 to "Emacs 23 (unicode)" in doc string.
5188
5189 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5190 "Emacs 23 (unicode)" in comment.
5191
5192 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5193
5194 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5195
5196 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5197 characters 160 through 255 in Emacs 23.
5198
5199 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5200
5201 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5202 gnus-article-browse-html-temp.
5203 (gnus-article-browse-delete-temp): Make it customizable. Add
5204 `file'. Adjust doc string.
5205 (gnus-article-browse-delete-temp-files): Add argument. Allow
5206 query for each file. Adjust doc string.
5207 (gnus-article-browse-html-parts): Add
5208 `gnus-article-browse-delete-temp-files' to
5209 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5210
5211 2006-03-02 Hynek Schlawack <hynek@ularx.de>
5212
5213 * gnus-art.el (gnus-article-browse-html-temp)
5214 (gnus-article-browse-delete-temp): New variables.
5215 (gnus-article-browse-delete-temp-files): New function.
5216 (gnus-article-browse-html-parts): Use it.
5217
5218 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5219
5220 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5221
5222 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5223 string.
5224
5225 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5226 gnus-summary-insert-new-articles when unplugged. Remove
5227 gnus-summary-search-article-forward.
5228
5229 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5230 display-visual-class instead of display-color-cells.
5231
5232 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5233
5234 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5235 message/* containing non-ASCII text properly.
5236
5237 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
5238
5239 * message.el: Require gmm-utils, remove autoloads.
5240 (message-tool-bar): Set default based on
5241 gmm-tool-bar-style.
5242 (message-tool-bar-gnome): Add gmm-customize-mode.
5243
5244 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5245 gmm-tool-bar-style.
5246 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5247
5248 * gnus-group.el (gnus-group-tool-bar): Set default based on
5249 gmm-tool-bar-style.
5250 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5251
5252 * gmm-utils.el (gmm-image-directory): Rename variable from
5253 gmm-image-load-path.
5254 (gmm-image-load-path): Use gmm-image-directory.
5255 (gmm-customize-mode): New function.
5256 (gmm-tool-bar-style): New variable.
5257
5258 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5259 gnus-group-redraw-line-number.
5260 (gnus-group-redraw-check): Simplify.
5261 (gnus-group-tool-bar-update): Remove redraw check.
5262 (gnus-group-make-tool-bar): Add redraw check.
5263
5264 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5265
5266 * gnus-art.el (gnus-button): Add missing parentheses.
5267
5268 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5269
5270 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5271
5272 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5273
5274 * gnus-art.el (gnus-button): New face.
5275 (gnus-article-button-face): Use it.
5276
5277 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5278 gnus-summary-next-page. Re-order.
5279
5280 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5281 next-node are now included.
5282 (gnus-group-redraw-line-number): New internal variable.
5283 (gnus-group-redraw-check): Helper function for updating the tool
5284 bar.
5285 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5286
5287 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5288
5289 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5290 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5291 Use it to match format of Spamassassin 3.0 and later. Reported by
5292 IRIE Tetsuya <irie@t.email.ne.jp>.
5293 (spam-check-bogofilter)
5294 (spam-bogofilter-register-with-bogofilter): Fix args of
5295 `gnus-error' calls.
5296
5297 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5298
5299 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5300 unnecessary interaction when sending queued mails. Reported by
5301 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5302
5303 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5304
5305 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5306 first or last are nil.
5307
5308 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5309
5310 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5311
5312 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5313
5314 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5315
5316 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5317
5318 * dns.el (query-dns): Protect more against buggy tcp output.
5319
5320 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
5321
5322 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5323 nov.php.
5324
5325 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5326
5327 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5328 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5329 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5330 output on the server side.
5331 (nnweb-google-create-mapping): Update regexps and add some
5332 progress indication.
5333
5334 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
5335
5336 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5337 gnus-agent-toggle-plugged. Re-order icons.
5338 (gnus-group-tool-bar-gnome): Add
5339 gnus-group-{prev,next}-unread-group.
5340 (gnus-group-tool-bar-gnome): Re-order icons.
5341
5342 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5343 gnus-summary-insert-new-articles.
5344
5345 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5346 comments.
5347
5348 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5349 also available in Emacs 21.3.
5350
5351 * message.el (message-fix-before-sending): Change "Emacs 22" to
5352 "Emacs 23 (unicode)" in comment.
5353
5354 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5355 "Emacs 23 (unicode)" in comment.
5356
5357 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5358 comment.
5359 (mm-coding-system-p): Add comment about no-MULE XEmacs.
5360
5361 * mm-view.el (mm-fill-flowed): Add :version.
5362
5363 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5364
5365 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5366 and load-path.
5367
5368 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
5369
5370 * message.el: Autoload gmm-image-load-path.
5371 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5372 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5373 consitency.
5374
5375 * gmm-utils.el (gmm-image-load-path): Also search in
5376 "../etc/images". Don't set gmm-image-load-path if we don't find
5377 the image.
5378
5379 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
5380
5381 * gmm-utils.el (gmm-image-load-path): Don't make
5382 `gmm-image-load-path' include subdirectories which the second arg
5383 `image' might specify.
5384
5385 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5386 subdirectory to icon file names.
5387
5388 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5389
5390 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
5391
5392 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5393 gmm-image-load-path calls.
5394
5395 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5396
5397 * message.el (message-make-tool-bar): Ditto.
5398
5399 * mml.el (mml-preview): Added comment concerning tool bar icons.
5400
5401 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5402 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5403
5404 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5405 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5406
5407 * message.el (message-tool-bar-gnome): Use new icon names.
5408 (message-make-tool-bar): Use `gmm-image-load-path'.
5409
5410 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5411 functions from MH-E.
5412 (gmm-image-load-path): New variable from MH-E.
5413 (gmm-image-load-path): New function from MH-E. Added arguments
5414 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5415 *-image-load-path-called-flag.
5416
5417 2006-02-21 Milan Zamazal <pdm@brailcom.org>
5418
5419 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5420
5421 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
5422
5423 * nnimap.el (nnimap-request-move-article): Change folder back to
5424 source group before deleting.
5425
5426 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
5427
5428 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5429
5430 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5431 mm-url.
5432
5433 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5434
5435 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
5436
5437 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5438 coding system which mm-charset-to-coding-system returns for a
5439 given charset is valid.
5440
5441 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5442
5443 * html2text.el (html2text-remove-tag-list):
5444 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5445
5446 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5447
5448 * gnus-cus.el: Revert 2005-10-17 change.
5449
5450 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5451
5452 * gnus-art.el (article-strip-banner): Call
5453 article-really-strip-banner only when the regexp match is made.
5454
5455 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
5456
5457 * gnus-art.el (article-strip-banner): Use
5458 gnus-extract-address-components instead of
5459 mail-header-parse-addresses to make it work with non-ASCII text;
5460 remove mail-encode-encoded-word-string.
5461
5462 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5463 values which are surrounded with \"...\"; make it never cause a
5464 Lisp error; give up parsing of parameters if it failed in
5465 extracting type.
5466
5467 2006-02-14 Arne Jørgensen <arne@arnested.dk>
5468
5469 * smime.el (smime-cert-by-ldap-1): Fix bug where
5470 `smime-ldap-search' returns results without userCertificates.
5471
5472 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
5473
5474 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5475
5476 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5477
5478 * spam.el (spam-check-spamassassin-headers): Adapt format for
5479 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5480 <ari@mbf.ocn.ne.jp>.
5481 (spam-list-of-processors): Add spam-use-gmane.
5482
5483 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5484
5485 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5486 make-temp-file; make it work with XEmacs as well.
5487
5488 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5489 mm-make-temp-file.
5490
5491 * mm-decode.el (mm-display-external): Use the 3rd arg of
5492 mm-make-temp-file.
5493 (mm-create-image-xemacs): Ditto.
5494
5495 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5496
5497 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5498 with message-narrow-to-headers.
5499 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5500 (gnus-draft-check-draft-articles): New function.
5501 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5502
5503 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
5504
5505 * gnus-art.el (gnus-article-browse-html-parts):
5506 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5507 Don't use suffix argument for mm-make-temp-file for Emacs 21
5508 compatibility. Remove useless `format'.
5509
5510 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5511
5512 * nnweb.el (nnweb-google-wash-article): Update regexps.
5513 (nnweb-group-alist): Use defvoo instead of defvar.
5514
5515 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5516
5517 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5518 re-loading nn* modules.
5519
5520 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5521
5522 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5523 for `tool-bar-mode' and don't check it's default-value.
5524
5525 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5526
5527 * message.el (message-make-tool-bar): Ditto.
5528
5529 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5530 `substring'. Shorten tmp-file name.
5531
5532 * gnus.el: Remove bogus comment.
5533
5534 2006-02-10 Hynek Schlawack <hynek@ularx.de>
5535
5536 * gnus-art.el (gnus-article-browse-html-parts): New function.
5537 (gnus-article-browse-html-article): New function for viewing html
5538 articles with a browser.
5539
5540 2006-02-09 Daiki Ueno <ueno@unixuser.org>
5541
5542 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5543 (mml2015-pgg-encrypt): Ditto.
5544
5545 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5546 (mml1991-pgg-encrypt): Ditto.
5547
5548 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5549
5550 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5551 message-make-date instead of current-time-string.
5552
5553 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5554 to gnus-decoded which mm-uu might set.
5555
5556 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5557
5558 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5559 don't decode quoted parameters; remove misimported Emacs code.
5560 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5561 (rfc2231-decode-encoded-string): Don't use split-string which
5562 behaves differently according to Emacs version; use
5563 mm-decode-coding-region to convert charset to coding-system.
5564 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5565 (rfc2231-encode-string): Remove misimported Emacs code.
5566
5567 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5568
5569 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5570 when calling mail-header-parse-content-type.
5571 (article-de-quoted-unreadable): Ditto.
5572 (article-de-base64-unreadable): Ditto.
5573 (article-wash-html): Ditto.
5574
5575 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5576 calling mail-header-parse-content-type and
5577 mail-header-parse-content-disposition.
5578 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5579 mail-header-parse-content-type.
5580
5581 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5582 insert charset and format parameters; encode description after
5583 inserting it to buffer.
5584 (mml-insert-parameter): Fold lines properly even if a parameter is
5585 segmented into two or more lines; change the max column to 76.
5586
5587 * rfc1843.el (rfc1843-decode-article-body): Don't use
5588 ignore-errors when calling mail-header-parse-content-type.
5589
5590 * rfc2231.el (rfc2231-parse-string): Return at least type if
5591 possible; don't cause an error even if it fails in parsing of
5592 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5593 (rfc2231-encode-string): Don't break lines at the beginning, leave
5594 it to mml-insert-parameter.
5595
5596 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5597 calling mail-header-parse-content-type.
5598
5599 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
5600
5601 * spam-report.el (spam-report-gmane-use-article-number):
5602 Improve doc string.
5603 (spam-report-gmane-internal): Check if a suitable header was found
5604 in the article.
5605
5606 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
5607
5608 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5609 (rfc2231-encode-string): Make param*=value always begin with LWSP.
5610
5611 2006-02-05 Romain Francoise <romain@orebokech.com>
5612
5613 Update copyright notices of all files in the gnus directory.
5614
5615 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5616
5617 * nnweb.el (nnweb-request-group): Avoid growing overview files.
5618
5619 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
5620
5621 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5622 segmented lines of parameter value to cope with Thunderbird 1.5
5623 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5624 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5625 (rfc2231-encode-string): Don't make lines exceeding 76 column.
5626
5627 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
5628
5629 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5630 parts.
5631
5632 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5633
5634 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5635 there's only one active file for all servers.
5636 (nnweb-request-scan): Make sure nnweb-articles is initialized on
5637 solid groups. Gnus might have used a FAST request to select the group.
5638 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5639 and nnweb-search redundantly in the active file.
5640 (nnweb-request-list): Don't list bogus groups. There can only be one.
5641 (nnweb-request-create-group): Don't use ARGS.
5642 (nnweb-possibly-change-server, nnweb-request-group): Remove some
5643 initialisations. Let nnoo do the work.
5644
5645 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5646
5647 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5648 Say the part has been decoded.
5649
5650 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5651
5652 2006-01-31 Kevin Ryde <user42@zip.com.au>
5653
5654 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5655 mailcap-viewer-test-cache when there's no 'test clause, since that
5656 will invert the meaning of a "nil" test previously determined by
5657 mailcap-mailcap-entry-passes-test.
5658
5659 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
5660
5661 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5662 compiling.
5663
5664 * gnus-sum.el: Ditto.
5665
5666 * message.el: Don't bind tool-bar-map when compiling.
5667
5668 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
5669
5670 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5671
5672 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5673
5674 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5675 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5676 current Google Groups.
5677
5678 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
5679
5680 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5681 and tool-bar-mode.
5682
5683 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5684 and tool-bar-mode.
5685
5686 * message.el (message-tool-bar-update): Simplify.
5687 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5688
5689 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5690 gnus-summary-buffer.
5691 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5692 gnus-summary-reply.
5693
5694 * gmm-utils.el (gmm): Add :version.
5695
5696 2006-01-26 Steve Youngs <steve@sxemacs.org>
5697
5698 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5699 autoload.
5700
5701 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5702
5703 * gmm-utils.el (gmm-verbose): Add :group.
5704
5705 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
5706
5707 * message.el: Change some comments WRT tool-bars.
5708
5709 * gnus-sum.el (gnus-summary-tool-bar)
5710 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5711 (gnus-summary-tool-bar-zap-list): New variables.
5712 (gnus-summary-make-tool-bar): Complete rewrite using
5713 `gmm-tool-bar-from-list'.
5714
5715 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5716 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5717 variables.
5718 (gnus-group-make-tool-bar): Complete rewrite using
5719 `gmm-tool-bar-from-list'.
5720 (gnus-group-tool-bar-update): New function.
5721
5722 * message.el (message-mode-field-menu): Add "Show hidden Headers".
5723
5724 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5725
5726 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5727 is dissected into a single part of which the type is the same as
5728 the given one; decode charset.
5729
5730 2006-01-21 Kevin Ryde <user42@zip.com.au>
5731
5732 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5733 into alists as symbol not string, since that's what
5734 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5735 look for.
5736
5737 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
5738
5739 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5740 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5741
5742 * message.el (message-tool-bar-gnome): Use gmm-ignore.
5743
5744 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5745
5746 * gnus-art.el (gnus-mime-security-button-commands): New variable.
5747 (gnus-mime-security-button-menu): New definition.
5748 (gnus-mime-security-button-map): Use them.
5749 (gnus-mime-security-button-menu): New function.
5750 (gnus-insert-mime-security-button): Addition to help echo.
5751 (gnus-mime-security-run-function, gnus-mime-security-save-part)
5752 (gnus-mime-security-pipe-part): New functions.
5753
5754 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5755 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5756
5757 * mm-decode.el (mm-handle-set-disposition): Remove.
5758 (mm-handle-set-description): Remove.
5759
5760 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5761
5762 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5763 (mm-w3m-standalone-supports-m17n-p): New function.
5764 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5765 w3m usage.
5766
5767 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5768 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5769
5770 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
5771
5772 * message.el (message-tool-bar-zap-list): Use
5773 gmm-tool-bar-zap-list as custom type.
5774 (message-tool-bar-update): New function.
5775 (message-tool-bar, message-tool-bar-gnome)
5776 (message-tool-bar-retro): Add message-tool-bar-update.
5777 (message-tool-bar-gnome): Add flyspell-buffer.
5778
5779 * gnus-util.el (gnus-error): Describe `args'.
5780
5781 * gmm-utils.el (gmm-error): Describe `args'.
5782 (gmm-tool-bar-zap-list): New widget.
5783 (gmm-tool-bar-from-list): Improve description of `zap-list'.
5784
5785 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5786
5787 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5788 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5789 the number of recursive calls.
5790
5791 * mm-decode.el (mm-handle-set-disposition): New macro.
5792 (mm-handle-set-description): New macro.
5793
5794 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5795
5796 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5797 encoding.
5798
5799 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5800
5801 * message.el (message-tool-bar-zap-list, message-tool-bar)
5802 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5803 (message-tool-bar-local-item-from-menu): Remove.
5804 (message-tool-bar-map): Replace by `message-make-tool-bar'.
5805 (message-make-tool-bar): New function.
5806 (message-mode): Use `message-make-tool-bar'.
5807
5808 * gmm-utils.el: New file.
5809 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5810 (gmm-lazy): New widget copied from `nnmail.el'.
5811 (gmm-tool-bar-from-list): New function for creating customizable
5812 tool bars.
5813 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
5814 output.
5815 (gmm): Add :prefix to defgroup.
5816
5817 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
5818
5819 * gmm-utils.el (gmm-widget-p): New function.
5820
5821 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5822
5823 * mml.el (mml-attach-file): Describe `description' in doc string.
5824 (mml-menu): Add Emacs MIME manual and PGG manual.
5825
5826 2006-01-20 Richard M. Stallman <rms@gnu.org>
5827
5828 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5829
5830 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
5831
5832 * nntp.el (nntp-end-of-line): Doc fix.
5833
5834 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
5835
5836 * imap.el (imap-open): Handle case where buffer is a buffer
5837 object.
5838
5839 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5840
5841 * gnus-delay.el (gnus-delay): Don't autoload.
5842 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5843 to be re-loaded when customizing the `gnus-delay' group.
5844
5845 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
5846
5847 * message.el (message-insert-citation-line): Use newlines.
5848
5849 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5850
5851 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
5852
5853 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
5854
5855 2006-01-19 Mark D. Baushke <mdb@gnu.org>
5856
5857 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
5858
5859 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
5860
5861 * mm-decode.el (mm-inlined-types): Add application/pgp.
5862 (mm-automatic-display): Ditto.
5863
5864 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
5865 part as text.
5866
5867 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5868
5869 * nnrss.el: Update copyright.
5870 (nnrss-opml-import): Query whether to subscribe to each entry.
5871
5872 * gnus-art.el:
5873 * gnus-sum.el:
5874 * mm-uu.el:
5875 * mm-view.el: Update copyright.
5876
5877 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
5878
5879 * message.el (message-info): New function.
5880 (message-mode-menu): Add it.
5881 Update copyright.
5882
5883 * ChangeLog: Fix and update copyright.
5884
5885 2006-01-13 Romain Francoise <romain@orebokech.com>
5886
5887 * message.el (message-forward-subject-name-subject): Prefer the
5888 address to 'nowhere' if the sender has no name.
5889 Fix typo. Update copyright year.
5890
5891 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
5892
5893 * gnus-art.el (article-wash-html): Use
5894 gnus-summary-show-article-charset-alist if a numeric arg is given.
5895 (gnus-article-wash-html-with-w3m-standalone): New function.
5896
5897 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
5898 mm-inline-text-html-render-with-w3m-standalone.
5899 (mm-text-html-washer-alist): Map w3m-standalone to
5900 gnus-article-wash-html-with-w3m-standalone.
5901 (mm-inline-text-html-render-with-w3m-standalone): New function.
5902
5903 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
5904
5905 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
5906 Improve LaTeX.
5907
5908 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5909
5910 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
5911 (nnrss-request-article): Render text/plain parts as HTML.
5912
5913 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
5914 the buffer.
5915
5916 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
5917
5918 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
5919 custom definition of `gnus-posting-styles'.
5920
5921 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
5922 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
5923
5924 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5925
5926 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
5927 Use nntp for bug archive.
5928
5929 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
5930
5931 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
5932 parts.
5933 (nnrss-normalize-date): New function converts ISO 8601 date into
5934 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
5935 (nnrss-check-group): Use it.
5936
5937 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
5938
5939 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
5940
5941 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
5942 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
5943 (nnrss-insert-w3): Ditto.
5944
5945 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
5946
5947 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
5948 the articles to be forwarded including the case where neither a
5949 number of articles nor a region is specified.
5950
5951 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
5952
5953 * nnrss.el (nnrss-request-article): Fix last change; fill
5954 text/plain parts.
5955
5956 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
5957
5958 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
5959 in text/plain part.
5960 (nnrss-check-group): Don't add excessive newline to dc:subject.
5961
5962 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
5963
5964 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
5965 article.
5966
5967 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5968
5969 * nnml.el: Don't require gnus-bcklg. Autoload it.
5970 (nnml-use-compressed-files, nnml-save-mail): Support other
5971 comression programs such as bzip2.
5972
5973 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5974
5975 * dns.el (query-dns): Make sure we check the buffer size before
5976 removing tcp headers.
5977
5978 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
5979
5980 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
5981 remove MIME buttons associated with multipart/alternative parts.
5982 (gnus-mime-display-alternative): Tag buttons using `article-type'
5983 text property.
5984
5985 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
5986 associated with multipart/alternative parts.
5987
5988 * gnus-art.el (gnus-signature-separator): Fix custom type.
5989
5990 * mm-decode.el (mm-inlined-types): Fix custom type.
5991 (mm-keep-viewer-alive-types): Ditto.
5992 (mm-automatic-display): Ditto.
5993 (mm-attachment-override-types): Ditto.
5994 (mm-inline-override-types): Ditto.
5995 (mm-automatic-external-display): Ditto.
5996
5997 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5998
5999 * spam-report.el (spam-report-user-mail-address)
6000 (spam-report-user-agent): New variables.
6001 (spam-report-url-ping-plain): Use spam-report-user-agent.
6002
6003 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
6004
6005 * gnus-art.el (gnus-button-handle-custom): Do not just use
6006 `customize-apropos' for any "M-x customize-*" button but the
6007 function called for. Accept both the function name and its
6008 argument in order to achieve this.
6009 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6010 function name to `gnus-button-handle-custom' in case of "M-x
6011 customize-*" buttons.
6012
6013 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6014
6015 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6016 multipart/alternative and add xref to mm-discouraged-alternatives
6017 in doc string.
6018
6019 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6020 gnus-buttonized-mime-types in doc string.
6021
6022 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6023
6024 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6025 Suggest image/.* in the doc string.
6026
6027 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6028
6029 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6030 message-marks (Debian bug #342521).
6031
6032 2005-12-12 Simon Josefsson <jas@extundo.com>
6033
6034 * password.el (password-read-from-cache): Add.
6035 (password-read): Use it.
6036
6037 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6038
6039 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6040 us-ascii as a MIME charset.
6041
6042 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6043 against the case where the 2nd arg TYPE is nil.
6044
6045 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6046
6047 * pop3.el (pop3-stream-type): Fix custom version.
6048
6049 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6050
6051 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6052
6053 * mm-decode.el (mm-display-external): Add missing cdr.
6054
6055 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6056
6057 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6058 RFC1524) if it is in mailcap or add a suffix according to
6059 mailcap-mime-extensions when generating a temp filename; postpone
6060 deleting a temp file for 2 seconds for some wrappers, shell
6061 scripts, and so on, which might exit right after having started a
6062 viewer command as a background job.
6063
6064 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6065
6066 * nntp.el (nntp-marks-directory): Fix custom group.
6067
6068 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6069 steps when < 10.
6070
6071 * gnus-start.el (gnus-no-server-1): Mention
6072 `gnus-level-default-subscribed' in doc string.
6073
6074 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6075
6076 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6077 parens.
6078
6079 2005-11-26 Dave Love <fx@gnu.org>
6080
6081 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6082 (tls-program, tls-success): Provide openssl alternative.
6083
6084 * starttls.el: Doc fixes.
6085 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6086 SERVICE to PORT.
6087
6088 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
6089 port null or service name.
6090 (starttls-negotiate): Autoload.
6091
6092 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6093
6094 * message.el (message-kill-to-signature): Fix interactive spec.
6095
6096 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6097
6098 * pop3.el (pop3-open-server): Recognize a string as a service name.
6099
6100 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6101
6102 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6103
6104 2005-11-23 Dave Love <fx@gnu.org>
6105
6106 Add pop3s, pop3/starttls.
6107
6108 * pop3.el (pop3-authentication-scheme): Clarify doc.
6109 (open-tls-stream, starttls-open-stream): Autoload.
6110 (pop3-stream-type): New.
6111 (pop3-open-server): Use it.
6112
6113 * mail-source.el (mail-sources): Fix some :types. Add stream type
6114 for POP.
6115 (mail-source-keyword-map): Add :stream for POP.
6116 (mail-source-fetch-pop): Use pop3-stream-type.
6117
6118 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6119
6120 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6121 of current-time-string.
6122
6123 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6124
6125 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6126 date header.
6127
6128 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6129
6130 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6131 it can seriously impact performance as it bypasses the agent's
6132 local caches.
6133
6134 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6135
6136 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6137 must be explicitly online rather than "not explicitly offline" for
6138 its flags to be synchronized.
6139
6140 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6141 that gnus-uu-unmark-thread will function correctly.
6142
6143 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6144 1024K is instead displayed as 1M.
6145
6146 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6147
6148 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6149
6150 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6151
6152 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6153
6154 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6155
6156 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6157 error message to display actual error condition.
6158 (gnus-agent-save-local): Avoid saving symbols that are bound to
6159 nil as they simply result in a warning message in
6160 gnus-agent-read-local.
6161
6162 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6163
6164 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6165 rather than make-variable-buffer-local for file-precious-flag.
6166
6167 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6168
6169 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6170 for duplicates which are removed. The invalid sort check then
6171 triggers a rescan after the sort as sorting may have moved
6172 duplicate entries such that they can be cheaply detected.
6173
6174 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6175
6176 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6177
6178 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6179
6180 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6181 internal variable to a custom variable. Changed default value
6182 from compressed(2) to uncompressed(1).
6183 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6184 support for uncompressed agentview files. Taken together, reading
6185 the agentview file should now be 6-7 times faster.
6186
6187 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6188
6189 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6190 as a buffer-local variable. This avoids creating truncated
6191 dribble files as a result of a hang up, eg.
6192
6193 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6194
6195 * gnus-start.el (gnus-start-draft-setup): Enforce
6196 `gnus-draft-mode' for nndraft:drafts at startup.
6197
6198 * gnus.el (gnus-splash): Change custom group.
6199 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6200 allow-list argument.
6201
6202 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6203 string.
6204
6205 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6206
6207 * gnus-art.el (gnus-default-article-saver): Add user-defined
6208 `function' to custom type.
6209
6210 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6211
6212 * imap.el (imap-open): Handle case where buffer is a buffer
6213 object.
6214
6215 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6216
6217 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6218 long lines.
6219 (gnus-cache-delete-group): Wrap doc strings.
6220
6221 * gnus-agent.el (gnus-agent-rename-group)
6222 (gnus-agent-delete-group): Wrap doc strings.
6223
6224 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6225
6226 * gnus-start.el (gnus-1): Add "native" to
6227 gnus-predefined-server-alist.
6228
6229 * gnus.el (gnus-method-to-server): Don't add "native" to the
6230 lists here, because that leads to problems when
6231 gnus-select-method is bound.
6232
6233 2005-11-09 Simon Josefsson <jas@extundo.com>
6234
6235 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6236 use (not sort-by-date) instead.
6237
6238 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6239
6240 * gnus-delay.el (gnus-delay-group): Don't autoload.
6241 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6242 to be re-loaded when customizing the `gnus-delay' group.
6243
6244 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6245
6246 * message.el: Revert last changes.
6247 (message-insert-citation-line): Use newlines.
6248
6249 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6250
6251 * message.el (message-courtesy-message)
6252 (message-mark-insert-begin, message-mark-insert-end)
6253 (message-elide-ellipsis, message-cancel-message)
6254 (message-add-header, message-change-subject)
6255 (message-cross-post-followup-to-header)
6256 (message-cross-post-insert-note, message-reduce-to-to-cc)
6257 (message-widen-reply, message-delete-not-region)
6258 (message-kill-to-signature, message-insert-signature)
6259 (message-insert-importance-high, message-insert-importance-low)
6260 (message-insert-or-toggle-importance)
6261 (message-insert-disposition-notification-to)
6262 (message-indent-citation, message-yank-original)
6263 (message-cite-original-without-signature, message-cite-original)
6264 (message-insert-citation-line, message-position-on-field)
6265 (message-fix-before-sending, message-send-mail-partially)
6266 (message-send-mail, message-send-mail-with-sendmail)
6267 (message-send-mail-with-qmail, message-send-news)
6268 (message-check-news-header-syntax, message-generate-headers)
6269 (message-insert-courtesy-copy, message-fill-address)
6270 (message-fill-header, message-shorten-references)
6271 (message-setup-1, message-cancel-news)
6272 (message-forward-make-body-plain, message-forward-make-body-mime)
6273 (message-forward-make-body-mml, message-encode-message-body)
6274 (message-forward-make-body-digest-plain)
6275 (message-forward-make-body-digest-mime)
6276 (message-use-alternative-email-as-from): Insert `hard-newline'
6277 instead of ordinary newlines.
6278
6279 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6280
6281 * message.el (message-generate-headers): Downcase the argument
6282 given to message-check-element.
6283
6284 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6285
6286 * nntp.el (nntp-authinfo-rejected): New error condition.
6287 (nntp-wait-for): Use new error condition to signal authentication
6288 error.
6289 (nntp-retrieve-data): Rethrow new error condition to break out of
6290 recursive call to nntp-send-authinfo.
6291
6292 2005-11-08 Romain Francoise <romain@orebokech.com>
6293
6294 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6295 (gnus-summary-exit-map): Bind to `Z p'.
6296 (gnus-summary-make-menu-bar): Add menu item.
6297
6298 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6299
6300 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6301 (gnus-treat-*): Add `first' in all doc strings.
6302
6303 * gnus-group.el (gnus-group-compact-group): Fix typo.
6304
6305 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6306
6307 * gnus.el (gnus-parameters-case-fold-search): New variable.
6308 (gnus-parameters-get-parameter): Use it.
6309
6310 * gnus-score.el (gnus-home-score-file): Doc fix.
6311
6312 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6313
6314 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6315
6316 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6317
6318 * mm-util.el (mm-special-display-p): New function.
6319
6320 * mml.el (mml-preview): Use it; doc fix.
6321
6322 2005-10-29 Romain Francoise <romain@orebokech.com>
6323
6324 * message.el (message-fix-before-sending): Fix comment.
6325
6326 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6327
6328 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6329
6330 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6331
6332 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6333 Used in gnus-score.el.
6334
6335 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6336
6337 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6338
6339 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6340
6341 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6342 whitespace removed in revision 7.8. Use concatenated string to
6343 protect trailing whitespace.
6344
6345 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
6346
6347 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6348 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6349 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6350 Courier IMAP ("some version from 2004"). Mostly based on similar
6351 code in the same function.
6352
6353 2005-10-26 Didier Verna <didier@xemacs.org>
6354
6355 * gnus-group.el (gnus-group-compact-group): Invalidate original
6356 article buffer.
6357 * gnus-srvr.el (gnus-server-compact-server): Ditto.
6358 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6359 NOV database and in article itself.
6360 Invalidate article backlog.
6361
6362 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6363
6364 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6365
6366 2005-10-26 Simon Josefsson <jas@extundo.com>
6367
6368 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6369 part of 2004-07-25 change.
6370
6371 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6372
6373 * message.el (message-display-completion-list): New function.
6374 (message-expand-group): Use it; make sure the Completions buffer
6375 is modifiable.
6376
6377 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6378
6379 * imap.el (imap-open): Handle case where buffer is a buffer object.
6380
6381 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6382
6383 * pgg-def.el:
6384 * pgg-gpg.el:
6385 * pgg-parse.el:
6386 * pgg-pgp.el:
6387 * pgg-pgp5.el:
6388 * pgg.el: Move to the parent lisp directory.
6389
6390 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6391
6392 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6393 user-mail-name is an empty string.
6394
6395 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6396
6397 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6398 depending on gnus-score-decay-constant.
6399
6400 * encrypt.el (encrypt-insert-file-contents)
6401 (encrypt-write-file-contents): Don't use `gnus-message'.
6402
6403 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6404 arguments.
6405 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6406 arguments to mm-uu-verbatim-marks-extract.
6407 (mm-uu-hide-markers): New variable.
6408 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6409
6410 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6411 (gnus-convert-image-to-face-command): Use "convert" by default to
6412 allow other input image formats.
6413 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6414 accordingly.
6415
6416 2005-10-23 Simon Josefsson <jas@extundo.com>
6417
6418 * imap.el (imap-gssapi-program): Align command line parameters
6419 with latest GNU SASL.
6420 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6421
6422 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6423
6424 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6425 HTML.
6426 (nnslashdot-request-article): Ditto.
6427
6428 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6429
6430 * mail-source.el (mail-source-fetch-pop): Require pop3.
6431 (mail-source-check-pop): Ditto.
6432
6433 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6434
6435 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6436 errors.
6437
6438 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6439
6440 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6441 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6442
6443 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6444
6445 * mm-bodies.el (mm-decode-string): Call
6446 `mm-charset-to-coding-system' with allow-override argument.
6447
6448 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6449
6450 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6451 (rfc2047-charset-to-coding-system): New function.
6452 (rfc2047-decode-encoded-words): New function.
6453 (rfc2047-decode-region): Use them.
6454 (rfc2047-decode-cte): Remove.
6455 (rfc2047-parse-and-decode): Remove.
6456 (rfc2047-decode): Remove.
6457
6458 2005-10-15 Kenichi Handa <handa@m17n.org>
6459
6460 * rfc2047.el (rfc2047-decode-cte): New function.
6461 (rfc2047-decode-region): Change the way to decode successive
6462 encoded-words: decode B- or Q-encoding in each encoded-word,
6463 concatenate them, and decode it as charset.
6464
6465 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6466
6467 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6468 widget-move-and-invoke.
6469 (gnus-custom-mode): Use gnus-custom-map.
6470
6471 2005-10-15 Bill Wohler <wohler@newt.com>
6472
6473 * message.el (message-tool-bar-map): Renamed image file from
6474 mail_send to mail/send.
6475
6476 2005-10-16 Masatake YAMATO <jet@gyve.org>
6477
6478 * message.el (message-expand-group): Pass the common
6479 prefix substring of completion to `display-completion-list'.
6480
6481 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6482
6483 * mml-sec.el (mml-secure-method): New internal variable.
6484 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6485 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6486 functions using mml-secure-method.
6487
6488 * mml.el (mml-mode-map): Add key bindings for those functions.
6489 (mml-menu): Simplify security menu entries. Suggested by Jesper
6490 Harder <harder@myrealbox.com>.
6491 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6492 end of message if point is the headers of the message.
6493
6494 * message.el (message-in-body-p): New function.
6495
6496 * assistant.el: Autoload gnus-util and netrc.
6497
6498 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6499 Use `mm-charset-override-alist' only when decoding.
6500
6501 * mm-bodies.el (mm-decode-body): Call
6502 `mm-charset-to-coding-system' with allow-override argument.
6503
6504 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6505 `filename' from Content-Disposition if Content-Type doesn't
6506 provide `name'.
6507 (gnus-mime-view-part-as-type): Set default instead of
6508 initial-input.
6509
6510 2005-10-09 Daniel Brockman <daniel@brockman.se>
6511
6512 * format-spec.el (format-spec): Propagate text properties of % spec.
6513
6514 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6515
6516 * gnus-art.el (gnus-treat-predicate): Add `first'.
6517
6518 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6519
6520 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6521 (mm-charset-override-alist): New variable.
6522 (mm-charset-to-coding-system): Use it.
6523 (mm-codepage-setup): New helper function.
6524 (mm-charset-eval-alist): New variable.
6525 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6526 about unknown charsets.
6527
6528 2005-10-04 David Hansen <david.hansen@gmx.net>
6529
6530 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6531 (nnrss-check-group): Ditto.
6532
6533 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6534
6535 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6536 Rename x-gnus-verbatim to x-verbatim.
6537 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6538
6539 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6540 x-verbatim.
6541
6542 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6543
6544 * gnus-util.el (gnus-remove-duplicates): Remove.
6545
6546 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6547 instead of gnus-remove-duplicates.
6548
6549 * message.el (message-remove-duplicates): Remove.
6550 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6551 message-remove-duplicates.
6552
6553 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6554 available, else use implementation from `delete-dups'.
6555
6556 * message.el (message-insert-expires): New function.
6557 (message-mode-map): Add key binding.
6558 (message-mode-field-menu): Add menu entry.
6559 (message-mode): Document it.
6560 (message-make-expires-date): Use `message-make-date'.
6561
6562 2005-10-04 Josh Huber <huber@alum.wpi.edu>
6563
6564 * message.el (message-make-expires-date): New function.
6565
6566 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6567
6568 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6569
6570 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6571
6572 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6573 function rather than the diff-mode.el package.
6574 (mm-display-external): Use with-current-buffer.
6575 (mm-viewer-completion-map, mm-viewer-completion-map):
6576 Move initialization inside declaration.
6577
6578 2005-09-29 Simon Josefsson <jas@extundo.com>
6579
6580 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6581 autoload mail-check-payment.
6582 (spam-check-hashcash): Define unconditionally, since hashcash.el
6583 is part of Gnus now. Ignore errors from payment checking.
6584
6585 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6586
6587 * message.el (message-bold-region, message-unbold-region): Rename
6588 from `bold-region' and `unbold-region'.
6589
6590 * message.el: Remove useless autoloads.
6591
6592 2005-09-28 Simon Josefsson <jas@extundo.com>
6593
6594 * message.el (message-use-idna): Default to t.
6595 (message-use-idna): Test whether encoding works too. Doc fix.
6596
6597 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6598
6599 * nntp.el (nntp-warn-about-losing-connection): Remove.
6600
6601 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6602
6603 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6604 customizable. Change default value.
6605 (mm-uu-diff-groups-regexp): Change default value.
6606 (mm-uu-type-alist): Add doc string.
6607 (mm-uu-configure): Add doc string. Make it interactive.
6608 (mm-uu-tex-groups-regexp): New variable.
6609 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6610 (mm-uu-type-alist): Add LaTeX documents.
6611 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6612 of "text/verbatim".
6613 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6614
6615 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6616 instead of "text/verbatim".
6617
6618 * message.el (message-mark-inserted-region)
6619 (message-mark-insert-file): Use slrn style marks when called with
6620 prefix argument.
6621
6622 2005-09-27 Simon Josefsson <jas@extundo.com>
6623
6624 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6625
6626 2005-09-27 Arne Jørgensen <arne@arnested.dk>
6627
6628 * message.el (message-remove-duplicates): New function.
6629 Implementation borrowed from `gnus-remove-duplicates'.
6630 (message-idna-to-ascii-rhs): Also encode idna addresses in
6631 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6632 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6633 only ask about the same idna domain once per header and also tell
6634 in what header to replace the idna domain.
6635
6636 * gnus-art.el (article-decode-idna-rhs): Also decode idna
6637 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6638 (article-decode-idna-rhs): Fix regexp so that all idna-address in
6639 a header is decoded and not just the last one.
6640
6641 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6642
6643 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6644 has been decoded.
6645
6646 * mm-decode.el (mm-automatic-display): Add text/verbatim.
6647 (mm-insert-part): Don't modify text if it has been decoded.
6648
6649 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6650 decoded.
6651
6652 * mm-view.el (mm-inline-text): Don't strip text props unless
6653 decoding enriched or richtext parts.
6654
6655 2005-09-25 Romain Francoise <romain@orebokech.com>
6656
6657 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6658 * gnus-start.el (gnus-subscribe-interactively):
6659 * gnus-uu.el (gnus-uu-grab-articles):
6660 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6661 space.
6662
6663 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
6664
6665 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6666 * mm-view.el (mm-view-pkcs7-decrypt):
6667 * gnus-sum.el (gnus-summary-limit-to-extra)
6668 (gnus-summary-respool-article, gnus-read-move-group-name):
6669 * gnus-score.el (gnus-summary-increase-score):
6670 * gnus-util.el (gnus-completing-read-with-default):
6671 * gnus-art.el (gnus-read-save-file-name)
6672 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6673 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6674 * message.el (message-check-news-header-syntax):
6675 Follow convention for reading with the minibuffer.
6676
6677 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
6678
6679 * spam-report.el (spam-report-url-ping-plain):
6680 Use gnus-extended-version as User-Agent.
6681
6682 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6683 default value is nil.
6684
6685 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6686 (mm-uu-verbatim-marks-extract): New function.
6687 (mm-uu-extract): New face.
6688 (mm-uu-copy-to-buffer): Use it.
6689
6690 * spam-report.el (spam-report-gmane-ham): Renamed from
6691 `spam-report-gmane-unspam'.
6692 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6693 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
6694
6695 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6696 Autoload.
6697 (spam-report-gmane-unregister-routine): Renamed
6698 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6699
6700 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
6701
6702 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6703 (spam-report-gmane-unregister-routine): Add support for gmane
6704 unregistration.
6705
6706 * spam-report.el (spam-report-gmane-unspam)
6707 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6708 (spam-report-gmane): Change to take a single article and do unspam
6709 registration.
6710
6711 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6712
6713 * mm-url.el (mm-url-decode-entities): Fix regexp.
6714
6715 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6716
6717 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6718 default to nil, to be able to use Gnus at all. If the default
6719 switches to something else, then the function should be fixed not
6720 be exceedingly slow.
6721
6722 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
6723
6724 * gnus-start.el (gnus-activate-group): If the server is nil, don't
6725 fail hard.
6726
6727 * spam-report.el: Add better Keywords line.
6728
6729 * spam.el: Add Maintainer and better Keywords line.
6730
6731 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6732
6733 * gnus-art.el (gnus-article-replace-part)
6734 (gnus-mime-replace-part): New functions.
6735 (gnus-mime-action-alist, gnus-mime-button-commands)
6736 (gnus-mime-save-part-and-strip): Added file argument.
6737 (gnus-article-part-wrapper): Added interactive argument.
6738
6739 * gnus-sum.el (gnus-summary-mime-map): Add
6740 `gnus-article-replace-part'.
6741
6742 2005-09-19 Didier Verna <didier@xemacs.org>
6743
6744 The nnml compaction feature:
6745 * nnml.el (nnml-request-compact-group): New function.
6746 * nnml.el (nnml-request-compact): New function.
6747 * gnus-int.el (gnus-request-compact-group): New function.
6748 * gnus-int.el (gnus-request-compact): New function.
6749 * gnus-group.el (gnus-group-compact-group): New function.
6750 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
6751 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
6752 * gnus-srvr.el (gnus-server-compact-server): New function.
6753 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
6754 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
6755
6756 2005-09-18 Deepak Goel <deego@gnufans.org>
6757
6758 * sieve.el (sieve-help): Fix `message' call: first arg should be a
6759 format spec.
6760
6761 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
6762
6763 * gnus.el (gnus-group-startup-message): Bind image-load-path.
6764
6765 2005-09-15 Romain Francoise <romain@orebokech.com>
6766
6767 * message.el (message-fill-paragraph): Clarify docstring.
6768
6769 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6770
6771 * gnus-art.el (gnus-mime-display-part): Protect against broken
6772 MIME messages.
6773
6774 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6775
6776 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
6777 before parsing header.
6778
6779 2005-09-11 Jari Aalto <jari.aalto@cante.net>
6780
6781 * html2text.el (html2text-replace-list): Add new entities.
6782
6783 2005-09-11 Romain Francoise <romain@orebokech.com>
6784
6785 * message.el (message-alternative-emails): Improve docstring.
6786 (message-setup-1): Call `message-use-alternative-email-as-from'
6787 after `message-setup-hook' to give it precedence over posting
6788 styles, etc.
6789 (message-use-alternative-email-as-from): Add docstring. Remove
6790 the original From header if present.
6791
6792 * nnml.el (nnml-compressed-files-size-threshold): New variable.
6793 (nnml-save-mail): Use it.
6794
6795 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
6796 articles. Add new argument `silent'.
6797 (gnus-uu-mark-all): Report the total number of marked articles.
6798
6799 2005-09-10 Romain Francoise <romain@orebokech.com>
6800
6801 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
6802 (gnus-uu-mark-series): Likewise.
6803
6804 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6805
6806 * spam-report.el (spam-report-gmane): Fix generation of spam
6807 report URL.
6808
6809 2005-09-10 Simon Josefsson <jas@extundo.com>
6810
6811 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
6812 t, based on discussion on the ding list with Robert Epprecht
6813 <epprecht@solnet.ch>.
6814
6815 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6816
6817 * spam-report.el (spam-report-gmane): Make it work without
6818 X-Report-Spam header. Gmane now only provides Archived-At.
6819 This is only used if `spam-report-gmane-use-article-number' is nil.
6820 (spam-report-gmane-spam-header): Remove. Not used anymore.
6821
6822 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
6823 make `gnus-summary-sort-by-recipient' work with threading.
6824
6825 * nnweb.el (nnweb-google-wash-article): Print a message if article
6826 is not available.
6827
6828 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6829
6830 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
6831 change. Decode text/* parts content before displaying.
6832
6833 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
6834
6835 * mml-smime.el: Remove defvar of gnus-extract-address-components.
6836
6837 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6838
6839 * mm-view.el (mm-display-inline-fontify): Disable support modes.
6840
6841 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
6842
6843 * message.el (message-tab-body-function): Fix mismatched custom type.
6844
6845 * gnus.el (gnus-group-change-level-function): Ditto.
6846
6847 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
6848
6849 * gnus-art.el (gnus-signature-limit)
6850 (gnus-article-mime-part-function): Ditto.
6851
6852 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6853
6854 * mml.el (mml-mode): Silence the byte compiler.
6855
6856 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
6857 using `(sit-for 0)' before moving the point to the specified part;
6858 skip unbuttonized parts.
6859 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
6860 return to the summary window if gnus-auto-select-part is non-nil.
6861
6862 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
6863
6864 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
6865 variables.
6866 (mml-dnd-attach-file, mml-mode): Use them.
6867
6868 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
6869 Make fetching article by MID work again for Google Groups. Added
6870 FIXME concerning gnus-group-make-web-group.
6871
6872 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
6873 Don't depend on Gnus by using mail-extract-address-components if
6874 gnus-extract-address-components is not bound.
6875
6876 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6877
6878 * gnus-art.el (gnus-mime-display-security): Don't display the
6879 signature, but only the signed part.
6880
6881 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6882
6883 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
6884
6885 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
6886 list, not listp.
6887
6888 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
6889
6890 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
6891 when encoding.
6892
6893 * mm-bodies.el (mm-decode-content-transfer-encoding):
6894 De-canonicalize CRLF for all text content types, not just
6895 text/plain.
6896
6897 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6898
6899 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
6900 valid article; point arrow and cursor at the MIME button.
6901
6902 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
6903
6904 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
6905 Suggested by Dan Christensen <jdc@uwo.ca>.
6906
6907 * mm-decode.el (mm-save-part): Enable change of prompt.
6908
6909 2005-08-29 Jari Aalto <jari.aalto@cante.net>
6910
6911 * gnus-msg.el (gnus-inews-add-send-actions): Made
6912 `message-post-method' lambda parameter ARG `&optional'.
6913
6914 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
6915
6916 * gnus-sum.el (gnus-summary-mime-map): Added
6917 gnus-article-save-part-and-strip, gnus-article-delete-part and
6918 gnus-article-jump-to-part.
6919
6920 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
6921 (gnus-article-edit-part): Use it.
6922 (gnus-article-part-wrapper): Added no-handle argument.
6923 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
6924 functions.
6925
6926 2005-08-29 Romain Francoise <romain@orebokech.com>
6927
6928 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6929 docstring.
6930 (gnus-face-from-file): Likewise.
6931
6932 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
6933
6934 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
6935 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
6936 non-nil.
6937 (gnus-auto-select-part): New variable.
6938 (gnus-article-jump-to-part): New function.
6939 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
6940 (gnus-mime-delete-part): Allow selecting specified part after
6941 deleting or stripping parts.
6942 (gnus-article-jump-to-part): Don't use `read-number'. Use last
6943 part if argument is bogus.
6944
6945 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
6946
6947 * gnus-art.el (w3m-minor-mode-map):
6948 * gnus-spec.el (gnus-newsrc-file-version):
6949 * gnus-util.el (nnmail-active-file-coding-system)
6950 (gnus-original-article-buffer, gnus-user-agent):
6951 * gnus.el (gnus-ham-process-destinations)
6952 (gnus-parameter-ham-marks-alist)
6953 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
6954 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
6955 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
6956 * mm-decode.el (gnus-current-window-configuration):
6957 * mm-extern.el (gnus-article-mime-handles):
6958 * mm-url.el (url-current-object, url-package-name)
6959 (url-package-version):
6960 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
6961 (smime-keys, w3m-cid-retrieve-function-alist)
6962 (w3m-current-buffer, w3m-display-inline-images)
6963 (w3m-minor-mode-map):
6964 * mml-smime.el (gnus-extract-address-components):
6965 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
6966 (gnus-newsrc-hashtb, message-default-charset)
6967 (message-deletable-headers, message-options)
6968 (message-posting-charset, message-required-mail-headers)
6969 (message-required-news-headers):
6970 * mml1991.el (mc-pgp-always-sign):
6971 * mml2015.el (mc-pgp-always-sign):
6972 * nnheader.el (nnmail-extra-headers):
6973 * rfc1843.el (gnus-decode-encoded-word-function)
6974 (gnus-decode-header-function, gnus-newsgroup-name):
6975 * spam-stat.el (gnus-original-article-buffer): Add defvars.
6976
6977 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
6978
6979 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
6980 the end of the date treatments.
6981
6982 2005-08-15 Simon Josefsson <jas@extundo.com>
6983
6984 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
6985 it in url-handlers.el and XEmacs in url.el. Reported by Luca
6986 Capello and Romain Francoise.
6987 (pgg-fetch-key-function): Removed, not used?
6988 (pgg-insert-url-with-w3): Require url, to get
6989 url-insert-file-contents regardless of where it is defined.
6990
6991 2005-08-13 Romain Francoise <romain@orebokech.com>
6992
6993 * message.el (message-cite-original-1): New function.
6994 (message-cite-original): Use it.
6995 (message-cite-original-without-signature): Ditto.
6996
6997 2005-08-08 Romain Francoise <romain@orebokech.com>
6998
6999 * message.el (message-yank-empty-prefix): New variable.
7000 (message-indent-citation): Use it.
7001 (message-cite-original-without-signature): Respect X-No-Archive.
7002
7003 2005-08-08 Simon Josefsson <jas@extundo.com>
7004
7005 * pgg.el: Autoload url-insert-file-contents instead of loading
7006 w3/url.
7007 (pgg-insert-url-with-w3): Don't load url here.
7008
7009 2005-08-07 Jesper Harder <harder@phys.au.dk>
7010
7011 * message.el (message-kill-to-signature): Don't insert newline at
7012 bol.
7013 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7014
7015 2005-08-06 Romain Francoise <romain@orebokech.com>
7016
7017 * message.el (message-user-fqdn): Fix typo in docstring.
7018
7019 2005-08-05 Daiki Ueno <ueno@unixuser.org>
7020
7021 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7022
7023 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7024
7025 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7026
7027 * mm-bodies.el (mm-encode-body): Use coding system rather than
7028 charset to encode text.
7029
7030 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7031 number of charsets if utf-8 is available (XEmacs).
7032
7033 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7034
7035 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7036 taken from `gnus-button-mid-or-mail-regexp'.
7037 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7038 (gnus-button-alist): Improve regexp for domain part of the MIDs
7039 for news:localpart@domain buttons.
7040 (gnus-button-ctan-directory-regexp): Update.
7041
7042 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7043
7044 * sieve-manage.el (sieve-manage-interactive-login): Use
7045 make-local-variable rather than make-variable-buffer-local.
7046 (sieve-manage-open): Ditto.
7047 (sieve-manage-authenticate): Ditto.
7048
7049 * mml.el (mml-generate-mime-1): Make the content type default to
7050 text/plain if the filename is not specified.
7051
7052 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7053
7054 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7055 instead of insert-buffer.
7056
7057 * message.el (message-yank-original): Ditto; set the mark at the
7058 end of the yanked message.
7059
7060 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7061
7062 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7063 lines to scroll rather than to stop it.
7064
7065 * mml.el (mml-generate-default-type): Add doc string.
7066 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7067 default to application/octet-stream when determining the content
7068 type if it is not specified for the part or the mml contents; add
7069 a comment about mml-generate-default-type.
7070
7071 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7072
7073 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7074 make it default to application/octet-stream when determining the
7075 content type if it is not specified for the external contents.
7076
7077 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7078
7079 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7080 segmented parameter but also other parameters might be there.
7081
7082 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7083
7084 * mm-decode.el (mm-display-external): Delete temp file, directory
7085 and buffer immediately if the external process is exited.
7086
7087 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7088
7089 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7090 fewer lines than that of scroll-margin.
7091 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7092
7093 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7094
7095 * gnus-art.el (gnus-article-next-page): Revert.
7096 (gnus-article-beginning-of-window): New macro.
7097 (gnus-article-next-page-1): Use it.
7098 (gnus-article-prev-page): Ditto.
7099 (gnus-article-edit-part): Use insert-buffer-substring instead of
7100 insert-buffer.
7101 (gnus-article-edit-exit): Ditto.
7102
7103 * gnus-util.el (gnus-beginning-of-window): Remove.
7104 (gnus-end-of-window): Remove.
7105
7106 2005-07-25 Simon Josefsson <jas@extundo.com>
7107
7108 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7109 to have the url package without w3. Reported by Daiki Ueno
7110 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7111
7112 2005-07-20 Didier Verna <didier@xemacs.org>
7113
7114 * gnus-diary.el: Remove the description comment (nndiary is now
7115 properly documented in the Gnus manual).
7116 Fix the spelling of "Back End".
7117 * nndiary.el: Ditto.
7118 Fix the copyright notice.
7119
7120 2005-07-18 Romain Francoise <romain@orebokech.com>
7121
7122 * gnus-sum.el (gnus-summary-to-prefix)
7123 (gnus-summary-newsgroup-prefix): New variables.
7124 (gnus-summary-from-or-to-or-newsgroups): Use them.
7125
7126 2005-07-17 Romain Francoise <romain@orebokech.com>
7127
7128 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7129 space as it's generally not especially interesting to the user.
7130
7131 2005-07-16 Romain Francoise <romain@orebokech.com>
7132
7133 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7134 nil to avoid prompting and file modification if one of the
7135 messages at the top of the nnfolder file contains a copyright
7136 notice.
7137 Update copyright notice.
7138
7139 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7140 instead of `current-time-string' as the latter creates a time
7141 string that is not RFC 2822 compliant (it lacks the zone).
7142 Update copyright notice.
7143
7144 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7145
7146 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7147 for text/rtf. Display default in prompt. Pass default for M-n.
7148
7149 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7150
7151 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7152
7153 * gnus-msg.el (gnus-button-mailto): Remove
7154 save-selected-window-window hackery because it relies on
7155 save-selected-window internals.
7156
7157 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7158
7159 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7160 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7161 (gnus-article-prev-page): Ditto.
7162
7163 * gnus-util.el (gnus-beginning-of-window): New function.
7164 (gnus-end-of-window): New function.
7165
7166 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7167
7168 * gnus-score.el (gnus-score-edit-all-score): Set
7169 gnus-score-edit-exit-function to gnus-score-edit-done and call
7170 gnus-message.
7171
7172 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7173
7174 * gnus-msg.el (gnus-button-mailto): Remove
7175 save-selected-window-window hackery because it relies on
7176 save-selected-window internals.
7177
7178 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7179
7180 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7181 add-minor-mode.
7182 (gnus-binary-mode): Ditto.
7183
7184 * gnus-topic.el (gnus-topic-mode): Ditto.
7185
7186 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7187
7188 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7189 (gnus-article-prev-page): Take scroll-margin into consideration.
7190
7191 2005-07-04 Lute Kamstra <lute@gnu.org>
7192
7193 Update FSF's address in GPL notices.
7194
7195 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7196
7197 * gnus.el (gnus-exit):
7198 * gnus-group.el (gnus-group-icons):
7199 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7200
7201 * gnus-nocem.el (gnus-nocem):
7202 * message.el (message-various, message-buffers, message-sending)
7203 (message-interface, message-forwarding, message-insertion)
7204 (message-headers, message-news, message-mail):
7205 * pgg-gpg.el (pgg-gpg):
7206 * pgg-parse.el (pgg-parse):
7207 * pgg-pgp.el (pgg-pgp):
7208 * pgg-pgp5.el (pgg-pgp5):
7209 * pop3.el (pop3): Finish `defgroup' description with period.
7210
7211 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7212
7213 * gnus-art.el (article-display-face): Improve the efficiency.
7214 (article-display-x-face): Ditto; remove grey x-face stuff.
7215
7216 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7217
7218 * gnus-art.el (article-display-face): Correct the position in
7219 which Faces are inserted.
7220
7221 2005-06-29 Didier Verna <didier@xemacs.org>
7222
7223 * gnus-art.el (article-display-face): Display faces in correct
7224 order.
7225
7226 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7227
7228 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7229 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7230 (gnus-nocem-check-article): Fetch the Type header.
7231 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7232 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7233 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7234 make sure gnus-nocem-hashtb is initialized.
7235 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7236 (gnus-nocem-unwanted-article-p): Ditto.
7237
7238 * pgg.el (pgg-verify): Return the verification result.
7239
7240 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7241
7242 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7243 is ascii.
7244
7245 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7246
7247 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7248 `show-nonbreak-escape'.
7249
7250 2005-06-23 Lute Kamstra <lute@gnu.org>
7251
7252 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7253
7254 * dig.el (dig-mode):
7255 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7256
7257 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7258
7259 * nnimap.el (nnimap-split-download-body): Fix spellings.
7260
7261 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7262
7263 * gnus-art.el (gnus-article-encrypt-body):
7264 * gnus-cus.el (gnus-score-customize):
7265 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7266 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7267
7268 2005-06-16 Arne Jørgensen <arne@arnested.dk>
7269
7270 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7271 header by looking for magic "MII" at the beginnig.
7272
7273 2005-06-16 Miles Bader <miles@gnu.org>
7274
7275 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7276 (assistant-field-face): New backward-compatibility alias for renamed
7277 face.
7278 (assistant-render-text): Use renamed assistant-field face.
7279
7280 * spam.el (spam): Remove "-face" suffix from face name.
7281 (spam-face): New backward-compatibility alias for renamed face.
7282 (spam-face, spam-initialize): Use renamed spam face.
7283
7284 * message.el (message-header-to, message-header-cc)
7285 (message-header-subject, message-header-newsgroups)
7286 (message-header-other, message-header-name)
7287 (message-header-xheader, message-separator, message-cited-text)
7288 (message-mml): Remove "-face" suffix from face names.
7289 (message-header-to-face, message-header-cc-face)
7290 (message-header-subject-face, message-header-newsgroups-face)
7291 (message-header-other-face, message-header-name-face)
7292 (message-header-xheader-face, message-separator-face)
7293 (message-cited-text-face, message-mml-face):
7294 New backward-compatibility aliases for renamed faces.
7295 (message-font-lock-keywords): Use renamed message faces.
7296
7297 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7298 (sieve-test-commands, sieve-tagged-arguments):
7299 Remove "-face" suffix from face names.
7300 (sieve-control-commands-face, sieve-action-commands-face)
7301 (sieve-test-commands-face, sieve-tagged-arguments-face):
7302 New backward-compatibility aliases for renamed faces.
7303 (sieve-control-commands-face, sieve-action-commands-face)
7304 (sieve-test-commands-face, sieve-tagged-arguments-face):
7305 Use renamed sieve faces.
7306
7307 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7308 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7309 (gnus-group-news-3-empty, gnus-group-news-4)
7310 (gnus-group-news-4-empty, gnus-group-news-5)
7311 (gnus-group-news-5-empty, gnus-group-news-6)
7312 (gnus-group-news-6-empty, gnus-group-news-low)
7313 (gnus-group-news-low-empty, gnus-group-mail-1)
7314 (gnus-group-mail-1-empty, gnus-group-mail-2)
7315 (gnus-group-mail-2-empty, gnus-group-mail-3)
7316 (gnus-group-mail-3-empty, gnus-group-mail-low)
7317 (gnus-group-mail-low-empty, gnus-summary-selected)
7318 (gnus-summary-cancelled, gnus-summary-high-ticked)
7319 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7320 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7321 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7322 (gnus-summary-low-undownloaded)
7323 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7324 (gnus-summary-low-unread, gnus-summary-normal-unread)
7325 (gnus-summary-high-read, gnus-summary-low-read)
7326 (gnus-summary-normal-read, gnus-splash):
7327 Remove "-face" suffix from face names.
7328 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7329 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7330 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7331 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7332 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7333 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7334 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7335 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7336 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7337 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7338 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7339 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7340 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7341 (gnus-summary-normal-ticked-face)
7342 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7343 (gnus-summary-normal-ancient-face)
7344 (gnus-summary-high-undownloaded-face)
7345 (gnus-summary-low-undownloaded-face)
7346 (gnus-summary-normal-undownloaded-face)
7347 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7348 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7349 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7350 (gnus-splash-face):
7351 New backward-compatibility aliases for renamed faces.
7352 (gnus-group-startup-message): Use renamed gnus faces.
7353
7354 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7355 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7356 (gnus-server-agent): Remove "-face" suffix from face names.
7357 (gnus-server-agent-face, gnus-server-opened-face)
7358 (gnus-server-closed-face, gnus-server-denied-face)
7359 (gnus-server-offline-face):
7360 New backward-compatibility aliases for renamed faces.
7361 (gnus-server-agent-face, gnus-server-opened-face)
7362 (gnus-server-closed-face, gnus-server-denied-face)
7363 (gnus-server-offline-face): Use renamed gnus faces.
7364
7365 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7366 Remove "-face" suffix from face names.
7367 (gnus-picon-xbm-face, gnus-picon-face):
7368 New backward-compatibility aliases for renamed faces.
7369
7370 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7371 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7372 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7373 (gnus-cite-11): Remove "-face" suffix from face names.
7374 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7375 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7376 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7377 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7378 New backward-compatibility aliases for renamed faces.
7379 (gnus-cite-attribution-face, gnus-cite-face-list)
7380 (gnus-article-boring-faces): Use renamed gnus faces.
7381
7382 * gnus-art.el (gnus-signature, gnus-header-from)
7383 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7384 (gnus-header-content): Remove "-face" suffix from face names.
7385 (gnus-signature-face, gnus-header-from-face)
7386 (gnus-header-subject-face, gnus-header-newsgroups-face)
7387 (gnus-header-name-face, gnus-header-content-face):
7388 New backward-compatibility aliases for renamed faces.
7389 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7390
7391 * gnus-sum.el (gnus-summary-selected-face)
7392 (gnus-summary-highlight): Use renamed gnus faces.
7393 * gnus-group.el (gnus-group-highlight): Likewise.
7394
7395 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7396
7397 * gnus-sieve.el (gnus-sieve-article-add-rule):
7398 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7399 * spam-stat.el (spam-stat-buffer-change-to-spam)
7400 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7401
7402 * message.el (message-is-yours-p):
7403 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7404
7405 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7406
7407 * mm-view.el (mm-inline-text): Withdraw the last change.
7408
7409 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7410
7411 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7412 executing enriched-decode.
7413
7414 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7415
7416 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7417 charset of tar files.
7418
7419 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7420
7421 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7422
7423 2005-06-04 Lute Kamstra <lute@gnu.org>
7424
7425 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7426 information is never recorded.
7427
7428 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7431
7432 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7433
7434 * pop3.el (pop3-apop): Run md5 in the binary mode.
7435
7436 * starttls.el (starttls-set-process-query-on-exit-flag):
7437 Use eval-and-compile.
7438
7439 2005-05-31 Simon Josefsson <jas@extundo.com>
7440
7441 * smime.el (smime-replace-in-string): Define.
7442 (smime-cert-by-ldap-1): Use it.
7443
7444 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7445
7446 * gnus-art.el (article-display-x-face): Replace
7447 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7448
7449 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7450 set-process-query-on-exit-flag or process-kill-without-query.
7451
7452 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7453 loop instead of replace-regexp.
7454
7455 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7456 instead of process-kill-without-query if it is available.
7457
7458 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7459 instead of find-file-hooks if it is available.
7460
7461 * mml1991.el: Bind pgg-default-user-id when compiling.
7462
7463 * mml2015.el: Bind pgg-default-user-id when compiling.
7464
7465 * nndraft.el (nndraft-request-associate-buffer):
7466 Use write-contents-functions instead of write-contents-hooks if it is
7467 available.
7468
7469 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7470 instead of find-file-hooks if it is available.
7471
7472 * nntp.el (nntp-open-connection): Replace
7473 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7474 (nntp-open-ssl-stream): Ditto.
7475 (nntp-open-tls-stream): Ditto.
7476
7477 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7478 set-process-query-on-exit-flag or process-kill-without-query.
7479 (starttls-open-stream-gnutls): Use it instead of
7480 process-kill-without-query.
7481 (starttls-open-stream): Ditto.
7482
7483 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7484
7485 * smime.el (smime-cert-by-ldap-1): Don't use
7486 replace-regexp-in-string.
7487
7488 2005-05-31 Arne Jørgensen <arne@arnested.dk>
7489
7490 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7491
7492 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7493 in PEM format. Adjust to the XEmacs compability.
7494
7495 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7496
7497 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7498 by `string-to-number'.
7499 * gnus-agent.el (gnus-agent-regenerate-group)
7500 (gnus-agent-fetch-articles): Ditto.
7501 * gnus-art.el (gnus-button-fetch-group): Ditto.
7502 * gnus-cache.el (gnus-cache-generate-active)
7503 (gnus-cache-articles-in-group): Ditto.
7504 * gnus-group.el (gnus-group-set-current-level)
7505 (gnus-group-insert-group-line): Ditto.
7506 * gnus-score.el (gnus-score-set-expunge-below)
7507 (gnus-score-set-mark-below, gnus-summary-score-effect)
7508 (gnus-summary-score-entry): Ditto.
7509 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7510 (gnus-soup-pack): Ditto.
7511 * gnus-spec.el (gnus-xmas-format): Ditto.
7512 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7513 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7514 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7515 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7516 * nndb.el (nndb-get-remote-expire-response): Ditto.
7517 * nndiary.el (nndiary-parse-schedule-value)
7518 (nndiary-string-to-number, nndiary-request-replace-article)
7519 (nndiary-request-article): Ditto.
7520 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7521 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7522 * nneething.el (nneething-make-head): Ditto.
7523 * nnfolder.el (nnfolder-request-article)
7524 (nnfolder-retrieve-headers): Ditto.
7525 * nnheader.el (nnheader-file-to-number): Ditto.
7526 * nnkiboze.el (nnkiboze-request-article): Ditto.
7527 * nnmail.el (nnmail-process-unix-mail-format)
7528 (nnmail-process-babyl-mail-format): Ditto.
7529 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7530 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7531 (nnmh-request-create-group, nnmh-request-list-1)
7532 (nnmh-request-group, nnmh-request-article): Ditto.
7533 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7534 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7535 * nnsoup.el (nnsoup-make-active): Ditto.
7536 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7537 * nntp.el (nntp-find-group-and-number)
7538 (nntp-retrieve-headers-with-xover): Ditto.
7539 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7540 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7541 (pgg-format-key-identifier): Ditto.
7542 * pop3.el (pop3-last, pop3-stat): Ditto.
7543 * qp.el (quoted-printable-decode-region): Ditto.
7544
7545 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7546 of concat.
7547
7548 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7549
7550 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7551
7552 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7553
7554 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7555
7556 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7557
7558 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7559
7560 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7561
7562 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7563 (gnus-carpal-mode): Ditto.
7564
7565 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7566 (gnus-browse-mode): Ditto.
7567
7568 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7569
7570 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7571
7572 2005-05-29 Richard M. Stallman <rms@gnu.org>
7573
7574 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7575
7576 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7577
7578 * gnus-util.el (gnus-run-mode-hooks): New function.
7579
7580 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7581
7582 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7583
7584 * gnus-agent.el (gnus-agent-make-mode-line-string):
7585 Use mode-line-highlight as mouse-face.
7586
7587 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7588
7589 * canlock.el (canlock): Change the parent group to news.
7590
7591 * deuglify.el (gnus-outlook-deuglify): Add :group.
7592
7593 * dig.el (dig): Add :group.
7594
7595 * dns-mode.el (dns-mode): Add :group.
7596
7597 * encrypt.el (encrypt): Add :group.
7598
7599 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7600 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7601 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7602 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7603 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7604
7605 * gnus-diary.el (gnus-diary): Add :group.
7606
7607 * gnus.el (gnus-group-news-1-face): Add :group.
7608 (gnus-group-news-1-empty-face): Ditto.
7609 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7610 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7611 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7612 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7613 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7614 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7615 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7616 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7617 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7618 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7619 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7620 (gnus-summary-high-ticked-face): Ditto.
7621 (gnus-summary-low-ticked-face): Ditto.
7622 (gnus-summary-normal-ticked-face): Ditto.
7623 (gnus-summary-high-ancient-face): Ditto.
7624 (gnus-summary-low-ancient-face): Ditto.
7625 (gnus-summary-normal-ancient-face): Ditto.
7626 (gnus-summary-high-undownloaded-face): Ditto.
7627 (gnus-summary-low-undownloaded-face): Ditto.
7628 (gnus-summary-normal-undownloaded-face): Ditto.
7629 (gnus-summary-high-unread-face): Ditto.
7630 (gnus-summary-low-unread-face): Ditto.
7631 (gnus-summary-normal-unread-face): Ditto.
7632 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7633 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7634
7635 * hashcash.el (hashcash): New custom group.
7636 (hashcash-default-payment): Add :group.
7637 (hashcash-payment-alist): Ditto.
7638 (hashcash-default-accept-payment): Ditto.
7639 (hashcash-accept-resources): Ditto.
7640 (hashcash-path): Ditto.
7641 (hashcash-extra-generate-parameters): Ditto.
7642 (hashcash-double-spend-database): Ditto.
7643 (hashcash-in-news): Ditto.
7644
7645 * message.el (message-minibuffer-local-map): Add :group.
7646
7647 * netrc.el (netrc): Add :group.
7648
7649 * sieve-manage.el (sieve-manage-log): Add :group.
7650 (sieve-manage-default-user): Diito.
7651 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7652 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7653 (sieve-manage-authenticators): Ditto.
7654 (sieve-manage-authenticator-alist): Ditto.
7655 (sieve-manage-default-port): Ditto.
7656
7657 * sieve-mode.el (sieve-control-commands-face): Add :group.
7658 (sieve-action-commands-face): Ditto.
7659 (sieve-test-commands-face): Ditto.
7660 (sieve-tagged-arguments-face): Ditto.
7661
7662 * smime.el (smime): Add :group.
7663
7664 * spam-report.el (spam-report): Add :group.
7665
7666 * spam.el (spam, spam-face): Add :group.
7667
7668 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7669
7670 * nntp.el (nntp-next-result-arrived-p): Some news servers may
7671 return \n.\n.\n at the end of articles. Protect against that.
7672 (nntp-with-open-group): Allow debugging.
7673
7674 * nnheader.el (mail-header-set-extra): Make into a function
7675 because I just could't understand how to quote the list properly.
7676
7677 * dns.el (query-dns-cached): New function.
7678
7679 2005-05-26 Lute Kamstra <lute@gnu.org>
7680
7681 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7682
7683 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7684
7685 * gnus-art.el: Don't autoload mail-extract-address-components.
7686
7687 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7688 eval-and-compile to evaluate it.
7689
7690 * hashcash.el: Don't autoload executable-find.
7691
7692 * nndb.el: Don't declare the nndb back end two or more times; don't
7693 autoload news-reply-mode, news-setup, cancel-timer and telnet.
7694
7695 * nntp.el: Autoload format-spec instead of format; use
7696 eval-and-compile to evaluate autoload forms.
7697
7698 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
7699
7700 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7701
7702 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7703
7704 * gnus.el (gnus-version-number): Bump version.
7705
7706 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7707
7708 * gnus.el: No Gnus v0.3 is released.
7709
7710 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
7711
7712 * gnus-art.el (gnus-article-edit-part): Disable undo.
7713
7714 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7715
7716 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7717 gnus-article-date-lapsed-new-header is t if date timer is active;
7718 skip headers in which the original date value is empty.
7719 (gnus-article-save-original-date): Redefine it as a macro.
7720 (gnus-display-mime): Use it.
7721
7722 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
7723
7724 * gnus-art.el (article-date-ut): Support converting date in
7725 forwarded parts as well.
7726 (gnus-article-save-original-date): New function.
7727 (gnus-display-mime): Use it.
7728
7729 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
7730
7731 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7732 enclosure element of <item>.
7733
7734 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
7735
7736 * message.el (message-kill-buffer-query): Renamed from
7737 `message-kill-buffer-query-if-modified'. Added :version.
7738
7739 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7740
7741 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
7742 window layout.
7743
7744 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7745
7746 * mml.el: Autoload dnd when compiling.
7747
7748 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
7749
7750 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
7751 x-dnd-*.
7752
7753 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7754
7755 * qp.el (quoted-printable-encode-region): Save excursion.
7756
7757 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
7758
7759 * message.el (message-kill-buffer-query-if-modified): Add new variable
7760 so the user can kill a modified message buffer quickly.
7761 (message-kill-buffer): Use it.
7762
7763 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
7764
7765 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
7766 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
7767
7768 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
7769
7770 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
7771 contained in text because xml.el decodes entities) with LFs.
7772
7773 2005-04-11 Lute Kamstra <lute@gnu.org>
7774
7775 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
7776 differently.
7777
7778 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7779
7780 * mm-util.el (mm-detect-coding-region): Typo.
7781
7782 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
7783
7784 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
7785
7786 2005-04-06 D Goel <deego@gnufans.org>
7787
7788 * spam-stat.el (spam-stat-score-buffer): Add a call to a
7789 user-function allow user modifications of the scores.
7790 (spam-stat-score-buffer-user): New function, to allow
7791 user-computed modifications to the score.
7792 (spam-stat-score-buffer-user-functions): List of additional
7793 scoring functions.
7794 (spam-stat-error-holder): Global temporary error holder.
7795 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
7796 variable.
7797
7798 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
7799
7800 * gnus-registry.el (gnus-registry-clean-empty-function)
7801 (gnus-registry-trim, gnus-registry-fetch-groups)
7802 (gnus-registry-delete-group): Groups that match
7803 `gnus-registry-ignored-groups' are removed from the registry
7804 entries, not just ignored for splitting. This helps clean up the
7805 registry. Also, `gnus-registry-fetch-groups' is a convenient way
7806 to get all the groups a message ID is in.
7807
7808 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
7809 (spam-stat-split-fancy): Change "threshhold" to "threshold"
7810 (spam-stat-score-buffer-user-functions): Add :number custom type.
7811
7812 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7813
7814 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
7815 argument in XEmacs.
7816
7817 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
7818 (nnrss-request-group): Decode group name first.
7819 (nnrss-request-article): Make a text/plain article if mml-to-mime
7820 failed.
7821 (nnrss-get-encoding): Return a compatible encoding according to
7822 nnrss-compatible-encoding-alist.
7823 (nnrss-find-el): Use consp instead of listp.
7824 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
7825
7826 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7827
7828 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
7829 which Emacs 20 doesn't support.
7830 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
7831
7832 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
7833
7834 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
7835 silence the byte compiler inside the defun.
7836
7837 * gnus-demon.el (parse-time-string): Add autoload.
7838
7839 * gnus-delay.el (parse-time-string): Add autoload.
7840
7841 * gnus-art.el (parse-time-string): Add autoload.
7842
7843 * nnultimate.el (parse-time): Require for `parse-time-string'.
7844
7845 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7846
7847 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
7848
7849 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
7850
7851 * smime.el (smime-ldap-host-list): Add :version.
7852
7853 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
7854
7855 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
7856 pass it to `gnus-browse-read-group'.
7857 (gnus-browse-read-group): Add NUMBER argument and pass it to
7858 `gnus-group-read-ephemeral-group'.
7859
7860 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
7861 argument and pass it to `gnus-group-read-group'.
7862
7863 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
7864
7865 * mm-util.el (mm-xemacs-find-mime-charset): Only call
7866 mm-xemacs-find-mime-charset-1 if we have the mule feature
7867 available at runtime.
7868
7869 2005-03-25 Werner Lemberg <wl@gnu.org>
7870
7871 * nnmaildir.el: Replace `illegal' with `invalid'.
7872
7873 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7874
7875 * gnus-start.el (gnus-display-time-event-handler):
7876 Check display-time-timer at runtime rather than only at load time
7877 in case display-time-mode is turned off in the mean time.
7878
7879 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
7880
7881 * nnimap.el (nnimap-open-connection): Print which authinfo file is
7882 used.
7883
7884 * nneething.el (nneething-map-file-directory): Derive from
7885 `gnus-directory'.
7886
7887 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
7888 the To/Cc button.
7889
7890 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
7891
7892 * nnmaildir.el (nnmaildir-request-accept-article):
7893 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
7894
7895 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
7896
7897 * gnus-async.el: Require timer-funcs at compile time when in
7898 XEmacs for `run-with-idle-timer'.
7899
7900 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
7901
7902 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
7903 autoloaded function.
7904
7905 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7906
7907 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
7908
7909 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
7910
7911 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
7912
7913 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7914
7915 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
7916 gnus-expert-user to default.
7917
7918 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
7919
7920 * nnimap.el (nnimap-open-server): Ditto.
7921
7922 * imap.el (imap-authenticate): Fix typo.
7923
7924 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
7925
7926 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
7927 buffer (since IMAP server might return FETCH response out of
7928 order, and the nntp buffer must be sorted).
7929
7930 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
7931
7932 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
7933 comparison on string.
7934
7935 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
7936 (gnus-agent-score): Renamed category keywords to match gnus-cus.
7937 (gnus-agent-summary-fetch-series): Modified to protect against
7938 gnus-agent-summary-fetch-group clearing processable flags.
7939 (gnus-agent-synchronize-group-flags): Update live group buffer as
7940 synchronization may occur due to the user toggle the plugged
7941 status.
7942 (gnus-agent-fetch-group-1): Clear downloadable flag when article
7943 successfully downloaded.
7944 (gnus-agent-expire-group-1): Avoid using markers when the overview
7945 is in ascending order; greatly improves performance.
7946 (gnus-agent-regenerate-group): Use
7947 gnus-agent-synchronize-group-flags to reset read status in both
7948 gnus and server.
7949 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
7950
7951 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7952
7953 * message.el: Don't autoload former message-utils variables.
7954 (message-strip-subject-trailing-was): Change doc string.
7955
7956 * nnweb.el: Fixes for `gnus-group-make-web-group'.
7957 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
7958 (nnweb-google-search): Add "hl=en" here.
7959 (nnweb-google-parse-1, nnweb-google-create-mapping):
7960 Don't hardcode URL.
7961
7962 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7963
7964 * message.el (message-get-reply-headers, message-followup):
7965 Mention related variables `message-use-followup-to' and
7966 `message-use-mail-followup-to', in the information buffer.
7967
7968 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
7969 of broken groups(-beta).google.com.
7970
7971 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
7972
7973 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
7974 parameter to invoked gnus-request-move-article; remove the
7975 redundant gnus-sum-hint-move-is-internal variable; apply the marks
7976 all at once instead of once per article.
7977 (gnus-summary-remove-process-mark): Accept a list of articles as
7978 well as a single article for processing.
7979
7980 * gnus-int.el (gnus-request-move-article): Add move-is-internal
7981 parameter.
7982
7983 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
7984
7985 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
7986
7987 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
7988 parameter.
7989
7990 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
7991 parameter.
7992
7993 * nnimap.el (nnimap-request-move-article): Add move-is-internal
7994 parameter and remove the gnus-sum-hint-move-is-internal variable.
7995
7996 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
7997 parameter.
7998
7999 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8000 parameter.
8001
8002 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8003 parameter.
8004
8005 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8006
8007 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8008 parameter.
8009
8010 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8011 parameter.
8012
8013 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8014
8015 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8016 a more conservative way.
8017
8018 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8019
8020 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8021 buffer, so it moves the window's cursor.
8022
8023 2005-02-26 Arne Jørgensen <arne@arnested.dk>
8024
8025 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8026 `mm-dissect-multipart' and receive the from field as an (optional)
8027 argument from `mm-dissect-multipart'.
8028 (mm-dissect-multipart): Receive the from field as an argument and
8029 pass it on when we call `mm-dissect-buffer' on MIME parts.
8030 Fixes verification/decryption of signed/encrypted MIME parts.
8031
8032 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8033
8034 * gnus-sum.el (gnus-summary-move-article): Set
8035 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8036 whatever it calls (right now, only nnimap-request-move article
8037 respects it).
8038
8039 * nnimap.el (nnimap-request-move-article): When
8040 gnus-sum-hint-move-is-internal is set, don't do the extra
8041 nnimap-request-article.
8042
8043 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8044
8045 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8046
8047 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8048 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8049
8050 * gnus-sum.el (gnus-summary-caesar-message):
8051 Apply `gnus-treat-article' after rotation.
8052
8053 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8054 doc string.
8055
8056 2005-02-22 Simon Josefsson <jas@extundo.com>
8057
8058 * encrypt.el (encrypt-password-cache-expiry): Remove (use
8059 `password-cache-expiry' instead). Reported by Arne Jørgensen
8060 <arne@arnested.dk>.
8061 (encrypt): Add password-cache and password-cache-expiry as group
8062 members.
8063
8064 2005-02-22 Arne Jørgensen <arne@arnested.dk>
8065
8066 * smime.el (smime-ldap-host-list): Doc fix.
8067 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8068 cache) password.
8069 (smime-sign-region): Use it.
8070 (smime-decrypt-region): Use it.
8071 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8072 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8073 fails.
8074 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8075 certificate from DER to PEM format rather than calling openssl.
8076
8077 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8078
8079 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8080 for signing/encryption.
8081
8082 * mml.el (mml-parse-1): Use them.
8083
8084 2005-02-21 Arne Jørgensen <arne@arnested.dk>
8085
8086 * nnrss.el (nnrss-verbose): Removed.
8087 (nnrss-request-group): Use `nnheader-message' instead.
8088
8089 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8090
8091 * nnrss.el (nnrss-verbose): New variable.
8092 (nnrss-request-group): Make it say nnrss is requesting a group.
8093
8094 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8095
8096 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8097 Handle news URL with given port correctly.
8098
8099 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8100
8101 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8102 containing special characters.
8103
8104 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8105
8106 * mml.el (mime-to-mml): Ditto.
8107
8108 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8109 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8110 (rfc2047-decode-region): Quote decoded words containing special
8111 characters when rfc2047-quote-decoded-words-containing-tspecials
8112 is non-nil.
8113
8114 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8115
8116 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8117
8118 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8119
8120 2005-02-15 Simon Josefsson <jas@extundo.com>
8121
8122 * nnimap.el (nnimap-debug): Doc fix.
8123
8124 * imap.el (imap-debug): Doc fix.
8125
8126 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8127
8128 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8129
8130 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8131
8132 * gnus.el (spam-contents): Improve docs for spam-contents
8133 parameter in its variable incarnation.
8134
8135 2005-02-14 Simon Josefsson <jas@extundo.com>
8136
8137 * smime-ldap.el: Use require instead of load-library for ldap.
8138 (smime-ldap-search): Indent.
8139 (smime-ldap-search-internal): Shorten line.
8140
8141 * smime.el (smime-cert-by-dns): Add doc-string.
8142 (smime-cert-by-ldap-1): Indent.
8143
8144 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8145 mml-smime-get-dns-ldap.
8146 (mml-smime-encrypt-query): Use new function. Default to ldap.
8147
8148 2005-02-14 Arne Jørgensen <arne@arnested.dk>
8149
8150 * smime.el: Require smime-ldap.
8151 (smime-ldap-host-list): New variable.
8152 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8153
8154 * mml-smime.el (mml-smime-encrypt-query): New function.
8155 (mml-smime-encrypt-query): Use it.
8156
8157 * smime-ldap.el: New file.
8158
8159 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8160
8161 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8162
8163 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8164
8165 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8166 argument in doc string. Make query for type more clear.
8167
8168 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8169
8170 * gnus.el (gnus-group-startup-message): Search for gnus images in
8171 etc/images/gnus.
8172 * mm-util.el (mm-image-load-path): Likewise.
8173 * smiley.el (smiley-data-directory): Search for smilies in
8174 etc/images/smilies.
8175
8176 2005-02-09 Kim F. Storm <storm@cua.dk>
8177
8178 Change Emacs release version from 21.4 to 22.1 throughout.
8179 Change Emacs development version from 21.3.50 to 22.0.50.
8180
8181 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8182
8183 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8184
8185 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8186 non-Mule XEmacs as well.
8187 (mm-decompress-buffer): Signal an error intentionally if it does
8188 not decompress compressed data because auto-compression-mode is
8189 disabled.
8190
8191 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8192
8193 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8194 an ID in the registry even if it has no groups.
8195
8196 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8197
8198 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8199 merge it into mm-decompress-buffer.
8200 (gnus-mime-copy-part): Use the MIME part charset, the value which
8201 a user specified or gnus-newsgroup-charset for decoding, like
8202 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8203 save-buffer what was used. Suggested by Kevin Ryde
8204 <user42@zip.com.au>.
8205 (gnus-mime-inline-part): Allow the name parameter as well as the
8206 filename parameter; force decompressing of compressed data; always
8207 display contents being not decoded as unibyte.
8208
8209 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8210 as well as the filename parameter.
8211
8212 * mm-util.el (mm-decompress-buffer): Merge
8213 gnus-mime-jka-compr-maybe-uncompress.
8214 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8215 of compressed data.
8216
8217 2005-02-08 Simon Josefsson <jas@extundo.com>
8218
8219 * imap.el (imap-log): Doc fix.
8220
8221 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8222
8223 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8224 the coding cookies; decompress compressed parts.
8225
8226 * mml.el (mml-generate-mime-1): Add the charaset parameter according
8227 to the value which a user specified manually or the coding cookie.
8228
8229 * mm-util.el (mm-string-to-multibyte): New function.
8230 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8231 (mm-coding-system-to-mime-charset): New function.
8232 (mm-decompress-buffer): New function.
8233 (mm-find-buffer-file-coding-system): New function.
8234
8235 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8236 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8237 parts.
8238
8239 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8240
8241 * mm-view.el (mm-display-inline-fontify): Decode a part according
8242 to the charset parameter.
8243
8244 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8245
8246 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8247 prefix arg is neither nil nor a number, as info specifies.
8248
8249 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8250
8251 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8252 timestamps.
8253
8254 2005-02-02 Jari Aalto <jari.aalto@cante.net>
8255
8256 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8257 groups error checking and notify user.
8258
8259 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8260
8261 * message.el (message-send-mail-function): Check existence of
8262 sendmail-program first before using default value
8263 `message-send-mail-with-sendmail'. Otherwise use more generic
8264 `smtpmail-send-it'.
8265
8266 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8267
8268 * nntp.el (nntp-request-update-info): Always return nil.
8269
8270 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8271
8272 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8273
8274 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8275
8276 * message.el (message-beginning-of-line): Change the behavior when
8277 invoked between BOL and : so that it first moves backward.
8278
8279 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8280
8281 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8282 article buffer when editing of the article is discarded.
8283 (gnus-article-prepare): Revert.
8284
8285 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8286
8287 * gnus-art.el (gnus-article-prepare):
8288 Remove message-strip-forbidden-properties from the local hook.
8289
8290 2005-01-27 Simon Josefsson <jas@extundo.com>
8291
8292 * password.el (password-cache-add): Only start one timer per key.
8293 Reported by Derek Atkins <warlord@MIT.EDU>.
8294
8295 2005-01-26 Steve Youngs <steve@sxemacs.org>
8296
8297 * run-at-time.el: Removed. It is no longer needed as
8298 timer-funcs.el in the xemacs-base package has a working version of
8299 `run-at-time'.
8300
8301 * password.el: Require timer-funcs instead of run-at-time in
8302 XEmacs.
8303 Remove `password-run-at-time' macro.
8304 (password-cache-add): Use `run-at-time' instead of
8305 `password-run-at-time'.
8306
8307 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8308 for `run-with-idle-timer'.
8309
8310 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8311 for `run-at-time'.
8312
8313 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8314 for `with-timeout'.
8315
8316 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8317
8318 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8319 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8320
8321 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8322
8323 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8324 sensitively.
8325
8326 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8327
8328 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8329
8330 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8331
8332 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8333 which will be inserted according to the multibyteness of a buffer
8334 rather than the type of contents. Suggested by ARISAWA Akihiro
8335 <ari@mbf.ocn.ne.jp>.
8336
8337 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8338 of string which old xml.el may return rather than a string.
8339
8340 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8341
8342 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8343
8344 2005-01-16 Simon Josefsson <jas@extundo.com>
8345
8346 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8347 idn/idna.el isn't available.
8348 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8349 <michael@waxrat.com>.
8350
8351 * hashcash.el: Remove non-FSF copyright header.
8352
8353 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8354 (hashcash-generate-payment): Use it.
8355 (hashcash-generate-payment-async): Use it.
8356
8357 2005-01-15 Simon Josefsson <jas@extundo.com>
8358
8359 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8360 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8361
8362 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8363 gnus-summary-idna-message.
8364 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8365 (gnus-summary-idna-message): New function.
8366
8367 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8368
8369 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8370 gnus-novice-user.
8371
8372 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8373
8374 * nnrss.el (nnrss-request-delete-group): Delete entries in
8375 nnrss-group-alist as well.
8376 (nnrss-save-server-data): Insert newline.
8377
8378 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8379
8380 * gnus.el (gnus-user-agent): Use list of symbols instead of
8381 symbols. Display full version number for (S)XEmacs. Optionally
8382 display (S)XEmacs codename.
8383
8384 * gnus-util.el (gnus-emacs-version): Update for new
8385 `gnus-user-agent'.
8386
8387 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8388 Gnus version.
8389
8390 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8391
8392 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8393 which is unreadable in some setups.
8394
8395 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8396
8397 * gnus-spec.el (gnus-update-format-specifications): Flush the
8398 group format spec cache if it doesn't support decoded group names.
8399
8400 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8401
8402 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8403 Allow to apply decay on score files matching a regexp.
8404
8405 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8406
8407 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8408 compatibility in %g and %c.
8409
8410 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8411
8412 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8413 name for only %g and %c.
8414 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8415 of gnus-tmp-group to decoded group name.
8416 (gnus-group-make-rss-group): Exclude `/'s from group names.
8417
8418 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8419
8420 * nnrss.el (nnrss-get-encoding): Fix regexp.
8421
8422 2004-12-27 Simon Josefsson <jas@extundo.com>
8423
8424 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8425 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8426 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8427
8428 2004-12-17 Kim F. Storm <storm@cua.dk>
8429
8430 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8431
8432 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8433
8434 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8435
8436 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8437
8438 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8439
8440 * nnrss.el: Require rfc2047 and mml.
8441 (nnrss-file-coding-system): New variable.
8442 (nnrss-format-string): Redefine it as an inline function.
8443 (nnrss-decode-group-name): New function.
8444 (nnrss-string-as-multibyte): Remove.
8445 (nnrss-retrieve-headers): Decode group name; don't use
8446 nnrss-format-string.
8447 (nnrss-request-group): Decode group name.
8448 (nnrss-request-article): Decode group name; allow a Message-ID as
8449 well as an article number; don't use nnrss-format-string; encode a
8450 Message-ID string which may contain non-ASCII characters; use
8451 mml-to-mime to compose a MIME article.
8452 (nnrss-request-expire-articles): Decode group name.
8453 (nnrss-request-delete-group): Decode group name.
8454 (nnrss-fetch): Clarify error message.
8455 (nnrss-read-server-data): Use insert-file-contents instead of load;
8456 bind file-name-coding-system; use multibyte buffer.
8457 (nnrss-save-server-data): Bind coding-system-for-write to the
8458 value of nnrss-file-coding-system; bind file-name-coding-system;
8459 add coding cookie.
8460 (nnrss-read-group-data): Use insert-file-contents instead of load;
8461 bind file-name-coding-system; use multibyte buffer.
8462 (nnrss-save-group-data): Bind coding-system-for-write to the
8463 value of nnrss-file-coding-system; bind file-name-coding-system.
8464 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8465 make it work with non-ASCII text.
8466 (nnrss-find-el): Make it work with old xml.el as well.
8467
8468 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8469
8470 * nnrss.el (nnrss-get-encoding): New function.
8471 (nnrss-fetch): Use unibyte buffer initially; bind
8472 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8473 decode contents according to the encoding attribute.
8474 (nnrss-save-group-data): Add coding cookie.
8475 (nnrss-mime-encode-string): New function.
8476 (nnrss-check-group): Use it to encode subject and author.
8477
8478 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8479
8480 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8481 imaginary variable.
8482
8483 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8484
8485 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8486 correctly even if there are wide characters.
8487
8488 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8489
8490 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8491 downcased symbol names; make a new cache instead of reusing
8492 bbdb-hashtable.
8493
8494 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8495
8496 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8497 concatenating segments rather than before concatenating them.
8498 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8499
8500 * message.el (message-get-reply-headers): Bind `extra'.
8501
8502 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8503
8504 * message.el (message-extra-wide-headers): New variable.
8505 (message-get-reply-headers): Use it.
8506
8507 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8508
8509 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8510 (gnus-agent-group-pathname): Ditto.
8511
8512 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8513
8514 * gnus-group.el (gnus-group-make-group): Decode group name.
8515 (gnus-group-make-rss-group): Register the group data after opening
8516 the nnrss group.
8517
8518 2004-12-17 Paul Jarc <prj@po.cwru.edu>
8519
8520 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8521 by expiry now get marked as read.
8522
8523 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8524
8525 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8526
8527 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8528
8529 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8530 unify Latin characters in XEmacs.
8531 (mm-find-mime-charset-region): Use it.
8532
8533 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8534
8535 * gnus-util.el (gnus-delete-directory): New function.
8536
8537 * gnus-agent.el (gnus-agent-delete-group): Use it.
8538
8539 * gnus-cache.el (gnus-cache-delete-group): Use it.
8540
8541 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8542
8543 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8544 names.
8545
8546 2004-12-16 Simon Josefsson <jas@extundo.com>
8547
8548 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8549
8550 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8551
8552 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8553
8554 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8555 (gnus-group-set-current-level): Decode group name.
8556
8557 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8558
8559 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8560 failed.
8561
8562 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8563
8564 * gnus-group.el (gnus-group-delete-group): Decode group name.
8565 (gnus-group-make-rss-group): Encode group name.
8566 (gnus-group-catchup-current): Decode group name.
8567 (gnus-group-kill-group): Decode group name.
8568
8569 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8570
8571 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8572
8573 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8574
8575 * gnus-group.el (gnus-group-make-rss-group):
8576 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8577
8578 * gnus-start.el (gnus-setup-news): Honor user's setting to
8579 gnus-message-archive-method. Suggested by Lute Kamstra
8580 <lute@gnu.org>.
8581
8582 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8583
8584 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8585 global counterparts of the buffer-local variables.
8586
8587 2004-11-16 Romain Francoise <romain@orebokech.com>
8588
8589 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8590 counterparts of the buffer-local variables.
8591
8592 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8593
8594 * message.el (message-forbidden-properties): Fixed typo in doc
8595 string.
8596
8597 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8598
8599 * gnus-util.el (gnus-replace-in-string): Added doc string.
8600
8601 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8602 to avoid problems when splitting mails with many recipients.
8603
8604 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8605
8606 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8607 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8608
8609 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8610
8611 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8612 if there is no hashtable in memory or file modification time is
8613 newer than cached timestamp.
8614
8615 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8616
8617 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8618 not-matching option.
8619
8620 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8621
8622 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8623 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8624 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8625 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8626 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8627 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8628
8629 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8630
8631 * message.el (message-forward-make-body-mml): Remove headers
8632 according to message-forward-ignored-headers if a message is decoded.
8633
8634 2004-12-02 Romain Francoise <romain@orebokech.com>
8635
8636 * message.el (message-forward-make-body-plain): Always remove
8637 headers according to message-forward-ignored-headers.
8638
8639 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
8640
8641 * spam.el (spam-summary-prepare-exit): Remove the
8642 gnus-summary-limit pop for now, it has problems with ham marks for
8643 me.
8644
8645 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
8646
8647 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8648 correctly.
8649
8650 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
8651
8652 * format-spec.el (format-spec): Message the char.
8653
8654 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8655
8656 * gnus-art.el (gnus-split-methods): Reformat comments.
8657
8658 * spam.el (spam-summary-prepare-exit): Remove article limits
8659 before exiting the summary buffer.
8660
8661 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8662
8663 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8664 order to silence the byte compiler.
8665
8666 * spam.el: Fix the way to silence the byte compiler, which
8667 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8668 bbdb-search-simple, spam-BBDB-register-routine,
8669 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8670 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8671 spam-stat-buffer-is-spam, spam-stat-load,
8672 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8673 spam-stat-save and spam-stat-split-fancy.
8674
8675 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8676
8677 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8678 which may confuse users.
8679 (canlock-password-for-verify): Ditto.
8680
8681 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8682
8683 * gnus-art.el (gnus-emphasis-alist): Ditto.
8684
8685 * gnus-registry.el (gnus-registry-max-entries): Ditto.
8686
8687 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8688
8689 * gnus-start.el (gnus-save-killed-list): Ditto.
8690
8691 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8692 (gnus-sum-thread-tree-root): Ditto.
8693 (gnus-sum-thread-tree-false-root): Ditto.
8694 (gnus-sum-thread-tree-single-indent): Ditto.
8695
8696 * message.el (message-courtesy-message): Ditto.
8697 (message-archive-note): Ditto.
8698 (message-subscribed-address-file): Ditto.
8699 (message-user-fqdn): Ditto.
8700
8701 * spam-report.el (spam-report-gmane-regex): Ditto.
8702
8703 * spam.el (spam-blackhole-good-server-regex): Ditto.
8704
8705 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8706
8707 * mml.el (mml-preview): Widen the message buffer before copying
8708 the contents to the preview buffer; sort headers before previewing.
8709
8710 * message.el (message-hidden-headers): Fix the way to avoid a bug
8711 in the `repeat' widget in Emacs 21.3 or earlier.
8712
8713 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8714
8715 * message.el (message-hidden-headers): Default to "^References:".
8716 Improve customization type. Suggested by Reiner Steib
8717 <Reiner.Steib@gmx.de>.
8718
8719 2004-11-25 Romain Francoise <romain@orebokech.com>
8720
8721 * message.el (message-strip-forbidden-properties): Remove check for
8722 obsolete `message-hidden' text property, hidden headers are not
8723 accessible in the buffer anymore.
8724
8725 2004-11-22 Romain Francoise <romain@orebokech.com>
8726
8727 * message.el (message-header-format-alist): Add `From' in list
8728 so that it can be sorted.
8729 (message-fix-before-sending): Widen and sort headers before
8730 sending.
8731 (message-hide-headers): Use narrowing to hide headers by moving
8732 them to the top of the buffer and narrowing to the region
8733 underneath.
8734
8735 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8736
8737 * message.el (message-strip-forbidden-properties): Bind
8738 buffer-read-only (etc) to nil.
8739
8740 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
8741
8742 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
8743 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8744
8745 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
8746
8747 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
8748
8749 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8750
8751 * dns.el (query-dns): Use sit-for to time instead of
8752 accept-process-output, since that doesn't seem to work on udp
8753 sockets.
8754
8755 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8756
8757 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
8758
8759 2004-11-15 Jesper Harder <harder@ifa.au.dk>
8760
8761 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
8762 doc string. Improve doc string.
8763
8764 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8765
8766 * nntp.el (nntp-request-update-info): Return nil if
8767 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
8768 may not call gnus-activate-group which uselessly issues the GROUP
8769 commands for all nntp groups and wastes time. Reported by Romain
8770 Francoise <romain@orebokech.com>.
8771
8772 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
8773
8774 2004-11-15 Simon Josefsson <jas@extundo.com>
8775
8776 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
8777 headers separately.
8778 (gnus-button-openpgp): New function, inspired by Jochen Küpper
8779 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
8780
8781 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8782
8783 * gnus-start.el (gnus-convert-old-newsrc):
8784 Assign legacy-gnus-agent to 5.10.7.
8785
8786 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8787
8788 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
8789 start of the lines.
8790
8791 2004-11-14 Magnus Henoch <mange@freemail.hu>
8792
8793 * hashcash.el (hashcash-default-payment): Change default to 20
8794 (hashcash-default-accept-payment): Change default to 20
8795 (hashcash-process-alist): New variable
8796 (hashcash-generate-payment-async): Add
8797 (hashcash-already-paid-p): Add
8798 (hashcash-insert-payment): Don't generate payments twice
8799 (hashcash-insert-payment-async): Add
8800 (hashcash-insert-payment-async-2): Add
8801 (hashcash-cancel-async): Add
8802 (hashcash-wait-async): Add
8803 (hashcash-processes-running-p): Add
8804 (hashcash-wait-or-cancel): Add
8805 (mail-add-payment): New optional argument. Conditionally start
8806 asynchronous calculation.
8807 (mail-add-payment-async): Add
8808
8809 * message.el (message-send-mail): Wait for asynchronous hashcash
8810 results. Don't clobber existing X-Hashcash headers.
8811 (message-setup-1): Call mail-add-payment-async when
8812 message-generate-hashcash is non-nil.
8813
8814 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8815
8816 * message.el (message-use-alternative-email-as-from): Examine the
8817 From header as well; use message-make-from in order to include a
8818 user's full name.
8819
8820 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8821
8822 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
8823 default; improve customization type.
8824 (gnus-emphasis-custom-with-format): New macro.
8825 (gnus-emphasis-custom-value-to-external): New function.
8826 (gnus-emphasis-custom-value-to-internal): New function.
8827
8828 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8829
8830 * dns.el (query-dns): Resolve reverse addresses.
8831
8832 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8833
8834 * gnus-group.el (gnus-group-get-new-news): Use it.
8835
8836 * gnus-start.el (gnus-check-reasonable-setup): New function.
8837
8838 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8839
8840 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
8841 "Args out of range" error. Reported by Arnaud Giersch
8842 <arnaud.giersch@free.fr>.
8843
8844 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
8845
8846 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
8847
8848 2004-11-04 Richard M. Stallman <rms@gnu.org>
8849
8850 * spam.el (spam group): Add :version.
8851
8852 * pgg-def.el (pgg group): Add :version.
8853
8854 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8855
8856 * gnus-art.el (gnus-article-edit-article): Don't associate the
8857 article buffer with a draft file. This is a temporary measure
8858 against the 2004-08-22 change to gnus-article-edit-mode.
8859
8860 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8861
8862 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
8863 (html2text-format-tags): Remove unused variable `attr'.
8864
8865 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8866
8867 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
8868
8869 * spam-stat.el (spam-stat): Add :version.
8870
8871 * sieve.el (sieve): Add :version.
8872
8873 * sha1.el (sha1): Add :version.
8874 (sha1-use-external): Remove redundant version.
8875
8876 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
8877 (nnmail-cache-ignore-groups, nnmail-spool-hook)
8878 (nnmail-split-fancy-match-partial-words)
8879 (nnmail-split-lowercase-expanded): Add :version.
8880
8881 * nndiary.el (nndiary): Add :version.
8882
8883 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
8884
8885 * mml-sec.el (mml-default-sign-method)
8886 (mml-default-encrypt-method, mml-signencrypt-style-alist):
8887 Add :version.
8888
8889 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
8890
8891 * mm-url.el (mm-url-use-external, mm-url-program)
8892 (mm-url-arguments): Add :version.
8893
8894 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
8895 (mm-attachment-file-modes, mm-decrypt-option)
8896 (mm-w3m-safe-url-regexp): Add :version.
8897
8898 * message.el (message-cite-prefix-regexp)
8899 (message-sendmail-envelope-from, message-minibuffer-local-map)
8900 (message-user-fqdn, message-completion-alist): Add :version.
8901
8902 * gnus-win.el (gnus-configure-windows-hook)
8903 (gnus-use-frames-on-any-display): Add :version.
8904
8905 * gnus-art.el (gnus-article-address-banner-alist)
8906 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
8907 (gnus-treat-from-picon, gnus-treat-mail-picon)
8908 (gnus-treat-x-pgp-sig): Add :version.
8909
8910 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
8911 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
8912 (gnus-summary-article-delete-hook)
8913 (gnus-summary-display-while-building): Add :version.
8914
8915 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
8916 (gnus-get-top-new-news-hook):Add :version.
8917
8918 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8919 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
8920
8921 * gnus-registry.el (gnus-registry): Add :version.
8922
8923 * gnus-spec.el (gnus-use-correct-string-widths)
8924 (gnus-make-format-preserve-properties): Add :version.
8925
8926 * gnus.el (gnus-group-charter-alist)
8927 (gnus-group-fetch-control-use-browse-url)
8928 (gnus-install-group-spam-parameters): Add :version.
8929
8930 * gnus-diary.el (gnus-diary): Add :version.
8931
8932 * gnus-delay.el (gnus-delay): Add :version.
8933
8934 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
8935 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
8936 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
8937 Add :version.
8938
8939 * gnus-agent.el (gnus-agent-max-fetch-size)
8940 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
8941 (gnus-agent-prompt-send-queue): Add :version.
8942
8943 * deuglify.el (gnus-outlook-deuglify): Add :version.
8944
8945 * html2text.el: Beautify code. Improve doc strings. Some
8946 checkdoc cleanup.
8947 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
8948
8949 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
8950
8951 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
8952
8953 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
8954
8955 * gnus-registry.el (gnus-registry-hashtb): Create the registry
8956 when package is loaded.
8957
8958 * spam.el (spam-summary-score-preferred-header): Add global preference
8959 for people who want to override the default SpamAssassin over
8960 Bogofilter preference (when both are set).
8961 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
8962 (spam-user-format-function-S): Check
8963 spam-summary-score-preferred-header.
8964 (spam-extra-header-to-number): Add X-Bogosity header parsing.
8965 (spam-user-format-function-S): Format the score correctly.
8966
8967 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8968
8969 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
8970 signature file. Suggested by Manoj Srivastava
8971 <srivasta@golden-gryphon.com>.
8972
8973 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
8974 iso-2022-jp even in the Japanese language environment.
8975 Suggested by Jason Rumney <jasonr@gnu.org>.
8976
8977 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8978
8979 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
8980 use the same characters as the dummy marks; make it free from
8981 getting affected by the language environment.
8982 (gnus-summary-read-group-1): Update mark positions only when the
8983 format spec is updated.
8984
8985 * gnus-spec.el (gnus-update-format-specifications): Return a list
8986 of updated types.
8987
8988 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8989
8990 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
8991 of boundp to check if display-warning is available.
8992
8993 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
8994
8995 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
8996
8997 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8998
8999 * nnspool.el (nnspool-spool-directory): Use news-path if the
9000 news-directory variable is not bound.
9001
9002 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9003 function instead of display-warning if it is not available.
9004
9005 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9006
9007 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9008 v5-10: Use `point-at-bol'.
9009
9010 2004-10-26 Simon Josefsson <jas@extundo.com>
9011
9012 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9013 <chenggao@gmail.com>.
9014
9015 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9016
9017 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9018 instead.
9019
9020 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9021
9022 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9023 to remove a server from the nnimap-server-buffer-alist.
9024 (nnimap-open-connection, nnimap-close-server): Use it.
9025
9026 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9027
9028 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9029
9030 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9031 running the major-mode function.
9032
9033 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9034
9035 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9036 dummy marks in the right way.
9037
9038 2004-10-18 David Edmondson <dme@dme.org>
9039
9040 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9041 excessively.
9042
9043 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9044
9045 * gnus-util.el (gnus-split-references): Accept a nil references
9046 string and go on blissfully.
9047
9048 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9049 cases where the references string is non-nil but has no references.
9050
9051 * encrypt.el: Add autoload tags.
9052
9053 * spam.el (spam-resolve-registrations-routine): Remove article
9054 from unregistration list too. Reported by David Hanak
9055 <dhanak@isis.vanderbilt.edu>
9056
9057 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9058
9059 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9060 nil. Changed custom type.
9061
9062 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9063
9064 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9065
9066 * gnus-sum.el (gnus-summary-move-article): Use it.
9067
9068 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9069
9070 * encrypt.el: Add autoload cookies.
9071
9072 * spam.el (spam-backend-article-list-property)
9073 (spam-backend-get-article-todo-list)
9074 (spam-backend-put-article-todo-list, )
9075 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9076 Resolve registrations separately.
9077 (spam-register-routine): Format comments.
9078 (spam-unregister-routine, spam-register-routine): Always call with
9079 specific-articles, no default list.
9080 (spam-summary-prepare-exit): Use the spam-classifications function.
9081
9082 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9083 gnus-encrypt.el.
9084
9085 * encrypt.el: Copied from gnus-encrypt.el.
9086
9087 * gnus-encrypt.el: Commented that it's obsolete.
9088
9089 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9090
9091 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9092 (gnus-score-save): Use it.
9093
9094 * message.el (message-bury): Use `window-dedicated-p'.
9095
9096 2004-10-15 Simon Josefsson <jas@extundo.com>
9097
9098 * pop3.el (top-level): Don't require nnheader.
9099 (pop3-read-timeout): Add.
9100 (pop3-accept-process-output): Add.
9101 (pop3-read-response, pop3-retr): Use it.
9102
9103 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9104
9105 * spam.el (spam-register-routine): Move comment.
9106 (spam-verify-bogofilter): Use 'unknown for the initial
9107 spam-bogofilter-valid state, not 'never.
9108
9109 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9110 for netrc-machine.
9111
9112 * nnimap.el (nnimap-open-connection): Use
9113 netrc-machine-user-or-password.
9114
9115 2004-10-17 Richard M. Stallman <rms@gnu.org>
9116
9117 * gnus-registry.el (gnus-registry-unload-hook):
9118 Set as a variable with add-hook.
9119
9120 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9121 of news-path.
9122
9123 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9124
9125 * spam.el: Delete duplicate `provide'.
9126 (spam-unload-hook): Set as a variable with add-hook.
9127
9128 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9129
9130 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9131 in the doc string.
9132
9133 * message.el (message-ignored-news-headers)
9134 (message-ignored-supersedes-headers)
9135 (message-ignored-resent-headers)
9136 (message-forward-ignored-headers): Improve custom type.
9137
9138 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9139
9140 * message.el (message-tokenize-header): Fix 2004-09-06 change
9141 which used point-min in the wrong place.
9142
9143 2004-10-12 Simon Josefsson <jas@extundo.com>
9144
9145 * tls.el (tls-certtool-program): New variable.
9146 (tls-certificate-information): New function, based on
9147 ssl-certificate-information.
9148
9149 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9150
9151 * compface.el: Move the version of ELisp-based uncompface program
9152 to the contrib directory because of the copyright problem.
9153
9154 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9155
9156 * message.el (message-kill-buffer): Raise the current frame.
9157
9158 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9159
9160 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9161
9162 * gnus.el (message-y-or-n-p): Autoload.
9163
9164 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9165 (pop3-password-required, pop3-authentication-scheme)
9166 (pop3-leave-mail-on-server): Made customizable.
9167 (pop3): New custom group.
9168 (pop3-retr): Remove `sleep-for' statements.
9169 Suggested by Dave Love <fx@gnu.org>.
9170
9171 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9172 Windows/DOS.
9173
9174 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9175 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9176 Dave Love <fx@gnu.org>.
9177
9178 * mml.el (mml-minibuffer-read-disposition): Require match.
9179 Suggested by Dave Love <fx@gnu.org>.
9180
9181 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9182
9183 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9184 doc string.
9185
9186 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9187
9188 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9189
9190 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9191
9192 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9193 instead of calling `mm-insert-inline', to decode text/* parts
9194 before displaying them.
9195
9196 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9197
9198 * mm-uu.el (mm-uu-text-plain-type): New variable.
9199 (mm-uu-pgp-signed-extract-1): Use it.
9200 (mm-uu-pgp-encrypted-extract-1): Use it.
9201 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9202 bind mm-uu-text-plain-type with that value.
9203 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9204 mm-uu-dissect.
9205
9206 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9207
9208 * gnus-group.el (gnus-update-group-mark-positions):
9209 * gnus-sum.el (gnus-update-summary-mark-positions):
9210 * message.el (message-check-news-body-syntax):
9211 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9212 of string-as-multibyte.
9213
9214 2004-10-05 Juri Linkov <juri@jurta.org>
9215
9216 * gnus-group.el (gnus-update-group-mark-positions):
9217 * gnus-sum.el (gnus-update-summary-mark-positions):
9218 * message.el (message-check-news-body-syntax):
9219 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9220 8-bit unibyte values to a multibyte string for search functions.
9221
9222 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9223
9224 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9225 (mm-uu-dissect-text-parts): New function.
9226
9227 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9228 dissect text parts.
9229
9230 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9231 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9232
9233 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9234
9235 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9236 gnus-current-topics instead of gnus-current-topic.
9237
9238 2004-10-06 Jesper Harder <harder@ifa.au.dk>
9239
9240 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9241
9242 2004-10-05 Jesper Harder <harder@ifa.au.dk>
9243
9244 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9245 where approriate.
9246
9247 * nnml.el (nnml-generate-active-info): do.
9248
9249 * nndiary.el (nndiary-generate-active-info): do.
9250
9251 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9252 (gnus-topic-move): do.
9253
9254 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9255 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9256
9257 * gnus-srvr.el (gnus-server-prepare)
9258 (gnus-server-open-all-servers): do.
9259
9260 * gnus-msg.el (gnus-summary-cancel-article)
9261 (gnus-summary-resend-message)
9262 (gnus-summary-mail-crosspost-complaint): do.
9263
9264 * gnus-move.el (gnus-change-server): do.
9265
9266 * gnus-group.el (gnus-group-unmark-all-groups)
9267 (gnus-group-set-current-level): do.
9268
9269 2004-10-04 Simon Josefsson <jas@extundo.com>
9270
9271 * message.el (message-generate-hashcash): Doc fix.
9272
9273 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9274
9275 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9276 avoid infinite recursion via gnus-get-function.
9277
9278 2004-10-02 Jesper Harder <harder@ifa.au.dk>
9279
9280 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9281
9282 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9283
9284 * nnmail.el (nnmail-split-history): do.
9285
9286 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9287 (nnml-request-delete-group): do.
9288
9289 * nnslashdot.el (nnslashdot-read-groups): do.
9290
9291 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9292 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9293
9294 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9295 (nnspool-sift-nov-with-sed): Use last
9296 (nnspool-retrieve-headers-with-nov): Use mapc.
9297 (nnspool-request-newgroups): Use dolist.
9298 (nnspool-request-group): Use last.
9299
9300 * nntp.el (nntp-read-server-type): Use dolist.
9301
9302 * nnvirtual.el (nnvirtual-create-mapping)
9303 (nnvirtual-update-read-and-marked): Use dolist.
9304 (nnvirtual-convert-headers): Simplify.
9305
9306 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9307
9308 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9309 support for sync'ing tick marks.
9310
9311 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9312
9313 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9314 there's no visible header.
9315
9316 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9317
9318 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9319 necessary, pass full group name to gnus-request-set-marks.
9320
9321 2004-10-01 Simon Josefsson <jas@extundo.com>
9322
9323 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9324 acroread.
9325
9326 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9327
9328 * spam-report.el (spam-report-gmane): Fix interactive.
9329
9330 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9331
9332 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9333 when writing file.
9334 (gnus-agent-synchronize-flags): Don't default to being
9335 interactive.
9336
9337 2004-09-30 Simon Josefsson <jas@extundo.com>
9338
9339 * message.el (message-generate-hashcash): Add.
9340 (message-send-mail): Use it, call mail-add-payment.
9341
9342 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9343
9344 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9345
9346 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9347
9348 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9349 gnus-requst-update-info with explicit code to sync the in-memory
9350 info read flags with the marks being sync'd to the backend.
9351
9352 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9353
9354 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9355
9356 * spam.el (spam-verify-bogofilter): Add new function.
9357 (spam-check-bogofilter)
9358 (spam-bogofilter-register-with-bogofilter): Use it.
9359 (spam-verify-bogofilter): Add small fixes.
9360
9361 2004-09-28 Simon Josefsson <jas@extundo.com>
9362
9363 * hashcash.el (hashcash-generate-payment): Revert.
9364
9365 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9366
9367 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9368 gnus-extract-references instead of gnus-split-references.
9369
9370 * gnus-util.el (gnus-extract-references): Add new function, analogous
9371 to gnus-split-references but extracts only the message-ID without
9372 anything extra.
9373
9374 * hashcash.el (hashcash-generate-payment)
9375 (hashcash-check-payment): Do the right thing if hashcash-path is
9376 nil (because the hashcash program could not be found).
9377
9378 * spam.el (spam-use-hashcash): Remove comment.
9379
9380 2004-09-27 Jesper Harder <harder@ifa.au.dk>
9381
9382 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9383 (gnus-cache-enter-article, gnus-cache-remove-article)
9384 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9385
9386 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9387
9388 * gnus-art.el (article-hide-boring-headers)
9389 (article-translate-strings, article-display-face)
9390 (gnus-article-mime-match-handle-first)
9391 (gnus-article-highlight-headers)
9392 (gnus-article-add-buttons-to-head): do.
9393
9394 2004-09-27 Simon Josefsson <jas@extundo.com>
9395
9396 * hashcash.el: New version, from
9397 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9398 ../contrib/.
9399
9400 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9401
9402 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9403
9404 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9405
9406 * gnus-dup.el (gnus-dup-open): Use mapc.
9407 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9408
9409 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9410 Reported by Stefan Wiens <s.wi@gmx.net>.
9411
9412 * gnus.el (gnus-shutdown): Use dolist.
9413
9414 * gnus-undo.el (gnus-undo): Use mapc.
9415
9416 * nnrss.el (nnrss-generate-active): do.
9417
9418 * message.el (message-cite-original-without-signature)
9419 (message-cite-original): Use mapc.
9420 (message-do-actions, message-make-forward-subject): Use dolist.
9421
9422 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9423
9424 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9425 deletion to remove entire duplicate line. Fixes merged article
9426 number bug.
9427
9428 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9429
9430 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9431 servers that are offline. Avoids having gnus-agent-toggle-plugged
9432 first ask if you want to open a server and then, even when you
9433 responded with no, asking if you want to synchronize the server's
9434 flags.
9435 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9436 multi-line expressions.
9437 (gnus-agent-synchronize-group-flags): New internal function.
9438 Updates marks in memory (in the info structure) AND in the
9439 backend.
9440
9441 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9442
9443 * nnagent.el (nnagent-request-set-mark): Use
9444 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9445 method, to ensure that synchronization updates marks in the
9446 backend and in the info (in memory) structure.
9447
9448 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9449
9450 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9451 convention fully; don't miss the root article of a thread; make
9452 the X-Draft-From header with correct article numbers.
9453
9454 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9455
9456 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9457 unless plugged. Disable the agent so that an open failure causes
9458 an error.
9459
9460 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9461 Reverted 2004-09-21 change. The backend must be opened while
9462 synchronizing flags even when the backend stores the flags
9463 locally.
9464
9465 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9466
9467 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9468 in `header' match. Reported by Svend Tollak Munkejord.
9469
9470 * message.el (message-cite-original): Fix use of
9471 `message-cite-articles-with-x-no-archive'.
9472
9473 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9474
9475 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9476 (gnus-window-to-buffer): Ditto.
9477
9478 * mml.el (mml-preview-buffer): New variable.
9479 (mml-preview): Manage window layout with gnus-buffer-configuration.
9480
9481 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9482 X-Draft-From header even if those articles aren't quoted.
9483
9484 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9485
9486 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9487 (gnus-request-set-mark, gnus-request-update-mark): Use new
9488 g-s-t-u-l-m to decide to use backend even when unplugged.
9489
9490 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9491
9492 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9493 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9494
9495 2004-09-20 Simon Josefsson <jas@extundo.com>
9496
9497 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9498 "utf-16-le".
9499
9500 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9501
9502 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9503
9504 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9505
9506 * uudecode.el (uudecode-use-external): Add :version.
9507
9508 * smime.el (smime-CA-file, smime-encrypt-cipher)
9509 (smime-dns-server): Add :version.
9510
9511 * smiley.el (gnus-smiley-file-types): Add :version.
9512
9513 * sha1.el (sha1-use-external): Add :version.
9514
9515 * pgg-def.el (pgg-query-keyserver): Add :version.
9516
9517 * nnmail.el (nnmail-fancy-expiry-targets)
9518 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9519 Add :version.
9520
9521 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9522 (nnimap-retrieve-groups-asynchronous): Add :version.
9523 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9524
9525 * mml.el (mml-content-disposition-parameters)
9526 (mml-insert-mime-headers-always): Add :version.
9527
9528 * mm-util.el (mm-coding-system-priorities): Add :version.
9529
9530 * mm-decode.el (mm-inline-text-html-with-images)
9531 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9532 (mm-verify-option): Add :version.
9533 (mm-text-html-renderer): Change :version.
9534
9535 * message.el (message-fcc-externalize-attachments)
9536 (message-required-headers, message-draft-headers)
9537 (message-subject-trailing-was-query)
9538 (message-subject-trailing-was-ask-regexp)
9539 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9540 (message-mark-insert-end, message-archive-header)
9541 (message-archive-note, message-cross-post-default)
9542 (message-cross-post-note, message-followup-to-note)
9543 (message-cross-post-note-function, message-use-mail-followup-to)
9544 (message-subscribed-address-functions)
9545 (message-subscribed-address-file, message-subscribed-addresses)
9546 (message-subscribed-regexps, message-allow-no-recipients)
9547 (message-yank-cited-prefix, message-signature-insert-empty-line)
9548 (message-hidden-headers, message-hierarchical-addresses)
9549 (message-mail-user-agent, message-use-idna)
9550 (message-valid-fqdn-regexp)
9551 (message-strip-special-text-properties, message-header-synonyms)
9552 (message-beginning-of-line, message-tab-body-function): Add :version.
9553 (message-insert-canlock, message-wide-reply-confirm-recipients):
9554 Change :version.
9555
9556 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9557 and :version.
9558 (mail-source-delete-old-incoming-confirm)
9559 (mail-source-movemail-program): Add :version.
9560
9561 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9562 (gnus-agent-cache, gnus-agent): Change :version.
9563
9564 * gnus-util.el (gnus-use-byte-compile): Change :version.
9565
9566 * gnus-sum.el (gnus-summary-make-false-root-always)
9567 (gnus-summary-default-high-score)
9568 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9569 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9570 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9571 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9572 (gnus-sum-thread-tree-single-indent)
9573 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9574 (gnus-sum-thread-tree-leaf-with-other)
9575 (gnus-sum-thread-tree-single-leaf): Add :version.
9576 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9577 (gnus-article-loose-mime): Change :version.
9578
9579 * gnus-start.el (gnus-backup-startup-file)
9580 (gnus-save-startup-file-via-temp-buffer): Add :version.
9581
9582 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9583 (gnus-server-offline-face): Add :version.
9584
9585 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9586
9587 * gnus-msg.el (gnus-gcc-externalize-attachments)
9588 (gnus-debug-files, gnus-debug-exclude-variables)
9589 (gnus-discouraged-post-methods): Change :version.
9590 (gnus-confirm-mail-reply-to-news)
9591 (gnus-confirm-treat-mail-like-news): Add :version.
9592
9593 * gnus-int.el (gnus-server-unopen-status): Add :version.
9594
9595 * gnus-group.el (gnus-group-jump-to-group-prompt)
9596 (gnus-large-ephemeral-newsgroup)
9597 (gnus-fetch-old-ephemeral-headers): Add :version.
9598
9599 * gnus-fun.el (gnus-x-face-directory)
9600 (gnus-convert-pbm-to-x-face-command)
9601 (gnus-convert-image-to-x-face-command)
9602 (gnus-convert-image-to-face-command): Add :version.
9603
9604 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9605
9606 * gnus-cite.el (gnus-cite-blank-line-after-header)
9607 (gnus-article-boring-faces): Add :version.
9608
9609 * gnus-art.el (gnus-buttonized-mime-types)
9610 (gnus-inhibit-mime-unbuttonizing)
9611 (gnus-treat-display-face)
9612 (gnus-treat-body-boundary): Change :version.
9613 (gnus-body-boundary-delimiter, gnus-picon-databases)
9614 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9615 (gnus-treat-date-english, gnus-treat-fold-headers)
9616 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9617 (gnus-treat-mail-picon, gnus-treat-wash-html)
9618 (gnus-article-encrypt-protocol)
9619 (gnus-use-idna, gnus-article-over-scroll)
9620 (gnus-mime-display-multipart-alternative-as-mixed)
9621 (gnus-mime-display-multipart-related-as-mixed)
9622 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9623 (gnus-ctan-url, gnus-button-ctan-handler)
9624 (gnus-button-handle-ctan-bogus-regexp)
9625 (gnus-button-ctan-directory-regexp)
9626 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9627 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9628 (gnus-button-man-level, gnus-button-emacs-level)
9629 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9630
9631 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9632 (gnus-agent-go-online): Change :version.
9633 (gnus-agent-expire-unagentized-dirs)
9634 (gnus-agent-auto-agentize-methods): Add :version.
9635
9636 * flow-fill.el (fill-flowed-display-column)
9637 (fill-flowed-encode-column): Add :version.
9638
9639 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9640 (gnus-outlook-deuglify-unwrap-max)
9641 (gnus-outlook-deuglify-cite-marks)
9642 (gnus-outlook-deuglify-unwrap-stop-chars)
9643 (gnus-outlook-deuglify-no-wrap-chars)
9644 (gnus-outlook-deuglify-attrib-cut-regexp)
9645 (gnus-outlook-deuglify-attrib-verb-regexp)
9646 (gnus-outlook-deuglify-attrib-end-regexp)
9647 (gnus-outlook-display-hook): Add :version.
9648
9649 * binhex.el (binhex-use-external): Add :version.
9650
9651 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
9652
9653 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9654 and `invisible'.
9655
9656 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9657
9658 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9659 in gnus-registry-trim.
9660
9661 2004-09-13 Simon Josefsson <jas@extundo.com>
9662
9663 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9664
9665 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9666
9667 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9668 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9669 <yamaoka@jpl.org>.
9670 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9671 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9672 <yamaoka@jpl.org>.
9673
9674 * sieve.el (sieve-manage-mode): Ditto.
9675
9676 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
9677
9678 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9679
9680 2004-09-11 Simon Josefsson <jas@extundo.com>
9681
9682 * dns-mode.el: Add.
9683
9684 * mm-view.el (mm-display-dns-inline): Add.
9685
9686 * mm-decode.el (mm-inline-media-tests): Add text/dns.
9687 (mm-automatic-display): Ditto.
9688
9689 * mailcap.el (mailcap-mime-data): Add text/dns.
9690 (mailcap-mime-extensions): Map .soa to text/dns.
9691
9692 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
9693
9694 * gnus-art.el (article-decode-mime-words, article-babel)
9695 (gnus-article-highlight-signature, gnus-article-add-buttons)
9696 (gnus-signature-toggle): Remove unnecessary bindings of
9697 `inhibit-read-only' inherited from v5.10 merge.
9698
9699 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9700
9701 * nntp.el (nntp): New customization group.
9702 (nntp-authinfo-file): Add customization group.
9703
9704 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9705
9706 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
9707
9708 * gnus.el (to-address, to-list, subscribed)
9709 (large-newsgroup-initial): Ditto.
9710
9711 * flow-fill.el (fill-flowed-display-column)
9712 (fill-flowed-encode-column): Ditto.
9713
9714 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * message.el (message-tokenize-header, message-send-mail-with-qmail):
9717 Use point-min rather than 1.
9718 (message-send-mail): Use buffer-size rather than point-max.
9719
9720 * gnus-sum.el (gnus-summary-search-article-forward):
9721 Signal a specific `search-failed' rather than a generic `error'.
9722
9723 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
9724 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
9725 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
9726
9727 2004-09-10 Simon Josefsson <jas@extundo.com>
9728
9729 * nndb.el (require): Remove tcp and duplicate cl.
9730
9731 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9732
9733 * gnus-agent.el (directory-files-and-attributes): Move forward.
9734
9735 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9736
9737 * gnus-agent.el (directory-files-and-attributes): Optionally
9738 defined to support XEmacs.
9739
9740 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9741
9742 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
9743 to avoid run-time CL dependencies.
9744 (gnus-agent-unfetch-articles): New function.
9745 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
9746 article numbers even when local .overview file is missing.
9747 (gnus-agent-read-article-number): New function. Only accepts
9748 27-bit article numbers.
9749 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
9750 gnus-agent-read-article-number.
9751 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
9752 from backend while recognizing that article numbers in .overview
9753 must be valid.
9754 (gnus-agent-update-files-total-fetched-for): Use
9755 directory-files-and-attributes to improve performance.
9756 * gnus-int.el (gnus-request-move-article): Use
9757 gnus-agent-unfetch-articles in place of gnus-agent-expire to
9758 improve performance.
9759
9760 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
9761 some users confused by references to .newsrc when they only have a
9762 .newsrc.eld file.
9763 (gnus-convert-mark-converter-prompt)
9764 (gnus-convert-converter-needs-prompt): Fixed use of property list.
9765 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
9766 New function. Used internally to only display 'gnus converting
9767 files' message when actually necessary.
9768
9769 * gnus-sum.el (): Removed (require 'gnus-agent) as required
9770 methods now autoloaded.
9771
9772 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9773
9774 * gnus-sum.el (gnus-summary-insert-subject): Remove list
9775 identifiers.
9776
9777 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
9778
9779 * gnus-picon.el: Fix indentation and closing parenthesis.
9780
9781 2004-09-01 Simon Josefsson <jas@extundo.com>
9782
9783 * message.el (message-canlock-generate): Require sha1, not
9784 sha1-el. (Can we get rid of this require alltogheter? It is ugly
9785 to require within a function. Sadly, if sha1.el isn't loaded, the
9786 let binding in m-c-g will hide the defcustom definition, which is
9787 bad.)
9788
9789 * canlock.el: Require sha1, not sha1-el.
9790
9791 * message.el: Don't autoload sha1 (there is a autoload cookie in
9792 sha1.el).
9793
9794 * sha1-el.el: Renamed to sha1.el.
9795
9796 2004-08-30 Juanma Barranquero <lektu@terra.es>
9797
9798 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
9799
9800 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9801
9802 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
9803
9804 2004-08-30 Kim F. Storm <storm@cua.dk>
9805
9806 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
9807
9808 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
9809 Add :group 'nnimap.
9810
9811 2004-08-30 Andreas Schwab <schwab@suse.de>
9812
9813 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
9814 ?* and ?\;.
9815
9816 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
9817 and ?\' to symbol instead of whitespace.
9818
9819 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
9820
9821 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
9822
9823 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
9824 instead of re-search-forward.
9825
9826 * gnus-uu.el (gnus-uu-save-article): Ditto.
9827 (gnus-uu-post-encode-uuencode): Ditto.
9828
9829 * html2text.el (html2text-clean-list-items): Ditto.
9830 (html2text-clean-dtdd): Ditto.
9831 (html2text-format-tags): Ditto.
9832
9833 * message.el (message-send-mail-with-sendmail): Fix regexp.
9834 (message-fill-field-general): Use search-forward instead of
9835 re-search-forward.
9836 (unbold-region): Ditto.
9837
9838 * nnrss.el (nnrss-request-article): Ditto.
9839
9840 * nnslashdot.el (nnslashdot-request-article): Ditto.
9841
9842 * nnweb.el (nnweb-gmane-wash-article): Ditto.
9843
9844 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
9845 "Unrecognized menu descriptor" error in XEmacs.
9846
9847 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
9848
9849 * gnus-sum.el (gnus-read-header): Don't remove a header for the
9850 parent article of a sparse article in the thread hashtb.
9851
9852 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
9853
9854 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
9855 (nnmail-expand-newtext): Lowercase expanded entries if
9856 nnmail-split-lowercase-expanded is non-nil.
9857
9858 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
9859
9860 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
9861
9862 * gnus-group.el (gnus-group-line-format-alist): Convert the value
9863 of gnus-tmp-news-method into string under XEmacs. It will be
9864 passed to gnus-correct-length which takes only a string argument.
9865
9866 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
9867
9868 * gnus-util.el (gnus-bind-print-variables): New macro.
9869 (gnus-prin1): Use it.
9870 (gnus-prin1-to-string): Use it.
9871 (gnus-pp): New function.
9872 (gnus-pp-to-string): New function.
9873
9874 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
9875 Replace pp-to-string with gnus-pp-to-string.
9876 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
9877 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
9878 * gnus-msg.el (gnus-debug): Ditto.
9879 * gnus-score.el (gnus-score-save): Ditto.
9880 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
9881 gnus-pp-to-string.
9882 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
9883 with gnus-pp.
9884 * score-mode.el (gnus-score-pretty-print): Ditto.
9885 * webmail.el (webmail-debug): Ditto.
9886
9887 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
9888
9889 * gnus-art.el (article-display-face, article-display-x-face):
9890 Use buffer-read-only.
9891
9892 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
9893
9894 * gnus-art.el (article-hide-list-identifiers):
9895 Bind inhibit-read-only as t.
9896
9897 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
9898
9899 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
9900
9901 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9902
9903 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
9904 (gnus-narrow-to-page): Don't assume point-min == 1.
9905 (gnus-article-edit-mode): Derive from message-mode.
9906
9907 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
9908 point-min == 1.
9909
9910 * imap.el (imap-parse-address-list, imap-parse-body-ext):
9911 Disable incorrect use of `assert'.
9912
9913 * message.el (message-mode): Set comment-start-skip.
9914
9915
9916 2004-08-22 Sam Steingold <sds@gnu.org>
9917
9918 * pop3.el (pop3-leave-mail-on-server): New user variable.
9919 (pop3-movemail): Delete mail only when it is nil.
9920
9921 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
9922
9923 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
9924
9925 * mml.el (mml-preview): Use `pop-to-buffer'.
9926
9927 * message.el (message-goto-mail-followup-to): Insert after "To".
9928 (message-carefully-insert-headers): Add comment.
9929
9930 * gnus.el: Remove unused variable `gnus-article-check-size'.
9931
9932 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
9933
9934 * gnus-art.el (gnus-button-alist): Improve
9935 `gnus-button-handle-library' entry.
9936
9937 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
9938
9939 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
9940 downcase, since XEmacs capitalizes error messages differently.
9941
9942 2004-08-18 Jesper Harder <harder@ifa.au.dk>
9943
9944 * nntp.el: Add (require 'gnus) due to reference to
9945 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
9946
9947 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
9948
9949 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
9950 `mm-fill-flowed'.
9951
9952 * mm-decode.el (mm-dissect-singlepart): Check it.
9953
9954 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
9955
9956 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
9957 'imap' for netrc parsing.
9958
9959 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
9960
9961 * mailcap.el (mailcap-mime-data): Mark as risky.
9962
9963 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
9964
9965 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
9966 may be included in the encoded word.
9967 (rfc2047-encode): Don't append a space if the encoded word
9968 includes close parenthesis.
9969
9970 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
9971
9972 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
9973 of text within parentheses.
9974
9975 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
9976
9977 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
9978 (gnus-encrypt-write-file-contents): Make the password key the file
9979 name PLUS the cipher, not just the cipher. Also remove failed
9980 passwords from the cache.
9981
9982 2004-08-06 Simon Josefsson <jas@extundo.com>
9983
9984 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
9985 fix.
9986
9987 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
9988
9989 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
9990 LWSP.
9991
9992 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
9993
9994 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
9995 to append in-reply-to: data to the references: header.
9996
9997 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
9998 (netrc-parse): Use gnus-encrypt.el functions.
9999
10000 * gnus-encrypt.el: Add new file for encryption support; currently
10001 does only a few GPG ciphers and an internal XOR cipher.
10002
10003 * password.el: Add comments on using password-read-and-add.
10004 (password-read-and-add): Add function to read and add the
10005 password to the cache at once.
10006
10007 2004-07-28 Simon Josefsson <jas@extundo.com>
10008
10009 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10010 parameter (but don't use it, for now).
10011
10012 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10013 instead of hard coding to nil.
10014
10015 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10016
10017 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10018 as mm-inline-image-xemacs does.
10019
10020 2004-07-26 Simon Josefsson <jas@extundo.com>
10021
10022 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10023 Revert part of 2004-07-17 change below.
10024
10025 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10026
10027 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10028 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10029
10030 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10031
10032 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10033 quotes that actually start with ">" at the beginning of the
10034 lines.
10035
10036 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10037
10038 * rfc2047.el (rfc2047-encode-region): Fix last change.
10039 (rfc2047-encode-parameter): Remove useless concat.
10040
10041 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10042
10043 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10044 encode special characters; fix some kind of misconfigured headers;
10045 signal a real error if debug-on-quit or debug-on-error is non-nil.
10046 (rfc2047-encode-max-chars): New variable.
10047 (rfc2047-encode-1): Use it.
10048 (rfc2047-encode-parameter): New function.
10049
10050 * mml.el (mml-insert-parameter): Remove an excessive space.
10051
10052 2004-07-17 Simon Josefsson <jas@extundo.com>
10053
10054 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10055 Kai Grossjohann <kai@emptydomain.de>.
10056 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10057 (gnus-group-make-menu-bar): Ditto.
10058
10059 * gnus-util.el (gnus-group-server): Add.
10060
10061 2004-07-16 Jesper Harder <harder@ifa.au.dk>
10062
10063 * message.el (message-clone-locals): Clone sendmail and smtp
10064 variables.
10065
10066 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10067
10068 * rfc2047.el (rfc2047-encode-region): Fix last change.
10069
10070 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10071
10072 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10073 characters as non-special.
10074
10075 2004-07-09 Simon Josefsson <jas@extundo.com>
10076
10077 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10078 Users will lose all flag changes made while unplugged with
10079 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10080 good default. See numerous reports on ding mailing list.
10081
10082 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10083
10084 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10085 add generate-head-function and generate-article-function to the
10086 rfc822-forward entry.
10087 (nndoc-rfc822-forward-generate-article): New function.
10088 (nndoc-rfc822-forward-generate-head): New function.
10089
10090 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10091
10092 2004-07-06 Dan Christensen <jdc@uwo.ca>
10093
10094 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10095 respect display group parameter and gnus-summary-expunge-below.
10096 (gnus-articles-to-read): Remove unused reference to display group
10097 parameter.
10098
10099 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10100
10101 * nnheader.el (nnheader-uniquify-message-id): New experimental
10102 variable.
10103 (nnheader-nov-read-message-id): Use it.
10104
10105 * spam-report.el (spam-report-gmane): Add interactive.
10106
10107 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10108
10109 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10110 qp-or-base64 for the application/* types.
10111
10112 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10113
10114 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10115
10116 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10117
10118 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10119 trim value.
10120
10121 2004-01-25 Paul Jarc <prj@po.cwru.edu>
10122
10123 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10124 New macro and function.
10125 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10126
10127 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10128
10129 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10130 after-load-alist.
10131
10132 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10133
10134 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10135 update info that isn't there.
10136
10137 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10138
10139 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10140 entry.
10141
10142 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10143
10144 * mm-view.el (mm-inline-render-with-function): Use multibyte
10145 buffer; decode html source by charset.
10146
10147 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10148
10149 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10150 Mule-UCS is loaded under XEmacs.
10151 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10152
10153 2004-06-28 Jesper Harder <harder@ifa.au.dk>
10154
10155 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10156
10157 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10158
10159 * mm-util.el (mm-coding-system-p): Return a coding-system.
10160 (mm-mime-mule-charset-alist): Use shift_jis instead of
10161 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10162 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10163 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10164 instead of japanese-shift-jis and iso-latin-1 respectively in
10165 order to share the default value with both Emacs and XEmacs-mule.
10166 (mm-mule-charset-to-mime-charset): Make
10167 mm-coding-system-priorities effective.
10168 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10169 while predicating of candidates upon the priorities.
10170
10171 2004-06-27 Jesper Harder <harder@ifa.au.dk>
10172
10173 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10174 gnus-uu-invert-processable.
10175
10176 * gnus.el: Autoload gnus-uu-invert-processable.
10177
10178 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10179
10180 * mm-util.el (mm-with-multibyte-buffer): New macro.
10181
10182 * rfc2047.el (rfc2047-encode-string): Use it.
10183 (rfc2047-encode-region): Move point to the end of the region after
10184 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10185
10186 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10187
10188 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10189 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10190
10191 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10192
10193 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10194 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10195 Karl Chen <quarl@nospam.quarl.org>.
10196
10197 2004-06-23 Jesper Harder <harder@ifa.au.dk>
10198
10199 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10200 invalid addresses.
10201
10202 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10203
10204 * spam.el: Change section markers, revise TODO list.
10205 (spam-backends): Make new master list of all installed backends.
10206 (spam-summary-exit-behavior): Add new variable to determine how
10207 messages moves are done at summary exit.
10208 (spam-move-spam-nonspam-groups-only)
10209 (spam-process-ham-in-nonham-groups)
10210 (spam-process-ham-in-spam-groups): Remove variables, the
10211 spam-summary-exit-behavior variable should be used to manage this
10212 behavior.
10213 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10214 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10215 and spam-old-spam-articles.
10216 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10217 Add empty variables, placeholders for the backends they represent.
10218 (spam-set-difference): Move, unchanged.
10219 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10220 unless the user has a processor variable.
10221 (spam-classifications, spam-classification-valid-p)
10222 (spam-backend-properties, spam-backend-property-valid-p)
10223 (spam-backend-function-type-valid-p)
10224 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10225 (spam-report-articles-gmane, spam-report-articles-resend):
10226 Remove functions, they are not needed.
10227 (spam-install-backend-super, spam-backend-list)
10228 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10229 (spam-backend-function, spam-backend-ham-registration-function)
10230 (spam-backend-spam-registration-function)
10231 (spam-backend-ham-unregistration-function)
10232 (spam-backend-spam-unregistration-function)
10233 (spam-backend-statistical-p, spam-backend-mover-p)
10234 (spam-install-backend-alias, spam-install-checkonly-backend)
10235 (spam-install-mover-backend, spam-install-nocheck-backend)
10236 (spam-install-backend, spam-install-statistical-backend)
10237 (spam-install-statistical-checkonly-backend): Add backend installation
10238 support.
10239 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10240 (spam-group-processor-p): Use the new backend code and respect the
10241 summary exit behavior.
10242 (spam-mark-spam-as-expired-and-move-routine): Remove.
10243 (spam-summary-prepare): Change to use the new spam-old-articles
10244 variable.
10245 (spam-copy-or-move-routine, spam-copy-spam-routine)
10246 (spam-move-spam-routine, spam-copy-ham-routine)
10247 (spam-move-ham-routine): Add code to copy/move ham or spam.
10248 (spam-fetch-field-fast): Improve doc and code, plus allow the
10249 'number request.
10250 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10251 variables.
10252 (spam-split, spam-find-spam): Use the new backend code.
10253 (spam-registration-functions): Remove variable.
10254 (spam-unregister-routine): Add convenience wrapper.
10255 (spam-log-undo-registration, spam-register-routine)
10256 (spam-log-processing-to-registry)
10257 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10258 where possible.
10259 (spam-check-gmane-xref, spam-check-regex-headers)
10260 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10261 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10262 (spam-check-bogofilter-headers, spam-check-spamoracle)
10263 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10264 (spam-check-crm114-headers): Use the spam-split-group that
10265 spam-split prepares, no need to determine it every time.
10266
10267 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10268 to the nnheader-parse-naked-head call.
10269
10270 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10271
10272 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10273 the nnheader-nov-read-message-id call.
10274
10275 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10276
10277 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10278 gnus-activate-group twice. Suggested by Markus Peter
10279 <warp@spin.de>.
10280
10281 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10282
10283 * gnus-art.el (gnus-article-time-format): Exchange the order of
10284 day and month in the default value; fix customization type.
10285 (article-date-ut): Use add-text-properties.
10286 (article-make-date-line): Use message-make-date instead of
10287 current-time-string.
10288
10289 * message.el (message-fetch-field): Don't use set-text-properties.
10290 (message-make-date): Simplify.
10291
10292 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
10293
10294 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10295 (rfc2047-encode-region): Treat text within parentheses as special;
10296 show the original text when error has occurred.
10297
10298 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10299 already-computed method to gnus-activate-group.
10300
10301 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10302 same select-methods identical Lisp objects.
10303
10304 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10305 object when modifying the info.
10306
10307 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10308
10309 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10310 gnus-opened-servers since it has never been opened with the new
10311 configuration yet.
10312
10313 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10314
10315 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10316 arg to nnheader-generate-fake-message-id.
10317
10318 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
10319
10320 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10321 number and build a fake message ID localized to a group and
10322 article number (so it's repeatable from that point on).
10323 (nnheader-fake-message-id-p): Change regex to accommodate new fake
10324 ID format.
10325
10326 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10327 nnheader-generate-fake-message-id with the article number.
10328
10329 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
10330
10331 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10332 end-of-buffer.
10333
10334 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10335
10336 * message.el (message-ignored-supersedes-headers): Add Approved.
10337
10338 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10339
10340 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10341 goto-char.
10342 (rfc2047-encode): Fold the line before encoding.
10343
10344 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10345
10346 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10347 folding -- not all headers can be folded, and this should be done
10348 by the message composition mode. Probably. I think.
10349
10350 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10351
10352 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10353 fast.
10354
10355 * gnus-ems.el (gnus-remove-image): Don't use
10356 message-text-with-property; remove only the image found first.
10357
10358 2004-06-09 Jesper Harder <harder@ifa.au.dk>
10359
10360 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10361
10362 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10363
10364 * message.el (message-text-with-property): Make it fast and accept
10365 optional arguments.
10366 (message-strip-forbidden-properties): Use it.
10367 (message-fix-before-sending): Follow the m-t-w-p change.
10368
10369 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10370
10371 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10372
10373 * gnus-art.el (article-hide-headers): Don't change the buffer
10374 mistakenly when performing mml-preview even if
10375 gnus-single-article-buffer is nil.
10376
10377 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
10378
10379 * message.el (message-expand-name-databases): New user option.
10380 (message-expand-name): Use it.
10381
10382 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
10383
10384 * spam.el (spam-report-articles-resend)
10385 (spam-report-resend-register-routine): Allow ham reporting.
10386 (spam-report-resend-register-ham-routine): Add wrapper.
10387 (spam-registration-functions): Add ham resending functions.
10388 (spam-list-of-processors): Add ham resend processor.
10389
10390 * gnus.el (ham-resend-to): Add new group parameter.
10391 (spam-process): Add ham resend option.
10392
10393 * spam-report.el (spam-report-resend): Allow reporting ham.
10394 (spam-report-resend-ham): Add wrapper.
10395
10396 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10397
10398 * message.el (message-cite-articles-with-x-no-archive): New
10399 variable.
10400 (message-cite-original): Use it.
10401
10402 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10403
10404 * message.el (message-cite-original): Respect X-No-Archive.
10405
10406 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10407
10408 * gnus-art.el (article-hide-headers): Refer to the values for
10409 gnus-ignored-headers and gnus-visible-headers in the summary
10410 buffer since a user may have set them as group parameters.
10411
10412 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
10413
10414 * assistant.el (assistant-node-name): Add convenience function.
10415 (assistant-render-text, assistant-render-node): Add error handling,
10416 plus handle multiple next nodes.
10417 (assistant-find-next-node): Comment out for now.
10418 (assistant-find-next-nodes): Add function, returns list of next
10419 nodes.
10420
10421 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10422
10423 * mail-source.el (mail-source-directory): Fix doc-string.
10424
10425 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10426
10427 * assistant.el (assistant-render-text, assistant-eval): Add :set
10428 widget type, which is different because it takes and returns a
10429 list. Much hilarity ensues.
10430
10431 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10432
10433 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10434
10435 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10436 doc-string.
10437
10438 * gnus-start.el (gnus-activate-group): Added doc-string.
10439
10440 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10441
10442 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10443
10444 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10445
10446 * assistant.el (assistant-render-text): Try to add a :set
10447 widget, more to come.
10448
10449 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10450 strings.
10451 (spam-report-articles-resend)
10452 (spam-register-routine): Do registration iff any articles warrant
10453 it.
10454 (spam-summary-prepare-exit): Change log message for nil group
10455 destinations.
10456
10457 2004-05-27 Daniel Pittman <daniel@rimspace.net>
10458
10459 * spam.el (spam-report-resend-register-routine): Allow
10460 spam-report-resend-to to be a group parameter or a global value.
10461
10462 2004-05-26 Simon Josefsson <jas@extundo.com>
10463
10464 * starttls.el: Merge with my GNUTLS based starttls.el.
10465 (starttls-gnutls-program, starttls-use-gnutls)
10466 (starttls-extra-arguments, starttls-process-connection-type)
10467 (starttls-connect, starttls-failure, starttls-success): New
10468 variables.
10469 (starttls-program, starttls-extra-args): Doc fix.
10470 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10471 functions.
10472 (starttls-negotiate, starttls-open-stream): Check
10473 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10474 function if it is set.
10475
10476 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10477
10478 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10479 structured fields.
10480
10481 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10482
10483 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10484
10485 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10486
10487 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10488 variable.
10489 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10490 assigning the spam-mark to new messages.
10491
10492 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10493
10494 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10495
10496 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10497
10498 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10499 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10500 default.
10501
10502 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10503
10504 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10505 correct data.
10506
10507 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10508
10509 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10510 (spam-group-processor-p): Fix function.
10511 (spam-group-processor-multiple-p)
10512 (spam-group-spam-processor-report-gmane-p)
10513 (spam-group-spam-processor-report-resend-p)
10514 (spam-group-spam-processor-bogofilter-p)
10515 (spam-group-spam-processor-blacklist-p)
10516 (spam-group-spam-processor-ifile-p)
10517 (spam-group-ham-processor-ifile-p)
10518 (spam-group-spam-processor-spamoracle-p)
10519 (spam-group-spam-processor-crm114-p)
10520 (spam-group-ham-processor-bogofilter-p)
10521 (spam-group-spam-processor-stat-p)
10522 (spam-group-ham-processor-stat-p)
10523 (spam-group-ham-processor-whitelist-p)
10524 (spam-group-ham-processor-BBDB-p)
10525 (spam-group-ham-processor-spamoracle-p)
10526 (spam-group-ham-processor-copy-p): Remove functions with some
10527 prejudice against unneeded code.
10528 (spam-report-articles-resend)
10529 (spam-report-resend-register-routine): Allow the group/topic
10530 spam-resend-to value to override spam-report-resend-to.
10531 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10532 properly now.
10533
10534 * gnus.el (spam-resend-to): Add group/topic parameter.
10535 (spam-process): Move the OBSOLETE processors to the end of the
10536 choices.
10537
10538 2004-05-24 Daniel Pittman <daniel@rimspace.net>
10539
10540 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10541 with resend-to set to nil, and then ask the user if necessary.
10542 (spam-report-resend): spam-report-resend takes a list of articles, not
10543 separate article numbers.
10544
10545 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10546
10547 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10548 addition to emacs-w3m.
10549
10550 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10551
10552 * assistant.el (assistant-authinfo-data): New function.
10553 (assistant-eval): Eval for entire assistant.
10554
10555 * netrc.el (netrc-services-file): New variable.
10556 (netrc-parse-services): New function.
10557 (netrc-find-service-name): New function.
10558 (netrc-find-service-number): New function.
10559 (netrc-port-equal): New function.
10560 (netrc-machine): Use it.
10561
10562 * nnimap.el (nnimap-open-connection): Use netrc.
10563
10564 * gnus-util.el (gnus-netrc-get): Remove aliases.
10565
10566 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10567
10568 * assistant.el (wid-edit): Fix compilation.
10569
10570 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10571
10572 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10573
10574 * gnus-util.el (gnus-set-file-modes): New function. (small
10575 patch).
10576
10577 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10578
10579 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10580
10581 * assistant.el (assistant-render-node): Fix up rendering and
10582 read-only text.
10583 (assistant-render-node): Reset.
10584 (assistant-make-read-only): Not sticky.
10585
10586 2004-05-20 Danny Siu <dsiu@adobe.com>
10587
10588 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10589 centered even when gnus-auto-center-summary is t
10590
10591 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10592
10593 * dns.el (dns-get-txt-answer): New function.
10594 (dns-read-txt): Ditto.
10595 (query-dns): Use it.
10596
10597 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
10598
10599 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10600 active for foreign groups even if the group level is higher than
10601 the specified value.
10602
10603 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10604
10605 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10606 non-active groups.
10607
10608 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10609
10610 2004-05-20 Magnus Henoch <mange@freemail.hu>
10611
10612 * dns.el (dns-read-type): Add support for SVR. (small patch)
10613
10614 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10615
10616 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10617 (spam-crm114-header, spam-crm114-spam-switch)
10618 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10619 (spam-crm114-positive-spam-header)
10620 (spam-crm114-database-directory, spam-list-of-processors)
10621 (spam-group-spam-processor-crm114-p)
10622 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10623 (spam-generic-score, spam-list-of-checks)
10624 (spam-list-of-statistical-checks, spam-registration-functions)
10625 (spam-check-crm114-headers, spam-crm114-score)
10626 (spam-check-crm114, spam-crm114-register-with-crm114)
10627 (spam-crm114-register-spam-routine)
10628 (spam-crm114-unregister-spam-routine)
10629 (spam-crm114-register-ham-routine)
10630 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
10631 asjo@koldfront.dk (Adam Sjøgren).
10632
10633 * gnus.el: Add spam-use-crm114.
10634
10635 * spam.el (spam-list-of-processors, spam-registration-functions):
10636 Add spam-use-resend.
10637 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10638 (spam-report-articles-gmane): Add doc fix.
10639 (spam-report-articles-resend, spam-report-resend-register-routine):
10640 Add wrappers around spam-report-resend-to.
10641
10642 * spam-report.el (spam-report-resend-to, spam-report-resend):
10643 Add support for resending spam.
10644 (spam-report-gmane): Fix line length >80.
10645
10646 * gnus.el (spam-process): Add spam-use-resend.
10647
10648 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10649
10650 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10651 number of processed spam messages.
10652 (spam-ham-copy-or-move-routine): Return the number of processed
10653 ham messages.
10654 (spam-summary-prepare-exit): Use the above values to decide
10655 whether status messages shouled be displayed.
10656
10657 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
10658
10659 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10660 `rfc2047-encoding-function-alist' in order to avoid conflicting
10661 with the old version.
10662 (rfc2047-encode-region): Concatenate words containing non-ASCII
10663 characters in structured fields; don't encode space-delimited
10664 ASCII words even in unstructured fields; don't break words at
10665 char-category boundaries.
10666 (rfc2047-encode-1): New function.
10667 (rfc2047-encode): Use it; encode text so that it occupies the
10668 maximum width within 76-column; work correctly on Q encoding for
10669 iso-2022-* charsets.
10670 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10671 sure not to break a line just after the header name.
10672 (rfc2047-b-encode-region): Removed.
10673 (rfc2047-b-encode-string): New function.
10674 (rfc2047-q-encode-region): Removed.
10675 (rfc2047-q-encode-string): New function.
10676
10677 * mm-util.el (mm-replace-in-string): New function.
10678
10679 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10680
10681 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10682 get it right.
10683 (gnus-inews-make-draft): Really.
10684
10685 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
10686
10687 * nnmh.el (nnmh-request-list-1): Don't check the link count
10688 before descending. (small patch)
10689
10690 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10691
10692 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10693 stuff.
10694
10695 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10696 on real group name.
10697
10698 * gnus-art.el (gnus-signature-limit): Doc fix.
10699
10700 * gnus-msg.el (gnus-inews-make-draft): Quote list.
10701
10702 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10703
10704 * gnus-draft.el (gnus-draft-send): Bind
10705 rfc2047-encode-encoded-words.
10706
10707 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
10708 (rfc2047-encodable-p): Say that =? needs encoding.
10709 (rfc2047-encode-encoded-words): New variable.
10710
10711 * gnus-group.el (gnus-group-select-group): Doc fix.
10712
10713 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
10714
10715 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
10716 to nil.
10717
10718 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
10719
10720 * nnheader.el (nnheader-get-lines-and-char): New function.
10721
10722 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
10723
10724 * gnus-msg.el (gnus-summary-followup-with-original): Document
10725 yanking of region when active.
10726
10727 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
10728
10729 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
10730 groups if the group level is higher than the specified value.
10731
10732 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10733
10734 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
10735 (gnus-group-jump-to-group): Added prefix argument using
10736 `gnus-group-jump-to-group-prompt'. Query before jumping to
10737 non-active group.
10738
10739 * compface.el (uncompface): Be verbose when changing
10740 `uncompface-use-external'.
10741
10742 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
10743 handle manual section.
10744
10745 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10746
10747 * gnus-art.el (gnus-button-alist): Revert previous change.
10748
10749 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10750
10751 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
10752
10753 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10754
10755 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
10756 whether backend can accept message.
10757
10758 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
10759
10760 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
10761
10762 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
10763 Avoid creating directory when nntp-marks-is-evil is true.
10764 Reported by Reiner Steib.
10765
10766 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10767
10768 * gnus-picon.el (gnus-picon-style): New variable.
10769 (gnus-picon-insert-glyph): Added optional `nostring' argument.
10770 (gnus-picon-transform-address): Support `gnus-picon-style'. From
10771 Jesper Harder <harder@ifa.au.dk>.
10772
10773 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10774
10775 * message.el (message-fill-field): Return point.
10776 (message-generate-headers): Go to end of field.
10777
10778 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
10779 stuff for non-living groups.
10780
10781 2004-05-18 Jesper Harder <harder@ifa.au.dk>
10782
10783 * gnus-art.el (gnus-article-followup-with-original)
10784 (gnus-article-reply-with-original): gnus-mark-active-p ->
10785 gnus-region-active-p.
10786
10787 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
10788
10789 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
10790 only when there is spam or ham to be processed.
10791
10792 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10793
10794 * mail-source.el (mail-source-delete-crash-box): Refactor.
10795 (mail-source-fetch): Use it.
10796 (mail-source-fetch-file): Ditto.
10797 (mail-source-fetch-directory): Run postscript in loop.
10798 (mail-source-fetch-pop): Delete.
10799 (mail-source-fetch-maildir): Ditto.
10800 (mail-source-fetch-imap): Ditto.
10801
10802 * imap.el (imap-authenticators): Comment out sasl.
10803
10804 * message.el (message-skip-to-next-address): New function.
10805 (message-fill-header-address): Refactor.
10806 (message-fill-address): Use it.
10807 (message-delete-address): Use it.
10808 (message-fill-header-general): Refactor.
10809 (message-fill-field-address): Rename.
10810 (message-narrow-to-field): Find the start of the header.
10811 (message-header-format-alist): Don't pre-fill.
10812 (message-fill-header): Removed.
10813 (message-insert-header): New function.
10814 (message-shorten-references): Use it.
10815
10816 * rfc2047.el (rfc2047-field-value): Strip props.
10817
10818 * mail-parse.el (mail-header-make-address): New alias.
10819
10820 * ietf-drums.el (ietf-drums-make-address): New function.
10821
10822 * imap.el: Add compiler directives.
10823
10824 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
10825
10826 * gnus-art.el (article-decode-idna-rhs): Don't use
10827 message-idna-inside-rhs-p.
10828
10829 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10830
10831 * message.el (message-idna-inside-rhs-p): Removed.
10832 (message-idna-to-ascii-rhs-1): Use proper address parsing.
10833
10834 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
10835 false positives.
10836
10837 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
10838
10839 * imap.el (imap-sasl-make-mechanisms): Use sasl.
10840
10841 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10842
10843 * nneething.el (nneething-file-name): Don't create spurious
10844 files.
10845
10846 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
10847 (gnus-inews-do-gcc): Remove sleep.
10848
10849 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
10850 part under point.
10851
10852 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
10853 (gnus-agent-regenerate-group): Using nil messages aren't valid.
10854
10855 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
10856
10857 * spam.el (spam-summary-prepare-exit): Fixed (length).
10858
10859 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
10860
10861 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
10862 as expired without moving it" message when there are spam
10863 messages left.
10864
10865 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
10866
10867 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
10868 header is not nil.
10869
10870 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10871
10872 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
10873 nntp-possibly-create-directory, not nntp-possibly-change-group.
10874 (nntp-marks-changed-p): New arg SERVER.
10875 (nntp-request-update-info): Adjust caller.
10876
10877 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
10878
10879 * nntp.el (nntp-save-marks): Pass missing arg.
10880
10881 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10882
10883 * nntp.el: Support marks.
10884 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
10885 (nntp-marks-modtime, nntp-marks-directory): New variables.
10886 (nntp-request-set-mark, nntp-request-update-info)
10887 (nntp-possibly-create-directory, nntp-marks-changed-p)
10888 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
10889 functions.
10890
10891 2004-05-12 Jesper Harder <harder@ifa.au.dk>
10892
10893 * gnus-score.el (gnus-score-insert-help): Use
10894 gnus-select-lowest-window.
10895
10896 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
10897 appt-select-lowest-window and rename to gnus-select-lowest-window.
10898
10899 * gnus.el: do.
10900
10901 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10902
10903 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
10904 encodings of MIME-encoded words, in order to improve
10905 interoperability with several broken MUAs.
10906
10907 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10908
10909 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
10910 tags, only when charsets are not specified in headers.
10911 (mm-inline-text-html-render-with-w3m): Ditto.
10912
10913 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10914
10915 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
10916 instead of MIME-decoded from fields when checking
10917 `gnus-article-address-banner-alist'.
10918
10919 2004-05-03 Jesper Harder <harder@ifa.au.dk>
10920
10921 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
10922 description rather than subject.
10923
10924 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10925
10926 * gnus.el (gnus-version-number): Bump.
10927
10928 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10929
10930 * gnus.el: No Gnus v0.2 is released.
10931
10932 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10933
10934 * gnus-agent.el (gnus-agent-read-agentview): Inline
10935 gnus-uncompress-range.
10936
10937 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10938
10939 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
10940 `exec-installed-p'.
10941
10942 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10943
10944 * gnus.el (spam-process, spam-autodetect-methods): Add
10945 bsfilter and bsfilter-headers.
10946
10947 * spam.el (spam-bsfilter): New customize group.
10948 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
10949 (spam-bsfilter-header, spam-bsfilter-probability-header)
10950 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
10951 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
10952 (spam-bsfilter-database-directory): New options.
10953 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
10954 (spam-list-of-statistical-checks, spam-registration-functions):
10955 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
10956 (spam-bsfilter-score): New command.
10957 (spam-check-bsfilter-headers, spam-check-bsfilter)
10958 (spam-bsfilter-register-with-bsfilter)
10959 (spam-bsfilter-register-spam-routine)
10960 (spam-bsfilter-unregister-spam-routine)
10961 (spam-bsfilter-register-ham-routine)
10962 (spam-bsfilter-unregister-ham-routine): New functions.
10963 (spam-generic-score): Support bsfilter; Accept an optional argument
10964 to recalcurate spam score even if scoring header has already been
10965 added.
10966 (spam-bogofilter-score, spam-spamassassin-score): Accept an
10967 optional argument to recalcurate spam score even if scoring header
10968 has already been added.
10969
10970 2004-04-29 Jesper Harder <harder@ifa.au.dk>
10971
10972 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
10973 strings! Reported by David D. Smith <davidsmith@acm.org>.
10974 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
10975 link is missing.
10976
10977 2004-04-28 Jesper Harder <harder@ifa.au.dk>
10978
10979 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
10980 (html2text-get-attr): Rewrite.
10981
10982 * message.el (message-setup-1): Remove redundant put-text-property
10983 on mail-header-separator.
10984
10985 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
10986
10987 * gnus-registry.el (gnus-registry-cache-whitespace)
10988 (gnus-registry-action, gnus-registry-spool-action)
10989 (gnus-registry-split-fancy-with-parent): Change message levels
10990 from 5 to 3 or 7, as needed.
10991
10992 * spam.el (spam-summary-prepare-exit)
10993 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
10994 (spam-split, spam-find-spam, spam-log-undo-registration)
10995 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
10996 level from 5 to 6.
10997
10998 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10999
11000 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11001 2004-03-04 change).
11002
11003 2004-04-25 Jesper Harder <harder@ifa.au.dk>
11004
11005 * sieve-manage.el (sieve-manage-open):
11006 * nnweb.el (nnweb-insert-html):
11007 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11008 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11009 * nnspool.el (nnspool-request-group):
11010 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11011 * nnml.el (nnml-request-update-info):
11012 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11013 (nnmh-request-create-group, nnmh-update-gnus-unreads):
11014 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11015 (nnimap-request-set-mark):
11016 * nnfolder.el (nnfolder-request-update-info):
11017 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11018 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11019 * gnus-uu.el (gnus-uu-find-articles-matching):
11020 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11021 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11022 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11023 * gnus-nocem.el (gnus-nocem-scan-groups):
11024 * gnus-int.el (gnus-start-news-server):
11025 * gnus-group.el (gnus-group-make-kiboze-group)
11026 (gnus-group-browse-foreign-server):
11027 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11028 Use mapc when appropriate.
11029
11030 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
11031
11032 FIXME: Make separate entries for each person.
11033
11034 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11035 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11036 <shields@msrl.com>:
11037
11038 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11039 may need for spam sorting and scoring.
11040 (spam-user-format-function-S): Add user format function suitable for
11041 general use.
11042 (spam-article-sort-by-spam-status): Add sorting function for summary
11043 sorting.
11044 (spam-extra-header-to-number): Add function to get a score from a
11045 header.
11046 (spam-summary-score): Add function to get a numeric score from the
11047 headers.
11048 (spam-generic-score): Fix function doc, was in wrong place.
11049 (spam-initialize): Take symbols when it's run, and install the
11050 extra headers that spam-necessary-extra-headers thinks we need.
11051
11052 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
11053
11054 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11055 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
11056
11057 2004-04-17 Jesper Harder <harder@ifa.au.dk>
11058
11059 * gnus-sum.el (gnus-set-global-variables)
11060 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11061 (gnus-article-get-xrefs, gnus-summary-best-group)
11062 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11063 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11064 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11065 Use with-current-buffer.
11066
11067 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
11068
11069 * spam.el (spam-summary-prepare-exit): Simplify logic.
11070 (spam-fetch-article-header): Read the article header if it's not
11071 available.
11072 (spam-list-articles): Simplify logic.
11073 (spam-filelist-register-routine): Fix bug with unregister-list.
11074
11075 * gnus-registry.el: Fix comments at beginning.
11076
11077 2004-04-16 Jesper Harder <harder@ifa.au.dk>
11078
11079 * message.el (message-cater-to-broken-inn): Remove.
11080 (message-shorten-references): Make sure the total folded length of
11081 References is shorter than 998 characters to cater to a bug in INN
11082 2.3. Also, don't pretend that references aren't folded -- this
11083 hasn't worked for a while.
11084
11085 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11086
11087 * gnus-agent.el (gnus-agentize):
11088 gnus-agent-send-mail-real-function no longer set to current value
11089 of message-send-mail-function but rather a lambda that calls
11090 message-send-mail-function. The change makes the agent real-time
11091 responsive to user changes to message-send-mail-function.
11092
11093 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11094
11095 * legacy-gnus-agent.el
11096 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11097 help from Florian Weimer <fw@deneb.enyo.de>
11098
11099 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
11100
11101 * nnmail.el (nnmail-cache-insert): Revert last change.
11102
11103 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
11104
11105 * nnmail.el (nnmail-cache-insert): Always check whether
11106 nnmail-cache-ignore-groups matches a group name.
11107
11108 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
11109
11110 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11111 (spam-find-spam, spam-log-processing-to-registry)
11112 (spam-log-registered-p, spam-log-unregistration-needed-p)
11113 (spam-log-undo-registration): Use gnus-message instead of
11114 gnus-error, none of these errors are fatal.
11115
11116 * gnus-registry.el (gnus-registry-clean-empty-function)
11117 (gnus-registry-clean-empty): Remove only empty entries without
11118 extra data.
11119
11120 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
11121
11122 * spam-stat.el (spam-stat-buffer-change-to-spam)
11123 (spam-stat-buffer-change-to-non-spam): Change (error) to
11124 (gnus-message 8) invocation.
11125
11126 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11127
11128 * nntp.el (nntp-via-netcat-command): New variable.
11129 (nntp-via-netcat-switches): New variable.
11130 (nntp-open-via-rlogin-and-netcat): New function.
11131 (nntp-open-connection-function): Doc fix.
11132 (nntp-telnet-command): Doc fix.
11133 (nntp-end-of-line): Doc fix.
11134 (nntp-via-rlogin-command): Doc fix.
11135 (nntp-via-user-name): Doc fix.
11136 (nntp-via-address): Doc fix.
11137
11138 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11139
11140 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11141 error in Emacs 21.1.
11142
11143 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
11144
11145 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11146
11147 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11148 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11149 (gnus-agent-with-refreshed-group): New macro.
11150 (gnus-agent-rename-group): New function.
11151 (gnus-agent-delete-group): New function.
11152 (gnus-agent-save-group-info): Use gnus-command-method when
11153 `method' parameter is nil. Don't write nil entries into the
11154 active file.
11155 (gnus-agent-get-group-info): New function.
11156 (gnus-agent-fetch-articles): Use
11157 gnus-agent-update-files-total-fetched-for to increment disk space
11158 used.
11159 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11160 gnus-agent-update-view-total-fetched-for to increment disk space
11161 used.
11162 (gnus-agent-get-local): Added optional parameters to avoid calling
11163 gnus-group-real-name and gnus-find-method-for-group.
11164 (gnus-agent-set-local): Delete stored entry if either min, or max,
11165 are nil.
11166 (gnus-agent-fetch-session): Reworded error/quit messages. On
11167 quit, use gnus-agent-regenerate-group to record existance of any
11168 articles fetched to disk before the quit occurred.
11169 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11170 gnus-agent-update-view-total-fetched-for, and
11171 gnus-agent-update-files-total-fetched-for to decrement disk space
11172 used.
11173 (gnus-agent-retrieve-headers): Use
11174 gnus-agent-update-view-total-fetched-for to increment disk space
11175 used.
11176 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11177 with gnus-agent-update-files-total-fetched-for to decrement disk
11178 space and fresh group buffer.
11179 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11180 (gnus-agent-need-update-total-fetched-for): New variable.
11181 (gnus-agent-update-files-total-fetched-for): New function.
11182 (gnus-agent-update-view-total-fetched-for): New function.
11183 (gnus-agent-total-fetched-for): New function.
11184
11185 * gnus-cache.el (gnus-cache-save-buffers): Use
11186 gnus-cache-update-overview-total-fetched-for to change disk space
11187 used by this group.
11188 (gnus-cache-possibly-enter-article): Use
11189 gnus-cache-update-file-total-fetched-for to increment disk space
11190 used by this group.
11191 (gnus-cache-possibly-remove-article): Use
11192 gnus-cache-update-file-total-fetched-for to decrement disk space
11193 used by this group.
11194 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11195 (gnus-cache-rename-group): New function.
11196 (gnus-cache-delete-group): New function.
11197 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11198 (gnus-cache-need-update-total-fetched-for): New variable.
11199 (gnus-cache-with-refreshed-group): New macro.
11200 (gnus-cache-update-file-total-fetched-for): New function.
11201 (gnus-cache-update-overview-total-fetched-for): New function.
11202 (gnus-cache-rename-group-total-fetched-for): New function.
11203 (gnus-cache-delete-group-total-fetched-for): New function.
11204 (gnus-cache-total-fetched-for): New function.
11205
11206 * gnus-group.el: Require gnus-sum and autoload functions to
11207 resolve warnings when gnus-group.el compiled alone.
11208 (gnus-group-line-format): Documented new %F
11209 (size of Fetched data) group line format; identifies disk space
11210 used by agent and cache.
11211 (gnus-group-line-format-alist): Defined new F format.
11212 (gnus-total-fetched-for): New function.
11213 (gnus-group-delete-group): No longer update
11214 gnus-cache-active-altered as gnus-request-delete-group now keeps
11215 the cache in sync.
11216 (gnus-group-list-active): Let the agent store a server's active
11217 list if currently plugged.
11218
11219 * gnus-int.el (gnus-request-delete-group):
11220 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11221 local disk in sync with the server.
11222 (gnus-request-rename-group):
11223 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11224 local disk in sync with the server.
11225
11226 * gnus-start.el (gnus-get-unread-articles):
11227 Cosmetic simplification to logic.
11228
11229 * gnus-util.el (gnus-rename-file): New function.
11230
11231 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
11232
11233 * mm-util.el (mm-image-load-path): Handle nil in load-path.
11234
11235 2004-04-07 Jesper Harder <harder@ifa.au.dk>
11236
11237 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11238 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
11239
11240 2004-04-06 Jesper Harder <harder@ifa.au.dk>
11241
11242 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11243 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
11244
11245 2004-04-03 Jesper Harder <harder@ifa.au.dk>
11246
11247 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11248
11249 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
11250
11251 * spam.el (spam-set-difference): Add function to replace
11252 gnus-set-difference in spam.el.
11253 (spam-summary-prepare-exit): Use spam-set-difference.
11254
11255 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11256
11257 * gnus-registry.el (gnus-registry-cache-file): Update to use
11258 gnus-dribble-directory OR gnus-home-directory OR ~.
11259 (gnus-registry-split-fancy-with-parent): Fix doc.
11260
11261 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
11262
11263 * message.el (message-exchange-point-and-mark): Use
11264 message-mark-active-p. Suggested by Jesper Harder
11265 <harder@ifa.au.dk>.
11266
11267 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
11268
11269 * message.el (message-exchange-point-and-mark): Don't activate
11270 region if it was inactive. Suggested by Hiroshi Fujishima
11271 <pooh@nature.tsukuba.ac.jp>.
11272
11273 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
11274
11275 * gnus-art.el (article-display-face): Display Faces in the same
11276 order as X-Faces.
11277
11278 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
11279
11280 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11281
11282 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11283
11284 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11285 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11286 (gnus-article-mime-hierarchy): Remove.
11287 (gnus-article-mime-hierarchy-next): Remove.
11288 (gnus-article-mode): Revert 2004-03-19 change.
11289 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11290 (gnus-insert-mime-button): Revert 2004-03-19 change.
11291 (gnus-mime-accumulate-hierarchy): Remove.
11292 (gnus-mime-enter-multipart): Remove.
11293 (gnus-mime-leave-multipart): Remove.
11294 (gnus-mime-display-part): Revert 2004-03-19 change.
11295 (gnus-mime-display-alternative): Revert 2004-03-19 change.
11296
11297 * mml.el (mml-preview): Revert 2004-03-19 change.
11298
11299 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
11300
11301 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11302
11303 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11304
11305 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11306 t while entering a file name using the mm-with-multibyte macro.
11307 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11308
11309 * mm-util.el (mm-with-multibyte): New macro.
11310
11311 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
11312
11313 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11314 user option.
11315 (gnus-mime-multipart-functions): Doc and customization fix.
11316 (gnus-article-mime-hierarchy): New variable.
11317 (gnus-article-mime-hierarchy-next): New variable.
11318 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11319 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11320 gnus-article-mime-hierarchy-next to nil.
11321 (gnus-insert-mime-button): Show hierarchy numbers.
11322 (gnus-mime-accumulate-hierarchy): New function.
11323 (gnus-mime-enter-multipart): New function.
11324 (gnus-mime-leave-multipart): New function.
11325 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11326 (gnus-mime-display-alternative): Show hierarchy numbers.
11327
11328 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11329 gnus-article-mime-hierarchy-next to nil.
11330
11331 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
11332
11333 * dns.el: Don't require gnus-xmas.
11334
11335 2004-03-17 Jesper Harder <harder@ifa.au.dk>
11336
11337 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11338 inline PGP.
11339 (mml-menu): Disable mml-quote-region if mark is inactive.
11340
11341 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11342
11343 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11344 when the group's active is not available.
11345
11346 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11347
11348 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11349 error.
11350
11351 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
11352
11353 * imap.el (imap-store-password): New variable.
11354 (imap-interactive-login): Use it.
11355 Suggested by Mark Plaksin <happy@mcplaksin.org>.
11356
11357 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11358
11359 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11360 window-start and hscroll to summary window.
11361
11362 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
11363
11364 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11365 conversion message to newsrc-dribble when an actual conversion is
11366 performed.
11367
11368 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
11369
11370 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11371
11372 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11373
11374 * mm-decode.el (mm-complicated-handles): New function reviving
11375 former definition of mm-multiple-handles.
11376
11377 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11378 (gnus-mime-delete-part): Use it.
11379
11380 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
11381
11382 * gnus-agent.el (gnus-agent-read-local): Bind
11383 nnheader-file-coding-system to gnus-agent-file-coding-system to
11384 avoid the implicit assumption that they will always be equal.
11385 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11386 coding-system-for-write, as the with-temp-file macro first prints
11387 to a buffer then saves the buffer.
11388
11389 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
11390
11391 * gnus-art.el (gnus-article-edit-part): New function.
11392 (gnus-mime-save-part-and-strip): Use it; do query instead of
11393 signaling an error; don't use mm-multiple-handles.
11394 (gnus-mime-delete-part): Ditto.
11395
11396 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
11397
11398 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11399 old file versions.
11400 (gnus-group-prepare-hook): Removed function that converted list
11401 form of gnus-agent-expire-days to group properties.
11402
11403 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11404 (gnus-request-accept-article): Re-indented.
11405
11406 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11407 converters to handle old agent file formats. Added logic for a
11408 "backup before upgrading warning".
11409 (gnus-convert-mark-converter-prompt): Developers can mark
11410 functions as needing (default), or not needing,
11411 gnus-convert-old-newsrc's "backup before upgrading warning".
11412 (gnus-convert-converter-needs-prompt): Tests whether the user
11413 should be protected from potentially irreversable changes by the
11414 function.
11415
11416 * legacy-gnus-agent.el: New. Provides converters that are only
11417 loaded when gnus-convert-old-newsrc needs to call them.
11418
11419 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11420
11421 * mail-source.el (mail-source-touch-pop): Doc fix.
11422
11423 * message.el (message-smtpmail-send-it): Doc fix.
11424
11425 2004-03-05 Jesper Harder <harder@ifa.au.dk>
11426
11427 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11428
11429 * nnmail.el (nnmail-split-fancy): do.
11430
11431 * gnus-kill.el (gnus-kill, gnus-execute): do.
11432
11433 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11434
11435 * gnus-sum.el (gnus-widget-reversible-match)
11436 (gnus-widget-reversible-to-internal)
11437 (gnus-widget-reversible-to-external): New functions.
11438 (gnus-widget-reversible): New widget.
11439 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11440
11441 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
11442
11443 * gnus-sum.el (gnus-thread-sort-functions)
11444 (gnus-article-sort-functions): Document `(not F)' items.
11445
11446 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11447
11448 * spam.el (spam-use-gmane-xref): Add new backend.
11449 (spam-gmane-xref-spam-group): Add variable to control the name of the
11450 Gmane spam group.
11451 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11452 (spam-regex-headers-spam, spam-regex-headers-ham)
11453 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11454 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11455 backends and checks.
11456 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11457
11458 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11459 an autodetect method.
11460
11461 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11462
11463 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11464 articles are being added to a group.
11465 (gnus-request-replace-article): Inform the agent that articles
11466 need to be uncached as the cached contents are no longer valid.
11467
11468 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11469
11470 * binhex.el: Don't autoload executable-find.
11471
11472 * canlock.el: Don't autoload mail-fetch-field.
11473
11474 * gnus-ems.el: Don't autoload appt-select-lowest-window.
11475
11476 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11477 rmail-dont-reply-to and rmail-output.
11478
11479 * gnus-score.el: Don't autoload ffap-string-at-point.
11480
11481 * gnus-setup.el: Don't autoload sc-cite-original.
11482
11483 * imap.el: Don't autoload base64-decode-string,
11484 base64-encode-string and md5.
11485
11486 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11487 and rmail-msg-restore-non-pruned-header.
11488
11489 * mm-decode.el: Don't autoload executable-find.
11490
11491 * mm-url.el: Don't autoload executable-find.
11492
11493 * mm-view.el: Don't autoload diff-mode.
11494
11495 * nndb.el: Don't autoload news-reply-mode, news-setup,
11496 cancel-timer and telnet.
11497
11498 * password.el: Don't autoload run-at-time for Emacs.
11499
11500 * sha1-el.el: Don't autoload executable-find.
11501
11502 * sieve-mode.el: Don't autoload c-mode.
11503
11504 * uudecode.el: Don't autoload executable-find.
11505
11506 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11507
11508 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11509 (gnus-agent-possibly-alter-active): Avoid null in numeric
11510 comparison.
11511 (gnus-agent-set-local): Refuse to save null in local object table.
11512 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11513 list of articles that will be marked as unread.
11514
11515 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11516
11517 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11518
11519 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11520
11521 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11522 language tags.
11523
11524 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
11525
11526 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11527 Don't bind "obarray".
11528
11529 * gnus-sum.el (gnus-thread-sort-functions): Added
11530 `gnus-thread-sort-by-most-recent-number' and
11531 `gnus-thread-sort-by-most-recent-date'.
11532 Reported by Kai Grossjohann <kai@emptydomain.de>.
11533
11534 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11535
11536 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11537
11538 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
11539
11540 * gnus-cus.el (gnus-agent-customize-category): Removed
11541 ignore-errors macro reference that required cl to be loaded at
11542 run-time.
11543
11544 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11545 single-interval range of the form (min . max). Previously the
11546 range had to look like ((min . max)). Likewise, return
11547 (min . max) rather than ((min . max)).
11548 (gnus-range-map): Use gnus-range-normalize to accept
11549 single-interval range.
11550
11551 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11552 the cache, but not the agent, now appear with their usual face.
11553
11554 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
11555
11556 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11557 w3m-safe-url-regexp variable buffer-local.
11558
11559 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11560
11561 2004-02-27 Simon Josefsson <jas@extundo.com>
11562
11563 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11564 gnus-group-real-prefix.
11565 (gnus-summary-move-article): Use it, instead of
11566 gnus-group-real-prefix.
11567
11568 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11569
11570 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11571 w3m-safe-url-regexp variable buffer-local and set it as the value
11572 of mm-w3m-safe-url-regexp.
11573
11574 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11575
11576 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11577 parsing gnus-posting-styles when the message is not for replying.
11578
11579 * nnrss.el (nnrss-opml-export): Use
11580 mm-set-buffer-file-coding-system instead of
11581 set-buffer-file-coding-system.
11582
11583 2004-02-27 Jesper Harder <harder@ifa.au.dk>
11584
11585 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11586 of checkdoc.el).
11587 * nnrss.el: do.
11588 * gnus-mlspl.el: do.
11589 * gnus-ml.el: do.
11590 * gnus-srvr.el: do.
11591
11592 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11593
11594 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
11595
11596 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11597 Corrections to custom-manual links.
11598
11599 * gnus-art.el (gnus-article): Ditto.
11600
11601 * mm-decode.el (mime-display, mime-security): Ditto.
11602
11603 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11604
11605 * flow-fill.el: Typo.
11606
11607 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
11608
11609 * spam-wash.el: New file.
11610
11611 2004-02-26 Mark A. Hershberger <mah@everybody.org>
11612
11613 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11614
11615 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11616
11617 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11618 to be run with new-articles as LIST1, not LIST2.
11619 (spam-registration-functions): Add spam-use-ham-copy as a nil
11620 registration backend.
11621
11622 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11623
11624 * spam-stat.el (spam-stat-washing-hook): New option.
11625 (spam-stat-buffer-words): Use it.
11626 (spam-stat-process-directory, spam-stat-test-directory): Use
11627 insert-file-contents-literally.
11628 (spam-stat-coding-system): New variable.
11629 (spam-stat-load, spam-stat-save): Use it.
11630
11631 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11632
11633 * spam-report.el (spam-report-plug-agent): Quote
11634 spam-report-url-to-file and spam-report-url-ping-plain.
11635
11636 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
11637
11638 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11639 / in mailto URLs.
11640
11641 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11642
11643 * spam-report.el (spam-report-process-queue): Fix interactive use.
11644 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11645 (spam-report-unplug-agent): Doc fixes.
11646 (spam-report-url-ping-mm-url, spam-report-url-to-file)
11647 (spam-report-agentize, spam-report-deagentize): Autoload
11648
11649 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
11650
11651 * message.el (message-setup-fill-variables): Add mml tags to
11652 paragraph-start and paragraph-separate. Suggested by Andrew Korty
11653 <ajk@iu.edu>.
11654 (message-mode): Don't modify paragraph-separate there.
11655
11656 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11657
11658 * compface.el (uncompface-use-external): Default to undecided.
11659 (uncompface-use-external-threshold): New variable.
11660 (uncompface-float-time): New macro.
11661 (uncompface): Determine whether to use the external decoder if
11662 uncompface-use-external is undecided.
11663
11664 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11665
11666 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11667 after images.
11668
11669 * gnus-art.el (gnus-mime-display-single): Remove dead code.
11670
11671 2004-02-14 Jesper Harder <harder@ifa.au.dk>
11672
11673 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11674
11675 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
11676
11677 * gnus-sum.el (gnus-summary-limit-to-age)
11678 (gnus-summary-limit-children): do.
11679
11680 * gnus-int.el (gnus-request-scan): do.
11681
11682 * gnus-group.el (gnus-group-suspend): do.
11683
11684 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
11685
11686 * gnus-cite.el (gnus-cite-parse-attributions): do.
11687
11688 * gnus-agent.el (gnus-summary-set-agent-mark)
11689 (gnus-agent-regenerate-group): do.
11690
11691 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
11692
11693 * binhex.el (binhex-decode-region-internal): do.
11694
11695 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
11696
11697 * gnus-fun.el (gnus-face-properties-alist): New user option.
11698 (gnus-display-x-face-in-from): Use it.
11699
11700 * gnus-art.el (article-display-face): Ditto.
11701
11702 * compface.el (uncompface-use-external): Default to nil.
11703
11704 2004-02-12 Jesper Harder <harder@ifa.au.dk>
11705
11706 * nntp.el (nntp-erase-buffer): New function.
11707 (nntp-retrieve-data, nntp-send-command)
11708 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
11709 (nntp-possibly-change-group): Use it.
11710
11711 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
11712 with-current-buffer.
11713
11714 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
11715
11716 * compface.el: Merge the ELisp-based uncompface program.
11717 (compface): New customization group.
11718 (uncompface-use-external): New user option.
11719 (uncompface): Call uncompface-internal if uncompface-use-external
11720 is nil.
11721 (uncompface-internal): New function. Note that there are also
11722 some other functions and variables added for this function.
11723
11724 2004-02-10 Jesper Harder <harder@ifa.au.dk>
11725
11726 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
11727 if necessary.
11728
11729 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
11730
11731 * spam-report.el (spam-report-unplug-agent)
11732 (spam-report-plug-agent, spam-report-deagentize)
11733 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
11734 Add support for the Agent in spam-report: when unplugged, report to a
11735 file; when plugged, submit all the requests.
11736
11737 * spam.el (spam-register-routine): Fix message about
11738 registration.
11739
11740 2004-02-09 Jesper Harder <harder@ifa.au.dk>
11741
11742 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
11743 dependencies.
11744 (rfc2047-encode): Use it.
11745
11746 * gnus-art.el (gnus-button-marker-list): Move before first
11747 reference.
11748
11749 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11750 (imap-parse-body): Fix format string mismatch.
11751
11752 * gnus-score.el (gnus-summary-increase-score): do.
11753
11754 * nnrss.el (nnrss-close): New function.
11755
11756 2004-02-08 Jesper Harder <harder@ifa.au.dk>
11757
11758 * nnrss.el (nnrss-make-filename): New function.
11759 (nnrss-request-delete-group, nnrss-read-server-data)
11760 (nnrss-save-server-data, nnrss-read-group-data)
11761 (nnrss-save-group-data): Use it.
11762 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
11763 (nnrss-read-server-data, nnrss-read-group-data): Use load.
11764 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
11765
11766 2004-02-07 Jesper Harder <harder@ifa.au.dk>
11767
11768 * mml.el (mml-compute-boundary-1): Don't uncompress files.
11769
11770 2004-02-06 Jesper Harder <harder@ifa.au.dk>
11771
11772 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11773 files.
11774
11775 * message.el (message-generate-headers-first): Don't quote nil
11776 and t in docstrings.
11777
11778 * imap.el (imap-id): do.
11779
11780 * gnus-agent.el (gnus-agent-consider-all-articles)
11781 (gnus-agent-queue-mail): do.
11782
11783 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
11784
11785 * spam-report.el (spam-report-process-queue): New function.
11786 Process requests from `spam-report-requests-file'.
11787 (spam-report-process-queue): Doc fix.
11788
11789 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
11790
11791 * spam.el (spam-register-routine)
11792 (spam-log-processing-to-registry, spam-log-registered-p)
11793 (spam-log-unregistration-needed-p, spam-log-undo-registration):
11794 Change "check" to "spam-check" for semi-clarity.
11795
11796 2004-02-05 Jesper Harder <harder@ifa.au.dk>
11797
11798 * pop3.el: Require nnheader.
11799
11800 * mml-smime.el: Require cl. Autoload message-fetch-field.
11801
11802 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
11803
11804 * gnus-picon.el: Require cl.
11805
11806 * gnus-fun.el: Require gnus-ems and gnus-util.
11807
11808 * gnus.el (gnus-method-to-server): Move defsubst before first use.
11809
11810 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
11811
11812 * gnus-art.el (gnus-article-edit-mode): Define before first
11813 reference.
11814
11815 2004-02-04 Jesper Harder <harder@ifa.au.dk>
11816
11817 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
11818 (gnus-uu-post-encoded): Use point-at-bol.
11819
11820 * gnus-topic.el (gnus-group-active-topic-p): do.
11821
11822 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
11823
11824 * gnus-group.el (gnus-group-kill-region): do.
11825
11826 * gnus-art.el (article-date-ut): do.
11827
11828 * message.el (message-fetch-field): Remove redundant
11829 case-fold-search binding.
11830 (message-narrow-to-field): Simplify.
11831
11832 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
11833
11834 * spam.el (spam-directory): Derive from `gnus-directory'.
11835
11836 * spam-report.el (spam-report-url-to-file)
11837 (spam-report-requests-file): New function and variable for offline
11838 reporting.
11839 (spam-report-url-ping-function): Add `spam-report-url-to-file'
11840 and user defined function.
11841 (spam-report-url-ping-mm-url): Remove doubled slash.
11842
11843 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
11844
11845 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
11846
11847 2004-02-03 Jesper Harder <harder@ifa.au.dk>
11848
11849 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
11850 format string mismatch.
11851
11852 * sieve.el (sieve-deactivate-all): do.
11853
11854 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
11855
11856 * nnlistserv.el (nnlistserv-kk-wash-article): do.
11857
11858 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
11859
11860 * mm-bodies.el (mm-7bit-chars): Don't include \r.
11861
11862 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
11863
11864 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
11865 the list of checks.
11866
11867 2004-01-31 Jesper Harder <harder@ifa.au.dk>
11868
11869 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
11870 padding.
11871
11872 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
11873
11874 * mm-view.el (mm-fill-flowed): New variable.
11875 (mm-inline-text): Use it.
11876
11877 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
11878
11879 * spam.el (spam-spamassassin-register-ham-routine)
11880 (spam-spamassassin-register-spam-routine): Fix function names.
11881
11882 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
11883
11884 * gnus.el (gnus-tmp-grouplens): Remove.
11885 (gnus-summary-line-format): Remove grouplens.
11886
11887 * gnus-group.el (gnus-group-line-format): Ditto.
11888
11889 * gnus-spec.el (gnus-format-specs): Ditto.
11890 (gnus-update-format-specifications): Flush the group format spec
11891 cache if there's the grouplens stuff.
11892 (gnus-parse-simple-format): Replace %l with the empty string.
11893
11894 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
11895
11896 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
11897 omission.
11898
11899 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
11900
11901 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
11902 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11903
11904 2004-01-25 Paul Jarc <prj@po.cwru.edu>
11905
11906 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
11907 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
11908 New macros and functions.
11909 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
11910 Handle > NLINK_MAX messages.
11911 * nnmaildir.el (nnmaildir-request-set-mark): Use
11912 nnmaildir--emlink-p and nnmaildir--eexist-p.
11913
11914 2004-01-25 Alex Schroeder <alex@gnu.org>
11915
11916 * spam-stat.el (spam-stat-process-directory-age): New option.
11917 (spam-stat-process-directory): Use it.
11918
11919 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
11920
11921 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
11922 (spam-stat-save): Accept prefix argument.
11923
11924 2004-01-23 Paul Jarc <prj@po.cwru.edu>
11925
11926 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
11927 links" error.
11928
11929 2004-01-23 Jesper Harder <harder@ifa.au.dk>
11930
11931 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
11932 compatibility with old .newsrc.eld files.
11933
11934 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
11935
11936 * gnus-start.el (gnus-1): do.
11937
11938 * gnus-group.el (gnus-group-line-format-alist): do.
11939
11940 * gnus.el (gnus-use-grouplens, gnus-visual): do.
11941
11942 * gnus-gl.el: Remove.
11943
11944 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
11945
11946 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
11947 marks consisting of a single range {for example, (3 . 5)} rather
11948 than a list of a single range { ((3 . 5)) }.
11949
11950 2004-01-23 Jesper Harder <harder@ifa.au.dk>
11951
11952 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
11953 with-current-buffer.
11954 (spam-stat-store-current-buffer): Use insert-buffer-substring to
11955 avoid consing a string.
11956
11957 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
11958 Remove obsolete entries for big5 and gb2312.
11959
11960 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
11961
11962 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
11963 uncompressed list.
11964
11965 2004-01-22 Jesper Harder <harder@ifa.au.dk>
11966
11967 * spam-stat.el (spam-stat-strip-xref): New function.
11968 (spam-stat-process-directory): Use it.
11969
11970 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
11971 here -- it's done in message-fetch-field.
11972
11973 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
11974
11975 * gnus-agent.el (gnus-agent-queue-mail)
11976 (gnus-agent-prompt-send-queue): New variables.
11977 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
11978 * gnus-draft.el (gnus-group-send-queue): Pass the group name
11979 "nndraft:queue" along to gnus-draft-send. Use
11980 gnus-agent-prompt-send-queue.
11981 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
11982 is "nndraft:queue". Suggested by Gaute Strokkenes
11983 <gs234@srcf.ucam.org>
11984
11985 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
11986 (agent-enable-undownloaded-faces): Added
11987 (gnus-agent-cat-groups): Use eval-and-compile, not
11988 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
11989 method of gnus-agent-cat-groups even when the buffer has been
11990 evaled.
11991 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
11992 delete gnus-agent-save-active-1.
11993 (gnus-agent-save-groups): Deleted. Identical to
11994 gnus-agent-save-active.
11995 (gnus-agent-write-active): No longer adjust agent's copy of active
11996 file as agent's adjustments are now stored in their own
11997 file. Removed optional parameter.
11998 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
11999 servers. Add use of min/max range limits from server's local
12000 file.
12001 (gnus-agent-save-alist): Removed unused optional argument.
12002 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12003 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12004 (gnus-agent-set-local): A per-server file that keeps min/max range
12005 limits for articles known to the agent. Provides a fast mechanism
12006 for altering many active ranges.
12007 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12008 active file (local makes it unnecessary).
12009 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12010
12011 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12012 (agent-enable-undownloaded-faces): Added
12013
12014 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12015 disable it when sending to "nndraft:queue".
12016 (gnus-group-send-queue): Add safety check to avoid sending queue
12017 when unplugged.
12018
12019 * gnus-group.el (gnus-group-catchup): Use new
12020 gnus-sequence-of-unread-articles, not
12021 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12022 numbers of articles. Use gnus-range-map to avoid having to
12023 uncompress the unread list.
12024 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12025 Fixed invalid ange-ftp reference.
12026
12027 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12028 (gnus-sorted-range-intersection): Intersection of two ranges
12029 without requiring that they first be uncompressed.
12030
12031 * gnus-start.el (gnus-activate-group): Unless blocked by the
12032 caller, possibly expand the active range to include both cached
12033 and agentized articles.
12034 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12035 multiple version-dependent converters.
12036 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12037 gnus-agent-save-active.
12038 (gnus-save-newsrc-file): Save dirty agent range limits.
12039
12040 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12041 gnus-agent-possibly-alter-active.
12042 (gnus-adjust-marked-articles): Faster handling of simple lists
12043
12044 2004-01-21 Jesper Harder <harder@ifa.au.dk>
12045
12046 * spam-stat.el (spam-stat-test-directory): New optional argument
12047 displays a list of files detected. Suggested by Andrew Cohen
12048 <cohen@andy.bu.edu>.
12049 (spam-stat-buffer-words-with-scores): Don't narrow and change
12050 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12051
12052 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
12053
12054 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12055 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12056 (spam-spamassassin-arguments)
12057 (spam-spamassassin-spam-flag-header)
12058 (spam-spamassassin-positive-spam-flag-header)
12059 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12060 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12061 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12062 (spam-list-of-processors, spam-list-of-checks)
12063 (spam-list-of-statistical-checks, spam-registration-functions)
12064 (spam-check-spamassassin-headers, spam-check-spamassassin)
12065 (spam-spamassassin-score)
12066 (spam-spamassassin-register-with-sa-learn)
12067 (spam-spamassassin-register-spam-routine)
12068 (spam-spamassassin-register-ham-routine)
12069 (spam-assassin-register-spam-routine)
12070 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12071 (spam-bogofilter-score): Fix to show article before scoring.
12072
12073 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12074
12075 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12076 default scoring function.
12077 (spam-generic-score): Call spam-spamassassin-score if
12078 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12079 spam-bogofilter-score otherwise.
12080
12081 * gnus.el (spam-process, spam-autodetect-methods): Add
12082 spamassassin and spamassassin-headers.
12083
12084 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12085
12086 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12087 Suppress unnecessary messages.
12088
12089 2004-01-20 Jesper Harder <harder@ifa.au.dk>
12090
12091 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12092 make-hash-table.
12093
12094 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12095
12096 * canlock.el (base64-encode-string): Don't autoload it.
12097
12098 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12099
12100 * run-at-time.el: Remove useless (require 'itimer),
12101 eval-and-compile and (featurep 'xemacs).
12102
12103 2004-01-16 Jesper Harder <harder@ifa.au.dk>
12104
12105 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12106 GROUP is a virtual group.
12107
12108 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
12109
12110 * gnus.el: Autoload `message-y-or-n-p'.
12111
12112 2004-01-15 Jesper Harder <harder@ifa.au.dk>
12113
12114 * pgg-parse.el: Remove unnecessary (require 'custom).
12115
12116 * pgg-def.el: do.
12117
12118 * nnmail.el: do.
12119
12120 * gnus-undo.el: do.
12121
12122 * gnus-picon.el: do.
12123
12124 * gnus-util.el: do.
12125
12126 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
12127
12128 * gnus-sum.el (gnus-pick-line-number): Add autoload.
12129
12130 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
12131
12132 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12133 handle, as well as a list.
12134
12135 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12136 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12137 (mm-w3m-cid-retrieve): Simplify.
12138
12139 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
12140
12141 * message.el (message-kill-to-signature): Allow prefix arg to
12142 specify number of lines to keep before signature.
12143
12144 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
12145
12146 (message-kill-to-signature): Change docstring.
12147
12148 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12149
12150 * canlock.el: Always require sha1-el.
12151 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12152
12153 * message.el: Autoload sha1 only when compiling.
12154
12155 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12156
12157 * message.el (message-canlock-generate): Require sha1-el.
12158
12159 2004-01-13 Jesper Harder <harder@ifa.au.dk>
12160
12161 * message.el (message-expand-name): Silence the byte compiler.
12162
12163 2004-01-13 Simon Josefsson <jas@extundo.com>
12164
12165 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12166 Invoke gnus-score-mode. Reported by
12167 bojohan+news@dd.chalmers.se (Johan Bockgård).
12168
12169 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12170 Jim Blandy <jimb@redhat.com> (tiny change).
12171
12172 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12173
12174 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12175
12176 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
12177
12178 * spam.el (spam-get-article-as-string): Update to use
12179 gnus-request-article-this-buffer, much simpler.
12180 (spam-get-article-as-buffer): Remove.
12181
12182 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
12183
12184 * message.el (message-expand-name): Use EUDC if the user uses that.
12185
12186 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12187
12188 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12189 character for the encoding to avoid consing a string.
12190
12191 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12192 unnecessarily.
12193
12194 * mm-util.el (mm-replace-chars-in-string): Remove.
12195
12196 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12197 of mm-replace-chars-in-string.
12198
12199 2004-01-11 Jesper Harder <harder@ifa.au.dk>
12200
12201 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12202
12203 * mm-util.el (mm-subst-char-in-string): Support inplace.
12204
12205 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12206 a new string in every iteration. Use shy groups.
12207
12208 2004-01-10 Jesper Harder <harder@ifa.au.dk>
12209
12210 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12211 * gnus-soup.el (gnus-soup-group-brew):
12212 * gnus-msg.el (gnus-put-message):
12213 * gnus-move.el (gnus-group-move-group-to-server):
12214 * gnus-kill.el (gnus-batch-score):
12215 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12216 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12217 (gnus-group-update-group, gnus-group-read-group)
12218 (gnus-group-make-group, gnus-group-make-help-group)
12219 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12220 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12221 (gnus-group-sort-by-unread, gnus-group-catchup)
12222 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12223 (gnus-group-yank-group, gnus-group-set-info)
12224 (gnus-group-list-groups):
12225 * gnus.el (gnus-generate-new-group-name):
12226 * gnus-delay.el (gnus-delay-send-queue):
12227 * nnvirtual.el (nnvirtual-catchup-group):
12228 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12229 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12230 (gnus-group-prepare-topics, gnus-topic-check-topology):
12231 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12232 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12233 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12234 (gnus-group-make-articles-read):
12235 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12236 (gnus-group-change-level, gnus-kill-newsgroup)
12237 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12238 (gnus-get-unread-articles, gnus-make-articles-unread)
12239 (gnus-make-ascending-articles-unread): Use accessor
12240 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12241 to get group information for improved readability.
12242
12243
12244 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12245
12246 * gnus-art.el (article-decode-mime-words, article-babel)
12247 (gnus-article-highlight-signature, gnus-article-add-buttons)
12248 (gnus-signature-toggle): Use gnus-with-article-buffer.
12249
12250 * gnus-art.el (gnus-article-highlight-headers)
12251 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12252
12253 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12254 (gnus-article-set-globals, gnus-request-article-this-buffer)
12255 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12256 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12257 (gnus-mime-display-alternative): Use with-current-buffer.
12258
12259 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12260
12261 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12262 also under 80 char limit, and call gnus-error if needed.
12263 (spam-fetch-article-header): Fix - it was a
12264 buffer-local variable (gnus-newsgroup-data).
12265 (spam-find-spam): Use spam-generate-fake-headers, forget about
12266 spam-insert-fake-headers.
12267 (spam-insert-fake-headers): Remove.
12268
12269 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12270
12271 * deuglify.el (gnus-article-outlook-unwrap-lines)
12272 (gnus-outlook-rearrange-article)
12273 (gnus-outlook-repair-attribution-outlook)
12274 (gnus-outlook-repair-attribution-block)
12275 (gnus-outlook-repair-attribution-other): Remove redundant
12276 save-excursion.
12277
12278 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12279
12280 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12281 (spam-fetch-field-subject-fast)
12282 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12283 (spam-fetch-article-header): Add functions to deal with Gnus
12284 internals for fast retrieval of article header data.
12285 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12286
12287 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12288
12289 * pop3.el (pop3-md5): Remove.
12290 (pop3-apop): Replace pop3-md5 with md5.
12291
12292 * mm-bodies.el: base64 is always built-in.
12293
12294 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12295 with-current-buffer.
12296
12297 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12298
12299 * canlock.el (canlock-insert-header): Remove excessive grouping in
12300 regexp.
12301
12302 * gnus-sum.el (gnus-summary-read-document): Ditto.
12303
12304 * gnus-uu.el (gnus-uu-part-number): Ditto.
12305
12306 * html2text.el (html2text-remove-tags): Ditto.
12307 (html2text-format-tags): Ditto.
12308 (html2text-format-single-elements): Ditto.
12309
12310 * mml.el (mml-parse-1): Ditto.
12311
12312 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12313
12314 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12315
12316 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12317
12318 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12319
12320 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12321
12322 2003-11-15 Simon Josefsson <jas@extundo.com>
12323
12324 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12325 (pgg-gpg-lookup-key): Use regexp match instead of
12326 split-string (split-string is different between emacs 21.2 and
12327 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12328
12329 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12330
12331 * gnus-art.el (gnus-mime-view-all-parts)
12332 (gnus-article-part-wrapper, gnus-article-view-part): Use
12333 with-current-buffer.
12334
12335 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12336
12337 * spam.el (spam-disable-spam-split-during-ham-respool)
12338 (spam-spamoracle-database, spam-cache-lookups)
12339 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12340 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12341 (spam-group-ham-marks, spam-group-spam-marks)
12342 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12343 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12344 also add spam-use-blackholes to the statistical checks.
12345 (spam-fetch-field-fast): Add interface to fetching fields, may
12346 become a macro.
12347 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12348 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12349 (spam-insert-fake-headers): Fake an article when needed.
12350 (spam-find-spam): Fake article when possible.
12351 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12352 (spam-check-bogofilter-headers): Use message-fetch-field instead
12353 of nnmail-fetch-field.
12354
12355 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12356
12357 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12358
12359 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12360
12361 * spam.el (spam-split): Do not require spam-use-CHECK to be
12362 enabled if that check is passed to spam-split explicitly; also
12363 fix so 'spam doesn't get converted to spam-split-group when
12364 spam-split-symbolic-return is t.
12365 (spam-find-spam): Find registrations of the article and use those
12366 instead of re-running spam-split to find the spam/ham
12367 classification of the article.
12368 (spam-log-processing-to-registry, spam-log-registered-p)
12369 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12370 Use gnus-error instead of gnus-message.
12371 (spam-log-registration-type): Add function to determine the
12372 classification of a message based on registry entries; will
12373 return nil if both 'spam and 'ham are found.
12374 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12375 a reasonably fast local cache without the loading errors.
12376 (spam-cache-lookups): Set to t by default.
12377 (spam-find-spam): Don't try to guess spam-cache-lookups.
12378 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12379 spam-caches entry.
12380 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12381 caching of whitelist/blacklist entries.
12382 (spam-check-whitelist, spam-check-blacklist): Invoke
12383 spam-from-listed-p with a type, not a cache variable.
12384 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12385
12386 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12387
12388 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12389
12390 * nnmail.el (nnmail-split-fancy): do.
12391
12392 * mml.el (mml-parse): do.
12393
12394 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12395 (gnus-score-adaptive): do.
12396
12397 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12398
12399 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12400 (gnus-mime-button-map): Don't set keymap parent.
12401 (gnus-button-ctan-directory-regexp): Use shy grouping.
12402 (gnus-prev-page-map): Don't set keymap parent.
12403 (gnus-prev-page-map): Remove duplicated one.
12404 (gnus-next-page-map): Don't set keymap parent.
12405 (gnus-mime-security-button-map): Ditto.
12406
12407 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12408 version number.
12409
12410 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12411
12412 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12413
12414 * canlock.el (canlock-sha1-function): Remove.
12415 (canlock-sha1-function-for-verify): Remove.
12416 (canlock-openssl-program): Remove.
12417 (canlock-openssl-args): Remove.
12418 (canlock-ignore-errors): Remove.
12419 (canlock-sha1-with-openssl): Remove.
12420 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12421 (canlock-verify): Don't use canlock-ignore-errors.
12422
12423 * sha1-el.el (sha1-string-external): Make it can return a string
12424 in binary form.
12425 (sha1-region-external): Ditto.
12426 (sha1-string-internal): Ditto.
12427 (sha1-region-internal): Ditto.
12428 (sha1-region): Ditto.
12429 (sha1-string): Ditto.
12430 (sha1): Ditto.
12431
12432 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12433
12434 * spam.el (spam-report-articles-gmane): New command.
12435
12436 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12437
12438 * gnus.el: Don't make unnecessary *Group* buffer when loading.
12439
12440 * run-at-time.el (run-at-time-saved): Remove.
12441 (run-at-time): Doc fix.
12442
12443 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12444
12445 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12446 (gnus-summary-limit-map): Add it.
12447 (gnus-summary-make-menu-bar): do.
12448
12449 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
12450
12451 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12452 Make attempt at some caching support (done for BBDB only now).
12453 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12454 addresses to be checked.
12455 (spam-clear-cache-BBDB): Add function, to be invoked by
12456 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12457 (spam-check-BBDB): Check and use the caches, if
12458 spam-cache-lookups is on, remove superfluous (provide).
12459
12460 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12461
12462 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12463
12464 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
12465
12466 * run-at-time.el (run-at-time-saved): Move to after the definition
12467 of `run-at-time'.
12468
12469 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12470
12471 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12472 mm-w3m-local-map-property.
12473
12474 * mm-view.el (mm-w3m-mode-map): Remove.
12475 (mm-w3m-local-map-property): Remove.
12476 (mm-inline-text-html-render-with-w3m): Don't use
12477 mm-w3m-local-map-property.
12478
12479 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12480
12481 * run-at-time.el: New file.
12482
12483 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12484 of gnus-set-text-properties.
12485
12486 * gnus-uu.el (gnus-uu-save-article): Ditto.
12487
12488 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12489
12490 * gnus-cite.el (gnus-cite-parse): Ditto.
12491
12492 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12493 of gnus-.
12494
12495 * gnus.el: Changed calls to nnheader-run-at-time and
12496 password-run-at-time throughout to use run-at-time directly.
12497
12498 * password.el: Removed definition of run-at-time.
12499
12500 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
12501
12502 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12503 in prompt.
12504
12505 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12506
12507 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12508 XEmacs version.
12509
12510 * dns.el (dns-make-network-process): Use `open-network-stream'
12511 instead of `gnus-xmas-open-network-stream'.
12512
12513 * .cvsignore: Add auto-autoloads.el, custom-load.el.
12514
12515 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12516
12517 * gnus-art.el (gnus-mime-display-alternative)
12518 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12519 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12520 Don't use gnus-local-map-property.
12521
12522 * gnus-util.el (gnus-local-map-property): Remove.
12523
12524 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12525 gnus-completing-read-maybe-default with completing-read.
12526
12527 * gnus-util.el (gnus-completing-read): do.
12528 (gnus-completing-read-maybe-default): Remove.
12529
12530 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12531
12532 * password.el: Only autoload `run-at-time' if not XEmacs.
12533 Only autoload the itimer functions if XEmacs.
12534
12535 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12536
12537 * gnus-art.el (gnus-read-string): Remove.
12538 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12539 read-string.
12540
12541 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
12542
12543 * netrc.el: Autoload password-read.
12544 (netrc): Add configuration group.
12545 (netrc-encoding-method, netrc-openssl-path): Add
12546 variables for encoding and decoding of files with symmetric
12547 ciphers.
12548 (netrc-encode): Add assistant function to encode a file with
12549 netrc-encoding-method.
12550 (netrc-parse): Add interactive parameter, added optional
12551 decoding if netrc-encoding-method is non-nil but otherwise
12552 behavior is standard.
12553 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12554 Do s/encode/encrypt/ everywhere.
12555
12556 * spam.el: Remove executable-find autoload.
12557
12558 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12559
12560 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12561
12562 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12563
12564 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12565
12566 * gnus-art.el (gnus-treat-ansi-sequences,
12567 (article-treat-ansi-sequences): New variable and function.
12568 Suggested by Dan Jacobson <jidanni@jidanni.org>.
12569
12570 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12571 Use it.
12572
12573 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12574
12575 * mm-util.el (mm-quote-arg): Remove.
12576
12577 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12578 shell-quote-argument.
12579
12580 * gnus-uu.el (gnus-uu-command): do.
12581
12582 * gnus-sum.el (gnus-summary-insert-pseudos): do.
12583
12584 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12585 with make-char.
12586
12587 * mm-util.el (mm-make-char): Remove.
12588
12589 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12590 add-minor-mode.
12591
12592 * gnus-undo.el (gnus-undo-mode): do.
12593
12594 * gnus-topic.el (gnus-topic-mode): do.
12595
12596 * gnus-sum.el (gnus-dead-summary-mode): do.
12597
12598 * gnus-start.el (gnus-slave-mode): do.
12599
12600 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12601
12602 * gnus-ml.el (gnus-mailing-list-mode): do.
12603
12604 * gnus-gl.el (gnus-grouplens-mode): do.
12605
12606 * gnus-draft.el (gnus-draft-mode): do.
12607
12608 * gnus-dired.el (gnus-dired-mode): do.
12609
12610 * gnus-ems.el (gnus-add-minor-mode): Remove.
12611
12612 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12613 Replace gnus-char-width with char-width.
12614
12615 * gnus-ems.el (gnus-char-width): Remove.
12616
12617 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12618 Replace gnus-char-width with char-width.
12619
12620 * gnus-ems.el (gnus-char-width): Remove.
12621
12622 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12623 definition.
12624 Remove Emacs 20 hash table compatibility code.
12625
12626 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12627 20 compatibility code.
12628
12629 * spam.el (spam-point-at-eol): Replace with point-at-eol.
12630
12631 * smime.el (smime-point-at-eol): Replace with point-at-eol.
12632
12633 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12634 with point-at-{eol,bol}.
12635
12636 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12637
12638 * imap.el (imap-point-at-eol): Replace with point-at-eol.
12639
12640 * flow-fill.el (fill-flowed-point-at-bol)
12641 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12642
12643 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12644 Replace with point-at-{eol,bol} throughout all files.
12645
12646 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12647
12648 * ntlm.el (ntlm-string-as-unibyte): New macro.
12649 (ntlm-build-auth-response): Use it.
12650
12651 Remove Emacs 20 stuff:
12652 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12653 of delq and copy-sequence.
12654 * gnus-art.el (popup-menu): Remove the compiler macro.
12655 * nnmail.el (nnmail-split-fancy): Don't support customizing with
12656 Emacs 20.
12657
12658 2004-01-05 Simon Josefsson <jas@extundo.com>
12659
12660 * ntlm.el: Fix namespace. Change smb-passwd-hash into
12661 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12662 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12663 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12664 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12665 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12666 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12667 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12668 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12669 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12670 ntlm-string-permute, string-lshift into ntlm-string-lshift,
12671 string-xor into ntlm-string-xor. Suggested by
12672 Jesper Harder <harder@myrealbox.com>.
12673
12674 * ntlm.el: Don't include poem.
12675
12676 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
12677 Jesper Harder <harder@myrealbox.com>.
12678
12679 * sasl-ntlm.el, ntlm.el, md4.el: New files.
12680
12681 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
12682 probably breaks emacs with DL patch, but do we care? Is anyone
12683 still using the DL stuff?)
12684
12685 * sieve-manage.el: Use the password package.
12686 (sieve-manage-read-passwd): Remove.
12687 (sieve-manage-interactive-login): Use password. Re-add
12688 condition-case around loop.
12689
12690 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12691 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12692 the password package.
12693
12694 2003-02-19 Simon Josefsson <jas@extundo.com>
12695
12696 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12697 token.
12698
12699 2002-08-07 Simon Josefsson <jas@extundo.com>
12700
12701 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12702 (sieve-manage-authenticators):
12703 (sieve-manage-authenticator-alist): Add some SASL mechs.
12704 (sieve-sasl-auth): New function.
12705 (sieve-manage-cram-md5-auth):
12706 (sieve-manage-plain-auth): Rewrite using SASL library.
12707 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
12708 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
12709 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12710 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12711
12712 2004-01-05 Simon Josefsson <jas@extundo.com>
12713
12714 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12715 New files.
12716
12717 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12718
12719 * gnus-group.el (gnus-no-groups-message): Update.
12720
12721 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12722
12723 2003-11-09 Simon Josefsson <jas@extundo.com>
12724
12725 * imap.el: Support for ID IMAP extension (RFC 2971).
12726 (imap-local-variables): Add imap-id.
12727 (imap-id): New variable.
12728 (imap-id): New function.
12729 (imap-parse-response): Parse untagged ID response.
12730 * nnimap.el (nnimap-id): New variable.
12731 (nnimap-open-connection): Use it.
12732
12733 2003-12-28 Simon Josefsson <jas@extundo.com>
12734
12735 * gnus-score.el (gnus-score-edit-all-score): New.
12736 * gnus-group.el (gnus-group-score-map): Bind it to W e.
12737
12738 2004-01-04 Simon Josefsson <jas@extundo.com>
12739
12740 * password.el: Add.
12741
12742 2004-01-04 Mario Lang <lang@zid.tugraz.at>
12743
12744 * dns.el: Add support for AAAA records (see RFC 3596)
12745
12746 * Fix typo PRT -> PTR
12747
12748 * Parse MX, PTR and SOA replies (see RFC 1035)
12749
12750 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12751
12752 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12753
12754 * Moved to Changelog.2.
12755
12756 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12757
12758 * gnus.el (gnus-version-number): Bump version.
12759
12760 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12761
12762 * gnus.el: No Gnus v0.1 is released.
12763
12764 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12765
12766 * gnus.el: No Gnus v0.0 is released.
12767
12768 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12769
12770 * gnus.el (gnus-version-number): Bump.
12771 (gnus-version): No.
12772
12773 See ChangeLog.2 for earlier changes.
12774
12775 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
12776
12777 This file is part of GNU Emacs.
12778
12779 GNU Emacs is free software: you can redistribute it and/or modify
12780 it under the terms of the GNU General Public License as published by
12781 the Free Software Foundation, either version 3 of the License, or
12782 (at your option) any later version.
12783
12784 GNU Emacs is distributed in the hope that it will be useful,
12785 but WITHOUT ANY WARRANTY; without even the implied warranty of
12786 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12787 GNU General Public License for more details.
12788
12789 You should have received a copy of the GNU General Public License
12790 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12791
12792 ;; Local Variables:
12793 ;; coding: utf-8
12794 ;; fill-column: 79
12795 ;; add-log-time-zone-rule: t
12796 ;; End:
12797
12798 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4