* nnimap.el (nnimap-id):
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
2
3 * nnimap.el (nnimap-id):
4 * sieve-manage.el (sieve-manage-open): Doc fixes.
5
6 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
7
8 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9 if available.
10
11 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14
15 * nnkiboze.el (nnkiboze-generate-group):
16 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
17
18 * nnmairix.el: Require CL.
19
20 2008-06-15 David Engster <dengste@eml.cc>
21
22 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
23
24 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
25
26 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
27 New macros that expand to an `aset'/`aref' call under Emacs, and to a
28 runtime choice under XEmacs.
29
30 * gnus-sum.el (gnus-summary-set-display-table):
31 Use `gnus-put-display-table', `gnus-get-display-table',
32 `gnus-set-display-table' for the display table, instead of `aset'.
33
34 * gnus-xmas.el (gnus-xmas-summary-set-display-table):
35 Use `gnus-put-display-table', `gnus-get-display-table',
36 `gnus-set-display-table' for the display table.
37
38 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
39
40 * nnmairix.el: Add autoloads.
41
42 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
43
44 * nnmairix.el (nnmairix-delete-recreate-group)
45 (nnmairix-update-and-clear-marks): Fix error messages.
46
47 2008-06-14 David Engster <dengste@eml.cc>
48
49 * nnmairix.el: Upgrade to version 0.6.
50 (nnmairix-group-toggle-propmarks-this-group)
51 (nnmairix-group-toggle-readmarks-this-group)
52 (nnmairix-group-delete-recreate-this-group)
53 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
54 (nnmairix-remove-tick-mark-original-article): New commands.
55 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
56 (nnmairix-propagate-marks-to-nnmairix-groups)
57 (nnmairix-only-use-registry, nnmairix-allowfast-default)
58 (nnmairix-marks-cache, nnmairix-version-output): New variables.
59 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
60 functions needed for marks propagation and manipulation of read marks.
61 (nnmairix-update-groups): New function.
62 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
63 (nnmairix-determine-original-group-from-registry)
64 (nnmairix-determine-original-group-from-path)
65 (nnmairix-get-group-from-file-path, nnmairix-map-range)
66 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter): New
67 helper functions.
68 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Inserted new
69 keystrokes for new commands.
70 (nnmairix-delete-and-create-on-change): Doc string cleanup.
71 (nnmairix-request-group): Check allow-fast group parameter.
72 (nnmairix-request-create-group): Set allow-fast group parameter if
73 nnmairix-allowfast-default is set.
74 (nnmairix-close-group): Propagate marks upon closing if needed.
75 (nnmairix-group-toggle-threads-this-group): Use new.
76 nnmairix-group-toggle-parameter helper function.
77 (nnmairix-search): Better check for empty search result.
78 (nnmairix-goto-original-article): Use new helper functions for
79 determining original article.
80 (nnmairix-show-original-article): Make sure message-id is in brackets.
81 (nnmairix-call-mairix-binary): Change variable name.
82 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
83 helper function.
84 (nnmairix-widget-toggle-activate): Fix doc string.
85
86 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
87
88 * nnir.el: Require edmacro when compiling with XEmacs.
89 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
90 available in Emacs 21.
91
92 2008-06-11 Glenn Morris <rgm@gnu.org>
93
94 * gnus-util.el (x-focus-frame):
95 * gnus.el (image-size):
96 * mm-decode.el (image-size): Declare.
97
98 * gnus-picon.el (declare-function): Add compat definition.
99 (image-size): Declare.
100
101 * gnus-group.el (tool-bar-map):
102 * gnus-sum.el (tool-bar-map): Define for compiler.
103
104 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
105
106 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
107
108 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
109 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
110 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
111 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
112 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
113 * sieve-manage.el, spam-report.el, spam.el:
114 Remove unnecessary eval-and-compile of autoloads.
115
116 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
117
118 * auth-source.el: Precise Tramp doc.
119
120 2008-06-07 Glenn Morris <rgm@gnu.org>
121
122 * nnmairix.el: Remove unnecessary eval-when-compile.
123
124 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
125
126 * nnir.el: New file.
127
128 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
129
130 * gnus-util.el (gnus-read-shell-command): New function.
131 * mm-decode.el (mm-pipe-part):
132 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
133
134 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
135
136 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
137
138 2008-06-03 Glenn Morris <rgm@gnu.org>
139
140 * pop3.el (nnheader-accept-process-output): Autoload it.
141
142 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
143
144 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
145 are not 2-digit hexadecimal characters that follow `%'s.
146
147 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
148
149 * message.el (message-bogus-recipient-p): Fix type in doc string.
150 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
151 (message-bogus-addresses): Rename from message-bogus-address-regexp.
152 Improve custom options.
153 (message-bogus-recipient-p): Adjust accordingly.
154
155 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
156
157 * nnmairix.el: Require edmacro when compiling with XEmacs.
158
159 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
160
161 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
162 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
163
164 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
165
166 * auth-source.el: Add more docs.
167
168 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
169
170 * nnheader.el (nnheader-read-timeout): Change the default timeout from
171 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
172 retrieval faster in some cases, but might make CPU usage larger. If
173 this has any bad side effects, we might revert this change.
174
175 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
176 seems to make mail retrieval much, much faster.
177 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
178 unconditionally.
179
180 * gnus-draft.el (gnus-group-send-queue): Bind
181 message-send-mail-partially-limit to nil to avoid being prompted.
182
183 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
184
185 * mml.el (mml-attach-buffer): Prompt for `disposition'.
186
187 * message.el (message-bogus-address-regexp): Fix and improve custom
188 type.
189 (message-setup-hook): Add message-check-recipients as custom option.
190
191 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
192
193 * message.el (message-cite-function): Remove bogus autoload which crept
194 in during merge from v5-10.
195
196 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
197
198 * nnimap.el (nnimap-open-connection): Fix login/password bug.
199
200 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
201
202 * auth-source.el: Preliminary Tramp docs.
203 (auth-sources): Change the default auth-sources to use
204 EPA .gpg files.
205
206 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
207
208 * nntp.el: Autoload `auth-source-user-or-password'.
209 (nntp-send-authinfo): Use it.
210
211 * nnimap.el: Autoload `auth-source-user-or-password'.
212 (nnimap-open-connection): Use it.
213
214 * auth-source.el: Added docs on using with url-auth. Import gnus-util
215 for the gnus-message function.
216 (auth-source-user-or-password): Use it.
217
218 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
221 rfc2104-hexstring-to-byte-list. Return a unibyte string.
222 (rfc2104-hash): Use it.
223
224 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
225
226 * gnus-art.el (gnus-article-toggle-truncate-lines):
227 Don't use `iff' in docstring.
228
229 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
230
231 * gnus-registry.el: Adjusted copyright dates and added a keyword.
232
233 * gnus-util.el (gnus-extract-address-component-name)
234 (gnus-extract-address-component-email): Convenience functions around
235 `gnus-extract-address-components'.
236
237 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
238 Use `gnus-extract-address-component-email' to fix bug of comparing full
239 sender name to `user-mail-address'.
240
241 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
242
243 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
244 catch/throw to optimize.
245 (gnus-registry-find-keywords): Just use member to find a keyword.
246
247 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
248
249 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
250 is current before calling gnus-server-prepare.
251 (gnus-server-setup-buffer, gnus-server-update-server)
252 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
253
254 2008-05-04 Juri Linkov <juri@jurta.org>
255
256 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
257 (mailcap-file-default-commands): Use mailcap-replace-in-string
258 instead of replace-regexp-in-string, and mailcap-delete-duplicates
259 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
260
261 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
262
263 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
264
265 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
266
267 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
268 hooks.
269 (gnus-update-read-articles): Speed up non-marks-using users.
270 (gnus-use-marks): Define gnus-use-marks.
271 (gnus-propagate-marks): Rename variable to something more sensible.
272
273 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
274
275 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
276 (gmm-image-load-path-for-library): Fix typos in docstrings.
277 (gmm-message): Reflow docstring.
278
279 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
280
281 * mail-source.el (mail-source-set-1, mail-source-bind):
282 Move auth-source code out of the macro to clean it up and fix bugs.
283
284 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
285
286 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
287 by sender if it's equal to user-mail-address, it's likely to be
288 useless.
289
290 * mail-source.el (mail-source-bind): Don't use user or password if they
291 are not bound. Unintern them if they are nil. Don't use server unless
292 it's bound, and default it to empty string otherwise.
293
294 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
295
296 * mail-source.el: Load auth-source.el.
297 (mail-source-bind): Add comments. Call auth-source-user-or-password to
298 get user name or password, if auth-sources is set up.
299
300 * gnus-registry.el (gnus-registry-split-strategy): New variable for
301 strategy of splitting with parent.
302 (gnus-registry-split-fancy-with-parent)
303 (gnus-registry-post-process-groups): Use it and fix prior
304 bug (returning a list as the split result).
305
306 * auth-source.el (auth-sources): Remove server parameter.
307 (auth-source-pick, auth-source-user-or-password)
308 (auth-source-user-or-password-imap)
309 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
310 (auth-source-user-or-password-sftp)
311 (auth-source-user-or-password-smtp): Remove server parameter.
312
313 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
314
315 * smime.el (smime-sign-region, smime-encrypt-region)
316 (smime-decrypt-region):
317 Remove redundant calls to `generate-new-buffer-name'.
318
319 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
320
321 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
322 Don't use QP for message/rfc822.
323 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
324
325 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * sieve-manage.el (sieve-string-bytes): Remove.
328 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
329 correct byte-length only if the process's coding-system is the same as
330 the one used internally by Emacs to represent strings.
331
332 2008-04-22 Juri Linkov <juri@jurta.org>
333
334 * mailcap.el (mailcap-file-default-commands): New function.
335
336 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
337
338 * message.el (message-signature-separator, message-cite-function):
339 Change custom version.
340
341 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
342
343 * mm-decode.el (mm-display-external): Make temp file read-only.
344
345 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
346
347 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
348 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
349 `C-c C-f d'.
350
351 2008-04-12 Adrian Aichner <adrian@xemacs.org>
352
353 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
354
355 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
356
357 * auth-source.el: Added docs.
358 (auth-sources): Modify format to support server.
359 (auth-source-pick, auth-source-user-or-password)
360 (auth-source-user-or-password-imap)
361 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
362 (auth-source-user-or-password-sftp)
363 (auth-source-user-or-password-smtp): Add server parameter.
364
365 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
366
367 * gnus-registry.el: Initialize the registry when gnus-registry-install
368 is t.
369
370 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
371
372 * compface.el (uncompface): Make buffer unibyte.
373
374 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
375
376 * mail-source.el (mail-source-value):
377 Prefer fboundp to functionp so it works with macros as well.
378
379 2008-04-05 Glenn Morris <rgm@gnu.org>
380
381 * gnus-ems.el (mm-disable-multibyte): Autoload it.
382
383 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
386 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
387
388 * nnheader.el (nnheader-init-server-buffer): Change buffer's
389 multibyteness after rather than before erasing it.
390
391 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
392 mm-with-multibyte.
393 (gnus-request-article-this-buffer): Make sure the proper decoding is
394 used if gnus-original-article-buffer happens to be unibyte.
395
396 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
397 default-enable-multibyte-characters.
398
399 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
400 default-enable-multibyte-characters.
401
402 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
403
404 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
405
406 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
407
408 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
409 Fix last change in case the element is not even a symbol.
410
411 2008-04-02 Simon Josefsson <simon@josefsson.org>
412
413 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
414 imap-enable-exchange-bug-workaround.
415 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
416
417 2008-04-01 Simon Josefsson <simon@josefsson.org>
418
419 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
420 a 100 byte status-checks into a 2-3MB transfer for each group.
421 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
422 to enable bug workaround or not.
423 (nnimap-find-minmax-uid): Only enable workaround conditionally.
424
425 2008-03-31 Glenn Morris <rgm@gnu.org>
426
427 * message.el (mml2015-use): Declare for compiler.
428 (message-info): Require mml2015 when appropriate.
429
430 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
431
432 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
433 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
434 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
435 (nntp-service-to-port): New function.
436 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
437 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
438 (nntp-open-netcat-stream): New function.
439 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
440
441 2008-03-29 Sven Joachim <svenjoac@gmx.de>
442
443 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
444
445 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
446
447 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
448
449 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
450
451 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
452
453 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
454
455 * message.el (message-signature-separator): Change default.
456 Improve custom type.
457 (message-cite-function): Change default to
458 message-cite-original-without-signature.
459
460 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
461 toggle.
462
463 * message.el (message-check-news-body-syntax): Fix signature check.
464 (message-setup-1): Mark buffer as unmodified _after_ running
465 message-setup-hook and handling message-alternative-emails.
466 (message-shorten-references): Be more strict when building list of
467 valid references to comply with GNKSA.
468
469 * gnus-group.el (gnus-read-ephemeral-bug-group)
470 (gnus-read-ephemeral-debian-bug-group)
471 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
472
473 * message.el (message-info): Don't use booleanp which isn't supported
474 in Emacs 21 and XEmacs.
475
476 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
477
478 * gnus-group.el (gnus-gmane-group-download-format): Rename from
479 gnus-group-gmane-group-download-format.
480 (gnus-group-read-ephemeral-gmane-group): Rename from
481 gnus-group-read-ephemeral-gmane-group.
482 (gnus-read-ephemeral-gmane-group-url): Rename from
483 gnus-group-read-ephemeral-gmane-group-url.
484 (gnus-bug-group-download-format-alist): New variable.
485 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
486 (gnus-read-ephemeral-emacs-bug-group): New commands.
487
488 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
489
490 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
491 (gnus-visible-headers): Improve custom type.
492
493 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
494
495 * mml.el (mml-menu): Add workarounds for XEmacs.
496
497 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
498 X-Boundary header.
499
500 * message.el (message-simplify-recipients): Fix previous commit.
501
502 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
503
504 * mm-util.el (mm-set-buffer-multibyte): New function.
505 * mm-decode.el (mm-copy-to-buffer): Use it.
506
507 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
508 Prefer fboundp to functionp so it works with macros as well.
509
510 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
511
512 * message.el (message-alter-recipients-discard-bogus-full-name):
513 New function.
514 (message-alter-recipients-function): New variable.
515 (message-get-reply-headers): Use it.
516 (message-replace-header): New helper function.
517 (message-recipients-without-full-name): New variable.
518 (message-simplify-recipients): New command.
519
520 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
521
522 * message.el (message-info): Handle EasyPG manual.
523
524 * mml.el (mml-menu): Add entry for EasyPG.
525
526 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
527
528 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
529 parameter.
530
531 * message.el (message-disassociate-draft): Specify drafts group name
532 fully.
533
534 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
535
536 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
537 unnecessary duplicates from the match list.
538
539 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
540
541 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
542 args of `how-many' of which the XEmacs version doesn't take; declare
543 Info-index-next as function.
544
545 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
546
547 * gnus-score.el (gnus-score-headers): Fix handling of
548 gnus-inhibit-slow-scoring.
549
550 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
551 string.
552 (gnus-button-url-regexp): Improve handling of parenthesis.
553 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
554 (gnus-button-handle-info-keystrokes): Handle index entries.
555
556 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
557
558 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
559 Incoming* files.
560
561 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
562
563 * auth-source.el (auth-sources): Renamed from auth-source-choices.
564 (auth-source-pick): Use it.
565
566 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
567
568 * auth-source.el (auth-source-protocols)
569 (auth-source-protocols-customize, auth-source-choices): Added and
570 modified variable customizations and defaults.
571 (auth-source-pick, auth-source-user-or-password)
572 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
573 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
574 (auth-source-user-or-password-sftp)
575 (auth-source-user-or-password-smtp): Use new variables and provide an
576 interface to netrc.el.
577
578 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
579
580 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
581 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
582 Make sure the nntp port to specify is a string.
583
584 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * nntp.el: Use with-current-buffer.
587 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
588 dubious mm-with-unibyte-current-buffer.
589 (nntp-with-open-group-function): New function extracted from
590 nntp-with-open-group macro.
591 (nntp-with-open-group): Use the function, so it's easier to debug.
592 Add indentation and debugging info.
593 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
594 the use of the netcat alternatives.
595
596 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
597 Avoid mm-string-as-multibyte as well.
598
599 * nnweb.el (nnweb-insert-html):
600 Remove use of nnheader-string-as-multibyte.
601
602 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
603 (nnheader-string-as-multibyte): Remove.
604
605 * mm-view.el: Use inhibit-read-only.
606 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
607 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
608 or unibyte-string.
609
610 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
611 (mm-uu-yenc-extract): Use with-current-buffer.
612
613 * gnus-soup.el (gnus-soup-send-packet): Don't use
614 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
615
616 * nnmh.el: Use with-current-buffer.
617 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
618 mm-string-as-multibyte on the output of mm-encode-coding-string.
619
620 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
621 (nnimap-request-move-article): Use with-current-buffer.
622
623 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
624 inserting the handle-buffer's text, so the implicit multibyte->unibyte
625 conversion uses string-make-unibyte rather than string-as-unibyte.
626
627 * gnus-msg.el: Use with-current-buffer.
628
629 * message.el (message-ignored-resent-headers): Add "Delivered-To".
630
631 2008-03-10 Daiki Ueno <ueno@unixuser.org>
632
633 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
634 string for caching if it is 'PIN.
635
636 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
637
638 * mail-source.el (mail-source-delete-old-incoming-confirm):
639 Change default to nil.
640 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
641
642 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
643
644 * gnus-art.el (gnus-narrow-to-page): Position point properly.
645 (gnus-article-goto-prev-page): Work for articles having ^L's.
646
647 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
648
649 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
650
651 2008-03-07 Karl Fogel <kfogel@red-bean.com>
652
653 * gnus-bookmark.el: Adjust for renames in bookmark.el.
654 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
655 (gnus-bookmark-jump): Adjust some variable names.
656
657 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
658
659 * auth-source.el: New package.
660 (auth-source-choices): Add customization entry point variable.
661
662 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
663 bug.
664
665 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
666
667 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
668 (gnus-registry-initialize, gnus-registry-install-p): Use it.
669 (gnus-registry-install-shortcuts): Rename from
670 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
671 the `gnus-registry-mark-map' keymap dynamically from
672 `gnus-registry-marks'. The generated functions update the summary line
673 when a registry mark is added or deleted, and will call
674 `gnus-registry-install-p' (see the comments in the code).
675 (gnus-registry-user-format-function-M): Use concat intelligently.
676
677 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
678 the registry mark functions.
679
680 2008-03-05 Glenn Morris <rgm@gnu.org>
681
682 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
683 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
684 gnus-art.
685 (top-level): No need to load own source when compiling.
686
687 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
688
689 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
690 Suggested by <chris.anderton@zetnet.co.uk>.
691
692 2008-03-04 Glenn Morris <rgm@gnu.org>
693
694 * gnus-sum.el (top-level): No need to require gnus when compiling,
695 since unconditionally required near start of file.
696 (gnus-summary-display-while-building): Move definition before use.
697
698 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
699
700 * gnus-registry.el (gnus-registry-user-format-function-M): Add
701 formatting function.
702
703 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
704
705 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
706 with plists.
707 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
708 Use new format.
709
710 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
711
712 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
713 `where-is-internal' that returns a range of key sequences.
714
715 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
716
717 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
718
719 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
720 (gnus-summary-jump-to-group): Consider windows on other displayed
721 frames as well. Similar changes might be needed elsewhere, but that's
722 the one I've bumped into during my use.
723
724 * nndoc.el (nndoc-oe-dbx-type-p):
725 * gnus-msg.el (gnus-debug):
726 * gnus-group.el (gnus-update-group-mark-positions):
727 Use mm-string-to-multibyte.
728
729 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
730
731 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
732 doesn't handle NotDashEscaped.
733
734 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
735 (mml-dnd-attach-options): Fix typo in custom choice.
736
737 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
738 nndoc-article-type to mbox.
739 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
740
741 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
742 to nil, instead of html2text.
743
744 * imap.el (imap-debug): Add `imap-ping-server'.
745
746 * gnus-bookmark.el: Add FIXMEs.
747
748 * message.el (message-form-letter-separator)
749 (message-send-form-letter-delay): New variables.
750 (message-send-form-letter): Use them. New command to send form
751 letters. Requested by Uwe Siart.
752 (message-send-mail-function): Doc fix. Add "Other" custom option.
753
754 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
755
756 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
757 empty author.
758
759 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
760
761 * gnus-registry.el (gnus-registry-marks): Add variable for
762 customization of marks and their appearance.
763 (gnus-registry-read-mark): Use it.
764 (gnus-registry-do-marks): Add utility function to loop through
765 `gnus-registry-marks'.
766 (gnus-registry-install-shortcuts-and-menus): Add function to install
767 shortcuts and menus.
768 (gnus-registry-initialize): Use it.
769 (gnus-registry-default-mark): Clarify documentation.
770
771 2008-02-29 Glenn Morris <rgm@gnu.org>
772
773 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
774 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
775 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
776 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
777 Change defcustom :version from 23.0 to 23.1.
778
779 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
780
781 * gnus-registry.el (gnus-registry-follow-group-p)
782 (gnus-registry-post-process-groups): Add functions to aid registry
783 splitting and improve logging. Clarify behavior in function
784 documentation.
785 (gnus-registry-split-fancy-with-parent): Use them.
786
787 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
788
789 * gnus-art.el: Use with-current-buffer.
790
791 2008-02-27 David Engster <dengste@eml.cc>
792
793 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
794 Express real group name in the response.
795
796 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
797
798 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
799 (nnmairix-last-server, nnmairix-current-server): Defvar them.
800 (nnmairix-goto-original-article): Defvar gnus-registry-install and
801 autoload gnus-registry-fetch-group when compiling.
802 (nnmairix-request-group-with-article-number-correction): Remove
803 unreferenced argument passed to nnmairix-call-backend.
804
805 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
806
807 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
808 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
809 Wilde.
810
811 2008-02-27 Glenn Morris <rgm@gnu.org>
812
813 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
814 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
815 variables to defconsts. Convert comments to doc-strings.
816 (nnmairix-last-server, nnmairix-current-server): Convert from free
817 variables to defvars. Convert comments to doc-strings.
818 (gnus-registry-fetch-group): Autoload.
819 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
820 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
821 (nnmairix-widget-build-editable-fields): Use car cddr rather than
822 caddr.
823 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
824 nnmairix-request-group-with-article-number-correction call.
825 (nnmairix-fast, nnmairix-group): New, less general names, for free
826 variables passed from nnmairix-request-group to
827 nnmairix-request-group-with-article-number-correction. Declare.
828 (nnmairix-request-group-with-article-number-correction):
829 Use nnmairix-fast, nnmairix-group rather than fast, group.
830
831 2008-02-26 David Engster <dengste@eml.cc>
832
833 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
834 version 0.5.
835
836 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
837
838 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
839 instead of making an extra function call. Don't add the current group
840 to articles only when they have the group. Use
841 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
842 Reported by David <de_bb@arcor.de>.
843
844 2008-02-24 Miles Bader <miles@gnu.org>
845
846 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
847 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
848 (mm-find-mime-charset-region):
849 * mm-bodies.el (mm-encode-body):
850 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
851
852 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
853
854 * mail-source.el (mail-source-delete-incoming): Change default.
855 Supplement doc string.
856
857 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
858
859 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
860
861 * nnmail.el (nnmail-message-id-cache-file): Derive from
862 `gnus-home-directory'.
863
864 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
865
866 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
867 Document negative prefix.
868
869 * gnus-group.el (gnus-group-read-group): Document negative prefix.
870
871 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
872
873 * message.el (message-unsent-separator): Add the Exim bounce
874 separator.
875
876 2008-02-10 Daiki Ueno <ueno@unixuser.org>
877
878 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
879 list.
880 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
881 recipient/signer list.
882
883 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
884
885 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
886 fbound (Emacs 23 unicode), signal an error.
887
888 2008-02-08 Glenn Morris <rgm@gnu.org>
889
890 * gnus-art.el (pgg-display-output-buffer): Declare as function.
891
892 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
893
894 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
895 ports to the calls to `netrc-machine-user-or-password' in addition to
896 "imap" and "imaps".
897
898 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
899
900 * gnus.el (gnus-group-startup-message): Add `find-image' call before
901 image-load-path is let-bound. Reported by Harald Hanche-Olsen
902 <hanche@math.ntnu.no>.
903
904 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
905
906 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
907
908 2008-02-01 Zhang Wei <id.brep@gmail.com>
909
910 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
911
912 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
913
914 2008-02-01 Miles Bader <miles@gnu.org>
915
916 * mml.el (mml-parse-1): Remove apparently vestigial use of
917 `mm-hack-charsets'.
918 * mm-bodies.el (mm-encode-body): Likewise.
919
920 2008-02-01 Kenichi Handa <handa@m17n.org>
921
922 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
923 rfc2104-hexstring-to-bitstring and changed to return a byte list.
924 (rfc2104-hash): Convert the result of concat to unibyte string.
925
926 2008-02-01 Dave Love <fx@gnu.org>
927
928 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
929 coding-system-for-read.
930 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
931
932 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
933 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
934 (mm-find-mime-charset-region): Remove hack-charsets stuff.
935
936 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
937
938 * mail-source.el (mail-sources): Add `group' choice.
939
940 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
941 parameter `in-group' to control into which group the articles go.
942 Add treatment of `group' mail-source.
943
944 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
945
946 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
947 * message.el (message-beginning-of-line): Use featurep instead of bound
948 tests in order to resolve conditionals at compile time.
949
950 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
951
952 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
953
954 * mm-decode.el (mm-dissect-buffer): Decode description.
955
956 * mml.el (mml-to-mime): Encode message header first.
957
958 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
959
960 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
961 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
962
963 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
964
965 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
966
967 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
968
969 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
970 prefix keys.
971 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
972 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
973 gnus-xmas.el.
974
975 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
976
977 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
978 Add new variables for article mark management.
979 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
980 list of extra data entries which, when present, will indicate that the
981 article ID should not be trimmed from the registry.
982 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
983 functions.
984 (gnus-registry-read-mark): New function to read a mark name from the
985 user.
986 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
987 (gnus-registry-set-article-mark-internal): New functions to add and
988 remove marks.
989 (gnus-registry-get-article-marks): New function to show the marks for
990 an article, or retrieve them for further use.
991
992 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
993
994 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
995 keys when no argument is given.
996
997 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
998
999 * gnus-sum.el (gnus-article-sort-by-random)
1000 (gnus-thread-sort-by-random): Fix doc strings. Reported by
1001 jidanni@jidanni.org.
1002
1003 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1004
1005 * gnus-art.el (gnus-article-describe-bindings): New function.
1006 (gnus-article-read-summary-keys): Use it.
1007 (gnus-article-mode-map): Bind `C-h b' to it.
1008
1009 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1010
1011 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1012 XEmacs.
1013 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1014 against non-character events.
1015
1016 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1017
1018 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1019 command.
1020 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1021 instead of END. Change name of the temp file.
1022 (gnus-group-gmane-group-download-format): Add doc string. Make it
1023 customizable.
1024
1025 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1026
1027 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1028 bind `S W' to gnus-article-wide-reply-with-original; set default
1029 binding to gnus-article-read-summary-send-keys.
1030 (gnus-article-read-summary-keys): Fix the order of keys; display
1031 continuation keys correctly in the echo area; describe bindings
1032 correctly when keys end with `C-h'.
1033 (gnus-article-read-summary-send-keys): New function.
1034 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1035 for gnus-article-read-summary-send-keys; display continuation keys
1036 correctly in the echo area.
1037 (gnus-article-reply-with-original): Ignore prefix argument.
1038 (gnus-article-wide-reply-with-original): New function.
1039
1040 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1041
1042 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1043 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1044
1045 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1046
1047 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1048 (gnus-group-read-ephemeral-gmane-group): New command.
1049
1050 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1051
1052 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1053
1054 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1055
1056 * message.el (message-send-mail-function): Increase custom version.
1057
1058 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1059 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1060
1061 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1062
1063 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1064 html parts correctly; support forwarded messages.
1065 (gnus-article-browse-html-article): Remove work buffers.
1066
1067 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1068 compiling.
1069 (netrc-bound-and-true-p): New macro.
1070 (netrc-parse): Use it instead of bound-and-true-p that is not available
1071 in XEmacs 21.4.
1072
1073 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1074
1075 * gnus-registry.el (gnus-registry-mark-article)
1076 (gnus-registry-article-marks): Add functionality to mark articles
1077 through the Gnus registry.
1078
1079 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1080 (netrc-parse): Use encrypt-file-alist to determine if
1081 encrypt-find-model or encrypt-insert-file-contents should be used.
1082
1083 2007-12-19 Glenn Morris <rgm@gnu.org>
1084
1085 * mml.el (message-options-set, message-narrow-to-head)
1086 (message-in-body-p, message-mail-p, message-encode-message-body):
1087 Autoload.
1088 (message-remove-header, message-narrow-to-headers-or-head)
1089 (message-subscribed-p, message-make-mail-followup-to)
1090 (message-position-on-field, message-news-p)
1091 (message-options-set-recipient, message-generate-headers)
1092 (message-sort-headers): Declare as functions.
1093
1094 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1095
1096 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1097 convention in doc string.
1098
1099 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1100
1101 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1102 title to html parts.
1103 (gnus-article-browse-html-article): Pass message header to it.
1104
1105 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1106
1107 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1108
1109 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1110 or password compatible with XEmacs.
1111
1112 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1113
1114 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1115 format document.
1116 (gnus-mime-delete-part): Don't write description line if empty.
1117 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1118
1119 2007-12-14 Johan Bockgård <bojohan@gnu.org>
1120
1121 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1122 (gnus-summary-mark-read-and-unread-as-read)
1123 (gnus-summary-mark-current-read-and-unread-as-read)
1124 (gnus-summary-mark-unread-as-ticked): Doc fix.
1125 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1126
1127 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1128
1129 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1130 Christoph Conrad <christoph.conrad@gmx.de>.
1131
1132 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1133
1134 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1135 yes-or-no-p.
1136
1137 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1138
1139 * mm-decode.el (mm-add-meta-html-tag): New function.
1140 (mm-save-part-to-file, mm-pipe-part): Use it.
1141
1142 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1143 gnus-y-or-n-p instead of y-or-n-p.
1144 (gnus-article-browse-html-parts): Work with message/external-body; use
1145 mm-add-meta-html-tag.
1146
1147 2007-12-11 Glenn Morris <rgm@gnu.org>
1148
1149 * gnus-cache.el: Require gnus-sum not just when compiling.
1150
1151 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1152
1153 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1154 definitions before use.
1155
1156 * mm-decode.el: Require gnus-util.
1157 (mm-remove-part): Only call delete-annotation on XEmacs.
1158
1159 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1160
1161 * nnmail.el: Require gnus-int.
1162
1163 * spam.el: Move `require's before `eval-when-compile's.
1164
1165 * gnus-ems.el (gnus-alive-p):
1166 * gnus-fun.el (message-goto-eoh):
1167 * gnus-util.el (gnus-group-name-decode):
1168 * mail-source.el (gnus-compress-sequence):
1169 * message.el (Info-goto-node, format-spec):
1170 * mm-bodies.el (message-options-get):
1171 * mm-decode.el (mm-view-pkcs7):
1172 * mm-util.el (gmm-write-region):
1173 * mml-smime.el (mml-compute-boundary)
1174 (gnus-completing-read-with-default):
1175 * mml.el (widget-button-press, gnus-make-hashtable):
1176 * mml1991.el (mm-decode-content-transfer-encoding)
1177 (mm-encode-content-transfer-encoding)
1178 (message-options-get, message-options-set):
1179 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1180 * nnfolder.el (gnus-request-group):
1181 * nnheader.el (ietf-drums-unfold-fws):
1182 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1183 * smime.el (gnus-run-mode-hooks):
1184 * spam-stat.el (gnus-message): Autoload.
1185
1186 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1187 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1188 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1189 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1190 Add declare-function compatibility definition.
1191
1192 * gnus-cache.el (nnvirtual-find-group-art):
1193 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1194 (gnus-add-image, gnus-add-wash-type):
1195 * gnus-group.el (nnkiboze-score-file):
1196 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1197 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1198 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1199 (message-tokenize-header, gnus-get-buffer-create)
1200 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1201 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1202 * gnus.el (gnus-group-decoded-name):
1203 * mail-source.el (imap-capability):
1204 * mm-bodies.el (message-options-set):
1205 * mm-decode.el (gnus-configure-windows):
1206 * mm-extern.el (message-goto-body):
1207 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1208 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1209 (epg-sub-key-validity, message-options-set):
1210 * mml.el (widget-event-point, gnus-configure-windows):
1211 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1212 * mml2015.el (epg-check-configuration, epg-configuration)
1213 (message-options-set):
1214 * nndb.el (nndb-request-article):
1215 * nnfolder.el (gnus-request-create-group):
1216 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1217 * nnmaildir.el (gnus-group-mark-article-read):
1218 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1219 * rfc1843.el (message-fetch-field):
1220 * spam.el (gnus-extract-address-components):
1221 Declare as functions.
1222
1223 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1224
1225 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1226
1227 2007-12-09 Glenn Morris <rgm@gnu.org>
1228
1229 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1230
1231 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1232 * message.el, mm-view.el, sieve-manage, smime.el:
1233 Add declare-function compatibility definition.
1234
1235 * gnus-art.el (w3-region, w3m-region, Info-menu):
1236 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1237 * gnus-sum.el (gnus-get-predicate):
1238 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1239 * message.el (mail-abbrev-in-expansion-header-p):
1240 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1241 (w3m-detect-meta-charset, w3m-region):
1242 * sieve-manage.el (password-read, password-cache-add)
1243 (password-cache-remove):
1244 * smime.el (password-read-and-add): Declare as functions.
1245
1246 2007-12-08 David Kastrup <dak@gnu.org>
1247
1248 * gnus-sum.el (gnus-summary-simplify-subject-query):
1249 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1250 `message'.
1251
1252 2007-12-07 Glenn Morris <rgm@gnu.org>
1253
1254 * gnus-art.el (article-make-date-line): Revert previous change.
1255
1256 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1257
1258 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1259
1260 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
1261
1262 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1263 Call gnus-add-to-range ranges only once with a prepared article-list.
1264
1265 2007-12-06 Paul Jarc <prj@po.cwru.edu>
1266
1267 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1268 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1269 group names with backslashes. Reported by Tassilo Horn
1270 <tassilo@member.fsf.org>.
1271
1272 2007-12-06 D. Goel <deego3@gmail.com>
1273
1274 * gnus-art.el (article-make-date-line):
1275 * gnus-start.el (gnus-load):
1276 * pop3.el (pop3-read-response): Fix buggy call to `error'.
1277
1278 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1279
1280 * gnus-art.el (gnus-use-idna)
1281 * gnus-start.el (gnus-site-init-file)
1282 * message.el (message-use-idna)
1283 * mm-uu.el (mm-uu-hide-markers)
1284 * smiley.el (smiley-style): Revert changes that suppress warnings.
1285
1286 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1287
1288 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1289 specify charset to html source. Reported by Christoph Conrad
1290 <christoph.conrad@gmx.de>.
1291
1292 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1293
1294 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1295 idna-program in order to suppress byte compile warning issued by XEmacs
1296 that came to byte compile the default value section of defcustom forms
1297 recently.
1298
1299 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1300 value of installation-directory.
1301
1302 * message.el (message-use-idna): Don't directly refer to the value of
1303 idna-program.
1304
1305 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1306
1307 * smiley.el (smiley-style): Don't directly call face-attribute.
1308
1309 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1310
1311 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1312
1313 * gnus-dired.el: Reduce Gnus dependencies.
1314 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1315 require. Use autoloads instead.
1316 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1317 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1318 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1319 (gnus-dired-mode): Adjust doc string.
1320 (gnus-dired-mail-mode): New variable.
1321 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1322 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1323 (gnus-dired-mail-buffers): New function. Return mail or message
1324 composition buffers.
1325 (gnus-dired-attach): Use it.
1326 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1327 NO-DECODE.
1328 (gnus-dired-print): Use `gnus-print-buffer' depending on
1329 `gnus-dired-mail-mode'.
1330
1331 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1332
1333 * rfc2047.el (rfc2047-encoded-word-regexp)
1334 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1335 explaining what regexp patterns are for.
1336
1337 2007-12-04 Glenn Morris <rgm@gnu.org>
1338
1339 * password.el: Move to ../password-cache.el.
1340
1341 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1342 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1343 * mml-smime.el (password-read, password-cache-add)
1344 (password-cache-remove):
1345 No need to autoload, since mml-sec requires password.
1346
1347 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1348 * message.el (gnus-extract-address-components):
1349 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1350
1351 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1352 password.
1353
1354 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1355
1356 * mailcap.el: Reduce dependencies.
1357 (mail-header-parse-content-type): Autoload.
1358 (mailcap-delete-duplicates): New alias.
1359 (mailcap-mime-info): Add optional argument NO-DECODE.
1360 (mailcap-mime-types): Use mailcap-delete-duplicates.
1361
1362 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1363
1364 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1365
1366 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1367 function.
1368
1369 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1370 (gnus-uu-yenc-article): New function.
1371
1372 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1373
1374 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1375 buffer.
1376
1377 2007-12-02 Glenn Morris <rgm@gnu.org>
1378
1379 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1380 Move to ../net.
1381
1382 * binhex.el, uudecode.el: Move to ../mail.
1383
1384 * encrypt.el: Remove file.
1385
1386 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1387
1388 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1389 matches on patches.
1390
1391 * gnus-art.el (gnus-article-browse-html-article): Mention
1392 `mm-text-html-renderer' in the doc string.
1393
1394 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1395 string. Add comments.
1396
1397 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1398 if rhs is ASCII.
1399
1400 2007-12-01 Glenn Morris <rgm@gnu.org>
1401
1402 * dig.el, dns.el: Move to ../net.
1403 * format-spec.el, hex-util.el, sha1.el: Move to ../.
1404
1405 * mail-source.el (top-level): Require format-spec before
1406 eval-when-compile.
1407
1408 2007-11-30 Glenn Morris <rgm@gnu.org>
1409
1410 * encrypt.el: Require password, rather than autoloading password-read.
1411
1412 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
1413
1414 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1415 caller can indicate whether the cache should be disregarded for this
1416 call. This way the result of the call is reproducible at all times and
1417 can be considered a canonical server name for the supplied method.
1418 (gnus-agent-method-p): Canonicalize server names by pushing their
1419 method through `gnus-method-to-server' using the no-cache argument.
1420
1421 * gnus-srvr.el (gnus-server-insert-server-line): Call
1422 `gnus-method-to-server' with `no-cache' argument.
1423
1424 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1425 gnus-agent-possibly-synchronize-flags as this should be called when the
1426 server is actually being opened.
1427 (gnus-agent-possibly-synchronize-flags)
1428 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1429 flags file of an agentized server to the latter function.
1430
1431 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1432 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1433 after a connection has been established successfully.
1434
1435 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1436
1437 * gnus-art.el (article-display-face): Force to display face if called
1438 interactively; check if gnus-article-x-face-too-ugly matches author.
1439 (article-display-x-face): Display face even if From header is missing
1440 as article-display-face does.
1441
1442 2007-11-28 Richard Stallman <rms@gnu.org>
1443
1444 * md4.el: Move to ../.
1445 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1446
1447 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1448
1449 * mail-source.el (mail-sources): Default to fetch from file for
1450 compatibility with default of nnmail-spool-file.
1451
1452 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1453
1454 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1455 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1456 to look for encoded word that should be encoded again.
1457 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1458 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1459 encoding pattern.
1460 (rfc2047-decode-region): Switch strict regexp and loose one according
1461 to rfc2047-allow-irregular-q-encoded-words.
1462
1463 2007-11-26 Simon Josefsson <simon@josefsson.org>
1464
1465 * imap.el: Move to ../net directory.
1466
1467 2007-11-25 Romain Francoise <romain@orebokech.com>
1468
1469 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1470
1471 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1472
1473 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1474 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1475
1476 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1477 `nnmail-spool-file'.
1478
1479 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1480 `nnmail-spool-file'.
1481
1482 * gnus-move.el (gnus-change-server): Ditto.
1483
1484 * gnus-kill.el (gnus-batch-score): Ditto.
1485
1486 * gnus-cache.el (gnus-jog-cache): Ditto.
1487
1488 * gnus-msg.el (gnus-summary-reply):
1489 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1490
1491 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1492
1493 * gnus-cache.el (gnus-cache-generate-nov-databases):
1494 Use nnml-generate-nov-databases-directory instead of
1495 nnml-generate-nov-databases-1.
1496
1497 2007-11-24 Glenn Morris <rgm@gnu.org>
1498
1499 * message.el (message-tool-bar-retro): Update for rename
1500 mail_send.xpm->mail-send.xpm.
1501
1502 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1503
1504 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1505 `smime-ldap-search' for Emacs 22 and up.
1506
1507 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1508
1509 * hashcash.el: Move to ../mail directory.
1510
1511 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1512
1513 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1514 `smime-ldap-search' for Emacs 22 and up.
1515
1516 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1517
1518 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1519
1520 * message.el (message-send-mail-function): Fix error convention.
1521 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1522 (message-widen-reply, message-send-mail, message-talkative-question)
1523 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1524 (message-clone-locals, message-send-news): Use with-current-buffer.
1525 (message-insert-or-toggle-importance): Remove unused var `valid'.
1526 (message-make-references): Remove unused var `new-references'.
1527 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1528
1529 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1530
1531 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1532 (spam-split-symbolic-return-positive): Reflow docstring.
1533 (spam-backends, spam-summary-exit-behavior)
1534 (spam-mark-ham-unread-before-move-from-spam-group)
1535 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1536 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1537 (spam-clear-cache, spam-backend-check, spam-install-backend)
1538 (spam-install-statistical-backend, spam-list-of-processors)
1539 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1540 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1541 (spam-check-crm114, spam-initialize, spam-unload-hook):
1542 Fix typos in docstrings.
1543
1544 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1545
1546 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1547 been checked if they have never been read and those group levels are
1548 higher than the one that a user specified.
1549
1550 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1551
1552 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1553 foreign groups unless a group level is specified by a user.
1554 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1555
1556 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1557
1558 * message.el (message-send-mail-function): Require sendmail.
1559
1560 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1561
1562 * message.el (message-send-mail-function): Check for smtpmail too.
1563
1564 * utf7.el (utf7-encode, utf7-decode): Use coding system
1565 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1566
1567 * message.el (message-send-mail-function): New function.
1568 (message-send-mail-function): Set default using
1569 message-send-mail-function. Adjust doc string.
1570 (message-send-mail-with-mailclient): New function.
1571
1572 2007-11-17 Richard Stallman <rms@gnu.org>
1573
1574 * assistant.el: Remove file.
1575
1576 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1577
1578 * smime.el (from):
1579 * rfc2047.el (message-posting-charset):
1580 * qp.el (mm-use-ultra-safe-encoding):
1581 * pop3.el (parse-time-months):
1582 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1583 * nnml.el (files):
1584 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1585 (jka-compr-compression-info-list, ange-ftp-path-format)
1586 (efs-path-regexp):
1587 * nndiary.el (files):
1588 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1589 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1590 (epg-digest-algorithm-alist, inhibit-redisplay)
1591 (password-cache-expiry):
1592 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1593 (pgg-output-buffer, password-cache-expiry):
1594 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1595 (efs-path-regexp):
1596 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1597 (inhibit-redisplay):
1598 * mm-uu.el (file-name, start-point, end-point, entry)
1599 (gnus-newsgroup-name, gnus-newsgroup-charset):
1600 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1601 (latin-unity-ucs-list):
1602 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1603 (mm-uu-binhex-decode-function):
1604 * message.el (gnus-message-group-art, gnus-list-identifiers, )
1605 (rmail-enable-mime-composing, gnus-local-organization)
1606 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1607 (gnus-read-active-file, facemenu-add-face-function)
1608 (facemenu-remove-face-function, gnus-article-decoded-p)
1609 (tool-bar-mode):
1610 * mail-source.el (display-time-mail-function):
1611 * gnus-util.el (nnmail-pathname-coding-system)
1612 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1613 (gnus-original-article-buffer, gnus-user-agent)
1614 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1615 (xemacs-codename, sxemacs-codename, emacs-program-version):
1616 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1617 * gnus-start.el (gnus-agent-covered-methods)
1618 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1619 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1620 (gnus-newsgroup-headers, gnus-group-list-mode)
1621 (gnus-group-mark-positions, gnus-newsgroup-data)
1622 (gnus-newsgroup-unreads, nnoo-state-alist)
1623 (gnus-current-select-method, mail-sources)
1624 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1625 (nnmail-spool-file, gnus-cache-active-hashtb):
1626 * gnus-mh.el (mh-lib-progs):
1627 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1628 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1629 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1630 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1631 (gnus-group-buffer):
1632 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1633 (font-lock-set-defaults):
1634 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1635 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1636 (gnus-summary-post-menu, total-parts, type, condition, length):
1637 * gnus-agent.el (gnus-agent-read-agentview):
1638 * flow-fill.el (show-trailing-whitespace):
1639 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1640 eval-and-compile wrappers for byte compiler pacifiers.
1641
1642 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1643 (mm-display-inline-fontify): Check for featurep 'xemacs not
1644 extent-list.
1645
1646 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1647 itimer-list.
1648 (mm-create-image-xemacs): Only do something for XEmacs.
1649 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1650
1651 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1652
1653 * gnus-registry.el (gnus-adaptive-word-syntax-table):
1654 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1655
1656 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1657
1658 * nnimap.el (nnimap-split-download-body):
1659 * gnus-demon.el (gnus-demon):
1660 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1661
1662 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1663
1664 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1665 macros.
1666 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1667 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1668 copy data from unibyte buffer to multibyte current buffer.
1669 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1670 to copy data from unibyte current buffer to multibyte buffer.
1671 (nntp-make-process-buffer): Make process buffer unibyte.
1672
1673 * pop3.el (pop3-open-server): Fix typo in Lisp code.
1674
1675 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
1676
1677 * pop3.el (pop3-open-server): Accept and process data more robustly at
1678 connexion start to avoid spurious "POP SSL connexion failed" errors.
1679
1680 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1681
1682 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1683 read group names.
1684
1685 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
1686
1687 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1688
1689 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1690
1691 * nnmail.el (nnmail-parse-active): Make group names unibyte.
1692 (nnmail-save-active): Use a unibyte buffer when saving active file,
1693 which may contain non-ASCII group names.
1694
1695 * nnml.el (nnml-request-group): Decode group names in messages.
1696
1697 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1698
1699 * message.el (message-citation-line-function)
1700 (message-insert-formatted-citation-line): Fix spelling of
1701 `message-insert-formated-citation-line'.
1702
1703 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
1704
1705 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1706
1707 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1708
1709 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1710 nnmail-pathname-coding-system.
1711
1712 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1713 that a user enters; decode group names in messages.
1714
1715 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1716
1717 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
1718
1719 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1720
1721 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1722
1723 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1724 risky local variable.
1725
1726 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1727
1728 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1729
1730 * encrypt.el: Improve documentation to fix function name typo.
1731 Reported by Daiki Ueno <ueno@unixuser.org>.
1732
1733 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1734
1735 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1736 even if the point is not in the last page of an article.
1737 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1738 back to the previous page.
1739
1740 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
1741
1742 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1743
1744 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
1745
1746 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1747
1748 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1749
1750 * message.el (message-check-news-body-syntax): Avoid
1751 mm-string-as-multibyte.
1752 (message-hide-headers): Don't assume (point-min)==1.
1753
1754 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1755
1756 * message.el (message-remove-blank-cited-lines): Fix if remove is
1757 given.
1758 (message-bogus-address-regexp): New variable.
1759 (message-bogus-recipient-p): New function.
1760 (message-check-recipients): New command.
1761 (message-syntax-checks): Add `bogus-recipient'.
1762 (message-fix-before-sending): Add `bogus-recipient'.
1763
1764 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1765 (gnus-treat-body-boundary): Don't test window-system.
1766
1767 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
1768
1769 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1770
1771 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1772
1773 * gnus.el: Bump version to Gnus v5.13.
1774
1775 2007-10-28 Miles Bader <miles@gnu.org>
1776
1777 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1778 at compile-time too.
1779
1780 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
1781
1782 * gnus-msg.el (gnus-message-setup-hook): Add
1783 `message-remove-blank-cited-lines' to options.
1784
1785 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
1786
1787 * message.el (message-remove-blank-cited-lines): New function.
1788 Suggested by Karl Plästerer.
1789
1790 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
1791
1792 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1793 mapc.
1794
1795 * imap.el (imap-open): Replace mapcar called for effect with mapc.
1796 (top-level): Use mapc to set functions to be traced for debugging.
1797
1798 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1799 called for effect with while loop.
1800
1801 * message.el (message-talkative-question): Replace mapcar called for
1802 effect with mapc.
1803
1804 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1805 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1806 called for effect with dolist.
1807
1808 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1809
1810 * nndiary.el: Use dolist instead of mapcar to add diary headers to
1811 gnus-extra-headers and nnmail-extra-headers.
1812
1813 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1814 called for effect with dolist.
1815 (top-level): Use mapc to set functions to be traced for debugging.
1816
1817 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1818 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1819 dolist.
1820
1821 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1822 Replace mapcar called for effect with mapc.
1823 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1824 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1825 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1826 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1827
1828 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1829 remove-if that's a cl function.
1830
1831 * webmail.el (webmail-debug): Replace mapcar called for effect with
1832 dolist.
1833
1834 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
1835
1836 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1837 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1838 with while loop.
1839
1840 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1841 functions from article-* functions.
1842 (gnus-multi-decode-header): Replace mapcar called for effect with
1843 dolist.
1844
1845 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1846 (gnus-bookmark-show-details): Replace mapcar called for effect with
1847 while loop.
1848
1849 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1850 called for effect with while loop.
1851
1852 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1853 with dolist.
1854
1855 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1856 mapcar called for effect with dolist.
1857
1858 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1859
1860 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1861 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1862 Replace mapcar called for effect with dolist.
1863 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1864 mapc.
1865
1866 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1867 Replace mapcar called for effect with dolist.
1868 (gnus-topic-list): Replace mapcar called for effect with mapc.
1869
1870 * gnus.el: Use mapc instead of mapcar to add autoloads.
1871
1872 2007-10-23 Richard Stallman <rms@gnu.org>
1873
1874 * gnus-group.el (gnus-group-highlight): Mark as risky.
1875
1876 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
1877
1878 * gnus.el (gnus-server-to-method): Return method found first in
1879 gnus-newsrc-alist.
1880
1881 * gnus-art.el (gnus-article-highlight-signature)
1882 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1883 button overlay without the front stickiness.
1884
1885 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
1886
1887 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1888 overview buffer needed a catch to receive its throw.
1889 (gnus-agent-flush-cache): Declared as interactive to make this function
1890 easier to use.
1891
1892 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
1893
1894 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1895 `next-line'.
1896
1897 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1898
1899 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1900 exclude address matching message-dont-reply-to-names.
1901
1902 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1903
1904 * gnus-util.el (gnus-string<): New function.
1905
1906 * gnus-sum.el (gnus-article-sort-by-author)
1907 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1908
1909 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1910
1911 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1912 the frame-focus tag is set in gnus-buffer-configuration.
1913
1914 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
1915
1916 * gnus-art.el (gnus-article-add-button): Make a button overlay without
1917 the front stickiness.
1918
1919 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1920
1921 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1922 url pattern; remove duplicate one.
1923 (gnus-article-extend-url-button): New function.
1924 (gnus-article-add-buttons): Use it.
1925 (gnus-button-push): Use concatenated url that it makes.
1926
1927 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1928
1929 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1930 (sieve-manage-open): Use `mapc' instead of `mapcar'.
1931
1932 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1933
1934 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1935 Don't hardcode point-min==1.
1936
1937 2007-09-30 David Kastrup <dak@gnu.org>
1938
1939 * gnus-art.el (gnus-article-reply-with-original)
1940 (gnus-article-followup-with-original): When `transient-mark-mode' is
1941 off, refrain from active-region behavior for followups.
1942
1943 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
1944
1945 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1946 Fix comment about "iso8859-1".
1947
1948 2007-10-08 Daiki Ueno <ueno@unixuser.org>
1949
1950 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1951 ones returned from the verify-function.
1952
1953 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1954 mml2015-extract-cleartext-signature if extraction failed.
1955
1956 2007-10-07 Daiki Ueno <ueno@unixuser.org>
1957
1958 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
1959 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
1960 failed.
1961
1962 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
1963
1964 * Relicense "GPLv2 or later" files to "GPLv3 or later".
1965
1966 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1967
1968 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
1969 to mark a thread as expirable. Add variable `hide' to handle hiding of
1970 thread for both the null and zero (kill/expire thread) universal prefix
1971 cases.
1972 (gnus-summary-expire-thread): Add new function to expire a thread,
1973 using gnus-summary-kill-thread.
1974 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
1975 shortcuts for gnus-summary-expire-thread.
1976 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
1977 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
1978
1979 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1980
1981 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
1982 extras value, so an extras entry can be deleted.
1983 (gnus-registry-delete-extra-entry): Use it.
1984 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
1985 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
1986 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
1987 storage through the gnus-registry, and provide an appropriate API for
1988 it.
1989
1990 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1991
1992 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
1993 Suggested by Leo <sdl.web@gmail.com>.
1994
1995 * gnus.el: Do.
1996
1997 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1998
1999 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2000 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
2001
2002 * gnus-agent.el (gnus-agent-fetch-headers): Do.
2003
2004 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2005 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2006
2007 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2008
2009 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2010 newline.
2011 (nnmbox-request-accept-article): Don't change article in source buffer;
2012 narrow to header to use message-fetch-field rather than
2013 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2014 (nnmbox-request-replace-article): Quote lines that'll be misidentified
2015 as delimiters; make sure article ends with newline.
2016 (nnmbox-delete-mail): Correct last position of article to be deleted;
2017 ignore X-Gnus-Newsgroup header in article body.
2018 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2019 positions; make sure article ends with newline.
2020
2021 * message.el (message-display-abbrev): Don't infloop when a user
2022 inserts SPC in the beginning of header.
2023
2024 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2025
2026 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2027 list of groups not followed by default. Fix type to be regexp.
2028 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2029
2030 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2031
2032 * hmac-def.el (define-hmac-function): Switch from old-style to
2033 new-style backquotes.
2034
2035 * md4.el (md4-make-step): Likewise.
2036
2037 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2038
2039 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2040 raw-text coding system when saving .newsrc file, which may contain
2041 non-ASCII group names.
2042
2043 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2044
2045 * gnus-cus.el (gnus-score-extra): New widget.
2046 (gnus-score-extra-convert): New function.
2047 (gnus-score-customize): Use it for Extra.
2048
2049 2007-08-31 Daiki Ueno <ueno@unixuser.org>
2050
2051 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2052 (mml2015-mailcrypt-clear-verify): Use it.
2053 (mml2015-gpg-clear-verify): Use it.
2054 (mml2015-pgg-clear-verify): Use it.
2055 (mml2015-epg-clear-verify): Replace the current part with the output
2056 from GnuPG; don't extract the plaintext by itself.
2057
2058 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2059 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2060 mml2015-clear-verify-function; don't touch the armor headers or
2061 dash-escaped text here.
2062
2063 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2064
2065 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2066 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2067 parts, or application/octet-stream as a last resort.
2068 (gnus-mime-view-part-as-type): Don't toggle display.
2069 (gnus-mime-view-part-as-charset): Don't turn off display before
2070 querying charset.
2071
2072 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2073 stuff to undisplayer function in Emacs.
2074 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2075
2076 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2077 text/calendar parts.
2078
2079 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2080
2081 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2082 decoding text/calendar parts.
2083
2084 * message.el (message-forward-make-body-mime): Always mark body as
2085 having no illegible text; remove signed-or-encrypted argument.
2086 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2087
2088 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2089 (mml-generate-mime-1): Don't encode body if it is specified to be in
2090 raw form; don't make buffer be unibyte when inserting multibyte string.
2091
2092 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2093
2094 * sha1.el: Fix up comment style.
2095 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2096 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2097
2098 * hex-util.el: Fix up comment style.
2099 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2100
2101 * gnus-salt.el: Use with-current-buffer.
2102 (gnus-pick-setup-message): Fix long-standing typo.
2103
2104 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2105
2106 * imap.el (imap-logout-timeout): New variable.
2107 (imap-logout, imap-logout-wait): New functions.
2108 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2109
2110 * nnimap.el (nnimap-logout-timeout): New server variable.
2111 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2112 nnimap-logout-timeout.
2113
2114 * gnus-art.el (gnus-article-summary-command-nosave)
2115 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2116
2117 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2118
2119 * gnus.el (gnus-maximum-newsgroup): New variable.
2120
2121 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2122 according to gnus-maximum-newsgroup.
2123
2124 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2125 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2126 Limit the range of articles according to gnus-maximum-newsgroup.
2127
2128 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2129
2130 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2131 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2132 Don't perform gnus-configure-windows here; reuse existing sticky
2133 article buffer.
2134
2135 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2136 it doesn't exist in gnus-article-mode.
2137
2138 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2139
2140 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2141 (gnus-agent-decoded-group-name): New function.
2142 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2143 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2144
2145 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2146
2147 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2148 Add binding for gnus-sticky-article.
2149 (gnus-summary-exit): Don't kill sticky article buffers.
2150
2151 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2152 article buffer.
2153 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2154 (gnus-kill-sticky-article-buffers): New commands.
2155
2156 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2157
2158 * nntp.el (nntp-xref-number-is-evil): New server variable.
2159 (nntp-find-group-and-number): If it is non-nil, don't trust article
2160 numbers in the Xref header.
2161
2162 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2163
2164 * gnus-agent.el (gnus-agent-read-group): New function.
2165 (gnus-agent-flush-group, gnus-agent-expire-group)
2166 (gnus-agent-regenerate-group): Use it.
2167 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2168 nnmail-pathname-coding-system.
2169
2170 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2171
2172 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2173
2174 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2175 that are unread as unread, and also as selected so that information of
2176 marks having been changed by a user may be updated when exiting group.
2177
2178 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2179
2180 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2181
2182 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2183
2184 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2185 calculated ignoring signature parts to gnus-treat-article.
2186
2187 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2188
2189 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2190 a point here in order to keep the window start.
2191 (gnus-insert-mime-security-button): Make a button overlay without the
2192 front stickiness.
2193 (gnus-mime-display-security): Goto the end of a button.
2194
2195 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2196
2197 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2198
2199 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2200 group-name-at-point.
2201 (gnus-group-completing-read): New function that offers decoded
2202 non-ASCII group names for completion.
2203 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2204 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2205 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2206 (gnus-group-fetch-control): Use it.
2207 (gnus-fetch-group): Use group-name-at-point for the initial value
2208 rather than the default value; use gnus-alive-p.
2209
2210 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2211 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2212 (gnus-summary-post-news): Use gnus-group-completing-read.
2213
2214 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2215 (gnus-read-move-group-name): Decode group name for completion.
2216
2217 2007-07-31 Ted Zlatanov <tzz@lifelogs.com>
2218
2219 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2220 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2221 Yamaoka slightly modified the code).
2222
2223 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2224
2225 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2226 (nnmail-split-incoming): Bind it.
2227
2228 * nnml.el (nnml-group-name-charset): New function.
2229 (nnml-decoded-group-name): Use it; don't decode group name if
2230 nnmail-group-names-not-encoded-p is non-nil.
2231 (nnml-encoded-group-name): New function.
2232 (nnml-group-pathname): Inline nnml-decoded-group-name.
2233 (nnml-request-expire-articles): Decode group name in message.
2234 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2235 nnmail-pathname-coding-system.
2236 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2237 not decoded ones according to nnmail-group-names-not-encoded-p.
2238 (nnml-generate-active-info): Use nnml-encoded-group-name.
2239
2240 2007-08-08 Glenn Morris <rgm@gnu.org>
2241
2242 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2243 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2244 doc-strings and comments.
2245
2246 2007-07-25 Glenn Morris <rgm@gnu.org>
2247
2248 * Relicense all FSF files to GPLv3 or later.
2249
2250 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2251
2252 * gnus-sum.el (gnus-summary-move-article): Make
2253 gnus-summary-respool-article work.
2254
2255 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2256
2257 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2258 string.
2259
2260 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
2261
2262 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2263 that should be ignored when comparing distant RSS articles with local
2264 ones.
2265 (nnrss-make-hash-index): New function. Create a hash index according
2266 to the ignored fields.
2267 (nnrss-check-group): Use it.
2268
2269 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2270
2271 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2272
2273 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2274
2275 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2276 the new optional argument ENCODED is non-nil.
2277 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2278 coding system for encoding group name.
2279 (gnus-group-make-rss-group): Pass un-encoded group name to
2280 gnus-group-make-group.
2281 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2282 encoded.
2283
2284 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2285 Encode group name to which articles are moved or copied.
2286 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2287 coding system for encoding Newsgroup, Followup-To and Xref headers.
2288
2289 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2290 marks; use nnheader-file-coding-system to write a file.
2291 (nnagent-retrieve-headers): Bind file-name-coding-system to
2292 nnmail-pathname-coding-system.
2293
2294 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2295
2296 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2297 (nnml-request-article, nnml-request-create-group)
2298 (nnml-request-rename-group, nnml-find-id)
2299 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2300 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2301 (nnml-save-marks): Use nnml-group-pathname instead of
2302 nnmail-group-pathname.
2303
2304 (nnml-request-create-group, nnml-request-expire-articles)
2305 (nnml-request-move-article, nnml-request-delete-group)
2306 (nnml-deletable-article-p, nnml-possibly-create-directory)
2307 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2308 (nnml-open-marks): Bind file-name-coding-system to
2309 nnmail-pathname-coding-system.
2310
2311 (nnml-request-article): Pass server argument to nnml-find-group-number.
2312 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2313 server argument to nnml-possibly-create-directory.
2314 (nnml-request-accept-article): Pass server argument to
2315 nnml-active-number and nnml-save-mail.
2316 (nnml-find-group-number): Pass server argument to nnml-find-id.
2317 (nnml-request-update-info): Pass server argument to
2318 nnml-marks-changed-p.
2319
2320 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2321 (nnml-save-mail, nnml-active-number): Add server argument.
2322
2323 (nnml-request-delete-group): Warn if group is missing.
2324 (nnml-get-nov-buffer): Decode group name.
2325 (nnml-generate-active-info): Encode group name.
2326 (nnml-open-marks): Decode group name in messages.
2327
2328 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2329
2330 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2331 if it is not specified.
2332 (gnus-article-pipe-part, gnus-article-save-part)
2333 (gnus-article-interactively-view-part, gnus-article-copy-part)
2334 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2335 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2336 (gnus-article-replace-part, gnus-article-delete-part)
2337 (gnus-article-view-part-as-type): Pass raw prefix argument to
2338 gnus-article-part-wrapper.
2339
2340 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2341
2342 * gnus-agent.el (gnus-agent-save-active): Bind
2343 nnheader-file-coding-system to gnus-agent-file-coding-system.
2344
2345 * gnus-cache.el (gnus-cache-save-buffers)
2346 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2347 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2348 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2349 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2350 (gnus-cache-generate-active, gnus-cache-rename-group)
2351 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2352 (gnus-cache-update-overview-total-fetched-for): Bind
2353 file-name-coding-system to nnmail-pathname-coding-system.
2354 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2355 variables.
2356 (gnus-cache-decoded-group-name): New function.
2357 (gnus-cache-file-name): Use it.
2358 (gnus-cache-generate-active): Use non-decoded group name for active.
2359
2360 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2361 right place.
2362 (gnus-write-active-file): Don't break non-ASCII group names.
2363
2364 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2365 nnmail-pathname-coding-system.
2366
2367 * gnus-uu.el (gnus-uu-decode-save): Typo.
2368
2369 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2370
2371 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2372
2373 2007-07-14 David Kastrup <dak@gnu.org>
2374
2375 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2376 finishing actions if we did not edit the article.
2377
2378 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2379
2380 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2381 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2382 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2383 (gnus-agent-flush-group, gnus-agent-flush-cache)
2384 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2385 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2386 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2387 (gnus-agent-regenerate-group)
2388 (gnus-agent-update-files-total-fetched-for)
2389 (gnus-agent-update-view-total-fetched-for): Bind
2390 file-name-coding-system to nnmail-pathname-coding-system.
2391 (gnus-agent-group-pathname): Don't encode file names by
2392 nnmail-pathname-coding-system.
2393 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2394 coding-system-for-write instead of buffer-file-coding-system to
2395 gnus-agent-file-coding-system.
2396
2397 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2398 Decode group name.
2399
2400 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2401
2402 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2403 (gnus-read-newsrc-el-file): Make group names unibyte.
2404
2405 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2406 nnmail-pathname-coding-system.
2407
2408 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2409 (nnrss-request-delete-group): Bind file-name-coding-system to
2410 nnmail-pathname-coding-system.
2411 (nnrss-read-server-data, nnrss-read-group-data): Bind
2412 file-name-coding-system correctly.
2413 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2414
2415 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2416 (nntp-server-to-method-cache): New variable.
2417 (nntp-group-pathname): New function that decodes non-ASCII group names.
2418 (nntp-possibly-create-directory, nntp-marks-changed-p)
2419 (nntp-save-marks, nntp-open-marks): Use it.
2420 (nntp-possibly-create-directory, nntp-open-marks):
2421 Bind file-name-coding-system to nnmail-pathname-coding-system.
2422 (nntp-open-marks): Decode group names when bootstrapping marks.
2423
2424 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2425 Newsgroups and Folowup-To headers.
2426
2427 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2428
2429 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2430 (gnus-server-closed-face, gnus-server-denied-face)
2431 (gnus-server-offline-face): Remove variable.
2432 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2433
2434 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2435 of modifying message-stack directly for XEmacs.
2436
2437 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2438 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2439 if the coding-system argument is nil for XEmacs.
2440
2441 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2442 mm-charset-override-alist.
2443
2444 * rfc2047.el: Don't require base64; require rfc2045 for the function
2445 rfc2045-encode-string.
2446 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2447 to quote the parameter value.
2448
2449 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2450
2451 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2452 form in gnus-group-name-charset-method-alist.
2453
2454 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2455 overrides the default layout edit-form.
2456
2457 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2458
2459 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2460
2461 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2462
2463 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2464 as unfetched articles.
2465
2466 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2467
2468 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2469
2470 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2471
2472 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2473 original back end that keeps marks in the local system.
2474
2475 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2476
2477 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2478 arg of pop-to-buffer for XEmacs.
2479 (gnus-article-read-summary-keys): Ditto; don't restore window
2480 configuration if summary command ends up with neither article buffer
2481 nor summary buffer; describe bindings if summary keys end with C-h.
2482
2483 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2484
2485 * message.el (message-fix-before-sending): Skip raw message part to be
2486 forwarded while checking illegible text.
2487 (message-forward-make-body-mime, message-forward-make-body): Mark
2488 signed or encrypted raw message as having no illegible text.
2489
2490 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2491
2492 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2493 (gnus-message-with-timestamp-1): New macro.
2494 (gnus-message-with-timestamp): New function.
2495 (gnus-message): Use them.
2496
2497 * nnheader.el (nnheader-message): Use them.
2498
2499 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2500
2501 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2502 .newsrc.eld file.
2503
2504 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2505
2506 * gnus-agent.el (gnus-agent-fetch-headers)
2507 (gnus-agent-retrieve-headers): Bind
2508 gnus-decode-encoded-address-function to identity.
2509
2510 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2511 available also when the server returns simply a dot.
2512
2513 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2514
2515 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2516
2517 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2518
2519 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2520
2521 * gnus-ems.el (gnus-x-splash): Make it work.
2522
2523 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2524 from being used.
2525
2526 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2527
2528 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2529 the front stickiness.
2530 (gnus-article-summary-command-nosave): Correct the order of the
2531 arguments passed to pop-to-buffer.
2532 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2533 summary command ends up with the article buffer.
2534
2535 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2536 the same faces.
2537
2538 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2539
2540 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2541
2542 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2543
2544 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2545 * gnus-sum.el (gnus-summary-highlight):
2546 * mail-source.el (mail-source-delete-old-incoming-confirm):
2547 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2548
2549 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2550
2551 * gnus-art.el (gnus-mime-view-part-externally)
2552 (gnus-mime-view-part-internally): Fix predicate function passed to
2553 completing-read.
2554
2555 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2556
2557 * gnus.el (gnus-update-message-archive-method): Add :version.
2558
2559 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2560
2561 * gnus.el (gnus-update-message-archive-method): New variable.
2562
2563 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2564 according to gnus-message-archive-method if
2565 gnus-update-message-archive-method is non-nil.
2566
2567 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2568
2569 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2570 by Loic Dachary <loic@dachary.org>.
2571 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2572
2573 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2574
2575 * message.el (message-pop-to-buffer): Add switch-function argument.
2576 (message-mail): Pass switch-function argument to it.
2577
2578 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2579
2580 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2581 Improve doc string.
2582
2583 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2584
2585 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2586 (gnus-header-content)
2587 * gnus-cite.el (gnus-cite-10)
2588 * gnus-srvr.el (gnus-server-closed)
2589 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2590 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2591 (gnus-group-mail-3-empty, gnus-group-mail-low)
2592 (gnus-group-mail-low-empty, gnus-splash)
2593 * message.el (message-header-to, message-header-cc)
2594 (message-header-subject, message-header-other, message-header-name)
2595 (message-header-xheader, message-separator, message-cited-text)
2596 (message-mml): Lighten colors of faces used for dark background.
2597
2598 2007-05-24 Simon Josefsson <simon@josefsson.org>
2599
2600 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2601 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2602
2603 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2604
2605 * message.el (message-narrow-to-headers-or-head):
2606 Ignore mail-header-separator in the body.
2607
2608 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2609
2610 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2611 same as window size.
2612
2613 2007-05-22 Kevin Ryde <user42@zip.com.au>
2614
2615 * message.el (message-font-lock-keywords): Use message-header-xheader
2616 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2617 ahead of the anything pattern, to get it recognised.
2618
2619 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
2620
2621 * gnus-sum.el (gnus-articles-to-read)
2622 (gnus-summary-insert-old-articles): Don't truncate group name for
2623 `read-string'.
2624
2625 * gnus-util.el (gnus-limit-string): Delete this function.
2626
2627 * gnus-sum.el (gnus-simplify-subject-fully): Use
2628 `truncate-string-to-width' instead.
2629
2630 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
2631
2632 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2633 if, on summary exit, the next group has to be selected.
2634 (gnus-summary-exit): Use it.
2635
2636 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2637
2638 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2639 non-break space.
2640
2641 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2642
2643 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2644 Check if group is not a directory.
2645 (nnfolder-request-expire-articles): Don't delete articles if the target
2646 group is not available.
2647
2648 * nnml.el (nnml-request-create-group): Properly check if group is not a
2649 file.
2650 (nnml-request-expire-articles): Don't delete articles if the target
2651 group is not available.
2652
2653 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2654 Don't quote characters that are within parentheses.
2655
2656 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
2657
2658 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2659 (gnus-handle-ephemeral-exit): Select article according to it.
2660
2661 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
2662
2663 * message.el (message-insert-formated-citation-line): Remove newline.
2664 (message-citation-line-format): Add final \n here so that the user can
2665 avoid a blank line.
2666
2667 2007-05-03 Dan Christensen <jdc@uwo.ca>
2668
2669 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2670 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2671 Update lanl/arXiv support.
2672
2673 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2674
2675 * gnus.el: Bump version number.
2676
2677 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2678
2679 * gnus.el (gnus-version-number): Bump version.
2680
2681 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2682
2683 * gnus.el: No Gnus v0.6 is released.
2684
2685 2007-04-27 Didier Verna <didier@xemacs.org>
2686
2687 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2688 * gmm-utils.el (gmm-regexp-concat): here.
2689 * message.el: Don't require 'gnus-util.
2690 (message-dont-reply-to-names): Handle name change above.
2691 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2692
2693 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2694
2695 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2696 since the initial value varies according to the system.
2697
2698 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
2699
2700 * mm-util.el (mm-charset-synonym-alist): Defcustom.
2701
2702 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2703
2704 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2705
2706 2007-04-24 Didier Verna <didier@xemacs.org>
2707
2708 Improve the type of gnus-ignored-from-addresses.
2709 * gnus-util.el (gnus-orify-regexp): New function.
2710 * message.el (gnus-util): Require it.
2711 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2712 * gnus-sum.el (gnus-ignored-from-addresses): New function.
2713 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2714
2715 2007-04-24 Didier Verna <didier@xemacs.org>
2716
2717 * gnus-sum.el:
2718 * gnus-utils.el: Fix some trailing whitespaces.
2719
2720 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
2721
2722 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2723 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2724 article's Message-ID; refer parent article in summary buffer.
2725
2726 * message.el (message-bounce): Call mime-to-mml.
2727
2728 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
2729
2730 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2731
2732 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
2733
2734 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2735 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2736 displayed of multipart/alternative part if it is invoked from summary
2737 buffer.
2738
2739 * mm-view.el (mm-inline-text-html-render-with-w3m)
2740 (mm-inline-text-html-render-with-w3m-standalone)
2741 (mm-inline-render-with-function): Use mail-parse-charset by default.
2742
2743 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2744
2745 * parse-time.el (parse-time-string-chars): Check if CHAR
2746 is less than the length of parse-time-syntax.
2747
2748 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
2749
2750 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2751 from gnus-newsgroup-processable.
2752
2753 2007-04-16 Didier Verna <didier@xemacs.org>
2754
2755 * gnus-msg.el (gnus-configure-posting-styles): Handle
2756 message-signature-directory properly with :file syntax. Reported by
2757 "Leo".
2758
2759 2007-04-11 Didier Verna <didier@xemacs.org>
2760
2761 New user option: message-signature-directory.
2762 * gnus-msg.el (gnus-configure-posting-styles): Support it.
2763 * message.el (message-insert-signature): Ditto.
2764 * message.el (message-signature-file): Doc update.
2765 * message.el (message-signature-directory): New.
2766
2767 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
2768
2769 * gnus-msg.el (gnus-inews-yank-articles): Use
2770 message-exchange-point-and-mark instead of exchange-point-and-mark.
2771
2772 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
2773
2774 * message.el (message-yank-original): Make sure cited text ends with
2775 newline; don't exchange point and mark.
2776
2777 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2778
2779 * tls.el (open-tls-stream): Properly handle case where there
2780 is no associated buffer.
2781
2782 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
2783
2784 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2785 message-yank-original, make sure (< mark TEXT point).
2786
2787 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
2788
2789 * message.el (message-fill-column): New variable.
2790 (message-mode): Use it. Add comment on a possible new hook.
2791
2792 * nnmail.el (nnmail-spool-file): Mark as obsolete.
2793 (nnmail-get-new-mail): Reformat.
2794
2795 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2796
2797 * gmm-utils.el: Fix Commentary.
2798 (gmm-tool-bar-from-list): Fix typo in doc string.
2799
2800 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
2801
2802 * message.el (message-yank-original): Don't switch point and mark
2803 unnecessarily to put point and mark as documented.
2804
2805 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2806
2807 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2808 from the message heads.
2809
2810 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
2811
2812 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2813 article buffer does not have a window. This may not be the best
2814 solution but is certainly better than setting the start of the null,
2815 that is the current, window.
2816
2817 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
2818
2819 * gnus-draft.el (gnus-draft-setup-hook): New hook.
2820 (gnus-draft-setup): Run it.
2821
2822 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2823 gnus-score-fast-scoring. Allow regexp.
2824 (gnus-score-headers): Use it.
2825
2826 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2827 XEmacs.
2828
2829 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2830 string.
2831 (gnus-button-alist): Also catch `<f1> k ...'.
2832 (gnus-treat-display-x-face): Fix doc string.
2833
2834 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2835
2836 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2837 evaluation of gnus-extended-version to ensure correct generation of the
2838 User-Agent header when message-generate-headers-first is used.
2839
2840 2007-03-24 Simon Josefsson <simon@josefsson.org>
2841
2842 * hashcash.el (hashcash-generate-payment-async): Don't crash if
2843 hashcash-path is nil. Don't call callback with incorrect number of
2844 parameters if val is 0.
2845
2846 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2847
2848 * message.el (message-required-news-headers):
2849 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2850
2851 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
2852
2853 * message.el (message-generate-new-buffers): Change the meaning of the
2854 nil value; add `standard' to the choices; treat t as `unique'; improve
2855 doc string.
2856 (gnus-select-frame-set-input-focus): Autoload.
2857 (message-buffer-name): Search for the existing message buffer if
2858 message-generate-new-buffers is nil or `standard'; treat the value t of
2859 message-generate-new-buffers as `unique'.
2860 (message-pop-to-buffer): Raise the frame already displaying the message
2861 buffer; clear the echo area after querying.
2862 (message-setup): Pass the `continue' argument to compose-mail.
2863 (message-mail): Prefer `switch-function' if it is given; search for the
2864 existing message buffer if the `continue' argument is non-nil; pass
2865 continue and switch-function arguments to compose-mail by way of
2866 message-setup.
2867 (message-mail-other-window): Adjust argument of message-setup.
2868 (message-mail-other-frame): Ditto.
2869
2870 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2871
2872 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2873 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2874 to turn font-lock on when turning gnus-message-citation-mode on.
2875
2876 2007-03-06 Daiki Ueno <ueno@unixuser.org>
2877
2878 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2879 (mml-smime-function-alist): New variable; add epg as the backend.
2880 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2881 mml-smime- functions instead.
2882 * mm-view.el: Require smime.
2883
2884 2007-03-05 Didier Verna <didier@xemacs.org>
2885
2886 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2887 instead of just inheritance for posting styles.
2888 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2889
2890 2007-02-24 John Paul Wallington <jpw@pobox.com>
2891
2892 * tls.el (tls-certtool-program): Fix custom type.
2893
2894 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2895
2896 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2897 and point-at-eol instead of line-(beginning|end)-position.
2898
2899 * assistant.el (assistant-parse-buffer): Ditto.
2900
2901 2007-02-28 Daiki Ueno <ueno@unixuser.org>
2902
2903 * mml2015.el (mml2015-epg-find-usable-key): New function.
2904 (mml2015-epg-sign): Use it.
2905 (mml2015-epg-encrypt): Use it.
2906
2907 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2908
2909 * message.el (message-make-in-reply-to): Quote name containing
2910 non-ASCII characters. It will make the RFC2047 encoder cause an error
2911 if there are special characters. Reported by NAKAJI Hiroyuki
2912 <nakaji@jp.freebsd.org>.
2913
2914 2007-02-27 Didier Verna <didier@xemacs.org>
2915
2916 Include the group parameters as well as the topic ones in the
2917 inheritance filter process.
2918 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
2919 argument GROUP-PARAMS-LIST.
2920 * gnus-topic.el (gnus-group-topic-parameters): Use it.
2921
2922 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
2923
2924 * nntp.el (nntp-never-echoes-commands)
2925 (nntp-open-connection-functions-never-echo-commands): New variables.
2926 (nntp-send-command): Use them.
2927
2928 2007-02-20 Daiki Ueno <ueno@unixuser.org>
2929
2930 * mml2015.el (mml2015-epg-verify): Simplified.
2931
2932 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
2933
2934 * mml.el (mml-content-disposition-alist): New user option.
2935 (mml-content-disposition): New function.
2936 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
2937 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
2938
2939 2007-02-19 Daiki Ueno <ueno@unixuser.org>
2940
2941 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
2942 verification.
2943
2944 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2945
2946 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
2947 articles posted in the last 24 hours.
2948
2949 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
2950
2951 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
2952
2953 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
2954
2955 * nntp.el (nntp-send-command): Don't wait for echoes when
2956 nntp-open-ssl-stream is used.
2957
2958 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
2959
2960 * gnus-cite.el (gnus-test-font-lock-add-keywords)
2961 (gnus-message-add-citation-keywords)
2962 (gnus-message-remove-citation-keywords): Remove.
2963 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
2964 directly, make the variables in font-lock-defaults buffer-local, add
2965 gnus-message-citation-keywords to them and then update the value of
2966 font-lock-keywords.
2967
2968 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
2969
2970 * message.el (message-cite-original-1): Don't call
2971 gnus-article-highlight-citation.
2972
2973 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
2974 citations; fix line count.
2975
2976 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
2977
2978 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
2979 (gnus-message-add-citation-keywords)
2980 (gnus-message-remove-citation-keywords): Use it; fix the emulating
2981 versions of font-lock-add-keywords and font-lock-remove-keywords to
2982 work with XEmacs correctly.
2983
2984 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
2985
2986 * gnus-cite.el (gnus-cite-face-list): Set the values of
2987 gnus-message-max-citation-depth and gnus-message-citation-keywords.
2988 (gnus-message-max-citation-depth): Use defvar rather than defconst.
2989 (gnus-message-cite-prefix-regexp): New variable.
2990 (gnus-message-search-citation-line): Use it; protect against long
2991 citation prefix; fill match data with nil rather than 0 for XEmacs; set
2992 the 0th match data for Emacs.
2993 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
2994 (gnus-message-add-citation-keywords): Append keywords rather than
2995 prepending; emulate font-lock-add-keywords if it is not available.
2996 (gnus-message-remove-citation-keywords): Emulate
2997 font-lock-remove-keywords if it is not available.
2998
2999 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3000
3001 * message.el (message-cite-prefix-regexp): Set the value of
3002 gnus-message-cite-prefix-regexp.
3003
3004 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3005
3006 * nnweb.el (nnweb-google-parse-1): Update parser.
3007
3008 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3009
3010 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3011
3012 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3013
3014 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3015 regexp.
3016
3017 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3018
3019 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3020 string-to-multibyte.
3021 (uudecode-decode-region-internal): Use it.
3022
3023 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3024
3025 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3026 custom choice.
3027
3028 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3029
3030 2007-01-22 Daiki Ueno <ueno@unixuser.org>
3031
3032 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3033
3034 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3035 `write-region' to respect `mm-inhibit-file-name-handlers'.
3036
3037 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3038
3039 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3040 Use gnus-home-directory instead of "~/" or "$HOME".
3041
3042 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3043
3044 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3045 to mention filename.
3046 Add comments at beginning regarding usage.
3047 (encrypt-write-file-contents): Change interactive so a string is
3048 acceptable. If the file has no associated model, show an error instead
3049 of a nonsense prompt.
3050
3051 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3052
3053 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3054 Thanks to Yoshihiko Yamada for kind notification of this typo.
3055
3056 2007-01-12 Kenichi Handa <handa@m17n.org>
3057
3058 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3059 multibyte buffer.
3060
3061 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3062
3063 * gnus-score.el (gnus-score-fast-scoring): New variable.
3064 (gnus-score-headers): Use it.
3065
3066 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3067
3068 * message.el (message-cite-original-1): Call
3069 gnus-article-highlight-citation if requested.
3070 (message-make-from): Allow name and address as optional arguments.
3071
3072 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3073
3074 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3075 bugs to doc string.
3076 (gnus-button-alist): Add mid\\|message-id.
3077 (gnus-button-fetch-group): Extend for use in
3078 `browse-url-browser-function'.
3079 (gnus-button-url-regexp): Try to catch paired parentheses like in
3080 Wikipedia URLs.
3081
3082 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3083 Suggested by Simon Krahnke <overlord@gmx.li>.
3084
3085 2007-01-13 Romain Francoise <romain@orebokech.com>
3086
3087 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3088 Update copyright.
3089
3090 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
3091
3092 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3093
3094 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
3095
3096 * gnus-registry.el (gnus-registry-unfollowed-groups)
3097 (gnus-registry-split-fancy-with-parent): Fix documentation.
3098
3099 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3100
3101 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3102 from nnweb groups.
3103
3104 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3105
3106 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3107 Xref urls. Erase buffer before requesting head.
3108
3109 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3110
3111 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3112
3113 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3114 customizable.
3115
3116 2007-01-05 Daiki Ueno <ueno@unixuser.org>
3117
3118 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3119 no signing key is found.
3120 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3121 no encrypting and/or signing key is found.
3122
3123 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3124
3125 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3126
3127 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3128
3129 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3130 headers read from disk with the ones newly found in the current search.
3131 This should no longer cause problems, because the article numbers in
3132 Gmane's `nov.php' output are ignored since the previous change.
3133
3134 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3135
3136 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3137
3138 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3139
3140 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3141
3142 2007-01-01 Romain Francoise <romain@orebokech.com>
3143
3144 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3145
3146 2006-12-31 Steve Youngs <steve@sxemacs.org>
3147
3148 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3149 `define-minor-mode' macro definition expanded properly.
3150 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3151 exclude it there.
3152
3153 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3154 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3155 `fboundp' test.
3156 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3157 This is OK to autoload in (S)XEmacs now.
3158
3159 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3160
3161 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3162 keystroke.
3163 (gnus-summary-limit-to-singletons): Fix typo.
3164
3165 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3166 else fails.
3167
3168 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3169
3170 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3171 docstring.
3172
3173 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3174 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3175 (gnus-summary-insert-dormant-articles): Fix typo in message.
3176
3177 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3178
3179 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3180 nil for XEmacs.
3181 (gnus-message-citation-mode): Don't autoload in XEmacs.
3182
3183 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3184
3185 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
3186
3187 * nnimap.el (nnimap-expunge-search-string): Mention
3188 nnimap-search-uids-not-since-is-evil in docstring.
3189
3190 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3191
3192 * spam.el: Revert to make-obsolete-variable because
3193 define-obsolete-variable-alias is not supported in Emacs 21.
3194
3195 * spam.el (spam-ifile-path, spam-ifile-database-path)
3196 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3197 make-obsolete-variable.
3198 (spam-bsfilter-path, spam-bsfilter-program)
3199 (spam-spamassassin-path, spam-spamassassin-program)
3200 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3201 use "path" inappropriately.
3202 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3203 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3204 variable names.
3205
3206 2006-12-28 Daiki Ueno <ueno@unixuser.org>
3207
3208 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3209 summary buffer.
3210
3211 * password.el (password-cache-remove): Use clear-string to burn
3212 password, if available.
3213
3214 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3215
3216 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3217
3218 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3219
3220 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3221 (gnus-message-highlight-citation): Move defcustom here from
3222 gnus-cite.el.
3223 (gnus-message-citation-mode): Autoload.
3224
3225 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3226 checks to make it compile with XEmacs.
3227 (gnus-message-citation-mode): New minor mode.
3228 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3229 (gnus-message-highlight-citation): New variables.
3230 (gnus-message-search-citation-line)
3231 (gnus-message-add-citation-keywords)
3232 (gnus-message-remove-citation-keywords)
3233 (turn-on-gnus-message-citation-mode)
3234 (turn-off-gnus-message-citation-mode): New functions.
3235
3236 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
3237
3238 * gnus-cite.el: Enable highlighting of different citation levels in
3239 message-mode.
3240
3241 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3242
3243 * message.el (message-make-fqdn): Fix comment.
3244 (message-bogus-system-names): Add ".local".
3245
3246 * spam.el (spam-ifile-path, spam-ifile-program)
3247 (spam-ifile-database-path, spam-ifile-database)
3248 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3249 Don't use "path" inappropriately.
3250 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3251 strings.
3252 (spam-check-ifile, spam-ifile-register-with-ifile)
3253 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3254 new variable names.
3255
3256 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3257 (gnus-treat-display-smileys): Simplify using
3258 gnus-image-type-available-p.
3259
3260 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3261 available.
3262
3263 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3264
3265 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3266 one after turning on the buffer's multibyteness instead of decoding
3267 them directly in the unibyte buffer that causes unexpected conversion
3268 in Emacs 23 (unicode).
3269
3270 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3271
3272 * message.el (message-generate-hashcash): Fix custom type.
3273
3274 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3275
3276 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3277
3278 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3279
3280 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3281 disconnect icons. Add help text.
3282
3283 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3284
3285 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3286 negated to be consistent with the others we handle.
3287
3288 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3289
3290 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3291 version of gnus-summary-buffer to something, so that we can use two
3292 article buffers at the same time.
3293
3294 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3295
3296 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3297 trigger all the extra headers.
3298 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3299 sorting.
3300
3301 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3302
3303 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3304 solid groups.
3305
3306 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3307
3308 * legacy-gnus-agent.el: Add Copyright notice.
3309
3310 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
3311
3312 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3313
3314 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3315
3316 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3317
3318 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3319 to make it work reliably in CVS Emacs.
3320 (gnus-summary-limit-strange-charsets-predicate)
3321 (gnus-summary-limit-to-predicate): New functions.
3322
3323 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
3324
3325 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3326 specifying array size.
3327 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3328 array if it is too small.
3329 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3330 (gnus-sort-threads-loop): New function.
3331
3332 2006-12-06 Chris Moore <dooglus@gmail.com>
3333
3334 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3335 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3336
3337 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
3338
3339 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3340 options.
3341
3342 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3343
3344 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3345 DOS-ing the recipient.
3346
3347 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3348 the headers when creating the mapping to avoid mismappings.
3349 (nnweb-gmane-create-mapping): Always nix out old mapping.
3350
3351 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3352
3353 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3354 and mm-verify-option to never.
3355
3356 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3357
3358 * message.el (message-signed-or-encrypted-p): New function.
3359 (message-forward-make-body): Use it.
3360
3361 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3362 Replace encode-coding-string with mm-encode-coding-string.
3363
3364 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3365
3366 * nneething.el (nneething-decode-file-name): Replace
3367 decode-coding-string with mm-decode-coding-string.
3368
3369 * gnus-int.el (gnus-open-server): Say failed server's name.
3370
3371 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3372
3373 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3374 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3375
3376 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3377 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3378 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3379 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3380 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3381 (gnus-subscribe-newsgroup, gnus-1):
3382 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3383 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3384 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3385 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3386
3387 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3388
3389 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3390 keystroke.
3391 (gnus-summary-limit-to-bodies): Implement headersp.
3392
3393 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3394
3395 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3396
3397 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3398
3399 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3400
3401 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3402
3403 * message.el (message-generate-hashcash): Expand range of values to
3404 include `opportunistic'.
3405 (message-send-mail): Use it.
3406
3407 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3408
3409 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3410 and comment it.
3411
3412 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3413
3414 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3415
3416 * gnus-util.el (gnus-extract-address-components): Improve comment.
3417
3418 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3419
3420 * gnus-util.el (gnus-extract-address-components): Work with address in
3421 which the name portion contains @.
3422
3423 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3424
3425 * gnus.el (gnus-start): Move custom group up.
3426 (gnus-select-method): Don't autoload, but make it available for
3427 `customize-variable'.
3428 (gnus-getenv-nntpserver): Don't autoload.
3429
3430 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3431
3432 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3433
3434 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3435
3436 * message.el (message-sendmail-extra-arguments): New variable.
3437 (message-send-mail-with-sendmail): Use it.
3438
3439 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3440
3441 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3442 mm-with-unibyte-current-buffer to make string unibyte.
3443
3444 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3445 mm-string-as-multibyte.
3446
3447 2006-11-14 Daiki Ueno <ueno@unixuser.org>
3448
3449 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3450 Reported by Werner Koch <wk@gnupg.org>.
3451
3452 2006-11-14 Daiki Ueno <ueno@p360>
3453
3454 * mml2015.el: Autoload epa-select-keys when compiling.
3455
3456 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3457
3458 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3459 message-options.
3460 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3461
3462 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3463
3464 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3465 EasyPG (< 0.0.6).
3466 (mml2015-always-trust): New user option.
3467 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3468 prompt.
3469
3470 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3471
3472 * nntp.el (nntp-authinfo-force): New variable.
3473 (nntp-send-authinfo): Use it.
3474
3475 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3476
3477 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3478 decode encoded words. Improve prompt. Add comment about forwarding.
3479 (message-replacement-char): Move up.
3480
3481 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3482
3483 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3484 instead of gnus-intersection because arguments of gnus-sorted-nunion
3485 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3486
3487 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3488
3489 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3490 (message-simplify-subject-functions): Enable
3491 message-strip-subject-encoded-words by default.
3492
3493 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3494
3495 * message.el (message-strip-subject-encoded-words): New function
3496 (message-simplify-subject-functions): New variable.
3497 (message-simplify-subject): Use it. Fix typo in doc string.
3498 Support message-strip-subject-encoded-words.
3499
3500 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3501
3502 * gnus-diary.el (gnus-diary-delay-format-function):
3503 * nndiary.el (nndiary-reminders):
3504 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3505
3506 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3507
3508 * gnus-art.el (article-hide-boring-headers): Fetch date from
3509 gnus-original-article-buffer to avoid problems with localized date
3510 strings.
3511
3512 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3513
3514 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3515
3516 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3517
3518 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3519 New variables.
3520 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3521 (mm-charset-synonym-alist): Move some entries to
3522 mm-codepage-iso-8859-list.
3523 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3524 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3525
3526 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3527
3528 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3529
3530 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3531
3532 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3533 with Emacs 21 and XEmacs.
3534
3535 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3536
3537 * spam.el (spam-parse-address): New function for better parsing,
3538 catching errors, etc.
3539 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3540
3541 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3542
3543 * mm-view.el: Add interactive arg to html2text autoload.
3544
3545 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3546
3547 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3548
3549 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3550
3551 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3552 variables.
3553 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3554 (mm-charset-synonym-alist): Move some entries to
3555 mm-codepage-iso-8859-list.
3556
3557 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3558
3559 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3560
3561 * message.el (message-citation-line-format)
3562 (message-insert-formated-citation-line): Fix implementation of %E, %N
3563 and %n according to the doc string.
3564
3565 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3566
3567 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3568 car-safe to avoid bad parses.
3569
3570 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3571
3572 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3573 names.
3574
3575 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3576
3577 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3578
3579 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3580 header.
3581
3582 * message.el (message-draft-headers): Add Date.
3583 (message-headers-to-generate): Fix typo in docstring.
3584
3585 * nndraft.el (nndraft-required-headers): New variable.
3586 (nndraft-generate-headers): Use it.
3587
3588 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3589
3590 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3591
3592 * gnus-registry.el (gnus-registry-wash-for-keywords)
3593 (gnus-registry-find-keywords): New functions to allow easy searching of
3594 articles that are in the registry.
3595
3596 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3597
3598 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3599 ietf-drums-parse-address instead of gnus-extract-address-components.
3600 Reported by Damien Elmes <damien@repose.cx>.
3601
3602 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3603
3604 * gnus.el (gnus-mime): Remove unused custom group.
3605
3606 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3607
3608 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3609 "blank line" when searching for end of armor headers.
3610
3611 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3612
3613 * gmm-utils.el (gmm-write-region): Fix variable name.
3614
3615 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3616
3617 * gmm-utils.el (gmm-write-region): New function based on compatibility
3618 code from `mm-make-temp-file'.
3619
3620 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3621
3622 * nnmaildir.el (nnmaildir--update-nov)
3623 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3624 Use `gmm-write-region'.
3625
3626 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3627
3628 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3629 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3630
3631 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3632
3633 * message.el (message-replacement-char): New variable.
3634 (message-fix-before-sending): Use it.
3635 (message-simplify-subject): New function to remove duplicate code.
3636 (message-reply, message-followup): Use it.
3637
3638 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3639 gnus-summary-limit-to-articles.
3640
3641 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3642
3643 * gnus-util.el (gnus-with-local-quit): New macro.
3644
3645 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3646
3647 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
3648
3649 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3650 ignore non-string data.
3651
3652 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
3653
3654 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3655 non-string data (needs to be done in the registry too).
3656
3657 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3658
3659 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3660 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3661 (gnus-registry-split-fancy-with-parent)
3662 (gnus-registry-fetch-simplified-message-subject-fast)
3663 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3664 Remove text properties on ingress into the registry and when it's saved.
3665 (gnus-registry-clean-empty-function): Fix bug with cleaning the
3666 registry from entries with no groups.
3667
3668 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3669
3670 * gnus-util.el (gnus-string-remove-all-properties): Add utility
3671 function to remove string properties.
3672
3673 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
3674
3675 * gmm-utils.el (gmm): Adjust custom version.
3676
3677 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3678 custom version.
3679
3680 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3681
3682 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
3683
3684 * gnus-art.el (gnus-insert-prev-page-button)
3685 (gnus-insert-next-page-button): Simplify. Reformat.
3686
3687 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3688
3689 * gnus-art.el (gnus-insert-prev-page-button)
3690 (gnus-insert-next-page-button): Apply gnus-article-button-face.
3691
3692 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
3693
3694 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3695
3696 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3697
3698 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3699 gnus-article-button-face to MIME and security buttons.
3700
3701 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
3702
3703 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3704 readable.
3705
3706 2006-09-20 Steve Youngs <steve@sxemacs.org>
3707
3708 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3709 `browse-url-of-file' instead of `browse-url'.
3710
3711 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3712
3713 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3714 regexp. Articles containing quotation were cut prematurely.
3715
3716 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3717
3718 * message.el (message-cite-original-1): Use nobody by default for the
3719 value of From header.
3720 (message-reply): Ditto.
3721
3722 2006-09-11 Daiki Ueno <ueno@unixuser.org>
3723
3724 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3725 to the gnus-info. This fixes a bug of inline-PGP message verification.
3726 Reported by Michael Piotrowski <mxp@dynalabs.de>.
3727
3728 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
3729
3730 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3731 mails in the doc string. Add some URLs in comment.
3732 (pop3-movemail): Warn about pop3-leave-mail-on-server.
3733
3734 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3735
3736 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3737 backslashes handling and the way to find boundaries of quoted strings.
3738
3739 2006-09-07 Daiki Ueno <ueno@unixuser.org>
3740
3741 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3742 mml1991-encrypt-to-self is set and mml1991-signers is not set.
3743 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3744 mml2015-encrypt-to-self is set and mml2015-signers is not set.
3745
3746 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
3747
3748 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
3749 doc string.
3750 (gnus-button-regexp, gnus-button-last): Remove unused variables.
3751
3752 2006-09-06 Simon Josefsson <jas@extundo.com>
3753
3754 * mml2015.el (mml2015-use): Doc fix, mention epg.
3755
3756 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3757
3758 * mml2015.el (mml2015-use): Default to epg, if available.
3759
3760 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3761
3762 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3763 message-sender.
3764 (mml1991-epg-encrypt): Ditto.
3765 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3766 message-sender.
3767 (mml2015-epg-encrypt): Ditto.
3768
3769 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
3770
3771 * message.el (message-send-mail-with-sendmail): Look for sendmail in
3772 several common directories.
3773
3774 2006-09-05 Daiki Ueno <ueno@unixuser.org>
3775
3776 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3777 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3778
3779 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3780
3781 * gnus-art.el (article-decode-encoded-words): Make it fast.
3782
3783 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3784
3785 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3786
3787 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3788 in quoted string into `\'.
3789
3790 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3791
3792 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3793 Use standard-syntax-table.
3794
3795 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3796
3797 * gnus-art.el (gnus-decode-address-function): New variable.
3798 (article-decode-encoded-words): Use it to decode headers which are
3799 assumed to contain addresses.
3800 (gnus-mime-delete-part): Remove useless `or'.
3801
3802 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3803 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3804 (gnus-nov-parse-line): Use it to decode From header.
3805 (gnus-get-newsgroup-headers): Ditto.
3806 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3807
3808 * mail-parse.el (mail-decode-encoded-address-region): New alias.
3809 (mail-decode-encoded-address-string): New alias.
3810
3811 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3812 New function.
3813 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3814 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3815 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3816 (rfc2047-decode-string): Ditto.
3817 (rfc2047-decode-address-region): New function.
3818 (rfc2047-decode-address-string): New function.
3819
3820 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
3821
3822 * message.el (message-caesar-buffer-body): Allow rotating headers.
3823
3824 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3825
3826 * message.el (message-insert-formated-citation-line): Fix %f.
3827 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3828
3829 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
3830
3831 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3832 (gnus-bookmark-mouse-available-p): New macro.
3833 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3834 (gnus-bookmark-bmenu-show-infos): Use it.
3835 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3836 (gnus-bookmark-bmenu-hide-infos): Ditto.
3837 (gnus-bookmark-remove-properties): New function.
3838 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3839 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3840 (gnus-bookmark-write-file): Bind coding-system-for-write.
3841 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3842 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3843 group before selecting it.
3844 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3845 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3846 quit-window if it is not available; use gnus-mouse-2 and bind it to
3847 gnus-bookmark-bmenu-select-by-mouse.
3848 (gnus-bookmark-show-details): Remove unused variable `details-list'.
3849 (gnus-bookmark-bmenu-select-by-mouse): New function.
3850
3851 2006-08-13 Romain Francoise <romain@orebokech.com>
3852
3853 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3854 space.
3855
3856 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3857
3858 * compface.el (uncompface): Use binary rather than raw-text-unix.
3859
3860 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3861
3862 * compface.el (uncompface): Make sure the eol conversion doesn't take
3863 place when communicating with the external programs. Reported by
3864 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3865
3866 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
3867
3868 * nnheader.el (nnheader-insert-head): Fix typo in comment.
3869
3870 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3871
3872 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3873 Make it more robust by parsing author and date independently.
3874
3875 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
3876
3877 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3878
3879 2006-07-28 Daiki Ueno <ueno@unixuser.org>
3880
3881 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3882 first matching secret key.
3883 (mml2015-epg-encrypt): Ditto.
3884
3885 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
3886 first matching secret key.
3887 (mml1991-epg-encrypt): Ditto.
3888
3889 * mml2015.el (mml2015-encrypt-to-self): New user option.
3890 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
3891 mml2015-epg-encrypt-to-self is set.
3892
3893 * mml1991.el (mml1991-encrypt-to-self): New variable.
3894 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
3895 mml1991-epg-encrypt-to-self is set.
3896
3897 * mml2015.el (mml2015-signers): New user option.
3898 (mml2015-epg-sign): Reflect the value of mml2015-signers.
3899 (mml2015-epg-encrypt): Allow to select signing keys.
3900
3901 * mml1991.el (mml1991-signers): New variable.
3902 (mml1991-epg-sign): Reflect the value of mml1991-signers.
3903 (mml1991-epg-encrypt): Allow to select signing keys.
3904
3905 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
3906
3907 * nnheader.el (nnheader-insert-head): Make it work even if the file
3908 uses CRLF for the line-break code.
3909
3910 2006-07-25 Daiki Ueno <ueno@unixuser.org>
3911
3912 * mml2015.el: Require mml-sec instead of password.
3913 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
3914 (mml2015-cache-passphrase): Inherit the default value from
3915 mml-secure-cache-passphrase.
3916 (mml2015-passphrase-cache-expiry): Inherit the default value from
3917 mml-secure-passphrase-cache-expiry.
3918
3919 * mml1991.el: Require mml-sec instead of password.
3920 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
3921 (mml1991-cache-passphrase): Inherit the default value from
3922 mml-secure-cache-passphrase.
3923 (mml1991-passphrase-cache-expiry): Inherit the default value from
3924 mml-secure-passphrase-cache-expiry.
3925
3926 * mml-sec.el: Require password.
3927 (mml-secure-verbose): New user option.
3928 (mml-secure-cache-passphrase): New user option.
3929 (mml-secure-passphrase-cache-expiry): New user option.
3930
3931 2006-07-24 Daiki Ueno <ueno@unixuser.org>
3932
3933 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3934 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
3935 andreas@altroot.de (Andreas Vögele).
3936
3937 FIXME: Use `tiny change'?
3938
3939 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3940
3941 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
3942 workaround for the url package included with Emacs.
3943
3944 * nnweb.el (nnweb-google-create-mapping): Update regexp.
3945
3946 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
3947
3948 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
3949 correctly. This fixes a bug caused by the 2006-05-12 change.
3950
3951 2006-07-18 Karl Fogel <kfogel@red-bean.com>
3952
3953 * nnmail.el (nnmail-article-group): If splitting raises an error, give
3954 some information about the error when saying that the `bogus' mail
3955 group will be used.
3956
3957 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
3958
3959 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
3960 string.
3961
3962 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
3963
3964 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
3965
3966 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3967
3968 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
3969
3970 2006-07-10 Daiki Ueno <ueno@unixuser.org>
3971
3972 * mml1991.el (mml1991-function-alist): Add epg.
3973 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
3974 (mml1991-epg-encrypt): New functions.
3975
3976 2006-07-10 Daiki Ueno <ueno@unixuser.org>
3977
3978 * mml2015.el (mml2015-verbose): New variable.
3979 (mml2015-cache-passphrase): Ditto.
3980 (mml2015-passphrase-cache-expiry): Ditto.
3981 (mml2015-function-alist): Add epg.
3982 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
3983 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
3984 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
3985 functions.
3986
3987 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3988
3989 * message.el (message-cite-original-1): Preserve region when removing
3990 quoted text due to X-No-Archive in order to avoid bogus attribution
3991 when citing multiple messages.
3992
3993 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3994
3995 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
3996 Kenneth Jacker <khj@be.cs.appstate.edu>.
3997
3998 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
3999
4000 * gnus-diary.el (gnus-user-format-function-d)
4001 (gnus-user-format-function-D): Autoload.
4002
4003 * imap.el (Commentary): Fix typo.
4004
4005 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4006 2006-04-22 contribution.
4007
4008 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4009
4010 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4011 It didn't really fix the bogosity I'm seeing with solid web groups.
4012
4013 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4014
4015 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4016 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4017 created using server names. If we use the feature without declaring
4018 it, Gnus does not properly manage server and group state.
4019
4020 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4021 bound.
4022
4023 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4024
4025 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4026 looking up the method using GROUP's prefix before inventing a new one.
4027 It is used on killed/unknown groups in various places where returning
4028 an all-new method isn't expected by the caller.
4029
4030 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4031 and match semantics of gnus-group-real-prefix.
4032
4033 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4034
4035 * nnmail.el (nnmail-broken-references-mailers): New variable.
4036 (nnmail-ignore-broken-references): New function generalizing
4037 nnmail-fix-eudora-headers.
4038 (nnmail-fix-eudora-headers): Now obsolete.
4039
4040 * gnus-art.el (gnus-button-handle-custom): Support
4041 `customize-apropos*'.
4042
4043 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4044
4045 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4046
4047 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4048 articles.
4049
4050 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4051
4052 * message.el (message-cite-reply-above): New variable.
4053 (message-yank-original): Use it.
4054
4055 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4056
4057 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4058
4059 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4060
4061 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4062 as read.
4063
4064 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4065
4066 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4067
4068 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4069 (gnus-bookmark-default-file): Use gnus-directory.
4070 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4071 Remove "*" in doc string.
4072 (gnus-bookmark-write-file): Simplify.
4073 (gnus-bookmark-maybe-sort-alist): Use `when'.
4074 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4075 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4076 FIXME about Emacs 21 and XEmacs compatibility.
4077 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4078 compatibility.
4079 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4080 compatibility.
4081 (gnus-bookmark-menu-heading): Fix version.
4082
4083 2006-06-19 Bastien Guerry <bzg@altern.org>
4084
4085 * gnus-bookmark.el: New file.
4086
4087 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4088
4089 * message.el (message-syntax-checks): Doc fix.
4090
4091 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4092
4093 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4094 unsubscribed groups as if they were killed ones. It causes duplicate
4095 entries in gnus-newsrc-alist.
4096
4097 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4098
4099 * message.el (message-syntax-checks): Doc fix.
4100 (message-send-mail): Add check for continuation headers.
4101 (message-check-news-header-syntax): Fix regexp used to check for
4102 continuation headers.
4103
4104 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4105
4106 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4107
4108 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4109
4110 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4111
4112 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4113
4114 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4115 default-truncate-lines.
4116
4117 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4118
4119 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4120 to fill the utf-8 entry.
4121
4122 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4123
4124 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4125
4126 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4127
4128 * gnus-agent.el (directory-files-and-attributes): Move all the way
4129 forward (the third and final move).
4130 (gnus-agent-read-agentview): Trap reconstruction errors due to
4131 nonexistant directory. Handle by returning nil.
4132
4133 2006-05-30 Didier Verna <didier@xemacs.org>
4134
4135 * message.el (message-dont-reply-to-names): Update the custom type.
4136 * message.el (message-dont-reply-to-names): New defsubst: potentially
4137 convert a list of regexps into a single one.
4138 * message.el (message-get-reply-headers): Use it.
4139 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4140
4141 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4142
4143 * gnus-agent.el (directory-files-and-attributes): Move forward.
4144
4145 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4146
4147 * gnus-ml.el (gnus-mailing-list-subscribe)
4148 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4149 (gnus-mailing-list-message): Fix doc strings.
4150
4151 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4152
4153 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4154 of doing it manually.
4155
4156 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4157
4158 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4159 comment.
4160
4161 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4162
4163 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4164 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4165 (gnus-agent-read-local): All symbols allocated in my-obarray
4166 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4167 (gnus-agent-regenerate-group): Check numeric names to see if they are
4168 messages or groups.
4169 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4170 better way of do this...)
4171
4172 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4173 'dummy.group' (there should be a better way of do this...)
4174
4175 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4176
4177 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4178 (gnus-saved-headers): Ditto.
4179 (gnus-default-article-saver): Mention functions may have properties.
4180 (gnus-article-save): Override gnus-save-all-headers and
4181 gnus-saved-headers by :headers property which saver function may have.
4182 (gnus-summary-save-in-file): Add :headers property.
4183 (gnus-summary-write-to-file): Ditto.
4184
4185 * gnus-sum.el (gnus-summary-save-article): Bind
4186 gnus-prompt-before-saving to t when saving many articles in a file;
4187 always show all headers.
4188
4189 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4190
4191 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4192 marks.
4193
4194 * message.el (message-indent-citation): Add optional arguments to allow
4195 using it outside of message buffers.
4196
4197 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4198 (gnus-article-treat-unfold-headers): Use it.
4199 (gnus-article-truncate-lines): New variable.
4200 (gnus-article-mode): Use it.
4201 (gnus-article-toggle-truncate-lines): New function.
4202
4203 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4204 gnus-article-toggle-truncate-lines.
4205
4206 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4207 coding system in XEmacs, use binary.
4208
4209 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4210
4211 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4212 after-load-alist.
4213
4214 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4215 this function should save decoded articles.
4216 (gnus-summary-write-to-file): Use property to specify this function
4217 should save decoded articles and specify gnus-summary-save-in-file
4218 should be used to save articles other than the first one when saving
4219 many articles.
4220 (gnus-summary-save-body-in-file): Use property to specify this
4221 function should save decoded articles.
4222 (gnus-summary-write-body-to-file): Use property to specify this
4223 function should save decoded articles and specify
4224 gnus-summary-save-body-in-file should be used to save articles other
4225 than the first one when saving many articles.
4226
4227 * gnus-sum.el (gnus-summary-save-article): Simplify.
4228
4229 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4230
4231 * gnus-art.el (gnus-default-article-saver): Add
4232 gnus-summary-write-body-to-file.
4233 (gnus-article-save-coding-system): Don't use coding system object
4234 in XEmacs.
4235 (gnus-read-save-file-name): Add optional `dir-var' argument which
4236 specifies directory in which files are saved; work even if optional
4237 `variable' argument is not specified.
4238 (gnus-summary-write-to-file): Read file name.
4239 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4240 (gnus-summary-write-body-to-file): New function.
4241
4242 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4243 (gnus-summary-local-variables): Add it.
4244 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4245 (gnus-summary-save-article): Remove optional `decode' argument;
4246 determine whether to decode articles by the value of
4247 gnus-default-article-saver; when saving many files using
4248 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4249 it first and use gnus-summary-save-in-file or
4250 gnus-summary-save-body-in-file thereafter unless
4251 gnus-prompt-before-saving is always; move point to article which
4252 will be saved.
4253 (gnus-summary-save-article-file): Revert.
4254 (gnus-summary-write-article-file): Revert.
4255 (gnus-summary-save-article-body-file): Revert.
4256 (gnus-summary-write-article-body-file): New function.
4257
4258 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4259
4260 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4261
4262 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4263
4264 * gnus-art.el (gnus-default-article-saver): Doc fix.
4265 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4266 from gnus-summary-save-article-coding-system, and default to a
4267 certain coding system.
4268 (gnus-output-to-file): Add coding cookie and encode text according
4269 to gnus-article-save-coding-system; don't use mm-append-to-file.
4270
4271 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4272 gnus-art.el and rename to gnus-article-save-coding-system.
4273 (gnus-summary-save-article): Require gnus-art; don't show all
4274 headers if it decodes articles; don't add coding cookie here;
4275 don't bind mm-text-coding-system-for-write.
4276 (gnus-summary-save-article-file): Save decoded articles.
4277 (gnus-summary-write-article-file): When saving many files, use
4278 gnus-summary-write-to-file first and gnus-summary-save-in-file
4279 thereafter unless gnus-prompt-before-saving is always.
4280 (gnus-summary-save-article-body-file): Save decoded articles.
4281
4282 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4283
4284 * nnrss.el (nnrss-check-group): Bind hash-index.
4285
4286 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
4287
4288 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4289 its hash index. Store this hash in `nnrss-group-data'.
4290 (nnrss-read-group-data): Update accordingly.
4291
4292 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4293
4294 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4295 entry.
4296
4297 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4298 gnus-article-browse-html-article.
4299
4300 2006-05-23 Hynek Schlawack <hynek@ularx.de>
4301
4302 * gnus-sum.el (gnus-summary-mime-map): Add
4303 gnus-article-browse-html-article.
4304 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4305
4306 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4307 suitable coding systems in customize.
4308
4309 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4310
4311 * mail-source.el (mail-sources): Fix custom type.
4312
4313 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4314
4315 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4316 (gnus-summary-expire-articles-now): Shorten prompt.
4317
4318 * gmm-utils.el (wid-edit): Require.
4319 (defun-gmm): Renamed from `gmm-defun-compat'.
4320 (gmm-image-search-load-path): Use it.
4321 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4322
4323 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4324
4325 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4326 variable.
4327 (gnus-summary-save-article): Add optional `decode' argument. If
4328 it is set and gnus-summary-save-article-coding-system is non-nil,
4329 save decoded article.
4330 (gnus-summary-write-article-file): Save decoded article if
4331 gnus-summary-save-article-coding-system is non-nil.
4332
4333 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4334 type.
4335
4336 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4337
4338 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4339
4340 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4341
4342 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4343 first to test gnus-single-article-buffer which may be buffer-local.
4344
4345 * gnus-sum.el (gnus-summary-setup-buffer): Make
4346 gnus-single-article-buffer buffer-local and nil in ephemeral
4347 group; make gnus-article-buffer, gnus-article-current, and
4348 gnus-original-article-buffer always buffer-local.
4349 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4350 group.
4351 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4352
4353 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4354
4355 * nnml.el (nnml-request-compact-group): Compressed files might not
4356 have .gz extension.
4357
4358 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4359
4360 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4361 (mm-copy-to-buffer): Use with-current-buffer.
4362 (mm-display-part): Simplify.
4363 (mm-inlinable-p): Add optional arg `type'.
4364
4365 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4366
4367 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4368 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4369 Try harder to show the attachment internally or externally using
4370 gnus-mime-view-part-as-type.
4371
4372 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4373
4374 * message.el (message-from-style, message-signature-separator)
4375 (message-user-organization-file, message-send-mail-function)
4376 (message-citation-line-function, message-yank-prefix)
4377 (message-indent-citation-function, message-signature)
4378 (message-signature-file, message-signature-insert-empty-line):
4379 Remove autoloads.
4380
4381 * gnus-art.el (gnus-buttonized-mime-types): Remove
4382 "multipart/signed". Revert 2006-04-26 change.
4383
4384 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4385
4386 * gnus.el (gnus-version-number): Bump version.
4387
4388 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4389
4390 * gnus.el: No Gnus v0.5 is released.
4391
4392 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4393
4394 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4395 fetching articles by message-id.
4396
4397 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4398
4399 * message.el (hashcash): Require hashcash as normal.
4400
4401 * ecomplete.el (ecomplete-highlight-match-line): Use
4402 point-at-eol.
4403 (ecomplete-highlight-match-line): Use `highlight', because that
4404 face exists in both Emacs and XEmacs.
4405
4406 * message.el (message-display-abbrev): Use point-at-bol.
4407
4408 * mail-source.el: Don't require timer/timer-funcs.
4409
4410 * gnus-async.el: Ditto.
4411
4412 * password.el: Ditto.
4413
4414 * mm-url.el: Ditto.
4415
4416 * mm-util.el: Require timer/timer-funcs.
4417
4418 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4419
4420 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4421 Close.
4422
4423 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4424
4425 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4426 unibyte after clear-decrypt function runs.
4427
4428 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4429 returns as a unibyte string.
4430
4431 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4432
4433 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4434 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4435 (mml1991-pgg-encrypt): Ditto.
4436
4437 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4438
4439 * message.el (message-user-organization-file): Check several
4440 locations of the organization file.
4441
4442 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4443 Add gnus-article-view-part-as-type.
4444
4445 * gnus-art.el (gnus-article-view-part-as-type): New function.
4446
4447 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4448 .mobi and .travel. Remove .nato, .bitnet and .uucp.
4449
4450 * mml.el: Simplify autoload.
4451 (mml-mode): defvar dnd-protocol-alist instead of using
4452 symbol-value.
4453 (mml-default-directory): New variable.
4454 (mml-minibuffer-read-file): Use it.
4455 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4456
4457 * message.el (message-citation-line-format): New variable.
4458 (message-insert-formated-citation-line): New function.
4459 (message-citation-line-function): Add
4460 `message-insert-formated-citation-line' to custom type.
4461
4462 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4463 to doc string.
4464
4465 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4466 depending on mm-verify-option.
4467
4468 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4469
4470 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4471 binding pgg-* variables; reimplement the section which prevents
4472 MIME header from being signed.
4473 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4474 pgg-text-mode; remove a blank line at the top of body.
4475
4476 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4477 lines at the top of body; use gnus-newsgroup-charset if there's no
4478 Charset header.
4479
4480 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4481
4482 * message.el (message-self-insert-commands): Doc fix.
4483
4484 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4485 (mm-uu-pgp-encrypted-test): Ditto.
4486 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4487 between header and body; return application/pgp-encrypted handle
4488 if decryption failed; decode decrypted body by charset.
4489
4490 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4491 element match to application/pgp-*.
4492
4493 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4494
4495 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4496 HTML.
4497
4498 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4499
4500 * mail-source.el (mail-source-call-script): Message the error
4501 string.
4502
4503 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4504
4505 * gnus-util.el (gnus-byte-compile): Use it.
4506
4507 2006-04-22 xyblor <fake@invalid.email> (tiny change)
4508
4509 * gnus-util.el (kill-empty-logs): New function.
4510
4511 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4512
4513 * message.el (message-mail-alias-type): Doc fix.
4514 (message-mail-alias-type-p): New function.
4515 (message-send): Use it.
4516 (message-mode): Ditto.
4517 (message-strip-forbidden-properties): Ditto.
4518
4519 * ecomplete.el (ecomplete-database-file-coding-system): New
4520 variable.
4521 (ecomplete-save): Use it.
4522 (ecomplete-setup): Use it.
4523
4524 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4525
4526 * message.el (message-self-insert-commands): New variable.
4527 (message-strip-forbidden-properties): Use it.
4528
4529 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4530
4531 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4532 that doesn't make XEmacs choke.
4533
4534 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4535
4536 * gnus-util.el (gnus-replace-in-string):
4537 Prefer replace-regexp-in-string over of replace-in-string.
4538
4539 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4540
4541 * gnus-util.el (gnus-select-frame-set-input-focus):
4542 Use select-frame-set-input-focus if it is available in XEmacs; use
4543 definition defined in Emacs 22 for old Emacsen.
4544
4545 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4546
4547 * mm-view.el (mm-inline-text): Use equal instead of equalp.
4548
4549 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4550
4551 * gnus-registry.el (gnus-registry-cache-save): Remove text
4552 properties when saving via the temp buffer.
4553
4554 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4555
4556 * message.el (message-generate-hashcash): Honor custom type.
4557
4558 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4559
4560 * message.el (message-generate-hashcash): Default to non-nil when
4561 hashcash is found.
4562
4563 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4564 (gnus-refer-thread-limit): Increase default to 500.
4565
4566 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4567
4568 * flow-fill.el (fill-flowed): Allow delete-space.
4569
4570 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4571
4572 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4573 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4574 Remove autoloads.
4575
4576 2006-04-18 Simon Josefsson <jas@extundo.com>
4577
4578 * message.el (message-generate-hashcash): Default to.
4579
4580 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4581
4582 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4583 concatenating segments rather than before concatenating them.
4584
4585 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4586
4587 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4588
4589 * imap.el (imap-quote-specials): New function.
4590 (imap-login-auth): Quote specials.
4591
4592 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4593
4594 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4595
4596 * message.el (message-forward-make-body-plain): Allow
4597 message-forward-ignored-headers to be a list.
4598 (message-remove-ignored-headers): Factor out into function.
4599 (message-forward-make-body-mml): Use it.
4600 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4601 (rfc2231-parse-string): Allow concatanation of parameters that
4602 aren't contiguous. The test case is
4603 (mail-header-parse-content-type "message/external-body;
4604 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4605 access-type=LOCAL-FILE;
4606 name*1*=plugh%2fhello-sailor%2fbing.pdf")
4607
4608 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4609
4610 * nntp.el (nntp-accept-process-output): Return the value of
4611 `nnheader-accept-process-output'.
4612
4613 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4614
4615 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4616 (gnus-button-alist): Recognize more diff formats.
4617 (gnus-button-patch): Strip directory.
4618
4619 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4620
4621 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4622 Emacs 22 when setting focus.
4623
4624 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4625
4626 * gnus-art.el (gnus-article-treat-types): Do treatment of
4627 text/x-verbatim parts.
4628 (gnus-button-patch): New command.
4629
4630 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4631 addresses that contain invalid characters.
4632
4633 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4634
4635 * message.el (message-put-addresses-in-ecomplete): Use
4636 gnus-replace-in-string.
4637 (message-is-yours-p): Use the more correct
4638 mail-header-parse-address instead of
4639 mail-extract-address-components.
4640 (message-put-addresses-in-ecomplete): Fix typo.
4641
4642 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4643 keystroke.
4644
4645 * gnus-art.el (gnus-treatment-function-alist): Change order of
4646 newsgroups/generic header folding to avoid double-folding.
4647
4648 * message.el (message-hidden-headers): Add X-Draft-From.
4649
4650 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4651 command.
4652 (gnus-summary-repeat-search-article-backward): New command.
4653
4654 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4655 groups in the parent topic.
4656
4657 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
4658
4659 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4660 (spam-extra-header-to-number): Return the CRM114 number as a
4661 number instead of a string.
4662
4663 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4664
4665 * gnus-art.el (gnus-face-properties-alist): Moved here from
4666 gnus-fun.
4667
4668 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4669
4670 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4671
4672 * message.el (message-strip-forbidden-properties): Only display on
4673 self-insert-command.
4674
4675 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4676 reindent.
4677 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4678
4679 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
4680
4681 * smiley.el (smiley-style): Fix typo.
4682
4683 2006-03-23 Kenichi Handa <handa@m17n.org>
4684
4685 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4686 instead of set-buffer-multibyte.
4687
4688 2006-03-23 Kenichi Handa <handa@m17n.org>
4689
4690 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4691 buffer and then decode the buffer text if necessary.
4692 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4693 first, and after mm-encode-body, change the buffer to unibyte.
4694
4695 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4696
4697 * hashcash.el (hashcash-insert-payment-async-2): Use
4698 message-goto-eoh instead of doing it manually.
4699 (mail-add-payment): Use message-narrow-to-header instead of trying
4700 to do the same itself.
4701
4702 * message.el (message-hidden-headers): Add Face.
4703
4704 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4705 reparenting code.
4706 (gnus-summary-reparent-children): Refactored out code.
4707 (gnus-summary-thread-map): New keystroke.
4708 (gnus-summary-reparent-children): Make into command.
4709
4710 * smiley.el (smiley-style): Default to `medium' if using a large
4711 font.
4712
4713 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4714 does it itself.
4715
4716 * message.el (message-point-in-header-p): Simplify definition.
4717
4718 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4719
4720 * nnagent.el (nnagent-request-set-mark): Silence log file
4721 writing.
4722 (nnagent-request-set-mark): Use write-region instead of
4723 append-to-file.
4724
4725 * gnus-sum.el (gnus-read-header): Fudge article number if using a
4726 strange select method.
4727
4728 * ecomplete.el (ecomplete-display-matches): Get highlightling
4729 right.
4730 (ecomplete-display-matches): Use literals.
4731 (ecomplete-display-matches): Disable message logging.
4732
4733 * message.el (message-display-abbrev): Small optimization.
4734
4735 * ecomplete.el (ecomplete-display-matches): Allow automatic
4736 display.
4737
4738 * message.el (message-strip-forbidden-properties): Display
4739 abbrevs.
4740 (message-display-abbrev): Get automatic display right.
4741
4742 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4743 keystrokes.
4744
4745 2006-04-13 Romain Francoise <romain@orebokech.com>
4746
4747 TODO: Backport to v5-10!
4748
4749 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4750 Moved here (and renamed) from gnus-registry.el.
4751
4752 * gnus-registry.el: Require gnus-util.
4753 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4754
4755 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4756
4757 * gnus-group.el (gnus-group-catchup-current): Change
4758 if-then-else-if-then-else into cond.
4759 (gnus-group-catchup): Indent.
4760 (group-name-at-point): New function.
4761 (gnus-fetch-group): Provide default from thing at point.
4762
4763 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4764
4765 * message.el (message-display-abbrev): Fix regexp.
4766
4767 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4768 choosing.
4769 (ecomplete-highlight-match-line): Fix up code rewrite, remove
4770 dead variables.
4771
4772 * message.el (message-newline-and-indent): Remove debugging.
4773 (message-display-abbrev): Use new implementation.
4774
4775 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4776
4777 * gnus-art.el (gnus-article-mode): Set
4778 cursor-in-non-selected-windows to nil.
4779
4780 * smiley.el: Revert previous change.
4781 (smiley-data-directory): defvar it before using it in the
4782 defcustom of `smiley-style'.
4783
4784 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4785
4786 * message.el (message-newline-and-indent): New function.
4787
4788 * ecomplete.el: Implement more bits.
4789
4790 * message.el (message-put-addresses-in-ecomplete): Clean up the
4791 string.
4792
4793 * ecomplete.el (ecomplete-add-item): Chop off decimals.
4794
4795 * gnus-sum.el (gnus-summary-save-parts): Bind
4796 gnus-summary-save-parts-counter and use it to make unique file
4797 names.
4798
4799 * gnus-art.el (gnus-ignored-headers): Add some more headers.
4800
4801 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4802 parameter to say whether to actually parse the individual
4803 addresses.
4804
4805 * message.el (message-put-addresses-in-ecomplete): New function.
4806 (ecomplete): Require.
4807 (message-mail-alias-type): Add ecomplete as an option.
4808
4809 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
4810
4811 * flow-fill.el (fill-flowed): Remove trailing space from blank
4812 quoted lines.
4813
4814 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4815
4816 * smiley.el (smiley-style): Move definition later to avoid a
4817 compilation warning.
4818
4819 2006-04-12 Kenichi Handa <handa@m17n.org>
4820
4821 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4822 buffer and then decode the buffer text if necessary.
4823 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4824 first, and after mm-encode-body, change the buffer to unibyte.
4825 Use mm-disable-multibyte instead of set-buffer-multibyte.
4826
4827 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
4828
4829 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4830 Content-Type header instead of Content-Disposition header.
4831 (gnus-mime-inline-part): Ditto.
4832 (gnus-mime-view-part-as-charset): Ignore charset that the part
4833 specifies.
4834
4835 * mm-decode.el (mm-display-part): Work with external parts and
4836 usual parts similarly.
4837
4838 * mm-extern.el (mm-inline-external-body): Use mm-display-part
4839 instead of gnus-display-mime.
4840
4841 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4842 instead of with-temp-buffer.
4843
4844 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4845 tag to summarized topics part in order to encode non-ASCII text.
4846
4847 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4848
4849 * smiley.el (smiley-style): New variable.
4850 (smiley-directory): New function.
4851 (smiley-data-directory): Derive from `smiley-style' using
4852 `smiley-directory'.
4853 (smiley-regexp-alist): Add new entries.
4854
4855 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4856 (gnus-article-browse-delete-temp): Add :version.
4857
4858 2006-04-11 Arne Jørgensen <arne@arnested.dk>
4859
4860 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4861 the sieve region.
4862
4863 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4864
4865 * gnus.el (gnus-version-number): Bump version.
4866
4867 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4868
4869 * gnus.el: No Gnus v0.4 is released.
4870
4871 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4872
4873 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
4874 layout.
4875
4876 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
4877 unknown charset.
4878
4879 * message.el (message-header-synonyms): Add Original-To to the
4880 default.
4881
4882 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
4883 optional parameter.
4884
4885 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4886
4887 * gnus-fun.el (gnus): Require it for gnus-directory.
4888
4889 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4890
4891 * gnus-fun.el (gnus-face-properties-alist): Add :version.
4892
4893 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4894
4895 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
4896
4897 2006-04-05 Simon Josefsson <jas@extundo.com>
4898
4899 * password.el (password-reset): New function.
4900
4901 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4902
4903 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
4904 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4905
4906 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4907
4908 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4909 Some whitespace was matched into the url, which broke browsing hits
4910 > 100 when mm-url-use-external was nil.
4911
4912 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
4913
4914 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
4915 gnus-extra-headers for 'Newsgroups.
4916
4917 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
4918 bound.
4919
4920 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4921
4922 * pgg-gpg.el: Clean up process buffers every time gpg processes
4923 complete.
4924
4925 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
4926
4927 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4928 doc string.
4929
4930 2006-04-03 Daiki Ueno <ueno@unixuser.org>
4931
4932 * pgg-gpg.el (pgg-gpg-process-filter)
4933 (pgg-gpg-wait-for-completion): Check if buffer is alive.
4934
4935 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4936 lines, temporary fix.
4937
4938 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
4939
4940 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
4941
4942 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4943
4944 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4945 default-enable-multibyte-characters. This reverts the change from
4946 revision 6.17 which is no longer necessary because the passphrase
4947 is sent separately now. GnuPG messages are unreadable under
4948 multibyte locales with default-enable-multibyte-characters set to
4949 nil.
4950
4951 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
4952
4953 * message.el (message-tool-bar-gnome): Move "spell".
4954
4955 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
4956
4957 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
4958 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
4959 instead.
4960
4961 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
4962
4963 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
4964 newsgroups handling for NNTP overviews which don't include
4965 Newsgroups.
4966
4967 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4968
4969 * message.el (message-resend): Bind message-generate-hashcash to nil.
4970
4971 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4972
4973 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
4974 when searching for already-paid recipients.
4975
4976 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4977
4978 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4979 passphrases when it is not needed.
4980 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4981 passphrase stuff from gpg, should only be necessary when you use
4982 gpg with a smartcard.
4983
4984 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
4985
4986 * mml.el (mml-insert-mime): Ignore cached contents of
4987 message/external-body part.
4988
4989 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
4990 (mm-insert-part): Ditto.
4991
4992 2006-03-23 Simon Josefsson <jas@extundo.com>
4993
4994 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
4995 Reiner.
4996 (pgg-gpg-use-agent-p): Use it again.
4997
4998 2006-03-23 Simon Josefsson <jas@extundo.com>
4999
5000 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5001 older emacsen.
5002 (pgg-gpg-use-agent-p): Don't use it.
5003
5004 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
5005
5006 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5007 if we can.
5008
5009 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5010
5011 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5012 (pgg-gpg-update-agent): New function.
5013 (pgg-gpg-use-agent-p): New function.
5014 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5015 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5016 (pgg-gpg-sign-region): Use it.
5017
5018 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
5019
5020 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5021 Reported by Ralf Wachinger <rwachinger@gmx.de>.
5022
5023 2006-03-21 Simon Josefsson <jas@extundo.com>
5024
5025 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5026 <wilde@sha-bang.de>.
5027 (pgg-gpg-use-agent): New variable.
5028 (pgg-gpg-process-region): Use it.
5029 (pgg-gpg-encrypt-region): Likewise.
5030 (pgg-gpg-encrypt-symmetric-region): Likewise.
5031 (pgg-gpg-decrypt-region): Likewise.
5032 (pgg-gpg-sign-region): Likewise.
5033 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5034
5035 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5036
5037 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5038
5039 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5040 Add comment on version.
5041
5042 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5043
5044 * smiley.el: Add missing test smiley.
5045
5046 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5047
5048 * mm-decode.el (mm-with-part): New macro.
5049 (mm-get-part): Use it; work with message/external-body as well.
5050 (mm-save-part): Treat name and filename equally.
5051
5052 * mm-extern.el (mm-extern-cache-contents): New function.
5053 (mm-inline-external-body): Use it; force the part to be displayed;
5054 move undisplayer added to the cached handle to the parent.
5055
5056 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5057 (gnus-mime-view-part-as-type): Work with message/external-body.
5058
5059 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5060
5061 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5062
5063 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5064 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5065 Emacs.]
5066
5067 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5068
5069 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5070 path rather than symbol. Always return list of directories.
5071 Guarantee that image directory comes first. [Sync with image.el,
5072 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
5073
5074 * message.el (message-make-tool-bar): Adjust to new API of
5075 `gmm-image-load-path-for-library'.
5076
5077 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5078
5079 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5080
5081 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5082
5083 * gnus-art.el (gnus-article-only-boring-p):
5084 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5085 intangible text.
5086 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5087
5088 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
5089
5090 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5091 `defun' instead of `gmm-defun-compat'.
5092
5093 2006-03-14 Simon Josefsson <jas@extundo.com>
5094
5095 * message.el (message-unique-id): Don't use message-number-base36
5096 if (user-uid) is a float.
5097 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5098
5099 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5100
5101 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5102
5103 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5104 empty line between a part and a message part.
5105
5106 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5107
5108 * smiley.el: Add more test smileys.
5109 (smiley-data-directory, smiley-regexp-alist)
5110 (gnus-smiley-file-types): Fix doc strings.
5111 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5112 adding new elements.
5113 (smiley-mouse-map): Unused code. Make it a comment.
5114
5115 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
5116
5117 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5118 scan latest NoCeM messages instead of old ones.
5119 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5120 delimiters that are recently used.
5121 (gnus-nocem-load-cache): Add autoload cookie.
5122
5123 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5124
5125 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5126 level which is larger than gnus-use-nocem is specified.
5127
5128 * gnus-group.el (gnus-group-get-new-news): Ditto.
5129
5130 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5131
5132 * gnus-util.el (gnus-tool-bar-update): New function.
5133
5134 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5135 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5136
5137 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5138
5139 * gnus-group.el (gnus-group-redraw-when-idle)
5140 (gnus-group-redraw-check): Remove.
5141 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5142
5143 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
5144
5145 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5146 if optional last element is specified in splits (FIELD VALUE...).
5147
5148 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
5149
5150 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5151 to gmm-image-load-path-for-library. Call with no-error argument.
5152 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5153
5154 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5155
5156 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5157
5158 * gmm-utils.el (gmm-image-load-path): Remove alias.
5159
5160 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
5161
5162 * gmm-utils.el (gmm-image-load-path): Add alias.
5163
5164 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5165 nnml-generate-nov-databases-1.
5166 (nnml-generate-nov-databases): Use it.
5167 (nnml-generate-nov-databases-directory): Document no-active
5168 argument.
5169
5170 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5171 directory if path is t. Add no-error.
5172
5173 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5174 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5175
5176 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5177 resetting gnus-article-browse-html-temp-list.
5178
5179 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5180 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5181 Add example to docstring. Rename local variables. Move error
5182 checks to default case in cond and simplify.
5183
5184 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
5185
5186 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5187 handle is multipart when calling it recursively.
5188 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5189
5190 2006-03-03 Daniel Pittman <daniel@rimspace.net>
5191
5192 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5193 Don't `gnus-uncompress-range' to avoid excessive memory usage.
5194
5195 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5196
5197 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5198 is loaded.
5199
5200 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5201 loaded.
5202
5203 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5204
5205 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5206 to "Emacs 23 (unicode)" in doc string.
5207
5208 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5209 "Emacs 23 (unicode)" in comment.
5210
5211 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5212
5213 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5214
5215 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5216 characters 160 through 255 in Emacs 23.
5217
5218 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5219
5220 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5221 gnus-article-browse-html-temp.
5222 (gnus-article-browse-delete-temp): Make it customizable. Add
5223 `file'. Adjust doc string.
5224 (gnus-article-browse-delete-temp-files): Add argument. Allow
5225 query for each file. Adjust doc string.
5226 (gnus-article-browse-html-parts): Add
5227 `gnus-article-browse-delete-temp-files' to
5228 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5229
5230 2006-03-02 Hynek Schlawack <hynek@ularx.de>
5231
5232 * gnus-art.el (gnus-article-browse-html-temp)
5233 (gnus-article-browse-delete-temp): New variables.
5234 (gnus-article-browse-delete-temp-files): New function.
5235 (gnus-article-browse-html-parts): Use it.
5236
5237 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5238
5239 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5240
5241 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5242 string.
5243
5244 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5245 gnus-summary-insert-new-articles when unplugged. Remove
5246 gnus-summary-search-article-forward.
5247
5248 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5249 display-visual-class instead of display-color-cells.
5250
5251 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5252
5253 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5254 message/* containing non-ASCII text properly.
5255
5256 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
5257
5258 * message.el: Require gmm-utils, remove autoloads.
5259 (message-tool-bar): Set default based on
5260 gmm-tool-bar-style.
5261 (message-tool-bar-gnome): Add gmm-customize-mode.
5262
5263 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5264 gmm-tool-bar-style.
5265 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5266
5267 * gnus-group.el (gnus-group-tool-bar): Set default based on
5268 gmm-tool-bar-style.
5269 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5270
5271 * gmm-utils.el (gmm-image-directory): Rename variable from
5272 gmm-image-load-path.
5273 (gmm-image-load-path): Use gmm-image-directory.
5274 (gmm-customize-mode): New function.
5275 (gmm-tool-bar-style): New variable.
5276
5277 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5278 gnus-group-redraw-line-number.
5279 (gnus-group-redraw-check): Simplify.
5280 (gnus-group-tool-bar-update): Remove redraw check.
5281 (gnus-group-make-tool-bar): Add redraw check.
5282
5283 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5284
5285 * gnus-art.el (gnus-button): Add missing parentheses.
5286
5287 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5288
5289 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5290
5291 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5292
5293 * gnus-art.el (gnus-button): New face.
5294 (gnus-article-button-face): Use it.
5295
5296 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5297 gnus-summary-next-page. Re-order.
5298
5299 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5300 next-node are now included.
5301 (gnus-group-redraw-line-number): New internal variable.
5302 (gnus-group-redraw-check): Helper function for updating the tool
5303 bar.
5304 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5305
5306 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5307
5308 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5309 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5310 Use it to match format of Spamassassin 3.0 and later. Reported by
5311 IRIE Tetsuya <irie@t.email.ne.jp>.
5312 (spam-check-bogofilter)
5313 (spam-bogofilter-register-with-bogofilter): Fix args of
5314 `gnus-error' calls.
5315
5316 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5317
5318 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5319 unnecessary interaction when sending queued mails. Reported by
5320 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5321
5322 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5323
5324 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5325 first or last are nil.
5326
5327 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5328
5329 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5330
5331 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5332
5333 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5334
5335 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5336
5337 * dns.el (query-dns): Protect more against buggy tcp output.
5338
5339 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
5340
5341 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5342 nov.php.
5343
5344 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5345
5346 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5347 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5348 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5349 output on the server side.
5350 (nnweb-google-create-mapping): Update regexps and add some
5351 progress indication.
5352
5353 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
5354
5355 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5356 gnus-agent-toggle-plugged. Re-order icons.
5357 (gnus-group-tool-bar-gnome): Add
5358 gnus-group-{prev,next}-unread-group.
5359 (gnus-group-tool-bar-gnome): Re-order icons.
5360
5361 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5362 gnus-summary-insert-new-articles.
5363
5364 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5365 comments.
5366
5367 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5368 also available in Emacs 21.3.
5369
5370 * message.el (message-fix-before-sending): Change "Emacs 22" to
5371 "Emacs 23 (unicode)" in comment.
5372
5373 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5374 "Emacs 23 (unicode)" in comment.
5375
5376 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5377 comment.
5378 (mm-coding-system-p): Add comment about no-MULE XEmacs.
5379
5380 * mm-view.el (mm-fill-flowed): Add :version.
5381
5382 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5383
5384 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5385 and load-path.
5386
5387 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
5388
5389 * message.el: Autoload gmm-image-load-path.
5390 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5391 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5392 consitency.
5393
5394 * gmm-utils.el (gmm-image-load-path): Also search in
5395 "../etc/images". Don't set gmm-image-load-path if we don't find
5396 the image.
5397
5398 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
5399
5400 * gmm-utils.el (gmm-image-load-path): Don't make
5401 `gmm-image-load-path' include subdirectories which the second arg
5402 `image' might specify.
5403
5404 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5405 subdirectory to icon file names.
5406
5407 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5408
5409 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
5410
5411 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5412 gmm-image-load-path calls.
5413
5414 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5415
5416 * message.el (message-make-tool-bar): Ditto.
5417
5418 * mml.el (mml-preview): Added comment concerning tool bar icons.
5419
5420 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5421 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5422
5423 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5424 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5425
5426 * message.el (message-tool-bar-gnome): Use new icon names.
5427 (message-make-tool-bar): Use `gmm-image-load-path'.
5428
5429 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5430 functions from MH-E.
5431 (gmm-image-load-path): New variable from MH-E.
5432 (gmm-image-load-path): New function from MH-E. Added arguments
5433 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5434 *-image-load-path-called-flag.
5435
5436 2006-02-21 Milan Zamazal <pdm@brailcom.org>
5437
5438 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5439
5440 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
5441
5442 * nnimap.el (nnimap-request-move-article): Change folder back to
5443 source group before deleting.
5444
5445 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
5446
5447 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5448
5449 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5450 mm-url.
5451
5452 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5453
5454 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
5455
5456 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5457 coding system which mm-charset-to-coding-system returns for a
5458 given charset is valid.
5459
5460 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5461
5462 * html2text.el (html2text-remove-tag-list):
5463 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5464
5465 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5466
5467 * gnus-cus.el: Revert 2005-10-17 change.
5468
5469 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5470
5471 * gnus-art.el (article-strip-banner): Call
5472 article-really-strip-banner only when the regexp match is made.
5473
5474 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
5475
5476 * gnus-art.el (article-strip-banner): Use
5477 gnus-extract-address-components instead of
5478 mail-header-parse-addresses to make it work with non-ASCII text;
5479 remove mail-encode-encoded-word-string.
5480
5481 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5482 values which are surrounded with \"...\"; make it never cause a
5483 Lisp error; give up parsing of parameters if it failed in
5484 extracting type.
5485
5486 2006-02-14 Arne Jørgensen <arne@arnested.dk>
5487
5488 * smime.el (smime-cert-by-ldap-1): Fix bug where
5489 `smime-ldap-search' returns results without userCertificates.
5490
5491 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
5492
5493 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5494
5495 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5496
5497 * spam.el (spam-check-spamassassin-headers): Adapt format for
5498 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5499 <ari@mbf.ocn.ne.jp>.
5500 (spam-list-of-processors): Add spam-use-gmane.
5501
5502 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5503
5504 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5505 make-temp-file; make it work with XEmacs as well.
5506
5507 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5508 mm-make-temp-file.
5509
5510 * mm-decode.el (mm-display-external): Use the 3rd arg of
5511 mm-make-temp-file.
5512 (mm-create-image-xemacs): Ditto.
5513
5514 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5515
5516 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5517 with message-narrow-to-headers.
5518 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5519 (gnus-draft-check-draft-articles): New function.
5520 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5521
5522 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
5523
5524 * gnus-art.el (gnus-article-browse-html-parts):
5525 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5526 Don't use suffix argument for mm-make-temp-file for Emacs 21
5527 compatibility. Remove useless `format'.
5528
5529 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5530
5531 * nnweb.el (nnweb-google-wash-article): Update regexps.
5532 (nnweb-group-alist): Use defvoo instead of defvar.
5533
5534 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5535
5536 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5537 re-loading nn* modules.
5538
5539 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5540
5541 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5542 for `tool-bar-mode' and don't check it's default-value.
5543
5544 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5545
5546 * message.el (message-make-tool-bar): Ditto.
5547
5548 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5549 `substring'. Shorten tmp-file name.
5550
5551 * gnus.el: Remove bogus comment.
5552
5553 2006-02-10 Hynek Schlawack <hynek@ularx.de>
5554
5555 * gnus-art.el (gnus-article-browse-html-parts): New function.
5556 (gnus-article-browse-html-article): New function for viewing html
5557 articles with a browser.
5558
5559 2006-02-09 Daiki Ueno <ueno@unixuser.org>
5560
5561 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5562 (mml2015-pgg-encrypt): Ditto.
5563
5564 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5565 (mml1991-pgg-encrypt): Ditto.
5566
5567 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5568
5569 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5570 message-make-date instead of current-time-string.
5571
5572 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5573 to gnus-decoded which mm-uu might set.
5574
5575 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5576
5577 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5578 don't decode quoted parameters; remove misimported Emacs code.
5579 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5580 (rfc2231-decode-encoded-string): Don't use split-string which
5581 behaves differently according to Emacs version; use
5582 mm-decode-coding-region to convert charset to coding-system.
5583 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5584 (rfc2231-encode-string): Remove misimported Emacs code.
5585
5586 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5587
5588 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5589 when calling mail-header-parse-content-type.
5590 (article-de-quoted-unreadable): Ditto.
5591 (article-de-base64-unreadable): Ditto.
5592 (article-wash-html): Ditto.
5593
5594 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5595 calling mail-header-parse-content-type and
5596 mail-header-parse-content-disposition.
5597 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5598 mail-header-parse-content-type.
5599
5600 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5601 insert charset and format parameters; encode description after
5602 inserting it to buffer.
5603 (mml-insert-parameter): Fold lines properly even if a parameter is
5604 segmented into two or more lines; change the max column to 76.
5605
5606 * rfc1843.el (rfc1843-decode-article-body): Don't use
5607 ignore-errors when calling mail-header-parse-content-type.
5608
5609 * rfc2231.el (rfc2231-parse-string): Return at least type if
5610 possible; don't cause an error even if it fails in parsing of
5611 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5612 (rfc2231-encode-string): Don't break lines at the beginning, leave
5613 it to mml-insert-parameter.
5614
5615 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5616 calling mail-header-parse-content-type.
5617
5618 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
5619
5620 * spam-report.el (spam-report-gmane-use-article-number):
5621 Improve doc string.
5622 (spam-report-gmane-internal): Check if a suitable header was found
5623 in the article.
5624
5625 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
5626
5627 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5628 (rfc2231-encode-string): Make param*=value always begin with LWSP.
5629
5630 2006-02-05 Romain Francoise <romain@orebokech.com>
5631
5632 Update copyright notices of all files in the gnus directory.
5633
5634 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5635
5636 * nnweb.el (nnweb-request-group): Avoid growing overview files.
5637
5638 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
5639
5640 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5641 segmented lines of parameter value to cope with Thunderbird 1.5
5642 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5643 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5644 (rfc2231-encode-string): Don't make lines exceeding 76 column.
5645
5646 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
5647
5648 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5649 parts.
5650
5651 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5652
5653 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5654 there's only one active file for all servers.
5655 (nnweb-request-scan): Make sure nnweb-articles is initialized on
5656 solid groups. Gnus might have used a FAST request to select the group.
5657 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5658 and nnweb-search redundantly in the active file.
5659 (nnweb-request-list): Don't list bogus groups. There can only be one.
5660 (nnweb-request-create-group): Don't use ARGS.
5661 (nnweb-possibly-change-server, nnweb-request-group): Remove some
5662 initialisations. Let nnoo do the work.
5663
5664 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5665
5666 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5667 Say the part has been decoded.
5668
5669 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5670
5671 2006-01-31 Kevin Ryde <user42@zip.com.au>
5672
5673 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5674 mailcap-viewer-test-cache when there's no 'test clause, since that
5675 will invert the meaning of a "nil" test previously determined by
5676 mailcap-mailcap-entry-passes-test.
5677
5678 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
5679
5680 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5681 compiling.
5682
5683 * gnus-sum.el: Ditto.
5684
5685 * message.el: Don't bind tool-bar-map when compiling.
5686
5687 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
5688
5689 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5690
5691 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5692
5693 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5694 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5695 current Google Groups.
5696
5697 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
5698
5699 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5700 and tool-bar-mode.
5701
5702 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5703 and tool-bar-mode.
5704
5705 * message.el (message-tool-bar-update): Simplify.
5706 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5707
5708 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5709 gnus-summary-buffer.
5710 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5711 gnus-summary-reply.
5712
5713 * gmm-utils.el (gmm): Add :version.
5714
5715 2006-01-26 Steve Youngs <steve@sxemacs.org>
5716
5717 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5718 autoload.
5719
5720 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5721
5722 * gmm-utils.el (gmm-verbose): Add :group.
5723
5724 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
5725
5726 * message.el: Change some comments WRT tool-bars.
5727
5728 * gnus-sum.el (gnus-summary-tool-bar)
5729 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5730 (gnus-summary-tool-bar-zap-list): New variables.
5731 (gnus-summary-make-tool-bar): Complete rewrite using
5732 `gmm-tool-bar-from-list'.
5733
5734 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5735 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5736 variables.
5737 (gnus-group-make-tool-bar): Complete rewrite using
5738 `gmm-tool-bar-from-list'.
5739 (gnus-group-tool-bar-update): New function.
5740
5741 * message.el (message-mode-field-menu): Add "Show hidden Headers".
5742
5743 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5744
5745 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5746 is dissected into a single part of which the type is the same as
5747 the given one; decode charset.
5748
5749 2006-01-21 Kevin Ryde <user42@zip.com.au>
5750
5751 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5752 into alists as symbol not string, since that's what
5753 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5754 look for.
5755
5756 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
5757
5758 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5759 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5760
5761 * message.el (message-tool-bar-gnome): Use gmm-ignore.
5762
5763 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5764
5765 * gnus-art.el (gnus-mime-security-button-commands): New variable.
5766 (gnus-mime-security-button-menu): New definition.
5767 (gnus-mime-security-button-map): Use them.
5768 (gnus-mime-security-button-menu): New function.
5769 (gnus-insert-mime-security-button): Addition to help echo.
5770 (gnus-mime-security-run-function, gnus-mime-security-save-part)
5771 (gnus-mime-security-pipe-part): New functions.
5772
5773 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5774 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5775
5776 * mm-decode.el (mm-handle-set-disposition): Remove.
5777 (mm-handle-set-description): Remove.
5778
5779 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5780
5781 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5782 (mm-w3m-standalone-supports-m17n-p): New function.
5783 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5784 w3m usage.
5785
5786 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5787 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5788
5789 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
5790
5791 * message.el (message-tool-bar-zap-list): Use
5792 gmm-tool-bar-zap-list as custom type.
5793 (message-tool-bar-update): New function.
5794 (message-tool-bar, message-tool-bar-gnome)
5795 (message-tool-bar-retro): Add message-tool-bar-update.
5796 (message-tool-bar-gnome): Add flyspell-buffer.
5797
5798 * gnus-util.el (gnus-error): Describe `args'.
5799
5800 * gmm-utils.el (gmm-error): Describe `args'.
5801 (gmm-tool-bar-zap-list): New widget.
5802 (gmm-tool-bar-from-list): Improve description of `zap-list'.
5803
5804 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5805
5806 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5807 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5808 the number of recursive calls.
5809
5810 * mm-decode.el (mm-handle-set-disposition): New macro.
5811 (mm-handle-set-description): New macro.
5812
5813 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5814
5815 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5816 encoding.
5817
5818 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5819
5820 * message.el (message-tool-bar-zap-list, message-tool-bar)
5821 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5822 (message-tool-bar-local-item-from-menu): Remove.
5823 (message-tool-bar-map): Replace by `message-make-tool-bar'.
5824 (message-make-tool-bar): New function.
5825 (message-mode): Use `message-make-tool-bar'.
5826
5827 * gmm-utils.el: New file.
5828 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5829 (gmm-lazy): New widget copied from `nnmail.el'.
5830 (gmm-tool-bar-from-list): New function for creating customizable
5831 tool bars.
5832 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
5833 output.
5834 (gmm): Add :prefix to defgroup.
5835
5836 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
5837
5838 * gmm-utils.el (gmm-widget-p): New function.
5839
5840 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5841
5842 * mml.el (mml-attach-file): Describe `description' in doc string.
5843 (mml-menu): Add Emacs MIME manual and PGG manual.
5844
5845 2006-01-20 Richard M. Stallman <rms@gnu.org>
5846
5847 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5848
5849 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
5850
5851 * nntp.el (nntp-end-of-line): Doc fix.
5852
5853 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
5854
5855 * imap.el (imap-open): Handle case where buffer is a buffer
5856 object.
5857
5858 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5859
5860 * gnus-delay.el (gnus-delay): Don't autoload.
5861 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5862 to be re-loaded when customizing the `gnus-delay' group.
5863
5864 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
5865
5866 * message.el (message-insert-citation-line): Use newlines.
5867
5868 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5869
5870 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
5871
5872 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
5873
5874 2006-01-19 Mark D. Baushke <mdb@gnu.org>
5875
5876 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
5877
5878 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
5879
5880 * mm-decode.el (mm-inlined-types): Add application/pgp.
5881 (mm-automatic-display): Ditto.
5882
5883 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
5884 part as text.
5885
5886 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5887
5888 * nnrss.el: Update copyright.
5889 (nnrss-opml-import): Query whether to subscribe to each entry.
5890
5891 * gnus-art.el:
5892 * gnus-sum.el:
5893 * mm-uu.el:
5894 * mm-view.el: Update copyright.
5895
5896 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
5897
5898 * message.el (message-info): New function.
5899 (message-mode-menu): Add it.
5900 Update copyright.
5901
5902 * ChangeLog: Fix and update copyright.
5903
5904 2006-01-13 Romain Francoise <romain@orebokech.com>
5905
5906 * message.el (message-forward-subject-name-subject): Prefer the
5907 address to 'nowhere' if the sender has no name.
5908 Fix typo. Update copyright year.
5909
5910 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
5911
5912 * gnus-art.el (article-wash-html): Use
5913 gnus-summary-show-article-charset-alist if a numeric arg is given.
5914 (gnus-article-wash-html-with-w3m-standalone): New function.
5915
5916 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
5917 mm-inline-text-html-render-with-w3m-standalone.
5918 (mm-text-html-washer-alist): Map w3m-standalone to
5919 gnus-article-wash-html-with-w3m-standalone.
5920 (mm-inline-text-html-render-with-w3m-standalone): New function.
5921
5922 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
5923
5924 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
5925 Improve LaTeX.
5926
5927 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5928
5929 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
5930 (nnrss-request-article): Render text/plain parts as HTML.
5931
5932 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
5933 the buffer.
5934
5935 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
5936
5937 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
5938 custom definition of `gnus-posting-styles'.
5939
5940 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
5941 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
5942
5943 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5944
5945 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
5946 Use nntp for bug archive.
5947
5948 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
5949
5950 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
5951 parts.
5952 (nnrss-normalize-date): New function converts ISO 8601 date into
5953 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
5954 (nnrss-check-group): Use it.
5955
5956 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
5957
5958 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
5959
5960 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
5961 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
5962 (nnrss-insert-w3): Ditto.
5963
5964 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
5965
5966 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
5967 the articles to be forwarded including the case where neither a
5968 number of articles nor a region is specified.
5969
5970 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
5971
5972 * nnrss.el (nnrss-request-article): Fix last change; fill
5973 text/plain parts.
5974
5975 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
5976
5977 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
5978 in text/plain part.
5979 (nnrss-check-group): Don't add excessive newline to dc:subject.
5980
5981 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
5982
5983 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
5984 article.
5985
5986 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5987
5988 * nnml.el: Don't require gnus-bcklg. Autoload it.
5989 (nnml-use-compressed-files, nnml-save-mail): Support other
5990 comression programs such as bzip2.
5991
5992 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5993
5994 * dns.el (query-dns): Make sure we check the buffer size before
5995 removing tcp headers.
5996
5997 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
5998
5999 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6000 remove MIME buttons associated with multipart/alternative parts.
6001 (gnus-mime-display-alternative): Tag buttons using `article-type'
6002 text property.
6003
6004 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6005 associated with multipart/alternative parts.
6006
6007 * gnus-art.el (gnus-signature-separator): Fix custom type.
6008
6009 * mm-decode.el (mm-inlined-types): Fix custom type.
6010 (mm-keep-viewer-alive-types): Ditto.
6011 (mm-automatic-display): Ditto.
6012 (mm-attachment-override-types): Ditto.
6013 (mm-inline-override-types): Ditto.
6014 (mm-automatic-external-display): Ditto.
6015
6016 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6017
6018 * spam-report.el (spam-report-user-mail-address)
6019 (spam-report-user-agent): New variables.
6020 (spam-report-url-ping-plain): Use spam-report-user-agent.
6021
6022 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
6023
6024 * gnus-art.el (gnus-button-handle-custom): Do not just use
6025 `customize-apropos' for any "M-x customize-*" button but the
6026 function called for. Accept both the function name and its
6027 argument in order to achieve this.
6028 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6029 function name to `gnus-button-handle-custom' in case of "M-x
6030 customize-*" buttons.
6031
6032 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6033
6034 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6035 multipart/alternative and add xref to mm-discouraged-alternatives
6036 in doc string.
6037
6038 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6039 gnus-buttonized-mime-types in doc string.
6040
6041 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6042
6043 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6044 Suggest image/.* in the doc string.
6045
6046 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6047
6048 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6049 message-marks (Debian bug #342521).
6050
6051 2005-12-12 Simon Josefsson <jas@extundo.com>
6052
6053 * password.el (password-read-from-cache): Add.
6054 (password-read): Use it.
6055
6056 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6057
6058 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6059 us-ascii as a MIME charset.
6060
6061 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6062 against the case where the 2nd arg TYPE is nil.
6063
6064 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6065
6066 * pop3.el (pop3-stream-type): Fix custom version.
6067
6068 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6069
6070 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6071
6072 * mm-decode.el (mm-display-external): Add missing cdr.
6073
6074 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6075
6076 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6077 RFC1524) if it is in mailcap or add a suffix according to
6078 mailcap-mime-extensions when generating a temp filename; postpone
6079 deleting a temp file for 2 seconds for some wrappers, shell
6080 scripts, and so on, which might exit right after having started a
6081 viewer command as a background job.
6082
6083 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6084
6085 * nntp.el (nntp-marks-directory): Fix custom group.
6086
6087 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6088 steps when < 10.
6089
6090 * gnus-start.el (gnus-no-server-1): Mention
6091 `gnus-level-default-subscribed' in doc string.
6092
6093 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6094
6095 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6096 parens.
6097
6098 2005-11-26 Dave Love <fx@gnu.org>
6099
6100 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6101 (tls-program, tls-success): Provide openssl alternative.
6102
6103 * starttls.el: Doc fixes.
6104 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6105 SERVICE to PORT.
6106
6107 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
6108 port null or service name.
6109 (starttls-negotiate): Autoload.
6110
6111 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6112
6113 * message.el (message-kill-to-signature): Fix interactive spec.
6114
6115 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6116
6117 * pop3.el (pop3-open-server): Recognize a string as a service name.
6118
6119 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6120
6121 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6122
6123 2005-11-23 Dave Love <fx@gnu.org>
6124
6125 Add pop3s, pop3/starttls.
6126
6127 * pop3.el (pop3-authentication-scheme): Clarify doc.
6128 (open-tls-stream, starttls-open-stream): Autoload.
6129 (pop3-stream-type): New.
6130 (pop3-open-server): Use it.
6131
6132 * mail-source.el (mail-sources): Fix some :types. Add stream type
6133 for POP.
6134 (mail-source-keyword-map): Add :stream for POP.
6135 (mail-source-fetch-pop): Use pop3-stream-type.
6136
6137 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6138
6139 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6140 of current-time-string.
6141
6142 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6143
6144 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6145 date header.
6146
6147 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6148
6149 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6150 it can seriously impact performance as it bypasses the agent's
6151 local caches.
6152
6153 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6154
6155 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6156 must be explicitly online rather than "not explicitly offline" for
6157 its flags to be synchronized.
6158
6159 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6160 that gnus-uu-unmark-thread will function correctly.
6161
6162 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6163 1024K is instead displayed as 1M.
6164
6165 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6166
6167 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6168
6169 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6170
6171 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6172
6173 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6174
6175 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6176 error message to display actual error condition.
6177 (gnus-agent-save-local): Avoid saving symbols that are bound to
6178 nil as they simply result in a warning message in
6179 gnus-agent-read-local.
6180
6181 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6182
6183 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6184 rather than make-variable-buffer-local for file-precious-flag.
6185
6186 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6187
6188 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6189 for duplicates which are removed. The invalid sort check then
6190 triggers a rescan after the sort as sorting may have moved
6191 duplicate entries such that they can be cheaply detected.
6192
6193 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6194
6195 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6196
6197 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6198
6199 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6200 internal variable to a custom variable. Changed default value
6201 from compressed(2) to uncompressed(1).
6202 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6203 support for uncompressed agentview files. Taken together, reading
6204 the agentview file should now be 6-7 times faster.
6205
6206 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6207
6208 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6209 as a buffer-local variable. This avoids creating truncated
6210 dribble files as a result of a hang up, eg.
6211
6212 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6213
6214 * gnus-start.el (gnus-start-draft-setup): Enforce
6215 `gnus-draft-mode' for nndraft:drafts at startup.
6216
6217 * gnus.el (gnus-splash): Change custom group.
6218 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6219 allow-list argument.
6220
6221 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6222 string.
6223
6224 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6225
6226 * gnus-art.el (gnus-default-article-saver): Add user-defined
6227 `function' to custom type.
6228
6229 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6230
6231 * imap.el (imap-open): Handle case where buffer is a buffer
6232 object.
6233
6234 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6235
6236 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6237 long lines.
6238 (gnus-cache-delete-group): Wrap doc strings.
6239
6240 * gnus-agent.el (gnus-agent-rename-group)
6241 (gnus-agent-delete-group): Wrap doc strings.
6242
6243 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6244
6245 * gnus-start.el (gnus-1): Add "native" to
6246 gnus-predefined-server-alist.
6247
6248 * gnus.el (gnus-method-to-server): Don't add "native" to the
6249 lists here, because that leads to problems when
6250 gnus-select-method is bound.
6251
6252 2005-11-09 Simon Josefsson <jas@extundo.com>
6253
6254 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6255 use (not sort-by-date) instead.
6256
6257 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6258
6259 * gnus-delay.el (gnus-delay-group): Don't autoload.
6260 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6261 to be re-loaded when customizing the `gnus-delay' group.
6262
6263 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6264
6265 * message.el: Revert last changes.
6266 (message-insert-citation-line): Use newlines.
6267
6268 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6269
6270 * message.el (message-courtesy-message)
6271 (message-mark-insert-begin, message-mark-insert-end)
6272 (message-elide-ellipsis, message-cancel-message)
6273 (message-add-header, message-change-subject)
6274 (message-cross-post-followup-to-header)
6275 (message-cross-post-insert-note, message-reduce-to-to-cc)
6276 (message-widen-reply, message-delete-not-region)
6277 (message-kill-to-signature, message-insert-signature)
6278 (message-insert-importance-high, message-insert-importance-low)
6279 (message-insert-or-toggle-importance)
6280 (message-insert-disposition-notification-to)
6281 (message-indent-citation, message-yank-original)
6282 (message-cite-original-without-signature, message-cite-original)
6283 (message-insert-citation-line, message-position-on-field)
6284 (message-fix-before-sending, message-send-mail-partially)
6285 (message-send-mail, message-send-mail-with-sendmail)
6286 (message-send-mail-with-qmail, message-send-news)
6287 (message-check-news-header-syntax, message-generate-headers)
6288 (message-insert-courtesy-copy, message-fill-address)
6289 (message-fill-header, message-shorten-references)
6290 (message-setup-1, message-cancel-news)
6291 (message-forward-make-body-plain, message-forward-make-body-mime)
6292 (message-forward-make-body-mml, message-encode-message-body)
6293 (message-forward-make-body-digest-plain)
6294 (message-forward-make-body-digest-mime)
6295 (message-use-alternative-email-as-from): Insert `hard-newline'
6296 instead of ordinary newlines.
6297
6298 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6299
6300 * message.el (message-generate-headers): Downcase the argument
6301 given to message-check-element.
6302
6303 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6304
6305 * nntp.el (nntp-authinfo-rejected): New error condition.
6306 (nntp-wait-for): Use new error condition to signal authentication
6307 error.
6308 (nntp-retrieve-data): Rethrow new error condition to break out of
6309 recursive call to nntp-send-authinfo.
6310
6311 2005-11-08 Romain Francoise <romain@orebokech.com>
6312
6313 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6314 (gnus-summary-exit-map): Bind to `Z p'.
6315 (gnus-summary-make-menu-bar): Add menu item.
6316
6317 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6318
6319 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6320 (gnus-treat-*): Add `first' in all doc strings.
6321
6322 * gnus-group.el (gnus-group-compact-group): Fix typo.
6323
6324 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6325
6326 * gnus.el (gnus-parameters-case-fold-search): New variable.
6327 (gnus-parameters-get-parameter): Use it.
6328
6329 * gnus-score.el (gnus-home-score-file): Doc fix.
6330
6331 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6332
6333 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6334
6335 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6336
6337 * mm-util.el (mm-special-display-p): New function.
6338
6339 * mml.el (mml-preview): Use it; doc fix.
6340
6341 2005-10-29 Romain Francoise <romain@orebokech.com>
6342
6343 * message.el (message-fix-before-sending): Fix comment.
6344
6345 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6346
6347 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6348
6349 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6350
6351 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6352 Used in gnus-score.el.
6353
6354 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6355
6356 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6357
6358 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6359
6360 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6361 whitespace removed in revision 7.8. Use concatenated string to
6362 protect trailing whitespace.
6363
6364 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
6365
6366 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6367 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6368 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6369 Courier IMAP ("some version from 2004"). Mostly based on similar
6370 code in the same function.
6371
6372 2005-10-26 Didier Verna <didier@xemacs.org>
6373
6374 * gnus-group.el (gnus-group-compact-group): Invalidate original
6375 article buffer.
6376 * gnus-srvr.el (gnus-server-compact-server): Ditto.
6377 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6378 NOV database and in article itself.
6379 Invalidate article backlog.
6380
6381 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6382
6383 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6384
6385 2005-10-26 Simon Josefsson <jas@extundo.com>
6386
6387 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6388 part of 2004-07-25 change.
6389
6390 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6391
6392 * message.el (message-display-completion-list): New function.
6393 (message-expand-group): Use it; make sure the Completions buffer
6394 is modifiable.
6395
6396 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6397
6398 * imap.el (imap-open): Handle case where buffer is a buffer object.
6399
6400 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6401
6402 * pgg-def.el:
6403 * pgg-gpg.el:
6404 * pgg-parse.el:
6405 * pgg-pgp.el:
6406 * pgg-pgp5.el:
6407 * pgg.el: Move to the parent lisp directory.
6408
6409 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6410
6411 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6412 user-mail-name is an empty string.
6413
6414 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6415
6416 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6417 depending on gnus-score-decay-constant.
6418
6419 * encrypt.el (encrypt-insert-file-contents)
6420 (encrypt-write-file-contents): Don't use `gnus-message'.
6421
6422 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6423 arguments.
6424 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6425 arguments to mm-uu-verbatim-marks-extract.
6426 (mm-uu-hide-markers): New variable.
6427 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6428
6429 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6430 (gnus-convert-image-to-face-command): Use "convert" by default to
6431 allow other input image formats.
6432 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6433 accordingly.
6434
6435 2005-10-23 Simon Josefsson <jas@extundo.com>
6436
6437 * imap.el (imap-gssapi-program): Align command line parameters
6438 with latest GNU SASL.
6439 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6440
6441 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6442
6443 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6444 HTML.
6445 (nnslashdot-request-article): Ditto.
6446
6447 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6448
6449 * mail-source.el (mail-source-fetch-pop): Require pop3.
6450 (mail-source-check-pop): Ditto.
6451
6452 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6453
6454 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6455 errors.
6456
6457 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6458
6459 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6460 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6461
6462 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6463
6464 * mm-bodies.el (mm-decode-string): Call
6465 `mm-charset-to-coding-system' with allow-override argument.
6466
6467 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6468
6469 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6470 (rfc2047-charset-to-coding-system): New function.
6471 (rfc2047-decode-encoded-words): New function.
6472 (rfc2047-decode-region): Use them.
6473 (rfc2047-decode-cte): Remove.
6474 (rfc2047-parse-and-decode): Remove.
6475 (rfc2047-decode): Remove.
6476
6477 2005-10-15 Kenichi Handa <handa@m17n.org>
6478
6479 * rfc2047.el (rfc2047-decode-cte): New function.
6480 (rfc2047-decode-region): Change the way to decode successive
6481 encoded-words: decode B- or Q-encoding in each encoded-word,
6482 concatenate them, and decode it as charset.
6483
6484 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6485
6486 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6487 widget-move-and-invoke.
6488 (gnus-custom-mode): Use gnus-custom-map.
6489
6490 2005-10-15 Bill Wohler <wohler@newt.com>
6491
6492 * message.el (message-tool-bar-map): Renamed image file from
6493 mail_send to mail/send.
6494
6495 2005-10-16 Masatake YAMATO <jet@gyve.org>
6496
6497 * message.el (message-expand-group): Pass the common
6498 prefix substring of completion to `display-completion-list'.
6499
6500 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6501
6502 * mml-sec.el (mml-secure-method): New internal variable.
6503 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6504 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6505 functions using mml-secure-method.
6506
6507 * mml.el (mml-mode-map): Add key bindings for those functions.
6508 (mml-menu): Simplify security menu entries. Suggested by Jesper
6509 Harder <harder@myrealbox.com>.
6510 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6511 end of message if point is the headers of the message.
6512
6513 * message.el (message-in-body-p): New function.
6514
6515 * assistant.el: Autoload gnus-util and netrc.
6516
6517 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6518 Use `mm-charset-override-alist' only when decoding.
6519
6520 * mm-bodies.el (mm-decode-body): Call
6521 `mm-charset-to-coding-system' with allow-override argument.
6522
6523 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6524 `filename' from Content-Disposition if Content-Type doesn't
6525 provide `name'.
6526 (gnus-mime-view-part-as-type): Set default instead of
6527 initial-input.
6528
6529 2005-10-09 Daniel Brockman <daniel@brockman.se>
6530
6531 * format-spec.el (format-spec): Propagate text properties of % spec.
6532
6533 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6534
6535 * gnus-art.el (gnus-treat-predicate): Add `first'.
6536
6537 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6538
6539 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6540 (mm-charset-override-alist): New variable.
6541 (mm-charset-to-coding-system): Use it.
6542 (mm-codepage-setup): New helper function.
6543 (mm-charset-eval-alist): New variable.
6544 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6545 about unknown charsets.
6546
6547 2005-10-04 David Hansen <david.hansen@gmx.net>
6548
6549 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6550 (nnrss-check-group): Ditto.
6551
6552 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6553
6554 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6555 Rename x-gnus-verbatim to x-verbatim.
6556 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6557
6558 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6559 x-verbatim.
6560
6561 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6562
6563 * gnus-util.el (gnus-remove-duplicates): Remove.
6564
6565 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6566 instead of gnus-remove-duplicates.
6567
6568 * message.el (message-remove-duplicates): Remove.
6569 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6570 message-remove-duplicates.
6571
6572 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6573 available, else use implementation from `delete-dups'.
6574
6575 * message.el (message-insert-expires): New function.
6576 (message-mode-map): Add key binding.
6577 (message-mode-field-menu): Add menu entry.
6578 (message-mode): Document it.
6579 (message-make-expires-date): Use `message-make-date'.
6580
6581 2005-10-04 Josh Huber <huber@alum.wpi.edu>
6582
6583 * message.el (message-make-expires-date): New function.
6584
6585 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6586
6587 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6588
6589 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6590
6591 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6592 function rather than the diff-mode.el package.
6593 (mm-display-external): Use with-current-buffer.
6594 (mm-viewer-completion-map, mm-viewer-completion-map):
6595 Move initialization inside declaration.
6596
6597 2005-09-29 Simon Josefsson <jas@extundo.com>
6598
6599 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6600 autoload mail-check-payment.
6601 (spam-check-hashcash): Define unconditionally, since hashcash.el
6602 is part of Gnus now. Ignore errors from payment checking.
6603
6604 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6605
6606 * message.el (message-bold-region, message-unbold-region): Rename
6607 from `bold-region' and `unbold-region'.
6608
6609 * message.el: Remove useless autoloads.
6610
6611 2005-09-28 Simon Josefsson <jas@extundo.com>
6612
6613 * message.el (message-use-idna): Default to t.
6614 (message-use-idna): Test whether encoding works too. Doc fix.
6615
6616 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6617
6618 * nntp.el (nntp-warn-about-losing-connection): Remove.
6619
6620 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6621
6622 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6623 customizable. Change default value.
6624 (mm-uu-diff-groups-regexp): Change default value.
6625 (mm-uu-type-alist): Add doc string.
6626 (mm-uu-configure): Add doc string. Make it interactive.
6627 (mm-uu-tex-groups-regexp): New variable.
6628 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6629 (mm-uu-type-alist): Add LaTeX documents.
6630 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6631 of "text/verbatim".
6632 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6633
6634 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6635 instead of "text/verbatim".
6636
6637 * message.el (message-mark-inserted-region)
6638 (message-mark-insert-file): Use slrn style marks when called with
6639 prefix argument.
6640
6641 2005-09-27 Simon Josefsson <jas@extundo.com>
6642
6643 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6644
6645 2005-09-27 Arne Jørgensen <arne@arnested.dk>
6646
6647 * message.el (message-remove-duplicates): New function.
6648 Implementation borrowed from `gnus-remove-duplicates'.
6649 (message-idna-to-ascii-rhs): Also encode idna addresses in
6650 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6651 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6652 only ask about the same idna domain once per header and also tell
6653 in what header to replace the idna domain.
6654
6655 * gnus-art.el (article-decode-idna-rhs): Also decode idna
6656 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6657 (article-decode-idna-rhs): Fix regexp so that all idna-address in
6658 a header is decoded and not just the last one.
6659
6660 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6661
6662 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6663 has been decoded.
6664
6665 * mm-decode.el (mm-automatic-display): Add text/verbatim.
6666 (mm-insert-part): Don't modify text if it has been decoded.
6667
6668 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6669 decoded.
6670
6671 * mm-view.el (mm-inline-text): Don't strip text props unless
6672 decoding enriched or richtext parts.
6673
6674 2005-09-25 Romain Francoise <romain@orebokech.com>
6675
6676 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6677 * gnus-start.el (gnus-subscribe-interactively):
6678 * gnus-uu.el (gnus-uu-grab-articles):
6679 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6680 space.
6681
6682 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
6683
6684 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6685 * mm-view.el (mm-view-pkcs7-decrypt):
6686 * gnus-sum.el (gnus-summary-limit-to-extra)
6687 (gnus-summary-respool-article, gnus-read-move-group-name):
6688 * gnus-score.el (gnus-summary-increase-score):
6689 * gnus-util.el (gnus-completing-read-with-default):
6690 * gnus-art.el (gnus-read-save-file-name)
6691 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6692 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6693 * message.el (message-check-news-header-syntax):
6694 Follow convention for reading with the minibuffer.
6695
6696 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
6697
6698 * spam-report.el (spam-report-url-ping-plain):
6699 Use gnus-extended-version as User-Agent.
6700
6701 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6702 default value is nil.
6703
6704 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6705 (mm-uu-verbatim-marks-extract): New function.
6706 (mm-uu-extract): New face.
6707 (mm-uu-copy-to-buffer): Use it.
6708
6709 * spam-report.el (spam-report-gmane-ham): Renamed from
6710 `spam-report-gmane-unspam'.
6711 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6712 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
6713
6714 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6715 Autoload.
6716 (spam-report-gmane-unregister-routine): Renamed
6717 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6718
6719 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
6720
6721 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6722 (spam-report-gmane-unregister-routine): Add support for gmane
6723 unregistration.
6724
6725 * spam-report.el (spam-report-gmane-unspam)
6726 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6727 (spam-report-gmane): Change to take a single article and do unspam
6728 registration.
6729
6730 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6731
6732 * mm-url.el (mm-url-decode-entities): Fix regexp.
6733
6734 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6735
6736 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6737 default to nil, to be able to use Gnus at all. If the default
6738 switches to something else, then the function should be fixed not
6739 be exceedingly slow.
6740
6741 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
6742
6743 * gnus-start.el (gnus-activate-group): If the server is nil, don't
6744 fail hard.
6745
6746 * spam-report.el: Add better Keywords line.
6747
6748 * spam.el: Add Maintainer and better Keywords line.
6749
6750 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6751
6752 * gnus-art.el (gnus-article-replace-part)
6753 (gnus-mime-replace-part): New functions.
6754 (gnus-mime-action-alist, gnus-mime-button-commands)
6755 (gnus-mime-save-part-and-strip): Added file argument.
6756 (gnus-article-part-wrapper): Added interactive argument.
6757
6758 * gnus-sum.el (gnus-summary-mime-map): Add
6759 `gnus-article-replace-part'.
6760
6761 2005-09-19 Didier Verna <didier@xemacs.org>
6762
6763 The nnml compaction feature:
6764 * nnml.el (nnml-request-compact-group): New function.
6765 * nnml.el (nnml-request-compact): New function.
6766 * gnus-int.el (gnus-request-compact-group): New function.
6767 * gnus-int.el (gnus-request-compact): New function.
6768 * gnus-group.el (gnus-group-compact-group): New function.
6769 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
6770 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
6771 * gnus-srvr.el (gnus-server-compact-server): New function.
6772 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
6773 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
6774
6775 2005-09-18 Deepak Goel <deego@gnufans.org>
6776
6777 * sieve.el (sieve-help): Fix `message' call: first arg should be a
6778 format spec.
6779
6780 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
6781
6782 * gnus.el (gnus-group-startup-message): Bind image-load-path.
6783
6784 2005-09-15 Romain Francoise <romain@orebokech.com>
6785
6786 * message.el (message-fill-paragraph): Clarify docstring.
6787
6788 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6789
6790 * gnus-art.el (gnus-mime-display-part): Protect against broken
6791 MIME messages.
6792
6793 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6794
6795 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
6796 before parsing header.
6797
6798 2005-09-11 Jari Aalto <jari.aalto@cante.net>
6799
6800 * html2text.el (html2text-replace-list): Add new entities.
6801
6802 2005-09-11 Romain Francoise <romain@orebokech.com>
6803
6804 * message.el (message-alternative-emails): Improve docstring.
6805 (message-setup-1): Call `message-use-alternative-email-as-from'
6806 after `message-setup-hook' to give it precedence over posting
6807 styles, etc.
6808 (message-use-alternative-email-as-from): Add docstring. Remove
6809 the original From header if present.
6810
6811 * nnml.el (nnml-compressed-files-size-threshold): New variable.
6812 (nnml-save-mail): Use it.
6813
6814 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
6815 articles. Add new argument `silent'.
6816 (gnus-uu-mark-all): Report the total number of marked articles.
6817
6818 2005-09-10 Romain Francoise <romain@orebokech.com>
6819
6820 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
6821 (gnus-uu-mark-series): Likewise.
6822
6823 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6824
6825 * spam-report.el (spam-report-gmane): Fix generation of spam
6826 report URL.
6827
6828 2005-09-10 Simon Josefsson <jas@extundo.com>
6829
6830 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
6831 t, based on discussion on the ding list with Robert Epprecht
6832 <epprecht@solnet.ch>.
6833
6834 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6835
6836 * spam-report.el (spam-report-gmane): Make it work without
6837 X-Report-Spam header. Gmane now only provides Archived-At.
6838 This is only used if `spam-report-gmane-use-article-number' is nil.
6839 (spam-report-gmane-spam-header): Remove. Not used anymore.
6840
6841 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
6842 make `gnus-summary-sort-by-recipient' work with threading.
6843
6844 * nnweb.el (nnweb-google-wash-article): Print a message if article
6845 is not available.
6846
6847 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6848
6849 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
6850 change. Decode text/* parts content before displaying.
6851
6852 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
6853
6854 * mml-smime.el: Remove defvar of gnus-extract-address-components.
6855
6856 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6857
6858 * mm-view.el (mm-display-inline-fontify): Disable support modes.
6859
6860 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
6861
6862 * message.el (message-tab-body-function): Fix mismatched custom type.
6863
6864 * gnus.el (gnus-group-change-level-function): Ditto.
6865
6866 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
6867
6868 * gnus-art.el (gnus-signature-limit)
6869 (gnus-article-mime-part-function): Ditto.
6870
6871 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6872
6873 * mml.el (mml-mode): Silence the byte compiler.
6874
6875 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
6876 using `(sit-for 0)' before moving the point to the specified part;
6877 skip unbuttonized parts.
6878 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
6879 return to the summary window if gnus-auto-select-part is non-nil.
6880
6881 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
6882
6883 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
6884 variables.
6885 (mml-dnd-attach-file, mml-mode): Use them.
6886
6887 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
6888 Make fetching article by MID work again for Google Groups. Added
6889 FIXME concerning gnus-group-make-web-group.
6890
6891 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
6892 Don't depend on Gnus by using mail-extract-address-components if
6893 gnus-extract-address-components is not bound.
6894
6895 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6896
6897 * gnus-art.el (gnus-mime-display-security): Don't display the
6898 signature, but only the signed part.
6899
6900 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6901
6902 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
6903
6904 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
6905 list, not listp.
6906
6907 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
6908
6909 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
6910 when encoding.
6911
6912 * mm-bodies.el (mm-decode-content-transfer-encoding):
6913 De-canonicalize CRLF for all text content types, not just
6914 text/plain.
6915
6916 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6917
6918 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
6919 valid article; point arrow and cursor at the MIME button.
6920
6921 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
6922
6923 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
6924 Suggested by Dan Christensen <jdc@uwo.ca>.
6925
6926 * mm-decode.el (mm-save-part): Enable change of prompt.
6927
6928 2005-08-29 Jari Aalto <jari.aalto@cante.net>
6929
6930 * gnus-msg.el (gnus-inews-add-send-actions): Made
6931 `message-post-method' lambda parameter ARG `&optional'.
6932
6933 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
6934
6935 * gnus-sum.el (gnus-summary-mime-map): Added
6936 gnus-article-save-part-and-strip, gnus-article-delete-part and
6937 gnus-article-jump-to-part.
6938
6939 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
6940 (gnus-article-edit-part): Use it.
6941 (gnus-article-part-wrapper): Added no-handle argument.
6942 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
6943 functions.
6944
6945 2005-08-29 Romain Francoise <romain@orebokech.com>
6946
6947 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6948 docstring.
6949 (gnus-face-from-file): Likewise.
6950
6951 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
6952
6953 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
6954 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
6955 non-nil.
6956 (gnus-auto-select-part): New variable.
6957 (gnus-article-jump-to-part): New function.
6958 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
6959 (gnus-mime-delete-part): Allow selecting specified part after
6960 deleting or stripping parts.
6961 (gnus-article-jump-to-part): Don't use `read-number'. Use last
6962 part if argument is bogus.
6963
6964 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
6965
6966 * gnus-art.el (w3m-minor-mode-map):
6967 * gnus-spec.el (gnus-newsrc-file-version):
6968 * gnus-util.el (nnmail-active-file-coding-system)
6969 (gnus-original-article-buffer, gnus-user-agent):
6970 * gnus.el (gnus-ham-process-destinations)
6971 (gnus-parameter-ham-marks-alist)
6972 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
6973 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
6974 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
6975 * mm-decode.el (gnus-current-window-configuration):
6976 * mm-extern.el (gnus-article-mime-handles):
6977 * mm-url.el (url-current-object, url-package-name)
6978 (url-package-version):
6979 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
6980 (smime-keys, w3m-cid-retrieve-function-alist)
6981 (w3m-current-buffer, w3m-display-inline-images)
6982 (w3m-minor-mode-map):
6983 * mml-smime.el (gnus-extract-address-components):
6984 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
6985 (gnus-newsrc-hashtb, message-default-charset)
6986 (message-deletable-headers, message-options)
6987 (message-posting-charset, message-required-mail-headers)
6988 (message-required-news-headers):
6989 * mml1991.el (mc-pgp-always-sign):
6990 * mml2015.el (mc-pgp-always-sign):
6991 * nnheader.el (nnmail-extra-headers):
6992 * rfc1843.el (gnus-decode-encoded-word-function)
6993 (gnus-decode-header-function, gnus-newsgroup-name):
6994 * spam-stat.el (gnus-original-article-buffer): Add defvars.
6995
6996 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
6997
6998 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
6999 the end of the date treatments.
7000
7001 2005-08-15 Simon Josefsson <jas@extundo.com>
7002
7003 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7004 it in url-handlers.el and XEmacs in url.el. Reported by Luca
7005 Capello and Romain Francoise.
7006 (pgg-fetch-key-function): Removed, not used?
7007 (pgg-insert-url-with-w3): Require url, to get
7008 url-insert-file-contents regardless of where it is defined.
7009
7010 2005-08-13 Romain Francoise <romain@orebokech.com>
7011
7012 * message.el (message-cite-original-1): New function.
7013 (message-cite-original): Use it.
7014 (message-cite-original-without-signature): Ditto.
7015
7016 2005-08-08 Romain Francoise <romain@orebokech.com>
7017
7018 * message.el (message-yank-empty-prefix): New variable.
7019 (message-indent-citation): Use it.
7020 (message-cite-original-without-signature): Respect X-No-Archive.
7021
7022 2005-08-08 Simon Josefsson <jas@extundo.com>
7023
7024 * pgg.el: Autoload url-insert-file-contents instead of loading
7025 w3/url.
7026 (pgg-insert-url-with-w3): Don't load url here.
7027
7028 2005-08-07 Jesper Harder <harder@phys.au.dk>
7029
7030 * message.el (message-kill-to-signature): Don't insert newline at
7031 bol.
7032 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7033
7034 2005-08-06 Romain Francoise <romain@orebokech.com>
7035
7036 * message.el (message-user-fqdn): Fix typo in docstring.
7037
7038 2005-08-05 Daiki Ueno <ueno@unixuser.org>
7039
7040 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7041
7042 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7043
7044 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7045
7046 * mm-bodies.el (mm-encode-body): Use coding system rather than
7047 charset to encode text.
7048
7049 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7050 number of charsets if utf-8 is available (XEmacs).
7051
7052 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7053
7054 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7055 taken from `gnus-button-mid-or-mail-regexp'.
7056 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7057 (gnus-button-alist): Improve regexp for domain part of the MIDs
7058 for news:localpart@domain buttons.
7059 (gnus-button-ctan-directory-regexp): Update.
7060
7061 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7062
7063 * sieve-manage.el (sieve-manage-interactive-login): Use
7064 make-local-variable rather than make-variable-buffer-local.
7065 (sieve-manage-open): Ditto.
7066 (sieve-manage-authenticate): Ditto.
7067
7068 * mml.el (mml-generate-mime-1): Make the content type default to
7069 text/plain if the filename is not specified.
7070
7071 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7072
7073 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7074 instead of insert-buffer.
7075
7076 * message.el (message-yank-original): Ditto; set the mark at the
7077 end of the yanked message.
7078
7079 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7080
7081 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7082 lines to scroll rather than to stop it.
7083
7084 * mml.el (mml-generate-default-type): Add doc string.
7085 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7086 default to application/octet-stream when determining the content
7087 type if it is not specified for the part or the mml contents; add
7088 a comment about mml-generate-default-type.
7089
7090 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7091
7092 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7093 make it default to application/octet-stream when determining the
7094 content type if it is not specified for the external contents.
7095
7096 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7097
7098 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7099 segmented parameter but also other parameters might be there.
7100
7101 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7102
7103 * mm-decode.el (mm-display-external): Delete temp file, directory
7104 and buffer immediately if the external process is exited.
7105
7106 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7107
7108 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7109 fewer lines than that of scroll-margin.
7110 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7111
7112 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7113
7114 * gnus-art.el (gnus-article-next-page): Revert.
7115 (gnus-article-beginning-of-window): New macro.
7116 (gnus-article-next-page-1): Use it.
7117 (gnus-article-prev-page): Ditto.
7118 (gnus-article-edit-part): Use insert-buffer-substring instead of
7119 insert-buffer.
7120 (gnus-article-edit-exit): Ditto.
7121
7122 * gnus-util.el (gnus-beginning-of-window): Remove.
7123 (gnus-end-of-window): Remove.
7124
7125 2005-07-25 Simon Josefsson <jas@extundo.com>
7126
7127 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7128 to have the url package without w3. Reported by Daiki Ueno
7129 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7130
7131 2005-07-20 Didier Verna <didier@xemacs.org>
7132
7133 * gnus-diary.el: Remove the description comment (nndiary is now
7134 properly documented in the Gnus manual).
7135 Fix the spelling of "Back End".
7136 * nndiary.el: Ditto.
7137 Fix the copyright notice.
7138
7139 2005-07-18 Romain Francoise <romain@orebokech.com>
7140
7141 * gnus-sum.el (gnus-summary-to-prefix)
7142 (gnus-summary-newsgroup-prefix): New variables.
7143 (gnus-summary-from-or-to-or-newsgroups): Use them.
7144
7145 2005-07-17 Romain Francoise <romain@orebokech.com>
7146
7147 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7148 space as it's generally not especially interesting to the user.
7149
7150 2005-07-16 Romain Francoise <romain@orebokech.com>
7151
7152 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7153 nil to avoid prompting and file modification if one of the
7154 messages at the top of the nnfolder file contains a copyright
7155 notice.
7156 Update copyright notice.
7157
7158 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7159 instead of `current-time-string' as the latter creates a time
7160 string that is not RFC 2822 compliant (it lacks the zone).
7161 Update copyright notice.
7162
7163 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7164
7165 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7166 for text/rtf. Display default in prompt. Pass default for M-n.
7167
7168 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7169
7170 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7171
7172 * gnus-msg.el (gnus-button-mailto): Remove
7173 save-selected-window-window hackery because it relies on
7174 save-selected-window internals.
7175
7176 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7177
7178 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7179 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7180 (gnus-article-prev-page): Ditto.
7181
7182 * gnus-util.el (gnus-beginning-of-window): New function.
7183 (gnus-end-of-window): New function.
7184
7185 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7186
7187 * gnus-score.el (gnus-score-edit-all-score): Set
7188 gnus-score-edit-exit-function to gnus-score-edit-done and call
7189 gnus-message.
7190
7191 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7192
7193 * gnus-msg.el (gnus-button-mailto): Remove
7194 save-selected-window-window hackery because it relies on
7195 save-selected-window internals.
7196
7197 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7198
7199 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7200 add-minor-mode.
7201 (gnus-binary-mode): Ditto.
7202
7203 * gnus-topic.el (gnus-topic-mode): Ditto.
7204
7205 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7206
7207 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7208 (gnus-article-prev-page): Take scroll-margin into consideration.
7209
7210 2005-07-04 Lute Kamstra <lute@gnu.org>
7211
7212 Update FSF's address in GPL notices.
7213
7214 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7215
7216 * gnus.el (gnus-exit):
7217 * gnus-group.el (gnus-group-icons):
7218 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7219
7220 * gnus-nocem.el (gnus-nocem):
7221 * message.el (message-various, message-buffers, message-sending)
7222 (message-interface, message-forwarding, message-insertion)
7223 (message-headers, message-news, message-mail):
7224 * pgg-gpg.el (pgg-gpg):
7225 * pgg-parse.el (pgg-parse):
7226 * pgg-pgp.el (pgg-pgp):
7227 * pgg-pgp5.el (pgg-pgp5):
7228 * pop3.el (pop3): Finish `defgroup' description with period.
7229
7230 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7231
7232 * gnus-art.el (article-display-face): Improve the efficiency.
7233 (article-display-x-face): Ditto; remove grey x-face stuff.
7234
7235 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7236
7237 * gnus-art.el (article-display-face): Correct the position in
7238 which Faces are inserted.
7239
7240 2005-06-29 Didier Verna <didier@xemacs.org>
7241
7242 * gnus-art.el (article-display-face): Display faces in correct
7243 order.
7244
7245 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7246
7247 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7248 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7249 (gnus-nocem-check-article): Fetch the Type header.
7250 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7251 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7252 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7253 make sure gnus-nocem-hashtb is initialized.
7254 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7255 (gnus-nocem-unwanted-article-p): Ditto.
7256
7257 * pgg.el (pgg-verify): Return the verification result.
7258
7259 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7260
7261 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7262 is ascii.
7263
7264 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7265
7266 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7267 `show-nonbreak-escape'.
7268
7269 2005-06-23 Lute Kamstra <lute@gnu.org>
7270
7271 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7272
7273 * dig.el (dig-mode):
7274 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7275
7276 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7277
7278 * nnimap.el (nnimap-split-download-body): Fix spellings.
7279
7280 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7281
7282 * gnus-art.el (gnus-article-encrypt-body):
7283 * gnus-cus.el (gnus-score-customize):
7284 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7285 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7286
7287 2005-06-16 Arne Jørgensen <arne@arnested.dk>
7288
7289 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7290 header by looking for magic "MII" at the beginnig.
7291
7292 2005-06-16 Miles Bader <miles@gnu.org>
7293
7294 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7295 (assistant-field-face): New backward-compatibility alias for renamed
7296 face.
7297 (assistant-render-text): Use renamed assistant-field face.
7298
7299 * spam.el (spam): Remove "-face" suffix from face name.
7300 (spam-face): New backward-compatibility alias for renamed face.
7301 (spam-face, spam-initialize): Use renamed spam face.
7302
7303 * message.el (message-header-to, message-header-cc)
7304 (message-header-subject, message-header-newsgroups)
7305 (message-header-other, message-header-name)
7306 (message-header-xheader, message-separator, message-cited-text)
7307 (message-mml): Remove "-face" suffix from face names.
7308 (message-header-to-face, message-header-cc-face)
7309 (message-header-subject-face, message-header-newsgroups-face)
7310 (message-header-other-face, message-header-name-face)
7311 (message-header-xheader-face, message-separator-face)
7312 (message-cited-text-face, message-mml-face):
7313 New backward-compatibility aliases for renamed faces.
7314 (message-font-lock-keywords): Use renamed message faces.
7315
7316 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7317 (sieve-test-commands, sieve-tagged-arguments):
7318 Remove "-face" suffix from face names.
7319 (sieve-control-commands-face, sieve-action-commands-face)
7320 (sieve-test-commands-face, sieve-tagged-arguments-face):
7321 New backward-compatibility aliases for renamed faces.
7322 (sieve-control-commands-face, sieve-action-commands-face)
7323 (sieve-test-commands-face, sieve-tagged-arguments-face):
7324 Use renamed sieve faces.
7325
7326 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7327 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7328 (gnus-group-news-3-empty, gnus-group-news-4)
7329 (gnus-group-news-4-empty, gnus-group-news-5)
7330 (gnus-group-news-5-empty, gnus-group-news-6)
7331 (gnus-group-news-6-empty, gnus-group-news-low)
7332 (gnus-group-news-low-empty, gnus-group-mail-1)
7333 (gnus-group-mail-1-empty, gnus-group-mail-2)
7334 (gnus-group-mail-2-empty, gnus-group-mail-3)
7335 (gnus-group-mail-3-empty, gnus-group-mail-low)
7336 (gnus-group-mail-low-empty, gnus-summary-selected)
7337 (gnus-summary-cancelled, gnus-summary-high-ticked)
7338 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7339 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7340 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7341 (gnus-summary-low-undownloaded)
7342 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7343 (gnus-summary-low-unread, gnus-summary-normal-unread)
7344 (gnus-summary-high-read, gnus-summary-low-read)
7345 (gnus-summary-normal-read, gnus-splash):
7346 Remove "-face" suffix from face names.
7347 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7348 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7349 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7350 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7351 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7352 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7353 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7354 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7355 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7356 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7357 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7358 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7359 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7360 (gnus-summary-normal-ticked-face)
7361 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7362 (gnus-summary-normal-ancient-face)
7363 (gnus-summary-high-undownloaded-face)
7364 (gnus-summary-low-undownloaded-face)
7365 (gnus-summary-normal-undownloaded-face)
7366 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7367 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7368 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7369 (gnus-splash-face):
7370 New backward-compatibility aliases for renamed faces.
7371 (gnus-group-startup-message): Use renamed gnus faces.
7372
7373 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7374 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7375 (gnus-server-agent): Remove "-face" suffix from face names.
7376 (gnus-server-agent-face, gnus-server-opened-face)
7377 (gnus-server-closed-face, gnus-server-denied-face)
7378 (gnus-server-offline-face):
7379 New backward-compatibility aliases for renamed faces.
7380 (gnus-server-agent-face, gnus-server-opened-face)
7381 (gnus-server-closed-face, gnus-server-denied-face)
7382 (gnus-server-offline-face): Use renamed gnus faces.
7383
7384 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7385 Remove "-face" suffix from face names.
7386 (gnus-picon-xbm-face, gnus-picon-face):
7387 New backward-compatibility aliases for renamed faces.
7388
7389 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7390 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7391 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7392 (gnus-cite-11): Remove "-face" suffix from face names.
7393 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7394 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7395 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7396 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7397 New backward-compatibility aliases for renamed faces.
7398 (gnus-cite-attribution-face, gnus-cite-face-list)
7399 (gnus-article-boring-faces): Use renamed gnus faces.
7400
7401 * gnus-art.el (gnus-signature, gnus-header-from)
7402 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7403 (gnus-header-content): Remove "-face" suffix from face names.
7404 (gnus-signature-face, gnus-header-from-face)
7405 (gnus-header-subject-face, gnus-header-newsgroups-face)
7406 (gnus-header-name-face, gnus-header-content-face):
7407 New backward-compatibility aliases for renamed faces.
7408 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7409
7410 * gnus-sum.el (gnus-summary-selected-face)
7411 (gnus-summary-highlight): Use renamed gnus faces.
7412 * gnus-group.el (gnus-group-highlight): Likewise.
7413
7414 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7415
7416 * gnus-sieve.el (gnus-sieve-article-add-rule):
7417 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7418 * spam-stat.el (spam-stat-buffer-change-to-spam)
7419 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7420
7421 * message.el (message-is-yours-p):
7422 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7423
7424 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7425
7426 * mm-view.el (mm-inline-text): Withdraw the last change.
7427
7428 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7429
7430 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7431 executing enriched-decode.
7432
7433 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7434
7435 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7436 charset of tar files.
7437
7438 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7439
7440 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7441
7442 2005-06-04 Lute Kamstra <lute@gnu.org>
7443
7444 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7445 information is never recorded.
7446
7447 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7448
7449 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7450
7451 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7452
7453 * pop3.el (pop3-apop): Run md5 in the binary mode.
7454
7455 * starttls.el (starttls-set-process-query-on-exit-flag):
7456 Use eval-and-compile.
7457
7458 2005-05-31 Simon Josefsson <jas@extundo.com>
7459
7460 * smime.el (smime-replace-in-string): Define.
7461 (smime-cert-by-ldap-1): Use it.
7462
7463 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7464
7465 * gnus-art.el (article-display-x-face): Replace
7466 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7467
7468 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7469 set-process-query-on-exit-flag or process-kill-without-query.
7470
7471 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7472 loop instead of replace-regexp.
7473
7474 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7475 instead of process-kill-without-query if it is available.
7476
7477 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7478 instead of find-file-hooks if it is available.
7479
7480 * mml1991.el: Bind pgg-default-user-id when compiling.
7481
7482 * mml2015.el: Bind pgg-default-user-id when compiling.
7483
7484 * nndraft.el (nndraft-request-associate-buffer):
7485 Use write-contents-functions instead of write-contents-hooks if it is
7486 available.
7487
7488 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7489 instead of find-file-hooks if it is available.
7490
7491 * nntp.el (nntp-open-connection): Replace
7492 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7493 (nntp-open-ssl-stream): Ditto.
7494 (nntp-open-tls-stream): Ditto.
7495
7496 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7497 set-process-query-on-exit-flag or process-kill-without-query.
7498 (starttls-open-stream-gnutls): Use it instead of
7499 process-kill-without-query.
7500 (starttls-open-stream): Ditto.
7501
7502 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7503
7504 * smime.el (smime-cert-by-ldap-1): Don't use
7505 replace-regexp-in-string.
7506
7507 2005-05-31 Arne Jørgensen <arne@arnested.dk>
7508
7509 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7510
7511 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7512 in PEM format. Adjust to the XEmacs compability.
7513
7514 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7515
7516 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7517 by `string-to-number'.
7518 * gnus-agent.el (gnus-agent-regenerate-group)
7519 (gnus-agent-fetch-articles): Ditto.
7520 * gnus-art.el (gnus-button-fetch-group): Ditto.
7521 * gnus-cache.el (gnus-cache-generate-active)
7522 (gnus-cache-articles-in-group): Ditto.
7523 * gnus-group.el (gnus-group-set-current-level)
7524 (gnus-group-insert-group-line): Ditto.
7525 * gnus-score.el (gnus-score-set-expunge-below)
7526 (gnus-score-set-mark-below, gnus-summary-score-effect)
7527 (gnus-summary-score-entry): Ditto.
7528 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7529 (gnus-soup-pack): Ditto.
7530 * gnus-spec.el (gnus-xmas-format): Ditto.
7531 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7532 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7533 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7534 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7535 * nndb.el (nndb-get-remote-expire-response): Ditto.
7536 * nndiary.el (nndiary-parse-schedule-value)
7537 (nndiary-string-to-number, nndiary-request-replace-article)
7538 (nndiary-request-article): Ditto.
7539 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7540 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7541 * nneething.el (nneething-make-head): Ditto.
7542 * nnfolder.el (nnfolder-request-article)
7543 (nnfolder-retrieve-headers): Ditto.
7544 * nnheader.el (nnheader-file-to-number): Ditto.
7545 * nnkiboze.el (nnkiboze-request-article): Ditto.
7546 * nnmail.el (nnmail-process-unix-mail-format)
7547 (nnmail-process-babyl-mail-format): Ditto.
7548 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7549 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7550 (nnmh-request-create-group, nnmh-request-list-1)
7551 (nnmh-request-group, nnmh-request-article): Ditto.
7552 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7553 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7554 * nnsoup.el (nnsoup-make-active): Ditto.
7555 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7556 * nntp.el (nntp-find-group-and-number)
7557 (nntp-retrieve-headers-with-xover): Ditto.
7558 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7559 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7560 (pgg-format-key-identifier): Ditto.
7561 * pop3.el (pop3-last, pop3-stat): Ditto.
7562 * qp.el (quoted-printable-decode-region): Ditto.
7563
7564 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7565 of concat.
7566
7567 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7568
7569 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7570
7571 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7572
7573 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7574
7575 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7576
7577 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7578
7579 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7580
7581 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7582 (gnus-carpal-mode): Ditto.
7583
7584 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7585 (gnus-browse-mode): Ditto.
7586
7587 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7588
7589 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7590
7591 2005-05-29 Richard M. Stallman <rms@gnu.org>
7592
7593 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7594
7595 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7596
7597 * gnus-util.el (gnus-run-mode-hooks): New function.
7598
7599 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7600
7601 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7602
7603 * gnus-agent.el (gnus-agent-make-mode-line-string):
7604 Use mode-line-highlight as mouse-face.
7605
7606 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7607
7608 * canlock.el (canlock): Change the parent group to news.
7609
7610 * deuglify.el (gnus-outlook-deuglify): Add :group.
7611
7612 * dig.el (dig): Add :group.
7613
7614 * dns-mode.el (dns-mode): Add :group.
7615
7616 * encrypt.el (encrypt): Add :group.
7617
7618 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7619 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7620 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7621 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7622 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7623
7624 * gnus-diary.el (gnus-diary): Add :group.
7625
7626 * gnus.el (gnus-group-news-1-face): Add :group.
7627 (gnus-group-news-1-empty-face): Ditto.
7628 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7629 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7630 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7631 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7632 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7633 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7634 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7635 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7636 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7637 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7638 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7639 (gnus-summary-high-ticked-face): Ditto.
7640 (gnus-summary-low-ticked-face): Ditto.
7641 (gnus-summary-normal-ticked-face): Ditto.
7642 (gnus-summary-high-ancient-face): Ditto.
7643 (gnus-summary-low-ancient-face): Ditto.
7644 (gnus-summary-normal-ancient-face): Ditto.
7645 (gnus-summary-high-undownloaded-face): Ditto.
7646 (gnus-summary-low-undownloaded-face): Ditto.
7647 (gnus-summary-normal-undownloaded-face): Ditto.
7648 (gnus-summary-high-unread-face): Ditto.
7649 (gnus-summary-low-unread-face): Ditto.
7650 (gnus-summary-normal-unread-face): Ditto.
7651 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7652 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7653
7654 * hashcash.el (hashcash): New custom group.
7655 (hashcash-default-payment): Add :group.
7656 (hashcash-payment-alist): Ditto.
7657 (hashcash-default-accept-payment): Ditto.
7658 (hashcash-accept-resources): Ditto.
7659 (hashcash-path): Ditto.
7660 (hashcash-extra-generate-parameters): Ditto.
7661 (hashcash-double-spend-database): Ditto.
7662 (hashcash-in-news): Ditto.
7663
7664 * message.el (message-minibuffer-local-map): Add :group.
7665
7666 * netrc.el (netrc): Add :group.
7667
7668 * sieve-manage.el (sieve-manage-log): Add :group.
7669 (sieve-manage-default-user): Diito.
7670 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7671 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7672 (sieve-manage-authenticators): Ditto.
7673 (sieve-manage-authenticator-alist): Ditto.
7674 (sieve-manage-default-port): Ditto.
7675
7676 * sieve-mode.el (sieve-control-commands-face): Add :group.
7677 (sieve-action-commands-face): Ditto.
7678 (sieve-test-commands-face): Ditto.
7679 (sieve-tagged-arguments-face): Ditto.
7680
7681 * smime.el (smime): Add :group.
7682
7683 * spam-report.el (spam-report): Add :group.
7684
7685 * spam.el (spam, spam-face): Add :group.
7686
7687 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7688
7689 * nntp.el (nntp-next-result-arrived-p): Some news servers may
7690 return \n.\n.\n at the end of articles. Protect against that.
7691 (nntp-with-open-group): Allow debugging.
7692
7693 * nnheader.el (mail-header-set-extra): Make into a function
7694 because I just could't understand how to quote the list properly.
7695
7696 * dns.el (query-dns-cached): New function.
7697
7698 2005-05-26 Lute Kamstra <lute@gnu.org>
7699
7700 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7701
7702 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7703
7704 * gnus-art.el: Don't autoload mail-extract-address-components.
7705
7706 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7707 eval-and-compile to evaluate it.
7708
7709 * hashcash.el: Don't autoload executable-find.
7710
7711 * nndb.el: Don't declare the nndb back end two or more times; don't
7712 autoload news-reply-mode, news-setup, cancel-timer and telnet.
7713
7714 * nntp.el: Autoload format-spec instead of format; use
7715 eval-and-compile to evaluate autoload forms.
7716
7717 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
7718
7719 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7720
7721 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7722
7723 * gnus.el (gnus-version-number): Bump version.
7724
7725 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7726
7727 * gnus.el: No Gnus v0.3 is released.
7728
7729 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
7730
7731 * gnus-art.el (gnus-article-edit-part): Disable undo.
7732
7733 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7734
7735 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7736 gnus-article-date-lapsed-new-header is t if date timer is active;
7737 skip headers in which the original date value is empty.
7738 (gnus-article-save-original-date): Redefine it as a macro.
7739 (gnus-display-mime): Use it.
7740
7741 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
7742
7743 * gnus-art.el (article-date-ut): Support converting date in
7744 forwarded parts as well.
7745 (gnus-article-save-original-date): New function.
7746 (gnus-display-mime): Use it.
7747
7748 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
7749
7750 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7751 enclosure element of <item>.
7752
7753 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
7754
7755 * message.el (message-kill-buffer-query): Renamed from
7756 `message-kill-buffer-query-if-modified'. Added :version.
7757
7758 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7759
7760 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
7761 window layout.
7762
7763 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7764
7765 * mml.el: Autoload dnd when compiling.
7766
7767 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
7768
7769 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
7770 x-dnd-*.
7771
7772 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7773
7774 * qp.el (quoted-printable-encode-region): Save excursion.
7775
7776 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
7777
7778 * message.el (message-kill-buffer-query-if-modified): Add new variable
7779 so the user can kill a modified message buffer quickly.
7780 (message-kill-buffer): Use it.
7781
7782 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
7783
7784 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
7785 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
7786
7787 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
7788
7789 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
7790 contained in text because xml.el decodes entities) with LFs.
7791
7792 2005-04-11 Lute Kamstra <lute@gnu.org>
7793
7794 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
7795 differently.
7796
7797 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7798
7799 * mm-util.el (mm-detect-coding-region): Typo.
7800
7801 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
7802
7803 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
7804
7805 2005-04-06 D Goel <deego@gnufans.org>
7806
7807 * spam-stat.el (spam-stat-score-buffer): Add a call to a
7808 user-function allow user modifications of the scores.
7809 (spam-stat-score-buffer-user): New function, to allow
7810 user-computed modifications to the score.
7811 (spam-stat-score-buffer-user-functions): List of additional
7812 scoring functions.
7813 (spam-stat-error-holder): Global temporary error holder.
7814 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
7815 variable.
7816
7817 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
7818
7819 * gnus-registry.el (gnus-registry-clean-empty-function)
7820 (gnus-registry-trim, gnus-registry-fetch-groups)
7821 (gnus-registry-delete-group): Groups that match
7822 `gnus-registry-ignored-groups' are removed from the registry
7823 entries, not just ignored for splitting. This helps clean up the
7824 registry. Also, `gnus-registry-fetch-groups' is a convenient way
7825 to get all the groups a message ID is in.
7826
7827 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
7828 (spam-stat-split-fancy): Change "threshhold" to "threshold"
7829 (spam-stat-score-buffer-user-functions): Add :number custom type.
7830
7831 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7832
7833 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
7834 argument in XEmacs.
7835
7836 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
7837 (nnrss-request-group): Decode group name first.
7838 (nnrss-request-article): Make a text/plain article if mml-to-mime
7839 failed.
7840 (nnrss-get-encoding): Return a compatible encoding according to
7841 nnrss-compatible-encoding-alist.
7842 (nnrss-find-el): Use consp instead of listp.
7843 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
7844
7845 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7846
7847 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
7848 which Emacs 20 doesn't support.
7849 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
7850
7851 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
7852
7853 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
7854 silence the byte compiler inside the defun.
7855
7856 * gnus-demon.el (parse-time-string): Add autoload.
7857
7858 * gnus-delay.el (parse-time-string): Add autoload.
7859
7860 * gnus-art.el (parse-time-string): Add autoload.
7861
7862 * nnultimate.el (parse-time): Require for `parse-time-string'.
7863
7864 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7865
7866 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
7867
7868 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
7869
7870 * smime.el (smime-ldap-host-list): Add :version.
7871
7872 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
7873
7874 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
7875 pass it to `gnus-browse-read-group'.
7876 (gnus-browse-read-group): Add NUMBER argument and pass it to
7877 `gnus-group-read-ephemeral-group'.
7878
7879 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
7880 argument and pass it to `gnus-group-read-group'.
7881
7882 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
7883
7884 * mm-util.el (mm-xemacs-find-mime-charset): Only call
7885 mm-xemacs-find-mime-charset-1 if we have the mule feature
7886 available at runtime.
7887
7888 2005-03-25 Werner Lemberg <wl@gnu.org>
7889
7890 * nnmaildir.el: Replace `illegal' with `invalid'.
7891
7892 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7893
7894 * gnus-start.el (gnus-display-time-event-handler):
7895 Check display-time-timer at runtime rather than only at load time
7896 in case display-time-mode is turned off in the mean time.
7897
7898 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
7899
7900 * nnimap.el (nnimap-open-connection): Print which authinfo file is
7901 used.
7902
7903 * nneething.el (nneething-map-file-directory): Derive from
7904 `gnus-directory'.
7905
7906 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
7907 the To/Cc button.
7908
7909 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
7910
7911 * nnmaildir.el (nnmaildir-request-accept-article):
7912 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
7913
7914 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
7915
7916 * gnus-async.el: Require timer-funcs at compile time when in
7917 XEmacs for `run-with-idle-timer'.
7918
7919 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
7920
7921 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
7922 autoloaded function.
7923
7924 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7925
7926 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
7927
7928 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
7929
7930 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
7931
7932 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7933
7934 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
7935 gnus-expert-user to default.
7936
7937 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
7938
7939 * nnimap.el (nnimap-open-server): Ditto.
7940
7941 * imap.el (imap-authenticate): Fix typo.
7942
7943 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
7944
7945 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
7946 buffer (since IMAP server might return FETCH response out of
7947 order, and the nntp buffer must be sorted).
7948
7949 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
7950
7951 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
7952 comparison on string.
7953
7954 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
7955 (gnus-agent-score): Renamed category keywords to match gnus-cus.
7956 (gnus-agent-summary-fetch-series): Modified to protect against
7957 gnus-agent-summary-fetch-group clearing processable flags.
7958 (gnus-agent-synchronize-group-flags): Update live group buffer as
7959 synchronization may occur due to the user toggle the plugged
7960 status.
7961 (gnus-agent-fetch-group-1): Clear downloadable flag when article
7962 successfully downloaded.
7963 (gnus-agent-expire-group-1): Avoid using markers when the overview
7964 is in ascending order; greatly improves performance.
7965 (gnus-agent-regenerate-group): Use
7966 gnus-agent-synchronize-group-flags to reset read status in both
7967 gnus and server.
7968 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
7969
7970 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7971
7972 * message.el: Don't autoload former message-utils variables.
7973 (message-strip-subject-trailing-was): Change doc string.
7974
7975 * nnweb.el: Fixes for `gnus-group-make-web-group'.
7976 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
7977 (nnweb-google-search): Add "hl=en" here.
7978 (nnweb-google-parse-1, nnweb-google-create-mapping):
7979 Don't hardcode URL.
7980
7981 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7982
7983 * message.el (message-get-reply-headers, message-followup):
7984 Mention related variables `message-use-followup-to' and
7985 `message-use-mail-followup-to', in the information buffer.
7986
7987 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
7988 of broken groups(-beta).google.com.
7989
7990 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
7991
7992 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
7993 parameter to invoked gnus-request-move-article; remove the
7994 redundant gnus-sum-hint-move-is-internal variable; apply the marks
7995 all at once instead of once per article.
7996 (gnus-summary-remove-process-mark): Accept a list of articles as
7997 well as a single article for processing.
7998
7999 * gnus-int.el (gnus-request-move-article): Add move-is-internal
8000 parameter.
8001
8002 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8003
8004 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8005
8006 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8007 parameter.
8008
8009 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8010 parameter.
8011
8012 * nnimap.el (nnimap-request-move-article): Add move-is-internal
8013 parameter and remove the gnus-sum-hint-move-is-internal variable.
8014
8015 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8016 parameter.
8017
8018 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8019 parameter.
8020
8021 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8022 parameter.
8023
8024 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8025
8026 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8027 parameter.
8028
8029 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8030 parameter.
8031
8032 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8033
8034 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8035 a more conservative way.
8036
8037 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8038
8039 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8040 buffer, so it moves the window's cursor.
8041
8042 2005-02-26 Arne Jørgensen <arne@arnested.dk>
8043
8044 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8045 `mm-dissect-multipart' and receive the from field as an (optional)
8046 argument from `mm-dissect-multipart'.
8047 (mm-dissect-multipart): Receive the from field as an argument and
8048 pass it on when we call `mm-dissect-buffer' on MIME parts.
8049 Fixes verification/decryption of signed/encrypted MIME parts.
8050
8051 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8052
8053 * gnus-sum.el (gnus-summary-move-article): Set
8054 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8055 whatever it calls (right now, only nnimap-request-move article
8056 respects it).
8057
8058 * nnimap.el (nnimap-request-move-article): When
8059 gnus-sum-hint-move-is-internal is set, don't do the extra
8060 nnimap-request-article.
8061
8062 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8063
8064 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8065
8066 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8067 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8068
8069 * gnus-sum.el (gnus-summary-caesar-message):
8070 Apply `gnus-treat-article' after rotation.
8071
8072 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8073 doc string.
8074
8075 2005-02-22 Simon Josefsson <jas@extundo.com>
8076
8077 * encrypt.el (encrypt-password-cache-expiry): Remove (use
8078 `password-cache-expiry' instead). Reported by Arne Jørgensen
8079 <arne@arnested.dk>.
8080 (encrypt): Add password-cache and password-cache-expiry as group
8081 members.
8082
8083 2005-02-22 Arne Jørgensen <arne@arnested.dk>
8084
8085 * smime.el (smime-ldap-host-list): Doc fix.
8086 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8087 cache) password.
8088 (smime-sign-region): Use it.
8089 (smime-decrypt-region): Use it.
8090 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8091 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8092 fails.
8093 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8094 certificate from DER to PEM format rather than calling openssl.
8095
8096 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8097
8098 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8099 for signing/encryption.
8100
8101 * mml.el (mml-parse-1): Use them.
8102
8103 2005-02-21 Arne Jørgensen <arne@arnested.dk>
8104
8105 * nnrss.el (nnrss-verbose): Removed.
8106 (nnrss-request-group): Use `nnheader-message' instead.
8107
8108 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8109
8110 * nnrss.el (nnrss-verbose): New variable.
8111 (nnrss-request-group): Make it say nnrss is requesting a group.
8112
8113 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8114
8115 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8116 Handle news URL with given port correctly.
8117
8118 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8119
8120 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8121 containing special characters.
8122
8123 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8124
8125 * mml.el (mime-to-mml): Ditto.
8126
8127 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8128 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8129 (rfc2047-decode-region): Quote decoded words containing special
8130 characters when rfc2047-quote-decoded-words-containing-tspecials
8131 is non-nil.
8132
8133 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8134
8135 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8136
8137 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8138
8139 2005-02-15 Simon Josefsson <jas@extundo.com>
8140
8141 * nnimap.el (nnimap-debug): Doc fix.
8142
8143 * imap.el (imap-debug): Doc fix.
8144
8145 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8146
8147 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8148
8149 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8150
8151 * gnus.el (spam-contents): Improve docs for spam-contents
8152 parameter in its variable incarnation.
8153
8154 2005-02-14 Simon Josefsson <jas@extundo.com>
8155
8156 * smime-ldap.el: Use require instead of load-library for ldap.
8157 (smime-ldap-search): Indent.
8158 (smime-ldap-search-internal): Shorten line.
8159
8160 * smime.el (smime-cert-by-dns): Add doc-string.
8161 (smime-cert-by-ldap-1): Indent.
8162
8163 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8164 mml-smime-get-dns-ldap.
8165 (mml-smime-encrypt-query): Use new function. Default to ldap.
8166
8167 2005-02-14 Arne Jørgensen <arne@arnested.dk>
8168
8169 * smime.el: Require smime-ldap.
8170 (smime-ldap-host-list): New variable.
8171 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8172
8173 * mml-smime.el (mml-smime-encrypt-query): New function.
8174 (mml-smime-encrypt-query): Use it.
8175
8176 * smime-ldap.el: New file.
8177
8178 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8179
8180 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8181
8182 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8183
8184 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8185 argument in doc string. Make query for type more clear.
8186
8187 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8188
8189 * gnus.el (gnus-group-startup-message): Search for gnus images in
8190 etc/images/gnus.
8191 * mm-util.el (mm-image-load-path): Likewise.
8192 * smiley.el (smiley-data-directory): Search for smilies in
8193 etc/images/smilies.
8194
8195 2005-02-09 Kim F. Storm <storm@cua.dk>
8196
8197 Change Emacs release version from 21.4 to 22.1 throughout.
8198 Change Emacs development version from 21.3.50 to 22.0.50.
8199
8200 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8201
8202 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8203
8204 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8205 non-Mule XEmacs as well.
8206 (mm-decompress-buffer): Signal an error intentionally if it does
8207 not decompress compressed data because auto-compression-mode is
8208 disabled.
8209
8210 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8211
8212 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8213 an ID in the registry even if it has no groups.
8214
8215 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8216
8217 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8218 merge it into mm-decompress-buffer.
8219 (gnus-mime-copy-part): Use the MIME part charset, the value which
8220 a user specified or gnus-newsgroup-charset for decoding, like
8221 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8222 save-buffer what was used. Suggested by Kevin Ryde
8223 <user42@zip.com.au>.
8224 (gnus-mime-inline-part): Allow the name parameter as well as the
8225 filename parameter; force decompressing of compressed data; always
8226 display contents being not decoded as unibyte.
8227
8228 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8229 as well as the filename parameter.
8230
8231 * mm-util.el (mm-decompress-buffer): Merge
8232 gnus-mime-jka-compr-maybe-uncompress.
8233 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8234 of compressed data.
8235
8236 2005-02-08 Simon Josefsson <jas@extundo.com>
8237
8238 * imap.el (imap-log): Doc fix.
8239
8240 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8241
8242 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8243 the coding cookies; decompress compressed parts.
8244
8245 * mml.el (mml-generate-mime-1): Add the charaset parameter according
8246 to the value which a user specified manually or the coding cookie.
8247
8248 * mm-util.el (mm-string-to-multibyte): New function.
8249 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8250 (mm-coding-system-to-mime-charset): New function.
8251 (mm-decompress-buffer): New function.
8252 (mm-find-buffer-file-coding-system): New function.
8253
8254 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8255 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8256 parts.
8257
8258 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8259
8260 * mm-view.el (mm-display-inline-fontify): Decode a part according
8261 to the charset parameter.
8262
8263 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8264
8265 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8266 prefix arg is neither nil nor a number, as info specifies.
8267
8268 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8269
8270 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8271 timestamps.
8272
8273 2005-02-02 Jari Aalto <jari.aalto@cante.net>
8274
8275 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8276 groups error checking and notify user.
8277
8278 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8279
8280 * message.el (message-send-mail-function): Check existence of
8281 sendmail-program first before using default value
8282 `message-send-mail-with-sendmail'. Otherwise use more generic
8283 `smtpmail-send-it'.
8284
8285 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8286
8287 * nntp.el (nntp-request-update-info): Always return nil.
8288
8289 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8290
8291 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8292
8293 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * message.el (message-beginning-of-line): Change the behavior when
8296 invoked between BOL and : so that it first moves backward.
8297
8298 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8299
8300 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8301 article buffer when editing of the article is discarded.
8302 (gnus-article-prepare): Revert.
8303
8304 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8305
8306 * gnus-art.el (gnus-article-prepare):
8307 Remove message-strip-forbidden-properties from the local hook.
8308
8309 2005-01-27 Simon Josefsson <jas@extundo.com>
8310
8311 * password.el (password-cache-add): Only start one timer per key.
8312 Reported by Derek Atkins <warlord@MIT.EDU>.
8313
8314 2005-01-26 Steve Youngs <steve@sxemacs.org>
8315
8316 * run-at-time.el: Removed. It is no longer needed as
8317 timer-funcs.el in the xemacs-base package has a working version of
8318 `run-at-time'.
8319
8320 * password.el: Require timer-funcs instead of run-at-time in
8321 XEmacs.
8322 Remove `password-run-at-time' macro.
8323 (password-cache-add): Use `run-at-time' instead of
8324 `password-run-at-time'.
8325
8326 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8327 for `run-with-idle-timer'.
8328
8329 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8330 for `run-at-time'.
8331
8332 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8333 for `with-timeout'.
8334
8335 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8336
8337 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8338 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8339
8340 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8341
8342 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8343 sensitively.
8344
8345 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8346
8347 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8348
8349 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8350
8351 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8352 which will be inserted according to the multibyteness of a buffer
8353 rather than the type of contents. Suggested by ARISAWA Akihiro
8354 <ari@mbf.ocn.ne.jp>.
8355
8356 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8357 of string which old xml.el may return rather than a string.
8358
8359 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8360
8361 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8362
8363 2005-01-16 Simon Josefsson <jas@extundo.com>
8364
8365 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8366 idn/idna.el isn't available.
8367 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8368 <michael@waxrat.com>.
8369
8370 * hashcash.el: Remove non-FSF copyright header.
8371
8372 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8373 (hashcash-generate-payment): Use it.
8374 (hashcash-generate-payment-async): Use it.
8375
8376 2005-01-15 Simon Josefsson <jas@extundo.com>
8377
8378 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8379 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8380
8381 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8382 gnus-summary-idna-message.
8383 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8384 (gnus-summary-idna-message): New function.
8385
8386 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8387
8388 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8389 gnus-novice-user.
8390
8391 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8392
8393 * nnrss.el (nnrss-request-delete-group): Delete entries in
8394 nnrss-group-alist as well.
8395 (nnrss-save-server-data): Insert newline.
8396
8397 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8398
8399 * gnus.el (gnus-user-agent): Use list of symbols instead of
8400 symbols. Display full version number for (S)XEmacs. Optionally
8401 display (S)XEmacs codename.
8402
8403 * gnus-util.el (gnus-emacs-version): Update for new
8404 `gnus-user-agent'.
8405
8406 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8407 Gnus version.
8408
8409 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8410
8411 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8412 which is unreadable in some setups.
8413
8414 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8415
8416 * gnus-spec.el (gnus-update-format-specifications): Flush the
8417 group format spec cache if it doesn't support decoded group names.
8418
8419 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8420
8421 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8422 Allow to apply decay on score files matching a regexp.
8423
8424 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8425
8426 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8427 compatibility in %g and %c.
8428
8429 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8430
8431 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8432 name for only %g and %c.
8433 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8434 of gnus-tmp-group to decoded group name.
8435 (gnus-group-make-rss-group): Exclude `/'s from group names.
8436
8437 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8438
8439 * nnrss.el (nnrss-get-encoding): Fix regexp.
8440
8441 2004-12-27 Simon Josefsson <jas@extundo.com>
8442
8443 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8444 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8445 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8446
8447 2004-12-17 Kim F. Storm <storm@cua.dk>
8448
8449 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8450
8451 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8452
8453 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8454
8455 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8456
8457 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8458
8459 * nnrss.el: Require rfc2047 and mml.
8460 (nnrss-file-coding-system): New variable.
8461 (nnrss-format-string): Redefine it as an inline function.
8462 (nnrss-decode-group-name): New function.
8463 (nnrss-string-as-multibyte): Remove.
8464 (nnrss-retrieve-headers): Decode group name; don't use
8465 nnrss-format-string.
8466 (nnrss-request-group): Decode group name.
8467 (nnrss-request-article): Decode group name; allow a Message-ID as
8468 well as an article number; don't use nnrss-format-string; encode a
8469 Message-ID string which may contain non-ASCII characters; use
8470 mml-to-mime to compose a MIME article.
8471 (nnrss-request-expire-articles): Decode group name.
8472 (nnrss-request-delete-group): Decode group name.
8473 (nnrss-fetch): Clarify error message.
8474 (nnrss-read-server-data): Use insert-file-contents instead of load;
8475 bind file-name-coding-system; use multibyte buffer.
8476 (nnrss-save-server-data): Bind coding-system-for-write to the
8477 value of nnrss-file-coding-system; bind file-name-coding-system;
8478 add coding cookie.
8479 (nnrss-read-group-data): Use insert-file-contents instead of load;
8480 bind file-name-coding-system; use multibyte buffer.
8481 (nnrss-save-group-data): Bind coding-system-for-write to the
8482 value of nnrss-file-coding-system; bind file-name-coding-system.
8483 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8484 make it work with non-ASCII text.
8485 (nnrss-find-el): Make it work with old xml.el as well.
8486
8487 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8488
8489 * nnrss.el (nnrss-get-encoding): New function.
8490 (nnrss-fetch): Use unibyte buffer initially; bind
8491 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8492 decode contents according to the encoding attribute.
8493 (nnrss-save-group-data): Add coding cookie.
8494 (nnrss-mime-encode-string): New function.
8495 (nnrss-check-group): Use it to encode subject and author.
8496
8497 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8498
8499 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8500 imaginary variable.
8501
8502 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8503
8504 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8505 correctly even if there are wide characters.
8506
8507 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8508
8509 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8510 downcased symbol names; make a new cache instead of reusing
8511 bbdb-hashtable.
8512
8513 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8514
8515 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8516 concatenating segments rather than before concatenating them.
8517 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8518
8519 * message.el (message-get-reply-headers): Bind `extra'.
8520
8521 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8522
8523 * message.el (message-extra-wide-headers): New variable.
8524 (message-get-reply-headers): Use it.
8525
8526 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8527
8528 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8529 (gnus-agent-group-pathname): Ditto.
8530
8531 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8532
8533 * gnus-group.el (gnus-group-make-group): Decode group name.
8534 (gnus-group-make-rss-group): Register the group data after opening
8535 the nnrss group.
8536
8537 2004-12-17 Paul Jarc <prj@po.cwru.edu>
8538
8539 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8540 by expiry now get marked as read.
8541
8542 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8543
8544 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8545
8546 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8547
8548 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8549 unify Latin characters in XEmacs.
8550 (mm-find-mime-charset-region): Use it.
8551
8552 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8553
8554 * gnus-util.el (gnus-delete-directory): New function.
8555
8556 * gnus-agent.el (gnus-agent-delete-group): Use it.
8557
8558 * gnus-cache.el (gnus-cache-delete-group): Use it.
8559
8560 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8561
8562 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8563 names.
8564
8565 2004-12-16 Simon Josefsson <jas@extundo.com>
8566
8567 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8568
8569 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8570
8571 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8572
8573 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8574 (gnus-group-set-current-level): Decode group name.
8575
8576 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8577
8578 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8579 failed.
8580
8581 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8582
8583 * gnus-group.el (gnus-group-delete-group): Decode group name.
8584 (gnus-group-make-rss-group): Encode group name.
8585 (gnus-group-catchup-current): Decode group name.
8586 (gnus-group-kill-group): Decode group name.
8587
8588 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8589
8590 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8591
8592 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8593
8594 * gnus-group.el (gnus-group-make-rss-group):
8595 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8596
8597 * gnus-start.el (gnus-setup-news): Honor user's setting to
8598 gnus-message-archive-method. Suggested by Lute Kamstra
8599 <lute@gnu.org>.
8600
8601 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8602
8603 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8604 global counterparts of the buffer-local variables.
8605
8606 2004-11-16 Romain Francoise <romain@orebokech.com>
8607
8608 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8609 counterparts of the buffer-local variables.
8610
8611 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8612
8613 * message.el (message-forbidden-properties): Fixed typo in doc
8614 string.
8615
8616 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8617
8618 * gnus-util.el (gnus-replace-in-string): Added doc string.
8619
8620 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8621 to avoid problems when splitting mails with many recipients.
8622
8623 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8624
8625 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8626 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8627
8628 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8629
8630 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8631 if there is no hashtable in memory or file modification time is
8632 newer than cached timestamp.
8633
8634 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8635
8636 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8637 not-matching option.
8638
8639 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8640
8641 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8642 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8643 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8644 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8645 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8646 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8647
8648 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8649
8650 * message.el (message-forward-make-body-mml): Remove headers
8651 according to message-forward-ignored-headers if a message is decoded.
8652
8653 2004-12-02 Romain Francoise <romain@orebokech.com>
8654
8655 * message.el (message-forward-make-body-plain): Always remove
8656 headers according to message-forward-ignored-headers.
8657
8658 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
8659
8660 * spam.el (spam-summary-prepare-exit): Remove the
8661 gnus-summary-limit pop for now, it has problems with ham marks for
8662 me.
8663
8664 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
8665
8666 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8667 correctly.
8668
8669 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
8670
8671 * format-spec.el (format-spec): Message the char.
8672
8673 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8674
8675 * gnus-art.el (gnus-split-methods): Reformat comments.
8676
8677 * spam.el (spam-summary-prepare-exit): Remove article limits
8678 before exiting the summary buffer.
8679
8680 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8681
8682 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8683 order to silence the byte compiler.
8684
8685 * spam.el: Fix the way to silence the byte compiler, which
8686 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8687 bbdb-search-simple, spam-BBDB-register-routine,
8688 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8689 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8690 spam-stat-buffer-is-spam, spam-stat-load,
8691 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8692 spam-stat-save and spam-stat-split-fancy.
8693
8694 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8695
8696 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8697 which may confuse users.
8698 (canlock-password-for-verify): Ditto.
8699
8700 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8701
8702 * gnus-art.el (gnus-emphasis-alist): Ditto.
8703
8704 * gnus-registry.el (gnus-registry-max-entries): Ditto.
8705
8706 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8707
8708 * gnus-start.el (gnus-save-killed-list): Ditto.
8709
8710 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8711 (gnus-sum-thread-tree-root): Ditto.
8712 (gnus-sum-thread-tree-false-root): Ditto.
8713 (gnus-sum-thread-tree-single-indent): Ditto.
8714
8715 * message.el (message-courtesy-message): Ditto.
8716 (message-archive-note): Ditto.
8717 (message-subscribed-address-file): Ditto.
8718 (message-user-fqdn): Ditto.
8719
8720 * spam-report.el (spam-report-gmane-regex): Ditto.
8721
8722 * spam.el (spam-blackhole-good-server-regex): Ditto.
8723
8724 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8725
8726 * mml.el (mml-preview): Widen the message buffer before copying
8727 the contents to the preview buffer; sort headers before previewing.
8728
8729 * message.el (message-hidden-headers): Fix the way to avoid a bug
8730 in the `repeat' widget in Emacs 21.3 or earlier.
8731
8732 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8733
8734 * message.el (message-hidden-headers): Default to "^References:".
8735 Improve customization type. Suggested by Reiner Steib
8736 <Reiner.Steib@gmx.de>.
8737
8738 2004-11-25 Romain Francoise <romain@orebokech.com>
8739
8740 * message.el (message-strip-forbidden-properties): Remove check for
8741 obsolete `message-hidden' text property, hidden headers are not
8742 accessible in the buffer anymore.
8743
8744 2004-11-22 Romain Francoise <romain@orebokech.com>
8745
8746 * message.el (message-header-format-alist): Add `From' in list
8747 so that it can be sorted.
8748 (message-fix-before-sending): Widen and sort headers before
8749 sending.
8750 (message-hide-headers): Use narrowing to hide headers by moving
8751 them to the top of the buffer and narrowing to the region
8752 underneath.
8753
8754 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8755
8756 * message.el (message-strip-forbidden-properties): Bind
8757 buffer-read-only (etc) to nil.
8758
8759 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
8760
8761 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
8762 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8763
8764 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
8765
8766 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
8767
8768 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8769
8770 * dns.el (query-dns): Use sit-for to time instead of
8771 accept-process-output, since that doesn't seem to work on udp
8772 sockets.
8773
8774 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8775
8776 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
8777
8778 2004-11-15 Jesper Harder <harder@ifa.au.dk>
8779
8780 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
8781 doc string. Improve doc string.
8782
8783 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8784
8785 * nntp.el (nntp-request-update-info): Return nil if
8786 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
8787 may not call gnus-activate-group which uselessly issues the GROUP
8788 commands for all nntp groups and wastes time. Reported by Romain
8789 Francoise <romain@orebokech.com>.
8790
8791 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
8792
8793 2004-11-15 Simon Josefsson <jas@extundo.com>
8794
8795 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
8796 headers separately.
8797 (gnus-button-openpgp): New function, inspired by Jochen Küpper
8798 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
8799
8800 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8801
8802 * gnus-start.el (gnus-convert-old-newsrc):
8803 Assign legacy-gnus-agent to 5.10.7.
8804
8805 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8806
8807 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
8808 start of the lines.
8809
8810 2004-11-14 Magnus Henoch <mange@freemail.hu>
8811
8812 * hashcash.el (hashcash-default-payment): Change default to 20
8813 (hashcash-default-accept-payment): Change default to 20
8814 (hashcash-process-alist): New variable
8815 (hashcash-generate-payment-async): Add
8816 (hashcash-already-paid-p): Add
8817 (hashcash-insert-payment): Don't generate payments twice
8818 (hashcash-insert-payment-async): Add
8819 (hashcash-insert-payment-async-2): Add
8820 (hashcash-cancel-async): Add
8821 (hashcash-wait-async): Add
8822 (hashcash-processes-running-p): Add
8823 (hashcash-wait-or-cancel): Add
8824 (mail-add-payment): New optional argument. Conditionally start
8825 asynchronous calculation.
8826 (mail-add-payment-async): Add
8827
8828 * message.el (message-send-mail): Wait for asynchronous hashcash
8829 results. Don't clobber existing X-Hashcash headers.
8830 (message-setup-1): Call mail-add-payment-async when
8831 message-generate-hashcash is non-nil.
8832
8833 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8834
8835 * message.el (message-use-alternative-email-as-from): Examine the
8836 From header as well; use message-make-from in order to include a
8837 user's full name.
8838
8839 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8840
8841 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
8842 default; improve customization type.
8843 (gnus-emphasis-custom-with-format): New macro.
8844 (gnus-emphasis-custom-value-to-external): New function.
8845 (gnus-emphasis-custom-value-to-internal): New function.
8846
8847 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8848
8849 * dns.el (query-dns): Resolve reverse addresses.
8850
8851 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8852
8853 * gnus-group.el (gnus-group-get-new-news): Use it.
8854
8855 * gnus-start.el (gnus-check-reasonable-setup): New function.
8856
8857 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8858
8859 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
8860 "Args out of range" error. Reported by Arnaud Giersch
8861 <arnaud.giersch@free.fr>.
8862
8863 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
8864
8865 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
8866
8867 2004-11-04 Richard M. Stallman <rms@gnu.org>
8868
8869 * spam.el (spam group): Add :version.
8870
8871 * pgg-def.el (pgg group): Add :version.
8872
8873 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8874
8875 * gnus-art.el (gnus-article-edit-article): Don't associate the
8876 article buffer with a draft file. This is a temporary measure
8877 against the 2004-08-22 change to gnus-article-edit-mode.
8878
8879 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8880
8881 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
8882 (html2text-format-tags): Remove unused variable `attr'.
8883
8884 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8885
8886 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
8887
8888 * spam-stat.el (spam-stat): Add :version.
8889
8890 * sieve.el (sieve): Add :version.
8891
8892 * sha1.el (sha1): Add :version.
8893 (sha1-use-external): Remove redundant version.
8894
8895 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
8896 (nnmail-cache-ignore-groups, nnmail-spool-hook)
8897 (nnmail-split-fancy-match-partial-words)
8898 (nnmail-split-lowercase-expanded): Add :version.
8899
8900 * nndiary.el (nndiary): Add :version.
8901
8902 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
8903
8904 * mml-sec.el (mml-default-sign-method)
8905 (mml-default-encrypt-method, mml-signencrypt-style-alist):
8906 Add :version.
8907
8908 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
8909
8910 * mm-url.el (mm-url-use-external, mm-url-program)
8911 (mm-url-arguments): Add :version.
8912
8913 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
8914 (mm-attachment-file-modes, mm-decrypt-option)
8915 (mm-w3m-safe-url-regexp): Add :version.
8916
8917 * message.el (message-cite-prefix-regexp)
8918 (message-sendmail-envelope-from, message-minibuffer-local-map)
8919 (message-user-fqdn, message-completion-alist): Add :version.
8920
8921 * gnus-win.el (gnus-configure-windows-hook)
8922 (gnus-use-frames-on-any-display): Add :version.
8923
8924 * gnus-art.el (gnus-article-address-banner-alist)
8925 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
8926 (gnus-treat-from-picon, gnus-treat-mail-picon)
8927 (gnus-treat-x-pgp-sig): Add :version.
8928
8929 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
8930 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
8931 (gnus-summary-article-delete-hook)
8932 (gnus-summary-display-while-building): Add :version.
8933
8934 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
8935 (gnus-get-top-new-news-hook):Add :version.
8936
8937 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8938 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
8939
8940 * gnus-registry.el (gnus-registry): Add :version.
8941
8942 * gnus-spec.el (gnus-use-correct-string-widths)
8943 (gnus-make-format-preserve-properties): Add :version.
8944
8945 * gnus.el (gnus-group-charter-alist)
8946 (gnus-group-fetch-control-use-browse-url)
8947 (gnus-install-group-spam-parameters): Add :version.
8948
8949 * gnus-diary.el (gnus-diary): Add :version.
8950
8951 * gnus-delay.el (gnus-delay): Add :version.
8952
8953 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
8954 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
8955 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
8956 Add :version.
8957
8958 * gnus-agent.el (gnus-agent-max-fetch-size)
8959 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
8960 (gnus-agent-prompt-send-queue): Add :version.
8961
8962 * deuglify.el (gnus-outlook-deuglify): Add :version.
8963
8964 * html2text.el: Beautify code. Improve doc strings. Some
8965 checkdoc cleanup.
8966 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
8967
8968 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
8969
8970 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
8971
8972 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
8973
8974 * gnus-registry.el (gnus-registry-hashtb): Create the registry
8975 when package is loaded.
8976
8977 * spam.el (spam-summary-score-preferred-header): Add global preference
8978 for people who want to override the default SpamAssassin over
8979 Bogofilter preference (when both are set).
8980 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
8981 (spam-user-format-function-S): Check
8982 spam-summary-score-preferred-header.
8983 (spam-extra-header-to-number): Add X-Bogosity header parsing.
8984 (spam-user-format-function-S): Format the score correctly.
8985
8986 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8987
8988 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
8989 signature file. Suggested by Manoj Srivastava
8990 <srivasta@golden-gryphon.com>.
8991
8992 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
8993 iso-2022-jp even in the Japanese language environment.
8994 Suggested by Jason Rumney <jasonr@gnu.org>.
8995
8996 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8997
8998 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
8999 use the same characters as the dummy marks; make it free from
9000 getting affected by the language environment.
9001 (gnus-summary-read-group-1): Update mark positions only when the
9002 format spec is updated.
9003
9004 * gnus-spec.el (gnus-update-format-specifications): Return a list
9005 of updated types.
9006
9007 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
9008
9009 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9010 of boundp to check if display-warning is available.
9011
9012 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
9013
9014 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9015
9016 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9017
9018 * nnspool.el (nnspool-spool-directory): Use news-path if the
9019 news-directory variable is not bound.
9020
9021 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9022 function instead of display-warning if it is not available.
9023
9024 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9025
9026 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9027 v5-10: Use `point-at-bol'.
9028
9029 2004-10-26 Simon Josefsson <jas@extundo.com>
9030
9031 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9032 <chenggao@gmail.com>.
9033
9034 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9035
9036 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9037 instead.
9038
9039 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9040
9041 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9042 to remove a server from the nnimap-server-buffer-alist.
9043 (nnimap-open-connection, nnimap-close-server): Use it.
9044
9045 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9046
9047 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9048
9049 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9050 running the major-mode function.
9051
9052 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9053
9054 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9055 dummy marks in the right way.
9056
9057 2004-10-18 David Edmondson <dme@dme.org>
9058
9059 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9060 excessively.
9061
9062 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9063
9064 * gnus-util.el (gnus-split-references): Accept a nil references
9065 string and go on blissfully.
9066
9067 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9068 cases where the references string is non-nil but has no references.
9069
9070 * encrypt.el: Add autoload tags.
9071
9072 * spam.el (spam-resolve-registrations-routine): Remove article
9073 from unregistration list too. Reported by David Hanak
9074 <dhanak@isis.vanderbilt.edu>
9075
9076 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9077
9078 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9079 nil. Changed custom type.
9080
9081 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9082
9083 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9084
9085 * gnus-sum.el (gnus-summary-move-article): Use it.
9086
9087 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9088
9089 * encrypt.el: Add autoload cookies.
9090
9091 * spam.el (spam-backend-article-list-property)
9092 (spam-backend-get-article-todo-list)
9093 (spam-backend-put-article-todo-list, )
9094 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9095 Resolve registrations separately.
9096 (spam-register-routine): Format comments.
9097 (spam-unregister-routine, spam-register-routine): Always call with
9098 specific-articles, no default list.
9099 (spam-summary-prepare-exit): Use the spam-classifications function.
9100
9101 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9102 gnus-encrypt.el.
9103
9104 * encrypt.el: Copied from gnus-encrypt.el.
9105
9106 * gnus-encrypt.el: Commented that it's obsolete.
9107
9108 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9109
9110 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9111 (gnus-score-save): Use it.
9112
9113 * message.el (message-bury): Use `window-dedicated-p'.
9114
9115 2004-10-15 Simon Josefsson <jas@extundo.com>
9116
9117 * pop3.el (top-level): Don't require nnheader.
9118 (pop3-read-timeout): Add.
9119 (pop3-accept-process-output): Add.
9120 (pop3-read-response, pop3-retr): Use it.
9121
9122 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9123
9124 * spam.el (spam-register-routine): Move comment.
9125 (spam-verify-bogofilter): Use 'unknown for the initial
9126 spam-bogofilter-valid state, not 'never.
9127
9128 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9129 for netrc-machine.
9130
9131 * nnimap.el (nnimap-open-connection): Use
9132 netrc-machine-user-or-password.
9133
9134 2004-10-17 Richard M. Stallman <rms@gnu.org>
9135
9136 * gnus-registry.el (gnus-registry-unload-hook):
9137 Set as a variable with add-hook.
9138
9139 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9140 of news-path.
9141
9142 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9143
9144 * spam.el: Delete duplicate `provide'.
9145 (spam-unload-hook): Set as a variable with add-hook.
9146
9147 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9148
9149 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9150 in the doc string.
9151
9152 * message.el (message-ignored-news-headers)
9153 (message-ignored-supersedes-headers)
9154 (message-ignored-resent-headers)
9155 (message-forward-ignored-headers): Improve custom type.
9156
9157 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9158
9159 * message.el (message-tokenize-header): Fix 2004-09-06 change
9160 which used point-min in the wrong place.
9161
9162 2004-10-12 Simon Josefsson <jas@extundo.com>
9163
9164 * tls.el (tls-certtool-program): New variable.
9165 (tls-certificate-information): New function, based on
9166 ssl-certificate-information.
9167
9168 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9169
9170 * compface.el: Move the version of ELisp-based uncompface program
9171 to the contrib directory because of the copyright problem.
9172
9173 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9174
9175 * message.el (message-kill-buffer): Raise the current frame.
9176
9177 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9178
9179 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9180
9181 * gnus.el (message-y-or-n-p): Autoload.
9182
9183 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9184 (pop3-password-required, pop3-authentication-scheme)
9185 (pop3-leave-mail-on-server): Made customizable.
9186 (pop3): New custom group.
9187 (pop3-retr): Remove `sleep-for' statements.
9188 Suggested by Dave Love <fx@gnu.org>.
9189
9190 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9191 Windows/DOS.
9192
9193 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9194 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9195 Dave Love <fx@gnu.org>.
9196
9197 * mml.el (mml-minibuffer-read-disposition): Require match.
9198 Suggested by Dave Love <fx@gnu.org>.
9199
9200 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9201
9202 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9203 doc string.
9204
9205 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9206
9207 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9208
9209 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9210
9211 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9212 instead of calling `mm-insert-inline', to decode text/* parts
9213 before displaying them.
9214
9215 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9216
9217 * mm-uu.el (mm-uu-text-plain-type): New variable.
9218 (mm-uu-pgp-signed-extract-1): Use it.
9219 (mm-uu-pgp-encrypted-extract-1): Use it.
9220 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9221 bind mm-uu-text-plain-type with that value.
9222 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9223 mm-uu-dissect.
9224
9225 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9226
9227 * gnus-group.el (gnus-update-group-mark-positions):
9228 * gnus-sum.el (gnus-update-summary-mark-positions):
9229 * message.el (message-check-news-body-syntax):
9230 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9231 of string-as-multibyte.
9232
9233 2004-10-05 Juri Linkov <juri@jurta.org>
9234
9235 * gnus-group.el (gnus-update-group-mark-positions):
9236 * gnus-sum.el (gnus-update-summary-mark-positions):
9237 * message.el (message-check-news-body-syntax):
9238 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9239 8-bit unibyte values to a multibyte string for search functions.
9240
9241 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9242
9243 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9244 (mm-uu-dissect-text-parts): New function.
9245
9246 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9247 dissect text parts.
9248
9249 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9250 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9251
9252 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9253
9254 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9255 gnus-current-topics instead of gnus-current-topic.
9256
9257 2004-10-06 Jesper Harder <harder@ifa.au.dk>
9258
9259 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9260
9261 2004-10-05 Jesper Harder <harder@ifa.au.dk>
9262
9263 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9264 where approriate.
9265
9266 * nnml.el (nnml-generate-active-info): do.
9267
9268 * nndiary.el (nndiary-generate-active-info): do.
9269
9270 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9271 (gnus-topic-move): do.
9272
9273 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9274 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9275
9276 * gnus-srvr.el (gnus-server-prepare)
9277 (gnus-server-open-all-servers): do.
9278
9279 * gnus-msg.el (gnus-summary-cancel-article)
9280 (gnus-summary-resend-message)
9281 (gnus-summary-mail-crosspost-complaint): do.
9282
9283 * gnus-move.el (gnus-change-server): do.
9284
9285 * gnus-group.el (gnus-group-unmark-all-groups)
9286 (gnus-group-set-current-level): do.
9287
9288 2004-10-04 Simon Josefsson <jas@extundo.com>
9289
9290 * message.el (message-generate-hashcash): Doc fix.
9291
9292 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9293
9294 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9295 avoid infinite recursion via gnus-get-function.
9296
9297 2004-10-02 Jesper Harder <harder@ifa.au.dk>
9298
9299 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9300
9301 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9302
9303 * nnmail.el (nnmail-split-history): do.
9304
9305 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9306 (nnml-request-delete-group): do.
9307
9308 * nnslashdot.el (nnslashdot-read-groups): do.
9309
9310 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9311 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9312
9313 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9314 (nnspool-sift-nov-with-sed): Use last
9315 (nnspool-retrieve-headers-with-nov): Use mapc.
9316 (nnspool-request-newgroups): Use dolist.
9317 (nnspool-request-group): Use last.
9318
9319 * nntp.el (nntp-read-server-type): Use dolist.
9320
9321 * nnvirtual.el (nnvirtual-create-mapping)
9322 (nnvirtual-update-read-and-marked): Use dolist.
9323 (nnvirtual-convert-headers): Simplify.
9324
9325 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9326
9327 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9328 support for sync'ing tick marks.
9329
9330 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9331
9332 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9333 there's no visible header.
9334
9335 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9336
9337 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9338 necessary, pass full group name to gnus-request-set-marks.
9339
9340 2004-10-01 Simon Josefsson <jas@extundo.com>
9341
9342 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9343 acroread.
9344
9345 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9346
9347 * spam-report.el (spam-report-gmane): Fix interactive.
9348
9349 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9350
9351 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9352 when writing file.
9353 (gnus-agent-synchronize-flags): Don't default to being
9354 interactive.
9355
9356 2004-09-30 Simon Josefsson <jas@extundo.com>
9357
9358 * message.el (message-generate-hashcash): Add.
9359 (message-send-mail): Use it, call mail-add-payment.
9360
9361 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9362
9363 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9364
9365 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9366
9367 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9368 gnus-requst-update-info with explicit code to sync the in-memory
9369 info read flags with the marks being sync'd to the backend.
9370
9371 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9372
9373 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9374
9375 * spam.el (spam-verify-bogofilter): Add new function.
9376 (spam-check-bogofilter)
9377 (spam-bogofilter-register-with-bogofilter): Use it.
9378 (spam-verify-bogofilter): Add small fixes.
9379
9380 2004-09-28 Simon Josefsson <jas@extundo.com>
9381
9382 * hashcash.el (hashcash-generate-payment): Revert.
9383
9384 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9385
9386 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9387 gnus-extract-references instead of gnus-split-references.
9388
9389 * gnus-util.el (gnus-extract-references): Add new function, analogous
9390 to gnus-split-references but extracts only the message-ID without
9391 anything extra.
9392
9393 * hashcash.el (hashcash-generate-payment)
9394 (hashcash-check-payment): Do the right thing if hashcash-path is
9395 nil (because the hashcash program could not be found).
9396
9397 * spam.el (spam-use-hashcash): Remove comment.
9398
9399 2004-09-27 Jesper Harder <harder@ifa.au.dk>
9400
9401 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9402 (gnus-cache-enter-article, gnus-cache-remove-article)
9403 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9404
9405 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9406
9407 * gnus-art.el (article-hide-boring-headers)
9408 (article-translate-strings, article-display-face)
9409 (gnus-article-mime-match-handle-first)
9410 (gnus-article-highlight-headers)
9411 (gnus-article-add-buttons-to-head): do.
9412
9413 2004-09-27 Simon Josefsson <jas@extundo.com>
9414
9415 * hashcash.el: New version, from
9416 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9417 ../contrib/.
9418
9419 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9420
9421 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9422
9423 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9424
9425 * gnus-dup.el (gnus-dup-open): Use mapc.
9426 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9427
9428 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9429 Reported by Stefan Wiens <s.wi@gmx.net>.
9430
9431 * gnus.el (gnus-shutdown): Use dolist.
9432
9433 * gnus-undo.el (gnus-undo): Use mapc.
9434
9435 * nnrss.el (nnrss-generate-active): do.
9436
9437 * message.el (message-cite-original-without-signature)
9438 (message-cite-original): Use mapc.
9439 (message-do-actions, message-make-forward-subject): Use dolist.
9440
9441 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9442
9443 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9444 deletion to remove entire duplicate line. Fixes merged article
9445 number bug.
9446
9447 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9448
9449 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9450 servers that are offline. Avoids having gnus-agent-toggle-plugged
9451 first ask if you want to open a server and then, even when you
9452 responded with no, asking if you want to synchronize the server's
9453 flags.
9454 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9455 multi-line expressions.
9456 (gnus-agent-synchronize-group-flags): New internal function.
9457 Updates marks in memory (in the info structure) AND in the
9458 backend.
9459
9460 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9461
9462 * nnagent.el (nnagent-request-set-mark): Use
9463 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9464 method, to ensure that synchronization updates marks in the
9465 backend and in the info (in memory) structure.
9466
9467 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9468
9469 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9470 convention fully; don't miss the root article of a thread; make
9471 the X-Draft-From header with correct article numbers.
9472
9473 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9474
9475 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9476 unless plugged. Disable the agent so that an open failure causes
9477 an error.
9478
9479 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9480 Reverted 2004-09-21 change. The backend must be opened while
9481 synchronizing flags even when the backend stores the flags
9482 locally.
9483
9484 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9485
9486 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9487 in `header' match. Reported by Svend Tollak Munkejord.
9488
9489 * message.el (message-cite-original): Fix use of
9490 `message-cite-articles-with-x-no-archive'.
9491
9492 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9493
9494 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9495 (gnus-window-to-buffer): Ditto.
9496
9497 * mml.el (mml-preview-buffer): New variable.
9498 (mml-preview): Manage window layout with gnus-buffer-configuration.
9499
9500 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9501 X-Draft-From header even if those articles aren't quoted.
9502
9503 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9504
9505 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9506 (gnus-request-set-mark, gnus-request-update-mark): Use new
9507 g-s-t-u-l-m to decide to use backend even when unplugged.
9508
9509 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9510
9511 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9512 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9513
9514 2004-09-20 Simon Josefsson <jas@extundo.com>
9515
9516 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9517 "utf-16-le".
9518
9519 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9520
9521 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9522
9523 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9524
9525 * uudecode.el (uudecode-use-external): Add :version.
9526
9527 * smime.el (smime-CA-file, smime-encrypt-cipher)
9528 (smime-dns-server): Add :version.
9529
9530 * smiley.el (gnus-smiley-file-types): Add :version.
9531
9532 * sha1.el (sha1-use-external): Add :version.
9533
9534 * pgg-def.el (pgg-query-keyserver): Add :version.
9535
9536 * nnmail.el (nnmail-fancy-expiry-targets)
9537 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9538 Add :version.
9539
9540 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9541 (nnimap-retrieve-groups-asynchronous): Add :version.
9542 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9543
9544 * mml.el (mml-content-disposition-parameters)
9545 (mml-insert-mime-headers-always): Add :version.
9546
9547 * mm-util.el (mm-coding-system-priorities): Add :version.
9548
9549 * mm-decode.el (mm-inline-text-html-with-images)
9550 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9551 (mm-verify-option): Add :version.
9552 (mm-text-html-renderer): Change :version.
9553
9554 * message.el (message-fcc-externalize-attachments)
9555 (message-required-headers, message-draft-headers)
9556 (message-subject-trailing-was-query)
9557 (message-subject-trailing-was-ask-regexp)
9558 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9559 (message-mark-insert-end, message-archive-header)
9560 (message-archive-note, message-cross-post-default)
9561 (message-cross-post-note, message-followup-to-note)
9562 (message-cross-post-note-function, message-use-mail-followup-to)
9563 (message-subscribed-address-functions)
9564 (message-subscribed-address-file, message-subscribed-addresses)
9565 (message-subscribed-regexps, message-allow-no-recipients)
9566 (message-yank-cited-prefix, message-signature-insert-empty-line)
9567 (message-hidden-headers, message-hierarchical-addresses)
9568 (message-mail-user-agent, message-use-idna)
9569 (message-valid-fqdn-regexp)
9570 (message-strip-special-text-properties, message-header-synonyms)
9571 (message-beginning-of-line, message-tab-body-function): Add :version.
9572 (message-insert-canlock, message-wide-reply-confirm-recipients):
9573 Change :version.
9574
9575 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9576 and :version.
9577 (mail-source-delete-old-incoming-confirm)
9578 (mail-source-movemail-program): Add :version.
9579
9580 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9581 (gnus-agent-cache, gnus-agent): Change :version.
9582
9583 * gnus-util.el (gnus-use-byte-compile): Change :version.
9584
9585 * gnus-sum.el (gnus-summary-make-false-root-always)
9586 (gnus-summary-default-high-score)
9587 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9588 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9589 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9590 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9591 (gnus-sum-thread-tree-single-indent)
9592 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9593 (gnus-sum-thread-tree-leaf-with-other)
9594 (gnus-sum-thread-tree-single-leaf): Add :version.
9595 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9596 (gnus-article-loose-mime): Change :version.
9597
9598 * gnus-start.el (gnus-backup-startup-file)
9599 (gnus-save-startup-file-via-temp-buffer): Add :version.
9600
9601 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9602 (gnus-server-offline-face): Add :version.
9603
9604 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9605
9606 * gnus-msg.el (gnus-gcc-externalize-attachments)
9607 (gnus-debug-files, gnus-debug-exclude-variables)
9608 (gnus-discouraged-post-methods): Change :version.
9609 (gnus-confirm-mail-reply-to-news)
9610 (gnus-confirm-treat-mail-like-news): Add :version.
9611
9612 * gnus-int.el (gnus-server-unopen-status): Add :version.
9613
9614 * gnus-group.el (gnus-group-jump-to-group-prompt)
9615 (gnus-large-ephemeral-newsgroup)
9616 (gnus-fetch-old-ephemeral-headers): Add :version.
9617
9618 * gnus-fun.el (gnus-x-face-directory)
9619 (gnus-convert-pbm-to-x-face-command)
9620 (gnus-convert-image-to-x-face-command)
9621 (gnus-convert-image-to-face-command): Add :version.
9622
9623 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9624
9625 * gnus-cite.el (gnus-cite-blank-line-after-header)
9626 (gnus-article-boring-faces): Add :version.
9627
9628 * gnus-art.el (gnus-buttonized-mime-types)
9629 (gnus-inhibit-mime-unbuttonizing)
9630 (gnus-treat-display-face)
9631 (gnus-treat-body-boundary): Change :version.
9632 (gnus-body-boundary-delimiter, gnus-picon-databases)
9633 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9634 (gnus-treat-date-english, gnus-treat-fold-headers)
9635 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9636 (gnus-treat-mail-picon, gnus-treat-wash-html)
9637 (gnus-article-encrypt-protocol)
9638 (gnus-use-idna, gnus-article-over-scroll)
9639 (gnus-mime-display-multipart-alternative-as-mixed)
9640 (gnus-mime-display-multipart-related-as-mixed)
9641 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9642 (gnus-ctan-url, gnus-button-ctan-handler)
9643 (gnus-button-handle-ctan-bogus-regexp)
9644 (gnus-button-ctan-directory-regexp)
9645 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9646 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9647 (gnus-button-man-level, gnus-button-emacs-level)
9648 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9649
9650 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9651 (gnus-agent-go-online): Change :version.
9652 (gnus-agent-expire-unagentized-dirs)
9653 (gnus-agent-auto-agentize-methods): Add :version.
9654
9655 * flow-fill.el (fill-flowed-display-column)
9656 (fill-flowed-encode-column): Add :version.
9657
9658 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9659 (gnus-outlook-deuglify-unwrap-max)
9660 (gnus-outlook-deuglify-cite-marks)
9661 (gnus-outlook-deuglify-unwrap-stop-chars)
9662 (gnus-outlook-deuglify-no-wrap-chars)
9663 (gnus-outlook-deuglify-attrib-cut-regexp)
9664 (gnus-outlook-deuglify-attrib-verb-regexp)
9665 (gnus-outlook-deuglify-attrib-end-regexp)
9666 (gnus-outlook-display-hook): Add :version.
9667
9668 * binhex.el (binhex-use-external): Add :version.
9669
9670 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
9671
9672 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9673 and `invisible'.
9674
9675 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9676
9677 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9678 in gnus-registry-trim.
9679
9680 2004-09-13 Simon Josefsson <jas@extundo.com>
9681
9682 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9683
9684 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9685
9686 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9687 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9688 <yamaoka@jpl.org>.
9689 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9690 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9691 <yamaoka@jpl.org>.
9692
9693 * sieve.el (sieve-manage-mode): Ditto.
9694
9695 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
9696
9697 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9698
9699 2004-09-11 Simon Josefsson <jas@extundo.com>
9700
9701 * dns-mode.el: Add.
9702
9703 * mm-view.el (mm-display-dns-inline): Add.
9704
9705 * mm-decode.el (mm-inline-media-tests): Add text/dns.
9706 (mm-automatic-display): Ditto.
9707
9708 * mailcap.el (mailcap-mime-data): Add text/dns.
9709 (mailcap-mime-extensions): Map .soa to text/dns.
9710
9711 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
9712
9713 * gnus-art.el (article-decode-mime-words, article-babel)
9714 (gnus-article-highlight-signature, gnus-article-add-buttons)
9715 (gnus-signature-toggle): Remove unnecessary bindings of
9716 `inhibit-read-only' inherited from v5.10 merge.
9717
9718 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9719
9720 * nntp.el (nntp): New customization group.
9721 (nntp-authinfo-file): Add customization group.
9722
9723 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9724
9725 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
9726
9727 * gnus.el (to-address, to-list, subscribed)
9728 (large-newsgroup-initial): Ditto.
9729
9730 * flow-fill.el (fill-flowed-display-column)
9731 (fill-flowed-encode-column): Ditto.
9732
9733 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9734
9735 * message.el (message-tokenize-header, message-send-mail-with-qmail):
9736 Use point-min rather than 1.
9737 (message-send-mail): Use buffer-size rather than point-max.
9738
9739 * gnus-sum.el (gnus-summary-search-article-forward):
9740 Signal a specific `search-failed' rather than a generic `error'.
9741
9742 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
9743 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
9744 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
9745
9746 2004-09-10 Simon Josefsson <jas@extundo.com>
9747
9748 * nndb.el (require): Remove tcp and duplicate cl.
9749
9750 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9751
9752 * gnus-agent.el (directory-files-and-attributes): Move forward.
9753
9754 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9755
9756 * gnus-agent.el (directory-files-and-attributes): Optionally
9757 defined to support XEmacs.
9758
9759 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9760
9761 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
9762 to avoid run-time CL dependencies.
9763 (gnus-agent-unfetch-articles): New function.
9764 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
9765 article numbers even when local .overview file is missing.
9766 (gnus-agent-read-article-number): New function. Only accepts
9767 27-bit article numbers.
9768 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
9769 gnus-agent-read-article-number.
9770 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
9771 from backend while recognizing that article numbers in .overview
9772 must be valid.
9773 (gnus-agent-update-files-total-fetched-for): Use
9774 directory-files-and-attributes to improve performance.
9775 * gnus-int.el (gnus-request-move-article): Use
9776 gnus-agent-unfetch-articles in place of gnus-agent-expire to
9777 improve performance.
9778
9779 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
9780 some users confused by references to .newsrc when they only have a
9781 .newsrc.eld file.
9782 (gnus-convert-mark-converter-prompt)
9783 (gnus-convert-converter-needs-prompt): Fixed use of property list.
9784 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
9785 New function. Used internally to only display 'gnus converting
9786 files' message when actually necessary.
9787
9788 * gnus-sum.el (): Removed (require 'gnus-agent) as required
9789 methods now autoloaded.
9790
9791 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9792
9793 * gnus-sum.el (gnus-summary-insert-subject): Remove list
9794 identifiers.
9795
9796 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
9797
9798 * gnus-picon.el: Fix indentation and closing parenthesis.
9799
9800 2004-09-01 Simon Josefsson <jas@extundo.com>
9801
9802 * message.el (message-canlock-generate): Require sha1, not
9803 sha1-el. (Can we get rid of this require altogether? It is ugly
9804 to require within a function. Sadly, if sha1.el isn't loaded, the
9805 let binding in m-c-g will hide the defcustom definition, which is
9806 bad.)
9807
9808 * canlock.el: Require sha1, not sha1-el.
9809
9810 * message.el: Don't autoload sha1 (there is a autoload cookie in
9811 sha1.el).
9812
9813 * sha1-el.el: Renamed to sha1.el.
9814
9815 2004-08-30 Juanma Barranquero <lektu@terra.es>
9816
9817 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
9818
9819 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9820
9821 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
9822
9823 2004-08-30 Kim F. Storm <storm@cua.dk>
9824
9825 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
9826
9827 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
9828 Add :group 'nnimap.
9829
9830 2004-08-30 Andreas Schwab <schwab@suse.de>
9831
9832 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
9833 ?* and ?\;.
9834
9835 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
9836 and ?\' to symbol instead of whitespace.
9837
9838 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
9839
9840 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
9841
9842 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
9843 instead of re-search-forward.
9844
9845 * gnus-uu.el (gnus-uu-save-article): Ditto.
9846 (gnus-uu-post-encode-uuencode): Ditto.
9847
9848 * html2text.el (html2text-clean-list-items): Ditto.
9849 (html2text-clean-dtdd): Ditto.
9850 (html2text-format-tags): Ditto.
9851
9852 * message.el (message-send-mail-with-sendmail): Fix regexp.
9853 (message-fill-field-general): Use search-forward instead of
9854 re-search-forward.
9855 (unbold-region): Ditto.
9856
9857 * nnrss.el (nnrss-request-article): Ditto.
9858
9859 * nnslashdot.el (nnslashdot-request-article): Ditto.
9860
9861 * nnweb.el (nnweb-gmane-wash-article): Ditto.
9862
9863 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
9864 "Unrecognized menu descriptor" error in XEmacs.
9865
9866 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
9867
9868 * gnus-sum.el (gnus-read-header): Don't remove a header for the
9869 parent article of a sparse article in the thread hashtb.
9870
9871 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
9872
9873 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
9874 (nnmail-expand-newtext): Lowercase expanded entries if
9875 nnmail-split-lowercase-expanded is non-nil.
9876
9877 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
9878
9879 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
9880
9881 * gnus-group.el (gnus-group-line-format-alist): Convert the value
9882 of gnus-tmp-news-method into string under XEmacs. It will be
9883 passed to gnus-correct-length which takes only a string argument.
9884
9885 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
9886
9887 * gnus-util.el (gnus-bind-print-variables): New macro.
9888 (gnus-prin1): Use it.
9889 (gnus-prin1-to-string): Use it.
9890 (gnus-pp): New function.
9891 (gnus-pp-to-string): New function.
9892
9893 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
9894 Replace pp-to-string with gnus-pp-to-string.
9895 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
9896 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
9897 * gnus-msg.el (gnus-debug): Ditto.
9898 * gnus-score.el (gnus-score-save): Ditto.
9899 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
9900 gnus-pp-to-string.
9901 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
9902 with gnus-pp.
9903 * score-mode.el (gnus-score-pretty-print): Ditto.
9904 * webmail.el (webmail-debug): Ditto.
9905
9906 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
9907
9908 * gnus-art.el (article-display-face, article-display-x-face):
9909 Use buffer-read-only.
9910
9911 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
9912
9913 * gnus-art.el (article-hide-list-identifiers):
9914 Bind inhibit-read-only as t.
9915
9916 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
9917
9918 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
9919
9920 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9921
9922 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
9923 (gnus-narrow-to-page): Don't assume point-min == 1.
9924 (gnus-article-edit-mode): Derive from message-mode.
9925
9926 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
9927 point-min == 1.
9928
9929 * imap.el (imap-parse-address-list, imap-parse-body-ext):
9930 Disable incorrect use of `assert'.
9931
9932 * message.el (message-mode): Set comment-start-skip.
9933
9934
9935 2004-08-22 Sam Steingold <sds@gnu.org>
9936
9937 * pop3.el (pop3-leave-mail-on-server): New user variable.
9938 (pop3-movemail): Delete mail only when it is nil.
9939
9940 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
9941
9942 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
9943
9944 * mml.el (mml-preview): Use `pop-to-buffer'.
9945
9946 * message.el (message-goto-mail-followup-to): Insert after "To".
9947 (message-carefully-insert-headers): Add comment.
9948
9949 * gnus.el: Remove unused variable `gnus-article-check-size'.
9950
9951 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
9952
9953 * gnus-art.el (gnus-button-alist): Improve
9954 `gnus-button-handle-library' entry.
9955
9956 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
9957
9958 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
9959 downcase, since XEmacs capitalizes error messages differently.
9960
9961 2004-08-18 Jesper Harder <harder@ifa.au.dk>
9962
9963 * nntp.el: Add (require 'gnus) due to reference to
9964 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
9965
9966 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
9967
9968 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
9969 `mm-fill-flowed'.
9970
9971 * mm-decode.el (mm-dissect-singlepart): Check it.
9972
9973 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
9974
9975 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
9976 'imap' for netrc parsing.
9977
9978 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
9979
9980 * mailcap.el (mailcap-mime-data): Mark as risky.
9981
9982 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
9983
9984 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
9985 may be included in the encoded word.
9986 (rfc2047-encode): Don't append a space if the encoded word
9987 includes close parenthesis.
9988
9989 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
9990
9991 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
9992 of text within parentheses.
9993
9994 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
9995
9996 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
9997 (gnus-encrypt-write-file-contents): Make the password key the file
9998 name PLUS the cipher, not just the cipher. Also remove failed
9999 passwords from the cache.
10000
10001 2004-08-06 Simon Josefsson <jas@extundo.com>
10002
10003 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
10004 fix.
10005
10006 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10007
10008 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10009 LWSP.
10010
10011 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
10012
10013 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10014 to append in-reply-to: data to the references: header.
10015
10016 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10017 (netrc-parse): Use gnus-encrypt.el functions.
10018
10019 * gnus-encrypt.el: Add new file for encryption support; currently
10020 does only a few GPG ciphers and an internal XOR cipher.
10021
10022 * password.el: Add comments on using password-read-and-add.
10023 (password-read-and-add): Add function to read and add the
10024 password to the cache at once.
10025
10026 2004-07-28 Simon Josefsson <jas@extundo.com>
10027
10028 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10029 parameter (but don't use it, for now).
10030
10031 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10032 instead of hard coding to nil.
10033
10034 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10035
10036 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10037 as mm-inline-image-xemacs does.
10038
10039 2004-07-26 Simon Josefsson <jas@extundo.com>
10040
10041 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10042 Revert part of 2004-07-17 change below.
10043
10044 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10045
10046 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10047 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10048
10049 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10050
10051 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10052 quotes that actually start with ">" at the beginning of the
10053 lines.
10054
10055 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10056
10057 * rfc2047.el (rfc2047-encode-region): Fix last change.
10058 (rfc2047-encode-parameter): Remove useless concat.
10059
10060 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10061
10062 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10063 encode special characters; fix some kind of misconfigured headers;
10064 signal a real error if debug-on-quit or debug-on-error is non-nil.
10065 (rfc2047-encode-max-chars): New variable.
10066 (rfc2047-encode-1): Use it.
10067 (rfc2047-encode-parameter): New function.
10068
10069 * mml.el (mml-insert-parameter): Remove an excessive space.
10070
10071 2004-07-17 Simon Josefsson <jas@extundo.com>
10072
10073 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10074 Kai Grossjohann <kai@emptydomain.de>.
10075 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10076 (gnus-group-make-menu-bar): Ditto.
10077
10078 * gnus-util.el (gnus-group-server): Add.
10079
10080 2004-07-16 Jesper Harder <harder@ifa.au.dk>
10081
10082 * message.el (message-clone-locals): Clone sendmail and smtp
10083 variables.
10084
10085 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10086
10087 * rfc2047.el (rfc2047-encode-region): Fix last change.
10088
10089 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10090
10091 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10092 characters as non-special.
10093
10094 2004-07-09 Simon Josefsson <jas@extundo.com>
10095
10096 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10097 Users will lose all flag changes made while unplugged with
10098 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10099 good default. See numerous reports on ding mailing list.
10100
10101 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10102
10103 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10104 add generate-head-function and generate-article-function to the
10105 rfc822-forward entry.
10106 (nndoc-rfc822-forward-generate-article): New function.
10107 (nndoc-rfc822-forward-generate-head): New function.
10108
10109 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10110
10111 2004-07-06 Dan Christensen <jdc@uwo.ca>
10112
10113 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10114 respect display group parameter and gnus-summary-expunge-below.
10115 (gnus-articles-to-read): Remove unused reference to display group
10116 parameter.
10117
10118 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10119
10120 * nnheader.el (nnheader-uniquify-message-id): New experimental
10121 variable.
10122 (nnheader-nov-read-message-id): Use it.
10123
10124 * spam-report.el (spam-report-gmane): Add interactive.
10125
10126 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10127
10128 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10129 qp-or-base64 for the application/* types.
10130
10131 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10132
10133 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10134
10135 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10136
10137 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10138 trim value.
10139
10140 2004-01-25 Paul Jarc <prj@po.cwru.edu>
10141
10142 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10143 New macro and function.
10144 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10145
10146 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10147
10148 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10149 after-load-alist.
10150
10151 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10152
10153 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10154 update info that isn't there.
10155
10156 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10157
10158 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10159 entry.
10160
10161 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10162
10163 * mm-view.el (mm-inline-render-with-function): Use multibyte
10164 buffer; decode html source by charset.
10165
10166 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10167
10168 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10169 Mule-UCS is loaded under XEmacs.
10170 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10171
10172 2004-06-28 Jesper Harder <harder@ifa.au.dk>
10173
10174 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10175
10176 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10177
10178 * mm-util.el (mm-coding-system-p): Return a coding-system.
10179 (mm-mime-mule-charset-alist): Use shift_jis instead of
10180 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10181 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10182 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10183 instead of japanese-shift-jis and iso-latin-1 respectively in
10184 order to share the default value with both Emacs and XEmacs-mule.
10185 (mm-mule-charset-to-mime-charset): Make
10186 mm-coding-system-priorities effective.
10187 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10188 while predicating of candidates upon the priorities.
10189
10190 2004-06-27 Jesper Harder <harder@ifa.au.dk>
10191
10192 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10193 gnus-uu-invert-processable.
10194
10195 * gnus.el: Autoload gnus-uu-invert-processable.
10196
10197 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10198
10199 * mm-util.el (mm-with-multibyte-buffer): New macro.
10200
10201 * rfc2047.el (rfc2047-encode-string): Use it.
10202 (rfc2047-encode-region): Move point to the end of the region after
10203 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10204
10205 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10206
10207 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10208 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10209
10210 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10211
10212 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10213 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10214 Karl Chen <quarl@nospam.quarl.org>.
10215
10216 2004-06-23 Jesper Harder <harder@ifa.au.dk>
10217
10218 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10219 invalid addresses.
10220
10221 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10222
10223 * spam.el: Change section markers, revise TODO list.
10224 (spam-backends): Make new master list of all installed backends.
10225 (spam-summary-exit-behavior): Add new variable to determine how
10226 messages moves are done at summary exit.
10227 (spam-move-spam-nonspam-groups-only)
10228 (spam-process-ham-in-nonham-groups)
10229 (spam-process-ham-in-spam-groups): Remove variables, the
10230 spam-summary-exit-behavior variable should be used to manage this
10231 behavior.
10232 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10233 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10234 and spam-old-spam-articles.
10235 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10236 Add empty variables, placeholders for the backends they represent.
10237 (spam-set-difference): Move, unchanged.
10238 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10239 unless the user has a processor variable.
10240 (spam-classifications, spam-classification-valid-p)
10241 (spam-backend-properties, spam-backend-property-valid-p)
10242 (spam-backend-function-type-valid-p)
10243 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10244 (spam-report-articles-gmane, spam-report-articles-resend):
10245 Remove functions, they are not needed.
10246 (spam-install-backend-super, spam-backend-list)
10247 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10248 (spam-backend-function, spam-backend-ham-registration-function)
10249 (spam-backend-spam-registration-function)
10250 (spam-backend-ham-unregistration-function)
10251 (spam-backend-spam-unregistration-function)
10252 (spam-backend-statistical-p, spam-backend-mover-p)
10253 (spam-install-backend-alias, spam-install-checkonly-backend)
10254 (spam-install-mover-backend, spam-install-nocheck-backend)
10255 (spam-install-backend, spam-install-statistical-backend)
10256 (spam-install-statistical-checkonly-backend): Add backend installation
10257 support.
10258 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10259 (spam-group-processor-p): Use the new backend code and respect the
10260 summary exit behavior.
10261 (spam-mark-spam-as-expired-and-move-routine): Remove.
10262 (spam-summary-prepare): Change to use the new spam-old-articles
10263 variable.
10264 (spam-copy-or-move-routine, spam-copy-spam-routine)
10265 (spam-move-spam-routine, spam-copy-ham-routine)
10266 (spam-move-ham-routine): Add code to copy/move ham or spam.
10267 (spam-fetch-field-fast): Improve doc and code, plus allow the
10268 'number request.
10269 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10270 variables.
10271 (spam-split, spam-find-spam): Use the new backend code.
10272 (spam-registration-functions): Remove variable.
10273 (spam-unregister-routine): Add convenience wrapper.
10274 (spam-log-undo-registration, spam-register-routine)
10275 (spam-log-processing-to-registry)
10276 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10277 where possible.
10278 (spam-check-gmane-xref, spam-check-regex-headers)
10279 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10280 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10281 (spam-check-bogofilter-headers, spam-check-spamoracle)
10282 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10283 (spam-check-crm114-headers): Use the spam-split-group that
10284 spam-split prepares, no need to determine it every time.
10285
10286 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10287 to the nnheader-parse-naked-head call.
10288
10289 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10290
10291 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10292 the nnheader-nov-read-message-id call.
10293
10294 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10295
10296 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10297 gnus-activate-group twice. Suggested by Markus Peter
10298 <warp@spin.de>.
10299
10300 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10301
10302 * gnus-art.el (gnus-article-time-format): Exchange the order of
10303 day and month in the default value; fix customization type.
10304 (article-date-ut): Use add-text-properties.
10305 (article-make-date-line): Use message-make-date instead of
10306 current-time-string.
10307
10308 * message.el (message-fetch-field): Don't use set-text-properties.
10309 (message-make-date): Simplify.
10310
10311 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
10312
10313 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10314 (rfc2047-encode-region): Treat text within parentheses as special;
10315 show the original text when error has occurred.
10316
10317 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10318 already-computed method to gnus-activate-group.
10319
10320 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10321 same select-methods identical Lisp objects.
10322
10323 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10324 object when modifying the info.
10325
10326 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10327
10328 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10329 gnus-opened-servers since it has never been opened with the new
10330 configuration yet.
10331
10332 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10333
10334 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10335 arg to nnheader-generate-fake-message-id.
10336
10337 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
10338
10339 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10340 number and build a fake message ID localized to a group and
10341 article number (so it's repeatable from that point on).
10342 (nnheader-fake-message-id-p): Change regex to accommodate new fake
10343 ID format.
10344
10345 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10346 nnheader-generate-fake-message-id with the article number.
10347
10348 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
10349
10350 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10351 end-of-buffer.
10352
10353 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10354
10355 * message.el (message-ignored-supersedes-headers): Add Approved.
10356
10357 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10358
10359 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10360 goto-char.
10361 (rfc2047-encode): Fold the line before encoding.
10362
10363 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10364
10365 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10366 folding -- not all headers can be folded, and this should be done
10367 by the message composition mode. Probably. I think.
10368
10369 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10370
10371 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10372 fast.
10373
10374 * gnus-ems.el (gnus-remove-image): Don't use
10375 message-text-with-property; remove only the image found first.
10376
10377 2004-06-09 Jesper Harder <harder@ifa.au.dk>
10378
10379 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10380
10381 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10382
10383 * message.el (message-text-with-property): Make it fast and accept
10384 optional arguments.
10385 (message-strip-forbidden-properties): Use it.
10386 (message-fix-before-sending): Follow the m-t-w-p change.
10387
10388 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10389
10390 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10391
10392 * gnus-art.el (article-hide-headers): Don't change the buffer
10393 mistakenly when performing mml-preview even if
10394 gnus-single-article-buffer is nil.
10395
10396 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
10397
10398 * message.el (message-expand-name-databases): New user option.
10399 (message-expand-name): Use it.
10400
10401 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
10402
10403 * spam.el (spam-report-articles-resend)
10404 (spam-report-resend-register-routine): Allow ham reporting.
10405 (spam-report-resend-register-ham-routine): Add wrapper.
10406 (spam-registration-functions): Add ham resending functions.
10407 (spam-list-of-processors): Add ham resend processor.
10408
10409 * gnus.el (ham-resend-to): Add new group parameter.
10410 (spam-process): Add ham resend option.
10411
10412 * spam-report.el (spam-report-resend): Allow reporting ham.
10413 (spam-report-resend-ham): Add wrapper.
10414
10415 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10416
10417 * message.el (message-cite-articles-with-x-no-archive): New
10418 variable.
10419 (message-cite-original): Use it.
10420
10421 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10422
10423 * message.el (message-cite-original): Respect X-No-Archive.
10424
10425 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10426
10427 * gnus-art.el (article-hide-headers): Refer to the values for
10428 gnus-ignored-headers and gnus-visible-headers in the summary
10429 buffer since a user may have set them as group parameters.
10430
10431 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
10432
10433 * assistant.el (assistant-node-name): Add convenience function.
10434 (assistant-render-text, assistant-render-node): Add error handling,
10435 plus handle multiple next nodes.
10436 (assistant-find-next-node): Comment out for now.
10437 (assistant-find-next-nodes): Add function, returns list of next
10438 nodes.
10439
10440 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10441
10442 * mail-source.el (mail-source-directory): Fix doc-string.
10443
10444 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10445
10446 * assistant.el (assistant-render-text, assistant-eval): Add :set
10447 widget type, which is different because it takes and returns a
10448 list. Much hilarity ensues.
10449
10450 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10451
10452 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10453
10454 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10455 doc-string.
10456
10457 * gnus-start.el (gnus-activate-group): Added doc-string.
10458
10459 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10460
10461 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10462
10463 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10464
10465 * assistant.el (assistant-render-text): Try to add a :set
10466 widget, more to come.
10467
10468 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10469 strings.
10470 (spam-report-articles-resend)
10471 (spam-register-routine): Do registration iff any articles warrant
10472 it.
10473 (spam-summary-prepare-exit): Change log message for nil group
10474 destinations.
10475
10476 2004-05-27 Daniel Pittman <daniel@rimspace.net>
10477
10478 * spam.el (spam-report-resend-register-routine): Allow
10479 spam-report-resend-to to be a group parameter or a global value.
10480
10481 2004-05-26 Simon Josefsson <jas@extundo.com>
10482
10483 * starttls.el: Merge with my GNUTLS based starttls.el.
10484 (starttls-gnutls-program, starttls-use-gnutls)
10485 (starttls-extra-arguments, starttls-process-connection-type)
10486 (starttls-connect, starttls-failure, starttls-success): New
10487 variables.
10488 (starttls-program, starttls-extra-args): Doc fix.
10489 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10490 functions.
10491 (starttls-negotiate, starttls-open-stream): Check
10492 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10493 function if it is set.
10494
10495 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10496
10497 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10498 structured fields.
10499
10500 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10501
10502 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10503
10504 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10505
10506 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10507 variable.
10508 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10509 assigning the spam-mark to new messages.
10510
10511 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10512
10513 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10514
10515 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10516
10517 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10518 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10519 default.
10520
10521 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10522
10523 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10524 correct data.
10525
10526 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10527
10528 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10529 (spam-group-processor-p): Fix function.
10530 (spam-group-processor-multiple-p)
10531 (spam-group-spam-processor-report-gmane-p)
10532 (spam-group-spam-processor-report-resend-p)
10533 (spam-group-spam-processor-bogofilter-p)
10534 (spam-group-spam-processor-blacklist-p)
10535 (spam-group-spam-processor-ifile-p)
10536 (spam-group-ham-processor-ifile-p)
10537 (spam-group-spam-processor-spamoracle-p)
10538 (spam-group-spam-processor-crm114-p)
10539 (spam-group-ham-processor-bogofilter-p)
10540 (spam-group-spam-processor-stat-p)
10541 (spam-group-ham-processor-stat-p)
10542 (spam-group-ham-processor-whitelist-p)
10543 (spam-group-ham-processor-BBDB-p)
10544 (spam-group-ham-processor-spamoracle-p)
10545 (spam-group-ham-processor-copy-p): Remove functions with some
10546 prejudice against unneeded code.
10547 (spam-report-articles-resend)
10548 (spam-report-resend-register-routine): Allow the group/topic
10549 spam-resend-to value to override spam-report-resend-to.
10550 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10551 properly now.
10552
10553 * gnus.el (spam-resend-to): Add group/topic parameter.
10554 (spam-process): Move the OBSOLETE processors to the end of the
10555 choices.
10556
10557 2004-05-24 Daniel Pittman <daniel@rimspace.net>
10558
10559 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10560 with resend-to set to nil, and then ask the user if necessary.
10561 (spam-report-resend): spam-report-resend takes a list of articles, not
10562 separate article numbers.
10563
10564 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10565
10566 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10567 addition to emacs-w3m.
10568
10569 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10570
10571 * assistant.el (assistant-authinfo-data): New function.
10572 (assistant-eval): Eval for entire assistant.
10573
10574 * netrc.el (netrc-services-file): New variable.
10575 (netrc-parse-services): New function.
10576 (netrc-find-service-name): New function.
10577 (netrc-find-service-number): New function.
10578 (netrc-port-equal): New function.
10579 (netrc-machine): Use it.
10580
10581 * nnimap.el (nnimap-open-connection): Use netrc.
10582
10583 * gnus-util.el (gnus-netrc-get): Remove aliases.
10584
10585 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10586
10587 * assistant.el (wid-edit): Fix compilation.
10588
10589 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10590
10591 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10592
10593 * gnus-util.el (gnus-set-file-modes): New function. (small
10594 patch).
10595
10596 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10597
10598 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10599
10600 * assistant.el (assistant-render-node): Fix up rendering and
10601 read-only text.
10602 (assistant-render-node): Reset.
10603 (assistant-make-read-only): Not sticky.
10604
10605 2004-05-20 Danny Siu <dsiu@adobe.com>
10606
10607 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10608 centered even when gnus-auto-center-summary is t
10609
10610 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10611
10612 * dns.el (dns-get-txt-answer): New function.
10613 (dns-read-txt): Ditto.
10614 (query-dns): Use it.
10615
10616 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
10617
10618 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10619 active for foreign groups even if the group level is higher than
10620 the specified value.
10621
10622 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10623
10624 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10625 non-active groups.
10626
10627 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10628
10629 2004-05-20 Magnus Henoch <mange@freemail.hu>
10630
10631 * dns.el (dns-read-type): Add support for SVR. (small patch)
10632
10633 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10634
10635 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10636 (spam-crm114-header, spam-crm114-spam-switch)
10637 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10638 (spam-crm114-positive-spam-header)
10639 (spam-crm114-database-directory, spam-list-of-processors)
10640 (spam-group-spam-processor-crm114-p)
10641 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10642 (spam-generic-score, spam-list-of-checks)
10643 (spam-list-of-statistical-checks, spam-registration-functions)
10644 (spam-check-crm114-headers, spam-crm114-score)
10645 (spam-check-crm114, spam-crm114-register-with-crm114)
10646 (spam-crm114-register-spam-routine)
10647 (spam-crm114-unregister-spam-routine)
10648 (spam-crm114-register-ham-routine)
10649 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
10650 asjo@koldfront.dk (Adam Sjøgren).
10651
10652 * gnus.el: Add spam-use-crm114.
10653
10654 * spam.el (spam-list-of-processors, spam-registration-functions):
10655 Add spam-use-resend.
10656 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10657 (spam-report-articles-gmane): Add doc fix.
10658 (spam-report-articles-resend, spam-report-resend-register-routine):
10659 Add wrappers around spam-report-resend-to.
10660
10661 * spam-report.el (spam-report-resend-to, spam-report-resend):
10662 Add support for resending spam.
10663 (spam-report-gmane): Fix line length >80.
10664
10665 * gnus.el (spam-process): Add spam-use-resend.
10666
10667 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10668
10669 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10670 number of processed spam messages.
10671 (spam-ham-copy-or-move-routine): Return the number of processed
10672 ham messages.
10673 (spam-summary-prepare-exit): Use the above values to decide
10674 whether status messages shouled be displayed.
10675
10676 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
10677
10678 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10679 `rfc2047-encoding-function-alist' in order to avoid conflicting
10680 with the old version.
10681 (rfc2047-encode-region): Concatenate words containing non-ASCII
10682 characters in structured fields; don't encode space-delimited
10683 ASCII words even in unstructured fields; don't break words at
10684 char-category boundaries.
10685 (rfc2047-encode-1): New function.
10686 (rfc2047-encode): Use it; encode text so that it occupies the
10687 maximum width within 76-column; work correctly on Q encoding for
10688 iso-2022-* charsets.
10689 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10690 sure not to break a line just after the header name.
10691 (rfc2047-b-encode-region): Removed.
10692 (rfc2047-b-encode-string): New function.
10693 (rfc2047-q-encode-region): Removed.
10694 (rfc2047-q-encode-string): New function.
10695
10696 * mm-util.el (mm-replace-in-string): New function.
10697
10698 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10699
10700 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10701 get it right.
10702 (gnus-inews-make-draft): Really.
10703
10704 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
10705
10706 * nnmh.el (nnmh-request-list-1): Don't check the link count
10707 before descending. (small patch)
10708
10709 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10710
10711 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10712 stuff.
10713
10714 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10715 on real group name.
10716
10717 * gnus-art.el (gnus-signature-limit): Doc fix.
10718
10719 * gnus-msg.el (gnus-inews-make-draft): Quote list.
10720
10721 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10722
10723 * gnus-draft.el (gnus-draft-send): Bind
10724 rfc2047-encode-encoded-words.
10725
10726 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
10727 (rfc2047-encodable-p): Say that =? needs encoding.
10728 (rfc2047-encode-encoded-words): New variable.
10729
10730 * gnus-group.el (gnus-group-select-group): Doc fix.
10731
10732 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
10733
10734 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
10735 to nil.
10736
10737 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
10738
10739 * nnheader.el (nnheader-get-lines-and-char): New function.
10740
10741 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
10742
10743 * gnus-msg.el (gnus-summary-followup-with-original): Document
10744 yanking of region when active.
10745
10746 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
10747
10748 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
10749 groups if the group level is higher than the specified value.
10750
10751 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10752
10753 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
10754 (gnus-group-jump-to-group): Added prefix argument using
10755 `gnus-group-jump-to-group-prompt'. Query before jumping to
10756 non-active group.
10757
10758 * compface.el (uncompface): Be verbose when changing
10759 `uncompface-use-external'.
10760
10761 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
10762 handle manual section.
10763
10764 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10765
10766 * gnus-art.el (gnus-button-alist): Revert previous change.
10767
10768 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10769
10770 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
10771
10772 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10773
10774 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
10775 whether backend can accept message.
10776
10777 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
10778
10779 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
10780
10781 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
10782 Avoid creating directory when nntp-marks-is-evil is true.
10783 Reported by Reiner Steib.
10784
10785 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10786
10787 * gnus-picon.el (gnus-picon-style): New variable.
10788 (gnus-picon-insert-glyph): Added optional `nostring' argument.
10789 (gnus-picon-transform-address): Support `gnus-picon-style'. From
10790 Jesper Harder <harder@ifa.au.dk>.
10791
10792 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10793
10794 * message.el (message-fill-field): Return point.
10795 (message-generate-headers): Go to end of field.
10796
10797 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
10798 stuff for non-living groups.
10799
10800 2004-05-18 Jesper Harder <harder@ifa.au.dk>
10801
10802 * gnus-art.el (gnus-article-followup-with-original)
10803 (gnus-article-reply-with-original): gnus-mark-active-p ->
10804 gnus-region-active-p.
10805
10806 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
10807
10808 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
10809 only when there is spam or ham to be processed.
10810
10811 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10812
10813 * mail-source.el (mail-source-delete-crash-box): Refactor.
10814 (mail-source-fetch): Use it.
10815 (mail-source-fetch-file): Ditto.
10816 (mail-source-fetch-directory): Run postscript in loop.
10817 (mail-source-fetch-pop): Delete.
10818 (mail-source-fetch-maildir): Ditto.
10819 (mail-source-fetch-imap): Ditto.
10820
10821 * imap.el (imap-authenticators): Comment out sasl.
10822
10823 * message.el (message-skip-to-next-address): New function.
10824 (message-fill-header-address): Refactor.
10825 (message-fill-address): Use it.
10826 (message-delete-address): Use it.
10827 (message-fill-header-general): Refactor.
10828 (message-fill-field-address): Rename.
10829 (message-narrow-to-field): Find the start of the header.
10830 (message-header-format-alist): Don't pre-fill.
10831 (message-fill-header): Removed.
10832 (message-insert-header): New function.
10833 (message-shorten-references): Use it.
10834
10835 * rfc2047.el (rfc2047-field-value): Strip props.
10836
10837 * mail-parse.el (mail-header-make-address): New alias.
10838
10839 * ietf-drums.el (ietf-drums-make-address): New function.
10840
10841 * imap.el: Add compiler directives.
10842
10843 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
10844
10845 * gnus-art.el (article-decode-idna-rhs): Don't use
10846 message-idna-inside-rhs-p.
10847
10848 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10849
10850 * message.el (message-idna-inside-rhs-p): Removed.
10851 (message-idna-to-ascii-rhs-1): Use proper address parsing.
10852
10853 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
10854 false positives.
10855
10856 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
10857
10858 * imap.el (imap-sasl-make-mechanisms): Use sasl.
10859
10860 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10861
10862 * nneething.el (nneething-file-name): Don't create spurious
10863 files.
10864
10865 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
10866 (gnus-inews-do-gcc): Remove sleep.
10867
10868 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
10869 part under point.
10870
10871 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
10872 (gnus-agent-regenerate-group): Using nil messages aren't valid.
10873
10874 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
10875
10876 * spam.el (spam-summary-prepare-exit): Fixed (length).
10877
10878 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
10879
10880 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
10881 as expired without moving it" message when there are spam
10882 messages left.
10883
10884 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
10885
10886 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
10887 header is not nil.
10888
10889 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10890
10891 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
10892 nntp-possibly-create-directory, not nntp-possibly-change-group.
10893 (nntp-marks-changed-p): New arg SERVER.
10894 (nntp-request-update-info): Adjust caller.
10895
10896 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
10897
10898 * nntp.el (nntp-save-marks): Pass missing arg.
10899
10900 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10901
10902 * nntp.el: Support marks.
10903 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
10904 (nntp-marks-modtime, nntp-marks-directory): New variables.
10905 (nntp-request-set-mark, nntp-request-update-info)
10906 (nntp-possibly-create-directory, nntp-marks-changed-p)
10907 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
10908 functions.
10909
10910 2004-05-12 Jesper Harder <harder@ifa.au.dk>
10911
10912 * gnus-score.el (gnus-score-insert-help): Use
10913 gnus-select-lowest-window.
10914
10915 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
10916 appt-select-lowest-window and rename to gnus-select-lowest-window.
10917
10918 * gnus.el: do.
10919
10920 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10921
10922 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
10923 encodings of MIME-encoded words, in order to improve
10924 interoperability with several broken MUAs.
10925
10926 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10927
10928 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
10929 tags, only when charsets are not specified in headers.
10930 (mm-inline-text-html-render-with-w3m): Ditto.
10931
10932 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10933
10934 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
10935 instead of MIME-decoded from fields when checking
10936 `gnus-article-address-banner-alist'.
10937
10938 2004-05-03 Jesper Harder <harder@ifa.au.dk>
10939
10940 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
10941 description rather than subject.
10942
10943 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10944
10945 * gnus.el (gnus-version-number): Bump.
10946
10947 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10948
10949 * gnus.el: No Gnus v0.2 is released.
10950
10951 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10952
10953 * gnus-agent.el (gnus-agent-read-agentview): Inline
10954 gnus-uncompress-range.
10955
10956 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10957
10958 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
10959 `exec-installed-p'.
10960
10961 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10962
10963 * gnus.el (spam-process, spam-autodetect-methods): Add
10964 bsfilter and bsfilter-headers.
10965
10966 * spam.el (spam-bsfilter): New customize group.
10967 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
10968 (spam-bsfilter-header, spam-bsfilter-probability-header)
10969 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
10970 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
10971 (spam-bsfilter-database-directory): New options.
10972 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
10973 (spam-list-of-statistical-checks, spam-registration-functions):
10974 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
10975 (spam-bsfilter-score): New command.
10976 (spam-check-bsfilter-headers, spam-check-bsfilter)
10977 (spam-bsfilter-register-with-bsfilter)
10978 (spam-bsfilter-register-spam-routine)
10979 (spam-bsfilter-unregister-spam-routine)
10980 (spam-bsfilter-register-ham-routine)
10981 (spam-bsfilter-unregister-ham-routine): New functions.
10982 (spam-generic-score): Support bsfilter; Accept an optional argument
10983 to recalcurate spam score even if scoring header has already been
10984 added.
10985 (spam-bogofilter-score, spam-spamassassin-score): Accept an
10986 optional argument to recalcurate spam score even if scoring header
10987 has already been added.
10988
10989 2004-04-29 Jesper Harder <harder@ifa.au.dk>
10990
10991 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
10992 strings! Reported by David D. Smith <davidsmith@acm.org>.
10993 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
10994 link is missing.
10995
10996 2004-04-28 Jesper Harder <harder@ifa.au.dk>
10997
10998 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
10999 (html2text-get-attr): Rewrite.
11000
11001 * message.el (message-setup-1): Remove redundant put-text-property
11002 on mail-header-separator.
11003
11004 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
11005
11006 * gnus-registry.el (gnus-registry-cache-whitespace)
11007 (gnus-registry-action, gnus-registry-spool-action)
11008 (gnus-registry-split-fancy-with-parent): Change message levels
11009 from 5 to 3 or 7, as needed.
11010
11011 * spam.el (spam-summary-prepare-exit)
11012 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11013 (spam-split, spam-find-spam, spam-log-undo-registration)
11014 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11015 level from 5 to 6.
11016
11017 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11018
11019 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11020 2004-03-04 change).
11021
11022 2004-04-25 Jesper Harder <harder@ifa.au.dk>
11023
11024 * sieve-manage.el (sieve-manage-open):
11025 * nnweb.el (nnweb-insert-html):
11026 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11027 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11028 * nnspool.el (nnspool-request-group):
11029 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11030 * nnml.el (nnml-request-update-info):
11031 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11032 (nnmh-request-create-group, nnmh-update-gnus-unreads):
11033 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11034 (nnimap-request-set-mark):
11035 * nnfolder.el (nnfolder-request-update-info):
11036 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11037 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11038 * gnus-uu.el (gnus-uu-find-articles-matching):
11039 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11040 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11041 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11042 * gnus-nocem.el (gnus-nocem-scan-groups):
11043 * gnus-int.el (gnus-start-news-server):
11044 * gnus-group.el (gnus-group-make-kiboze-group)
11045 (gnus-group-browse-foreign-server):
11046 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11047 Use mapc when appropriate.
11048
11049 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
11050
11051 FIXME: Make separate entries for each person.
11052
11053 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11054 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11055 <shields@msrl.com>:
11056
11057 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11058 may need for spam sorting and scoring.
11059 (spam-user-format-function-S): Add user format function suitable for
11060 general use.
11061 (spam-article-sort-by-spam-status): Add sorting function for summary
11062 sorting.
11063 (spam-extra-header-to-number): Add function to get a score from a
11064 header.
11065 (spam-summary-score): Add function to get a numeric score from the
11066 headers.
11067 (spam-generic-score): Fix function doc, was in wrong place.
11068 (spam-initialize): Take symbols when it's run, and install the
11069 extra headers that spam-necessary-extra-headers thinks we need.
11070
11071 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
11072
11073 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11074 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
11075
11076 2004-04-17 Jesper Harder <harder@ifa.au.dk>
11077
11078 * gnus-sum.el (gnus-set-global-variables)
11079 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11080 (gnus-article-get-xrefs, gnus-summary-best-group)
11081 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11082 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11083 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11084 Use with-current-buffer.
11085
11086 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
11087
11088 * spam.el (spam-summary-prepare-exit): Simplify logic.
11089 (spam-fetch-article-header): Read the article header if it's not
11090 available.
11091 (spam-list-articles): Simplify logic.
11092 (spam-filelist-register-routine): Fix bug with unregister-list.
11093
11094 * gnus-registry.el: Fix comments at beginning.
11095
11096 2004-04-16 Jesper Harder <harder@ifa.au.dk>
11097
11098 * message.el (message-cater-to-broken-inn): Remove.
11099 (message-shorten-references): Make sure the total folded length of
11100 References is shorter than 998 characters to cater to a bug in INN
11101 2.3. Also, don't pretend that references aren't folded -- this
11102 hasn't worked for a while.
11103
11104 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11105
11106 * gnus-agent.el (gnus-agentize):
11107 gnus-agent-send-mail-real-function no longer set to current value
11108 of message-send-mail-function but rather a lambda that calls
11109 message-send-mail-function. The change makes the agent real-time
11110 responsive to user changes to message-send-mail-function.
11111
11112 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11113
11114 * legacy-gnus-agent.el
11115 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11116 help from Florian Weimer <fw@deneb.enyo.de>
11117
11118 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
11119
11120 * nnmail.el (nnmail-cache-insert): Revert last change.
11121
11122 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
11123
11124 * nnmail.el (nnmail-cache-insert): Always check whether
11125 nnmail-cache-ignore-groups matches a group name.
11126
11127 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
11128
11129 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11130 (spam-find-spam, spam-log-processing-to-registry)
11131 (spam-log-registered-p, spam-log-unregistration-needed-p)
11132 (spam-log-undo-registration): Use gnus-message instead of
11133 gnus-error, none of these errors are fatal.
11134
11135 * gnus-registry.el (gnus-registry-clean-empty-function)
11136 (gnus-registry-clean-empty): Remove only empty entries without
11137 extra data.
11138
11139 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
11140
11141 * spam-stat.el (spam-stat-buffer-change-to-spam)
11142 (spam-stat-buffer-change-to-non-spam): Change (error) to
11143 (gnus-message 8) invocation.
11144
11145 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11146
11147 * nntp.el (nntp-via-netcat-command): New variable.
11148 (nntp-via-netcat-switches): New variable.
11149 (nntp-open-via-rlogin-and-netcat): New function.
11150 (nntp-open-connection-function): Doc fix.
11151 (nntp-telnet-command): Doc fix.
11152 (nntp-end-of-line): Doc fix.
11153 (nntp-via-rlogin-command): Doc fix.
11154 (nntp-via-user-name): Doc fix.
11155 (nntp-via-address): Doc fix.
11156
11157 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11158
11159 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11160 error in Emacs 21.1.
11161
11162 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
11163
11164 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11165
11166 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11167 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11168 (gnus-agent-with-refreshed-group): New macro.
11169 (gnus-agent-rename-group): New function.
11170 (gnus-agent-delete-group): New function.
11171 (gnus-agent-save-group-info): Use gnus-command-method when
11172 `method' parameter is nil. Don't write nil entries into the
11173 active file.
11174 (gnus-agent-get-group-info): New function.
11175 (gnus-agent-fetch-articles): Use
11176 gnus-agent-update-files-total-fetched-for to increment disk space
11177 used.
11178 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11179 gnus-agent-update-view-total-fetched-for to increment disk space
11180 used.
11181 (gnus-agent-get-local): Added optional parameters to avoid calling
11182 gnus-group-real-name and gnus-find-method-for-group.
11183 (gnus-agent-set-local): Delete stored entry if either min, or max,
11184 are nil.
11185 (gnus-agent-fetch-session): Reworded error/quit messages. On
11186 quit, use gnus-agent-regenerate-group to record existance of any
11187 articles fetched to disk before the quit occurred.
11188 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11189 gnus-agent-update-view-total-fetched-for, and
11190 gnus-agent-update-files-total-fetched-for to decrement disk space
11191 used.
11192 (gnus-agent-retrieve-headers): Use
11193 gnus-agent-update-view-total-fetched-for to increment disk space
11194 used.
11195 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11196 with gnus-agent-update-files-total-fetched-for to decrement disk
11197 space and fresh group buffer.
11198 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11199 (gnus-agent-need-update-total-fetched-for): New variable.
11200 (gnus-agent-update-files-total-fetched-for): New function.
11201 (gnus-agent-update-view-total-fetched-for): New function.
11202 (gnus-agent-total-fetched-for): New function.
11203
11204 * gnus-cache.el (gnus-cache-save-buffers): Use
11205 gnus-cache-update-overview-total-fetched-for to change disk space
11206 used by this group.
11207 (gnus-cache-possibly-enter-article): Use
11208 gnus-cache-update-file-total-fetched-for to increment disk space
11209 used by this group.
11210 (gnus-cache-possibly-remove-article): Use
11211 gnus-cache-update-file-total-fetched-for to decrement disk space
11212 used by this group.
11213 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11214 (gnus-cache-rename-group): New function.
11215 (gnus-cache-delete-group): New function.
11216 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11217 (gnus-cache-need-update-total-fetched-for): New variable.
11218 (gnus-cache-with-refreshed-group): New macro.
11219 (gnus-cache-update-file-total-fetched-for): New function.
11220 (gnus-cache-update-overview-total-fetched-for): New function.
11221 (gnus-cache-rename-group-total-fetched-for): New function.
11222 (gnus-cache-delete-group-total-fetched-for): New function.
11223 (gnus-cache-total-fetched-for): New function.
11224
11225 * gnus-group.el: Require gnus-sum and autoload functions to
11226 resolve warnings when gnus-group.el compiled alone.
11227 (gnus-group-line-format): Documented new %F
11228 (size of Fetched data) group line format; identifies disk space
11229 used by agent and cache.
11230 (gnus-group-line-format-alist): Defined new F format.
11231 (gnus-total-fetched-for): New function.
11232 (gnus-group-delete-group): No longer update
11233 gnus-cache-active-altered as gnus-request-delete-group now keeps
11234 the cache in sync.
11235 (gnus-group-list-active): Let the agent store a server's active
11236 list if currently plugged.
11237
11238 * gnus-int.el (gnus-request-delete-group):
11239 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11240 local disk in sync with the server.
11241 (gnus-request-rename-group):
11242 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11243 local disk in sync with the server.
11244
11245 * gnus-start.el (gnus-get-unread-articles):
11246 Cosmetic simplification to logic.
11247
11248 * gnus-util.el (gnus-rename-file): New function.
11249
11250 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
11251
11252 * mm-util.el (mm-image-load-path): Handle nil in load-path.
11253
11254 2004-04-07 Jesper Harder <harder@ifa.au.dk>
11255
11256 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11257 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
11258
11259 2004-04-06 Jesper Harder <harder@ifa.au.dk>
11260
11261 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11262 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
11263
11264 2004-04-03 Jesper Harder <harder@ifa.au.dk>
11265
11266 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11267
11268 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
11269
11270 * spam.el (spam-set-difference): Add function to replace
11271 gnus-set-difference in spam.el.
11272 (spam-summary-prepare-exit): Use spam-set-difference.
11273
11274 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11275
11276 * gnus-registry.el (gnus-registry-cache-file): Update to use
11277 gnus-dribble-directory OR gnus-home-directory OR ~.
11278 (gnus-registry-split-fancy-with-parent): Fix doc.
11279
11280 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
11281
11282 * message.el (message-exchange-point-and-mark): Use
11283 message-mark-active-p. Suggested by Jesper Harder
11284 <harder@ifa.au.dk>.
11285
11286 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
11287
11288 * message.el (message-exchange-point-and-mark): Don't activate
11289 region if it was inactive. Suggested by Hiroshi Fujishima
11290 <pooh@nature.tsukuba.ac.jp>.
11291
11292 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
11293
11294 * gnus-art.el (article-display-face): Display Faces in the same
11295 order as X-Faces.
11296
11297 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
11298
11299 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11300
11301 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11302
11303 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11304 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11305 (gnus-article-mime-hierarchy): Remove.
11306 (gnus-article-mime-hierarchy-next): Remove.
11307 (gnus-article-mode): Revert 2004-03-19 change.
11308 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11309 (gnus-insert-mime-button): Revert 2004-03-19 change.
11310 (gnus-mime-accumulate-hierarchy): Remove.
11311 (gnus-mime-enter-multipart): Remove.
11312 (gnus-mime-leave-multipart): Remove.
11313 (gnus-mime-display-part): Revert 2004-03-19 change.
11314 (gnus-mime-display-alternative): Revert 2004-03-19 change.
11315
11316 * mml.el (mml-preview): Revert 2004-03-19 change.
11317
11318 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
11319
11320 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11321
11322 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11323
11324 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11325 t while entering a file name using the mm-with-multibyte macro.
11326 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11327
11328 * mm-util.el (mm-with-multibyte): New macro.
11329
11330 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
11331
11332 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11333 user option.
11334 (gnus-mime-multipart-functions): Doc and customization fix.
11335 (gnus-article-mime-hierarchy): New variable.
11336 (gnus-article-mime-hierarchy-next): New variable.
11337 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11338 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11339 gnus-article-mime-hierarchy-next to nil.
11340 (gnus-insert-mime-button): Show hierarchy numbers.
11341 (gnus-mime-accumulate-hierarchy): New function.
11342 (gnus-mime-enter-multipart): New function.
11343 (gnus-mime-leave-multipart): New function.
11344 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11345 (gnus-mime-display-alternative): Show hierarchy numbers.
11346
11347 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11348 gnus-article-mime-hierarchy-next to nil.
11349
11350 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
11351
11352 * dns.el: Don't require gnus-xmas.
11353
11354 2004-03-17 Jesper Harder <harder@ifa.au.dk>
11355
11356 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11357 inline PGP.
11358 (mml-menu): Disable mml-quote-region if mark is inactive.
11359
11360 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11361
11362 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11363 when the group's active is not available.
11364
11365 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11366
11367 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11368 error.
11369
11370 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
11371
11372 * imap.el (imap-store-password): New variable.
11373 (imap-interactive-login): Use it.
11374 Suggested by Mark Plaksin <happy@mcplaksin.org>.
11375
11376 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11377
11378 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11379 window-start and hscroll to summary window.
11380
11381 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
11382
11383 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11384 conversion message to newsrc-dribble when an actual conversion is
11385 performed.
11386
11387 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
11388
11389 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11390
11391 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11392
11393 * mm-decode.el (mm-complicated-handles): New function reviving
11394 former definition of mm-multiple-handles.
11395
11396 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11397 (gnus-mime-delete-part): Use it.
11398
11399 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
11400
11401 * gnus-agent.el (gnus-agent-read-local): Bind
11402 nnheader-file-coding-system to gnus-agent-file-coding-system to
11403 avoid the implicit assumption that they will always be equal.
11404 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11405 coding-system-for-write, as the with-temp-file macro first prints
11406 to a buffer then saves the buffer.
11407
11408 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
11409
11410 * gnus-art.el (gnus-article-edit-part): New function.
11411 (gnus-mime-save-part-and-strip): Use it; do query instead of
11412 signaling an error; don't use mm-multiple-handles.
11413 (gnus-mime-delete-part): Ditto.
11414
11415 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
11416
11417 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11418 old file versions.
11419 (gnus-group-prepare-hook): Removed function that converted list
11420 form of gnus-agent-expire-days to group properties.
11421
11422 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11423 (gnus-request-accept-article): Re-indented.
11424
11425 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11426 converters to handle old agent file formats. Added logic for a
11427 "backup before upgrading warning".
11428 (gnus-convert-mark-converter-prompt): Developers can mark
11429 functions as needing (default), or not needing,
11430 gnus-convert-old-newsrc's "backup before upgrading warning".
11431 (gnus-convert-converter-needs-prompt): Tests whether the user
11432 should be protected from potentially irreversable changes by the
11433 function.
11434
11435 * legacy-gnus-agent.el: New. Provides converters that are only
11436 loaded when gnus-convert-old-newsrc needs to call them.
11437
11438 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11439
11440 * mail-source.el (mail-source-touch-pop): Doc fix.
11441
11442 * message.el (message-smtpmail-send-it): Doc fix.
11443
11444 2004-03-05 Jesper Harder <harder@ifa.au.dk>
11445
11446 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11447
11448 * nnmail.el (nnmail-split-fancy): do.
11449
11450 * gnus-kill.el (gnus-kill, gnus-execute): do.
11451
11452 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11453
11454 * gnus-sum.el (gnus-widget-reversible-match)
11455 (gnus-widget-reversible-to-internal)
11456 (gnus-widget-reversible-to-external): New functions.
11457 (gnus-widget-reversible): New widget.
11458 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11459
11460 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
11461
11462 * gnus-sum.el (gnus-thread-sort-functions)
11463 (gnus-article-sort-functions): Document `(not F)' items.
11464
11465 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11466
11467 * spam.el (spam-use-gmane-xref): Add new backend.
11468 (spam-gmane-xref-spam-group): Add variable to control the name of the
11469 Gmane spam group.
11470 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11471 (spam-regex-headers-spam, spam-regex-headers-ham)
11472 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11473 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11474 backends and checks.
11475 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11476
11477 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11478 an autodetect method.
11479
11480 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11481
11482 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11483 articles are being added to a group.
11484 (gnus-request-replace-article): Inform the agent that articles
11485 need to be uncached as the cached contents are no longer valid.
11486
11487 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11488
11489 * binhex.el: Don't autoload executable-find.
11490
11491 * canlock.el: Don't autoload mail-fetch-field.
11492
11493 * gnus-ems.el: Don't autoload appt-select-lowest-window.
11494
11495 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11496 rmail-dont-reply-to and rmail-output.
11497
11498 * gnus-score.el: Don't autoload ffap-string-at-point.
11499
11500 * gnus-setup.el: Don't autoload sc-cite-original.
11501
11502 * imap.el: Don't autoload base64-decode-string,
11503 base64-encode-string and md5.
11504
11505 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11506 and rmail-msg-restore-non-pruned-header.
11507
11508 * mm-decode.el: Don't autoload executable-find.
11509
11510 * mm-url.el: Don't autoload executable-find.
11511
11512 * mm-view.el: Don't autoload diff-mode.
11513
11514 * nndb.el: Don't autoload news-reply-mode, news-setup,
11515 cancel-timer and telnet.
11516
11517 * password.el: Don't autoload run-at-time for Emacs.
11518
11519 * sha1-el.el: Don't autoload executable-find.
11520
11521 * sieve-mode.el: Don't autoload c-mode.
11522
11523 * uudecode.el: Don't autoload executable-find.
11524
11525 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11526
11527 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11528 (gnus-agent-possibly-alter-active): Avoid null in numeric
11529 comparison.
11530 (gnus-agent-set-local): Refuse to save null in local object table.
11531 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11532 list of articles that will be marked as unread.
11533
11534 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11535
11536 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11537
11538 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11539
11540 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11541 language tags.
11542
11543 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
11544
11545 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11546 Don't bind "obarray".
11547
11548 * gnus-sum.el (gnus-thread-sort-functions): Added
11549 `gnus-thread-sort-by-most-recent-number' and
11550 `gnus-thread-sort-by-most-recent-date'.
11551 Reported by Kai Grossjohann <kai@emptydomain.de>.
11552
11553 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11554
11555 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11556
11557 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
11558
11559 * gnus-cus.el (gnus-agent-customize-category): Removed
11560 ignore-errors macro reference that required cl to be loaded at
11561 run-time.
11562
11563 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11564 single-interval range of the form (min . max). Previously the
11565 range had to look like ((min . max)). Likewise, return
11566 (min . max) rather than ((min . max)).
11567 (gnus-range-map): Use gnus-range-normalize to accept
11568 single-interval range.
11569
11570 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11571 the cache, but not the agent, now appear with their usual face.
11572
11573 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
11574
11575 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11576 w3m-safe-url-regexp variable buffer-local.
11577
11578 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11579
11580 2004-02-27 Simon Josefsson <jas@extundo.com>
11581
11582 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11583 gnus-group-real-prefix.
11584 (gnus-summary-move-article): Use it, instead of
11585 gnus-group-real-prefix.
11586
11587 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11588
11589 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11590 w3m-safe-url-regexp variable buffer-local and set it as the value
11591 of mm-w3m-safe-url-regexp.
11592
11593 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11594
11595 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11596 parsing gnus-posting-styles when the message is not for replying.
11597
11598 * nnrss.el (nnrss-opml-export): Use
11599 mm-set-buffer-file-coding-system instead of
11600 set-buffer-file-coding-system.
11601
11602 2004-02-27 Jesper Harder <harder@ifa.au.dk>
11603
11604 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11605 of checkdoc.el).
11606 * nnrss.el: do.
11607 * gnus-mlspl.el: do.
11608 * gnus-ml.el: do.
11609 * gnus-srvr.el: do.
11610
11611 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11612
11613 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
11614
11615 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11616 Corrections to custom-manual links.
11617
11618 * gnus-art.el (gnus-article): Ditto.
11619
11620 * mm-decode.el (mime-display, mime-security): Ditto.
11621
11622 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11623
11624 * flow-fill.el: Typo.
11625
11626 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
11627
11628 * spam-wash.el: New file.
11629
11630 2004-02-26 Mark A. Hershberger <mah@everybody.org>
11631
11632 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11633
11634 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11635
11636 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11637 to be run with new-articles as LIST1, not LIST2.
11638 (spam-registration-functions): Add spam-use-ham-copy as a nil
11639 registration backend.
11640
11641 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11642
11643 * spam-stat.el (spam-stat-washing-hook): New option.
11644 (spam-stat-buffer-words): Use it.
11645 (spam-stat-process-directory, spam-stat-test-directory): Use
11646 insert-file-contents-literally.
11647 (spam-stat-coding-system): New variable.
11648 (spam-stat-load, spam-stat-save): Use it.
11649
11650 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11651
11652 * spam-report.el (spam-report-plug-agent): Quote
11653 spam-report-url-to-file and spam-report-url-ping-plain.
11654
11655 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
11656
11657 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11658 / in mailto URLs.
11659
11660 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11661
11662 * spam-report.el (spam-report-process-queue): Fix interactive use.
11663 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11664 (spam-report-unplug-agent): Doc fixes.
11665 (spam-report-url-ping-mm-url, spam-report-url-to-file)
11666 (spam-report-agentize, spam-report-deagentize): Autoload
11667
11668 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
11669
11670 * message.el (message-setup-fill-variables): Add mml tags to
11671 paragraph-start and paragraph-separate. Suggested by Andrew Korty
11672 <ajk@iu.edu>.
11673 (message-mode): Don't modify paragraph-separate there.
11674
11675 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11676
11677 * compface.el (uncompface-use-external): Default to undecided.
11678 (uncompface-use-external-threshold): New variable.
11679 (uncompface-float-time): New macro.
11680 (uncompface): Determine whether to use the external decoder if
11681 uncompface-use-external is undecided.
11682
11683 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11684
11685 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11686 after images.
11687
11688 * gnus-art.el (gnus-mime-display-single): Remove dead code.
11689
11690 2004-02-14 Jesper Harder <harder@ifa.au.dk>
11691
11692 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11693
11694 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
11695
11696 * gnus-sum.el (gnus-summary-limit-to-age)
11697 (gnus-summary-limit-children): do.
11698
11699 * gnus-int.el (gnus-request-scan): do.
11700
11701 * gnus-group.el (gnus-group-suspend): do.
11702
11703 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
11704
11705 * gnus-cite.el (gnus-cite-parse-attributions): do.
11706
11707 * gnus-agent.el (gnus-summary-set-agent-mark)
11708 (gnus-agent-regenerate-group): do.
11709
11710 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
11711
11712 * binhex.el (binhex-decode-region-internal): do.
11713
11714 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
11715
11716 * gnus-fun.el (gnus-face-properties-alist): New user option.
11717 (gnus-display-x-face-in-from): Use it.
11718
11719 * gnus-art.el (article-display-face): Ditto.
11720
11721 * compface.el (uncompface-use-external): Default to nil.
11722
11723 2004-02-12 Jesper Harder <harder@ifa.au.dk>
11724
11725 * nntp.el (nntp-erase-buffer): New function.
11726 (nntp-retrieve-data, nntp-send-command)
11727 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
11728 (nntp-possibly-change-group): Use it.
11729
11730 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
11731 with-current-buffer.
11732
11733 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
11734
11735 * compface.el: Merge the ELisp-based uncompface program.
11736 (compface): New customization group.
11737 (uncompface-use-external): New user option.
11738 (uncompface): Call uncompface-internal if uncompface-use-external
11739 is nil.
11740 (uncompface-internal): New function. Note that there are also
11741 some other functions and variables added for this function.
11742
11743 2004-02-10 Jesper Harder <harder@ifa.au.dk>
11744
11745 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
11746 if necessary.
11747
11748 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
11749
11750 * spam-report.el (spam-report-unplug-agent)
11751 (spam-report-plug-agent, spam-report-deagentize)
11752 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
11753 Add support for the Agent in spam-report: when unplugged, report to a
11754 file; when plugged, submit all the requests.
11755
11756 * spam.el (spam-register-routine): Fix message about
11757 registration.
11758
11759 2004-02-09 Jesper Harder <harder@ifa.au.dk>
11760
11761 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
11762 dependencies.
11763 (rfc2047-encode): Use it.
11764
11765 * gnus-art.el (gnus-button-marker-list): Move before first
11766 reference.
11767
11768 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11769 (imap-parse-body): Fix format string mismatch.
11770
11771 * gnus-score.el (gnus-summary-increase-score): do.
11772
11773 * nnrss.el (nnrss-close): New function.
11774
11775 2004-02-08 Jesper Harder <harder@ifa.au.dk>
11776
11777 * nnrss.el (nnrss-make-filename): New function.
11778 (nnrss-request-delete-group, nnrss-read-server-data)
11779 (nnrss-save-server-data, nnrss-read-group-data)
11780 (nnrss-save-group-data): Use it.
11781 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
11782 (nnrss-read-server-data, nnrss-read-group-data): Use load.
11783 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
11784
11785 2004-02-07 Jesper Harder <harder@ifa.au.dk>
11786
11787 * mml.el (mml-compute-boundary-1): Don't uncompress files.
11788
11789 2004-02-06 Jesper Harder <harder@ifa.au.dk>
11790
11791 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11792 files.
11793
11794 * message.el (message-generate-headers-first): Don't quote nil
11795 and t in docstrings.
11796
11797 * imap.el (imap-id): do.
11798
11799 * gnus-agent.el (gnus-agent-consider-all-articles)
11800 (gnus-agent-queue-mail): do.
11801
11802 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
11803
11804 * spam-report.el (spam-report-process-queue): New function.
11805 Process requests from `spam-report-requests-file'.
11806 (spam-report-process-queue): Doc fix.
11807
11808 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
11809
11810 * spam.el (spam-register-routine)
11811 (spam-log-processing-to-registry, spam-log-registered-p)
11812 (spam-log-unregistration-needed-p, spam-log-undo-registration):
11813 Change "check" to "spam-check" for semi-clarity.
11814
11815 2004-02-05 Jesper Harder <harder@ifa.au.dk>
11816
11817 * pop3.el: Require nnheader.
11818
11819 * mml-smime.el: Require cl. Autoload message-fetch-field.
11820
11821 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
11822
11823 * gnus-picon.el: Require cl.
11824
11825 * gnus-fun.el: Require gnus-ems and gnus-util.
11826
11827 * gnus.el (gnus-method-to-server): Move defsubst before first use.
11828
11829 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
11830
11831 * gnus-art.el (gnus-article-edit-mode): Define before first
11832 reference.
11833
11834 2004-02-04 Jesper Harder <harder@ifa.au.dk>
11835
11836 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
11837 (gnus-uu-post-encoded): Use point-at-bol.
11838
11839 * gnus-topic.el (gnus-group-active-topic-p): do.
11840
11841 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
11842
11843 * gnus-group.el (gnus-group-kill-region): do.
11844
11845 * gnus-art.el (article-date-ut): do.
11846
11847 * message.el (message-fetch-field): Remove redundant
11848 case-fold-search binding.
11849 (message-narrow-to-field): Simplify.
11850
11851 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
11852
11853 * spam.el (spam-directory): Derive from `gnus-directory'.
11854
11855 * spam-report.el (spam-report-url-to-file)
11856 (spam-report-requests-file): New function and variable for offline
11857 reporting.
11858 (spam-report-url-ping-function): Add `spam-report-url-to-file'
11859 and user defined function.
11860 (spam-report-url-ping-mm-url): Remove doubled slash.
11861
11862 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
11863
11864 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
11865
11866 2004-02-03 Jesper Harder <harder@ifa.au.dk>
11867
11868 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
11869 format string mismatch.
11870
11871 * sieve.el (sieve-deactivate-all): do.
11872
11873 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
11874
11875 * nnlistserv.el (nnlistserv-kk-wash-article): do.
11876
11877 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
11878
11879 * mm-bodies.el (mm-7bit-chars): Don't include \r.
11880
11881 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
11882
11883 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
11884 the list of checks.
11885
11886 2004-01-31 Jesper Harder <harder@ifa.au.dk>
11887
11888 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
11889 padding.
11890
11891 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
11892
11893 * mm-view.el (mm-fill-flowed): New variable.
11894 (mm-inline-text): Use it.
11895
11896 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
11897
11898 * spam.el (spam-spamassassin-register-ham-routine)
11899 (spam-spamassassin-register-spam-routine): Fix function names.
11900
11901 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
11902
11903 * gnus.el (gnus-tmp-grouplens): Remove.
11904 (gnus-summary-line-format): Remove grouplens.
11905
11906 * gnus-group.el (gnus-group-line-format): Ditto.
11907
11908 * gnus-spec.el (gnus-format-specs): Ditto.
11909 (gnus-update-format-specifications): Flush the group format spec
11910 cache if there's the grouplens stuff.
11911 (gnus-parse-simple-format): Replace %l with the empty string.
11912
11913 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
11914
11915 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
11916 omission.
11917
11918 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
11919
11920 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
11921 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11922
11923 2004-01-25 Paul Jarc <prj@po.cwru.edu>
11924
11925 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
11926 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
11927 New macros and functions.
11928 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
11929 Handle > NLINK_MAX messages.
11930 * nnmaildir.el (nnmaildir-request-set-mark): Use
11931 nnmaildir--emlink-p and nnmaildir--eexist-p.
11932
11933 2004-01-25 Alex Schroeder <alex@gnu.org>
11934
11935 * spam-stat.el (spam-stat-process-directory-age): New option.
11936 (spam-stat-process-directory): Use it.
11937
11938 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
11939
11940 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
11941 (spam-stat-save): Accept prefix argument.
11942
11943 2004-01-23 Paul Jarc <prj@po.cwru.edu>
11944
11945 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
11946 links" error.
11947
11948 2004-01-23 Jesper Harder <harder@ifa.au.dk>
11949
11950 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
11951 compatibility with old .newsrc.eld files.
11952
11953 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
11954
11955 * gnus-start.el (gnus-1): do.
11956
11957 * gnus-group.el (gnus-group-line-format-alist): do.
11958
11959 * gnus.el (gnus-use-grouplens, gnus-visual): do.
11960
11961 * gnus-gl.el: Remove.
11962
11963 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
11964
11965 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
11966 marks consisting of a single range {for example, (3 . 5)} rather
11967 than a list of a single range { ((3 . 5)) }.
11968
11969 2004-01-23 Jesper Harder <harder@ifa.au.dk>
11970
11971 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
11972 with-current-buffer.
11973 (spam-stat-store-current-buffer): Use insert-buffer-substring to
11974 avoid consing a string.
11975
11976 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
11977 Remove obsolete entries for big5 and gb2312.
11978
11979 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
11980
11981 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
11982 uncompressed list.
11983
11984 2004-01-22 Jesper Harder <harder@ifa.au.dk>
11985
11986 * spam-stat.el (spam-stat-strip-xref): New function.
11987 (spam-stat-process-directory): Use it.
11988
11989 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
11990 here -- it's done in message-fetch-field.
11991
11992 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
11993
11994 * gnus-agent.el (gnus-agent-queue-mail)
11995 (gnus-agent-prompt-send-queue): New variables.
11996 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
11997 * gnus-draft.el (gnus-group-send-queue): Pass the group name
11998 "nndraft:queue" along to gnus-draft-send. Use
11999 gnus-agent-prompt-send-queue.
12000 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12001 is "nndraft:queue". Suggested by Gaute Strokkenes
12002 <gs234@srcf.ucam.org>
12003
12004 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12005 (agent-enable-undownloaded-faces): Added
12006 (gnus-agent-cat-groups): Use eval-and-compile, not
12007 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12008 method of gnus-agent-cat-groups even when the buffer has been
12009 evaled.
12010 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12011 delete gnus-agent-save-active-1.
12012 (gnus-agent-save-groups): Deleted. Identical to
12013 gnus-agent-save-active.
12014 (gnus-agent-write-active): No longer adjust agent's copy of active
12015 file as agent's adjustments are now stored in their own
12016 file. Removed optional parameter.
12017 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12018 servers. Add use of min/max range limits from server's local
12019 file.
12020 (gnus-agent-save-alist): Removed unused optional argument.
12021 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12022 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12023 (gnus-agent-set-local): A per-server file that keeps min/max range
12024 limits for articles known to the agent. Provides a fast mechanism
12025 for altering many active ranges.
12026 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12027 active file (local makes it unnecessary).
12028 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12029
12030 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12031 (agent-enable-undownloaded-faces): Added
12032
12033 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12034 disable it when sending to "nndraft:queue".
12035 (gnus-group-send-queue): Add safety check to avoid sending queue
12036 when unplugged.
12037
12038 * gnus-group.el (gnus-group-catchup): Use new
12039 gnus-sequence-of-unread-articles, not
12040 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12041 numbers of articles. Use gnus-range-map to avoid having to
12042 uncompress the unread list.
12043 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12044 Fixed invalid ange-ftp reference.
12045
12046 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12047 (gnus-sorted-range-intersection): Intersection of two ranges
12048 without requiring that they first be uncompressed.
12049
12050 * gnus-start.el (gnus-activate-group): Unless blocked by the
12051 caller, possibly expand the active range to include both cached
12052 and agentized articles.
12053 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12054 multiple version-dependent converters.
12055 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12056 gnus-agent-save-active.
12057 (gnus-save-newsrc-file): Save dirty agent range limits.
12058
12059 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12060 gnus-agent-possibly-alter-active.
12061 (gnus-adjust-marked-articles): Faster handling of simple lists
12062
12063 2004-01-21 Jesper Harder <harder@ifa.au.dk>
12064
12065 * spam-stat.el (spam-stat-test-directory): New optional argument
12066 displays a list of files detected. Suggested by Andrew Cohen
12067 <cohen@andy.bu.edu>.
12068 (spam-stat-buffer-words-with-scores): Don't narrow and change
12069 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12070
12071 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
12072
12073 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12074 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12075 (spam-spamassassin-arguments)
12076 (spam-spamassassin-spam-flag-header)
12077 (spam-spamassassin-positive-spam-flag-header)
12078 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12079 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12080 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12081 (spam-list-of-processors, spam-list-of-checks)
12082 (spam-list-of-statistical-checks, spam-registration-functions)
12083 (spam-check-spamassassin-headers, spam-check-spamassassin)
12084 (spam-spamassassin-score)
12085 (spam-spamassassin-register-with-sa-learn)
12086 (spam-spamassassin-register-spam-routine)
12087 (spam-spamassassin-register-ham-routine)
12088 (spam-assassin-register-spam-routine)
12089 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12090 (spam-bogofilter-score): Fix to show article before scoring.
12091
12092 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12093
12094 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12095 default scoring function.
12096 (spam-generic-score): Call spam-spamassassin-score if
12097 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12098 spam-bogofilter-score otherwise.
12099
12100 * gnus.el (spam-process, spam-autodetect-methods): Add
12101 spamassassin and spamassassin-headers.
12102
12103 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12104
12105 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12106 Suppress unnecessary messages.
12107
12108 2004-01-20 Jesper Harder <harder@ifa.au.dk>
12109
12110 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12111 make-hash-table.
12112
12113 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12114
12115 * canlock.el (base64-encode-string): Don't autoload it.
12116
12117 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12118
12119 * run-at-time.el: Remove useless (require 'itimer),
12120 eval-and-compile and (featurep 'xemacs).
12121
12122 2004-01-16 Jesper Harder <harder@ifa.au.dk>
12123
12124 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12125 GROUP is a virtual group.
12126
12127 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
12128
12129 * gnus.el: Autoload `message-y-or-n-p'.
12130
12131 2004-01-15 Jesper Harder <harder@ifa.au.dk>
12132
12133 * pgg-parse.el: Remove unnecessary (require 'custom).
12134
12135 * pgg-def.el: do.
12136
12137 * nnmail.el: do.
12138
12139 * gnus-undo.el: do.
12140
12141 * gnus-picon.el: do.
12142
12143 * gnus-util.el: do.
12144
12145 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
12146
12147 * gnus-sum.el (gnus-pick-line-number): Add autoload.
12148
12149 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
12150
12151 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12152 handle, as well as a list.
12153
12154 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12155 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12156 (mm-w3m-cid-retrieve): Simplify.
12157
12158 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
12159
12160 * message.el (message-kill-to-signature): Allow prefix arg to
12161 specify number of lines to keep before signature.
12162
12163 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
12164
12165 (message-kill-to-signature): Change docstring.
12166
12167 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12168
12169 * canlock.el: Always require sha1-el.
12170 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12171
12172 * message.el: Autoload sha1 only when compiling.
12173
12174 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12175
12176 * message.el (message-canlock-generate): Require sha1-el.
12177
12178 2004-01-13 Jesper Harder <harder@ifa.au.dk>
12179
12180 * message.el (message-expand-name): Silence the byte compiler.
12181
12182 2004-01-13 Simon Josefsson <jas@extundo.com>
12183
12184 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12185 Invoke gnus-score-mode. Reported by
12186 bojohan+news@dd.chalmers.se (Johan Bockgård).
12187
12188 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12189 Jim Blandy <jimb@redhat.com> (tiny change).
12190
12191 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12192
12193 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12194
12195 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
12196
12197 * spam.el (spam-get-article-as-string): Update to use
12198 gnus-request-article-this-buffer, much simpler.
12199 (spam-get-article-as-buffer): Remove.
12200
12201 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
12202
12203 * message.el (message-expand-name): Use EUDC if the user uses that.
12204
12205 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12206
12207 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12208 character for the encoding to avoid consing a string.
12209
12210 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12211 unnecessarily.
12212
12213 * mm-util.el (mm-replace-chars-in-string): Remove.
12214
12215 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12216 of mm-replace-chars-in-string.
12217
12218 2004-01-11 Jesper Harder <harder@ifa.au.dk>
12219
12220 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12221
12222 * mm-util.el (mm-subst-char-in-string): Support inplace.
12223
12224 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12225 a new string in every iteration. Use shy groups.
12226
12227 2004-01-10 Jesper Harder <harder@ifa.au.dk>
12228
12229 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12230 * gnus-soup.el (gnus-soup-group-brew):
12231 * gnus-msg.el (gnus-put-message):
12232 * gnus-move.el (gnus-group-move-group-to-server):
12233 * gnus-kill.el (gnus-batch-score):
12234 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12235 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12236 (gnus-group-update-group, gnus-group-read-group)
12237 (gnus-group-make-group, gnus-group-make-help-group)
12238 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12239 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12240 (gnus-group-sort-by-unread, gnus-group-catchup)
12241 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12242 (gnus-group-yank-group, gnus-group-set-info)
12243 (gnus-group-list-groups):
12244 * gnus.el (gnus-generate-new-group-name):
12245 * gnus-delay.el (gnus-delay-send-queue):
12246 * nnvirtual.el (nnvirtual-catchup-group):
12247 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12248 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12249 (gnus-group-prepare-topics, gnus-topic-check-topology):
12250 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12251 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12252 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12253 (gnus-group-make-articles-read):
12254 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12255 (gnus-group-change-level, gnus-kill-newsgroup)
12256 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12257 (gnus-get-unread-articles, gnus-make-articles-unread)
12258 (gnus-make-ascending-articles-unread): Use accessor
12259 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12260 to get group information for improved readability.
12261
12262
12263 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12264
12265 * gnus-art.el (article-decode-mime-words, article-babel)
12266 (gnus-article-highlight-signature, gnus-article-add-buttons)
12267 (gnus-signature-toggle): Use gnus-with-article-buffer.
12268
12269 * gnus-art.el (gnus-article-highlight-headers)
12270 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12271
12272 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12273 (gnus-article-set-globals, gnus-request-article-this-buffer)
12274 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12275 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12276 (gnus-mime-display-alternative): Use with-current-buffer.
12277
12278 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12279
12280 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12281 also under 80 char limit, and call gnus-error if needed.
12282 (spam-fetch-article-header): Fix - it was a
12283 buffer-local variable (gnus-newsgroup-data).
12284 (spam-find-spam): Use spam-generate-fake-headers, forget about
12285 spam-insert-fake-headers.
12286 (spam-insert-fake-headers): Remove.
12287
12288 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12289
12290 * deuglify.el (gnus-article-outlook-unwrap-lines)
12291 (gnus-outlook-rearrange-article)
12292 (gnus-outlook-repair-attribution-outlook)
12293 (gnus-outlook-repair-attribution-block)
12294 (gnus-outlook-repair-attribution-other): Remove redundant
12295 save-excursion.
12296
12297 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12298
12299 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12300 (spam-fetch-field-subject-fast)
12301 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12302 (spam-fetch-article-header): Add functions to deal with Gnus
12303 internals for fast retrieval of article header data.
12304 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12305
12306 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12307
12308 * pop3.el (pop3-md5): Remove.
12309 (pop3-apop): Replace pop3-md5 with md5.
12310
12311 * mm-bodies.el: base64 is always built-in.
12312
12313 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12314 with-current-buffer.
12315
12316 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12317
12318 * canlock.el (canlock-insert-header): Remove excessive grouping in
12319 regexp.
12320
12321 * gnus-sum.el (gnus-summary-read-document): Ditto.
12322
12323 * gnus-uu.el (gnus-uu-part-number): Ditto.
12324
12325 * html2text.el (html2text-remove-tags): Ditto.
12326 (html2text-format-tags): Ditto.
12327 (html2text-format-single-elements): Ditto.
12328
12329 * mml.el (mml-parse-1): Ditto.
12330
12331 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12332
12333 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12334
12335 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12336
12337 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12338
12339 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12340
12341 2003-11-15 Simon Josefsson <jas@extundo.com>
12342
12343 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12344 (pgg-gpg-lookup-key): Use regexp match instead of
12345 split-string (split-string is different between emacs 21.2 and
12346 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12347
12348 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12349
12350 * gnus-art.el (gnus-mime-view-all-parts)
12351 (gnus-article-part-wrapper, gnus-article-view-part): Use
12352 with-current-buffer.
12353
12354 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12355
12356 * spam.el (spam-disable-spam-split-during-ham-respool)
12357 (spam-spamoracle-database, spam-cache-lookups)
12358 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12359 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12360 (spam-group-ham-marks, spam-group-spam-marks)
12361 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12362 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12363 also add spam-use-blackholes to the statistical checks.
12364 (spam-fetch-field-fast): Add interface to fetching fields, may
12365 become a macro.
12366 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12367 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12368 (spam-insert-fake-headers): Fake an article when needed.
12369 (spam-find-spam): Fake article when possible.
12370 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12371 (spam-check-bogofilter-headers): Use message-fetch-field instead
12372 of nnmail-fetch-field.
12373
12374 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12375
12376 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12377
12378 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12379
12380 * spam.el (spam-split): Do not require spam-use-CHECK to be
12381 enabled if that check is passed to spam-split explicitly; also
12382 fix so 'spam doesn't get converted to spam-split-group when
12383 spam-split-symbolic-return is t.
12384 (spam-find-spam): Find registrations of the article and use those
12385 instead of re-running spam-split to find the spam/ham
12386 classification of the article.
12387 (spam-log-processing-to-registry, spam-log-registered-p)
12388 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12389 Use gnus-error instead of gnus-message.
12390 (spam-log-registration-type): Add function to determine the
12391 classification of a message based on registry entries; will
12392 return nil if both 'spam and 'ham are found.
12393 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12394 a reasonably fast local cache without the loading errors.
12395 (spam-cache-lookups): Set to t by default.
12396 (spam-find-spam): Don't try to guess spam-cache-lookups.
12397 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12398 spam-caches entry.
12399 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12400 caching of whitelist/blacklist entries.
12401 (spam-check-whitelist, spam-check-blacklist): Invoke
12402 spam-from-listed-p with a type, not a cache variable.
12403 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12404
12405 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12406
12407 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12408
12409 * nnmail.el (nnmail-split-fancy): do.
12410
12411 * mml.el (mml-parse): do.
12412
12413 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12414 (gnus-score-adaptive): do.
12415
12416 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12417
12418 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12419 (gnus-mime-button-map): Don't set keymap parent.
12420 (gnus-button-ctan-directory-regexp): Use shy grouping.
12421 (gnus-prev-page-map): Don't set keymap parent.
12422 (gnus-prev-page-map): Remove duplicated one.
12423 (gnus-next-page-map): Don't set keymap parent.
12424 (gnus-mime-security-button-map): Ditto.
12425
12426 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12427 version number.
12428
12429 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12430
12431 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12432
12433 * canlock.el (canlock-sha1-function): Remove.
12434 (canlock-sha1-function-for-verify): Remove.
12435 (canlock-openssl-program): Remove.
12436 (canlock-openssl-args): Remove.
12437 (canlock-ignore-errors): Remove.
12438 (canlock-sha1-with-openssl): Remove.
12439 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12440 (canlock-verify): Don't use canlock-ignore-errors.
12441
12442 * sha1-el.el (sha1-string-external): Make it can return a string
12443 in binary form.
12444 (sha1-region-external): Ditto.
12445 (sha1-string-internal): Ditto.
12446 (sha1-region-internal): Ditto.
12447 (sha1-region): Ditto.
12448 (sha1-string): Ditto.
12449 (sha1): Ditto.
12450
12451 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12452
12453 * spam.el (spam-report-articles-gmane): New command.
12454
12455 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12456
12457 * gnus.el: Don't make unnecessary *Group* buffer when loading.
12458
12459 * run-at-time.el (run-at-time-saved): Remove.
12460 (run-at-time): Doc fix.
12461
12462 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12463
12464 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12465 (gnus-summary-limit-map): Add it.
12466 (gnus-summary-make-menu-bar): do.
12467
12468 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
12469
12470 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12471 Make attempt at some caching support (done for BBDB only now).
12472 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12473 addresses to be checked.
12474 (spam-clear-cache-BBDB): Add function, to be invoked by
12475 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12476 (spam-check-BBDB): Check and use the caches, if
12477 spam-cache-lookups is on, remove superfluous (provide).
12478
12479 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12480
12481 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12482
12483 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
12484
12485 * run-at-time.el (run-at-time-saved): Move to after the definition
12486 of `run-at-time'.
12487
12488 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12489
12490 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12491 mm-w3m-local-map-property.
12492
12493 * mm-view.el (mm-w3m-mode-map): Remove.
12494 (mm-w3m-local-map-property): Remove.
12495 (mm-inline-text-html-render-with-w3m): Don't use
12496 mm-w3m-local-map-property.
12497
12498 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12499
12500 * run-at-time.el: New file.
12501
12502 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12503 of gnus-set-text-properties.
12504
12505 * gnus-uu.el (gnus-uu-save-article): Ditto.
12506
12507 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12508
12509 * gnus-cite.el (gnus-cite-parse): Ditto.
12510
12511 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12512 of gnus-.
12513
12514 * gnus.el: Changed calls to nnheader-run-at-time and
12515 password-run-at-time throughout to use run-at-time directly.
12516
12517 * password.el: Removed definition of run-at-time.
12518
12519 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
12520
12521 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12522 in prompt.
12523
12524 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12525
12526 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12527 XEmacs version.
12528
12529 * dns.el (dns-make-network-process): Use `open-network-stream'
12530 instead of `gnus-xmas-open-network-stream'.
12531
12532 * .cvsignore: Add auto-autoloads.el, custom-load.el.
12533
12534 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12535
12536 * gnus-art.el (gnus-mime-display-alternative)
12537 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12538 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12539 Don't use gnus-local-map-property.
12540
12541 * gnus-util.el (gnus-local-map-property): Remove.
12542
12543 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12544 gnus-completing-read-maybe-default with completing-read.
12545
12546 * gnus-util.el (gnus-completing-read): do.
12547 (gnus-completing-read-maybe-default): Remove.
12548
12549 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12550
12551 * password.el: Only autoload `run-at-time' if not XEmacs.
12552 Only autoload the itimer functions if XEmacs.
12553
12554 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12555
12556 * gnus-art.el (gnus-read-string): Remove.
12557 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12558 read-string.
12559
12560 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
12561
12562 * netrc.el: Autoload password-read.
12563 (netrc): Add configuration group.
12564 (netrc-encoding-method, netrc-openssl-path): Add
12565 variables for encoding and decoding of files with symmetric
12566 ciphers.
12567 (netrc-encode): Add assistant function to encode a file with
12568 netrc-encoding-method.
12569 (netrc-parse): Add interactive parameter, added optional
12570 decoding if netrc-encoding-method is non-nil but otherwise
12571 behavior is standard.
12572 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12573 Do s/encode/encrypt/ everywhere.
12574
12575 * spam.el: Remove executable-find autoload.
12576
12577 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12578
12579 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12580
12581 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12582
12583 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12584
12585 * gnus-art.el (gnus-treat-ansi-sequences,
12586 (article-treat-ansi-sequences): New variable and function.
12587 Suggested by Dan Jacobson <jidanni@jidanni.org>.
12588
12589 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12590 Use it.
12591
12592 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12593
12594 * mm-util.el (mm-quote-arg): Remove.
12595
12596 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12597 shell-quote-argument.
12598
12599 * gnus-uu.el (gnus-uu-command): do.
12600
12601 * gnus-sum.el (gnus-summary-insert-pseudos): do.
12602
12603 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12604 with make-char.
12605
12606 * mm-util.el (mm-make-char): Remove.
12607
12608 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12609 add-minor-mode.
12610
12611 * gnus-undo.el (gnus-undo-mode): do.
12612
12613 * gnus-topic.el (gnus-topic-mode): do.
12614
12615 * gnus-sum.el (gnus-dead-summary-mode): do.
12616
12617 * gnus-start.el (gnus-slave-mode): do.
12618
12619 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12620
12621 * gnus-ml.el (gnus-mailing-list-mode): do.
12622
12623 * gnus-gl.el (gnus-grouplens-mode): do.
12624
12625 * gnus-draft.el (gnus-draft-mode): do.
12626
12627 * gnus-dired.el (gnus-dired-mode): do.
12628
12629 * gnus-ems.el (gnus-add-minor-mode): Remove.
12630
12631 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12632 Replace gnus-char-width with char-width.
12633
12634 * gnus-ems.el (gnus-char-width): Remove.
12635
12636 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12637 Replace gnus-char-width with char-width.
12638
12639 * gnus-ems.el (gnus-char-width): Remove.
12640
12641 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12642 definition.
12643 Remove Emacs 20 hash table compatibility code.
12644
12645 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12646 20 compatibility code.
12647
12648 * spam.el (spam-point-at-eol): Replace with point-at-eol.
12649
12650 * smime.el (smime-point-at-eol): Replace with point-at-eol.
12651
12652 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12653 with point-at-{eol,bol}.
12654
12655 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12656
12657 * imap.el (imap-point-at-eol): Replace with point-at-eol.
12658
12659 * flow-fill.el (fill-flowed-point-at-bol)
12660 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12661
12662 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12663 Replace with point-at-{eol,bol} throughout all files.
12664
12665 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12666
12667 * ntlm.el (ntlm-string-as-unibyte): New macro.
12668 (ntlm-build-auth-response): Use it.
12669
12670 Remove Emacs 20 stuff:
12671 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12672 of delq and copy-sequence.
12673 * gnus-art.el (popup-menu): Remove the compiler macro.
12674 * nnmail.el (nnmail-split-fancy): Don't support customizing with
12675 Emacs 20.
12676
12677 2004-01-05 Simon Josefsson <jas@extundo.com>
12678
12679 * ntlm.el: Fix namespace. Change smb-passwd-hash into
12680 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12681 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12682 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12683 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12684 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12685 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12686 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12687 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12688 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12689 ntlm-string-permute, string-lshift into ntlm-string-lshift,
12690 string-xor into ntlm-string-xor. Suggested by
12691 Jesper Harder <harder@myrealbox.com>.
12692
12693 * ntlm.el: Don't include poem.
12694
12695 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
12696 Jesper Harder <harder@myrealbox.com>.
12697
12698 * sasl-ntlm.el, ntlm.el, md4.el: New files.
12699
12700 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
12701 probably breaks emacs with DL patch, but do we care? Is anyone
12702 still using the DL stuff?)
12703
12704 * sieve-manage.el: Use the password package.
12705 (sieve-manage-read-passwd): Remove.
12706 (sieve-manage-interactive-login): Use password. Re-add
12707 condition-case around loop.
12708
12709 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12710 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12711 the password package.
12712
12713 2003-02-19 Simon Josefsson <jas@extundo.com>
12714
12715 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12716 token.
12717
12718 2002-08-07 Simon Josefsson <jas@extundo.com>
12719
12720 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12721 (sieve-manage-authenticators):
12722 (sieve-manage-authenticator-alist): Add some SASL mechs.
12723 (sieve-sasl-auth): New function.
12724 (sieve-manage-cram-md5-auth):
12725 (sieve-manage-plain-auth): Rewrite using SASL library.
12726 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
12727 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
12728 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12729 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12730
12731 2004-01-05 Simon Josefsson <jas@extundo.com>
12732
12733 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12734 New files.
12735
12736 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12737
12738 * gnus-group.el (gnus-no-groups-message): Update.
12739
12740 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12741
12742 2003-11-09 Simon Josefsson <jas@extundo.com>
12743
12744 * imap.el: Support for ID IMAP extension (RFC 2971).
12745 (imap-local-variables): Add imap-id.
12746 (imap-id): New variable.
12747 (imap-id): New function.
12748 (imap-parse-response): Parse untagged ID response.
12749 * nnimap.el (nnimap-id): New variable.
12750 (nnimap-open-connection): Use it.
12751
12752 2003-12-28 Simon Josefsson <jas@extundo.com>
12753
12754 * gnus-score.el (gnus-score-edit-all-score): New.
12755 * gnus-group.el (gnus-group-score-map): Bind it to W e.
12756
12757 2004-01-04 Simon Josefsson <jas@extundo.com>
12758
12759 * password.el: Add.
12760
12761 2004-01-04 Mario Lang <lang@zid.tugraz.at>
12762
12763 * dns.el: Add support for AAAA records (see RFC 3596)
12764
12765 * Fix typo PRT -> PTR
12766
12767 * Parse MX, PTR and SOA replies (see RFC 1035)
12768
12769 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12770
12771 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12772
12773 * Moved to Changelog.2.
12774
12775 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12776
12777 * gnus.el (gnus-version-number): Bump version.
12778
12779 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12780
12781 * gnus.el: No Gnus v0.1 is released.
12782
12783 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12784
12785 * gnus.el: No Gnus v0.0 is released.
12786
12787 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12788
12789 * gnus.el (gnus-version-number): Bump.
12790 (gnus-version): No.
12791
12792 See ChangeLog.2 for earlier changes.
12793
12794 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
12795
12796 This file is part of GNU Emacs.
12797
12798 GNU Emacs is free software: you can redistribute it and/or modify
12799 it under the terms of the GNU General Public License as published by
12800 the Free Software Foundation, either version 3 of the License, or
12801 (at your option) any later version.
12802
12803 GNU Emacs is distributed in the hope that it will be useful,
12804 but WITHOUT ANY WARRANTY; without even the implied warranty of
12805 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12806 GNU General Public License for more details.
12807
12808 You should have received a copy of the GNU General Public License
12809 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12810
12811 ;; Local Variables:
12812 ;; coding: utf-8
12813 ;; fill-column: 79
12814 ;; add-log-time-zone-rule: t
12815 ;; End:
12816
12817 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4