(lm-verify): Make it work with
[bpt/emacs.git] / lisp / gnus / ChangeLog
CommitLineData
a5ded4c9
GM
12007-12-09 Glenn Morris <rgm@gnu.org>
2
3 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4
5 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1d1df709
GM
6 * message.el, mm-view.el, sieve-manage, smime.el:
7 Add declare-function compatibility definition.
a5ded4c9
GM
8
9 * gnus-art.el (w3-region, w3m-region, Info-menu):
10 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11 * gnus-sum.el (gnus-get-predicate):
12 * gnus-util.el (mm-append-to-file, w32-focus-frame):
13 * message.el (mail-abbrev-in-expansion-header-p):
14 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8d0f97a4 15 (w3m-detect-meta-charset, w3m-region):
1d1df709
GM
16 * sieve-manage.el (password-read, password-cache-add)
17 (password-cache-remove):
8d0f97a4 18 * smime.el (password-read-and-add): Declare as functions.
a5ded4c9 19
274f1353
DK
202007-12-08 David Kastrup <dak@gnu.org>
21
22 * gnus-sum.el (gnus-summary-simplify-subject-query):
23 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
24 `message'.
25
a601fb74 262007-12-07 Glenn Morris <rgm@gnu.org>
80d06753 27
a601fb74 28 * gnus-art.el (article-make-date-line): Revert previous change.
80d06753 29
af5370ad
RS
302007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
31
32 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
33
fd0c71e8
DG
342007-12-06 D. Goel <deego3@gmail.com>
35
a601fb74
GM
36 * gnus-art.el (article-make-date-line):
37 * gnus-start.el (gnus-load):
38 * pop3.el (pop3-read-response): Fix buggy call to `error'.
fd0c71e8 39
415a09fb
MB
402007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
41
42 * gnus-art.el (gnus-use-idna)
43 * gnus-start.el (gnus-site-init-file)
44 * message.el (message-use-idna)
45 * mm-uu.el (mm-uu-hide-markers)
46 * smiley.el (smiley-style): Revert changes that suppress warnings.
47
482007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
49
50 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
51 specify charset to html source. Reported by Christoph Conrad
52 <christoph.conrad@gmx.de>.
53
542007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
55
56 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
57 idna-program in order to suppress byte compile warning issued by XEmacs
58 that came to byte compile the default value section of defcustom forms
59 recently.
60
61 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
62 value of installation-directory.
63
64 * message.el (message-use-idna): Don't directly refer to the value of
65 idna-program.
66
67 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
68
69 * smiley.el (smiley-style): Don't directly call face-attribute.
70
b890d447
MB
712007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
72
73 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
74
75 * gnus-dired.el: Reduce Gnus dependencies.
76 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
77 require. Use autoloads instead.
78 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
79 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
80 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
81 (gnus-dired-mode): Adjust doc string.
82 (gnus-dired-mail-mode): New variable.
83 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
84 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
85 (gnus-dired-mail-buffers): New function. Return mail or message
86 composition buffers.
87 (gnus-dired-attach): Use it.
88 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
89 NO-DECODE.
90 (gnus-dired-print): Use `gnus-print-buffer' depending on
91 `gnus-dired-mail-mode'.
92
932007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
94
95 * rfc2047.el (rfc2047-encoded-word-regexp)
96 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
97 explaining what regexp patterns are for.
98
13b0ef01
GM
992007-12-04 Glenn Morris <rgm@gnu.org>
100
101 * password.el: Move to ../password-cache.el.
102
103 * mml1991.el (password-read, password-cache-add, password-cache-remove):
104 * mml2015.el (password-read, password-cache-add, password-cache-remove):
105 * mml-smime.el (password-read, password-cache-add)
106 (password-cache-remove):
107 No need to autoload, since mml-sec requires password.
108
109 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
110 * message.el (gnus-extract-address-components):
111 * mml-smime.el (gnus-extract-address-components): Define for compiler.
112
113 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
114 password.
115
b890d447
MB
1162007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
117
118 * mailcap.el: Reduce dependencies.
119 (mail-header-parse-content-type): Autoload.
120 (mailcap-delete-duplicates): New alias.
121 (mailcap-mime-info): Add optional argument NO-DECODE.
122 (mailcap-mime-types): Use mailcap-delete-duplicates.
123
124 * message.el (message-ignored-supersedes-headers): Add "X-ID".
125
1262007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
127
128 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
129 function.
130
131 * gnus-uu.el (gnus-uu-decode-yenc): New command.
132 (gnus-uu-yenc-article): New function.
133
134 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
135
136 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
137 buffer.
138
21662dc7
GM
1392007-12-02 Glenn Morris <rgm@gnu.org>
140
323fc9ec
GM
141 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
142 Move to ../net.
143
21662dc7
GM
144 * binhex.el, uudecode.el: Move to ../mail.
145
ceabaeb3
GM
146 * encrypt.el: Remove file.
147
b890d447
MB
1482007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
149
150 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
151 matches on patches.
152
153 * gnus-art.el (gnus-article-browse-html-article): Mention
154 `mm-text-html-renderer' in the doc string.
155
156 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
157 string. Add comments.
158
159 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
160 if rhs is ASCII.
161
08545d0a
GM
1622007-12-01 Glenn Morris <rgm@gnu.org>
163
fb18c032 164 * dig.el, dns.el: Move to ../net.
c3335b6a 165 * format-spec.el, hex-util.el, sha1.el: Move to ../.
4c1d5922 166
08545d0a
GM
167 * mail-source.el (top-level): Require format-spec before
168 eval-when-compile.
169
257a0a0d
GM
1702007-11-30 Glenn Morris <rgm@gnu.org>
171
172 * encrypt.el: Require password, rather than autoloading password-read.
173
b890d447
MB
1742007-11-28 Elias Oltmanns <eo@nebensachen.de>
175
176 * gnus.el (gnus-method-to-server): Add an optional parameter so the
177 caller can indicate whether the cache should be disregarded for this
178 call. This way the result of the call is reproducible at all times and
179 can be considered a canonical server name for the supplied method.
180 (gnus-agent-method-p): Canonicalize server names by pushing their
181 method through `gnus-method-to-server' using the no-cache argument.
182
183 * gnus-srvr.el (gnus-server-insert-server-line): Call
184 `gnus-method-to-server' with `no-cache' argument.
185
186 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
187 gnus-agent-possibly-synchronize-flags as this should be called when the
188 server is actually being opened.
189 (gnus-agent-possibly-synchronize-flags)
190 (gnus-agent-possibly-synchronize-flags-server): Move check for the
191 flags file of an agentized server to the latter function.
192
193 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
194 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
195 after a connection has been established successfully.
196
1972007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
198
199 * gnus-art.el (article-display-face): Force to display face if called
200 interactively; check if gnus-article-x-face-too-ugly matches author.
201 (article-display-x-face): Display face even if From header is missing
202 as article-display-face does.
203
d50fd8e2
GM
2042007-11-28 Richard Stallman <rms@gnu.org>
205
206 * md4.el: Move to ../.
207 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
208
b890d447
MB
2092007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
210
211 * mail-source.el (mail-sources): Default to fetch from file for
212 compatibility with default of nnmail-spool-file.
213
2142007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
215
216 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
217 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
218 to look for encoded word that should be encoded again.
219 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
220 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
221 encoding pattern.
222 (rfc2047-decode-region): Switch strict regexp and loose one according
223 to rfc2047-allow-irregular-q-encoded-words.
224
a06e7b5d
SJ
2252007-11-26 Simon Josefsson <simon@josefsson.org>
226
227 * imap.el: Move to ../net directory.
228
b890d447
MB
2292007-11-25 Romain Francoise <romain@orebokech.com>
230
231 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
232
2332007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
234
235 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
236 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
237
238 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
239 `nnmail-spool-file'.
240
241 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
242 `nnmail-spool-file'.
243
244 * gnus-move.el (gnus-change-server): Ditto.
245
246 * gnus-kill.el (gnus-batch-score): Ditto.
247
248 * gnus-cache.el (gnus-jog-cache): Ditto.
249
250 * gnus-msg.el (gnus-summary-reply): Ignore
251 gnus-confirm-mail-reply-to-news for wide and very wide replies.
252
2532007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
254
255 * gnus-cache.el (gnus-cache-generate-nov-databases): Use
256 nnml-generate-nov-databases-directory instead of
257 nnml-generate-nov-databases-1.
258
e3b0153a
GM
2592007-11-24 Glenn Morris <rgm@gnu.org>
260
261 * message.el (message-tool-bar-retro): Update for rename
262 mail_send.xpm->mail-send.xpm.
263
b890d447
MB
2642007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
265
266 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
267 `smime-ldap-search' for Emacs 22 and up.
268
145cc6b9
RS
2692007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
270
63ff8478
RS
271 * hashcash.el: Move to ../mail directory.
272
8746c8b8
RS
273 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
274
145cc6b9
RS
275 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
276 `smime-ldap-search' for Emacs 22 and up.
277
82816ba1
SM
2782007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
279
b7b80032
SM
280 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
281
82816ba1
SM
282 * message.el (message-send-mail-function): Fix error convention.
283 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
284 (message-widen-reply, message-send-mail, message-talkative-question)
285 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
286 (message-clone-locals, message-send-news): Use with-current-buffer.
287 (message-insert-or-toggle-importance): Remove unused var `valid'.
288 (message-make-references): Remove unused var `new-references'.
289 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
290
3042deef
JB
2912007-11-22 Juanma Barranquero <lekktu@gmail.com>
292
293 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
294 (spam-split-symbolic-return-positive): Reflow docstring.
295 (spam-backends, spam-summary-exit-behavior)
296 (spam-mark-ham-unread-before-move-from-spam-group)
297 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
298 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
299 (spam-clear-cache, spam-backend-check, spam-install-backend)
300 (spam-install-statistical-backend, spam-list-of-processors)
301 (spam-group-processor-p, spam-split, spam-bogofilter-score)
302 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
303 (spam-check-crm114, spam-initialize, spam-unload-hook):
304 Fix typos in docstrings.
305
b890d447
MB
3062007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
307
308 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
309 been checked if they have never been read and those group levels are
310 higher than the one that a user specified.
311
3122007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
313
314 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
315 foreign groups unless a group level is specified by a user.
316 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
317
b62a39c4
RS
3182007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
319
320 * message.el (message-send-mail-function): Require sendmail.
321
2ea6167b
RS
3222007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
323
9e0a8576
RS
324 * message.el (message-send-mail-function): Check for smtpmail too.
325
f21470ef
RS
326 * utf7.el (utf7-encode, utf7-decode): Use coding system
327 `utf-7'/`utf-7-imap' from utf-7.el' if available.
328
2ea6167b
RS
329 * message.el (message-send-mail-function): New function.
330 (message-send-mail-function): Set default using
331 message-send-mail-function. Adjust doc string.
332 (message-send-mail-with-mailclient): New function.
333
127a6f0e
GM
3342007-11-17 Richard Stallman <rms@gnu.org>
335
336 * assistant.el: Remove file.
337
9efa445f
DN
3382007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
339
340 * smime.el (from):
341 * rfc2047.el (message-posting-charset):
342 * qp.el (mm-use-ultra-safe-encoding):
343 * pop3.el (parse-time-months):
344 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
345 * nnml.el (files):
346 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
347 (jka-compr-compression-info-list, ange-ftp-path-format)
348 (efs-path-regexp):
349 * nndiary.el (files):
350 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
351 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
352 (epg-digest-algorithm-alist, inhibit-redisplay)
353 (password-cache-expiry):
354 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
355 (pgg-output-buffer, password-cache-expiry):
356 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
357 (efs-path-regexp):
358 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
359 (inhibit-redisplay):
360 * mm-uu.el (file-name, start-point, end-point, entry)
361 (gnus-newsgroup-name, gnus-newsgroup-charset):
362 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
363 (latin-unity-ucs-list):
364 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
365 (mm-uu-binhex-decode-function):
366 * message.el (gnus-message-group-art, gnus-list-identifiers, )
367 (rmail-enable-mime-composing, gnus-local-organization)
368 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
369 (gnus-read-active-file, facemenu-add-face-function)
370 (facemenu-remove-face-function, gnus-article-decoded-p)
371 (tool-bar-mode):
372 * mail-source.el (display-time-mail-function):
373 * gnus-util.el (nnmail-pathname-coding-system)
374 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
375 (gnus-original-article-buffer, gnus-user-agent)
376 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
377 (xemacs-codename, sxemacs-codename, emacs-program-version):
378 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
379 * gnus-start.el (gnus-agent-covered-methods)
380 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
381 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
382 (gnus-newsgroup-headers, gnus-group-list-mode)
383 (gnus-group-mark-positions, gnus-newsgroup-data)
384 (gnus-newsgroup-unreads, nnoo-state-alist)
385 (gnus-current-select-method, mail-sources)
386 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
387 (nnmail-spool-file, gnus-cache-active-hashtb):
388 * gnus-mh.el (mh-lib-progs):
389 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
390 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
391 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
392 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
393 (gnus-group-buffer):
394 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
395 (font-lock-set-defaults):
396 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
397 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
398 (gnus-summary-post-menu, total-parts, type, condition, length):
399 * gnus-agent.el (gnus-agent-read-agentview):
400 * flow-fill.el (show-trailing-whitespace):
401 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
402 eval-and-compile wrappers for byte compiler pacifiers.
403
404 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
405 (mm-display-inline-fontify): Check for featurep 'xemacs not
406 extent-list.
407
408 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
409 itimer-list.
410 (mm-create-image-xemacs): Only do something for XEmacs.
411 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
412
413 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
414
415 * gnus-registry.el (gnus-adaptive-word-syntax-table):
416 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
417
e9346447
JB
4182007-11-15 Juanma Barranquero <lekktu@gmail.com>
419
ec5741dc 420 * nnimap.el (nnimap-split-download-body):
e9346447 421 * gnus-demon.el (gnus-demon):
ec5741dc 422 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
e9346447 423
1428d46b
MB
4242007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
425
426 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
427 macros.
428 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
429 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
430 copy data from unibyte buffer to multibyte current buffer.
431 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
432 to copy data from unibyte current buffer to multibyte buffer.
433 (nntp-make-process-buffer): Make process buffer unibyte.
434
435 * pop3.el (pop3-open-server): Fix typo in Lisp code.
436
4372007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
438
439 * pop3.el (pop3-open-server): Accept and process data more robustly at
440 connexion start to avoid spurious "POP SSL connexion failed" errors.
441
4422007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
443
444 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
445 read group names.
446
4472007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
448
449 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
450
4512007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
452
453 * nnmail.el (nnmail-parse-active): Make group names unibyte.
454 (nnmail-save-active): Use a unibyte buffer when saving active file,
455 which may contain non-ASCII group names.
456
457 * nnml.el (nnml-request-group): Decode group names in messages.
458
4d8a28ec
MB
4592007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
460
461 * message.el (message-citation-line-function)
462 (message-insert-formatted-citation-line): Fix spelling of
463 `message-insert-formated-citation-line'.
464
c12ecb0a
MB
4652007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
466
467 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
468
4d8a28ec
MB
4692007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
470
471 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
472 nnmail-pathname-coding-system.
473
474 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
475 that a user enters; decode group names in messages.
476
477 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
478
60ece9b0
MB
4792007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
480
481 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
482
483 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
484
485 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
486 risky local variable.
487
488 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
489
4902007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
491
492 * encrypt.el: Improve documentation to fix function name typo.
493 Reported by Daiki Ueno <ueno@unixuser.org>.
494
4952007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
496
497 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
498 even if the point is not in the last page of an article.
499 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
500 back to the previous page.
501
c590ed3a
MB
5022007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
503
504 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
505
60ece9b0
MB
5062007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
507
508 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
509
c70dbcd5
SM
5102007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
511
60ece9b0
MB
512 * message.el (message-check-news-body-syntax): Avoid
513 mm-string-as-multibyte.
c70dbcd5
SM
514 (message-hide-headers): Don't assume (point-min)==1.
515
437ce4be
MB
5162007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
517
518 * message.el (message-remove-blank-cited-lines): Fix if remove is
519 given.
520 (message-bogus-address-regexp): New variable.
521 (message-bogus-recipient-p): New function.
522 (message-check-recipients): New command.
523 (message-syntax-checks): Add `bogus-recipient'.
524 (message-fix-before-sending): Add `bogus-recipient'.
525
526 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
527 (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
528 window-system.
529
c7ff939a
RS
5302007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
531
532 * gnus.el: Bump version to Gnus v5.13.
533
01c52d31
MB
5342007-10-28 Miles Bader <miles@gnu.org>
535
536 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
537 at compile-time too.
538
437ce4be
MB
5392007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
540
541 * gnus-msg.el (gnus-message-setup-hook): Add
542 `message-remove-blank-cited-lines' to options.
543
01c52d31
MB
5442007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
545
546 * message.el (message-remove-blank-cited-lines): New function.
547 Suggested by Karl Pl\e,Ad\e(Bsterer.
548
5492007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
550
551 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
552 mapc.
553
554 * imap.el (imap-open): Replace mapcar called for effect with mapc.
555 (top-level): Use mapc to set functions to be traced for debugging.
556
557 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
558 called for effect with while loop.
559
560 * message.el (message-talkative-question): Replace mapcar called for
561 effect with mapc.
562
563 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
564 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
565 called for effect with dolist.
566
567 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
568
569 * nndiary.el: Use dolist instead of mapcar to add diary headers to
570 gnus-extra-headers and nnmail-extra-headers.
571
572 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
573 called for effect with dolist.
574 (top-level): Use mapc to set functions to be traced for debugging.
575
576 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
577 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
578 dolist.
579
580 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
581 Replace mapcar called for effect with mapc.
582 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
583 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
584 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
585 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
586
587 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
588 remove-if that's a cl function.
589
590 * webmail.el (webmail-debug): Replace mapcar called for effect with
591 dolist.
592
593 * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
594 with mapc.
595
5962007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
597
598 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
599 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
600 with while loop.
601
602 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
603 functions from article-* functions.
604 (gnus-multi-decode-header): Replace mapcar called for effect with
605 dolist.
606
607 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
608 (gnus-bookmark-show-details): Replace mapcar called for effect with
609 while loop.
610
611 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
612 called for effect with while loop.
613
614 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
615 with dolist.
616
617 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
618 mapcar called for effect with dolist.
619
620 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
621
622 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
623 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
624 Replace mapcar called for effect with dolist.
625 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
626 mapc.
627
628 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
629 Replace mapcar called for effect with dolist.
630 (gnus-topic-list): Replace mapcar called for effect with mapc.
631
632 * gnus.el: Use mapc instead of mapcar to add autoloads.
633
4b576f7d
RS
6342007-10-23 Richard Stallman <rms@gnu.org>
635
636 * gnus-group.el (gnus-group-highlight): Mark as risky.
637
fdc90613
MB
6382007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
639
640 * gnus.el (gnus-server-to-method): Return method found first in
641 gnus-newsrc-alist.
642
01c52d31
MB
643 * gnus-art.el (gnus-article-highlight-signature)
644 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
645 button overlay without the front stickiness.
646
6472007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
648
649 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
650 overview buffer needed a catch to receive its throw.
651 (gnus-agent-flush-cache): Declared as interactive to make this function
652 easier to use.
653
fdc90613
MB
6542007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
655
656 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
657 `next-line'.
658
5255e3ff
MB
6592007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
660
661 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
662 exclude address matching message-dont-reply-to-names.
663
b4fde39f
MB
6642007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
665
666 * gnus-util.el (gnus-string<): New function.
667
668 * gnus-sum.el (gnus-article-sort-by-author)
01c52d31 669 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
b4fde39f
MB
670
6712007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
672
673 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
674 the frame-focus tag is set in gnus-buffer-configuration.
675
01c52d31
MB
6762007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
677
678 * gnus-art.el (gnus-article-add-button): Make a button overlay without
679 the front stickiness.
680
6812007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
682
683 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
684 url pattern; remove duplicate one.
685 (gnus-article-extend-url-button): New function.
686 (gnus-article-add-buttons): Use it.
687 (gnus-button-push): Use concatenated url that it makes.
688
6ab3804a
JB
6892007-10-04 Juanma Barranquero <lekktu@gmail.com>
690
691 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
692 (sieve-manage-open): Use `mapc' instead of `mapcar'.
693
2f19ece7
SM
6942007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
695
696 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
697 Don't hardcode point-min==1.
698
1d0df8af
DK
6992007-09-30 David Kastrup <dak@gnu.org>
700
701 * gnus-art.el (gnus-article-reply-with-original)
702 (gnus-article-followup-with-original): When `transient-mark-mode' is
703 off, refrain from active-region behavior for followups.
704
4b70e299
MB
7052007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
706
707 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
01c52d31
MB
708 Fix comment about "iso8859-1".
709
7102007-10-08 Daiki Ueno <ueno@unixuser.org>
711
712 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
713 ones returned from the verify-function.
714
715 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
716 mml2015-extract-cleartext-signature if extraction failed.
717
7182007-10-07 Daiki Ueno <ueno@unixuser.org>
719
720 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
721 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
722 failed.
4b70e299
MB
723
7242007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
725
e9346447 726 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4b70e299 727
01c52d31
MB
7282007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
729
730 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
731 to mark a thread as expirable. Add variable `hide' to handle hiding of
732 thread for both the null and zero (kill/expire thread) universal prefix
733 cases.
734 (gnus-summary-expire-thread): Add new function to expire a thread,
735 using gnus-summary-kill-thread.
736 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
737 shortcuts for gnus-summary-expire-thread.
738 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
739 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
740
7412007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
742
743 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
744 extras value, so an extras entry can be deleted.
745 (gnus-registry-delete-extra-entry): Use it.
746 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
747 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
748 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
749 storage through the gnus-registry, and provide an appropriate API for
750 it.
751
4b70e299
MB
7522007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
753
754 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
755 Suggested by Leo <sdl.web@gmail.com>.
756
757 * gnus.el: Do.
758
7592007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
760
761 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
762 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
763
764 * gnus-agent.el (gnus-agent-fetch-headers): Do.
765
766 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
767 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
768
7692007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
770
771 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
772 newline.
773 (nnmbox-request-accept-article): Don't change article in source buffer;
774 narrow to header to use message-fetch-field rather than
775 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
776 (nnmbox-request-replace-article): Quote lines that'll be misidentified
777 as delimiters; make sure article ends with newline.
778 (nnmbox-delete-mail): Correct last position of article to be deleted;
779 ignore X-Gnus-Newsgroup header in article body.
780 (nnmbox-save-mail): Quote lines looking like delimiters at the right
781 positions; make sure article ends with newline.
782
01c52d31
MB
783 * message.el (message-display-abbrev): Don't infloop when a user
784 inserts SPC in the beginning of header.
785
7862007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
787
788 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
789 list of groups not followed by default. Fix type to be regexp.
790 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
791
7922007-09-06 Tassilo Horn <tassilo@member.fsf.org>
793
794 * hmac-def.el (define-hmac-function): Switch from old-style to
795 new-style backquotes.
796
797 * md4.el (md4-make-step): likewise.
798
7992007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
800
801 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
802 raw-text coding system when saving .newsrc file, which may contain
803 non-ASCII group names.
804
4b70e299
MB
8052007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
806
807 * gnus-cus.el (gnus-score-extra): New widget.
808 (gnus-score-extra-convert): New function.
809 (gnus-score-customize): Use it for Extra.
810
01c52d31
MB
8112007-08-31 Daiki Ueno <ueno@unixuser.org>
812
813 * mml2015.el (mml2015-extract-cleartext-signature): New function.
814 (mml2015-mailcrypt-clear-verify): Use it.
815 (mml2015-gpg-clear-verify): Use it.
816 (mml2015-pgg-clear-verify): Use it.
817 (mml2015-epg-clear-verify): Replace the current part with the output
818 from GnuPG; don't extract the plaintext by itself.
819
820 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
821 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
822 mml2015-clear-verify-function; don't touch the armor headers or
823 dash-escaped text here.
824
8252007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
826
827 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
828 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
829 parts, or application/octet-stream as a last resort.
830 (gnus-mime-view-part-as-type): Don't toggle display.
831 (gnus-mime-view-part-as-charset): Don't turn off display before
832 querying charset.
833
834 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
835 stuff to undisplayer function in Emacs.
836 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
837
838 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
839 text/calendar parts.
840
7f22a765
MB
8412007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
842
01c52d31
MB
843 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
844 decoding text/calendar parts.
845
846 * message.el (message-forward-make-body-mime): Always mark body as
847 having no illegible text; remove signed-or-encrypted argument.
848 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
849
7f22a765
MB
850 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
851 (mml-generate-mime-1): Don't encode body if it is specified to be in
852 raw form; don't make buffer be unibyte when inserting multibyte string.
853
67d0660b
SM
8542007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * sha1.el: Fix up comment style.
857 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
858 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
859
860 * hex-util.el: Fix up comment style.
861 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
862
863 * gnus-salt.el: Use with-current-buffer.
864 (gnus-pick-setup-message): Fix long-standing typo.
865
bdaf8a62
MB
8662007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
867
01c52d31
MB
868 * imap.el (imap-logout-timeout): New variable.
869 (imap-logout, imap-logout-wait): New functions.
870 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
871
872 * nnimap.el (nnimap-logout-timeout): New server variable.
873 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
874 nnimap-logout-timeout.
875
bdaf8a62
MB
876 * gnus-art.el (gnus-article-summary-command-nosave)
877 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
878
8792007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
880
881 * gnus.el (gnus-maximum-newsgroup): New variable.
882
883 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
884 according to gnus-maximum-newsgroup.
885
886 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
67d0660b
SM
887 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
888 Limit the range of articles according to gnus-maximum-newsgroup.
bdaf8a62 889
01c52d31
MB
8902007-08-14 Tassilo Horn <tassilo@member.fsf.org>
891
892 * gnus-art.el (gnus-sticky-article): Fixed problems described in
893 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
894 Don't perform gnus-configure-windows here; reuse existing sticky
895 article buffer.
896
897 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
898 it doesn't exist in gnus-article-mode.
899
9002007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
901
902 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
903 (gnus-agent-decoded-group-name): New function.
904 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
905 (gnus-agent-expire-group-1): Use it; decode group name in messages.
906
9072007-08-12 Tassilo Horn <tassilo@member.fsf.org>
908
909 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
910 Add binding for gnus-sticky-article.
911 (gnus-summary-exit): Don't kill sticky article buffers.
912
913 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
914 article buffer.
915 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
916 (gnus-kill-sticky-article-buffers): New commands.
917
37cc095b
MB
9182007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
919
920 * nntp.el (nntp-xref-number-is-evil): New server variable.
921 (nntp-find-group-and-number): If it is non-nil, don't trust article
922 numbers in the Xref header.
923
01c52d31
MB
9242007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
925
926 * gnus-agent.el (gnus-agent-read-group): New function.
927 (gnus-agent-flush-group, gnus-agent-expire-group)
928 (gnus-agent-regenerate-group): Use it.
929 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
930 nnmail-pathname-coding-system.
931
37cc095b
MB
9322007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
933
934 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
935
01c52d31
MB
936 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
937 that are unread as unread, and also as selected so that information of
938 marks having been changed by a user may be updated when exiting group.
939
37cc095b
MB
9402007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
941
942 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
943
01c52d31
MB
9442007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
945
946 * gnus-art.el (gnus-mime-display-single): Pass part number that is
947 calculated ignoring signature parts to gnus-treat-article.
948
9492007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
950
951 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
952 a point here in order to keep the window start.
953 (gnus-insert-mime-security-button): Make a button overlay without the
954 front stickiness.
955 (gnus-mime-display-security): Goto the end of a button.
956
957 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
958
9592007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
960
961 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
962 group-name-at-point.
963 (gnus-group-completing-read): New function that offers decoded
964 non-ASCII group names for completion.
965 (gnus-fetch-group, gnus-group-read-ephemeral-group)
966 (gnus-group-jump-to-group, gnus-group-make-group-simple)
967 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
968 (gnus-group-fetch-control): Use it.
969 (gnus-fetch-group): Use group-name-at-point for the initial value
970 rather than the default value; use gnus-alive-p.
971
972 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
973 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
974 (gnus-summary-post-news): Use gnus-group-completing-read.
975
976 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
977 (gnus-read-move-group-name): Decode group name for completion.
978
9792007-07-31 Ted Zlatanov <tzz@lifelogs.com>
980
981 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
982 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
983 Yamaoka slightly modified the code).
984
9852007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
986
987 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
988 (nnmail-split-incoming): Bind it.
989
990 * nnml.el (nnml-group-name-charset): New function.
991 (nnml-decoded-group-name): Use it; don't decode group name if
992 nnmail-group-names-not-encoded-p is non-nil.
993 (nnml-encoded-group-name): New function.
994 (nnml-group-pathname): Inline nnml-decoded-group-name.
995 (nnml-request-expire-articles): Decode group name in message.
996 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
997 nnmail-pathname-coding-system.
998 (nnml-save-mail, nnml-active-number): Work with decoded group names and
999 not decoded ones according to nnmail-group-names-not-encoded-p.
1000 (nnml-generate-active-info): Use nnml-encoded-group-name.
1001
3ecd3a56
GM
10022007-08-08 Glenn Morris <rgm@gnu.org>
1003
1004 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
1005 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
1006 doc-strings and comments.
1007
cacc7b51
GM
10082007-07-25 Glenn Morris <rgm@gnu.org>
1009
1010 * Relicense all FSF files to GPLv3 or later.
1011
01c52d31 10122007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2f62a044 1013
01c52d31
MB
1014 * gnus-sum.el (gnus-summary-move-article): Make
1015 gnus-summary-respool-article work.
2f62a044 1016
f931ce84
MB
10172007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
1018
1019 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
1020 string.
1021
01c52d31
MB
10222007-07-20 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1023
1024 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
1025 that should be ignored when comparing distant RSS articles with local
1026 ones.
1027 (nnrss-make-hash-index): New function. Create a hash index according
1028 to the ignored fields.
1029 (nnrss-check-group): Use it.
1030
10312007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
1032
1033 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
1034
1035 * gnus-art.el (article-decode-group-name): Decode Xref header too.
1036
1037 * gnus-group.el (gnus-group-make-group): Encode group name here unless
1038 the new optional argument ENCODED is non-nil.
1039 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
1040 coding system for encoding group name.
1041 (gnus-group-make-rss-group): Pass un-encoded group name to
1042 gnus-group-make-group.
1043 (gnus-group-set-info): Tell gnus-group-make-group that group name is
1044 encoded.
1045
1046 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
1047 Encode group name to which articles are moved or copied.
1048 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
1049 coding system for encoding Newsgroup, Followup-To and Xref headers.
1050
1051 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
1052 marks; use nnheader-file-coding-system to write a file.
1053 (nnagent-retrieve-headers): Bind file-name-coding-system to
1054 nnmail-pathname-coding-system.
1055
1056 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
1057
1058 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
1059 (nnml-request-article, nnml-request-create-group)
1060 (nnml-request-rename-group, nnml-find-id)
1061 (nnml-possibly-change-directory, nnml-possibly-create-directory)
1062 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
1063 (nnml-save-marks): Use nnml-group-pathname instead of
1064 nnmail-group-pathname.
1065
1066 (nnml-request-create-group, nnml-request-expire-articles)
1067 (nnml-request-move-article, nnml-request-delete-group)
1068 (nnml-deletable-article-p, nnml-possibly-create-directory)
1069 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
1070 (nnml-open-marks): Bind file-name-coding-system to
1071 nnmail-pathname-coding-system.
1072
1073 (nnml-request-article): Pass server argument to nnml-find-group-number.
1074 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
1075 server argument to nnml-possibly-create-directory.
1076 (nnml-request-accept-article): Pass server argument to
1077 nnml-active-number and nnml-save-mail.
1078 (nnml-find-group-number): Pass server argument to nnml-find-id.
1079 (nnml-request-update-info): Pass server argument to
1080 nnml-marks-changed-p.
1081
1082 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
1083 (nnml-save-mail, nnml-active-number): Add server argument.
1084
1085 (nnml-request-delete-group): Warn if group is missing.
1086 (nnml-get-nov-buffer): Decode group name.
1087 (nnml-generate-active-info): Encode group name.
1088 (nnml-open-marks): Decode group name in messages.
1089
10902007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
1091
1092 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
1093 if it is not specified.
1094 (gnus-article-pipe-part, gnus-article-save-part)
1095 (gnus-article-interactively-view-part, gnus-article-copy-part)
1096 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
1097 (gnus-article-inline-part, gnus-article-save-part-and-strip)
1098 (gnus-article-replace-part, gnus-article-delete-part)
1099 (gnus-article-view-part-as-type): Pass raw prefix argument to
1100 gnus-article-part-wrapper.
1101
11022007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
1103
1104 * gnus-agent.el (gnus-agent-save-active): Bind
1105 nnheader-file-coding-system to gnus-agent-file-coding-system.
1106
1107 * gnus-cache.el (gnus-cache-save-buffers)
1108 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
1109 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
1110 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
1111 (gnus-cache-braid-nov, gnus-cache-braid-heads)
1112 (gnus-cache-generate-active, gnus-cache-rename-group)
1113 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
1114 (gnus-cache-update-overview-total-fetched-for): Bind
1115 file-name-coding-system to nnmail-pathname-coding-system.
1116 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
1117 variables.
1118 (gnus-cache-decoded-group-name): New function.
1119 (gnus-cache-file-name): Use it.
1120 (gnus-cache-generate-active): Use non-decoded group name for active.
1121
1122 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
1123 right place.
1124 (gnus-write-active-file): Don't break non-ASCII group names.
1125
1126 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
1127 nnmail-pathname-coding-system.
1128
1129 * gnus-uu.el (gnus-uu-decode-save): Typo.
1130
f931ce84
MB
11312007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
1132
1133 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
1134
2f62a044
MB
11352007-07-14 David Kastrup <dak@gnu.org>
1136
1137 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
1138 finishing actions if we did not edit the article.
1139
01c52d31
MB
11402007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
1141
1142 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
1143 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
1144 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
1145 (gnus-agent-flush-group, gnus-agent-flush-cache)
1146 (gnus-agent-fetch-headers, gnus-agent-load-alist)
1147 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
1148 (gnus-agent-retrieve-headers, gnus-agent-request-article)
1149 (gnus-agent-regenerate-group)
1150 (gnus-agent-update-files-total-fetched-for)
1151 (gnus-agent-update-view-total-fetched-for): Bind
1152 file-name-coding-system to nnmail-pathname-coding-system.
1153 (gnus-agent-group-pathname): Don't encode file names by
1154 nnmail-pathname-coding-system.
1155 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
1156 coding-system-for-write instead of buffer-file-coding-system to
1157 gnus-agent-file-coding-system.
1158
1159 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
1160 Decode group name.
1161
1162 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
1163
1164 * gnus-start.el (gnus-update-active-hashtb-from-killed)
1165 (gnus-read-newsrc-el-file): Make group names unibyte.
1166
1167 * nnmail.el (nnmail-group-pathname): Don't encode file names by
1168 nnmail-pathname-coding-system.
1169
1170 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
1171 (nnrss-request-delete-group): Bind file-name-coding-system to
1172 nnmail-pathname-coding-system.
1173 (nnrss-read-server-data, nnrss-read-group-data): Bind
1174 file-name-coding-system correctly.
1175 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
1176
1177 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
1178 (nntp-server-to-method-cache): New variable.
1179 (nntp-group-pathname): New function that decodes non-ASCII group names.
1180 (nntp-possibly-create-directory, nntp-marks-changed-p)
1181 (nntp-save-marks, nntp-open-marks): Use it.
1182 (nntp-possibly-create-directory, nntp-open-marks):
1183 Bind file-name-coding-system to nnmail-pathname-coding-system.
1184 (nntp-open-marks): Decode group names when bootstrapping marks.
1185
1186 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
1187 Newsgroups and Folowup-To headers.
1188
82fe1aed
MB
11892007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
1190
1191 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1192 (gnus-server-closed-face, gnus-server-denied-face)
1193 (gnus-server-offline-face): Remove variable.
1194 (gnus-server-font-lock-keywords): Use faces that are not aliases.
1195
01c52d31
MB
1196 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
1197 of modifying message-stack directly for XEmacs.
1198
82fe1aed
MB
1199 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
1200 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
1201 if the coding-system argument is nil for XEmacs.
1202
1203 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
1204 mm-charset-override-alist.
1205
1206 * rfc2047.el: Don't require base64; require rfc2045 for the function
1207 rfc2045-encode-string.
1208 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
1209 to quote the parameter value.
1210
01c52d31
MB
12112007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
1212
1213 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
1214 form in gnus-group-name-charset-method-alist.
1215
1216 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
1217 overrides the default layout edit-form.
1218
1219 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
1220
1221 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
1222
60b0b668
MB
12232007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
1224
1225 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
1226 as unfetched articles.
1227
12282007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
1229
1230 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
1231
01c52d31
MB
12322007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1233
1234 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
1235 original back end that keeps marks in the local system.
1236
60b0b668
MB
12372007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1238
01c52d31
MB
1239 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
1240 arg of pop-to-buffer for XEmacs.
1241 (gnus-article-read-summary-keys): Ditto; don't restore window
1242 configuration if summary command ends up with neither article buffer
1243 nor summary buffer; describe bindings if summary keys end with C-h.
1244
12452007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
1246
1247 * message.el (message-fix-before-sending): Skip raw message part to be
1248 forwarded while checking illegible text.
1249 (message-forward-make-body-mime, message-forward-make-body): Mark
1250 signed or encrypted raw message as having no illegible text.
1251
12522007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
1253
1254 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
1255 (gnus-message-with-timestamp-1): New macro.
1256 (gnus-message-with-timestamp): New function.
1257 (gnus-message): Use them.
1258
1259 * nnheader.el (nnheader-message): Use them.
1260
12612007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
1262
1263 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
1264 .newsrc.eld file.
60b0b668 1265
5cedca8d
MB
12662007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
1267
1268 * gnus-agent.el (gnus-agent-fetch-headers)
1269 (gnus-agent-retrieve-headers): Bind
1270 gnus-decode-encoded-address-function to identity.
1271
1272 * nntp.el (nntp-send-xover-command): Recognize an xover command is
1273 available also when the server returns simply a dot.
1274
1275 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
1276
524705ae
MB
12772007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
1278
01c52d31
MB
1279 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
1280
12812007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
1282
524705ae
MB
1283 * gnus-ems.el (gnus-x-splash): Make it work.
1284
1285 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
1286 from being used.
1287
01c52d31
MB
12882007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
1289
1290 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
1291 the front stickiness.
1292 (gnus-article-summary-command-nosave): Correct the order of the
1293 arguments passed to pop-to-buffer.
1294 (gnus-article-read-summary-keys): Ditto; make it work properly when the
1295 summary command ends up with the article buffer.
1296
1297 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
1298 the same faces.
524705ae 1299
770edeec
JB
13002007-06-07 Juanma Barranquero <lekktu@gmail.com>
1301
524705ae 1302 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
770edeec 1303
34c5dce5
JB
13042007-06-06 Juanma Barranquero <lekktu@gmail.com>
1305
3e3dc2c3
JB
1306 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
1307 * gnus-sum.el (gnus-summary-highlight):
524705ae 1308 * mail-source.el (mail-source-delete-old-incoming-confirm):
3e3dc2c3 1309 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
34c5dce5 1310
524705ae
MB
13112007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1312
1313 * gnus-art.el (gnus-mime-view-part-externally)
1314 (gnus-mime-view-part-internally): Fix predicate function passed to
1315 completing-read.
1316
01c52d31
MB
1317 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
1318
1319 * gnus.el (gnus-update-message-archive-method): Add :version.
1320
13212007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
1322
1323 * gnus.el (gnus-update-message-archive-method): New variable.
1324
1325 * gnus-start.el (gnus-setup-news): Update saved "archive" method
1326 according to gnus-message-archive-method if
1327 gnus-update-message-archive-method is non-nil.
1328
13292007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
1330
1331 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
1332 by Loic Dachary <loic@dachary.org>.
1333 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
524705ae 1334
c14dcd06
CY
13352007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
1336
1337 * message.el (message-pop-to-buffer): Add switch-function argument.
1338 (message-mail): Pass switch-function argument to it.
524705ae 1339
01c52d31
MB
13402007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
1341
1342 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
1343 Improve doc string.
1344
13452007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
1346
1347 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
1348 (gnus-header-content)
1349 * gnus-cite.el (gnus-cite-10)
1350 * gnus-srvr.el (gnus-server-closed)
1351 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
1352 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
1353 (gnus-group-mail-3-empty, gnus-group-mail-low)
1354 (gnus-group-mail-low-empty, gnus-splash)
1355 * message.el (message-header-to, message-header-cc)
1356 (message-header-subject, message-header-other, message-header-name)
1357 (message-header-xheader, message-separator, message-cited-text)
1358 (message-mml): Lighten colors of faces used for dark background.
1359
13602007-05-24 Simon Josefsson <simon@josefsson.org>
1361
1362 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
1363 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
1364
524705ae
MB
13652007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
1366
1367 * message.el (message-narrow-to-headers-or-head): Ignore
1368 mail-header-separator in the body.
1369
01c52d31
MB
13702007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
1371
1372 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
1373 same as window size.
1374
13752007-05-22 Kevin Ryde <user42@zip.com.au>
1376
1377 * message.el (message-font-lock-keywords): Use message-header-xheader
1378 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
1379 ahead of the anything pattern, to get it recognised.
1380
13812007-05-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1382
1383 * gnus-sum.el (gnus-articles-to-read)
1384 (gnus-summary-insert-old-articles): Don't truncate group name for
1385 `read-string'.
1386
1387 * gnus-util.el (gnus-limit-string): Delete this function.
1388
1389 * gnus-sum.el (gnus-simplify-subject-fully): Use
1390 `truncate-string-to-width' instead.
1391
13922007-05-11 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1393
1394 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
1395 if, on summary exit, the next group has to be selected.
1396 (gnus-summary-exit): Use it.
1397
524705ae
MB
13982007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
1399
1400 * gnus-art.el (gnus-article-mode): Fix comment about displaying
1401 non-break space.
c14dcd06 1402
01c52d31
MB
14032007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
1404
1405 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
1406 Check if group is not a directory.
1407 (nnfolder-request-expire-articles): Don't delete articles if the target
1408 group is not available.
1409
1410 * nnml.el (nnml-request-create-group): Properly check if group is not a
1411 file.
1412 (nnml-request-expire-articles): Don't delete articles if the target
1413 group is not available.
1414
1415 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1416 Don't quote characters that are within parentheses.
1417
14182007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
1419
1420 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
1421 (gnus-handle-ephemeral-exit): Select article according to it.
1422
14232007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
1424
1425 * message.el (message-insert-formated-citation-line): Remove newline.
1426 (message-citation-line-format): Add final \n here so that the user can
1427 avoid a blank line.
1428
14292007-05-03 Dan Christensen <jdc@uwo.ca>
1430
1431 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1432 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1433 Update lanl/arXiv support.
596e5f72 1434
01c52d31
MB
14352007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
1436
1437 * gnus.el: Bump version number.
1438
14392007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1440
1441 * gnus.el (gnus-version-number): Bump version.
1442
14432007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1444
1445 * gnus.el: No Gnus v0.6 is released.
1446
14472007-04-27 Didier Verna <didier@xemacs.org>
1448
1449 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
1450 * gmm-utils.el (gmm-regexp-concat): here.
1451 * message.el: Don't require 'gnus-util.
1452 (message-dont-reply-to-names): Handle name change above.
1453 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
1454
14552007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
1456
1457 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
1458 since the initial value varies according to the system.
1459
14602007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
1461
1462 * mm-util.el (mm-charset-synonym-alist): Defcustom.
1463
14642007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
1465
1466 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
1467
14682007-04-24 Didier Verna <didier@xemacs.org>
1469
1470 Improve the type of gnus-ignored-from-addresses.
1471 * gnus-util.el (gnus-orify-regexp): New function.
1472 * message.el (gnus-util): Require it.
1473 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
1474 * gnus-sum.el (gnus-ignored-from-addresses): New function.
1475 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
1476
14772007-04-24 Didier Verna <didier@xemacs.org>
1478
1479 * gnus-sum.el:
1480 * gnus-utils.el: Fix some trailing whitespaces.
1481
14822007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
1483
1484 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
1485 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
1486 article's Message-ID; refer parent article in summary buffer.
1487
1488 * message.el (message-bounce): Call mime-to-mml.
1489
14902007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
1491
1492 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
596e5f72 1493
6b554e88
MB
14942007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
1495
1496 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
1497 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
1498 displayed of multipart/alternative part if it is invoked from summary
1499 buffer.
6b554e88
MB
1500
1501 * mm-view.el (mm-inline-text-html-render-with-w3m)
1502 (mm-inline-text-html-render-with-w3m-standalone)
1503 (mm-inline-render-with-function): Use mail-parse-charset by default.
1504
01c52d31
MB
15052007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
1506
1507 * parse-time.el (parse-time-string-chars): Check if CHAR
1508 is less than the length of parse-time-syntax.
1509
15102007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
1511
1512 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
1513 from gnus-newsgroup-processable.
1514
15152007-04-16 Didier Verna <didier@xemacs.org>
1516
1517 * gnus-msg.el (gnus-configure-posting-styles): Handle
1518 message-signature-directory properly with :file syntax. Reported by
1519 "Leo".
1520
15212007-04-11 Didier Verna <didier@xemacs.org>
1522
1523 New user option: message-signature-directory.
1524 * gnus-msg.el (gnus-configure-posting-styles): Support it.
1525 * message.el (message-insert-signature): Ditto.
1526 * message.el (message-signature-file): Doc update.
1527 * message.el (message-signature-directory): New.
1528
c429815a
MB
15292007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
1530
1531 * gnus-msg.el (gnus-inews-yank-articles): Use
1532 message-exchange-point-and-mark instead of exchange-point-and-mark.
1533
15342007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
1535
1536 * message.el (message-yank-original): Make sure cited text ends with
1537 newline; don't exchange point and mark.
1538
15392007-04-07 Chong Yidong <cyd@stupidchicken.com>
1540
1541 * tls.el (open-tls-stream): Properly handle case where there
1542 is no associated buffer.
1543
c345112e
TTN
15442007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
1545
1546 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
1547 message-yank-original, make sure (< mark TEXT point).
1548
8aed9ac5
RS
15492007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
1550
01c52d31
MB
1551 * message.el (message-fill-column): New variable.
1552 (message-mode): Use it. Add comment on a possible new hook.
1553
8aed9ac5
RS
1554 * nnmail.el (nnmail-spool-file): Mark as obsolete.
1555 (nnmail-get-new-mail): Reformat.
1556
1557 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
1558
1559 * gmm-utils.el: Fix Commentary.
1560 (gmm-tool-bar-from-list): Fix typo in doc string.
1561
561fb491
TTN
15622007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
1563
01c52d31
MB
1564 * message.el (message-yank-original): Don't switch point and mark
1565 unnecessarily to put point and mark as documented.
1566
15672007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1568
1569 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
1570 from the message heads.
1571
15722007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
1573
1574 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
1575 article buffer does not have a window. This may not be the best
1576 solution but is certainly better than setting the start of the null,
1577 that is the current, window.
1578
15792007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
1580
1581 * gnus-draft.el (gnus-draft-setup-hook): New hook.
1582 (gnus-draft-setup): Run it.
1583
1584 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
1585 gnus-score-fast-scoring. Allow regexp.
1586 (gnus-score-headers): Use it.
1587
1588 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
1589 XEmacs.
1590
1591 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
1592 string.
1593 (gnus-button-alist): Also catch `<f1> k ...'.
1594 (gnus-treat-display-x-face): Fix doc string.
561fb491 1595
87ba2830
MB
15962007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1597
1598 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
1599 evaluation of gnus-extended-version to ensure correct generation of the
1600 User-Agent header when message-generate-headers-first is used.
1601
01c52d31 16022007-03-24 Simon Josefsson <simon@josefsson.org>
87ba2830 1603
01c52d31
MB
1604 * hashcash.el (hashcash-generate-payment-async): Don't crash if
1605 hashcash-path is nil. Don't call callback with incorrect number of
1606 parameters if val is 0.
87ba2830 1607
815b81c8
MB
16082007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1609
1610 * message.el (message-required-news-headers):
1611 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
1612
16132007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
1614
1615 * message.el (message-generate-new-buffers): Change the meaning of the
1616 nil value; add `standard' to the choices; treat t as `unique'; improve
1617 doc string.
1618 (gnus-select-frame-set-input-focus): Autoload.
1619 (message-buffer-name): Search for the existing message buffer if
1620 message-generate-new-buffers is nil or `standard'; treat the value t of
1621 message-generate-new-buffers as `unique'.
1622 (message-pop-to-buffer): Raise the frame already displaying the message
1623 buffer; clear the echo area after querying.
1624 (message-setup): Pass the `continue' argument to compose-mail.
1625 (message-mail): Prefer `switch-function' if it is given; search for the
1626 existing message buffer if the `continue' argument is non-nil; pass
1627 continue and switch-function arguments to compose-mail by way of
1628 message-setup.
1629 (message-mail-other-window): Adjust argument of message-setup.
1630 (message-mail-other-frame): Ditto.
1631
01c52d31
MB
16322007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
1633
1634 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
1635 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
1636 to turn font-lock on when turning gnus-message-citation-mode on.
1637
16382007-03-06 Daiki Ueno <ueno@unixuser.org>
1639
1640 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
1641 (mml-smime-function-alist): New variable; add epg as the backend.
1642 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
1643 mml-smime- functions instead.
1644 * mm-view.el: Require smime.
1645
16462007-03-05 Didier Verna <didier@xemacs.org>
1647
1648 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
1649 instead of just inheritance for posting styles.
1650 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
1651
16522007-02-24 John Paul Wallington <jpw@pobox.com>
1653
1654 * tls.el (tls-certtool-program): Fix custom type.
1655
16562007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1657
1658 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
1659 and point-at-eol instead of line-(beginning|end)-position.
1660
1661 * assistant.el (assistant-parse-buffer): Ditto.
1662
16632007-02-28 Daiki Ueno <ueno@unixuser.org>
1664
1665 * mml2015.el (mml2015-epg-find-usable-key): New function.
1666 (mml2015-epg-sign): Use it.
1667 (mml2015-epg-encrypt): Use it.
1668
45cb30ee
MB
16692007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1670
1671 * message.el (message-make-in-reply-to): Quote name containing
1672 non-ASCII characters. It will make the RFC2047 encoder cause an error
1673 if there are special characters. Reported by NAKAJI Hiroyuki
82bdbd4d 1674 <nakaji@jp.freebsd.org>.
45cb30ee 1675
01c52d31
MB
16762007-02-27 Didier Verna <didier@xemacs.org>
1677
1678 Include the group parameters as well as the topic ones in the
1679 inheritance filter process.
1680 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
1681 argument GROUP-PARAMS-LIST.
1682 * gnus-topic.el (gnus-group-topic-parameters): Use it.
1683
45cb30ee
MB
16842007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
1685
1686 * nntp.el (nntp-never-echoes-commands)
1687 (nntp-open-connection-functions-never-echo-commands): New variables.
1688 (nntp-send-command): Use them.
1689
01c52d31
MB
16902007-02-20 Daiki Ueno <ueno@unixuser.org>
1691
1692 * mml2015.el (mml2015-epg-verify): Simplified.
1693
16942007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
1695
1696 * mml.el (mml-content-disposition-alist): New user option.
1697 (mml-content-disposition): New function.
1698 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
1699 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
1700
17012007-02-19 Daiki Ueno <ueno@unixuser.org>
1702
1703 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
1704 verification.
1705
aa260d63
MB
17062007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1707
1708 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
1709 articles posted in the last 24 hours.
1710
c371062c
CY
17112007-02-14 Chong Yidong <cyd@stupidchicken.com>
1712
1713 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
1714
01c52d31
MB
17152007-02-14 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1716
1717 * nntp.el (nntp-send-command): Don't wait for echoes when
1718 nntp-open-ssl-stream is used.
1719
17202007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
1721
1722 * gnus-cite.el (gnus-test-font-lock-add-keywords)
1723 (gnus-message-add-citation-keywords)
1724 (gnus-message-remove-citation-keywords): Remove.
1725 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1726 directly, make the variables in font-lock-defaults buffer-local, add
1727 gnus-message-citation-keywords to them and then update the value of
1728 font-lock-keywords.
1729
17302007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
1731
1732 * message.el (message-cite-original-1): Don't call
1733 gnus-article-highlight-citation.
1734
1735 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
1736 citations; fix line count.
1737
17382007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
1739
1740 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
1741 (gnus-message-add-citation-keywords)
1742 (gnus-message-remove-citation-keywords): Use it; fix the emulating
1743 versions of font-lock-add-keywords and font-lock-remove-keywords to
1744 work with XEmacs correctly.
1745
17462007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
1747
1748 * gnus-cite.el (gnus-cite-face-list): Set the values of
1749 gnus-message-max-citation-depth and gnus-message-citation-keywords.
1750 (gnus-message-max-citation-depth): Use defvar rather than defconst.
1751 (gnus-message-cite-prefix-regexp): New variable.
1752 (gnus-message-search-citation-line): Use it; protect against long
1753 citation prefix; fill match data with nil rather than 0 for XEmacs; set
1754 the 0th match data for Emacs.
1755 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1756 (gnus-message-add-citation-keywords): Append keywords rather than
1757 prepending; emulate font-lock-add-keywords if it is not available.
1758 (gnus-message-remove-citation-keywords): Emulate
1759 font-lock-remove-keywords if it is not available.
1760
1761 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1762
1763 * message.el (message-cite-prefix-regexp): Set the value of
1764 gnus-message-cite-prefix-regexp.
1765
c91f4b83
MB
17662007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1767
1768 * nnweb.el (nnweb-google-parse-1): Update parser.
1769
8f77631e
JB
17702007-01-29 Juanma Barranquero <lekktu@gmail.com>
1771
1772 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1773
41e49ce6
MB
17742007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1775
1776 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1777 regexp.
1778
17792007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
1780
1781 * uudecode.el (uudecode-string-to-multibyte): New function emulating
1782 string-to-multibyte.
1783 (uudecode-decode-region-internal): Use it.
1784
b28080e3
MB
17852007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
1786
1787 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1788 custom choice.
1789
1790 * gnus-art.el (gnus-signature-limit): Fix custom choice.
1791
01c52d31
MB
17922007-01-22 Daiki Ueno <ueno@unixuser.org>
1793
1794 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1795
1796 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1797 `write-region' to respect `mm-inhibit-file-name-handlers'.
1798
b66f54c1
MB
17992007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
1800
1801 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1802 Use gnus-home-directory instead of "~/" or "$HOME".
1803
01c52d31
MB
18042007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
1805
1806 * encrypt.el (encrypt-insert-file-contents): Add better prompt
1807 to mention filename.
1808 Add comments at beginning regarding usage.
1809 (encrypt-write-file-contents): Change interactive so a string is
1810 acceptable. If the file has no associated model, show an error instead
1811 of a nonsense prompt.
1812
18132007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1814
1815 * spam.el (spam-bsfilter-ham-switch): Fix typo.
1816 Thanks to Yoshihiko Yamada for kind notification of this typo.
1817
0d7c8ac4
KH
18182007-01-12 Kenichi Handa <handa@m17n.org>
1819
1820 * uudecode.el (uudecode-decode-region-internal): Make it work in a
1821 multibyte buffer.
651408cb
MB
1822
18232007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
1824
01c52d31
MB
1825 * gnus-score.el (gnus-score-fast-scoring): New variable.
1826 (gnus-score-headers): Use it.
1827
651408cb 1828 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
0d7c8ac4 1829
01c52d31
MB
1830 * message.el (message-cite-original-1): Call
1831 gnus-article-highlight-citation if requested.
60ece9b0 1832 (message-make-from): Allow name and address as optional arguments.
40e902eb 1833
01c52d31 1834 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
40e902eb 1835
01c52d31
MB
1836 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1837 bugs to doc string.
1838 (gnus-button-alist): Add mid\\|message-id.
1839 (gnus-button-fetch-group): Extend for use in
1840 `browse-url-browser-function'.
1841 (gnus-button-url-regexp): Try to catch paired parentheses like in
1842 Wikipedia URLs.
d84c3737 1843
01c52d31
MB
1844 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1845 Suggested by Simon Krahnke <overlord@gmx.li>.
d84c3737 1846
01c52d31 18472007-01-13 Romain Francoise <romain@orebokech.com>
ba361211 1848
01c52d31
MB
1849 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1850 Update copyright.
ba361211 1851
01c52d31 18522007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
ba361211 1853
01c52d31 1854 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
ba361211 1855
01c52d31 18562007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
ba361211 1857
01c52d31
MB
1858 * gnus-registry.el (gnus-registry-unfollowed-groups)
1859 (gnus-registry-split-fancy-with-parent): Fix documentation.
1860
18612007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1862
1863 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1864 from nnweb groups.
1865
18662006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1867
1868 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1869 Xref urls. Erase buffer before requesting head.
1870
1871 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1872
18732007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
1874
1875 * gnus-soup.el (gnus-soup): New custom group. Make user variables
1876 customizable.
1877
18782007-01-05 Daiki Ueno <ueno@unixuser.org>
1879
1880 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1881 no signing key is found.
1882 (mml2015-epg-encrypt): Ask user whether to skip or abort if
1883 no encrypting and/or signing key is found.
1884
18852007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
1886
1887 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1888
18892007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1890
1891 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1892 headers read from disk with the ones newly found in the current search.
1893 This should no longer cause problems, because the article numbers in
1894 Gmane's `nov.php' output are ignored since the previous change.
ba361211
MB
1895
18962007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1897
1898 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1899
19002007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
1901
1902 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1903
01c52d31
MB
19042007-01-01 Romain Francoise <romain@orebokech.com>
1905
1906 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1907
19082006-12-31 Steve Youngs <steve@sxemacs.org>
1909
1910 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1911 `define-minor-mode' macro definition expanded properly.
1912 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1913 exclude it there.
1914
1915 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1916 of 2006-12-30. The default is nil on (S)XEmacs already because of the
1917 `fboundp' test.
1918 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1919 This is OK to autoload in (S)XEmacs now.
1920
19212006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1922
1923 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1924 keystroke.
1925 (gnus-summary-limit-to-singletons): Fix typo.
1926
1927 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1928 else fails.
1929
db629244
MB
19302006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1931
01c52d31
MB
1932 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1933 docstring.
1934
1935 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1936 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1937 (gnus-summary-insert-dormant-articles): Fix typo in message.
1938
19392006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
1940
1941 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1942 nil for XEmacs.
1943 (gnus-message-citation-mode): Don't autoload in XEmacs.
1944
1945 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
db629244 1946
11e95b02
MB
19472006-12-29 Jouni K. Sepp\e,Ad\e(Bnen <jks@iki.fi>
1948
1949 * nnimap.el (nnimap-expunge-search-string): Mention
1950 nnimap-search-uids-not-since-is-evil in docstring.
1951
19522006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1953
1954 * spam.el: Revert to make-obsolete-variable because
1955 define-obsolete-variable-alias is not supported in Emacs 21.
1956
01c52d31
MB
1957 * spam.el (spam-ifile-path, spam-ifile-database-path)
1958 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1959 make-obsolete-variable.
1960 (spam-bsfilter-path, spam-bsfilter-program)
1961 (spam-spamassassin-path, spam-spamassassin-program)
1962 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
1963 use "path" inappropriately.
1964 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1965 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1966 variable names.
1967
11e95b02
MB
19682006-12-28 Daiki Ueno <ueno@unixuser.org>
1969
1970 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1971 summary buffer.
1972
01c52d31
MB
1973 * password.el (password-cache-remove): Use clear-string to burn
1974 password, if available.
11e95b02 1975
01c52d31
MB
19762006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
1977
1978 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1979
1980 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1981
1982 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1983 (gnus-message-highlight-citation): Move defcustom here from
1984 gnus-cite.el.
1985 (gnus-message-citation-mode): Autoload.
1986
1987 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
1988 checks to make it compile with XEmacs.
1989 (gnus-message-citation-mode): New minor mode.
1990 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1991 (gnus-message-highlight-citation): New variables.
1992 (gnus-message-search-citation-line)
1993 (gnus-message-add-citation-keywords)
1994 (gnus-message-remove-citation-keywords)
1995 (turn-on-gnus-message-citation-mode)
1996 (turn-off-gnus-message-citation-mode): New functions.
1997
19982006-12-26 Oliver Scholz <epameinondas@gmx.de>
1999
2000 * gnus-cite.el: Enable highlighting of different citation levels in
2001 message-mode.
11e95b02
MB
2002
20032006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
2004
2005 * message.el (message-make-fqdn): Fix comment.
2006 (message-bogus-system-names): Add ".local".
2007
2008 * spam.el (spam-ifile-path, spam-ifile-program)
2009 (spam-ifile-database-path, spam-ifile-database)
2010 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
2011 Don't use "path" inappropriately.
2012 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
2013 strings.
2014 (spam-check-ifile, spam-ifile-register-with-ifile)
2015 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
2016 new variable names.
2017
2018 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
2019 (gnus-treat-display-smileys): Simplify using
2020 gnus-image-type-available-p.
2021
2022 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
2023 available.
2024
20252006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
2026
2027 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
2028 one after turning on the buffer's multibyteness instead of decoding
2029 them directly in the unibyte buffer that causes unexpected conversion
2030 in Emacs 23 (unicode).
2031
01c52d31
MB
20322006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2033
2034 * message.el (message-generate-hashcash): Fix custom type.
2035
20362006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
2037
2038 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
2039
9b9e104e
MB
20402006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
2041
2042 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
2043 disconnect icons. Add help text.
2044
01c52d31
MB
20452006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
2046
2047 * spam.el (spam-extra-header-to-number): CRM114 spam score is
2048 negated to be consistent with the others we handle.
2049
20502006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2051
2052 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
2053 version of gnus-summary-buffer to something, so that we can use two
2054 article buffers at the same time.
2055
20562006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
2057
2058 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
2059 trigger all the extra headers.
2060 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
2061 sorting.
2062
20632006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2064
2065 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
2066 solid groups.
2067
bcd3e063
MB
20682006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
2069
2070 * legacy-gnus-agent.el: Add Copyright notice.
2071
82e5f93f
CY
20722006-12-12 Chong Yidong <cyd@stupidchicken.com>
2073
2074 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
2075
01c52d31
MB
20762006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2077
2078 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
2079
2080 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
2081 to make it work reliably in CVS Emacs.
2082 (gnus-summary-limit-strange-charsets-predicate)
2083 (gnus-summary-limit-to-predicate): New functions.
2084
f88e76a8
CY
20852006-12-08 Chong Yidong <cyd@stupidchicken.com>
2086
2087 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
2088 specifying array size.
2089 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
2090 array if it is too small.
2091 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
2092 (gnus-sort-threads-loop): New function.
2093
e925d5ae 20942006-12-06 Chris Moore <dooglus@gmail.com>
04b61ae9
JB
2095
2096 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
2097 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
2098
11e95b02 20992006-12-04 Jouni K. Sepp\e,Ad\e(Bnen <jks@iki.fi>
3aa84d30
MB
2100
2101 * mm-url.el (mm-url-predefined-programs): Call curl with correct
2102 options.
2103
01c52d31
MB
21042006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2105
2106 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
2107 DOS-ing the recipient.
2108
2109 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
2110 the headers when creating the mapping to avoid mismappings.
2111 (nnweb-gmane-create-mapping): Always nix out old mapping.
2112
21132006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2114
2115 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
2116 and mm-verify-option to never.
2117
5538c331
MB
21182006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2119
01c52d31
MB
2120 * message.el (message-signed-or-encrypted-p): New function.
2121 (message-forward-make-body): Use it.
2122
2123 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
2124 Replace encode-coding-string with mm-encode-coding-string.
5538c331
MB
2125
21262006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
2127
2128 * nneething.el (nneething-decode-file-name): Replace
2129 decode-coding-string with mm-decode-coding-string.
2130
01c52d31
MB
2131 * gnus-int.el (gnus-open-server): Say failed server's name.
2132
550831ed
JB
21332006-11-24 Juanma Barranquero <lekktu@gmail.com>
2134
2135 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
2136 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
2137
2138 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
2139 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
2140 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
2141 (gnus-group-make-directory-group, gnus-group-transpose-groups):
2142 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
2143 (gnus-subscribe-newsgroup, gnus-1):
2144 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
2145 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
2146 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
2147 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
2148
01c52d31
MB
21492006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2150
2151 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
2152 keystroke.
2153 (gnus-summary-limit-to-bodies): Implement headersp.
2154
21552006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2156
2157 * dns.el (query-dns): Protect against "Process dns deleted" strings.
2158
e8f0f70d
MB
21592006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
2160
2161 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
2162
01c52d31
MB
21632006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2164
2165 * message.el (message-generate-hashcash): Expand range of values to
2166 include `opportunistic'.
2167 (message-send-mail): Use it.
2168
b07e0143
MB
21692006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2170
2171 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
2172 and comment it.
2173
2174 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
2175
4573e0df
MB
21762006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
2177
2178 * gnus-util.el (gnus-extract-address-components): Improve comment.
2179
21802006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
2181
2182 * gnus-util.el (gnus-extract-address-components): Work with address in
2183 which the name portion contains @.
2184
21852006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
2186
2187 * gnus.el (gnus-start): Move custom group up.
2188 (gnus-select-method): Don't autoload, but make it available for
2189 `customize-variable'.
2190 (gnus-getenv-nntpserver): Don't autoload.
2191
01c52d31
MB
21922006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
2193
2194 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
2195
21962006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
2197
2198 * message.el (message-sendmail-extra-arguments): New variable.
2199 (message-send-mail-with-sendmail): Use it.
2200
4573e0df
MB
22012006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
2202
2203 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
2204 mm-with-unibyte-current-buffer to make string unibyte.
2205
2206 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
2207 mm-string-as-multibyte.
2208
01c52d31
MB
22092006-11-14 Daiki Ueno <ueno@unixuser.org>
2210
2211 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
2212 Reported by Werner Koch <wk@gnupg.org>.
2213
22142006-11-14 Daiki Ueno <ueno@p360>
2215
2216 * mml2015.el: Autoload epa-select-keys when compiling.
2217
22182006-11-13 Daiki Ueno <ueno@unixuser.org>
2219
2220 * mml2015.el (mml2015-epg-sign): Save the signing keys in
2221 message-options.
2222 (mml2015-epg-encrypt): Save the recipient keys in message-options.
2223
22242006-11-13 Daiki Ueno <ueno@unixuser.org>
2225
2226 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
2227 EasyPG (< 0.0.6).
2228 (mml2015-always-trust): New user option.
2229 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
2230 prompt.
2231
22322006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2233
2234 * nntp.el (nntp-authinfo-force): New variable.
2235 (nntp-send-authinfo): Use it.
2236
4573e0df
MB
22372006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
2238
01c52d31
MB
2239 * message.el (message-strip-subject-encoded-words): Allow _not_ to
2240 decode encoded words. Improve prompt. Add comment about forwarding.
2241 (message-replacement-char): Move up.
4573e0df
MB
2242
22432006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2244
2245 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
2246 instead of gnus-intersection because arguments of gnus-sorted-nunion
2247 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
2248
01c52d31
MB
22492006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
2250
2251 * message.el (message-strip-subject-encoded-words): Reformat prompt.
2252 (message-simplify-subject-functions): Enable
2253 message-strip-subject-encoded-words by default.
2254
22552006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
2256
2257 * message.el (message-strip-subject-encoded-words): New function
2258 (message-simplify-subject-functions): New variable.
2259 (message-simplify-subject): Use it. Fix typo in doc string.
2260 Support message-strip-subject-encoded-words.
2261
06856b12
JB
22622006-11-03 Juanma Barranquero <lekktu@gmail.com>
2263
2264 * gnus-diary.el (gnus-diary-delay-format-function):
2265 * nndiary.el (nndiary-reminders):
2266 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
2267
b193caa3
MB
22682006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
2269
2270 * gnus-art.el (article-hide-boring-headers): Fetch date from
2271 gnus-original-article-buffer to avoid problems with localized date
2272 strings.
2273
22742006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
2275
2276 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
2277
ab785936
MB
22782006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
2279
06856b12
JB
2280 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
2281 New variables.
ab785936
MB
2282 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2283 (mm-charset-synonym-alist): Move some entries to
2284 mm-codepage-iso-8859-list.
2285 (mm-charset-synonym-alist, mm-charset-override-alist): Add
2286 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2287
b90a6149
MB
22882006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
2289
2290 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
2291
22922006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2293
2294 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
2295 with Emacs 21 and XEmacs.
2296
01c52d31
MB
22972006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
2298
2299 * spam.el (spam-parse-address): New function for better parsing,
2300 catching errors, etc.
2301 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
2302
b90a6149
MB
23032006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
2304
2305 * mm-view.el: Add interactive arg to html2text autoload.
2306
23072006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
2308
2309 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
2310
01c52d31
MB
23112006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
2312
2313 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
2314 variables.
2315 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2316 (mm-charset-synonym-alist): Move some entries to
2317 mm-codepage-iso-8859-list.
2318
2319 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
2320
23212006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
2322
2323 * message.el (message-citation-line-format)
2324 (message-insert-formated-citation-line): Fix implementation of %E, %N
2325 and %n according to the doc string.
2326
23272006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
2328
2329 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2330 car-safe to avoid bad parses.
2331
c86d4601
MB
23322006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
2333
2334 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
2335 names.
2336
2337 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
2338
23392006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
2340
01c52d31
MB
2341 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
2342 header.
2343
2344 * message.el (message-draft-headers): Add Date.
2345 (message-headers-to-generate): Fix typo in docstring.
2346
2347 * nndraft.el (nndraft-required-headers): New variable.
2348 (nndraft-generate-headers): Use it.
2349
2350 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
2351
23522006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
2353
2354 * gnus-registry.el (gnus-registry-wash-for-keywords)
2355 (gnus-registry-find-keywords): New functions to allow easy searching of
2356 articles that are in the registry.
2357
23582006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
2359
2360 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2361 ietf-drums-parse-address instead of gnus-extract-address-components.
2362 Reported by Damien Elmes <damien@repose.cx>.
c86d4601
MB
2363
23642006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
2365
2366 * gnus.el (gnus-mime): Remove unused custom group.
2367
92edaeed
MB
23682006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2369
2370 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
2371 "blank line" when searching for end of armor headers.
2372
23732006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2374
2375 * gmm-utils.el (gmm-write-region): Fix variable name.
2376
23772006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
2378
2379 * gmm-utils.el (gmm-write-region): New function based on compatibility
2380 code from `mm-make-temp-file'.
2381
2382 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
2383
2384 * nnmaildir.el (nnmaildir--update-nov)
2385 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
2386 Use `gmm-write-region'.
2387
996aa8c1
MB
23882006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2389
01c52d31
MB
2390 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
2391 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2392
2393 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
2394
2395 * message.el (message-replacement-char): New variable.
2396 (message-fix-before-sending): Use it.
2397 (message-simplify-subject): New function to remove duplicate code.
2398 (message-reply, message-followup): Use it.
2399
996aa8c1
MB
2400 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
2401 gnus-summary-limit-to-articles.
2402
01c52d31 24032006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
996aa8c1 2404
01c52d31 2405 * gnus-util.el (gnus-with-local-quit): New macro.
996aa8c1 2406
01c52d31 2407 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
996aa8c1 2408
01c52d31 24092006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 2410
01c52d31
MB
2411 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
2412 ignore non-string data.
996aa8c1 2413
01c52d31 24142006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 2415
01c52d31
MB
2416 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
2417 non-string data (needs to be done in the registry too).
996aa8c1 2418
01c52d31 24192006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 2420
01c52d31
MB
2421 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
2422 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
2423 (gnus-registry-split-fancy-with-parent)
2424 (gnus-registry-fetch-simplified-message-subject-fast)
2425 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
2426 Remove text properties on ingress into the registry and when it's saved.
2427 (gnus-registry-clean-empty-function): Fix bug with cleaning the
2428 registry from entries with no groups.
996aa8c1 2429
01c52d31 24302006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 2431
01c52d31
MB
2432 * gnus-util.el (gnus-string-remove-all-properties): Add utility
2433 function to remove string properties.
996aa8c1 2434
67099291
MB
24352006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
2436
2437 * gmm-utils.el (gmm): Adjust custom version.
2438
2439 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
2440 custom version.
2441
2442 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
2443
01c52d31
MB
24442006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
2445
2446 * gnus-art.el (gnus-insert-prev-page-button)
2447 (gnus-insert-next-page-button): Simplify. Reformat.
2448
24492006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
2450
2451 * gnus-art.el (gnus-insert-prev-page-button)
2452 (gnus-insert-next-page-button): Apply gnus-article-button-face.
2453
94019f61
CY
24542006-09-25 Chong Yidong <cyd@stupidchicken.com>
2455
2456 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
2457
01c52d31
MB
24582006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
2459
2460 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
2461 gnus-article-button-face to MIME and security buttons.
2462
24632006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
2464
2465 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
2466 readable.
2467
24682006-09-20 Steve Youngs <steve@sxemacs.org>
2469
2470 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
2471 `browse-url-of-file' instead of `browse-url'.
2472
0327a464
MB
24732006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2474
2475 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2476 regexp. Articles containing quotation were cut prematurely.
2477
24782006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
2479
01c52d31
MB
2480 * message.el (message-cite-original-1): Use nobody by default for the
2481 value of From header.
0327a464
MB
2482 (message-reply): Ditto.
2483
01c52d31
MB
24842006-09-11 Daiki Ueno <ueno@unixuser.org>
2485
2486 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
2487 to the gnus-info. This fixes a bug of inline-PGP message verification.
2488 Reported by Michael Piotrowski <mxp@dynalabs.de>.
2489
b110774a
MB
24902006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
2491
2492 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
2493 mails in the doc string. Add some URLs in comment.
01c52d31 2494 (pop3-movemail): Warn about pop3-leave-mail-on-server.
b110774a
MB
2495
24962006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
2497
2498 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
2499 backslashes handling and the way to find boundaries of quoted strings.
2500
01c52d31
MB
25012006-09-07 Daiki Ueno <ueno@unixuser.org>
2502
2503 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
2504 mml1991-encrypt-to-self is set and mml1991-signers is not set.
2505 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
2506 mml2015-encrypt-to-self is set and mml2015-signers is not set.
2507
676c1893
RS
25082006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
2509
01c52d31
MB
2510 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
2511 doc string.
2512 (gnus-button-regexp, gnus-button-last): Remove unused variables.
2513
25142006-09-06 Simon Josefsson <jas@extundo.com>
2515
2516 * mml2015.el (mml2015-use): Doc fix, mention epg.
2517
25182006-09-06 Daiki Ueno <ueno@unixuser.org>
2519
2520 * mml2015.el (mml2015-use): Default to epg, if available.
2521
25222006-09-06 Daiki Ueno <ueno@unixuser.org>
2523
2524 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
2525 message-sender.
2526 (mml1991-epg-encrypt): Ditto.
2527 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
2528 message-sender.
2529 (mml2015-epg-encrypt): Ditto.
676c1893 2530
de4fbbe4
CY
25312006-09-04 Chong Yidong <cyd@stupidchicken.com>
2532
2533 * message.el (message-send-mail-with-sendmail): Look for sendmail in
2534 several common directories.
2535
01c52d31
MB
25362006-09-05 Daiki Ueno <ueno@unixuser.org>
2537
2538 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
2539 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
2540
d7093904
MB
25412006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
2542
8fbdffe5
MB
2543 * gnus-art.el (article-decode-encoded-words): Make it fast.
2544
25452006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
2546
2547 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
2548
d7093904
MB
2549 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
2550 in quoted string into `\'.
2551
343d6628
MB
25522006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
2553
2554 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2555 Use standard-syntax-table.
2556
25572006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
2558
2559 * gnus-art.el (gnus-decode-address-function): New variable.
2560 (article-decode-encoded-words): Use it to decode headers which are
2561 assumed to contain addresses.
2562 (gnus-mime-delete-part): Remove useless `or'.
2563
2564 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
2565 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
2566 (gnus-nov-parse-line): Use it to decode From header.
2567 (gnus-get-newsgroup-headers): Ditto.
2568 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
2569
2570 * mail-parse.el (mail-decode-encoded-address-region): New alias.
2571 (mail-decode-encoded-address-string): New alias.
2572
2573 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2574 New function.
2575 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
2576 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
2577 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
2578 (rfc2047-decode-string): Ditto.
2579 (rfc2047-decode-address-region): New function.
2580 (rfc2047-decode-address-string): New function.
2581
01c52d31
MB
25822006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
2583
2584 * message.el (message-caesar-buffer-body): Allow rotating headers.
2585
2586 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
2587
2588 * message.el (message-insert-formated-citation-line): Fix %f.
2589 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
2590
25912006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2592
2593 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
2594 (gnus-bookmark-mouse-available-p): New macro.
2595 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
2596 (gnus-bookmark-bmenu-show-infos): Use it.
2597 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
2598 (gnus-bookmark-bmenu-hide-infos): Ditto.
2599 (gnus-bookmark-remove-properties): New function.
2600 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
2601 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
2602 (gnus-bookmark-write-file): Bind coding-system-for-write.
2603 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
2604 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
2605 group before selecting it.
2606 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
2607 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
2608 quit-window if it is not available; use gnus-mouse-2 and bind it to
2609 gnus-bookmark-bmenu-select-by-mouse.
2610 (gnus-bookmark-show-details): Remove unused variable `details-list'.
2611 (gnus-bookmark-bmenu-select-by-mouse): New function.
6c5d6b6c 2612
5dab7628
RF
26132006-08-13 Romain Francoise <romain@orebokech.com>
2614
2615 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
2616 space.
2617
5ebdc299
MB
26182006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2619
2620 * compface.el (uncompface): Use binary rather than raw-text-unix.
2621
26222006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2623
2624 * compface.el (uncompface): Make sure the eol conversion doesn't take
2625 place when communicating with the external programs. Reported by
2626 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2627
26282006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
2629
2630 * nnheader.el (nnheader-insert-head): Fix typo in comment.
2631
26322006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2633
2634 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2635 Make it more robust by parsing author and date independently.
2636
ebf693f3
MB
26372006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
2638
2639 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
2640
01c52d31
MB
26412006-07-28 Daiki Ueno <ueno@unixuser.org>
2642
2643 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
2644 first matching secret key.
2645 (mml2015-epg-encrypt): Ditto.
2646
2647 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
2648 first matching secret key.
2649 (mml1991-epg-encrypt): Ditto.
2650
2651 * mml2015.el (mml2015-encrypt-to-self): New user option.
2652 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
2653 mml2015-epg-encrypt-to-self is set.
2654
2655 * mml1991.el (mml1991-encrypt-to-self): New variable.
2656 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
2657 mml1991-epg-encrypt-to-self is set.
2658
2659 * mml2015.el (mml2015-signers): New user option.
2660 (mml2015-epg-sign): Reflect the value of mml2015-signers.
2661 (mml2015-epg-encrypt): Allow to select signing keys.
2662
2663 * mml1991.el (mml1991-signers): New variable.
2664 (mml1991-epg-sign): Reflect the value of mml1991-signers.
2665 (mml1991-epg-encrypt): Allow to select signing keys.
2666
ebf693f3
MB
26672006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
2668
2669 * nnheader.el (nnheader-insert-head): Make it work even if the file
2670 uses CRLF for the line-break code.
2671
01c52d31
MB
26722006-07-25 Daiki Ueno <ueno@unixuser.org>
2673
2674 * mml2015.el: Require mml-sec instead of password.
2675 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
2676 (mml2015-cache-passphrase): Inherit the default value from
2677 mml-secure-cache-passphrase.
2678 (mml2015-passphrase-cache-expiry): Inherit the default value from
2679 mml-secure-passphrase-cache-expiry.
2680
2681 * mml1991.el: Require mml-sec instead of password.
2682 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
2683 (mml1991-cache-passphrase): Inherit the default value from
2684 mml-secure-cache-passphrase.
2685 (mml1991-passphrase-cache-expiry): Inherit the default value from
2686 mml-secure-passphrase-cache-expiry.
2687
2688 * mml-sec.el: Require password.
2689 (mml-secure-verbose): New user option.
2690 (mml-secure-cache-passphrase): New user option.
2691 (mml-secure-passphrase-cache-expiry): New user option.
2692
26932006-07-24 Daiki Ueno <ueno@unixuser.org>
2694
2695 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2696 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
2697 andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2698
2699 FIXME: Use `tiny change'?
2700
bd876f90
MB
27012006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2702
2703 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2704 workaround for the url package included with Emacs.
2705
2706 * nnweb.el (nnweb-google-create-mapping): Update regexp.
2707
01c52d31
MB
27082006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2709
2710 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
2711 correctly. This fixes a bug caused by the 2006-05-12 change.
2712
06dc8321
KF
27132006-07-18 Karl Fogel <kfogel@red-bean.com>
2714
2715 * nnmail.el (nnmail-article-group): If splitting raises an error, give
2716 some information about the error when saying that the `bogus' mail
2717 group will be used.
2718
7ce31649
MB
27192006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
2720
2721 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2722 string.
2723
b44409c9
MB
27242006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
2725
2726 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2727
763bb2d4
MB
27282006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2729
2730 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2731
01c52d31
MB
27322006-07-10 Daiki Ueno <ueno@unixuser.org>
2733
2734 * mml1991.el (mml1991-function-alist): Add epg.
2735 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2736 (mml1991-epg-encrypt): New functions.
2737
27382006-07-10 Daiki Ueno <ueno@unixuser.org>
2739
2740 * mml2015.el (mml2015-verbose): New variable.
2741 (mml2015-cache-passphrase): Ditto.
2742 (mml2015-passphrase-cache-expiry): Ditto.
2743 (mml2015-function-alist): Add epg.
2744 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2745 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2746 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2747 functions.
2748
27492006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2750
2751 * message.el (message-cite-original-1): Preserve region when removing
2752 quoted text due to X-No-Archive in order to avoid bogus attribution
2753 when citing multiple messages.
2754
27552006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2756
2757 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
2758 Kenneth Jacker <khj@be.cs.appstate.edu>.
2759
827dc73d
MB
27602006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
2761
2762 * gnus-diary.el (gnus-user-format-function-d)
2763 (gnus-user-format-function-D): Autoload.
2764
01c52d31 2765 * imap.el (Commentary): Fix typo.
827dc73d 2766
01c52d31
MB
2767 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2768 2006-04-22 contribution.
2769
27702006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2771
2772 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2773 It didn't really fix the bogosity I'm seeing with solid web groups.
2774
27752006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2776
2777 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2778 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2779 created using server names. If we use the feature without declaring
2780 it, Gnus does not properly manage server and group state.
2781
2782 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2783 bound.
2784
27852006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2786
2787 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2788 looking up the method using GROUP's prefix before inventing a new one.
2789 It is used on killed/unknown groups in various places where returning
2790 an all-new method isn't expected by the caller.
2791
2792 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2793 and match semantics of gnus-group-real-prefix.
2794
27952006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
2796
2797 * nnmail.el (nnmail-broken-references-mailers): New variable.
2798 (nnmail-ignore-broken-references): New function generalizing
2799 nnmail-fix-eudora-headers.
2800 (nnmail-fix-eudora-headers): Now obsolete.
2801
2802 * gnus-art.el (gnus-button-handle-custom): Support
2803 `customize-apropos*'.
2804
28052006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2806
2807 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2808
2809 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2810 articles.
2811
28122006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
2813
2814 * message.el (message-cite-reply-above): New variable.
2815 (message-yank-original): Use it.
827dc73d 2816
a367620f
MB
28172006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
2818
2819 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2820
01c52d31
MB
28212006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
2822
2823 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2824 as read.
2825
2826 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2827
28282006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
2829
2830 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2831 (gnus-bookmark-default-file): Use gnus-directory.
2832 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2833 Remove "*" in doc string.
2834 (gnus-bookmark-write-file): Simplify.
2835 (gnus-bookmark-maybe-sort-alist): Use `when'.
2836 (gnus-bookmark-get-bookmark): Fix typo in doc string.
2837 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2838 FIXME about Emacs 21 and XEmacs compatibility.
2839 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2840 compatibility.
2841 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2842 compatibility.
2843 (gnus-bookmark-menu-heading): Fix version.
2844
28452006-06-19 Bastien Guerry <bzg@altern.org>
2846
2847 * gnus-bookmark.el: New file.
2848
5cfd0f2e
MB
28492006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2850
2851 * message.el (message-syntax-checks): Doc fix.
2852
01c52d31
MB
28532006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2854
2855 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2856 unsubscribed groups as if they were killed ones. It causes duplicate
2857 entries in gnus-newsrc-alist.
2858
f362b760
MB
28592006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
2860
2861 * message.el (message-syntax-checks): Doc fix.
2862 (message-send-mail): Add check for continuation headers.
2863 (message-check-news-header-syntax): Fix regexp used to check for
2864 continuation headers.
2865
28662006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2867
2868 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2869
01c52d31
MB
28702006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
2871
2872 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2873
28742006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
2875
2876 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2877 default-truncate-lines.
2878
26c9afc3
MB
28792006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
2880
2881 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2882 to fill the utf-8 entry.
2883
01c52d31 28842006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
26c9afc3 2885
01c52d31
MB
2886 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2887
28882006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
2889
2890 * gnus-agent.el (directory-files-and-attributes): Move all the way
2891 forward (the third and final move).
2892 (gnus-agent-read-agentview): Trap reconstruction errors due to
2893 nonexistant directory. Handle by returning nil.
2894
28952006-05-30 Didier Verna <didier@xemacs.org>
2896
2897 * message.el (message-dont-reply-to-names): Update the custom type.
2898 * message.el (message-dont-reply-to-names): New defsubst: potentially
2899 convert a list of regexps into a single one.
2900 * message.el (message-get-reply-headers): Use it.
2901 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2902
29032006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
2904
2905 * gnus-agent.el (directory-files-and-attributes): Move forward.
26c9afc3
MB
2906
29072006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
2908
2909 * gnus-ml.el (gnus-mailing-list-subscribe)
2910 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2911 (gnus-mailing-list-message): Fix doc strings.
2912
29132006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2914
2915 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2916 of doing it manually.
2917
01c52d31
MB
29182006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
2919
2920 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2921 comment.
2922
26c9afc3
MB
29232006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
2924
01c52d31
MB
2925 * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2926 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
26c9afc3
MB
2927 (gnus-agent-read-local): All symbols allocated in my-obarray
2928 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2929 (gnus-agent-regenerate-group): Check numeric names to see if they are
2930 messages or groups.
01c52d31
MB
2931 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2932 better way of do this...)
2933
2934 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2935 'dummy.group' (there should be a better way of do this...)
26c9afc3
MB
2936
29372006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2938
2939 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2940 (gnus-saved-headers): Ditto.
01c52d31 2941 (gnus-default-article-saver): Mention functions may have properties.
26c9afc3
MB
2942 (gnus-article-save): Override gnus-save-all-headers and
2943 gnus-saved-headers by :headers property which saver function may have.
01c52d31
MB
2944 (gnus-summary-save-in-file): Add :headers property.
2945 (gnus-summary-write-to-file): Ditto.
2946
2947 * gnus-sum.el (gnus-summary-save-article): Bind
2948 gnus-prompt-before-saving to t when saving many articles in a file;
2949 always show all headers.
2950
29512006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2952
2953 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2954 marks.
2955
2956 * message.el (message-indent-citation): Add optional arguments to allow
2957 using it outside of message buffers.
2958
2959 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2960 (gnus-article-treat-unfold-headers): Use it.
2961 (gnus-article-truncate-lines): New variable.
2962 (gnus-article-mode): Use it.
2963 (gnus-article-toggle-truncate-lines): New function.
2964
2965 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2966 gnus-article-toggle-truncate-lines.
2967
2968 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2969 coding system in XEmacs, use binary.
2970
29712006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
2972
2973 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2974 after-load-alist.
2975
2976 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2977 this function should save decoded articles.
2978 (gnus-summary-write-to-file): Use property to specify this function
2979 should save decoded articles and specify gnus-summary-save-in-file
2980 should be used to save articles other than the first one when saving
2981 many articles.
2982 (gnus-summary-save-body-in-file): Use property to specify this
2983 function should save decoded articles.
2984 (gnus-summary-write-body-to-file): Use property to specify this
2985 function should save decoded articles and specify
2986 gnus-summary-save-body-in-file should be used to save articles other
2987 than the first one when saving many articles.
2988
2989 * gnus-sum.el (gnus-summary-save-article): Simplify.
2990
29912006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2992
2993 * gnus-art.el (gnus-default-article-saver): Add
2994 gnus-summary-write-body-to-file.
2995 (gnus-article-save-coding-system): Don't use coding system object
2996 in XEmacs.
26c9afc3
MB
2997 (gnus-read-save-file-name): Add optional `dir-var' argument which
2998 specifies directory in which files are saved; work even if optional
2999 `variable' argument is not specified.
01c52d31
MB
3000 (gnus-summary-write-to-file): Read file name.
3001 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
3002 (gnus-summary-write-body-to-file): New function.
26c9afc3
MB
3003
3004 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
3005 (gnus-summary-local-variables): Add it.
3006 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
01c52d31
MB
3007 (gnus-summary-save-article): Remove optional `decode' argument;
3008 determine whether to decode articles by the value of
3009 gnus-default-article-saver; when saving many files using
3010 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
3011 it first and use gnus-summary-save-in-file or
3012 gnus-summary-save-body-in-file thereafter unless
3013 gnus-prompt-before-saving is always; move point to article which
3014 will be saved.
3015 (gnus-summary-save-article-file): Revert.
3016 (gnus-summary-write-article-file): Revert.
3017 (gnus-summary-save-article-body-file): Revert.
26c9afc3
MB
3018 (gnus-summary-write-article-body-file): New function.
3019
30202006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3021
01c52d31 3022 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
26c9afc3 3023
01c52d31 30242006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
26c9afc3 3025
01c52d31
MB
3026 * gnus-art.el (gnus-default-article-saver): Doc fix.
3027 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
3028 from gnus-summary-save-article-coding-system, and default to a
3029 certain coding system.
3030 (gnus-output-to-file): Add coding cookie and encode text according
3031 to gnus-article-save-coding-system; don't use mm-append-to-file.
26c9afc3 3032
01c52d31
MB
3033 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
3034 gnus-art.el and rename to gnus-article-save-coding-system.
3035 (gnus-summary-save-article): Require gnus-art; don't show all
3036 headers if it decodes articles; don't add coding cookie here;
3037 don't bind mm-text-coding-system-for-write.
3038 (gnus-summary-save-article-file): Save decoded articles.
3039 (gnus-summary-write-article-file): When saving many files, use
3040 gnus-summary-write-to-file first and gnus-summary-save-in-file
3041 thereafter unless gnus-prompt-before-saving is always.
3042 (gnus-summary-save-article-body-file): Save decoded articles.
26c9afc3 3043
01c52d31 30442006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
26c9afc3 3045
01c52d31 3046 * nnrss.el (nnrss-check-group): Bind hash-index.
26c9afc3 3047
01c52d31
MB
30482006-05-23 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3049
3050 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
3051 its hash index. Store this hash in `nnrss-group-data'.
3052 (nnrss-read-group-data): Update accordingly.
3053
30542006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
3055
3056 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
3057 entry.
3058
3059 * gnus-sum.el (gnus-summary-make-menu-bar): Add
3060 gnus-article-browse-html-article.
3061
30622006-05-23 Hynek Schlawack <hynek@ularx.de>
3063
3064 * gnus-sum.el (gnus-summary-mime-map): Add
3065 gnus-article-browse-html-article.
30662006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
3067
3068 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
3069 suitable coding systems in customize.
3070
30712006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3072
3073 * mail-source.el (mail-sources): Fix custom type.
26c9afc3 3074
d7ba2a01
RS
30752006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
3076
f18df03d
MB
3077 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
3078 (gnus-summary-expire-articles-now): Shorten prompt.
3079
d7ba2a01
RS
3080 * gmm-utils.el (wid-edit): Require.
3081 (defun-gmm): Renamed from `gmm-defun-compat'.
3082 (gmm-image-search-load-path): Use it.
3083 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
3084
01c52d31
MB
30852006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
3086
3087 * gnus-sum.el (gnus-summary-save-article-coding-system): New
3088 variable.
3089 (gnus-summary-save-article): Add optional `decode' argument. If
3090 it is set and gnus-summary-save-article-coding-system is non-nil,
3091 save decoded article.
3092 (gnus-summary-write-article-file): Save decoded article if
3093 gnus-summary-save-article-coding-system is non-nil.
3094
3095 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
3096 type.
3097
30982006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
3099
3100 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
3101
31022006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
3103
3104 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
3105 first to test gnus-single-article-buffer which may be buffer-local.
3106
3107 * gnus-sum.el (gnus-summary-setup-buffer): Make
3108 gnus-single-article-buffer buffer-local and nil in ephemeral
3109 group; make gnus-article-buffer, gnus-article-current, and
3110 gnus-original-article-buffer always buffer-local.
3111 (gnus-summary-exit): Kill article buffer belonging to ephemeral
3112 group.
3113 (gnus-handle-ephemeral-exit): Don't move to next summary line.
3114
31152006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
3116
3117 * nnml.el (nnml-request-compact-group): Compressed files might not
3118 have .gz extension.
3119
54e573e6
MB
31202006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3121
3122 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
3123 (mm-copy-to-buffer): Use with-current-buffer.
3124 (mm-display-part): Simplify.
3125 (mm-inlinable-p): Add optional arg `type'.
3126
01c52d31
MB
31272006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3128
49c7d1ac 3129 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
54e573e6
MB
3130 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
3131 Try harder to show the attachment internally or externally using
3132 gnus-mime-view-part-as-type.
3133
01c52d31 31342006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
54e573e6 3135
01c52d31
MB
3136 * message.el (message-from-style, message-signature-separator)
3137 (message-user-organization-file, message-send-mail-function)
3138 (message-citation-line-function, message-yank-prefix)
3139 (message-indent-citation-function, message-signature)
3140 (message-signature-file, message-signature-insert-empty-line):
3141 Remove autoloads.
3142
3143 * gnus-art.el (gnus-buttonized-mime-types): Remove
3144 "multipart/signed". Revert 2006-04-26 change.
3145
31462006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3147
3148 * gnus.el (gnus-version-number): Bump version.
3149
31502006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3151
3152 * gnus.el: No Gnus v0.5 is released.
3153
31542006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3155
3156 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
3157 fetching articles by message-id.
3158
31592006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3160
3161 * message.el (hashcash): Require hashcash as normal.
3162
3163 * ecomplete.el (ecomplete-highlight-match-line): Use
3164 point-at-eol.
3165 (ecomplete-highlight-match-line): Use `highlight', because that
3166 face exists in both Emacs and XEmacs.
3167
3168 * message.el (message-display-abbrev): Use point-at-bol.
3169
3170 * mail-source.el: Don't require timer/timer-funcs.
3171
3172 * gnus-async.el: Ditto.
3173
3174 * password.el: Ditto.
3175
3176 * mm-url.el: Ditto.
3177
3178 * mm-util.el: Require timer/timer-funcs.
3179
31802006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3181
3182 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
3183 Close.
54e573e6 3184
9606f1cb
MB
31852006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
3186
3187 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
3188 unibyte after clear-decrypt function runs.
3189
3190 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
3191 returns as a unibyte string.
3192
305452a5
MB
31932006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
3194
305452a5
MB
3195 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
3196 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
3197 (mml1991-pgg-encrypt): Ditto.
3198
0565caeb
MB
31992006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
3200
01c52d31
MB
3201 * message.el (message-user-organization-file): Check several
3202 locations of the organization file.
0565caeb 3203
01c52d31
MB
3204 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
3205 Add gnus-article-view-part-as-type.
0565caeb 3206
01c52d31 3207 * gnus-art.el (gnus-article-view-part-as-type): New function.
0565caeb
MB
3208
3209 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
3210 .mobi and .travel. Remove .nato, .bitnet and .uucp.
0565caeb 3211
01c52d31
MB
3212 * mml.el: Simplify autoload.
3213 (mml-mode): defvar dnd-protocol-alist instead of using
3214 symbol-value.
3215 (mml-default-directory): New variable.
3216 (mml-minibuffer-read-file): Use it.
3217 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
3218
3219 * message.el (message-citation-line-format): New variable.
3220 (message-insert-formated-citation-line): New function.
3221 (message-citation-line-function): Add
3222 `message-insert-formated-citation-line' to custom type.
3223
3224 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
3225 to doc string.
3226
3227 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
3228 depending on mm-verify-option.
0565caeb 3229
305452a5
MB
32302006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
3231
3232 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
3233 binding pgg-* variables; reimplement the section which prevents
3234 MIME header from being signed.
3235 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
3236 pgg-text-mode; remove a blank line at the top of body.
3237
3238 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
3239 lines at the top of body; use gnus-newsgroup-charset if there's no
3240 Charset header.
3241
0565caeb
MB
32422006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
3243
01c52d31
MB
3244 * message.el (message-self-insert-commands): Doc fix.
3245
0565caeb
MB
3246 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
3247 (mm-uu-pgp-encrypted-test): Ditto.
3248 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
3249 between header and body; return application/pgp-encrypted handle
3250 if decryption failed; decode decrypted body by charset.
3251
3252 * mm-decode.el (mm-automatic-display): Don't make application/pgp
3253 element match to application/pgp-*.
3254
01c52d31
MB
32552006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3256
3257 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
3258 HTML.
3259
32602006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3261
3262 * mail-source.el (mail-source-call-script): Message the error
3263 string.
3264
32652006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3266
3267 * gnus-util.el (gnus-byte-compile): Use it.
3268
32692006-04-22 xyblor <fake@invalid.email> (Tiny change.)
3270
3271 * gnus-util.el (kill-empty-logs): New function.
3272
32732006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3274
3275 * message.el (message-mail-alias-type): Doc fix.
3276 (message-mail-alias-type-p): New function.
3277 (message-send): Use it.
3278 (message-mode): Ditto.
3279 (message-strip-forbidden-properties): Ditto.
3280
3281 * ecomplete.el (ecomplete-database-file-coding-system): New
3282 variable.
3283 (ecomplete-save): Use it.
3284 (ecomplete-setup): Use it.
3285
32862006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
3287
3288 * message.el (message-self-insert-commands): New variable.
3289 (message-strip-forbidden-properties): Use it.
3290
32912006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3292
3293 * message.el (message-put-addresses-in-ecomplete): Use a regexp
3294 that doesn't make XEmacs choke.
3295
f67d6742
MB
32962006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
3297
49c7d1ac
SM
3298 * gnus-util.el (gnus-replace-in-string):
3299 Prefer replace-regexp-in-string over of replace-in-string.
f67d6742
MB
3300
33012006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3302
49c7d1ac
SM
3303 * gnus-util.el (gnus-select-frame-set-input-focus):
3304 Use select-frame-set-input-focus if it is available in XEmacs; use
f67d6742
MB
3305 definition defined in Emacs 22 for old Emacsen.
3306
01c52d31 33072006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18c06a99 3308
01c52d31 3309 * mm-view.el (mm-inline-text): Use equal instead of equalp.
bd29ba20 3310
01c52d31 33112006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bd29ba20 3312
01c52d31
MB
3313 * gnus-registry.el (gnus-registry-cache-save): Remove text
3314 properties when saving via the temp buffer.
bd29ba20 3315
01c52d31 33162006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18c06a99 3317
01c52d31 3318 * message.el (message-generate-hashcash): Honor custom type.
18c06a99 3319
01c52d31 33202006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18c06a99 3321
01c52d31
MB
3322 * message.el (message-generate-hashcash): Default to non-nil when
3323 hashcash is found.
18c06a99 3324
01c52d31
MB
3325 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
3326 (gnus-refer-thread-limit): Increase default to 500.
e4a89ccf 3327
01c52d31 3328 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
e4a89ccf 3329
01c52d31 3330 * flow-fill.el (fill-flowed): Allow delete-space.
e4a89ccf 3331
01c52d31 33322006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
e4a89ccf 3333
01c52d31
MB
3334 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
3335 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
3336 Remove autoloads.
163cb72d 3337
01c52d31 33382006-04-18 Simon Josefsson <jas@extundo.com>
163cb72d 3339
01c52d31 3340 * message.el (message-generate-hashcash): Default to.
163cb72d 3341
01c52d31 33422006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
163cb72d 3343
01c52d31
MB
3344 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3345 concatenating segments rather than before concatenating them.
163cb72d 3346
01c52d31 33472006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 3348
01c52d31 3349 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14e6dc54 3350
01c52d31
MB
3351 * imap.el (imap-quote-specials): New function.
3352 (imap-login-auth): Quote specials.
14e6dc54 3353
01c52d31 33542006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 3355
01c52d31 3356 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14e6dc54 3357
01c52d31
MB
3358 * message.el (message-forward-make-body-plain): Allow
3359 message-forward-ignored-headers to be a list.
3360 (message-remove-ignored-headers): Factor out into function.
3361 (message-forward-make-body-mml): Use it.
3362 * rfc2231.el (rfc2231-parse-string): Remove dead code.
3363 (rfc2231-parse-string): Allow concatanation of parameters that
3364 aren't contiguous. The test case is
3365 (mail-header-parse-content-type "message/external-body;
3366 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
3367 access-type=LOCAL-FILE;
3368 name*1*=plugh%2fhello-sailor%2fbing.pdf")
14e6dc54 3369
01c52d31 33702006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14e6dc54 3371
01c52d31
MB
3372 * nntp.el (nntp-accept-process-output): Return the value of
3373 `nnheader-accept-process-output'.
14e6dc54 3374
01c52d31 33752006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 3376
01c52d31
MB
3377 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
3378 (gnus-button-alist): Recognize more diff formats.
3379 (gnus-button-patch): Strip directory.
14e6dc54 3380
01c52d31 33812006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 3382
01c52d31
MB
3383 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
3384 Emacs 22 when setting focus.
1b155fbd 3385
01c52d31 33862006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1b155fbd 3387
01c52d31
MB
3388 * gnus-art.el (gnus-article-treat-types): Do treatment of
3389 text/x-verbatim parts.
3390 (gnus-button-patch): New command.
b6f2cf4b 3391
01c52d31
MB
3392 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
3393 addresses that contain invalid characters.
b6f2cf4b 3394
01c52d31 33952006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5af68e28 3396
01c52d31
MB
3397 * message.el (message-put-addresses-in-ecomplete): Use
3398 gnus-replace-in-string.
3399 (message-is-yours-p): Use the more correct
3400 mail-header-parse-address instead of
3401 mail-extract-address-components.
3402 (message-put-addresses-in-ecomplete): Fix typo.
5af68e28 3403
01c52d31
MB
3404 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
3405 keystroke.
77218834 3406
01c52d31
MB
3407 * gnus-art.el (gnus-treatment-function-alist): Change order of
3408 newsgroups/generic header folding to avoid double-folding.
77218834 3409
01c52d31 3410 * message.el (message-hidden-headers): Add X-Draft-From.
77218834 3411
01c52d31
MB
3412 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
3413 command.
3414 (gnus-summary-repeat-search-article-backward): New command.
d451514f 3415
01c52d31
MB
3416 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
3417 groups in the parent topic.
3418
34192006-04-16 Jo\e,Ac\e(Bo Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
3420
3421 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
3422 (spam-extra-header-to-number): Return the CRM114 number as a
3423 number instead of a string.
3424
34252006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3426
3427 * gnus-art.el (gnus-face-properties-alist): Moved here from
3428 gnus-fun.
3429
3430 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
3431
34322006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3433
3434 * message.el (message-strip-forbidden-properties): Only display on
3435 self-insert-command.
3436
3437 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
3438 reindent.
3439 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
3440
34412006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
3442
3443 * smiley.el (smiley-style): Fix typo.
d451514f 3444
4f162824
KH
34452006-03-23 Kenichi Handa <handa@m17n.org>
3446
3447 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
3448 instead of set-buffer-multibyte.
3449
e9e33c19
KH
34502006-03-23 Kenichi Handa <handa@m17n.org>
3451
3452 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
3453 buffer and then decode the buffer text if necessary.
3454 (rfc2231-encode-string): Be sure to work on multibyte buffer at
3455 first, and after mm-encode-body, change the buffer to unibyte.
4f162824 3456
01c52d31 34572006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 3458
01c52d31
MB
3459 * hashcash.el (hashcash-insert-payment-async-2): Use
3460 message-goto-eoh instead of doing it manually.
3461 (mail-add-payment): Use message-narrow-to-header instead of trying
3462 to do the same itself.
f5e92214 3463
01c52d31 3464 * message.el (message-hidden-headers): Add Face.
f5e92214 3465
01c52d31
MB
3466 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
3467 reparenting code.
3468 (gnus-summary-reparent-children): Refactored out code.
3469 (gnus-summary-thread-map): New keystroke.
3470 (gnus-summary-reparent-children): Make into command.
f5e92214 3471
01c52d31
MB
3472 * smiley.el (smiley-style): Default to `medium' if using a large
3473 font.
f5e92214 3474
01c52d31
MB
3475 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
3476 does it itself.
f5e92214 3477
01c52d31 3478 * message.el (message-point-in-header-p): Simplify definition.
f5e92214 3479
01c52d31 34802006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 3481
01c52d31
MB
3482 * nnagent.el (nnagent-request-set-mark): Silence log file
3483 writing.
3484 (nnagent-request-set-mark): Use write-region instead of
3485 append-to-file.
f5e92214 3486
01c52d31
MB
3487 * gnus-sum.el (gnus-read-header): Fudge article number if using a
3488 strange select method.
f5e92214 3489
01c52d31
MB
3490 * ecomplete.el (ecomplete-display-matches): Get highlightling
3491 right.
3492 (ecomplete-display-matches): Use literals.
3493 (ecomplete-display-matches): Disable message logging.
f5e92214 3494
01c52d31 3495 * message.el (message-display-abbrev): Small optimization.
531bedc3 3496
01c52d31
MB
3497 * ecomplete.el (ecomplete-display-matches): Allow automatic
3498 display.
531bedc3 3499
01c52d31
MB
3500 * message.el (message-strip-forbidden-properties): Display
3501 abbrevs.
3502 (message-display-abbrev): Get automatic display right.
531bedc3 3503
01c52d31
MB
3504 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
3505 keystrokes.
531bedc3 3506
01c52d31 35072006-04-13 Romain Francoise <romain@orebokech.com>
531bedc3 3508
01c52d31 3509 TODO: Backport to v5-10!
531bedc3 3510
01c52d31
MB
3511 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
3512 Moved here (and renamed) from gnus-registry.el.
531bedc3 3513
01c52d31
MB
3514 * gnus-registry.el: Require gnus-util.
3515 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
531bedc3 3516
01c52d31 35172006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 3518
01c52d31
MB
3519 * gnus-group.el (gnus-group-catchup-current): Change
3520 if-then-else-if-then-else into cond.
3521 (gnus-group-catchup): Indent.
3522 (group-name-at-point): New function.
3523 (gnus-fetch-group): Provide default from thing at point.
531bedc3 3524
01c52d31 35252006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 3526
01c52d31 3527 * message.el (message-display-abbrev): Fix regexp.
531bedc3 3528
01c52d31
MB
3529 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
3530 choosing.
3531 (ecomplete-highlight-match-line): Fix up code rewrite, remove
3532 dead variables.
ea8ae765 3533
01c52d31
MB
3534 * message.el (message-newline-and-indent): Remove debugging.
3535 (message-display-abbrev): Use new implementation.
ea8ae765 3536
01c52d31 35372006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
ea8ae765 3538
01c52d31
MB
3539 * gnus-art.el (gnus-article-mode): Set
3540 cursor-in-non-selected-windows to nil.
ea8ae765 3541
01c52d31
MB
3542 * smiley.el: Revert previous change.
3543 (smiley-data-directory): defvar it before using it in the
3544 defcustom of `smiley-style'.
ea8ae765 3545
01c52d31 35462006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
ea8ae765 3547
01c52d31 3548 * message.el (message-newline-and-indent): New function.
ea8ae765 3549
01c52d31 3550 * ecomplete.el: Implement more bits.
85fd8002 3551
01c52d31
MB
3552 * message.el (message-put-addresses-in-ecomplete): Clean up the
3553 string.
85fd8002 3554
01c52d31 3555 * ecomplete.el (ecomplete-add-item): Chop off decimals.
85fd8002 3556
01c52d31
MB
3557 * gnus-sum.el (gnus-summary-save-parts): Bind
3558 gnus-summary-save-parts-counter and use it to make unique file
3559 names.
85fd8002 3560
01c52d31 3561 * gnus-art.el (gnus-ignored-headers): Add some more headers.
61e66a15 3562
01c52d31
MB
3563 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
3564 parameter to say whether to actually parse the individual
3565 addresses.
61e66a15 3566
01c52d31
MB
3567 * message.el (message-put-addresses-in-ecomplete): New function.
3568 (ecomplete): Require.
3569 (message-mail-alias-type): Add ecomplete as an option.
fe62aacc 3570
01c52d31 35712006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
fe62aacc 3572
01c52d31
MB
3573 * flow-fill.el (fill-flowed): Remove trailing space from blank
3574 quoted lines.
fe62aacc 3575
01c52d31 35762006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
fe62aacc 3577
01c52d31
MB
3578 * smiley.el (smiley-style): Move definition later to avoid a
3579 compilation warning.
fe62aacc 3580
01c52d31 35812006-04-12 Kenichi Handa <handa@m17n.org>
719120ef 3582
01c52d31
MB
3583 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
3584 buffer and then decode the buffer text if necessary.
3585 (rfc2231-encode-string): Be sure to work on multibyte buffer at
3586 first, and after mm-encode-body, change the buffer to unibyte.
3587 Use mm-disable-multibyte instead of set-buffer-multibyte.
719120ef 3588
01c52d31 35892006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
719120ef 3590
01c52d31
MB
3591 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
3592 Content-Type header instead of Content-Disposition header.
3593 (gnus-mime-inline-part): Ditto.
3594 (gnus-mime-view-part-as-charset): Ignore charset that the part
3595 specifies.
719120ef 3596
01c52d31
MB
3597 * mm-decode.el (mm-display-part): Work with external parts and
3598 usual parts similarly.
719120ef 3599
01c52d31
MB
3600 * mm-extern.el (mm-inline-external-body): Use mm-display-part
3601 instead of gnus-display-mime.
719120ef 3602
01c52d31
MB
3603 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
3604 instead of with-temp-buffer.
719120ef 3605
01c52d31
MB
3606 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
3607 tag to summarized topics part in order to encode non-ASCII text.
719120ef 3608
01c52d31 36092006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 3610
01c52d31
MB
3611 * smiley.el (smiley-style): New variable.
3612 (smiley-directory): New function.
3613 (smiley-data-directory): Derive from `smiley-style' using
3614 `smiley-directory'.
3615 (smiley-regexp-alist): Add new entries.
719120ef 3616
01c52d31
MB
3617 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
3618 (gnus-article-browse-delete-temp): Add :version.
719120ef 3619
01c52d31 36202006-04-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
719120ef 3621
01c52d31
MB
3622 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
3623 the sieve region.
719120ef 3624
01c52d31 36252006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 3626
01c52d31 3627 * gnus.el (gnus-version-number): Bump version.
719120ef 3628
01c52d31 36292006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 3630
01c52d31 3631 * gnus.el: No Gnus v0.4 is released.
719120ef 3632
01c52d31 36332006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 3634
01c52d31
MB
3635 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
3636 layout.
719120ef 3637
01c52d31
MB
3638 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
3639 unknown charset.
719120ef 3640
01c52d31
MB
3641 * message.el (message-header-synonyms): Add Original-To to the
3642 default.
ba0226dd 3643
01c52d31
MB
3644 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
3645 optional parameter.
ba0226dd 3646
01c52d31 36472006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
ba0226dd 3648
01c52d31 3649 * gnus-fun.el (gnus): Require it for gnus-directory.
ba0226dd 3650
01c52d31 36512006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5f4264e5 3652
01c52d31 3653 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5f4264e5 3654
01c52d31 36552006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 3656
01c52d31 3657 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5f4264e5 3658
01c52d31 36592006-04-05 Simon Josefsson <jas@extundo.com>
5f4264e5 3660
01c52d31 3661 * password.el (password-reset): New function.
5f4264e5 3662
01c52d31 36632006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 3664
01c52d31
MB
3665 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3666 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5f4264e5 3667
01c52d31 36682006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5f4264e5 3669
01c52d31
MB
3670 * nnweb.el (nnweb-google-create-mapping): Update regexp.
3671 Some whitespace was matched into the url, which broke browsing hits
3672 > 100 when mm-url-use-external was nil.
5f4264e5 3673
01c52d31 36742006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5f4264e5 3675
01c52d31
MB
3676 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
3677 gnus-extra-headers for 'Newsgroups.
5f4264e5 3678
01c52d31
MB
3679 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
3680 bound.
e13be7a2 3681
01c52d31 36822006-04-04 Daiki Ueno <ueno@unixuser.org>
e13be7a2 3683
01c52d31
MB
3684 * pgg-gpg.el: Clean up process buffers every time gpg processes
3685 complete.
b5189759 3686
01c52d31 36872006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
b5189759 3688
01c52d31
MB
3689 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3690 doc string.
16f18d05 3691
01c52d31 36922006-04-03 Daiki Ueno <ueno@unixuser.org>
16f18d05 3693
01c52d31
MB
3694 * pgg-gpg.el (pgg-gpg-process-filter)
3695 (pgg-gpg-wait-for-completion): Check if buffer is alive.
d71c0855 3696
01c52d31
MB
3697 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3698 lines, temporary fix.
d71c0855 3699
01c52d31 37002006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 3701
01c52d31 3702 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
cf5a5c38 3703
01c52d31 37042006-03-29 Daiki Ueno <ueno@unixuser.org>
cf5a5c38 3705
01c52d31
MB
3706 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3707 default-enable-multibyte-characters. This reverts the change from
3708 revision 6.17 which is no longer necessary because the passphrase
3709 is sent separately now. GnuPG messages are unreadable under
3710 multibyte locales with default-enable-multibyte-characters set to
3711 nil.
cf5a5c38 3712
01c52d31 37132006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 3714
01c52d31 3715 * message.el (message-tool-bar-gnome): Move "spell".
cf5a5c38 3716
01c52d31 37172006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 3718
01c52d31
MB
3719 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3720 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
3721 instead.
cf5a5c38 3722
01c52d31 37232006-03-27 Karl Kleinpaste <karl@charcoal.com>
cf5a5c38 3724
01c52d31
MB
3725 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3726 newsgroups handling for NNTP overviews which don't include
3727 Newsgroups.
cf5a5c38 3728
01c52d31 37292006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9d64cd13 3730
01c52d31 3731 * message.el (message-resend): Bind message-generate-hashcash to nil.
9d64cd13 3732
01c52d31 37332006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
34128042 3734
01c52d31
MB
3735 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3736 when searching for already-paid recipients.
34128042 3737
01c52d31 37382006-03-27 Daiki Ueno <ueno@unixuser.org>
34128042 3739
01c52d31
MB
3740 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3741 passphrases when it is not needed.
3742 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3743 passphrase stuff from gpg, should only be necessary when you use
3744 gpg with a smartcard.
34128042 3745
01c52d31 37462006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
34128042 3747
01c52d31
MB
3748 * mml.el (mml-insert-mime): Ignore cached contents of
3749 message/external-body part.
34128042 3750
01c52d31
MB
3751 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3752 (mm-insert-part): Ditto.
34128042 3753
01c52d31 37542006-03-23 Simon Josefsson <jas@extundo.com>
34128042 3755
01c52d31
MB
3756 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3757 Reiner.
3758 (pgg-gpg-use-agent-p): Use it again.
c96ec15a 3759
01c52d31 37602006-03-23 Simon Josefsson <jas@extundo.com>
c96ec15a 3761
01c52d31
MB
3762 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3763 older emacsen.
3764 (pgg-gpg-use-agent-p): Don't use it.
c96ec15a 3765
01c52d31 37662006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
c96ec15a 3767
01c52d31
MB
3768 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3769 if we can.
c96ec15a 3770
01c52d31 37712006-03-22 Sascha Wilde <wilde@sha-bang.de>
c96ec15a 3772
01c52d31
MB
3773 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3774 (pgg-gpg-update-agent): New function.
3775 (pgg-gpg-use-agent-p): New function.
3776 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3777 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3778 (pgg-gpg-sign-region): Use it.
c96ec15a 3779
01c52d31 37802006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
c96ec15a 3781
01c52d31
MB
3782 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3783 Reported by Ralf Wachinger <rwachinger@gmx.de>.
c96ec15a 3784
01c52d31 37852006-03-21 Simon Josefsson <jas@extundo.com>
c96ec15a 3786
01c52d31
MB
3787 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3788 <wilde@sha-bang.de>.
3789 (pgg-gpg-use-agent): New variable.
3790 (pgg-gpg-process-region): Use it.
3791 (pgg-gpg-encrypt-region): Likewise.
3792 (pgg-gpg-encrypt-symmetric-region): Likewise.
3793 (pgg-gpg-decrypt-region): Likewise.
3794 (pgg-gpg-sign-region): Likewise.
3795 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
c96ec15a 3796
01c52d31 37972006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
88e6695f 3798
01c52d31 3799 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
88e6695f 3800
01c52d31
MB
3801 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3802 Add comment on version.
6203370b 3803
01c52d31 38042006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6203370b 3805
01c52d31 3806 * smiley.el: Add missing test smiley.
6203370b 3807
01c52d31 38082006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6203370b 3809
01c52d31
MB
3810 * mm-decode.el (mm-with-part): New macro.
3811 (mm-get-part): Use it; work with message/external-body as well.
3812 (mm-save-part): Treat name and filename equally.
6203370b 3813
01c52d31
MB
3814 * mm-extern.el (mm-extern-cache-contents): New function.
3815 (mm-inline-external-body): Use it; force the part to be displayed;
3816 move undisplayer added to the cached handle to the parent.
6203370b 3817
01c52d31
MB
3818 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3819 (gnus-mime-view-part-as-type): Work with message/external-body.
6203370b 3820
01c52d31 3821 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6203370b 3822
01c52d31 38232006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 3824
01c52d31
MB
3825 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3826 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
3827 Emacs.]
46e8fe3d 3828
01c52d31 38292006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 3830
01c52d31
MB
3831 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3832 path rather than symbol. Always return list of directories.
3833 Guarantee that image directory comes first. [Sync with image.el,
3834 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
46e8fe3d 3835
01c52d31
MB
3836 * message.el (message-make-tool-bar): Adjust to new API of
3837 `gmm-image-load-path-for-library'.
46e8fe3d 3838
01c52d31 3839 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
46e8fe3d 3840
01c52d31 3841 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
46e8fe3d 3842
01c52d31 38432006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
46e8fe3d 3844
01c52d31
MB
3845 * gnus-art.el (gnus-article-only-boring-p):
3846 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3847 intangible text.
3848 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
46e8fe3d 3849
01c52d31 38502006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 3851
01c52d31
MB
3852 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
3853 `defun' instead of `gmm-defun-compat'.
46e8fe3d 3854
01c52d31 38552006-03-14 Simon Josefsson <jas@extundo.com>
46e8fe3d 3856
01c52d31
MB
3857 * message.el (message-unique-id): Don't use message-number-base36
3858 if (user-uid) is a float.
3859 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
46e8fe3d 3860
01c52d31 38612006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
46e8fe3d 3862
01c52d31 3863 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7347faa8 3864
01c52d31
MB
3865 * gnus-art.el (gnus-mime-display-single): Make sure there is an
3866 empty line between a part and a message part.
7347faa8 3867
01c52d31 38682006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 3869
01c52d31
MB
3870 * smiley.el: Add more test smileys.
3871 (smiley-data-directory, smiley-regexp-alist)
3872 (gnus-smiley-file-types): Fix doc strings.
3873 (smiley-update-cache): Clear smiley-cached-regexp-alist before
3874 adding new elements.
3875 (smiley-mouse-map): Unused code. Make it a comment.
7347faa8 3876
01c52d31 38772006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7347faa8 3878
01c52d31
MB
3879 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3880 scan latest NoCeM messages instead of old ones.
3881 (gnus-nocem-check-article): Fix regexps so as to match to PGP
3882 delimiters that are recently used.
3883 (gnus-nocem-load-cache): Add autoload cookie.
7347faa8 3884
01c52d31 3885 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7347faa8 3886
01c52d31
MB
3887 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3888 level which is larger than gnus-use-nocem is specified.
7347faa8 3889
01c52d31 3890 * gnus-group.el (gnus-group-get-new-news): Ditto.
7347faa8 3891
01c52d31 38922006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 3893
01c52d31 3894 * gnus-util.el (gnus-tool-bar-update): New function.
7347faa8 3895
01c52d31
MB
3896 * gnus-group.el (gnus-group-update-tool-bar): New variable.
3897 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7347faa8 3898
01c52d31 3899 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7347faa8 3900
01c52d31
MB
3901 * gnus-group.el (gnus-group-redraw-when-idle)
3902 (gnus-group-redraw-check): Remove.
3903 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
30c7240d 3904
01c52d31 39052006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
30c7240d 3906
01c52d31
MB
3907 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3908 if optional last element is specified in splits (FIELD VALUE...).
e499bc94 3909
01c52d31 39102006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
e499bc94 3911
01c52d31
MB
3912 * message.el (message-make-tool-bar): Rename gmm-image-load-path
3913 to gmm-image-load-path-for-library. Call with no-error argument.
3914 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
e499bc94 3915
01c52d31 3916 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
e499bc94 3917
01c52d31 3918 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
e499bc94 3919
01c52d31 3920 * gmm-utils.el (gmm-image-load-path): Remove alias.
e499bc94 3921
01c52d31 39222006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
c4288669 3923
01c52d31 3924 * gmm-utils.el (gmm-image-load-path): Add alias.
c4288669 3925
01c52d31
MB
3926 * nnml.el (nnml-generate-nov-databases-directory): Rename from
3927 nnml-generate-nov-databases-1.
3928 (nnml-generate-nov-databases): Use it.
3929 (nnml-generate-nov-databases-directory): Document no-active
3930 argument.
c4288669 3931
01c52d31
MB
3932 * gmm-utils.el (gmm-image-load-path-for-library): Return single
3933 directory if path is t. Add no-error.
c4288669 3934
01c52d31
MB
3935 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3936 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
c4288669 3937
01c52d31
MB
3938 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3939 resetting gnus-article-browse-html-temp-list.
c4288669 3940
01c52d31
MB
3941 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3942 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
3943 Add example to docstring. Rename local variables. Move error
3944 checks to default case in cond and simplify.
73043f7d 3945
01c52d31 39462006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 3947
01c52d31
MB
3948 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3949 handle is multipart when calling it recursively.
3950 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
73043f7d 3951
01c52d31 39522006-03-03 Daniel Pittman <daniel@rimspace.net>
73043f7d 3953
01c52d31
MB
3954 * nnimap.el (nnimap-request-update-info-internal): Optimize.
3955 Don't `gnus-uncompress-range' to avoid excessive memory usage.
73043f7d 3956
01c52d31 39572006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 3958
01c52d31
MB
3959 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3960 is loaded.
7dafe00b 3961
01c52d31
MB
3962 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3963 loaded.
7dafe00b 3964
01c52d31 39652006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 3966
01c52d31
MB
3967 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3968 to "Emacs 23 (unicode)" in doc string.
7dafe00b 3969
01c52d31
MB
3970 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3971 "Emacs 23 (unicode)" in comment.
7dafe00b 3972
01c52d31 39732006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 3974
01c52d31 3975 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7dafe00b 3976
01c52d31
MB
3977 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3978 characters 160 through 255 in Emacs 23.
7dafe00b 3979
01c52d31 39802006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 3981
01c52d31
MB
3982 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3983 gnus-article-browse-html-temp.
3984 (gnus-article-browse-delete-temp): Make it customizable. Add
3985 `file'. Adjust doc string.
3986 (gnus-article-browse-delete-temp-files): Add argument. Allow
3987 query for each file. Adjust doc string.
3988 (gnus-article-browse-html-parts): Add
3989 `gnus-article-browse-delete-temp-files' to
3990 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7dafe00b 3991
01c52d31 39922006-03-02 Hynek Schlawack <hynek@ularx.de>
7dafe00b 3993
01c52d31
MB
3994 * gnus-art.el (gnus-article-browse-html-temp)
3995 (gnus-article-browse-delete-temp): New variables.
3996 (gnus-article-browse-delete-temp-files): New function.
3997 (gnus-article-browse-html-parts): Use it.
7dafe00b 3998
01c52d31 39992006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 4000
01c52d31 4001 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7dafe00b 4002
01c52d31
MB
4003 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
4004 string.
7dafe00b 4005
01c52d31
MB
4006 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
4007 gnus-summary-insert-new-articles when unplugged. Remove
4008 gnus-summary-search-article-forward.
7dafe00b 4009
01c52d31
MB
4010 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
4011 display-visual-class instead of display-color-cells.
7dafe00b 4012
01c52d31 40132006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 4014
01c52d31
MB
4015 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
4016 message/* containing non-ASCII text properly.
7dafe00b 4017
01c52d31 40182006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 4019
01c52d31
MB
4020 * message.el: Require gmm-utils, remove autoloads.
4021 (message-tool-bar): Set default based on
4022 gmm-tool-bar-style.
4023 (message-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 4024
01c52d31
MB
4025 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
4026 gmm-tool-bar-style.
4027 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 4028
01c52d31
MB
4029 * gnus-group.el (gnus-group-tool-bar): Set default based on
4030 gmm-tool-bar-style.
4031 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 4032
01c52d31
MB
4033 * gmm-utils.el (gmm-image-directory): Rename variable from
4034 gmm-image-load-path.
4035 (gmm-image-load-path): Use gmm-image-directory.
4036 (gmm-customize-mode): New function.
4037 (gmm-tool-bar-style): New variable.
7dafe00b 4038
01c52d31
MB
4039 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
4040 gnus-group-redraw-line-number.
4041 (gnus-group-redraw-check): Simplify.
4042 (gnus-group-tool-bar-update): Remove redraw check.
4043 (gnus-group-make-tool-bar): Add redraw check.
447505b5 4044
01c52d31 40452006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
447505b5 4046
01c52d31 4047 * gnus-art.el (gnus-button): Add missing parentheses.
3031d8b0 4048
01c52d31 40492006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3031d8b0 4050
01c52d31 4051 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3031d8b0 4052
01c52d31 40532006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 4054
01c52d31
MB
4055 * gnus-art.el (gnus-button): New face.
4056 (gnus-article-button-face): Use it.
3031d8b0 4057
01c52d31
MB
4058 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
4059 gnus-summary-next-page. Re-order.
3031d8b0 4060
01c52d31
MB
4061 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
4062 next-node are now included.
4063 (gnus-group-redraw-line-number): New internal variable.
4064 (gnus-group-redraw-check): Helper function for updating the tool
4065 bar.
4066 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3031d8b0 4067
01c52d31 4068 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3031d8b0 4069
01c52d31
MB
4070 * spam.el (spam-spamassassin-score-regexp): New internal variable.
4071 (spam-extra-header-to-number, spam-check-spamassassin-headers):
4072 Use it to match format of Spamassassin 3.0 and later. Reported by
4073 IRIE Tetsuya <irie@t.email.ne.jp>.
4074 (spam-check-bogofilter)
4075 (spam-bogofilter-register-with-bogofilter): Fix args of
4076 `gnus-error' calls.
3031d8b0 4077
01c52d31 40782006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 4079
01c52d31
MB
4080 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
4081 unnecessary interaction when sending queued mails. Reported by
4082 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3031d8b0 4083
01c52d31 40842006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 4085
01c52d31
MB
4086 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
4087 first or last are nil.
3031d8b0 4088
01c52d31 40892006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3031d8b0 4090
01c52d31 4091 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3031d8b0 4092
01c52d31 40932006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031d8b0 4094
01c52d31 4095 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3031d8b0 4096
01c52d31 40972006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
eab52f48 4098
01c52d31 4099 * dns.el (query-dns): Protect more against buggy tcp output.
eab52f48 4100
01c52d31 41012006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 4102
01c52d31
MB
4103 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
4104 nov.php.
58090a8d 4105
01c52d31 41062006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
58090a8d 4107
01c52d31
MB
4108 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
4109 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
4110 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
4111 output on the server side.
4112 (nnweb-google-create-mapping): Update regexps and add some
4113 progress indication.
58090a8d 4114
01c52d31 41152006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 4116
01c52d31
MB
4117 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
4118 gnus-agent-toggle-plugged. Re-order icons.
4119 (gnus-group-tool-bar-gnome): Add
4120 gnus-group-{prev,next}-unread-group.
4121 (gnus-group-tool-bar-gnome): Re-order icons.
58090a8d 4122
01c52d31
MB
4123 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
4124 gnus-summary-insert-new-articles.
58090a8d 4125
01c52d31
MB
4126 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
4127 comments.
58090a8d 4128
01c52d31
MB
4129 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
4130 also available in Emacs 21.3.
58090a8d 4131
01c52d31
MB
4132 * message.el (message-fix-before-sending): Change "Emacs 22" to
4133 "Emacs 23 (unicode)" in comment.
58090a8d 4134
01c52d31
MB
4135 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
4136 "Emacs 23 (unicode)" in comment.
58090a8d 4137
01c52d31
MB
4138 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
4139 comment.
4140 (mm-coding-system-p): Add comment about no-MULE XEmacs.
58090a8d 4141
01c52d31 4142 * mm-view.el (mm-fill-flowed): Add :version.
58090a8d 4143
01c52d31 41442006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 4145
01c52d31
MB
4146 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
4147 and load-path.
58090a8d 4148
01c52d31 41492006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 4150
01c52d31
MB
4151 * message.el: Autoload gmm-image-load-path.
4152 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
4153 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
4154 consitency.
58090a8d 4155
01c52d31
MB
4156 * gmm-utils.el (gmm-image-load-path): Also search in
4157 "../etc/images". Don't set gmm-image-load-path if we don't find
4158 the image.
58090a8d 4159
01c52d31 41602006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 4161
01c52d31
MB
4162 * gmm-utils.el (gmm-image-load-path): Don't make
4163 `gmm-image-load-path' include subdirectories which the second arg
4164 `image' might specify.
58090a8d 4165
01c52d31
MB
4166 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
4167 subdirectory to icon file names.
58090a8d 4168
01c52d31 4169 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9872af18 4170
01c52d31 41712006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 4172
01c52d31
MB
4173 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
4174 gmm-image-load-path calls.
58090a8d 4175
01c52d31 4176 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
58090a8d 4177
01c52d31 4178 * message.el (message-make-tool-bar): Ditto.
58090a8d 4179
01c52d31 4180 * mml.el (mml-preview): Added comment concerning tool bar icons.
58090a8d 4181
01c52d31
MB
4182 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
4183 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
58090a8d 4184
01c52d31
MB
4185 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
4186 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 4187
01c52d31
MB
4188 * message.el (message-tool-bar-gnome): Use new icon names.
4189 (message-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 4190
01c52d31
MB
4191 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
4192 functions from MH-E.
4193 (gmm-image-load-path): New variable from MH-E.
4194 (gmm-image-load-path): New function from MH-E. Added arguments
4195 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
4196 *-image-load-path-called-flag.
4c2ad11d 4197
01c52d31 41982006-02-21 Milan Zamazal <pdm@brailcom.org>
4c2ad11d 4199
01c52d31 4200 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
f129a4df 4201
01c52d31 42022006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
f129a4df 4203
01c52d31
MB
4204 * nnimap.el (nnimap-request-move-article): Change folder back to
4205 source group before deleting.
6586e9c9 4206
01c52d31 42072006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
6586e9c9 4208
01c52d31 4209 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
e8beac8a 4210
01c52d31
MB
4211 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
4212 mm-url.
e8beac8a 4213
01c52d31 4214 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
e8beac8a 4215
01c52d31 42162006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
e8beac8a 4217
01c52d31
MB
4218 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
4219 coding system which mm-charset-to-coding-system returns for a
4220 given charset is valid.
e8beac8a 4221
01c52d31 42222006-02-16 Juanma Barranquero <lekktu@gmail.com>
e8beac8a 4223
01c52d31
MB
4224 * html2text.el (html2text-remove-tag-list):
4225 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
e8beac8a 4226
01c52d31 42272006-02-14 Chong Yidong <cyd@stupidchicken.com>
e8beac8a 4228
01c52d31 4229 * gnus-cus.el: Revert 2005-10-17 change.
e8beac8a 4230
01c52d31 42312006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 4232
01c52d31
MB
4233 * gnus-art.el (article-strip-banner): Call
4234 article-really-strip-banner only when the regexp match is made.
3b059693 4235
01c52d31 42362006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 4237
01c52d31
MB
4238 * gnus-art.el (article-strip-banner): Use
4239 gnus-extract-address-components instead of
4240 mail-header-parse-addresses to make it work with non-ASCII text;
4241 remove mail-encode-encoded-word-string.
3b059693 4242
01c52d31
MB
4243 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
4244 values which are surrounded with \"...\"; make it never cause a
4245 Lisp error; give up parsing of parameters if it failed in
4246 extracting type.
3b059693 4247
01c52d31 42482006-02-14 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3b059693 4249
01c52d31
MB
4250 * smime.el (smime-cert-by-ldap-1): Fix bug where
4251 `smime-ldap-search' returns results without userCertificates.
ab513ed4 4252
01c52d31 42532006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
ab513ed4 4254
01c52d31 4255 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
28e48287 4256
01c52d31 42572006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
28e48287 4258
01c52d31
MB
4259 * spam.el (spam-check-spamassassin-headers): Adapt format for
4260 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
4261 <ari@mbf.ocn.ne.jp>.
4262 (spam-list-of-processors): Add spam-use-gmane.
2a0d53ac 4263
01c52d31 42642006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2a0d53ac 4265
01c52d31
MB
4266 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
4267 make-temp-file; make it work with XEmacs as well.
9516b9f4 4268
01c52d31
MB
4269 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
4270 mm-make-temp-file.
9516b9f4 4271
01c52d31
MB
4272 * mm-decode.el (mm-display-external): Use the 3rd arg of
4273 mm-make-temp-file.
4274 (mm-create-image-xemacs): Ditto.
9516b9f4 4275
01c52d31 42762006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9516b9f4 4277
01c52d31
MB
4278 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
4279 with message-narrow-to-headers.
4280 (gnus-draft-setup): Narrow to header to run message-fetch-field.
4281 (gnus-draft-check-draft-articles): New function.
4282 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9516b9f4 4283
01c52d31 42842006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9516b9f4 4285
01c52d31
MB
4286 * gnus-art.el (gnus-article-browse-html-parts):
4287 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
4288 Don't use suffix argument for mm-make-temp-file for Emacs 21
4289 compatibility. Remove useless `format'.
292f71fe 4290
01c52d31 42912006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
292f71fe 4292
01c52d31
MB
4293 * nnweb.el (nnweb-google-wash-article): Update regexps.
4294 (nnweb-group-alist): Use defvoo instead of defvar.
292f71fe 4295
01c52d31 42962006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
292f71fe 4297
01c52d31
MB
4298 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
4299 re-loading nn* modules.
292f71fe 4300
01c52d31 43012006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
292f71fe 4302
01c52d31
MB
4303 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
4304 for `tool-bar-mode' and don't check it's default-value.
292f71fe 4305
01c52d31 4306 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
292f71fe 4307
01c52d31 4308 * message.el (message-make-tool-bar): Ditto.
292f71fe 4309
01c52d31
MB
4310 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
4311 `substring'. Shorten tmp-file name.
292f71fe 4312
01c52d31 4313 * gnus.el: Remove bogus comment.
292f71fe 4314
01c52d31 43152006-02-10 Hynek Schlawack <hynek@ularx.de>
bd2cef66 4316
01c52d31
MB
4317 * gnus-art.el (gnus-article-browse-html-parts): New function.
4318 (gnus-article-browse-html-article): New function for viewing html
4319 articles with a browser.
bd2cef66 4320
01c52d31 43212006-02-09 Daiki Ueno <ueno@unixuser.org>
ffda926c 4322
01c52d31
MB
4323 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
4324 (mml2015-pgg-encrypt): Ditto.
ffda926c 4325
01c52d31
MB
4326 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
4327 (mml1991-pgg-encrypt): Ditto.
f5fab556 4328
01c52d31 43292006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
f5fab556 4330
01c52d31
MB
4331 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
4332 message-make-date instead of current-time-string.
4b9f0de2 4333
01c52d31
MB
4334 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
4335 to gnus-decoded which mm-uu might set.
4b9f0de2 4336
01c52d31 43372006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
710f2e1b 4338
01c52d31
MB
4339 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
4340 don't decode quoted parameters; remove misimported Emacs code.
4341 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4342 (rfc2231-decode-encoded-string): Don't use split-string which
4343 behaves differently according to Emacs version; use
4344 mm-decode-coding-region to convert charset to coding-system.
4345 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4346 (rfc2231-encode-string): Remove misimported Emacs code.
710f2e1b 4347
01c52d31 43482006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20051b27 4349
01c52d31
MB
4350 * gnus-art.el (article-decode-charset): Don't use ignore-errors
4351 when calling mail-header-parse-content-type.
4352 (article-de-quoted-unreadable): Ditto.
4353 (article-de-base64-unreadable): Ditto.
4354 (article-wash-html): Ditto.
20051b27 4355
01c52d31
MB
4356 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
4357 calling mail-header-parse-content-type and
4358 mail-header-parse-content-disposition.
4359 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
4360 mail-header-parse-content-type.
82259e50 4361
01c52d31
MB
4362 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
4363 insert charset and format parameters; encode description after
4364 inserting it to buffer.
4365 (mml-insert-parameter): Fold lines properly even if a parameter is
4366 segmented into two or more lines; change the max column to 76.
82259e50 4367
01c52d31
MB
4368 * rfc1843.el (rfc1843-decode-article-body): Don't use
4369 ignore-errors when calling mail-header-parse-content-type.
46f93472 4370
01c52d31
MB
4371 * rfc2231.el (rfc2231-parse-string): Return at least type if
4372 possible; don't cause an error even if it fails in parsing of
4373 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4374 (rfc2231-encode-string): Don't break lines at the beginning, leave
4375 it to mml-insert-parameter.
46f93472 4376
01c52d31
MB
4377 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
4378 calling mail-header-parse-content-type.
d3a597b7 4379
01c52d31 43802006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
d3a597b7 4381
01c52d31
MB
4382 * spam-report.el (spam-report-gmane-use-article-number):
4383 Improve doc string.
4384 (spam-report-gmane-internal): Check if a suitable header was found
4385 in the article.
8753ddee 4386
01c52d31 43872006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8753ddee 4388
01c52d31
MB
4389 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
4390 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8753ddee 4391
01c52d31 43922006-02-05 Romain Francoise <romain@orebokech.com>
8753ddee 4393
01c52d31 4394 Update copyright notices of all files in the gnus directory.
8753ddee 4395
01c52d31 43962006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8753ddee 4397
01c52d31 4398 * nnweb.el (nnweb-request-group): Avoid growing overview files.
bbcb5072 4399
01c52d31 44002006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
bbcb5072 4401
01c52d31
MB
4402 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
4403 segmented lines of parameter value to cope with Thunderbird 1.5
4404 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
4405 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4406 (rfc2231-encode-string): Don't make lines exceeding 76 column.
c615a00c 4407
01c52d31 44082006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
c615a00c 4409
01c52d31
MB
4410 * mml.el (mml-generate-mime-1): Correct the order of inline signed
4411 parts.
a33704bb 4412
01c52d31 44132006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
a33704bb 4414
01c52d31
MB
4415 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
4416 there's only one active file for all servers.
4417 (nnweb-request-scan): Make sure nnweb-articles is initialized on
4418 solid groups. Gnus might have used a FAST request to select the group.
4419 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
4420 and nnweb-search redundantly in the active file.
4421 (nnweb-request-list): Don't list bogus groups. There can only be one.
4422 (nnweb-request-create-group): Don't use ARGS.
4423 (nnweb-possibly-change-server, nnweb-request-group): Remove some
4424 initialisations. Let nnoo do the work.
a33704bb 4425
01c52d31 44262006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
a33704bb 4427
01c52d31
MB
4428 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
4429 Say the part has been decoded.
a33704bb 4430
01c52d31 4431 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
a33704bb 4432
01c52d31 44332006-01-31 Kevin Ryde <user42@zip.com.au>
53cfefc8 4434
01c52d31
MB
4435 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
4436 mailcap-viewer-test-cache when there's no 'test clause, since that
4437 will invert the meaning of a "nil" test previously determined by
4438 mailcap-mailcap-entry-passes-test.
53cfefc8 4439
01c52d31 44402006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
53cfefc8 4441
01c52d31
MB
4442 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
4443 compiling.
53cfefc8 4444
01c52d31 4445 * gnus-sum.el: Ditto.
53cfefc8 4446
01c52d31 4447 * message.el: Don't bind tool-bar-map when compiling.
53cfefc8 4448
01c52d31 44492006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 4450
01c52d31 4451 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
53cfefc8 4452
01c52d31 44532006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
53cfefc8 4454
01c52d31
MB
4455 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
4456 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
4457 current Google Groups.
53cfefc8 4458
01c52d31 44592006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 4460
01c52d31
MB
4461 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
4462 and tool-bar-mode.
66841476 4463
01c52d31
MB
4464 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
4465 and tool-bar-mode.
66841476 4466
01c52d31
MB
4467 * message.el (message-tool-bar-update): Simplify.
4468 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
81df110a 4469
01c52d31
MB
4470 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
4471 gnus-summary-buffer.
4472 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
4473 gnus-summary-reply.
81df110a 4474
01c52d31 4475 * gmm-utils.el (gmm): Add :version.
5fae1cae 4476
01c52d31 44772006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5fae1cae 4478
01c52d31
MB
4479 * Makefile.in (clean): New rule.
4480 (distclean): Use it.
5fae1cae 4481
01c52d31 44822006-01-26 Steve Youngs <steve@sxemacs.org>
5fae1cae 4483
01c52d31
MB
4484 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
4485 autoload.
5fae1cae 4486
01c52d31 44872006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5fae1cae 4488
01c52d31 4489 * gmm-utils.el (gmm-verbose): Add :group.
5fae1cae 4490
01c52d31 44912006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
c4fbd740 4492
01c52d31 4493 * message.el: Change some comments WRT tool-bars.
81df110a 4494
01c52d31
MB
4495 * gnus-sum.el (gnus-summary-tool-bar)
4496 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
4497 (gnus-summary-tool-bar-zap-list): New variables.
4498 (gnus-summary-make-tool-bar): Complete rewrite using
4499 `gmm-tool-bar-from-list'.
430d3ed7 4500
01c52d31
MB
4501 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
4502 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
4503 variables.
4504 (gnus-group-make-tool-bar): Complete rewrite using
4505 `gmm-tool-bar-from-list'.
4506 (gnus-group-tool-bar-update): New function.
430d3ed7 4507
01c52d31 4508 * message.el (message-mode-field-menu): Add "Show hidden Headers".
430d3ed7 4509
01c52d31 45102006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
430d3ed7 4511
01c52d31
MB
4512 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
4513 is dissected into a single part of which the type is the same as
4514 the given one; decode charset.
6ff5b064 4515
01c52d31 45162006-01-21 Kevin Ryde <user42@zip.com.au>
6ff5b064 4517
01c52d31
MB
4518 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
4519 into alists as symbol not string, since that's what
4520 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
4521 look for.
a8f6d239 4522
01c52d31 45232006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
a8f6d239 4524
01c52d31
MB
4525 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
4526 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
a8f6d239 4527
01c52d31 4528 * message.el (message-tool-bar-gnome): Use gmm-ignore.
a8f6d239 4529
01c52d31 45302006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 4531
01c52d31
MB
4532 * gnus-art.el (gnus-mime-security-button-commands): New variable.
4533 (gnus-mime-security-button-menu): New definition.
4534 (gnus-mime-security-button-map): Use them.
4535 (gnus-mime-security-button-menu): New function.
4536 (gnus-insert-mime-security-button): Addition to help echo.
4537 (gnus-mime-security-run-function, gnus-mime-security-save-part)
4538 (gnus-mime-security-pipe-part): New functions.
d752cf53 4539
01c52d31
MB
4540 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
4541 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
d752cf53 4542
01c52d31
MB
4543 * mm-decode.el (mm-handle-set-disposition): Remove.
4544 (mm-handle-set-description): Remove.
d752cf53 4545
01c52d31 45462006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 4547
01c52d31
MB
4548 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
4549 (mm-w3m-standalone-supports-m17n-p): New function.
4550 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
4551 w3m usage.
d752cf53 4552
01c52d31
MB
4553 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
4554 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
d752cf53 4555
01c52d31 45562006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
d752cf53 4557
01c52d31
MB
4558 * message.el (message-tool-bar-zap-list): Use
4559 gmm-tool-bar-zap-list as custom type.
4560 (message-tool-bar-update): New function.
4561 (message-tool-bar, message-tool-bar-gnome)
4562 (message-tool-bar-retro): Add message-tool-bar-update.
4563 (message-tool-bar-gnome): Add flyspell-buffer.
d752cf53 4564
01c52d31 4565 * gnus-util.el (gnus-error): Describe `args'.
4a2358e9 4566
01c52d31
MB
4567 * gmm-utils.el (gmm-error): Describe `args'.
4568 (gmm-tool-bar-zap-list): New widget.
4569 (gmm-tool-bar-from-list): Improve description of `zap-list'.
4a2358e9 4570
01c52d31 45712006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 4572
01c52d31
MB
4573 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
4574 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
4575 the number of recursive calls.
4a2358e9 4576
01c52d31
MB
4577 * mm-decode.el (mm-handle-set-disposition): New macro.
4578 (mm-handle-set-description): New macro.
4a2358e9 4579
01c52d31 45802006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 4581
01c52d31
MB
4582 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
4583 encoding.
4a2358e9 4584
01c52d31 45852006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 4586
01c52d31
MB
4587 * message.el (message-tool-bar-zap-list, message-tool-bar)
4588 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
4589 (message-tool-bar-local-item-from-menu): Remove.
4590 (message-tool-bar-map): Replace by `message-make-tool-bar'.
4591 (message-make-tool-bar): New function.
4592 (message-mode): Use `message-make-tool-bar'.
4a2358e9 4593
01c52d31
MB
4594 * gmm-utils.el: New file.
4595 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
4596 (gmm-lazy): New widget copied from `nnmail.el'.
4597 (gmm-tool-bar-from-list): New function for creating customizable
4598 tool bars.
4599 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
4600 output.
4601 (gmm): Add :prefix to defgroup.
4a2358e9 4602
01c52d31 46032006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
4a2358e9 4604
01c52d31 4605 * gmm-utils.el (gmm-widget-p): New function.
4a2358e9 4606
01c52d31 46072006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 4608
01c52d31
MB
4609 * mml.el (mml-attach-file): Describe `description' in doc string.
4610 (mml-menu): Add Emacs MIME manual and PGG manual.
4a2358e9 4611
01c52d31 46122006-01-20 Richard M. Stallman <rms@gnu.org>
4a2358e9 4613
01c52d31 4614 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4a2358e9 4615
01c52d31 46162006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
4a2358e9 4617
01c52d31 4618 * nntp.el (nntp-end-of-line): Doc fix.
4a2358e9 4619
01c52d31 46202006-01-20 Chong Yidong <cyd@stupidchicken.com>
4a2358e9 4621
01c52d31
MB
4622 * imap.el (imap-open): Handle case where buffer is a buffer
4623 object.
41e11121 4624
01c52d31 46252005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
41e11121 4626
01c52d31
MB
4627 * gnus-delay.el (gnus-delay): Don't autoload.
4628 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4629 to be re-loaded when customizing the `gnus-delay' group.
f3f01d5d 4630
01c52d31 46312005-01-20 Chong Yidong <cyd@stupidchicken.com>
f3f01d5d 4632
01c52d31 4633 * message.el (message-insert-citation-line): Use newlines.
f3f01d5d 4634
01c52d31 46352006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
f3f01d5d 4636
01c52d31 4637 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
bcc7dd61 4638
01c52d31 4639 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
bcc7dd61 4640
01c52d31 46412006-01-19 Mark D. Baushke <mdb@gnu.org>
bcc7dd61 4642
01c52d31 4643 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
bcc7dd61 4644
01c52d31 46452006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
bcc7dd61 4646
01c52d31
MB
4647 * mm-decode.el (mm-inlined-types): Add application/pgp.
4648 (mm-automatic-display): Ditto.
11e22c4a 4649
01c52d31
MB
4650 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4651 part as text.
11e22c4a 4652
01c52d31 46532006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11e22c4a 4654
01c52d31
MB
4655 * nnrss.el: Update copyright.
4656 (nnrss-opml-import): Query whether to subscribe to each entry.
97f78c9b 4657
01c52d31
MB
4658 * gnus-art.el:
4659 * gnus-sum.el:
4660 * mm-uu.el:
4661 * mm-view.el: Update copyright.
97f78c9b 4662
01c52d31 46632006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
97f78c9b 4664
01c52d31
MB
4665 * message.el (message-info): New function.
4666 (message-mode-menu): Add it.
4667 Update copyright.
97f78c9b 4668
01c52d31 4669 * ChangeLog: Fix and update copyright.
97f78c9b 4670
01c52d31 46712006-01-13 Romain Francoise <romain@orebokech.com>
afea040a 4672
01c52d31
MB
4673 * message.el (message-forward-subject-name-subject): Prefer the
4674 address to 'nowhere' if the sender has no name.
4675 Fix typo. Update copyright year.
97f78c9b 4676
01c52d31 46772006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
afea040a 4678
01c52d31
MB
4679 * gnus-art.el (article-wash-html): Use
4680 gnus-summary-show-article-charset-alist if a numeric arg is given.
4681 (gnus-article-wash-html-with-w3m-standalone): New function.
afea040a 4682
01c52d31
MB
4683 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4684 mm-inline-text-html-render-with-w3m-standalone.
4685 (mm-text-html-washer-alist): Map w3m-standalone to
4686 gnus-article-wash-html-with-w3m-standalone.
4687 (mm-inline-text-html-render-with-w3m-standalone): New function.
afea040a 4688
01c52d31 46892006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
afea040a 4690
01c52d31
MB
4691 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4692 Improve LaTeX.
4b91459a 4693
01c52d31 46942006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4b91459a 4695
01c52d31
MB
4696 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4697 (nnrss-request-article): Render text/plain parts as HTML.
4b91459a 4698
01c52d31
MB
4699 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4700 the buffer.
4b91459a 4701
01c52d31 47022006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 4703
01c52d31
MB
4704 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4705 custom definition of `gnus-posting-styles'.
d44e3b45 4706
01c52d31
MB
4707 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4708 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
d44e3b45 4709
01c52d31 47102006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 4711
01c52d31
MB
4712 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4713 Use nntp for bug archive.
4b91459a 4714
01c52d31 47152006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
c03ac728 4716
01c52d31
MB
4717 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4718 parts.
4719 (nnrss-normalize-date): New function converts ISO 8601 date into
4720 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
4721 (nnrss-check-group): Use it.
c03ac728 4722
01c52d31 47232006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 4724
01c52d31 4725 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
d8a88581 4726
01c52d31
MB
4727 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4728 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
4729 (nnrss-insert-w3): Ditto.
d8a88581 4730
01c52d31 47312005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 4732
01c52d31
MB
4733 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4734 the articles to be forwarded including the case where neither a
4735 number of articles nor a region is specified.
d8a88581 4736
01c52d31 47372005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 4738
01c52d31
MB
4739 * nnrss.el (nnrss-request-article): Fix last change; fill
4740 text/plain parts.
7573397b 4741
01c52d31 47422005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 4743
01c52d31
MB
4744 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4745 in text/plain part.
4746 (nnrss-check-group): Don't add excessive newline to dc:subject.
bcc7dd61 4747
01c52d31 47482005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
bcc7dd61 4749
01c52d31
MB
4750 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4751 article.
9ebc3953 4752
01c52d31 47532005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9ebc3953 4754
01c52d31
MB
4755 * nnml.el: Don't require gnus-bcklg. Autoload it.
4756 (nnml-use-compressed-files, nnml-save-mail): Support other
4757 comression programs such as bzip2.
7929f858 4758
01c52d31 47592005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929f858 4760
01c52d31
MB
4761 * dns.el (query-dns): Make sure we check the buffer size before
4762 removing tcp headers.
7929f858 4763
01c52d31 47642005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
ead25b5c 4765
01c52d31
MB
4766 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4767 remove MIME buttons associated with multipart/alternative parts.
4768 (gnus-mime-display-alternative): Tag buttons using `article-type'
4769 text property.
ead25b5c 4770
01c52d31
MB
4771 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4772 associated with multipart/alternative parts.
ead25b5c 4773
01c52d31 4774 * gnus-art.el (gnus-signature-separator): Fix custom type.
8774406b 4775
01c52d31
MB
4776 * mm-decode.el (mm-inlined-types): Fix custom type.
4777 (mm-keep-viewer-alive-types): Ditto.
4778 (mm-automatic-display): Ditto.
4779 (mm-attachment-override-types): Ditto.
4780 (mm-inline-override-types): Ditto.
4781 (mm-automatic-external-display): Ditto.
8774406b 4782
01c52d31 47832005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
a0ec7a4a 4784
01c52d31
MB
4785 * spam-report.el (spam-report-user-mail-address)
4786 (spam-report-user-agent): New variables.
4787 (spam-report-url-ping-plain): Use spam-report-user-agent.
a0ec7a4a 4788
01c52d31 47892005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
59fda2fa 4790
01c52d31
MB
4791 * gnus-art.el (gnus-button-handle-custom): Do not just use
4792 `customize-apropos' for any "M-x customize-*" button but the
4793 function called for. Accept both the function name and its
4794 argument in order to achieve this.
4795 (gnus-button-alist): Remove support for "custom:" URL's. Pass
4796 function name to `gnus-button-handle-custom' in case of "M-x
4797 customize-*" buttons.
59fda2fa 4798
01c52d31 47992005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
59fda2fa 4800
01c52d31
MB
4801 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4802 multipart/alternative and add xref to mm-discouraged-alternatives
4803 in doc string.
7d0c69be 4804
01c52d31
MB
4805 * mm-decode.el (mm-discouraged-alternatives): Add xref to
4806 gnus-buttonized-mime-types in doc string.
7d0c69be 4807
01c52d31 48082005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 4809
01c52d31
MB
4810 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4811 Suggest image/.* in the doc string.
d6697c02 4812
01c52d31 48132005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 4814
01c52d31
MB
4815 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4816 message-marks (Debian bug #342521).
d6697c02 4817
01c52d31 48182005-12-12 Simon Josefsson <jas@extundo.com>
84861437 4819
01c52d31
MB
4820 * password.el (password-read-from-cache): Add.
4821 (password-read): Use it.
84861437 4822
01c52d31 48232005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
84861437 4824
01c52d31
MB
4825 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4826 us-ascii as a MIME charset.
3338c0ad 4827
01c52d31
MB
4828 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4829 against the case where the 2nd arg TYPE is nil.
3338c0ad 4830
01c52d31 48312005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9180519b 4832
01c52d31 4833 * pop3.el (pop3-stream-type): Fix custom version.
9180519b 4834
01c52d31 4835 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9180519b 4836
01c52d31 48372005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23873c96 4838
01c52d31 4839 * mm-decode.el (mm-display-external): Add missing cdr.
23873c96 4840
01c52d31 48412005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
b66c24b4 4842
01c52d31
MB
4843 * mm-decode.el (mm-display-external): Use nametemplate (defined in
4844 RFC1524) if it is in mailcap or add a suffix according to
4845 mailcap-mime-extensions when generating a temp filename; postpone
4846 deleting a temp file for 2 seconds for some wrappers, shell
4847 scripts, and so on, which might exit right after having started a
4848 viewer command as a background job.
4849
48502005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
4851
4852 * nntp.el (nntp-marks-directory): Fix custom group.
4853
4854 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4855 steps when < 10.
4856
4857 * gnus-start.el (gnus-no-server-1): Mention
4858 `gnus-level-default-subscribed' in doc string.
4859
48602005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
4861
4862 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4863 parens.
4864
48652005-11-26 Dave Love <fx@gnu.org>
4866
4867 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4868 (tls-program, tls-success): Provide openssl alternative.
4869
4870 * starttls.el: Doc fixes.
4871 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4872 SERVICE to PORT.
4873
4874 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
4875 port null or service name.
4876 (starttls-negotiate): Autoload.
4877
48782005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
4879
4880 * message.el (message-kill-to-signature): Fix interactive spec.
4881
48822005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
4883
4884 * pop3.el (pop3-open-server): Recognize a string as a service name.
4885
48862005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
4887
4888 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4889
48902005-11-23 Dave Love <fx@gnu.org>
4891
4892 Add pop3s, pop3/starttls.
4893
4894 * pop3.el (pop3-authentication-scheme): Clarify doc.
4895 (open-tls-stream, starttls-open-stream): Autoload.
4896 (pop3-stream-type): New.
4897 (pop3-open-server): Use it.
4898
4899 * mail-source.el (mail-sources): Fix some :types. Add stream type
4900 for POP.
4901 (mail-source-keyword-map): Add :stream for POP.
4902 (mail-source-fetch-pop): Use pop3-stream-type.
4903
49042005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
4905
4906 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4907 of current-time-string.
4908
49092005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
4910
4911 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4912 date header.
4913
49142005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
4915
4916 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4917 it can seriously impact performance as it bypasses the agent's
4918 local caches.
4919
49202005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
4921
4922 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4923 must be explicitly online rather than "not explicitly offline" for
4924 its flags to be synchronized.
4925
4926 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4927 that gnus-uu-unmark-thread will function correctly.
4928
4929 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4930 1024K is instead displayed as 1M.
4931
49322005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4933
4934 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4935
49362005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
4937
4938 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4939
49402005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
4941
4942 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4943 error message to display actual error condition.
4944 (gnus-agent-save-local): Avoid saving symbols that are bound to
4945 nil as they simply result in a warning message in
4946 gnus-agent-read-local.
4947
49482005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
4949
4950 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4951 rather than make-variable-buffer-local for file-precious-flag.
4952
49532005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
4954
4955 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4956 for duplicates which are removed. The invalid sort check then
4957 triggers a rescan after the sort as sorting may have moved
4958 duplicate entries such that they can be cheaply detected.
4959
49602005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
4961
4962 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4963
49642005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
4965
4966 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4967 internal variable to a custom variable. Changed default value
4968 from compressed(2) to uncompressed(1).
4969 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4970 support for uncompressed agentview files. Taken together, reading
4971 the agentview file should now be 6-7 times faster.
4972
49732005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
4974
4975 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4976 as a buffer-local variable. This avoids creating truncated
4977 dribble files as a result of a hang up, eg.
4978
49792005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
4980
4981 * gnus-start.el (gnus-start-draft-setup): Enforce
4982 `gnus-draft-mode' for nndraft:drafts at startup.
4983
4984 * gnus.el (gnus-splash): Change custom group.
4985 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4986 allow-list argument.
4987
4988 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4989 string.
4990
49912005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
4992
4993 * gnus-art.el (gnus-default-article-saver): Add user-defined
4994 `function' to custom type.
4995
49962005-10-30 Chong Yidong <cyd@stupidchicken.com>
4997
4998 * imap.el (imap-open): Handle case where buffer is a buffer
4999 object.
5000
50012005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5002
5003 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
5004 long lines.
5005 (gnus-cache-delete-group): Wrap doc strings.
5006
5007 * gnus-agent.el (gnus-agent-rename-group)
5008 (gnus-agent-delete-group): Wrap doc strings.
5009
5010
50112005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5012
5013 * gnus-start.el (gnus-1): Add "native" to
5014 gnus-predefined-server-alist.
5015
5016 * gnus.el (gnus-method-to-server): Don't add "native" to the
5017 lists here, because that leads to problems when
5018 gnus-select-method is bound.
5019
50202005-11-09 Simon Josefsson <jas@extundo.com>
5021
5022 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
5023 use (not sort-by-date) instead.
5024
50252005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5026
5027 * gnus-delay.el (gnus-delay-group): Don't autoload.
5028 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5029 to be re-loaded when customizing the `gnus-delay' group.
5030
50312005-11-19 Chong Yidong <cyd@stupidchicken.com>
5032
5033 * message.el: Revert last changes.
5034 (message-insert-citation-line): Use newlines.
5035
50362005-11-17 Chong Yidong <cyd@stupidchicken.com>
5037
5038 * message.el (message-courtesy-message)
5039 (message-mark-insert-begin, message-mark-insert-end)
5040 (message-elide-ellipsis, message-cancel-message)
5041 (message-add-header, message-change-subject)
5042 (message-cross-post-followup-to-header)
5043 (message-cross-post-insert-note, message-reduce-to-to-cc)
5044 (message-widen-reply, message-delete-not-region)
5045 (message-kill-to-signature, message-insert-signature)
5046 (message-insert-importance-high, message-insert-importance-low)
5047 (message-insert-or-toggle-importance)
5048 (message-insert-disposition-notification-to)
5049 (message-indent-citation, message-yank-original)
5050 (message-cite-original-without-signature, message-cite-original)
5051 (message-insert-citation-line, message-position-on-field)
5052 (message-fix-before-sending, message-send-mail-partially)
5053 (message-send-mail, message-send-mail-with-sendmail)
5054 (message-send-mail-with-qmail, message-send-news)
5055 (message-check-news-header-syntax, message-generate-headers)
5056 (message-insert-courtesy-copy, message-fill-address)
5057 (message-fill-header, message-shorten-references)
5058 (message-setup-1, message-cancel-news)
5059 (message-forward-make-body-plain, message-forward-make-body-mime)
5060 (message-forward-make-body-mml, message-encode-message-body)
5061 (message-forward-make-body-digest-plain)
5062 (message-forward-make-body-digest-mime)
5063 (message-use-alternative-email-as-from): Insert `hard-newline'
5064 instead of ordinary newlines.
5065
50662005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
5067
5068 * message.el (message-generate-headers): Downcase the argument
5069 given to message-check-element.
5070
50712005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
5072
5073 * nntp.el (nntp-authinfo-rejected): New error condition.
5074 (nntp-wait-for): Use new error condition to signal authentication
5075 error.
5076 (nntp-retrieve-data): Rethrow new error condition to break out of
5077 recursive call to nntp-send-authinfo.
5078
50792005-11-08 Romain Francoise <romain@orebokech.com>
5080
5081 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
5082 (gnus-summary-exit-map): Bind to `Z p'.
5083 (gnus-summary-make-menu-bar): Add menu item.
5084
50852005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
5086
5087 * gnus-art.el (gnus-article-treat-custom): Add `first'.
5088 (gnus-treat-*): Add `first' in all doc strings.
5089
5090 * gnus-group.el (gnus-group-compact-group): Fix typo.
5091
50922005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
5093
5094 * gnus.el (gnus-parameters-case-fold-search): New variable.
5095 (gnus-parameters-get-parameter): Use it.
5096
5097 * gnus-score.el (gnus-home-score-file): Doc fix.
5098
50992005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
5100
5101 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
5102
51032005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
5104
5105 * mm-util.el (mm-special-display-p): New function.
5106
5107 * mml.el (mml-preview): Use it; doc fix.
5108
51092005-10-29 Romain Francoise <romain@orebokech.com>
5110
5111 * message.el (message-fix-before-sending): Fix comment.
5112
51132005-10-29 Jari Aalto <jari.aalto@cante.net>
5114
5115 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
5116
51172005-10-29 Jari Aalto <jari.aalto@cante.net>
5118
5119 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
5120 Used in gnus-score.el.
5121
51222005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5123
5124 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
5125
51262005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5127
5128 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
5129 whitespace removed in revision 7.8. Use concatenated string to
5130 protect trailing whitespace.
5131
51322005-10-27 Jouni K. Sepp\e,Ad\e(Bnen <jks@iki.fi>
5133
5134 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
5135 (nnimap-request-expire-articles): Use it to avoid sending 'UID
5136 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
5137 Courier IMAP ("some version from 2004"). Mostly based on similar
5138 code in the same function.
5139
51402005-10-26 Didier Verna <didier@xemacs.org>
5141
5142 * gnus-group.el (gnus-group-compact-group): invalidate original
5143 article buffer.
5144 * gnus-srvr.el (gnus-server-compact-server): ditto.
5145 * nnml.el (nnml-request-compact-group): handle self Xref: field in
5146 NOV database and in article itself.
5147 Invalidate article backlog.
5148
51492005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
5150
5151 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
5152
51532005-10-26 Simon Josefsson <jas@extundo.com>
5154
5155 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
5156 part of 2004-07-25 change.
5157
51582005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
5159
5160 * message.el (message-display-completion-list): New function.
5161 (message-expand-group): Use it; make sure the Completions buffer
5162 is modifiable.
5163
51642005-10-30 Chong Yidong <cyd@stupidchicken.com>
5165
5166 * imap.el (imap-open): Handle case where buffer is a buffer
5167 object.
5168
51692005-10-24 Eli Zaretskii <eliz@gnu.org>
5170
5171 * pgg-def.el:
5172 * pgg-gpg.el:
5173 * pgg-parse.el:
5174 * pgg-pgp.el:
5175 * pgg-pgp5.el:
5176 * pgg.el: Move to the parent lisp directory.
5177
51782005-10-23 Chong Yidong <cyd@stupidchicken.com>
5179
5180 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
5181 user-mail-name is an empty string.
5182
51832005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
5184
5185 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
5186 depending on gnus-score-decay-constant.
5187
5188 * encrypt.el (encrypt-insert-file-contents)
5189 (encrypt-write-file-contents): Don't use `gnus-message'.
5190
5191 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
5192 arguments.
5193 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
5194 arguments to mm-uu-verbatim-marks-extract.
5195 (mm-uu-hide-markers): New variable.
5196 (mm-uu-extract): Use face similar to `gnus-cite-3'.
5197
5198 * gnus-fun.el (gnus-convert-image-to-x-face-command)
5199 (gnus-convert-image-to-face-command): Use "convert" by default to
5200 allow other input image formats.
5201 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
5202 accordingly.
5203
52042005-10-23 Simon Josefsson <jas@extundo.com>
5205
5206 * imap.el (imap-gssapi-program): Align command line parameters
5207 with latest GNU SASL.
5208 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
5209
52102005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5211
5212 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
5213 HTML.
5214 (nnslashdot-request-article): Ditto.
5215
52162005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
5217
5218 * mail-source.el (mail-source-fetch-pop): Require pop3.
5219 (mail-source-check-pop): Ditto.
5220
52212005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
5222
5223 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
5224 errors.
5225
52262005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
5227
5228 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
5229 (gnus-treat-strip-leading-blank-lines): Improve doc string.
5230
5231 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
5232
5233 * mm-bodies.el (mm-decode-string): Call
5234 `mm-charset-to-coding-system' with allow-override argument.
5235
52362005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
5237
5238 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
5239 (rfc2047-charset-to-coding-system): New function.
5240 (rfc2047-decode-encoded-words): New function.
5241 (rfc2047-decode-region): Use them.
5242 (rfc2047-decode-cte): Remove.
5243 (rfc2047-parse-and-decode): Remove.
5244 (rfc2047-decode): Remove.
5245
52462005-10-15 Kenichi Handa <handa@m17n.org>
5247
5248 * rfc2047.el (rfc2047-decode-cte): New function.
5249 (rfc2047-decode-region): Change the way to decode successive
5250 encoded-words: decode B- or Q-encoding in each encoded-word,
5251 concatenate them, and decode it as charset.
5252
52532005-10-17 Chong Yidong <cyd@stupidchicken.com>
5254
5255 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
5256 widget-move-and-invoke.
5257 (gnus-custom-mode): Use gnus-custom-map.
5258
52592005-10-15 Bill Wohler <wohler@newt.com>
5260
5261 * message.el (message-tool-bar-map): Renamed image file from
5262 mail_send to mail/send.
5263
52642005-10-16 Masatake YAMATO <jet@gyve.org>
5265
5266 * message.el (message-expand-group): Pass the common
5267 prefix substring of completion to `display-completion-list'.
5268
52692005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
5270
5271 * mml-sec.el (mml-secure-method): New internal variable.
5272 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
5273 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
5274 functions using mml-secure-method.
5275
5276 * mml.el (mml-mode-map): Add key bindings for those functions.
5277 (mml-menu): Simplify security menu entries. Suggested by Jesper
5278 Harder <harder@myrealbox.com>.
5279 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
5280 end of message if point is the headers of the message.
5281
5282 * message.el (message-in-body-p): New function.
5283
5284 * assistant.el: Autoload gnus-util and netrc.
5285
5286 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
5287 Use `mm-charset-override-alist' only when decoding.
5288
5289 * mm-bodies.el (mm-decode-body): Call
5290 `mm-charset-to-coding-system' with allow-override argument.
5291
5292 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
5293 `filename' from Content-Disposition if Content-Type doesn't
5294 provide `name'.
5295 (gnus-mime-view-part-as-type): Set default instead of
5296 initial-input.
5297
52982005-10-09 Daniel Brockman <daniel@brockman.se>
5299
5300 * format-spec.el (format-spec): Propagate text properties of % spec.
5301
53022005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
5303
5304 * gnus-art.el (gnus-treat-predicate): Add `first'.
5305
53062005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
5307
5308 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
5309 (mm-charset-override-alist): New variable.
5310 (mm-charset-to-coding-system): Use it.
5311 (mm-codepage-setup): New helper function.
5312 (mm-charset-eval-alist): New variable.
5313 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
5314 about unknown charsets.
5315
53162005-10-04 David Hansen <david.hansen@gmx.net>
5317
5318 * nnrss.el (nnrss-request-article): Add support for the comments tag.
5319 (nnrss-check-group): Ditto.
5320
53212005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
5322
5323 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
5324 Rename x-gnus-verbatim to x-verbatim.
5325 (mm-uu-type-alist): Fix regexp for verbatim-marks.
5326
5327 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
5328 x-verbatim.
5329
5330 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
5331
5332 * gnus-util.el (gnus-remove-duplicates): Remove.
5333
5334 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
5335 instead of gnus-remove-duplicates.
5336
5337 * message.el (message-remove-duplicates): Remove.
5338 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
5339 message-remove-duplicates.
5340
5341 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
5342 available, else use implementation from `delete-dups'.
5343
5344 * message.el (message-insert-expires): New function.
5345 (message-mode-map): Add key binding.
5346 (message-mode-field-menu): Add menu entry.
5347 (message-mode): Document it.
5348 (message-make-expires-date): Use `message-make-date'.
5349
53502005-10-04 Josh Huber <huber@alum.wpi.edu>
5351
5352 * message.el (message-make-expires-date): New function.
5353
53542005-10-04 Katsumi Yamaoka <yamaoka@jpl.org>
5355
5356 * Makefile.in (list-installed-shadows): New entry.
5357 (install): Use it.
5358 (remove-installed-shadows): New entry.
5359
53602005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
5361
5362 * time-date.el: Autoload parse-time-string, XEmacs needs it.
5363
53642005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
5367 function rather than the diff-mode.el package.
5368 (mm-display-external): Use with-current-buffer.
5369 (mm-viewer-completion-map, mm-viewer-completion-map):
5370 Move initialization inside declaration.
5371
53722005-09-29 Simon Josefsson <jas@extundo.com>
5373
5374 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
5375 autoload mail-check-payment.
5376 (spam-check-hashcash): Define unconditionally, since hashcash.el
5377 is part of Gnus now. Ignore errors from payment checking.
5378
53792005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
5380
5381 * message.el (message-bold-region, message-unbold-region): Rename
5382 from `bold-region' and `unbold-region'.
5383
5384 * message.el: Remove useless autoloads.
5385
53862005-09-28 Simon Josefsson <jas@extundo.com>
5387
5388 * message.el (message-use-idna): Default to t.
5389 (message-use-idna): Test whether encoding works too. Doc fix.
5390
53912005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5392
5393 * nntp.el (nntp-warn-about-losing-connection): Remove.
5394
53952005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
5396
5397 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
5398 customizable. Change default value.
5399 (mm-uu-diff-groups-regexp): Change default value.
5400 (mm-uu-type-alist): Add doc string.
5401 (mm-uu-configure): Add doc string. Make it interactive.
5402 (mm-uu-tex-groups-regexp): New variable.
5403 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
5404 (mm-uu-type-alist): Add LaTeX documents.
5405 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
5406 of "text/verbatim".
5407 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
5408
5409 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
5410 instead of "text/verbatim".
5411
5412 * message.el (message-mark-inserted-region)
5413 (message-mark-insert-file): Use slrn style marks when called with
5414 prefix argument.
5415
54162005-09-27 Simon Josefsson <jas@extundo.com>
5417
5418 * message.el (message-idna-to-ascii-rhs-1): Reformat.
5419
54202005-09-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5421
5422 * message.el (message-remove-duplicates): New function.
5423 Implementation borrowed from `gnus-remove-duplicates'.
5424 (message-idna-to-ascii-rhs): Also encode idna addresses in
5425 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5426 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
5427 only ask about the same idna domain once per header and also tell
5428 in what header to replace the idna domain.
5429
5430 * gnus-art.el (article-decode-idna-rhs): Also decode idna
5431 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5432 (article-decode-idna-rhs): Fix regexp so that all idna-address in
5433 a header is decoded and not just the last one.
5434
54352005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
5436
5437 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
5438 has been decoded.
5439
5440 * mm-decode.el (mm-automatic-display): Add text/verbatim.
5441 (mm-insert-part): Don't modify text if it has been decoded.
5442
5443 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
5444 decoded.
5445
5446 * mm-view.el (mm-inline-text): Don't strip text props unless
5447 decoding enriched or richtext parts.
5448
54492005-09-25 Romain Francoise <romain@orebokech.com>
5450
5451 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
5452 * gnus-start.el (gnus-subscribe-interactively):
5453 * gnus-uu.el (gnus-uu-grab-articles):
5454 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
5455 space.
5456
54572005-09-24 Emilio C. Lopes <eclig@gmx.net>
5458
5459 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5460 * mm-view.el (mm-view-pkcs7-decrypt):
5461 * gnus-sum.el (gnus-summary-limit-to-extra)
5462 (gnus-summary-respool-article, gnus-read-move-group-name):
5463 * gnus-score.el (gnus-summary-increase-score):
5464 * gnus-util.el (gnus-completing-read-with-default):
5465 * gnus-art.el (gnus-read-save-file-name)
5466 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
5467 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
5468 * message.el (message-check-news-header-syntax):
5469 Follow convention for reading with the minibuffer.
5470
54712005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
5472
5473 * spam-report.el (spam-report-url-ping-plain):
5474 Use gnus-extended-version as User-Agent.
5475
5476 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
5477 default value is nil.
5478
5479 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
5480 (mm-uu-verbatim-marks-extract): New function.
5481 (mm-uu-extract): New face.
5482 (mm-uu-copy-to-buffer): Use it.
5483
5484 * spam-report.el (spam-report-gmane-ham): Renamed from
5485 `spam-report-gmane-unspam'.
5486 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
5487 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
5488
5489 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
5490 Autoload.
5491 (spam-report-gmane-unregister-routine): Renamed
5492 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
5493
54942005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
5495
5496 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
5497 (spam-report-gmane-unregister-routine): Add support for gmane
5498 unregistration.
5499
5500 * spam-report.el (spam-report-gmane-unspam)
5501 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
5502 (spam-report-gmane): Change to take a single article and do unspam
5503 registration.
5504
55052005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
5506
5507 * mm-url.el (mm-url-decode-entities): Fix regexp.
5508
55092005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5510
5511 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5512 default to nil, to be able to use Gnus at all. If the default
5513 switches to something else, then the function should be fixed not
5514 be exceedingly slow.
5515
55162005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
5517
5518 * gnus-start.el (gnus-activate-group): If the server is nil, don't
5519 fail hard.
5520
5521 * spam-report.el: Add better Keywords line.
5522
5523 * spam.el: Add Maintainer and better Keywords line.
5524
55252005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
5526
5527 * gnus-art.el (gnus-article-replace-part)
5528 (gnus-mime-replace-part): New functions.
5529 (gnus-mime-action-alist, gnus-mime-button-commands)
5530 (gnus-mime-save-part-and-strip): Added file argument.
5531 (gnus-article-part-wrapper): Added interactive argument.
5532
5533 * gnus-sum.el (gnus-summary-mime-map): Add
5534 `gnus-article-replace-part'.
5535
55362005-09-19 Didier Verna <didier@xemacs.org>
5537
5538 The nnml compaction feature:
5539 * nnml.el (nnml-request-compact-group): New function.
5540 * nnml.el (nnml-request-compact): New function.
5541 * gnus-int.el (gnus-request-compact-group): New function.
5542 * gnus-int.el (gnus-request-compact): New function.
5543 * gnus-group.el (gnus-group-compact-group): New function.
5544 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5545 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5546 * gnus-srvr.el (gnus-server-compact-server): New function.
5547 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5548 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5549
55502005-09-18 Deepak Goel <deego@gnufans.org>
5551
5552 * sieve.el (sieve-help): Fix `message' call: first arg should be a
5553 format spec.
5554
55552005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
5556
5557 * gnus.el (gnus-group-startup-message): Bind image-load-path.
5558
55592005-09-15 Romain Francoise <romain@orebokech.com>
5560
5561 * message.el (message-fill-paragraph): Clarify docstring.
5562
55632005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
5564
5565 * gnus-art.el (gnus-mime-display-part): Protect against broken
5566 MIME messages.
5567
55682005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
5569
5570 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5571 before parsing header.
5572
55732005-09-11 Jari Aalto <jari.aalto@cante.net>
5574
5575 * html2text.el: (html2text-replace-list): Add new entities.
5576
55772005-09-11 Romain Francoise <romain@orebokech.com>
5578
5579 * message.el (message-alternative-emails): Improve docstring.
5580 (message-setup-1): Call `message-use-alternative-email-as-from'
5581 after `message-setup-hook' to give it precedence over posting
5582 styles, etc.
5583 (message-use-alternative-email-as-from): Add docstring. Remove
5584 the original From header if present.
5585
5586 * nnml.el (nnml-compressed-files-size-threshold): New variable.
5587 (nnml-save-mail): Use it.
5588
5589 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5590 articles. Add new argument `silent'.
5591 (gnus-uu-mark-all): Report the total number of marked articles.
5592
55932005-09-10 Romain Francoise <romain@orebokech.com>
5594
5595 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5596 (gnus-uu-mark-series): Likewise.
5597
55982005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
5599
5600 * spam-report.el (spam-report-gmane): Fix generation of spam
5601 report URL.
5602
56032005-09-10 Simon Josefsson <jas@extundo.com>
5604
5605 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5606 t, based on discussion on the ding list with Robert Epprecht
5607 <epprecht@solnet.ch>.
5608
56092005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
5610
5611 * spam-report.el (spam-report-gmane): Make it work without
5612 X-Report-Spam header. Gmane now only provides Archived-At.
5613 This is only used if `spam-report-gmane-use-article-number' is nil.
5614 (spam-report-gmane-spam-header): Remove. Not used anymore.
5615
5616 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5617 make `gnus-summary-sort-by-recipient' work with threading.
5618
5619 * nnweb.el (nnweb-google-wash-article): Print a message if article
5620 is not available.
5621
56222005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5623
5624 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5625 change. Decode text/* parts content before displaying.
5626
56272005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
5628
5629 * mml-smime.el: Remove defvar of gnus-extract-address-components.
5630
56312005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
5632
5633 * mm-view.el (mm-display-inline-fontify): Disable support modes.
5634
56352005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
5636
5637 * message.el (message-tab-body-function): Fixed mismatched custom
5638 type.
5639
5640 * gnus.el (gnus-group-change-level-function): Ditto.
5641
5642 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5643
5644 * gnus-art.el (gnus-signature-limit)
5645 (gnus-article-mime-part-function): Ditto.
5646
56472005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
5648
5649 * mml.el (mml-mode): Silence the byte compiler.
5650
5651 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5652 using `(sit-for 0)' before moving the point to the specified part;
5653 skip unbuttonized parts.
5654 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5655 return to the summary window if gnus-auto-select-part is non-nil.
5656
56572005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
5658
5659 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5660 variables.
5661 (mml-dnd-attach-file, mml-mode): Use them.
5662
5663 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5664 Make fetching article by MID work again for Google Groups. Added
5665 FIXME concerning gnus-group-make-web-group.
5666
5667 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5668 Don't depend on Gnus by using mail-extract-address-components if
5669 gnus-extract-address-components is not bound.
5670
56712005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5672
5673 * gnus-art.el (gnus-mime-display-security): Don't display the
5674 signature, but only the signed part.
5675
56762005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
5677
5678 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5679
5680 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5681 list, not listp.
5682
56832005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
5684
5685 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5686 when encoding.
5687
5688 * mm-bodies.el (mm-decode-content-transfer-encoding):
5689 De-canonicalize CRLF for all text content types, not just
5690 text/plain.
5691
56922005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5693
5694 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5695 valid article; point arrow and cursor at the MIME button.
5696
56972005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
5698
5699 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5700 Suggested by Dan Christensen <jdc@uwo.ca>.
5701
5702 * mm-decode.el (mm-save-part): Enable change of prompt.
5703
57042005-08-29 Jari Aalto <jari.aalto@cante.net>
5705
5706 * gnus-msg.el (gnus-inews-add-send-actions): Made
5707 `message-post-method' lambda parameter ARG `&optional'.
5708
57092005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
5710
5711 * gnus-sum.el (gnus-summary-mime-map): Added
5712 gnus-article-save-part-and-strip, gnus-article-delete-part and
5713 gnus-article-jump-to-part.
5714
5715 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5716 (gnus-article-edit-part): Use it.
5717 (gnus-article-part-wrapper): Added no-handle argument.
5718 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5719 functions.
5720
57212005-08-29 Romain Francoise <romain@orebokech.com>
5722
5723 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5724 docstring.
5725 (gnus-face-from-file): Likewise.
5726
57272005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
5728
5729 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5730 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5731 non-nil.
5732 (gnus-auto-select-part): New variable.
5733 (gnus-article-jump-to-part): New function.
5734 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5735 (gnus-mime-delete-part): Allow selecting specified part after
5736 deleting or stripping parts.
5737 (gnus-article-jump-to-part): Don't use `read-number'. Use last
5738 part if argument is bogus.
5739
57402005-08-31 Juanma Barranquero <lekktu@gmail.com>
5741
5742 * gnus-art.el (w3m-minor-mode-map):
5743 * gnus-spec.el (gnus-newsrc-file-version):
5744 * gnus-util.el (nnmail-active-file-coding-system)
5745 (gnus-original-article-buffer, gnus-user-agent):
5746 * gnus.el (gnus-ham-process-destinations)
5747 (gnus-parameter-ham-marks-alist)
5748 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5749 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5750 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5751 * mm-decode.el (gnus-current-window-configuration):
5752 * mm-extern.el (gnus-article-mime-handles):
5753 * mm-url.el (url-current-object, url-package-name)
5754 (url-package-version):
5755 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5756 (smime-keys, w3m-cid-retrieve-function-alist)
5757 (w3m-current-buffer, w3m-display-inline-images)
5758 (w3m-minor-mode-map):
5759 * mml-smime.el (gnus-extract-address-components):
5760 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5761 (gnus-newsrc-hashtb, message-default-charset)
5762 (message-deletable-headers, message-options)
5763 (message-posting-charset, message-required-mail-headers)
5764 (message-required-news-headers):
5765 * mml1991.el (mc-pgp-always-sign):
5766 * mml2015.el (mc-pgp-always-sign):
5767 * nnheader.el (nnmail-extra-headers):
5768 * rfc1843.el (gnus-decode-encoded-word-function)
5769 (gnus-decode-header-function, gnus-newsgroup-name):
5770 * spam-stat.el (gnus-original-article-buffer): Add defvars.
5771
57722005-08-22 Karl Chen <quarl@cs.berkeley.edu>
5773
5774 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5775 the end of the date treatments.
5776
57772005-08-15 Simon Josefsson <jas@extundo.com>
5778
5779 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5780 it in url-handlers.el and XEmacs in url.el. Reported by Luca
5781 Capello and Romain Francoise.
5782 (pgg-fetch-key-function): Removed, not used?
5783 (pgg-insert-url-with-w3): Require url, to get
5784 url-insert-file-contents regardless of where it is defined.
5785
57862005-08-13 Romain Francoise <romain@orebokech.com>
5787
5788 * message.el (message-cite-original-1): New function.
5789 (message-cite-original): Use it.
5790 (message-cite-original-without-signature): Ditto.
5791
57922005-08-08 Romain Francoise <romain@orebokech.com>
5793
5794 * message.el (message-yank-empty-prefix): New variable.
5795 (message-indent-citation): Use it.
5796 (message-cite-original-without-signature): Respect X-No-Archive.
5797
57982005-08-08 Simon Josefsson <jas@extundo.com>
5799
5800 * pgg.el: Autoload url-insert-file-contents instead of loading
5801 w3/url.
5802 (pgg-insert-url-with-w3): Don't load url here.
5803
58042005-08-07 Jesper Harder <harder@phys.au.dk>
5805
5806 * message.el (message-kill-to-signature): Don't insert newline at
5807 bol.
5808 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5809
58102005-08-06 Romain Francoise <romain@orebokech.com>
5811
5812 * message.el (message-user-fqdn): Fix typo in docstring.
5813
58142005-08-05 Daiki Ueno <ueno@unixuser.org>
5815
5816 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5817
5818 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5819
58202005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
5821
5822 * mm-bodies.el (mm-encode-body): Use coding system rather than
5823 charset to encode text.
5824
5825 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5826 number of charsets if utf-8 is available (XEmacs).
5827
58282005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
5829
5830 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5831 taken from `gnus-button-mid-or-mail-regexp'.
5832 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5833 (gnus-button-alist): Improve regexp for domain part of the MIDs
5834 for news:localpart@domain buttons.
5835 (gnus-button-ctan-directory-regexp): Update.
5836
58372005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
5838
5839 * sieve-manage.el (sieve-manage-interactive-login): Use
5840 make-local-variable rather than make-variable-buffer-local.
5841 (sieve-manage-open): Ditto.
5842 (sieve-manage-authenticate): Ditto.
5843
5844 * mml.el (mml-generate-mime-1): Make the content type default to
5845 text/plain if the filename is not specified.
5846
58472005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
5848
5849 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5850 instead of insert-buffer.
5851
5852 * message.el (message-yank-original): Ditto; set the mark at the
5853 end of the yanked message.
5854
58552005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
5856
5857 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5858 lines to scroll rather than to stop it.
5859
5860 * mml.el (mml-generate-default-type): Add doc string.
5861 (mml-generate-mime-1): Use mm-default-file-encoding or make it
5862 default to application/octet-stream when determining the content
5863 type if it is not specified for the part or the mml contents; add
5864 a comment about mml-generate-default-type.
5865
58662005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
5867
5868 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5869 make it default to application/octet-stream when determining the
5870 content type if it is not specified for the external contents.
5871
58722005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
5873
5874 * rfc2231.el (rfc2231-parse-string): Take care that not only a
5875 segmented parameter but also other parameters might be there.
5876
58772005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
5878
5879 * mm-decode.el (mm-display-external): Delete temp file, directory
5880 and buffer immediately if the external process is exited.
5881
58822005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
5883
5884 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5885 fewer lines than that of scroll-margin.
5886 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5887
58882005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
5889
5890 * gnus-art.el (gnus-article-next-page): Revert.
5891 (gnus-article-beginning-of-window): New macro.
5892 (gnus-article-next-page-1): Use it.
5893 (gnus-article-prev-page): Ditto.
5894 (gnus-article-edit-part): Use insert-buffer-substring instead of
5895 insert-buffer.
5896 (gnus-article-edit-exit): Ditto.
5897
5898 * gnus-util.el (gnus-beginning-of-window): Remove.
5899 (gnus-end-of-window): Remove.
5900
59012005-07-25 Simon Josefsson <jas@extundo.com>
5902
5903 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5904 to have the url package without w3. Reported by Daiki Ueno
5905 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5906
59072005-07-20 Didier Verna <didier@xemacs.org>
5908
5909 * gnus-diary.el: Remove the description comment (nndiary is now
5910 properly documented in the Gnus manual).
5911 Fix the spelling of "Back End".
5912 * nndiary.el: Ditto.
5913 Fix the copyright notice.
5914
59152005-07-18 Romain Francoise <romain@orebokech.com>
5916
5917 * gnus-sum.el (gnus-summary-to-prefix,
5918 gnus-summary-newsgroup-prefix): New variables.
5919 (gnus-summary-from-or-to-or-newsgroups): Use them.
5920
59212005-07-17 Romain Francoise <romain@orebokech.com>
5922
5923 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5924 space as it's generally not especially interesting to the user.
5925
59262005-07-16 Romain Francoise <romain@orebokech.com>
5927
5928 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5929 nil to avoid prompting and file modification if one of the
5930 messages at the top of the nnfolder file contains a copyright
5931 notice.
5932 Update copyright notice.
5933
5934 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5935 instead of `current-time-string' as the latter creates a time
5936 string that is not RFC 2822 compliant (it lacks the zone).
5937 Update copyright notice.
5938
59392005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5940
5941 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5942 for text/rtf. Display default in prompt. Pass default for M-n.
5943
5944 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5945
59462005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5947
5948 * gnus-msg.el (gnus-button-mailto): Remove
5949 save-selected-window-window hackery because it relies on
5950 save-selected-window internals.
5951
59522005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
5953
5954 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5955 (gnus-article-next-page-1): Use gnus-beginning-of-window.
5956 (gnus-article-prev-page): Ditto.
5957
5958 * gnus-util.el (gnus-beginning-of-window): New function.
5959 (gnus-end-of-window): New function.
5960
59612005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
5962
5963 * gnus-score.el (gnus-score-edit-all-score): Set
5964 gnus-score-edit-exit-function to gnus-score-edit-done and call
5965 gnus-message.
5966
59672005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5968
5969 * gnus-msg.el (gnus-button-mailto): Remove
5970 save-selected-window-window hackery because it relies on
5971 save-selected-window internals.
5972
59732005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
5974
5975 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5976 add-minor-mode.
5977 (gnus-binary-mode): Ditto.
5978
5979 * gnus-topic.el (gnus-topic-mode): Ditto.
5980
59812005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
5982
5983 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5984 (gnus-article-prev-page): Take scroll-margin into consideration.
5985
59862005-07-04 Lute Kamstra <lute@gnu.org>
5987
5988 Update FSF's address in GPL notices.
5989
59902005-07-04 Juanma Barranquero <lekktu@gmail.com>
5991
5992 * gnus.el (gnus-exit):
5993 * gnus-group.el (gnus-group-icons):
5994 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5995
5996 * gnus-nocem.el (gnus-nocem):
5997 * message.el (message-various, message-buffers, message-sending)
5998 (message-interface, message-forwarding, message-insertion)
5999 (message-headers, message-news, message-mail):
6000 * pgg-gpg.el (pgg-gpg):
6001 * pgg-parse.el (pgg-parse):
6002 * pgg-pgp.el (pgg-pgp):
6003 * pgg-pgp5.el (pgg-pgp5):
6004 * pop3.el (pop3): Finish `defgroup' description with period.
6005
60062005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
6007
6008 * gnus-art.el (article-display-face): Improve the efficiency.
6009 (article-display-x-face): Ditto; remove grey x-face stuff.
6010
60112005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
6012
6013 * gnus-art.el (article-display-face): Correct the position in
6014 which Faces are inserted.
6015
60162005-06-29 Didier Verna <didier@xemacs.org>
6017
6018 * gnus-art.el (article-display-face): Display faces in correct
6019 order.
6020
60212005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
6022
6023 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
6024 (gnus-fill-real-hashtb): Use hash table instead of obarray.
6025 (gnus-nocem-check-article): Fetch the Type header.
6026 (gnus-nocem-message-wanted-p): Fix the way to examine types.
6027 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
6028 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
6029 make sure gnus-nocem-hashtb is initialized.
6030 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
6031 (gnus-nocem-unwanted-article-p): Ditto.
6032
6033 * pgg.el (pgg-verify): Return the verification result.
6034
60352005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6036
6037 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
6038 is ascii.
6039
60402005-06-24 Juanma Barranquero <lekktu@gmail.com>
6041
6042 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
6043 `show-nonbreak-escape'.
6044
60452005-06-23 Lute Kamstra <lute@gnu.org>
6046
6047 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
6048
6049 * dig.el (dig-mode):
6050 * smime.el (smime-mode): Use gnus-run-mode-hooks.
6051
60522005-06-21 Juanma Barranquero <lekktu@gmail.com>
6053
6054 * nnimap.el (nnimap-split-download-body): Fix spellings.
6055
60562005-06-16 Juanma Barranquero <lekktu@gmail.com>
6057
6058 * gnus-art.el (gnus-article-encrypt-body):
6059 * gnus-cus.el (gnus-score-customize):
cc398b83
JB
6060 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
6061 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
b66c24b4 6062
01c52d31
MB
60632005-06-16 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6064
6065 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
6066 header by looking for magic "MII" at the beginnig.
6067
60682005-06-16 Miles Bader <miles@gnu.org>
6069
6070 * assistant.el (assistant-field): Remove "-face" suffix from face name.
6071 (assistant-field-face): New backward-compatibility alias for renamed
6072 face.
6073 (assistant-render-text): Use renamed assistant-field face.
6074
6075 * spam.el (spam): Remove "-face" suffix from face name.
6076 (spam-face): New backward-compatibility alias for renamed face.
6077 (spam-face, spam-initialize): Use renamed spam face.
6078
6079 * message.el (message-header-to, message-header-cc)
6080 (message-header-subject, message-header-newsgroups)
6081 (message-header-other, message-header-name)
6082 (message-header-xheader, message-separator, message-cited-text)
6083 (message-mml): Remove "-face" suffix from face names.
6084 (message-header-to-face, message-header-cc-face)
6085 (message-header-subject-face, message-header-newsgroups-face)
6086 (message-header-other-face, message-header-name-face)
6087 (message-header-xheader-face, message-separator-face)
6088 (message-cited-text-face, message-mml-face):
6089 New backward-compatibility aliases for renamed faces.
6090 (message-font-lock-keywords): Use renamed message faces.
6091
6092 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
6093 (sieve-test-commands, sieve-tagged-arguments):
6094 Remove "-face" suffix from face names.
6095 (sieve-control-commands-face, sieve-action-commands-face)
6096 (sieve-test-commands-face, sieve-tagged-arguments-face):
6097 New backward-compatibility aliases for renamed faces.
6098 (sieve-control-commands-face, sieve-action-commands-face)
6099 (sieve-test-commands-face, sieve-tagged-arguments-face):
6100 Use renamed sieve faces.
6101
6102 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
6103 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
6104 (gnus-group-news-3-empty, gnus-group-news-4)
6105 (gnus-group-news-4-empty, gnus-group-news-5)
6106 (gnus-group-news-5-empty, gnus-group-news-6)
6107 (gnus-group-news-6-empty, gnus-group-news-low)
6108 (gnus-group-news-low-empty, gnus-group-mail-1)
6109 (gnus-group-mail-1-empty, gnus-group-mail-2)
6110 (gnus-group-mail-2-empty, gnus-group-mail-3)
6111 (gnus-group-mail-3-empty, gnus-group-mail-low)
6112 (gnus-group-mail-low-empty, gnus-summary-selected)
6113 (gnus-summary-cancelled, gnus-summary-high-ticked)
6114 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
6115 (gnus-summary-high-ancient, gnus-summary-low-ancient)
6116 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
6117 (gnus-summary-low-undownloaded)
6118 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
6119 (gnus-summary-low-unread, gnus-summary-normal-unread)
6120 (gnus-summary-high-read, gnus-summary-low-read)
6121 (gnus-summary-normal-read, gnus-splash):
6122 Remove "-face" suffix from face names.
6123 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6124 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6125 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6126 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6127 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6128 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6129 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6130 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6131 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6132 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6133 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6134 (gnus-summary-selected-face, gnus-summary-cancelled-face)
6135 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6136 (gnus-summary-normal-ticked-face)
6137 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
6138 (gnus-summary-normal-ancient-face)
6139 (gnus-summary-high-undownloaded-face)
6140 (gnus-summary-low-undownloaded-face)
6141 (gnus-summary-normal-undownloaded-face)
6142 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6143 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6144 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6145 (gnus-splash-face):
6146 New backward-compatibility aliases for renamed faces.
6147 (gnus-group-startup-message): Use renamed gnus faces.
6148
6149 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
6150 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
6151 (gnus-server-agent): Remove "-face" suffix from face names.
6152 (gnus-server-agent-face, gnus-server-opened-face)
6153 (gnus-server-closed-face, gnus-server-denied-face)
6154 (gnus-server-offline-face):
6155 New backward-compatibility aliases for renamed faces.
6156 (gnus-server-agent-face, gnus-server-opened-face)
6157 (gnus-server-closed-face, gnus-server-denied-face)
6158 (gnus-server-offline-face): Use renamed gnus faces.
6159
6160 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
6161 Remove "-face" suffix from face names.
6162 (gnus-picon-xbm-face, gnus-picon-face):
6163 New backward-compatibility aliases for renamed faces.
6164
6165 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
6166 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
6167 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
6168 (gnus-cite-11): Remove "-face" suffix from face names.
6169 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
6170 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
6171 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
6172 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
6173 New backward-compatibility aliases for renamed faces.
6174 (gnus-cite-attribution-face, gnus-cite-face-list)
6175 (gnus-article-boring-faces): Use renamed gnus faces.
6176
6177 * gnus-art.el (gnus-signature, gnus-header-from)
6178 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
6179 (gnus-header-content): Remove "-face" suffix from face names.
6180 (gnus-signature-face, gnus-header-from-face)
6181 (gnus-header-subject-face, gnus-header-newsgroups-face)
6182 (gnus-header-name-face, gnus-header-content-face):
6183 New backward-compatibility aliases for renamed faces.
6184 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
6185
6186 * gnus-sum.el (gnus-summary-selected-face)
6187 (gnus-summary-highlight): Use renamed gnus faces.
6188 * gnus-group.el (gnus-group-highlight): Likewise.
6189
61902005-06-14 Juanma Barranquero <lekktu@gmail.com>
6191
6192 * gnus-sieve.el (gnus-sieve-article-add-rule):
6193 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
6194 * spam-stat.el (spam-stat-buffer-change-to-spam)
6195 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
6196
6197 * message.el (message-is-yours-p):
6198 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
6199
62002005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
6201
6202 * mm-view.el (mm-inline-text): Withdraw the last change.
6203
62042005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
6205
6206 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
6207 executing enriched-decode.
6208
62092005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
6210
6211 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
6212 charset of tar files.
6213
62142005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6215
6216 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
6217
62182005-06-04 Lute Kamstra <lute@gnu.org>
6219
6220 * nnfolder.el (nnfolder-read-folder): Make sure that undo
6221 information is never recorded.
6222
62232005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6224
6225 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
6226
62272005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
6228
6229 * pop3.el (pop3-apop): Run md5 in the binary mode.
6230
6231 * starttls.el (starttls-set-process-query-on-exit-flag):
6232 Use eval-and-compile.
6233
62342005-05-31 Simon Josefsson <jas@extundo.com>
6235
6236 * smime.el (smime-replace-in-string): Define.
6237 (smime-cert-by-ldap-1): Use it.
6238
62392005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
6240
6241 * gnus-art.el (article-display-x-face): Replace
6242 process-kill-without-query by gnus-set-process-query-on-exit-flag.
6243
6244 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
6245 set-process-query-on-exit-flag or process-kill-without-query.
6246
6247 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
6248 loop instead of replace-regexp.
6249
6250 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
6251 instead of process-kill-without-query if it is available.
6252
6253 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
6254 instead of find-file-hooks if it is available.
6255
6256 * mml1991.el: Bind pgg-default-user-id when compiling.
6257
6258 * mml2015.el: Bind pgg-default-user-id when compiling.
6259
6260 * nndraft.el (nndraft-request-associate-buffer):
6261 Use write-contents-functions instead of write-contents-hooks if it is
6262 available.
6263
6264 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
6265 instead of find-file-hooks if it is available.
6266
6267 * nntp.el (nntp-open-connection): Replace
6268 process-kill-without-query by gnus-set-process-query-on-exit-flag.
6269 (nntp-open-ssl-stream): Ditto.
6270 (nntp-open-tls-stream): Ditto.
6271
6272 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
6273 set-process-query-on-exit-flag or process-kill-without-query.
6274 (starttls-open-stream-gnutls): Use it instead of
6275 process-kill-without-query.
6276 (starttls-open-stream): Ditto.
6277
62782005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
6279
6280 * smime.el (smime-cert-by-ldap-1): Don't use
6281 replace-regexp-in-string.
6282
62832005-05-31 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6284
6285 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
6286
6287 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
6288 in PEM format. Adjust to the XEmacs compability.
6289
62902005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
6291
6292 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
6293 by `string-to-number'.
6294 * gnus-agent.el (gnus-agent-regenerate-group)
6295 (gnus-agent-fetch-articles): Ditto.
6296 * gnus-art.el (gnus-button-fetch-group): Ditto.
6297 * gnus-cache.el (gnus-cache-generate-active)
6298 (gnus-cache-articles-in-group): Ditto.
6299 * gnus-group.el (gnus-group-set-current-level)
6300 (gnus-group-insert-group-line): Ditto.
6301 * gnus-score.el (gnus-score-set-expunge-below)
6302 (gnus-score-set-mark-below, gnus-summary-score-effect)
6303 (gnus-summary-score-entry): Ditto.
6304 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
6305 (gnus-soup-pack): Ditto.
6306 * gnus-spec.el (gnus-xmas-format): Ditto.
6307 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
6308 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
6309 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
6310 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
6311 * nndb.el (nndb-get-remote-expire-response): Ditto.
6312 * nndiary.el (nndiary-parse-schedule-value)
6313 (nndiary-string-to-number, nndiary-request-replace-article)
6314 (nndiary-request-article): Ditto.
6315 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
6316 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
6317 * nneething.el (nneething-make-head): Ditto.
6318 * nnfolder.el (nnfolder-request-article)
6319 (nnfolder-retrieve-headers): Ditto.
6320 * nnheader.el (nnheader-file-to-number): Ditto.
6321 * nnkiboze.el (nnkiboze-request-article): Ditto.
6322 * nnmail.el (nnmail-process-unix-mail-format)
6323 (nnmail-process-babyl-mail-format): Ditto.
6324 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
6325 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
6326 (nnmh-request-create-group, nnmh-request-list-1)
6327 (nnmh-request-group, nnmh-request-article): Ditto.
6328 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
6329 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
6330 * nnsoup.el (nnsoup-make-active): Ditto.
6331 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
6332 * nntp.el (nntp-find-group-and-number)
6333 (nntp-retrieve-headers-with-xover): Ditto.
6334 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
6335 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
6336 (pgg-format-key-identifier): Ditto.
6337 * pop3.el (pop3-last, pop3-stat): Ditto.
6338 * qp.el (quoted-printable-decode-region): Ditto.
6339
6340 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
6341 of concat.
6342
63432005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
6344
6345 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
6346
6347 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
6348
6349 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
6350
6351 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
6352
6353 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
6354
6355 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
6356
6357 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
6358 (gnus-carpal-mode): Ditto.
6359
6360 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
6361 (gnus-browse-mode): Ditto.
6362
6363 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
6364
6365 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
6366
63672005-05-29 Richard M. Stallman <rms@gnu.org>
6368
6369 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
6370
63712005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
6372
6373 * gnus-util.el (gnus-run-mode-hooks): New function.
6374
6375 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
6376
63772005-05-26 Luc Teirlinck <teirllm@auburn.edu>
6378
6379 * gnus-agent.el (gnus-agent-make-mode-line-string):
6380 Use mode-line-highlight as mouse-face.
6381
63822005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
6383
6384 * canlock.el (canlock): Change the parent group to news.
6385
6386 * deuglify.el (gnus-outlook-deuglify): Add :group.
6387
6388 * dig.el (dig): Add :group.
6389
6390 * dns-mode.el (dns-mode): Add :group.
6391
6392 * encrypt.el (encrypt): Add :group.
6393
6394 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
6395 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
6396 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
6397 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
6398 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
6399
6400 * gnus-diary.el (gnus-diary): Add :group.
6401
6402 * gnus.el (gnus-group-news-1-face): Add :group.
6403 (gnus-group-news-1-empty-face): Ditto.
6404 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
6405 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
6406 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
6407 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
6408 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
6409 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
6410 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
6411 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
6412 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
6413 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
6414 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
6415 (gnus-summary-high-ticked-face): Ditto.
6416 (gnus-summary-low-ticked-face): Ditto.
6417 (gnus-summary-normal-ticked-face): Ditto.
6418 (gnus-summary-high-ancient-face): Ditto.
6419 (gnus-summary-low-ancient-face): Ditto.
6420 (gnus-summary-normal-ancient-face): Ditto.
6421 (gnus-summary-high-undownloaded-face): Ditto.
6422 (gnus-summary-low-undownloaded-face): Ditto.
6423 (gnus-summary-normal-undownloaded-face): Ditto.
6424 (gnus-summary-high-unread-face): Ditto.
6425 (gnus-summary-low-unread-face): Ditto.
6426 (gnus-summary-normal-unread-face): Ditto.
6427 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
6428 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
6429
6430 * hashcash.el (hashcash): New custom group.
6431 (hashcash-default-payment): Add :group.
6432 (hashcash-payment-alist): Ditto.
6433 (hashcash-default-accept-payment): Ditto.
6434 (hashcash-accept-resources): Ditto.
6435 (hashcash-path): Ditto.
6436 (hashcash-extra-generate-parameters): Ditto.
6437 (hashcash-double-spend-database): Ditto.
6438 (hashcash-in-news): Ditto.
6439
6440 * message.el (message-minibuffer-local-map): Add :group.
6441
6442 * netrc.el (netrc): Add :group.
6443
6444 * sieve-manage.el (sieve-manage-log): Add :group.
6445 (sieve-manage-default-user): Diito.
6446 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
6447 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
6448 (sieve-manage-authenticators): Ditto.
6449 (sieve-manage-authenticator-alist): Ditto.
6450 (sieve-manage-default-port): Ditto.
6451
6452 * sieve-mode.el (sieve-control-commands-face): Add :group.
6453 (sieve-action-commands-face): Ditto.
6454 (sieve-test-commands-face): Ditto.
6455 (sieve-tagged-arguments-face): Ditto.
6456
6457 * smime.el (smime): Add :group.
6458
6459 * spam-report.el (spam-report): Add :group.
6460
6461 * spam.el (spam, spam-face): Add :group.
6462
64632005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6464
6465 * nntp.el (nntp-next-result-arrived-p): Some news servers may
6466 return \n.\n.\n at the end of articles. Protect against that.
6467 (nntp-with-open-group): Allow debugging.
6468
6469 * nnheader.el (mail-header-set-extra): Make into a function
6470 because I just could't understand how to quote the list properly.
6471
6472 * dns.el (query-dns-cached): New function.
6473
64742005-05-26 Lute Kamstra <lute@gnu.org>
6475
6476 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
6477
64782005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
6479
6480 * gnus-art.el: Don't autoload mail-extract-address-components.
6481
6482 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
6483 eval-and-compile to evaluate it.
6484
6485 * hashcash.el: Don't autoload executable-find.
6486
6487 * nndb.el: Don't declare the nndb back end two or more times; don't
6488 autoload news-reply-mode, news-setup, cancel-timer and telnet.
6489
6490 * nntp.el: Autoload format-spec instead of format; use
6491 eval-and-compile to evaluate autoload forms.
6492
64932005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
6494
6495 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6496
64972005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6498
6499 * gnus.el (gnus-version-number): Bump version.
6500
65012005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6502
6503 * gnus.el: No Gnus v0.3 is released.
6504
65052005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
6506
6507 * gnus-art.el (gnus-article-edit-part): Disable undo.
6508
65092005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
6510
6511 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6512 gnus-article-date-lapsed-new-header is t if date timer is active;
6513 skip headers in which the original date value is empty.
6514 (gnus-article-save-original-date): Redefine it as a macro.
6515 (gnus-display-mime): Use it.
6516
65172005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
6518
6519 * gnus-art.el (article-date-ut): Support converting date in
6520 forwarded parts as well.
6521 (gnus-article-save-original-date): New function.
6522 (gnus-display-mime): Use it.
6523
65242005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
6525
6526 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6527 enclosure element of <item>.
6528
65292005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
6530
6531 * message.el (message-kill-buffer-query): Renamed from
6532 `message-kill-buffer-query-if-modified'. Added :version.
6533
65342005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
6535
6536 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6537 window layout.
6538
65392005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
6540
6541 * mml.el: Autoload dnd when compiling.
6542
65432005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
6544
6545 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6546 x-dnd-*.
6547
65482005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
6549
6550 * qp.el (quoted-printable-encode-region): Save excursion.
6551
65522005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
6553
6554 * message.el (message-kill-buffer-query-if-modified): Add new variable
6555 so the user can kill a modified message buffer quickly.
6556 (message-kill-buffer): Use it.
6557
65582005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
6559
6560 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
6561 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6562
65632005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
6564
6565 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6566 contained in text because xml.el decodes entities) with LFs.
6567
65682005-04-11 Lute Kamstra <lute@gnu.org>
6569
6570 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6571 differently.
6572
65732005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * mm-util.el (mm-detect-coding-region): Typo.
6576
65772005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
6578
6579 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6580
65812005-04-06 D Goel <deego@gnufans.org>
6582
6583 * spam-stat.el (spam-stat-score-buffer): Add a call to a
6584 user-function allow user modifications of the scores.
6585 (spam-stat-score-buffer-user): New function, to allow
6586 user-computed modifications to the score.
6587 (spam-stat-score-buffer-user-functions): list of additional
6588 scoring functions
6589 (spam-stat-error-holder): global temporary error holder
6590 (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6591 variable
6592
65932005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
6594
6595 * gnus-registry.el (gnus-registry-clean-empty-function)
6596 (gnus-registry-trim, gnus-registry-fetch-groups)
6597 (gnus-registry-delete-group): Groups that match
6598 `gnus-registry-ignored-groups' are removed from the registry
6599 entries, not just ignored for splitting. This helps clean up the
6600 registry. Also, `gnus-registry-fetch-groups' is a convenient way
6601 to get all the groups a message ID is in.
6602
6603 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6604 (spam-stat-split-fancy): Change "threshhold" to "threshold"
6605 (spam-stat-score-buffer-user-functions): Add :number custom type.
6606
66072005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6608
6609 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6610 argument in XEmacs.
6611
6612 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6613 (nnrss-request-group): Decode group name first.
6614 (nnrss-request-article): Make a text/plain article if mml-to-mime
6615 failed.
6616 (nnrss-get-encoding): Return a compatible encoding according to
6617 nnrss-compatible-encoding-alist.
6618 (nnrss-find-el): Use consp instead of listp.
6619 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6620
66212005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6622
6623 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6624 which Emacs 20 doesn't support.
6625 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6626
66272005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
6628
6629 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6630 silence the byte compiler inside the defun
6631
6632 * gnus-demon.el (parse-time-string): Add autoload.
6633
6634 * gnus-delay.el (parse-time-string): Add autoload.
6635
6636 * gnus-art.el (parse-time-string): Add autoload.
6637
6638 * nnultimate.el (parse-time): Require for `parse-time-string'.
6639
66402005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
6641
6642 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6643
6644 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6645
6646 * smime.el (smime-ldap-host-list): Add :version.
6647
66482005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6649
6650 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6651 pass it to `gnus-browse-read-group'.
6652 (gnus-browse-read-group): Add NUMBER argument and pass it to
6653 `gnus-group-read-ephemeral-group'.
6654
6655 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6656 argument and pass it to `gnus-group-read-group'.
6657
66582005-03-19 Aidan Kehoe <kehoea@parhasard.net>
6659
6660 * mm-util.el (mm-xemacs-find-mime-charset): Only call
6661 mm-xemacs-find-mime-charset-1 if we have the mule feature
6662 available at runtime.
6663
66642005-03-25 Werner Lemberg <wl@gnu.org>
6665
6666 * nnmaildir.el: Replace `illegal' with `invalid'.
6667
66682005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6669
6670 * gnus-start.el (gnus-display-time-event-handler):
6671 Check display-time-timer at runtime rather than only at load time
6672 in case display-time-mode is turned off in the mean time.
6673
66742005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6675
6676 * nnimap.el (nnimap-open-connection): Print which authinfo file is
6677 used.
6678
6679 * nneething.el (nneething-map-file-directory): Derive from
6680 `gnus-directory'.
6681
6682 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6683 the To/Cc button.
6684
66852005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
6686
6687 * nnmaildir.el (nnmaildir-request-accept-article):
6688 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6689
66902005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
6691
6692 * gnus-async.el: Require timer-funcs at compile time when in
6693 XEmacs for `run-with-idle-timer'.
6694
66952005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
6696
6697 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6698 autoloaded function.
6699
67002005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6701
6702 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6703
67042005-03-10 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6705
6706 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6707
67082005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6709
6710 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6711 gnus-expert-user to default.
6712
67132005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
6714
6715 * nnimap.el (nnimap-open-server): Ditto.
6716
6717 * imap.el (imap-authenticate): Fix typo.
6718
67192005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
6720
6721 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6722 buffer (since IMAP server might return FETCH response out of
6723 order, and the nntp buffer must be sorted).
6724
67252005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
6726
6727 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6728 comparison on string.
6729
6730 * gnus-agent.el (gnus-agent-long-article,
6731 gnus-agent-short-article, gnus-agent-score): Renamed category
6732 keywords to match gnus-cus.
6733 (gnus-agent-summary-fetch-series): Modified to protect against
6734 gnus-agent-summary-fetch-group clearing processable flags.
6735 (gnus-agent-synchronize-group-flags): Update live group buffer as
6736 synchronization may occur due to the user toggle the plugged
6737 status.
6738 (gnus-agent-fetch-group-1): Clear downloadable flag when article
6739 successfully downloaded.
6740 (gnus-agent-expire-group-1): Avoid using markers when the overview
6741 is in ascending order; greatly improves performance.
6742 (gnus-agent-regenerate-group): Use
6743 gnus-agent-synchronize-group-flags to reset read status in both
6744 gnus and server.
6745 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6746
67472005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6748
6749 * message.el: Don't autoload former message-utils variables.
6750 (message-strip-subject-trailing-was): Change doc string.
6751
6752 * nnweb.el: Fixes for `gnus-group-make-web-group'.
6753 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
6754 (nnweb-google-search): Add "hl=en" here.
6755 (nnweb-google-parse-1, nnweb-google-create-mapping):
6756 Don't hardcode URL.
6757
67582005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
6759
6760 * message.el (message-get-reply-headers, message-followup):
6761 Mention related variables `message-use-followup-to' and
6762 `message-use-mail-followup-to', in the information buffer.
6763
6764 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6765 of broken groups(-beta).google.com.
6766
67672005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
6768
6769 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6770 parameter to invoked gnus-request-move-article; remove the
6771 redundant gnus-sum-hint-move-is-internal variable; apply the marks
6772 all at once instead of once per article.
6773 (gnus-summary-remove-process-mark): Accept a list of articles as
6774 well as a single article for processing.
6775
6776 * gnus-int.el (gnus-request-move-article): Add move-is-internal
6777 parameter.
6778
6779 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6780
6781 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6782
6783 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6784 parameter.
6785
6786 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6787 parameter.
6788
6789 * nnimap.el (nnimap-request-move-article): Add move-is-internal
6790 parameter and remove the gnus-sum-hint-move-is-internal variable.
6791
6792 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6793 parameter.
6794
6795 * nndraft.el (nndraft-request-move-article): Add move-is-internal
6796 parameter.
6797
6798 * nndiary.el (nndiary-request-move-article): Add move-is-internal
6799 parameter.
6800
6801 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6802
6803 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6804 parameter.
6805
6806 * nnagent.el (nnagent-request-move-article): Add move-is-internal
6807 parameter.
6808
68092005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
6810
6811 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6812 a more conservative way.
6813
68142005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6815
6816 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6817 buffer, so it moves the window's cursor.
6818
68192005-02-26 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6820
6821 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6822 `mm-dissect-multipart' and receive the from field as an (optional)
6823 argument from `mm-dissect-multipart'.
6824 (mm-dissect-multipart): Receive the from field as an argument and
6825 pass it on when we call `mm-dissect-buffer' on MIME parts.
6826 Fixes verification/decryption of signed/encrypted MIME parts.
6827
68282005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
6829
6830 * gnus-sum.el (gnus-summary-move-article): Set
6831 gnus-sum-hint-move-is-internal for gnus-request-move-article and
6832 whatever it calls (right now, only nnimap-request-move article
6833 respects it).
6834
6835 * nnimap.el (nnimap-request-move-article): When
6836 gnus-sum-hint-move-is-internal is set, don't do the extra
6837 nnimap-request-article.
6838
68392005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
6840
6841 * nnheader.el (nnheader-find-file-noselect): Add doc string.
6842
6843 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6844 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6845
6846 * gnus-sum.el (gnus-summary-caesar-message):
6847 Apply `gnus-treat-article' after rotation.
6848
6849 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6850 doc string.
6851
68522005-02-22 Simon Josefsson <jas@extundo.com>
6853
6854 * encrypt.el (encrypt-password-cache-expiry): Remove (use
6855 `password-cache-expiry' instead). Reported by Arne J\e,Ax\e(Brgensen
6856 <arne@arnested.dk>.
6857 (encrypt): Add password-cache and password-cache-expiry as group
6858 members.
6859
68602005-02-22 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6861
6862 * smime.el (smime-ldap-host-list): Doc fix.
6863 (smime-ask-passphrase): Use `password-read-and-add' to read (and
6864 cache) password.
6865 (smime-sign-region): Use it.
6866 (smime-decrypt-region): Use it.
6867 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6868 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6869 fails.
6870 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6871 certificate from DER to PEM format rather than calling openssl.
6872
6873 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6874
6875 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6876 for signing/encryption.
6877
6878 * mml.el (mml-parse-1): Use them.
6879
68802005-02-21 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6881
6882 * nnrss.el (nnrss-verbose): Removed.
6883 (nnrss-request-group): Use `nnheader-message' instead.
6884
68852005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
6886
6887 * nnrss.el (nnrss-verbose): New variable.
6888 (nnrss-request-group): Make it say nnrss is requesting a group.
6889
68902005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
6891
6892 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6893 Handle news URL with given port correctly.
6894
68952005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
6896
6897 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6898 containing special characters.
6899
6900 * gnus-sum.el (gnus-summary-edit-article): Ditto.
6901
6902 * mml.el (mime-to-mml): Ditto.
6903
6904 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6905 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6906 (rfc2047-decode-region): Quote decoded words containing special
6907 characters when rfc2047-quote-decoded-words-containing-tspecials
6908 is non-nil.
6909
69102005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
6911
6912 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6913
6914 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6915
69162005-02-15 Simon Josefsson <jas@extundo.com>
6917
6918 * nnimap.el (nnimap-debug): Doc fix.
6919
6920 * imap.el (imap-debug): Doc fix.
6921
69222005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
6923
6924 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6925
69262005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6927
6928 * gnus.el (spam-contents): Improve docs for spam-contents
6929 parameter in its variable incarnation.
6930
69312005-02-14 Simon Josefsson <jas@extundo.com>
6932
6933 * smime-ldap.el: Use require instead of load-library for ldap.
6934 (smime-ldap-search): Indent.
6935 (smime-ldap-search-internal): Shorten line.
6936
6937 * smime.el (smime-cert-by-dns): Add doc-string.
6938 (smime-cert-by-ldap-1): Indent.
6939
6940 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6941 mml-smime-get-dns-ldap.
6942 (mml-smime-encrypt-query): Use new function. Default to ldap.
6943
69442005-02-14 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6945
6946 * smime.el: Require smime-ldap.
6947 (smime-ldap-host-list): New variable.
6948 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6949
6950 * mml-smime.el (mml-smime-encrypt-query): New function.
6951 (mml-smime-encrypt-query): Use it.
6952
6953 * smime-ldap.el: New file.
6954
69552005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
6956
6957 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6958
69592005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
6960
6961 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6962 argument in doc string. Make query for type more clear.
6963
69642005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
6965
6966 * gnus.el (gnus-group-startup-message): Search for gnus images in
6967 etc/images/gnus.
6968 * mm-util.el (mm-image-load-path): Likewise.
6969 * smiley.el (smiley-data-directory): Search for smilies in
6970 etc/images/smilies.
6971
69722005-02-09 Kim F. Storm <storm@cua.dk>
6973
6974 Change Emacs release version from 21.4 to 22.1 throughout.
6975 Change Emacs development version from 21.3.50 to 22.0.50.
6976
69772005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
6978
6979 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6980
6981 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6982 non-Mule XEmacs as well.
6983 (mm-decompress-buffer): Signal an error intentionally if it does
6984 not decompress compressed data because auto-compression-mode is
6985 disabled.
6986
69872005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
6988
6989 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6990 an ID in the registry even if it has no groups.
6991
69922005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
6993
6994 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6995 merge it into mm-decompress-buffer.
6996 (gnus-mime-copy-part): Use the MIME part charset, the value which
6997 a user specified or gnus-newsgroup-charset for decoding, like
6998 gnus-mime-inline-part does; set buffer-file-coding-system to tell
6999 save-buffer what was used. Suggested by Kevin Ryde
7000 <user42@zip.com.au>.
7001 (gnus-mime-inline-part): Allow the name parameter as well as the
7002 filename parameter; force decompressing of compressed data; always
7003 display contents being not decoded as unibyte.
7004
7005 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
7006 as well as the filename parameter.
7007
7008 * mm-util.el (mm-decompress-buffer): Merge
7009 gnus-mime-jka-compr-maybe-uncompress.
7010 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
7011 of compressed data.
7012
70132005-02-08 Simon Josefsson <jas@extundo.com>
7014
7015 * imap.el (imap-log): Doc fix.
7016
70172005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
7018
7019 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
7020 the coding cookies; decompress compressed parts.
7021
7022 * mml.el (mml-generate-mime-1): Add the charaset parameter according
7023 to the value which a user specified manually or the coding cookie.
7024
7025 * mm-util.el (mm-string-to-multibyte): New function.
7026 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
7027 (mm-coding-system-to-mime-charset): New function.
7028 (mm-decompress-buffer): New function.
7029 (mm-find-buffer-file-coding-system): New function.
7030
7031 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
7032 (mm-display-inline-fontify): Rewrite for decoding and decompressing
7033 parts.
7034
70352005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7036
7037 * mm-view.el (mm-display-inline-fontify): Decode a part according
7038 to the charset parameter.
7039
70402005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
7041
7042 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
7043 prefix arg is neither nil nor a number, as info specifies.
7044
70452005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
7046
7047 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
7048 timestamps.
7049
70502005-02-02 Jari Aalto <jari.aalto@cante.net>
7051
7052 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
7053 groups error checking and notify user.
7054
70552005-02-02 Jari Aalto <jari.aalto@poboxes.com>
7056
7057 * message.el (message-send-mail-function): Check existence of
7058 sendmail-program first before using default value
7059 `message-send-mail-with-sendmail'. Otherwise use more generic
7060 `smtpmail-send-it'.
7061
70622005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
7063
7064 * nntp.el (nntp-request-update-info): Always return nil.
7065
70662005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
7067
7068 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
7069
70702005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
7071
7072 * message.el (message-beginning-of-line): Change the behavior when
7073 invoked between BOL and : so that it first moves backward.
7074
70752005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
7076
7077 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
7078 article buffer when editing of the article is discarded.
7079 (gnus-article-prepare): Revert.
7080
70812005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
7082
7083 * gnus-art.el (gnus-article-prepare):
7084 Remove message-strip-forbidden-properties from the local hook.
7085
70862005-01-27 Simon Josefsson <jas@extundo.com>
7087
7088 * password.el (password-cache-add): Only start one timer per key.
7089 Reported by Derek Atkins <warlord@MIT.EDU>.
7090
70912005-01-26 Steve Youngs <steve@sxemacs.org>
7092
7093 * run-at-time.el: Removed. It is no longer needed as
7094 timer-funcs.el in the xemacs-base package has a working version of
7095 `run-at-time'.
7096
7097 * password.el: Require timer-funcs instead of run-at-time in
7098 XEmacs.
7099 Remove `password-run-at-time' macro.
7100 (password-cache-add): Use `run-at-time' instead of
7101 `password-run-at-time'.
7102
7103 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
7104 for `run-with-idle-timer'.
7105
7106 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
7107 for `run-at-time'.
7108
7109 * mm-url.el: Require timer-funcs at compile time when in XEmacs
7110 for `with-timeout'.
7111
71122005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7113
7114 * mml.el (mml-generate-mime-1): Convert string into unibyte when
7115 inserting " *mml*" buffer's contents into a unibyte temp buffer.
7116
71172005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
7118
7119 * mail-source.el (mail-source-fetch-imap): Search for ^From case
7120 sensitively.
7121
71222005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
7123
7124 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
7125
71262005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
7127
7128 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
7129 which will be inserted according to the multibyteness of a buffer
7130 rather than the type of contents. Suggested by ARISAWA Akihiro
7131 <ari@mbf.ocn.ne.jp>.
7132
7133 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
7134 of string which old xml.el may return rather than a string.
7135
71362005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
7137
7138 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
7139
71402005-01-16 Simon Josefsson <jas@extundo.com>
7141
7142 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
7143 idn/idna.el isn't available.
7144 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
7145 <michael@waxrat.com>.
7146
7147 * hashcash.el: Remove non-FSF copyright header.
7148
7149 * hashcash.el (hashcash-extra-generate-parameters): New variable.
7150 (hashcash-generate-payment): Use it.
7151 (hashcash-generate-payment-async): Use it.
7152
71532005-01-15 Simon Josefsson <jas@extundo.com>
7154
7155 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
7156 Suggested by Raymond Scholz <ray-2005@zonix.de>.
7157
7158 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
7159 gnus-summary-idna-message.
7160 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
7161 (gnus-summary-idna-message): New function.
7162
71632005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7164
7165 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
7166 gnus-novice-user.
7167
71682005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
7169
7170 * nnrss.el (nnrss-request-delete-group): Delete entries in
7171 nnrss-group-alist as well.
7172 (nnrss-save-server-data): Insert newline.
7173
71742005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
7175
7176 * gnus.el (gnus-user-agent): Use list of symbols instead of
7177 symbols. Display full version number for (S)XEmacs. Optionally
7178 display (S)XEmacs codename.
7179
7180 * gnus-util.el (gnus-emacs-version): Update for new
7181 `gnus-user-agent'.
7182
7183 * gnus-msg.el (gnus-extended-version): Make it possible to omit
7184 Gnus version.
7185
71862005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
7187
7188 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
7189 which is unreadable in some setups.
7190
71912005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7192
7193 * gnus-spec.el (gnus-update-format-specifications): Flush the
7194 group format spec cache if it doesn't support decoded group names.
7195
71962005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7197
7198 * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
7199 to apply decay on score files matching a regexp.
7200
72012004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
7202
7203 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
7204 compatibility in %g and %c.
7205
72062004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
7207
7208 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
7209 name for only %g and %c.
7210 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
7211 of gnus-tmp-group to decoded group name.
7212 (gnus-group-make-rss-group): Exclude `/'s from group names.
7213
72142004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
7215
7216 * nnrss.el (nnrss-get-encoding): Fix regexp.
7217
72182004-12-27 Simon Josefsson <jas@extundo.com>
7219
7220 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
7221 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
7222 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
7223
72242004-12-17 Kim F. Storm <storm@cua.dk>
7225
7226 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
7227
7228 * gnus-sum.el (gnus-summary-mode-map): Likewise.
7229
72302004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
7231
7232 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
7233
72342004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
7235
7236 * nnrss.el: Require rfc2047 and mml.
7237 (nnrss-file-coding-system): New variable.
7238 (nnrss-format-string): Redefine it as an inline function.
7239 (nnrss-decode-group-name): New function.
7240 (nnrss-string-as-multibyte): Remove.
7241 (nnrss-retrieve-headers): Decode group name; don't use
7242 nnrss-format-string.
7243 (nnrss-request-group): Decode group name.
7244 (nnrss-request-article): Decode group name; allow a Message-ID as
7245 well as an article number; don't use nnrss-format-string; encode a
7246 Message-ID string which may contain non-ASCII characters; use
7247 mml-to-mime to compose a MIME article.
7248 (nnrss-request-expire-articles): Decode group name.
7249 (nnrss-request-delete-group): Decode group name.
7250 (nnrss-fetch): Clarify error message.
7251 (nnrss-read-server-data): Use insert-file-contents instead of load;
7252 bind file-name-coding-system; use multibyte buffer.
7253 (nnrss-save-server-data): Bind coding-system-for-write to the
7254 value of nnrss-file-coding-system; bind file-name-coding-system;
7255 add coding cookie.
7256 (nnrss-read-group-data): Use insert-file-contents instead of load;
7257 bind file-name-coding-system; use multibyte buffer.
7258 (nnrss-save-group-data): Bind coding-system-for-write to the
7259 value of nnrss-file-coding-system; bind file-name-coding-system.
7260 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
7261 make it work with non-ASCII text.
7262 (nnrss-find-el): Make it work with old xml.el as well.
7263
72642004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
7265
7266 * nnrss.el (nnrss-get-encoding): New function.
7267 (nnrss-fetch): Use unibyte buffer initially; bind
7268 coding-system-for-read while performing mm-url-insert; remove ^Ms;
7269 decode contents according to the encoding attribute.
7270 (nnrss-save-group-data): Add coding cookie.
7271 (nnrss-mime-encode-string): New function.
7272 (nnrss-check-group): Use it to encode subject and author.
7273
72742004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
7275
7276 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
7277 imaginary variable.
7278
72792004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7280
7281 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
7282 correctly even if there are wide characters.
7283
72842004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7285
7286 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
7287 downcased symbol names; make a new cache instead of reusing
7288 bbdb-hashtable.
7289
72902004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7291
7292 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7293 concatenating segments rather than before concatenating them.
7294 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7295
7296 * message.el (message-get-reply-headers): Bind `extra'.
7297
72982004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7299
7300 * message.el (message-extra-wide-headers): New variable.
7301 (message-get-reply-headers): Use it.
7302
73032004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7304
7305 * gnus-agent.el (gnus-agent-group-path): Decode group name.
7306 (gnus-agent-group-pathname): Ditto.
7307
7308 * gnus-cache.el (gnus-cache-file-name): Decode group name.
7309
7310 * gnus-group.el (gnus-group-make-group): Decode group name.
7311 (gnus-group-make-rss-group): Register the group data after opening
7312 the nnrss group.
7313
73142004-12-17 Paul Jarc <prj@po.cwru.edu>
7315
7316 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
7317 by expiry now get marked as read.
7318
73192004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7320
7321 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
7322
73232004-12-17 Aidan Kehoe <kehoea@parhasard.net>
7324
7325 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
7326 unify Latin characters in XEmacs.
7327 (mm-find-mime-charset-region): Use it.
7328
73292004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7330
7331 * gnus-util.el (gnus-delete-directory): New function.
7332
7333 * gnus-agent.el (gnus-agent-delete-group): Use it.
7334
7335 * gnus-cache.el (gnus-cache-delete-group): Use it.
7336
73372004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
7338
7339 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
7340 names.
7341
73422004-12-16 Simon Josefsson <jas@extundo.com>
7343
7344 * hashcash.el (hashcash-payment-alist): Fix custom :type.
7345
73462004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7347
7348 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
7349
7350 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
7351 (gnus-group-set-current-level): Decode group name.
7352
73532004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
7354
7355 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
7356 failed.
7357
73582004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
7359
7360 * gnus-group.el (gnus-group-delete-group): Decode group name.
7361 (gnus-group-make-rss-group): Encode group name.
7362 (gnus-group-catchup-current): Decode group name.
7363 (gnus-group-kill-group): Decode group name.
7364
73652004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7366
7367 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
7368
73692004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
7370
7371 * gnus-group.el (gnus-group-make-rss-group):
7372 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
7373
7374 * gnus-start.el (gnus-setup-news): Honor user's setting to
7375 gnus-message-archive-method. Suggested by Lute Kamstra
7376 <lute@gnu.org>.
7377
73782004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
7379
7380 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
7381 global counterparts of the buffer-local variables.
7382
73832004-11-16 Romain Francoise <romain@orebokech.com>
7384
7385 * gnus-sum.el (gnus-summary-exit): Don't clear the global
7386 counterparts of the buffer-local variables.
7387
73882004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
7389
7390 * message.el (message-forbidden-properties): Fixed typo in doc
7391 string.
7392
73932004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
7394
7395 * gnus-util.el (gnus-replace-in-string): Added doc string.
7396
7397 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
7398 to avoid problems when splitting mails with many recipients.
7399
74002004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7401
7402 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
7403 pop-to-buffer, covered by the subsequent gnus-configure-windows.
7404
74052004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
7406
7407 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
7408 if there is no hashtable in memory or file modification time is
7409 newer than cached timestamp.
7410
74112004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
7412
7413 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
7414 not-matching option.
7415
74162004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
7417
7418 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
7419 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
7420 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7421 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
7422 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
7423 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
7424
74252004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
7426
7427 * message.el (message-forward-make-body-mml): Remove headers
7428 according to message-forward-ignored-headers if a message is decoded.
7429
74302004-12-02 Romain Francoise <romain@orebokech.com>
7431
7432 * message.el (message-forward-make-body-plain): Always remove
7433 headers according to message-forward-ignored-headers.
7434
74352004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
7436
7437 * spam.el (spam-summary-prepare-exit): Remove the
7438 gnus-summary-limit pop for now, it has problems with ham marks for
7439 me.
7440
74412004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
7442
7443 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
7444 correctly.
7445
74462004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
7447
7448 * format-spec.el (format-spec): Message the char.
7449
74502004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
7451
7452 * gnus-art.el (gnus-split-methods): Reformat comments.
7453
7454 * spam.el (spam-summary-prepare-exit): Remove article limits
7455 before exiting the summary buffer.
7456
74572004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
7458
7459 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7460 order to silence the byte compiler.
7461
7462 * spam.el: Fix the way to silence the byte compiler, which
7463 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7464 bbdb-search-simple, spam-BBDB-register-routine,
7465 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7466 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7467 spam-stat-buffer-is-spam, spam-stat-load,
7468 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7469 spam-stat-save and spam-stat-split-fancy.
7470
74712004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
7472
7473 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7474 which may confuse users.
7475 (canlock-password-for-verify): Ditto.
7476
7477 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7478
7479 * gnus-art.el (gnus-emphasis-alist): Ditto.
7480
7481 * gnus-registry.el (gnus-registry-max-entries): Ditto.
7482
7483 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7484
7485 * gnus-start.el (gnus-save-killed-list): Ditto.
7486
7487 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7488 (gnus-sum-thread-tree-root): Ditto.
7489 (gnus-sum-thread-tree-false-root): Ditto.
7490 (gnus-sum-thread-tree-single-indent): Ditto.
7491
7492 * message.el (message-courtesy-message): Ditto.
7493 (message-archive-note): Ditto.
7494 (message-subscribed-address-file): Ditto.
7495 (message-user-fqdn): Ditto.
7496
7497 * spam-report.el (spam-report-gmane-regex): Ditto.
7498
7499 * spam.el (spam-blackhole-good-server-regex): Ditto.
7500
75012004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7502
7503 * mml.el (mml-preview): Widen the message buffer before copying
7504 the contents to the preview buffer; sort headers before previewing.
7505
7506 * message.el (message-hidden-headers): Fix the way to avoid a bug
7507 in the `repeat' widget in Emacs 21.3 or earlier.
7508
75092004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7510
7511 * message.el (message-hidden-headers): Default to "^References:".
7512 Improve customization type. Suggested by Reiner Steib
7513 <Reiner.Steib@gmx.de>.
7514
75152004-11-25 Romain Francoise <romain@orebokech.com>
7516
7517 * message.el (message-strip-forbidden-properties): Remove check for
7518 obsolete `message-hidden' text property, hidden headers are not
7519 accessible in the buffer anymore.
7520
75212004-11-22 Romain Francoise <romain@orebokech.com>
7522
7523 * message.el (message-header-format-alist): Add `From' in list
7524 so that it can be sorted.
7525 (message-fix-before-sending): Widen and sort headers before
7526 sending.
7527 (message-hide-headers): Use narrowing to hide headers by moving
7528 them to the top of the buffer and narrowing to the region
7529 underneath.
7530
75312004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7532
7533 * message.el (message-strip-forbidden-properties): Bind
7534 buffer-read-only (etc) to nil.
7535
75362004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
7537
7538 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7539 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7540
75412004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
7542
7543 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7544
75452004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7546
7547 * dns.el (query-dns): Use sit-for to time instead of
7548 accept-process-output, since that doesn't seem to work on udp
7549 sockets.
7550
75512004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7552
7553 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7554
75552004-11-15 Jesper Harder <harder@ifa.au.dk>
7556
7557 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7558 doc string. Improve doc string.
7559
75602004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7561
7562 * nntp.el (nntp-request-update-info): Return nil if
7563 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7564 may not call gnus-activate-group which uselessly issues the GROUP
7565 commands for all nntp groups and wastes time. Reported by Romain
7566 Francoise <romain@orebokech.com>.
7567
7568 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7569
75702004-11-15 Simon Josefsson <jas@extundo.com>
7571
7572 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7573 headers separately.
7574 (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7575 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7576
75772004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
7578
7579 * gnus-start.el (gnus-convert-old-newsrc):
7580 Assign legacy-gnus-agent to 5.10.7.
7581
75822004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7583
7584 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7585 start of the lines.
7586
75872004-11-14 Magnus Henoch <mange@freemail.hu>
7588
7589 * hashcash.el (hashcash-default-payment): Change default to 20
7590 (hashcash-default-accept-payment): Change default to 20
7591 (hashcash-process-alist): New variable
7592 (hashcash-generate-payment-async): Add
7593 (hashcash-already-paid-p): Add
7594 (hashcash-insert-payment): Don't generate payments twice
7595 (hashcash-insert-payment-async): Add
7596 (hashcash-insert-payment-async-2): Add
7597 (hashcash-cancel-async): Add
7598 (hashcash-wait-async): Add
7599 (hashcash-processes-running-p): Add
7600 (hashcash-wait-or-cancel): Add
7601 (mail-add-payment): New optional argument. Conditionally start
7602 asynchronous calculation.
7603 (mail-add-payment-async): Add
7604
7605 * message.el (message-send-mail): Wait for asynchronous hashcash
7606 results. Don't clobber existing X-Hashcash headers.
7607 (message-setup-1): Call mail-add-payment-async when
7608 message-generate-hashcash is non-nil.
7609
76102004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
7611
7612 * message.el (message-use-alternative-email-as-from): Examine the
7613 From header as well; use message-make-from in order to include a
7614 user's full name.
7615
76162004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7617
7618 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7619 default; improve customization type.
7620 (gnus-emphasis-custom-with-format): New macro.
7621 (gnus-emphasis-custom-value-to-external): New function.
7622 (gnus-emphasis-custom-value-to-internal): New function.
7623
76242004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7625
7626 * dns.el (query-dns): Resolve reverse addresses.
7627
76282004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7629
7630 * gnus-group.el (gnus-group-get-new-news): Use it.
7631
7632 * gnus-start.el (gnus-check-reasonable-setup): New function.
7633
76342004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7635
7636 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7637 "Args out of range" error. Reported by Arnaud Giersch
7638 <arnaud.giersch@free.fr>.
7639
76402004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
7641
7642 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7643
76442004-11-04 Richard M. Stallman <rms@gnu.org>
7645
7646 * spam.el (spam group): Add :version.
7647
7648 * pgg-def.el (pgg group): Add :version.
7649
76502004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7651
7652 * gnus-art.el (gnus-article-edit-article): Don't associate the
7653 article buffer with a draft file. This is a temporary measure
7654 against the 2004-08-22 change to gnus-article-edit-mode.
7655
76562004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7657
7658 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7659 (html2text-format-tags): Remove unused variable `attr'.
7660
76612004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
7662
7663 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7664
7665 * spam-stat.el (spam-stat): Add :version.
7666
7667 * sieve.el (sieve): Add :version.
7668
7669 * sha1.el (sha1): Add :version.
7670 (sha1-use-external): Remove redundant version.
7671
7672 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7673 (nnmail-cache-ignore-groups, nnmail-spool-hook)
7674 (nnmail-split-fancy-match-partial-words)
7675 (nnmail-split-lowercase-expanded): Add :version.
7676
7677 * nndiary.el (nndiary): Add :version.
7678
7679 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7680
7681 * mml-sec.el (mml-default-sign-method)
7682 (mml-default-encrypt-method, mml-signencrypt-style-alist):
7683 Add :version.
7684
7685 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7686
7687 * mm-url.el (mm-url-use-external, mm-url-program)
7688 (mm-url-arguments): Add :version.
7689
7690 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7691 (mm-attachment-file-modes, mm-decrypt-option)
7692 (mm-w3m-safe-url-regexp): Add :version.
7693
7694 * message.el (message-cite-prefix-regexp)
7695 (message-sendmail-envelope-from, message-minibuffer-local-map)
7696 (message-user-fqdn, message-completion-alist): Add :version.
7697
7698 * gnus-win.el (gnus-configure-windows-hook)
7699 (gnus-use-frames-on-any-display): Add :version.
7700
7701 * gnus-art.el (gnus-article-address-banner-alist)
7702 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7703 (gnus-treat-from-picon, gnus-treat-mail-picon)
7704 (gnus-treat-x-pgp-sig): Add :version.
7705
7706 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7707 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7708 (gnus-summary-article-delete-hook)
7709 (gnus-summary-display-while-building): Add :version.
7710
7711 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7712 (gnus-get-top-new-news-hook):Add :version.
7713
7714 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7715 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7716
7717 * gnus-registry.el (gnus-registry): Add :version.
7718
7719 * gnus-spec.el (gnus-use-correct-string-widths)
7720 (gnus-make-format-preserve-properties): Add :version.
7721
7722 * gnus.el (gnus-group-charter-alist)
7723 (gnus-group-fetch-control-use-browse-url)
7724 (gnus-install-group-spam-parameters): Add :version.
7725
7726 * gnus-diary.el (gnus-diary): Add :version.
7727
7728 * gnus-delay.el (gnus-delay): Add :version.
7729
7730 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7731 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7732 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7733 Add :version.
7734
7735 * gnus-agent.el (gnus-agent-max-fetch-size)
7736 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7737 (gnus-agent-prompt-send-queue): Add :version.
7738
7739 * deuglify.el (gnus-outlook-deuglify): Add :version.
7740
7741 * html2text.el: Beautify code. Improve doc strings. Some
7742 checkdoc cleanup.
7743 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7744
77452004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
7746
7747 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7748
77492004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
7750
7751 * gnus-registry.el (gnus-registry-hashtb): Create the registry
7752 when package is loaded.
7753
7754 * spam.el (spam-summary-score-preferred-header): Add global preference
7755 for people who want to override the default SpamAssassin over
7756 Bogofilter preference (when both are set).
7757 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7758 (spam-user-format-function-S): Check
7759 spam-summary-score-preferred-header.
7760 (spam-extra-header-to-number): Add X-Bogosity header parsing.
7761 (spam-user-format-function-S): Format the score correctly.
7762
77632004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
7764
7765 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7766 signature file. Suggested by Manoj Srivastava
7767 <srivasta@golden-gryphon.com>.
7768
7769 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7770 iso-2022-jp even in the Japanese language environment.
7771 Suggested by Jason Rumney <jasonr@gnu.org>.
7772
77732004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7774
7775 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7776 use the same characters as the dummy marks; make it free from
7777 getting affected by the language environment.
7778 (gnus-summary-read-group-1): Update mark positions only when the
7779 format spec is updated.
7780
7781 * gnus-spec.el (gnus-update-format-specifications): Return a list
7782 of updated types.
7783
77842004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
7785
7786 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7787 of boundp to check if display-warning is available.
7788
77892004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
7790
7791 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7792
77932004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
7794
7795 * nnspool.el (nnspool-spool-directory): Use news-path if the
7796 news-directory variable is not bound.
7797
7798 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7799 function instead of display-warning if it is not available.
7800
78012004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
7802
7803 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7804 v5-10: Use `point-at-bol'.
7805
78062004-10-26 Simon Josefsson <jas@extundo.com>
7807
7808 * hashcash.el: Fix URL in comment, reported by Cheng Gao
7809 <chenggao@gmail.com>.
7810
78112004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
7812
7813 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
7814 instead.
7815
78162004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
7817
7818 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7819 to remove a server from the nnimap-server-buffer-alist.
7820 (nnimap-open-connection, nnimap-close-server): Use it.
7821
7822 * gnus-encrypt.el: Remove file in favor of encrypt.el.
7823
78242004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7825
7826 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7827 running the major-mode function.
7828
78292004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7830
7831 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7832 dummy marks in the right way.
7833
78342004-10-18 David Edmondson <dme@dme.org>
7835
7836 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7837 excessively.
7838
78392004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
7840
7841 * gnus-util.el (gnus-split-references): Accept a nil references
7842 string and go on blissfully.
7843
7844 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7845 cases where the references string is non-nil but has no references.
7846
7847 * encrypt.el: Add autoload tags.
7848
7849 * spam.el (spam-resolve-registrations-routine): Remove article
7850 from unregistration list too. Reported by David Hanak
7851 <dhanak@isis.vanderbilt.edu>
7852
78532004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
7854
7855 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7856 nil. Changed custom type.
7857
78582004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
7859
7860 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7861
7862 * gnus-sum.el (gnus-summary-move-article): Use it.
7863
78642004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
7865
7866 * encrypt.el: Add autoload cookies.
7867
7868 * spam.el (spam-backend-article-list-property)
7869 (spam-backend-get-article-todo-list)
7870 (spam-backend-put-article-todo-list, )
7871 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7872 Resolve registrations separately.
7873 (spam-register-routine): Format comments.
7874 (spam-unregister-routine, spam-register-routine): Always call with
7875 specific-articles, no default list.
7876 (spam-summary-prepare-exit): Use the spam-classifications function.
7877
7878 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7879 gnus-encrypt.el.
7880
7881 * encrypt.el: copied from gnus-encrypt.el
7882
7883 * gnus-encrypt.el: commented that it's obsolete
7884
78852004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
7886
7887 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7888 (gnus-score-save): Use it.
7889
7890 * message.el (message-bury): Use `window-dedicated-p'.
7891
78922004-10-15 Simon Josefsson <jas@extundo.com>
7893
7894 * pop3.el (top-level): Don't require nnheader.
7895 (pop3-read-timeout): Add.
7896 (pop3-accept-process-output): Add.
7897 (pop3-read-response, pop3-retr): Use it.
7898
78992004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
7900
7901 * spam.el (spam-register-routine): Move comment.
7902 (spam-verify-bogofilter): Use 'unknown for the initial
7903 spam-bogofilter-valid state, not 'never.
7904
7905 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7906 for netrc-machine.
7907
7908 * nnimap.el (nnimap-open-connection): Use
7909 netrc-machine-user-or-password.
7910
79112004-10-17 Richard M. Stallman <rms@gnu.org>
7912
7913 * gnus-registry.el (gnus-registry-unload-hook):
7914 Set as a variable with add-hook.
7915
7916 * nnspool.el (nnspool-spool-directory): Use news-directory instead
7917 of news-path.
7918
7919 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7920
7921 * spam.el: Delete duplicate `provide'.
7922 (spam-unload-hook): Set as a variable with add-hook.
7923
79242004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
7925
7926 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7927 in the doc string.
7928
7929 * message.el (message-ignored-news-headers)
7930 (message-ignored-supersedes-headers)
7931 (message-ignored-resent-headers)
7932 (message-forward-ignored-headers): Improve custom type.
7933
79342004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7935
7936 * message.el (message-tokenize-header): Fix 2004-09-06 change
7937 which used point-min in the wrong place.
7938
79392004-10-12 Simon Josefsson <jas@extundo.com>
7940
7941 * tls.el (tls-certtool-program): New variable.
7942 (tls-certificate-information): New function, based on
7943 ssl-certificate-information.
7944
79452004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7946
7947 * compface.el: Move the version of ELisp-based uncompface program
7948 to the contrib directory because of the copyright problem.
7949
79502004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7951
7952 * message.el (message-kill-buffer): Raise the current frame.
7953
79542004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
7955
7956 * gnus-sum.el: Mention that multibyte characters don't work as marks.
7957
7958 * gnus.el (message-y-or-n-p): Autoload.
7959
7960 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7961 (pop3-password-required, pop3-authentication-scheme)
7962 (pop3-leave-mail-on-server): Made customizable.
7963 (pop3): New custom group.
7964 (pop3-retr): Remove `sleep-for' statements.
7965 Suggested by Dave Love <fx@gnu.org>.
7966
7967 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7968 Windows/DOS.
7969
7970 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7971 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
7972 Dave Love <fx@gnu.org>.
7973
7974 * mml.el (mml-minibuffer-read-disposition): Require match.
7975 Suggested by Dave Love <fx@gnu.org>.
7976
79772004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
7978
7979 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
7980 doc string.
7981
79822004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
7983
7984 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7985
79862004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7987
7988 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7989 instead of calling `mm-insert-inline', to decode text/* parts
7990 before displaying them.
7991
79922004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7993
7994 * mm-uu.el (mm-uu-text-plain-type): New variable.
7995 (mm-uu-pgp-signed-extract-1): Use it.
7996 (mm-uu-pgp-encrypted-extract-1): Use it.
7997 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7998 bind mm-uu-text-plain-type with that value.
7999 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
8000 mm-uu-dissect.
8001
80022004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
8003
8004 * gnus-group.el (gnus-update-group-mark-positions):
8005 * gnus-sum.el (gnus-update-summary-mark-positions):
8006 * message.el (message-check-news-body-syntax):
8007 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
8008 of string-as-multibyte.
8009
80102004-10-05 Juri Linkov <juri@jurta.org>
8011
8012 * gnus-group.el (gnus-update-group-mark-positions):
8013 * gnus-sum.el (gnus-update-summary-mark-positions):
8014 * message.el (message-check-news-body-syntax):
8015 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
8016 8-bit unibyte values to a multibyte string for search functions.
8017
80182004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
8019
8020 * mm-uu.el (mm-uu-dissect): Allow optional arg.
8021 (mm-uu-dissect-text-parts): New function.
8022
8023 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
8024 dissect text parts.
8025
8026 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
8027 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
8028
8029 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
8030
8031 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
8032 gnus-current-topics instead of gnus-current-topic.
8033
80342004-10-06 Jesper Harder <harder@ifa.au.dk>
8035
8036 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
8037
80382004-10-05 Jesper Harder <harder@ifa.au.dk>
8039
8040 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
8041 where approriate.
8042
8043 * nnml.el (nnml-generate-active-info): do.
8044
8045 * nndiary.el (nndiary-generate-active-info): do.
8046
8047 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
8048 (gnus-topic-move): do.
8049
8050 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
8051 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
8052
8053 * gnus-srvr.el (gnus-server-prepare)
8054 (gnus-server-open-all-servers): do.
8055
8056 * gnus-msg.el (gnus-summary-cancel-article)
8057 (gnus-summary-resend-message)
8058 (gnus-summary-mail-crosspost-complaint): do.
8059
8060 * gnus-move.el (gnus-change-server): do.
8061
8062 * gnus-group.el (gnus-group-unmark-all-groups)
8063 (gnus-group-set-current-level): do.
8064
80652004-10-04 Simon Josefsson <jas@extundo.com>
8066
8067 * message.el (message-generate-hashcash): Doc fix.
8068
80692004-10-02 Kevin Greiner <kgreiner@compsol.cc>
8070
8071 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
8072 avoid infinite recursion via gnus-get-function.
8073
80742004-10-02 Jesper Harder <harder@ifa.au.dk>
8075
8076 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
8077
8078 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
8079
8080 * nnmail.el (nnmail-split-history): do.
8081
8082 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
8083 (nnml-request-delete-group): do.
8084
8085 * nnslashdot.el (nnslashdot-read-groups): do.
8086
8087 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
8088 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
8089
8090 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
8091 (nnspool-sift-nov-with-sed): Use last
8092 (nnspool-retrieve-headers-with-nov): Use mapc.
8093 (nnspool-request-newgroups): Use dolist.
8094 (nnspool-request-group): Use last.
8095
8096 * nntp.el (nntp-read-server-type): Use dolist.
8097
8098 * nnvirtual.el (nnvirtual-create-mapping)
8099 (nnvirtual-update-read-and-marked): Use dolist.
8100 (nnvirtual-convert-headers): Simplify.
8101
81022004-10-01 Kevin Greiner <kgreiner@compsol.cc>
8103
8104 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
8105 support for sync'ing tick marks.
8106
81072004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
8108
8109 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
8110 there's no visible header.
8111
81122004-10-01 Kevin Greiner <kgreiner@compsol.cc>
8113
8114 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
8115 necessary, pass full group name to gnus-request-set-marks.
8116
81172004-10-01 Simon Josefsson <jas@extundo.com>
8118
8119 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
8120 acroread.
8121
81222004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8123
8124 * spam-report.el (spam-report-gmane): Fix interactive.
8125
8126 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
8127
8128 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
8129 when writing file.
8130 (gnus-agent-synchronize-flags): Don't default to being
8131 interactive.
8132
81332004-09-30 Simon Josefsson <jas@extundo.com>
8134
8135 * message.el (message-generate-hashcash): Add.
8136 (message-send-mail): Use it, call mail-add-payment.
8137
81382004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
8139
8140 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
8141
81422004-09-28 Kevin Greiner <kgreiner@compsol.cc>
8143
8144 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
8145 gnus-requst-update-info with explicit code to sync the in-memory
8146 info read flags with the marks being sync'd to the backend.
8147
8148 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
8149
81502004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8151
8152 * spam.el (spam-verify-bogofilter): Add new function.
8153 (spam-check-bogofilter)
8154 (spam-bogofilter-register-with-bogofilter): Use it.
8155 (spam-verify-bogofilter): Add small fixes.
8156
81572004-09-28 Simon Josefsson <jas@extundo.com>
8158
8159 * hashcash.el (hashcash-generate-payment): Revert.
8160
81612004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8162
8163 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
8164 gnus-extract-references instead of gnus-split-references.
8165
8166 * gnus-util.el (gnus-extract-references): Add new function, analogous
8167 to gnus-split-references but extracts only the message-ID without
8168 anything extra.
8169
8170 * hashcash.el (hashcash-generate-payment)
8171 (hashcash-check-payment): Do the right thing if hashcash-path is
8172 nil (because the hashcash program could not be found).
8173
8174 * spam.el (spam-use-hashcash): Remove comment.
8175
81762004-09-27 Jesper Harder <harder@ifa.au.dk>
8177
8178 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
8179 (gnus-cache-enter-article, gnus-cache-remove-article)
8180 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
8181
8182 * gnus-async.el (gnus-async-prefetch-remove-group): do.
8183
8184 * gnus-art.el (article-hide-boring-headers)
8185 (article-translate-strings, article-display-face)
8186 (gnus-article-mime-match-handle-first)
8187 (gnus-article-highlight-headers)
8188 (gnus-article-add-buttons-to-head): do.
8189
81902004-09-27 Simon Josefsson <jas@extundo.com>
8191
8192 * hashcash.el: New version, from
8193 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
8194 ../contrib/.
8195
81962004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
8197
8198 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
8199
82002004-09-26 Jesper Harder <harder@ifa.au.dk>
8201
8202 * gnus-dup.el (gnus-dup-open): Use mapc.
8203 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
8204
8205 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
8206 Reported by Stefan Wiens <s.wi@gmx.net>.
8207
8208 * gnus.el (gnus-shutdown): Use dolist.
8209
8210 * gnus-undo.el (gnus-undo): Use mapc.
8211
8212 * nnrss.el (nnrss-generate-active): do.
8213
8214 * message.el (message-cite-original-without-signature)
8215 (message-cite-original): Use mapc.
8216 (message-do-actions, message-make-forward-subject): Use dolist.
8217
82182004-09-25 Kevin Greiner <kgreiner@compsol.cc>
8219
8220 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
8221 deletion to remove entire duplicate line. Fixes merged article
8222 number bug.
8223
82242004-09-25 Kevin Greiner <kgreiner@compsol.cc>
8225
8226 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
8227 servers that are offline. Avoids having gnus-agent-toggle-plugged
8228 first ask if you want to open a server and then, even when you
8229 responded with no, asking if you want to synchronize the server's
8230 flags.
8231 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
8232 multi-line expressions.
8233 (gnus-agent-synchronize-group-flags): New internal function.
8234 Updates marks in memory (in the info structure) AND in the
8235 backend.
8236
8237 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
8238
8239 * nnagent.el (nnagent-request-set-mark): Use
8240 gnus-agent-synchronize-group-flags, not backend's request-set-mark
8241 method, to ensure that synchronization updates marks in the
8242 backend and in the info (in memory) structure.
8243
82442004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
8245
8246 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
8247 convention fully; don't miss the root article of a thread; make
8248 the X-Draft-From header with correct article numbers.
8249
82502004-09-23 Kevin Greiner <kgreiner@compsol.cc>
8251
8252 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
8253 unless plugged. Disable the agent so that an open failure causes
8254 an error.
8255
8256 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
8257 Reverted 2004-09-21 change. The backend must be opened while
8258 synchronizing flags even when the backend stores the flags
8259 locally.
8260
82612004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8262
8263 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
8264 in `header' match. Reported by Svend Tollak Munkejord.
8265
8266 * message.el (message-cite-original): Fix use of
8267 `message-cite-articles-with-x-no-archive'.
8268
82692004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8270
8271 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
8272 (gnus-window-to-buffer): Ditto.
8273
8274 * mml.el (mml-preview-buffer): New variable.
8275 (mml-preview): Manage window layout with gnus-buffer-configuration.
8276
8277 * gnus-msg.el (gnus-setup-message): Put article numbers into the
8278 X-Draft-From header even if those articles aren't quoted.
8279
82802004-09-21 Kevin Greiner <kgreiner@compsol.cc>
8281
8282 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
8283 (gnus-request-set-mark, gnus-request-update-mark): Use new
8284 g-s-t-u-l-m to decide to use backend even when unplugged.
8285
82862004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
8287
8288 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
8289 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
8290
82912004-09-20 Simon Josefsson <jas@extundo.com>
8292
8293 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
8294 "utf-16-le".
8295
82962004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8297
8298 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
8299
83002004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
8301
8302 * uudecode.el (uudecode-use-external): Add :version.
8303
8304 * smime.el (smime-CA-file, smime-encrypt-cipher)
8305 (smime-dns-server): Add :version.
8306
8307 * smiley.el (gnus-smiley-file-types): Add :version.
8308
8309 * sha1.el (sha1-use-external): Add :version.
8310
8311 * pgg-def.el (pgg-query-keyserver): Add :version.
8312
8313 * nnmail.el (nnmail-fancy-expiry-targets)
8314 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
8315 Add :version.
8316
8317 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
8318 (nnimap-retrieve-groups-asynchronous): Add :version.
8319 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
8320
8321 * mml.el (mml-content-disposition-parameters)
8322 (mml-insert-mime-headers-always): Add :version.
8323
8324 * mm-util.el (mm-coding-system-priorities): Add :version.
8325
8326 * mm-decode.el (mm-inline-text-html-with-images)
8327 (mm-keep-viewer-alive-types, mm-external-terminal-program)
8328 (mm-verify-option): Add :version.
8329 (mm-text-html-renderer): Change :version.
8330
8331 * message.el (message-fcc-externalize-attachments)
8332 (message-required-headers, message-draft-headers)
8333 (message-subject-trailing-was-query)
8334 (message-subject-trailing-was-ask-regexp)
8335 (message-subject-trailing-was-regexp, message-mark-insert-begin)
8336 (message-mark-insert-end, message-archive-header)
8337 (message-archive-note, message-cross-post-default)
8338 (message-cross-post-note, message-followup-to-note)
8339 (message-cross-post-note-function, message-use-mail-followup-to)
8340 (message-subscribed-address-functions)
8341 (message-subscribed-address-file, message-subscribed-addresses)
8342 (message-subscribed-regexps, message-allow-no-recipients)
8343 (message-yank-cited-prefix, message-signature-insert-empty-line)
8344 (message-hidden-headers, message-hierarchical-addresses)
8345 (message-mail-user-agent, message-use-idna)
8346 (message-valid-fqdn-regexp)
8347 (message-strip-special-text-properties, message-header-synonyms)
8348 (message-beginning-of-line, message-tab-body-function): Add :version.
8349 (message-insert-canlock, message-wide-reply-confirm-recipients):
8350 Change :version.
8351
8352 * mail-source.el (mail-source-ignore-errors): Add :group, :type
8353 and :version.
8354 (mail-source-delete-old-incoming-confirm)
8355 (mail-source-movemail-program): Add :version.
8356
8357 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
8358 (gnus-agent-cache, gnus-agent): Change :version.
8359
8360 * gnus-util.el (gnus-use-byte-compile): Change :version.
8361
8362 * gnus-sum.el (gnus-summary-make-false-root-always)
8363 (gnus-summary-default-high-score)
8364 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
8365 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
8366 (gnus-read-all-available-headers, gnus-article-emulate-mime)
8367 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
8368 (gnus-sum-thread-tree-single-indent)
8369 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8370 (gnus-sum-thread-tree-leaf-with-other)
8371 (gnus-sum-thread-tree-single-leaf): Add :version.
8372 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
8373 (gnus-article-loose-mime): Change :version.
8374
8375 * gnus-start.el (gnus-backup-startup-file)
8376 (gnus-save-startup-file-via-temp-buffer): Add :version.
8377
8378 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
8379 (gnus-server-offline-face): Add :version.
8380
8381 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
8382
8383 * gnus-msg.el (gnus-gcc-externalize-attachments)
8384 (gnus-debug-files, gnus-debug-exclude-variables)
8385 (gnus-discouraged-post-methods): Change :version.
8386 (gnus-confirm-mail-reply-to-news)
8387 (gnus-confirm-treat-mail-like-news): Add :version.
8388
8389 * gnus-int.el (gnus-server-unopen-status): Add :version.
8390
8391 * gnus-group.el (gnus-group-jump-to-group-prompt)
8392 (gnus-large-ephemeral-newsgroup)
8393 (gnus-fetch-old-ephemeral-headers): Add :version.
8394
8395 * gnus-fun.el (gnus-x-face-directory)
8396 (gnus-convert-pbm-to-x-face-command)
8397 (gnus-convert-image-to-x-face-command)
8398 (gnus-convert-image-to-face-command): Add :version.
8399
8400 * gnus-delay.el (gnus-delay-default-hour): Add :version.
8401
8402 * gnus-cite.el (gnus-cite-blank-line-after-header)
8403 (gnus-article-boring-faces): Add :version.
8404
8405 * gnus-art.el (gnus-buttonized-mime-types)
8406 (gnus-inhibit-mime-unbuttonizing)
8407 (gnus-treat-display-face)
8408 (gnus-treat-body-boundary): Change :version.
8409 (gnus-body-boundary-delimiter, gnus-picon-databases)
8410 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
8411 (gnus-treat-date-english, gnus-treat-fold-headers)
8412 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
8413 (gnus-treat-mail-picon, gnus-treat-wash-html)
8414 (gnus-article-encrypt-protocol)
8415 (gnus-use-idna, gnus-article-over-scroll)
8416 (gnus-mime-display-multipart-alternative-as-mixed)
8417 (gnus-mime-display-multipart-related-as-mixed)
8418 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
8419 (gnus-ctan-url, gnus-button-ctan-handler)
8420 (gnus-button-handle-ctan-bogus-regexp)
8421 (gnus-button-ctan-directory-regexp)
8422 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
8423 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
8424 (gnus-button-man-level, gnus-button-emacs-level)
8425 (gnus-button-message-level, gnus-button-browse-level): Add :version.
8426
8427 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
8428 (gnus-agent-go-online): Change :version.
8429 (gnus-agent-expire-unagentized-dirs)
8430 (gnus-agent-auto-agentize-methods): Add :version.
8431
8432 * flow-fill.el (fill-flowed-display-column)
8433 (fill-flowed-encode-column): Add :version.
8434
8435 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8436 (gnus-outlook-deuglify-unwrap-max)
8437 (gnus-outlook-deuglify-cite-marks)
8438 (gnus-outlook-deuglify-unwrap-stop-chars)
8439 (gnus-outlook-deuglify-no-wrap-chars)
8440 (gnus-outlook-deuglify-attrib-cut-regexp)
8441 (gnus-outlook-deuglify-attrib-verb-regexp)
8442 (gnus-outlook-deuglify-attrib-end-regexp)
8443 (gnus-outlook-display-hook): Add :version.
8444
8445 * binhex.el (binhex-use-external): Add :version.
8446
84472004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
8448
8449 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8450 and `invisible'.
8451
84522004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8453
8454 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8455 in gnus-registry-trim.
8456
84572004-09-13 Simon Josefsson <jas@extundo.com>
8458
8459 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8460
8461 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8462
8463 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8464 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8465 <yamaoka@jpl.org>.
8466 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8467 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8468 <yamaoka@jpl.org>.
8469
8470 * sieve.el (sieve-manage-mode): Ditto.
8471
84722004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
8473
8474 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8475
84762004-09-11 Simon Josefsson <jas@extundo.com>
8477
8478 * dns-mode.el: Add.
8479
8480 * mm-view.el (mm-display-dns-inline): Add.
8481
8482 * mm-decode.el (mm-inline-media-tests): Add text/dns.
8483 (mm-automatic-display): Ditto.
8484
8485 * mailcap.el (mailcap-mime-data): Add text/dns.
8486 (mailcap-mime-extensions): Map .soa to text/dns.
8487
84882004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
8489
8490 * gnus-art.el (article-decode-mime-words, article-babel)
8491 (gnus-article-highlight-signature, gnus-article-add-buttons)
8492 (gnus-signature-toggle): Remove unnecessary bindings of
8493 `inhibit-read-only' inherited from v5.10 merge.
8494
84952004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
8496
8497 * nntp.el (nntp): New customization group.
8498 (nntp-authinfo-file): Add customization group.
8499
8500 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8501
8502 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8503
8504 * gnus.el (to-address, to-list, subscribed)
8505 (large-newsgroup-initial): Ditto.
8506
8507 * flow-fill.el (fill-flowed-display-column)
8508 (fill-flowed-encode-column): Ditto.
8509
85102004-09-06 Stefan <monnier@iro.umontreal.ca>
8511
8512 * message.el (message-tokenize-header, message-send-mail-with-qmail):
8513 Use point-min rather than 1.
8514 (message-send-mail): Use buffer-size rather than point-max.
8515
8516 * gnus-sum.el (gnus-summary-search-article-forward):
8517 Signal a specific `search-failed' rather than a generic `error'.
8518
8519 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8520 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8521 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8522
85232004-09-10 Simon Josefsson <jas@extundo.com>
8524
8525 * nndb.el (require): Remove tcp and duplicate cl.
8526
85272004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8528
8529 * gnus-agent.el (directory-files-and-attributes): Move forward.
8530
85312004-09-09 Kevin Greiner <kgreiner@compsol.cc>
8532
8533 * gnus-agent.el (directory-files-and-attributes): Optionally
8534 defined to support XEmacs.
8535
85362004-09-09 Kevin Greiner <kgreiner@compsol.cc>
8537
8538 * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8539 to avoid run-time CL dependencies.
8540 (gnus-agent-unfetch-articles): New function.
8541 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8542 article numbers even when local .overview file is missing.
8543 (gnus-agent-read-article-number): New function. Only accepts
8544 27-bit article numbers.
8545 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8546 gnus-agent-read-article-number.
8547 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8548 from backend while recognizing that article numbers in .overview
8549 must be valid.
8550 (gnus-agent-update-files-total-fetched-for): Use
8551 directory-files-and-attributes to improve performance.
8552 * gnus-int.el (gnus-request-move-article): Use
8553 gnus-agent-unfetch-articles in place of gnus-agent-expire to
8554 improve performance.
8555
8556 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8557 some users confused by references to .newsrc when they only have a
8558 .newsrc.eld file.
8559 (gnus-convert-mark-converter-prompt,
8560 gnus-convert-converter-needs-prompt): Fixed use of property list.
8561 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8562 New function. Used internally to only display 'gnus converting
8563 files' message when actually necessary.
8564
8565 * gnus-sum.el (): Removed (require 'gnus-agent) as required
8566 methods now autoloaded.
8567
85682004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
8569
8570 * gnus-sum.el (gnus-summary-insert-subject): Remove list
8571 identifiers.
8572
85732004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
8574
8575 * gnus-picon.el: Fix indentation and closing parenthesis.
8576
85772004-09-01 Simon Josefsson <jas@extundo.com>
8578
8579 * message.el (message-canlock-generate): Require sha1, not
8580 sha1-el. (Can we get rid of this require alltogheter? It is ugly
8581 to require within a function. Sadly, if sha1.el isn't loaded, the
8582 let binding in m-c-g will hide the defcustom definition, which is
8583 bad.)
8584
8585 * canlock.el: Require sha1, not sha1-el.
8586
8587 * message.el: Don't autoload sha1 (there is a autoload cookie in
8588 sha1.el).
8589
8590 * sha1-el.el: Renamed to sha1.el.
8591
85922004-08-30 Juanma Barranquero <lektu@terra.es>
8593
8594 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8595
85962004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8597
8598 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8599
86002004-08-30 Kim F. Storm <storm@cua.dk>
8601
8602 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8603
8604 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8605 Add :group 'nnimap.
8606
86072004-08-30 Andreas Schwab <schwab@suse.de>
8608
8609 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8610 ?* and ?\;.
8611
8612 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8613 and ?\' to symbol instead of whitespace.
8614
86152004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
8616
8617 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8618
8619 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8620 instead of re-search-forward.
8621
8622 * gnus-uu.el (gnus-uu-save-article): Ditto.
8623 (gnus-uu-post-encode-uuencode): Ditto.
8624
8625 * html2text.el (html2text-clean-list-items): Ditto.
8626 (html2text-clean-dtdd): Ditto.
8627 (html2text-format-tags): Ditto.
8628
8629 * message.el (message-send-mail-with-sendmail): Fix regexp.
8630 (message-fill-field-general): Use search-forward instead of
8631 re-search-forward.
8632 (unbold-region): Ditto.
8633
8634 * nnrss.el (nnrss-request-article): Ditto.
8635
8636 * nnslashdot.el (nnslashdot-request-article): Ditto.
8637
8638 * nnweb.el (nnweb-gmane-wash-article): Ditto.
8639
8640 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8641 "Unrecognized menu descriptor" error in XEmacs.
8642
86432004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
8644
8645 * gnus-sum.el (gnus-read-header): Don't remove a header for the
8646 parent article of a sparse article in the thread hashtb.
8647
86482004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
8649
8650 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8651 (nnmail-expand-newtext): Lowercase expanded entries if
8652 nnmail-split-lowercase-expanded is non-nil.
8653
86542004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
8655
8656 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8657 entry.
8658
8659 * gnus-group.el (gnus-group-line-format-alist): Convert the value
8660 of gnus-tmp-news-method into string under XEmacs. It will be
8661 passed to gnus-correct-length which takes only a string argument.
8662
86632004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
8664
8665 * gnus-util.el (gnus-bind-print-variables): New macro.
8666 (gnus-prin1): Use it.
8667 (gnus-prin1-to-string): Use it.
8668 (gnus-pp): New function.
8669 (gnus-pp-to-string): New function.
8670
8671 * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8672 pp-to-string with gnus-pp-to-string.
8673 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8674 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8675 * gnus-msg.el (gnus-debug): Ditto.
8676 * gnus-score.el (gnus-score-save): Ditto.
8677 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8678 gnus-pp-to-string.
8679 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8680 with gnus-pp.
8681 * score-mode.el (gnus-score-pretty-print): Ditto.
8682 * webmail.el (webmail-debug): Ditto.
8683
86842004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
8685
8686 * gnus-art.el (article-display-face, article-display-x-face): Use
8687 buffer-read-only.
8688
86892004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
8690
8691 * gnus-art.el (article-hide-list-identifiers): Bind
8692 inhibit-read-only as t.
8693
86942004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8695
8696 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8697
86982004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8699
8700 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8701 (gnus-narrow-to-page): Don't assume point-min == 1.
8702 (gnus-article-edit-mode): Derive from message-mode.
8703
8704 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8705 point-min == 1.
8706
8707 * imap.el (imap-parse-address-list, imap-parse-body-ext):
8708 Disable incorrect use of `assert'.
8709
8710 * message.el (message-mode): Set comment-start-skip.
8711
8712
87132004-08-22 Sam Steingold <sds@gnu.org>
8714
8715 * pop3.el (pop3-leave-mail-on-server): New user variable.
8716 (pop3-movemail): Delete mail only when it is nil.
8717
87182004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
8719
8720 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8721
8722 * mml.el (mml-preview): Use `pop-to-buffer'.
8723
8724 * message.el (message-goto-mail-followup-to): Insert after "To".
8725 (message-carefully-insert-headers): Add comment.
8726
8727 * gnus.el: Remove unused variable `gnus-article-check-size'.
8728
8729 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8730
8731 * gnus-art.el (gnus-button-alist): Improve
8732 `gnus-button-handle-library' entry.
8733
87342004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
8735
8736 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8737 downcase, since XEmacs capitalizes error messages differently.
8738
87392004-08-18 Jesper Harder <harder@ifa.au.dk>
8740
8741 * nntp.el: Add (require 'gnus) due to reference to
8742 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
8743
87442004-08-18 Florian Weimer <fw@deneb.enyo.de>
8745
8746 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8747 `mm-fill-flowed'.
8748
8749 * mm-decode.el (mm-dissect-singlepart): Check it.
8750
87512004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
8752
8753 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8754 'imap' for netrc parsing.
8755
87562004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
8757
8758 * mailcap.el (mailcap-mime-data): Mark as risky.
8759
87602004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
8761
8762 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8763 may be included in the encoded word.
8764 (rfc2047-encode): Don't append a space if the encoded word
8765 includes close parenthesis.
8766
87672004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
8768
8769 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8770 of text within parentheses.
8771
87722004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
8773
8774 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8775 (gnus-encrypt-write-file-contents): Make the password key the file
8776 name PLUS the cipher, not just the cipher. Also remove failed
8777 passwords from the cache.
8778
87792004-08-06 Simon Josefsson <jas@extundo.com>
8780
8781 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
8782 fix.
8783
87842004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
8785
8786 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8787 LWSP.
8788
87892004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
8790
8791 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8792 to append in-reply-to: data to the references: header.
8793
8794 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8795 (netrc-parse): Use gnus-encrypt.el functions.
8796
8797 * gnus-encrypt.el: Add new file for encryption support; currently
8798 does only a few GPG ciphers and an internal XOR cipher.
8799
8800 * password.el: Add comments on using password-read-and-add.
8801 (password-read-and-add): Add function to read and add the
8802 password to the cache at once.
8803
88042004-07-28 Simon Josefsson <jas@extundo.com>
8805
8806 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8807 parameter (but don't use it, for now).
8808
8809 * imap.el (imap-ssl-open): Use imap-process-connection-type,
8810 instead of hard coding to nil.
8811
88122004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8813
8814 * mm-view.el (mm-inline-image-emacs): Open lines under an image
8815 as mm-inline-image-xemacs does.
8816
88172004-07-26 Simon Josefsson <jas@extundo.com>
8818
8819 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8820 Revert part of 2004-07-17 change below.
8821
88222004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
8823
8824 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
8825 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8826
88272004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8828
8829 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8830 quotes that actually start with ">" at the beginning of the
8831 lines.
8832
88332004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
8834
8835 * rfc2047.el (rfc2047-encode-region): Fix last change.
8836 (rfc2047-encode-parameter): Remove useless concat.
8837
88382004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
8839
8840 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8841 encode special characters; fix some kind of misconfigured headers;
8842 signal a real error if debug-on-quit or debug-on-error is non-nil.
8843 (rfc2047-encode-max-chars): New variable.
8844 (rfc2047-encode-1): Use it.
8845 (rfc2047-encode-parameter): New function.
8846
8847 * mml.el (mml-insert-parameter): Remove an excessive space.
8848
88492004-07-17 Simon Josefsson <jas@extundo.com>
8850
8851 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8852 Kai Grossjohann <kai@emptydomain.de>.
8853 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8854 (gnus-group-make-menu-bar): Ditto.
8855
8856 * gnus-util.el (gnus-group-server): Add.
8857
88582004-07-16 Jesper Harder <harder@ifa.au.dk>
8859
8860 * message.el (message-clone-locals): Clone sendmail and smtp
8861 variables.
8862
88632004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
8864
8865 * rfc2047.el (rfc2047-encode-region): Fix last change.
8866
88672004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
8868
8869 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8870 characters as non-special.
8871
88722004-07-09 Simon Josefsson <jas@extundo.com>
8873
8874 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8875 Users will lose all flag changes made while unplugged with
8876 e.g. nntp unless flag synchronization happens, thus `nil' is not a
8877 good default. See numerous reports on ding mailing list.
8878
88792004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
8880
8881 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8882 add generate-head-function and generate-article-function to the
8883 rfc822-forward entry.
8884 (nndoc-rfc822-forward-generate-article): New function.
8885 (nndoc-rfc822-forward-generate-head): New function.
8886
8887 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8888
88892004-07-06 Dan Christensen <jdc@uwo.ca>
8890
8891 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8892 respect display group parameter and gnus-summary-expunge-below.
8893 (gnus-articles-to-read): Remove unused reference to display group
8894 parameter.
8895
88962004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8897
8898 * nnheader.el (nnheader-uniquify-message-id): New experimental
8899 variable.
8900 (nnheader-nov-read-message-id): Use it.
8901
8902 * spam-report.el (spam-report-gmane): Add interactive.
8903
89042004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8905
8906 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8907 qp-or-base64 for the application/* types.
8908
89092004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
8910
8911 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8912
89132004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
8914
8915 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8916 trim value.
8917
89182004-01-25 Paul Jarc <prj@po.cwru.edu>
8919
8920 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8921 New macro and function.
8922 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8923
89242004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8925
8926 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8927 after-load-alist.
8928
89292004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8930
8931 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8932 update info that isn't there.
8933
89342004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
8935
8936 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8937 entry.
8938
89392004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8940
8941 * mm-view.el (mm-inline-render-with-function): Use multibyte
8942 buffer; decode html source by charset.
8943
8944 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8945
8946 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8947 Mule-UCS is loaded under XEmacs.
8948 (mm-mime-mule-charset-alist): Avoid duplicated entries.
8949
89502004-06-28 Jesper Harder <harder@ifa.au.dk>
8951
8952 * nnheader.el (nnheader-max-head-length): Increase to 8192.
8953
89542004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
8955
8956 * mm-util.el (mm-coding-system-p): Return a coding-system.
8957 (mm-mime-mule-charset-alist): Use shift_jis instead of
8958 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8959 entries for the mime charsets iso-2022-jp-3 and shift_jis.
8960 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8961 instead of japanese-shift-jis and iso-latin-1 respectively in
8962 order to share the default value with both Emacs and XEmacs-mule.
8963 (mm-mule-charset-to-mime-charset): Make
8964 mm-coding-system-priorities effective.
8965 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8966 while predicating of candidates upon the priorities.
8967
89682004-06-27 Jesper Harder <harder@ifa.au.dk>
8969
8970 * gnus-sum.el (gnus-summary-make-menu-bar): Add
8971 gnus-uu-invert-processable.
8972
8973 * gnus.el: Autoload gnus-uu-invert-processable.
8974
89752004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
8976
8977 * mm-util.el (mm-with-multibyte-buffer): New macro.
8978
8979 * rfc2047.el (rfc2047-encode-string): Use it.
8980 (rfc2047-encode-region): Move point to the end of the region after
8981 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8982
89832004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
8984
8985 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8986 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8987
89882004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
8989
8990 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8991 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
8992 Karl Chen <quarl@nospam.quarl.org>.
8993
89942004-06-23 Jesper Harder <harder@ifa.au.dk>
8995
8996 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8997 invalid addresses.
8998
89992004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
9000
9001 * spam.el: Change section markers, revise TODO list.
9002 (spam-backends): Make new master list of all installed backends.
9003 (spam-summary-exit-behavior): Add new variable to determine how
9004 messages moves are done at summary exit.
9005 (spam-move-spam-nonspam-groups-only)
9006 (spam-process-ham-in-nonham-groups)
9007 (spam-process-ham-in-spam-groups): Remove variables, the
9008 spam-summary-exit-behavior variable should be used to manage this
9009 behavior.
9010 (spam-old-ham-articles, spam-old-spam-articles): Remove.
9011 (spam-old-articles): Add variable, replacing spam-old-ham-articles
9012 and spam-old-spam-articles.
9013 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
9014 Add empty variables, placeholders for the backends they represent.
9015 (spam-set-difference): Move, unchanged.
9016 (spam-list-of-processors): Declare OBSOLETE, not used anymore
9017 unless the user has a processor variable.
9018 (spam-classifications, spam-classification-valid-p)
9019 (spam-backend-properties, spam-backend-property-valid-p)
9020 (spam-backend-function-type-valid-p)
9021 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
9022 (spam-report-articles-gmane, spam-report-articles-resend):
9023 Remove functions, they are not needed.
9024 (spam-install-backend-super, spam-backend-list)
9025 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
9026 (spam-backend-function, spam-backend-ham-registration-function)
9027 (spam-backend-spam-registration-function)
9028 (spam-backend-ham-unregistration-function)
9029 (spam-backend-spam-unregistration-function)
9030 (spam-backend-statistical-p, spam-backend-mover-p)
9031 (spam-install-backend-alias, spam-install-checkonly-backend)
9032 (spam-install-mover-backend, spam-install-nocheck-backend)
9033 (spam-install-backend, spam-install-statistical-backend)
9034 (spam-install-statistical-checkonly-backend): Add backend installation
9035 support.
9036 (spam-summary-prepare-exit): Rewrite to use the new backend code.
9037 (spam-group-processor-p): Use the new backend code and respect the
9038 summary exit behavior.
9039 (spam-mark-spam-as-expired-and-move-routine): Remove.
9040 (spam-summary-prepare): Change to use the new spam-old-articles
9041 variable.
9042 (spam-copy-or-move-routine, spam-copy-spam-routine)
9043 (spam-move-spam-routine, spam-copy-ham-routine)
9044 (spam-move-ham-routine): Add code to copy/move ham or spam.
9045 (spam-fetch-field-fast): Improve doc and code, plus allow the
9046 'number request.
9047 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
9048 variables.
9049 (spam-split, spam-find-spam): Use the new backend code.
9050 (spam-registration-functions): Remove variable.
9051 (spam-unregister-routine): Add convenience wrapper.
9052 (spam-log-undo-registration, spam-register-routine)
9053 (spam-log-processing-to-registry)
9054 (spam-log-unregistration-needed-p): Rename "check" to "backend"
9055 where possible.
9056 (spam-check-gmane-xref, spam-check-regex-headers)
9057 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
9058 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
9059 (spam-check-bogofilter-headers, spam-check-spamoracle)
9060 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
9061 (spam-check-crm114-headers): Use the spam-split-group that
9062 spam-split prepares, no need to determine it every time.
9063
9064 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
9065 to the nnheader-parse-naked-head call.
9066
9067 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
9068
9069 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
9070 the nnheader-nov-read-message-id call.
9071
90722004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
9073
9074 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
9075 gnus-activate-group twice. Suggested by Markus Peter
9076 <warp@spin.de>.
9077
90782004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
9079
9080 * gnus-art.el (gnus-article-time-format): Exchange the order of
9081 day and month in the default value; fix customization type.
9082 (article-date-ut): Use add-text-properties.
9083 (article-make-date-line): Use message-make-date instead of
9084 current-time-string.
9085
9086 * message.el (message-fetch-field): Don't use set-text-properties.
9087 (message-make-date): Simplify.
0f49874b 9088
01c52d31 90892004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 9090
01c52d31
MB
9091 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
9092 (rfc2047-encode-region): Treat text within parentheses as special;
9093 show the original text when error has occurred.
0f49874b 9094
01c52d31
MB
9095 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
9096 already-computed method to gnus-activate-group.
0f49874b 9097
01c52d31
MB
9098 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
9099 same select-methods identical Lisp objects.
0f49874b 9100
01c52d31
MB
9101 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
9102 object when modifying the info.
0f49874b 9103
01c52d31 91042004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 9105
01c52d31
MB
9106 * gnus-srvr.el (gnus-server-set-info): Remove the server from
9107 gnus-opened-servers since it has never been opened with the new
9108 configuration yet.
0f49874b 9109
01c52d31 91102004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 9111
01c52d31
MB
9112 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
9113 arg to nnheader-generate-fake-message-id.
0f49874b 9114
01c52d31 91152004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
ca0a6900 9116
01c52d31
MB
9117 * nnheader.el (nnheader-generate-fake-message-id): Accept a
9118 number and build a fake message ID localized to a group and
9119 article number (so it's repeatable from that point on).
9120 (nnheader-fake-message-id-p): Change regex to accomodate new fake
9121 ID format.
ca0a6900 9122
01c52d31
MB
9123 * gnus-sum.el (gnus-get-newsgroup-headers): Call
9124 nnheader-generate-fake-message-id with the article number.
ca0a6900 9125
01c52d31 91262004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
a21fb88e 9127
01c52d31
MB
9128 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
9129 end-of-buffer.
a21fb88e 9130
01c52d31 91312004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
a21fb88e 9132
01c52d31 9133 * message.el (message-ignored-supersedes-headers): Add Approved.
a21fb88e 9134
01c52d31 91352004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
bfe5418b 9136
01c52d31
MB
9137 * rfc2047.el (rfc2047-encode-message-header): Remove useless
9138 goto-char.
9139 (rfc2047-encode): Fold the line before encoding.
bfe5418b 9140
01c52d31 91412004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
d4755e04 9142
01c52d31
MB
9143 * rfc2047.el (rfc2047-encode-message-header): Disabled header
9144 folding -- not all headers can be folded, and this should be done
9145 by the message composition mode. Probably. I think.
d4755e04 9146
01c52d31 91472004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
95f75c75 9148
01c52d31
MB
9149 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
9150 fast.
95f75c75 9151
01c52d31
MB
9152 * gnus-ems.el (gnus-remove-image): Don't use
9153 message-text-with-property; remove only the image found first.
4a43ee9b 9154
01c52d31 91552004-06-09 Jesper Harder <harder@ifa.au.dk>
4a43ee9b 9156
01c52d31 9157 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
4a43ee9b 9158
01c52d31 91592004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 9160
01c52d31
MB
9161 * message.el (message-text-with-property): Make it fast and accept
9162 optional arguments.
9163 (message-strip-forbidden-properties): Use it.
9164 (message-fix-before-sending): Follow the m-t-w-p change.
4a43ee9b 9165
01c52d31 9166 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
4a43ee9b 9167
01c52d31 91682004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 9169
01c52d31
MB
9170 * gnus-art.el (article-hide-headers): Don't change the buffer
9171 mistakenly when performing mml-preview even if
9172 gnus-single-article-buffer is nil.
4a43ee9b 9173
01c52d31 91742004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
4a43ee9b 9175
01c52d31
MB
9176 * message.el (message-expand-name-databases): New user option.
9177 (message-expand-name): Use it.
4a43ee9b 9178
01c52d31 91792004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4a43ee9b 9180
01c52d31
MB
9181 * spam.el (spam-report-articles-resend)
9182 (spam-report-resend-register-routine): Allow ham reporting.
9183 (spam-report-resend-register-ham-routine): Add wrapper.
9184 (spam-registration-functions): Add ham resending functions.
9185 (spam-list-of-processors): Add ham resend processor.
4a43ee9b 9186
01c52d31
MB
9187 * gnus.el (ham-resend-to): Add new group parameter.
9188 (spam-process): Add ham resend option.
4a43ee9b 9189
01c52d31
MB
9190 * spam-report.el (spam-report-resend): Allow reporting ham.
9191 (spam-report-resend-ham): Add wrapper.
4a43ee9b 9192
01c52d31 91932004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4a43ee9b 9194
01c52d31
MB
9195 * message.el (message-cite-articles-with-x-no-archive): New
9196 variable.
9197 (message-cite-original): Use it.
4a43ee9b 9198
01c52d31 91992004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
e9bd5782 9200
01c52d31 9201 * message.el (message-cite-original): Respect X-No-Archive.
e9bd5782 9202
01c52d31 92032004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
e9bd5782 9204
01c52d31
MB
9205 * gnus-art.el (article-hide-headers): Refer to the values for
9206 gnus-ignored-headers and gnus-visible-headers in the summary
9207 buffer since a user may have set them as group parameters.
cfcd5c91 9208
01c52d31 92092004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
cfcd5c91 9210
01c52d31
MB
9211 * assistant.el (assistant-node-name): Add convenience function.
9212 (assistant-render-text, assistant-render-node): Add error handling,
9213 plus handle multiple next nodes.
9214 (assistant-find-next-node): Comment out for now.
9215 (assistant-find-next-nodes): Add function, returns list of next
9216 nodes.
9217
92182004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
9219
9220 * mail-source.el (mail-source-directory): Fix doc-string.
9221
92222004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
9223
9224 * assistant.el (assistant-render-text, assistant-eval): Add :set
9225 widget type, which is different because it takes and returns a
9226 list. Much hilarity ensues.
9227
92282004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
9229
9230 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
9231
9232 * gnus-group.el (gnus-group-get-new-news-this-group): Added
9233 doc-string.
9234
9235 * gnus-start.el (gnus-activate-group): Added doc-string.
9236
92372004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
9238
9239 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
9240
92412004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
9242
9243 * assistant.el (assistant-render-text): Try to add a :set
9244 widget, more to come.
9245
9246 * spam.el (spam-group-spam-contents-p): Handle empty groupname
9247 strings.
9248 (spam-report-articles-resend)
9249 (spam-register-routine): Do registration iff any articles warrant
9250 it.
9251 (spam-summary-prepare-exit): Change log message for nil group
9252 destinations.
9253
92542004-05-27 Daniel Pittman <daniel@rimspace.net>
9255
9256 * spam.el (spam-report-resend-register-routine): Allow
9257 spam-report-resend-to to be a group parameter or a global value.
9258
92592004-05-26 Simon Josefsson <jas@extundo.com>
9260
9261 * starttls.el: Merge with my GNUTLS based starttls.el.
9262 (starttls-gnutls-program, starttls-use-gnutls)
9263 (starttls-extra-arguments, starttls-process-connection-type)
9264 (starttls-connect, starttls-failure, starttls-success): New
9265 variables.
9266 (starttls-program, starttls-extra-args): Doc fix.
9267 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
9268 functions.
9269 (starttls-negotiate, starttls-open-stream): Check
9270 `starttls-use-gnutls' and pass on to corresponding *-gnutls
9271 function if it is set.
9272
92732004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
9274
9275 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
9276 structured fields.
9277
92782004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
9279
9280 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
9281
92822004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
9283
9284 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
9285 variable.
9286 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
9287 assigning the spam-mark to new messages.
9288
92892004-05-26 Adam Sj\e,Ax\e(Bgren <asjo@koldfront.dk> (tiny change)
9290
9291 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
9292
92932004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
9294
9295 * rfc2047.el (rfc2047-encodable-p): Don't move point.
9296 (rfc2047-decode): Treat the ascii coding-system as raw-text by
9297 default.
9298
92992004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
9300
9301 * gnus-sum.el (gnus-summary-delete-article): invoke hook with
9302 correct data.
9303
93042004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
9305
9306 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
9307 (spam-group-processor-p): Fix function.
9308 (spam-group-processor-multiple-p)
9309 (spam-group-spam-processor-report-gmane-p)
9310 (spam-group-spam-processor-report-resend-p)
9311 (spam-group-spam-processor-bogofilter-p)
9312 (spam-group-spam-processor-blacklist-p)
9313 (spam-group-spam-processor-ifile-p)
9314 (spam-group-ham-processor-ifile-p)
9315 (spam-group-spam-processor-spamoracle-p)
9316 (spam-group-spam-processor-crm114-p)
9317 (spam-group-ham-processor-bogofilter-p)
9318 (spam-group-spam-processor-stat-p)
9319 (spam-group-ham-processor-stat-p)
9320 (spam-group-ham-processor-whitelist-p)
9321 (spam-group-ham-processor-BBDB-p)
9322 (spam-group-ham-processor-spamoracle-p)
9323 (spam-group-ham-processor-copy-p): Remove functions with some
9324 prejudice against unneeded code.
9325 (spam-report-articles-resend)
9326 (spam-report-resend-register-routine): Allow the group/topic
9327 spam-resend-to value to override spam-report-resend-to.
9328 (spam-summary-prepare-exit): Invoke spam-group-processor-p
9329 properly now.
9330
9331 * gnus.el (spam-resend-to): Add group/topic parameter.
9332 (spam-process): Move the OBSOLETE processors to the end of the
9333 choices.
9334
93352004-05-24 Daniel Pittman <daniel@rimspace.net>
9336
9337 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
9338 with resend-to set to nil, and then ask the user if necessary.
9339 (spam-report-resend): spam-report-resend takes a list of articles, not
9340 separate article numbers.
9341
93422004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
9343
9344 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
9345 addition to emacs-w3m.
9346
93472004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9348
9349 * assistant.el (assistant-authinfo-data): New function.
9350 (assistant-eval): Eval for entire assistant.
9351
9352 * netrc.el (netrc-services-file): New variable.
9353 (netrc-parse-services): New function.
9354 (netrc-find-service-name): New function.
9355 (netrc-find-service-number): New function.
9356 (netrc-port-equal): New function.
9357 (netrc-machine): Use it.
9358
9359 * nnimap.el (nnimap-open-connection): Use netrc.
9360
9361 * gnus-util.el (gnus-netrc-get): Remove aliases.
9362
9363 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
9364
9365 * assistant.el (wid-edit): Fix compilation.
9366
9367 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
9368
93692004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
9370
9371 * gnus-util.el (gnus-set-file-modes): New function. (small
9372 patch).
9373
93742004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 9375
01c52d31 9376 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
cfcd5c91 9377
01c52d31
MB
9378 * assistant.el (assistant-render-node): Fix up rendering and
9379 read-only text.
9380 (assistant-render-node): Reset.
9381 (assistant-make-read-only): Not sticky.
cfcd5c91 9382
01c52d31 93832004-05-20 Danny Siu <dsiu@adobe.com>
cfcd5c91 9384
01c52d31
MB
9385 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
9386 centered even when gnus-auto-center-summary is t
cfcd5c91 9387
01c52d31 93882004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 9389
01c52d31
MB
9390 * dns.el (dns-get-txt-answer): New function.
9391 (dns-read-txt): Ditto.
9392 (query-dns): Use it.
cfcd5c91 9393
01c52d31 93942004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
cfcd5c91 9395
01c52d31
MB
9396 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
9397 active for foreign groups even if the group level is higher than
9398 the specified value.
cfcd5c91 9399
01c52d31 94002004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9ad41fb7 9401
01c52d31
MB
9402 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
9403 non-active groups.
9ad41fb7 9404
01c52d31 9405 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
b4e8a25b 9406
01c52d31 94072004-05-20 Magnus Henoch <mange@freemail.hu>
b4e8a25b 9408
01c52d31 9409 * dns.el (dns-read-type): Add support for SVR. (small patch)
b4e8a25b 9410
01c52d31 94112004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
ddfbe5db 9412
01c52d31
MB
9413 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
9414 (spam-crm114-header, spam-crm114-spam-switch)
9415 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
9416 (spam-crm114-positive-spam-header)
9417 (spam-crm114-database-directory, spam-list-of-processors)
9418 (spam-group-spam-processor-crm114-p)
9419 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
9420 (spam-generic-score, spam-list-of-checks)
9421 (spam-list-of-statistical-checks, spam-registration-functions)
9422 (spam-check-crm114-headers, spam-crm114-score)
9423 (spam-check-crm114, spam-crm114-register-with-crm114)
9424 (spam-crm114-register-spam-routine)
9425 (spam-crm114-unregister-spam-routine)
9426 (spam-crm114-register-ham-routine)
9427 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
9428 asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
ddfbe5db 9429
01c52d31 9430 * gnus.el: Add spam-use-crm114.
d0859c9a 9431
01c52d31
MB
9432 * spam.el (spam-list-of-processors, spam-registration-functions):
9433 Add spam-use-resend.
9434 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
9435 (spam-report-articles-gmane): Add doc fix.
9436 (spam-report-articles-resend,
9437 spam-report-resend-register-routine): Add wrappers around
9438 spam-report-resend-to.
d0859c9a 9439
01c52d31
MB
9440 * spam-report.el (spam-report-resend-to, spam-report-resend):
9441 Add support for resending spam.
9442 (spam-report-gmane): Fix line length >80.
d0859c9a 9443
01c52d31 9444 * gnus.el (spam-process): Add spam-use-resend.
d0859c9a 9445
01c52d31 94462004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
d0859c9a 9447
01c52d31
MB
9448 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9449 number of processed spam messages.
9450 (spam-ham-copy-or-move-routine): Return the number of processed
9451 ham messages.
9452 (spam-summary-prepare-exit): Use the above values to decide
9453 whether status messages shouled be displayed.
d0859c9a 9454
01c52d31 94552004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
d0859c9a 9456
01c52d31
MB
9457 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9458 `rfc2047-encoding-function-alist' in order to avoid conflicting
9459 with the old version.
9460 (rfc2047-encode-region): Concatenate words containing non-ASCII
9461 characters in structured fields; don't encode space-delimited
9462 ASCII words even in unstructured fields; don't break words at
9463 char-category boundaries.
9464 (rfc2047-encode-1): New function.
9465 (rfc2047-encode): Use it; encode text so that it occupies the
9466 maximum width within 76-column; work correctly on Q encoding for
9467 iso-2022-* charsets.
9468 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9469 sure not to break a line just after the header name.
9470 (rfc2047-b-encode-region): Removed.
9471 (rfc2047-b-encode-string): New function.
9472 (rfc2047-q-encode-region): Removed.
9473 (rfc2047-q-encode-string): New function.
d0859c9a 9474
01c52d31 9475 * mm-util.el (mm-replace-in-string): New function.
d0859c9a 9476
01c52d31 94772004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 9478
01c52d31
MB
9479 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9480 get it right.
9481 (gnus-inews-make-draft): Really.
d0859c9a 9482
01c52d31 94832004-05-19 Ben Menasha <bmenasha@benmenasha.net>
d0859c9a 9484
01c52d31
MB
9485 * nnmh.el (nnmh-request-list-1): Don't check the link count
9486 before descending. (small patch)
d0859c9a 9487
01c52d31 94882004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 9489
01c52d31
MB
9490 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9491 stuff.
6441d280 9492
01c52d31
MB
9493 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9494 on real group name.
6441d280 9495
01c52d31 9496 * gnus-art.el (gnus-signature-limit): Doc fix.
8654e13a 9497
01c52d31 9498 * gnus-msg.el (gnus-inews-make-draft): Quote list.
8654e13a 9499
01c52d31 95002004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654e13a 9501
01c52d31
MB
9502 * gnus-draft.el (gnus-draft-send): Bind
9503 rfc2047-encode-encoded-words.
8654e13a 9504
01c52d31
MB
9505 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9506 (rfc2047-encodable-p): Say that =? needs encoding.
9507 (rfc2047-encode-encoded-words): New variable.
8654e13a 9508
01c52d31 9509 * gnus-group.el (gnus-group-select-group): Doc fix.
8654e13a 9510
01c52d31 9511 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
31640842 9512
01c52d31
MB
9513 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9514 to nil.
31640842 9515
01c52d31 9516 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
31640842 9517
01c52d31 9518 * nnheader.el (nnheader-get-lines-and-char): New function.
31640842 9519
01c52d31 95202004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
61b397cd 9521
01c52d31
MB
9522 * gnus-msg.el (gnus-summary-followup-with-original): Document
9523 yanking of region when active.
61b397cd 9524
01c52d31 95252004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
61b397cd 9526
01c52d31
MB
9527 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9528 groups if the group level is higher than the specified value.
31640842 9529
01c52d31 95302004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
cd01ded9 9531
01c52d31
MB
9532 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9533 (gnus-group-jump-to-group): Added prefix argument using
9534 `gnus-group-jump-to-group-prompt'. Query before jumping to
9535 non-active group.
cd01ded9 9536
01c52d31
MB
9537 * compface.el (uncompface): Be verbose when changing
9538 `uncompface-use-external'.
850c333d 9539
01c52d31
MB
9540 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9541 handle manual section.
850c333d 9542
01c52d31 95432004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
ff5e68bf 9544
01c52d31 9545 * gnus-art.el (gnus-button-alist): Revert previous change.
ff5e68bf 9546
01c52d31 95472004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
ff5e68bf 9548
01c52d31 9549 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
ff5e68bf 9550
01c52d31 95512004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6a748eda 9552
01c52d31
MB
9553 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9554 whether backend can accept message.
6a748eda 9555
01c52d31 9556 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9d9b0de9 9557
01c52d31 95582004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
9d9b0de9 9559
01c52d31
MB
9560 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9561 Avoid creating directory when nntp-marks-is-evil is true.
9562 Reported by Reiner Steib.
9a89f5b0 9563
01c52d31 95642004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9a89f5b0 9565
01c52d31
MB
9566 * gnus-picon.el (gnus-picon-style): New variable.
9567 (gnus-picon-insert-glyph): Added optional `nostring' argument.
9568 (gnus-picon-transform-address): Support `gnus-picon-style'. From
9569 Jesper Harder <harder@ifa.au.dk>.
91472578 9570
01c52d31 95712004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 9572
01c52d31
MB
9573 * message.el (message-fill-field): Return point.
9574 (message-generate-headers): Go to end of field.
91472578 9575
01c52d31
MB
9576 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9577 stuff for non-living groups.
91472578 9578
01c52d31 95792004-05-18 Jesper Harder <harder@ifa.au.dk>
91472578 9580
01c52d31
MB
9581 * gnus-art.el (gnus-article-followup-with-original)
9582 (gnus-article-reply-with-original): gnus-mark-active-p ->
9583 gnus-region-active-p.
91472578 9584
01c52d31 95852004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
91472578 9586
01c52d31
MB
9587 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9588 only when there is spam or ham to be processed.
91472578 9589
01c52d31 95902004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 9591
01c52d31
MB
9592 * mail-source.el (mail-source-delete-crash-box): Refactor.
9593 (mail-source-fetch): Use it.
9594 (mail-source-fetch-file): Ditto.
9595 (mail-source-fetch-directory): Run postscript in loop.
9596 (mail-source-fetch-pop): Delete.
9597 (mail-source-fetch-maildir): Ditto.
9598 (mail-source-fetch-imap): Ditto.
91472578 9599
01c52d31 9600 * imap.el (imap-authenticators): Comment out sasl.
91472578 9601
01c52d31
MB
9602 * message.el (message-skip-to-next-address): New function.
9603 (message-fill-header-address): Refactor.
9604 (message-fill-address): Use it.
9605 (message-delete-address): Use it.
9606 (message-fill-header-general): Refactor.
9607 (message-fill-field-address): Rename.
9608 (message-narrow-to-field): Find the start of the header.
9609 (message-header-format-alist): Don't pre-fill.
9610 (message-fill-header): Removed.
9611 (message-insert-header): New function.
9612 (message-shorten-references): Use it.
91472578 9613
01c52d31 9614 * rfc2047.el (rfc2047-field-value): Strip props.
91472578 9615
01c52d31 9616 * mail-parse.el (mail-header-make-address): New alias.
91472578 9617
01c52d31 9618 * ietf-drums.el (ietf-drums-make-address): New function.
91472578 9619
01c52d31 9620 * imap.el: Add compiler directives.
91472578 9621
01c52d31 9622 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
91472578 9623
01c52d31
MB
9624 * gnus-art.el (article-decode-idna-rhs): Don't use
9625 message-idna-inside-rhs-p.
91472578 9626
01c52d31 96272004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 9628
01c52d31
MB
9629 * message.el (message-idna-inside-rhs-p): Removed.
9630 (message-idna-to-ascii-rhs-1): Use proper address parsing.
1b155fbd 9631
01c52d31
MB
9632 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9633 false positives.
1b155fbd 9634
01c52d31 96352004-05-16 Kim Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
91472578 9636
01c52d31 9637 * imap.el (imap-sasl-make-mechanisms): Use sasl.
91472578 9638
01c52d31 96392004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 9640
01c52d31
MB
9641 * nneething.el (nneething-file-name): Don't create spurions
9642 files.
91472578 9643
01c52d31
MB
9644 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9645 (gnus-inews-do-gcc): Remove sleep.
498063ec 9646
01c52d31
MB
9647 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9648 part under point.
498063ec 9649
01c52d31
MB
9650 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9651 (gnus-agent-regenerate-group): Using nil messages aren't valid.
498063ec 9652
01c52d31 96532004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 9654
01c52d31 9655 * spam.el (spam-summary-prepare-exit): Fixed (length).
498063ec 9656
01c52d31 96572004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 9658
01c52d31
MB
9659 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9660 as expired without moving it" message when there are spam
9661 messages left.
498063ec 9662
01c52d31 96632004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
707f2b38 9664
01c52d31
MB
9665 * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9666 header is not nil.
707f2b38 9667
01c52d31 96682004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10ace8ea 9669
01c52d31
MB
9670 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9671 nntp-possibly-create-directory, not nntp-possibly-change-group.
9672 (nntp-marks-changed-p): New arg SERVER.
9673 (nntp-request-update-info): Adjust caller.
10ace8ea 9674
01c52d31 96752004-05-14 Kai Grossjohann <kai@emptydomain.de>
10ace8ea 9676
01c52d31 9677 * nntp.el (nntp-save-marks): Pass missing arg.
10ace8ea 9678
01c52d31 96792004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10ace8ea 9680
01c52d31
MB
9681 * nntp.el: Support marks.
9682 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9683 (nntp-marks-modtime, nntp-marks-directory): New variables.
9684 (nntp-request-set-mark, nntp-request-update-info)
9685 (nntp-possibly-create-directory, nntp-marks-changed-p)
9686 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9687 functions.
10ace8ea 9688
01c52d31 96892004-05-12 Jesper Harder <harder@ifa.au.dk>
10ace8ea 9690
01c52d31
MB
9691 * gnus-score.el (gnus-score-insert-help): Use
9692 gnus-select-lowest-window.
10ace8ea 9693
01c52d31
MB
9694 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9695 appt-select-lowest-window and rename to gnus-select-lowest-window.
10ace8ea 9696
01c52d31 9697 * gnus.el: do.
10ace8ea 9698
01c52d31 96992004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10ace8ea 9700
01c52d31
MB
9701 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9702 encodings of MIME-encoded words, in order to improve
9703 interoperability with several broken MUAs.
10ace8ea 9704
01c52d31 97052004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
f3f7f80c 9706
01c52d31
MB
9707 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9708 tags, only when charsets are not specified in headers.
9709 (mm-inline-text-html-render-with-w3m): Ditto.
f3f7f80c 9710
01c52d31 97112004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
0302b80e 9712
01c52d31
MB
9713 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9714 instead of MIME-decoded from fields when checking
9715 `gnus-article-address-banner-alist'.
0302b80e 9716
01c52d31 97172004-05-03 Jesper Harder <harder@ifa.au.dk>
fa9a04e1 9718
01c52d31
MB
9719 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9720 description rather than subject.
fa9a04e1 9721
01c52d31 97222004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 9723
01c52d31 9724 * gnus.el (gnus-version-number): Bump.
fa9a04e1 9725
01c52d31 97262004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
fa9a04e1 9727
01c52d31 9728 * gnus.el: No Gnus v0.2 is released.
fa9a04e1 9729
01c52d31 97302004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 9731
01c52d31
MB
9732 * gnus-agent.el (gnus-agent-read-agentview): Inline
9733 gnus-uncompress-range.
fa9a04e1 9734
01c52d31 97352004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 9736
01c52d31
MB
9737 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9738 `exec-installed-p'.
fa9a04e1 9739
01c52d31 97402004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 9741
01c52d31
MB
9742 * gnus.el (spam-process, spam-autodetect-methods): Add
9743 bsfilter and bsfilter-headers.
fa9a04e1 9744
01c52d31
MB
9745 * spam.el (spam-bsfilter): New customize group.
9746 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9747 (spam-bsfilter-header, spam-bsfilter-probability-header)
9748 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9749 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9750 (spam-bsfilter-database-directory): New options.
9751 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9752 (spam-list-of-statistical-checks, spam-registration-functions):
9753 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9754 (spam-bsfilter-score): New command.
9755 (spam-check-bsfilter-headers, spam-check-bsfilter)
9756 (spam-bsfilter-register-with-bsfilter)
9757 (spam-bsfilter-register-spam-routine)
9758 (spam-bsfilter-unregister-spam-routine)
9759 (spam-bsfilter-register-ham-routine)
9760 (spam-bsfilter-unregister-ham-routine): New functions.
9761 (spam-generic-score): Support bsfilter; Accept an optional argument
9762 to recalcurate spam score even if scoring header has already been
9763 added.
9764 (spam-bogofilter-score, spam-spamassassin-score): Accept an
9765 optional argument to recalcurate spam score even if scoring header
9766 has already been added.
bf68d4e6 9767
01c52d31 97682004-04-29 Jesper Harder <harder@ifa.au.dk>
bf68d4e6 9769
01c52d31
MB
9770 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9771 strings! Reported by David D. Smith <davidsmith@acm.org>.
9772 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9773 link is missing.
f66ce3b9 9774
01c52d31 97752004-04-28 Jesper Harder <harder@ifa.au.dk>
f66ce3b9 9776
01c52d31
MB
9777 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9778 (html2text-get-attr): Rewrite.
14f56b66 9779
01c52d31
MB
9780 * message.el (message-setup-1): Remove redundant put-text-property
9781 on mail-header-separator.
14f56b66 9782
01c52d31 97832004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
ec3c4a4c 9784
01c52d31
MB
9785 * gnus-registry.el (gnus-registry-cache-whitespace)
9786 (gnus-registry-action, gnus-registry-spool-action)
9787 (gnus-registry-split-fancy-with-parent): Change message levels
9788 from 5 to 3 or 7, as needed.
ec3c4a4c 9789
01c52d31
MB
9790 * spam.el (spam-summary-prepare-exit)
9791 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9792 (spam-split, spam-find-spam, spam-log-undo-registration)
9793 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9794 level from 5 to 6.
5f5475ac 9795
01c52d31 97962004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5f5475ac 9797
01c52d31
MB
9798 * gnus-ems.el: Autoload appt-select-lowest-window (revert
9799 2004-03-04 change).
5f5475ac 9800
01c52d31 98012004-04-25 Jesper Harder <harder@ifa.au.dk>
2fd561a9 9802
01c52d31
MB
9803 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9804 Use mapc when appropriate.
2fd561a9 9805
01c52d31 9806 * sieve-manage.el (sieve-manage-open): do.
2fd561a9 9807
01c52d31 9808 * nnweb.el (nnweb-insert-html): do.
4e90f2b9 9809
01c52d31
MB
9810 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9811 (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
4e90f2b9 9812
01c52d31 9813 * nnspool.el (nnspool-request-group): do.
ee7d3cc0 9814
01c52d31
MB
9815 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9816 do.
ee7d3cc0 9817
01c52d31 9818 * nnml.el (nnml-request-update-info): do.
04ff38fb 9819
01c52d31
MB
9820 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9821 (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
04ff38fb 9822
01c52d31
MB
9823 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9824 (nnimap-request-set-mark): do.
ff4d3926 9825
01c52d31 9826 * nnfolder.el (nnfolder-request-update-info): do.
ff4d3926 9827
01c52d31
MB
9828 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9829 do.
ff4d3926 9830
01c52d31 9831 * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
ff4d3926 9832
01c52d31 9833 * gnus-uu.el (gnus-uu-find-articles-matching): do.
ff4d3926 9834
01c52d31
MB
9835 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9836 do.
ff4d3926 9837
01c52d31
MB
9838 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9839 do.
ff4d3926 9840
01c52d31 9841 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
82a8ad04 9842
01c52d31 9843 * gnus-nocem.el (gnus-nocem-scan-groups): do.
82a8ad04 9844
01c52d31 9845 * gnus-int.el (gnus-start-news-server): do.
270a576a 9846
01c52d31
MB
9847 * gnus-group.el (gnus-group-make-kiboze-group)
9848 (gnus-group-browse-foreign-server): do.
270a576a 9849
01c52d31 98502004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 9851
01c52d31 9852 FIXME: Make separate entries for each person.
270a576a 9853
01c52d31
MB
9854 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9855 Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9856 <shields@msrl.com>:
270a576a 9857
01c52d31
MB
9858 * spam.el (spam-necessary-extra-headers): Get the extra headers we
9859 may need for spam sorting and scoring.
9860 (spam-user-format-function-S): Add user format function suitable for
9861 general use.
9862 (spam-article-sort-by-spam-status): Add sorting function for summary
9863 sorting.
9864 (spam-extra-header-to-number): Add function to get a score from a
9865 header.
9866 (spam-summary-score): Add function to get a numeric score from the
9867 headers.
9868 (spam-generic-score): Fixed function doc, was in wrong place.
9869 (spam-initialize): Take symbols when it's run, and install the
9870 extra headers that spam-necessary-extra-headers thinks we need.
270a576a 9871
01c52d31 98722004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 9873
01c52d31
MB
9874 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9875 Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
270a576a 9876
01c52d31 98772004-04-17 Jesper Harder <harder@ifa.au.dk>
270a576a 9878
01c52d31
MB
9879 * gnus-sum.el (gnus-set-global-variables)
9880 (gnus-build-all-threads, gnus-get-newsgroup-headers)
9881 (gnus-article-get-xrefs, gnus-summary-best-group)
9882 (gnus-summary-next-article, gnus-summary-enter-digest-group)
9883 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9884 (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9885 with-current-buffer.
270a576a 9886
01c52d31 98872004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 9888
01c52d31
MB
9889 * spam.el (spam-summary-prepare-exit): Simplify logic.
9890 (spam-fetch-article-header): Read the article header if it's not
9891 available.
9892 (spam-list-articles): Simplify logic.
9893 (spam-filelist-register-routine): Fix bug with unregister-list.
270a576a 9894
01c52d31 9895 * gnus-registry.el: Fix comments at beginning.
270a576a 9896
01c52d31 98972004-04-16 Jesper Harder <harder@ifa.au.dk>
d31fa104 9898
01c52d31
MB
9899 * message.el (message-cater-to-broken-inn): Remove.
9900 (message-shorten-references): Make sure the total folded length of
9901 References is shorter than 998 characters to cater to a bug in INN
9902 2.3. Also, don't pretend that references aren't folded -- this
9903 hasn't worked for a while.
d31fa104 9904
01c52d31 99052004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 9906
01c52d31
MB
9907 * gnus-agent.el (gnus-agentize):
9908 gnus-agent-send-mail-real-function no longer set to current value
9909 of message-send-mail-function but rather a lambda that calls
9910 message-send-mail-function. The change makes the agent real-time
9911 responsive to user changes to message-send-mail-function.
9b981cb6 9912
01c52d31 99132004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 9914
01c52d31
MB
9915 * legacy-gnus-agent.el
9916 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9917 help from Florian Weimer <fw@deneb.enyo.de>
9b981cb6 9918
01c52d31 99192004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
56c30d72 9920
01c52d31 9921 * nnmail.el (nnmail-cache-insert): Revert last change.
56c30d72 9922
01c52d31 99232004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
f429956a 9924
01c52d31
MB
9925 * nnmail.el (nnmail-cache-insert): Always check whether
9926 nnmail-cache-ignore-groups matches a group name.
f429956a 9927
01c52d31 99282004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
5c243ee4 9929
01c52d31
MB
9930 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9931 (spam-find-spam, spam-log-processing-to-registry)
9932 (spam-log-registered-p, spam-log-unregistration-needed-p)
9933 (spam-log-undo-registration): Use gnus-message instead of
9934 gnus-error, none of these errors are fatal.
5c243ee4 9935
01c52d31
MB
9936 * gnus-registry.el (gnus-registry-clean-empty-function)
9937 (gnus-registry-clean-empty): Remove only empty entries without
9938 extra data.
aba1948a 9939
01c52d31 99402004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
aba1948a 9941
01c52d31
MB
9942 * spam-stat.el (spam-stat-buffer-change-to-spam)
9943 (spam-stat-buffer-change-to-non-spam): Change (error) to
9944 (gnus-message 8) invocation.
aba1948a 9945
01c52d31 99462004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 9947
01c52d31
MB
9948 * nntp.el (nntp-via-netcat-command): New variable.
9949 (nntp-via-netcat-switches): New variable.
9950 (nntp-open-via-rlogin-and-netcat): New function.
9951 (nntp-open-connection-function): Doc fix.
9952 (nntp-telnet-command): Doc fix.
9953 (nntp-end-of-line): Doc fix.
9954 (nntp-via-rlogin-command): Doc fix.
9955 (nntp-via-user-name): Doc fix.
9956 (nntp-via-address): Doc fix.
aba1948a 9957
01c52d31 99582004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 9959
01c52d31
MB
9960 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9961 error in Emacs 21.1.
ddff82cf 9962
01c52d31 99632004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
ddff82cf 9964
01c52d31 9965 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
112d84ef 9966
01c52d31
MB
99672004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
9968 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9969 (gnus-agent-with-refreshed-group): New macro.
9970 (gnus-agent-rename-group): New function.
9971 (gnus-agent-delete-group): New function.
9972 (gnus-agent-save-group-info): Use gnus-command-method when
9973 `method' parameter is nil. Don't write nil entries into the
9974 active file.
9975 (gnus-agent-get-group-info): New function.
9976 (gnus-agent-fetch-articles): Use
9977 gnus-agent-update-files-total-fetched-for to increment disk space
9978 used.
9979 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9980 gnus-agent-update-view-total-fetched-for to increment disk space
9981 used.
9982 (gnus-agent-get-local): Added optional parameters to avoid calling
9983 gnus-group-real-name and gnus-find-method-for-group.
9984 (gnus-agent-set-local): Delete stored entry if either min, or max,
9985 are nil.
9986 (gnus-agent-fetch-session): Reworded error/quit messages. On
9987 quit, use gnus-agent-regenerate-group to record existance of any
9988 articles fetched to disk before the quit occurred.
9989 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9990 gnus-agent-update-view-total-fetched-for, and
9991 gnus-agent-update-files-total-fetched-for to decrement disk space
9992 used.
9993 (gnus-agent-retrieve-headers): Use
9994 gnus-agent-update-view-total-fetched-for to increment disk space
9995 used.
9996 (gnus-agent-regenerate-group): Replace gnus-group-update-group
9997 with gnus-agent-update-files-total-fetched-for to decrement disk
9998 space and fresh group buffer.
9999 (gnus-agent-inhibit-update-total-fetched-for): New variable.
10000 (gnus-agent-need-update-total-fetched-for): New variable.
10001 (gnus-agent-update-files-total-fetched-for): New function.
10002 (gnus-agent-update-view-total-fetched-for): New function.
10003 (gnus-agent-total-fetched-for): New function.
10004
10005 * gnus-cache.el (gnus-cache-save-buffers): Use
10006 gnus-cache-update-overview-total-fetched-for to change disk space
10007 used by this group.
10008 (gnus-cache-possibly-enter-article): Use
10009 gnus-cache-update-file-total-fetched-for to increment disk space
10010 used by this group.
10011 (gnus-cache-possibly-remove-article): Use
10012 gnus-cache-update-file-total-fetched-for to decrement disk space
10013 used by this group.
10014 (gnus-cache-generate-nov-databases): Purge total fetched cache.
10015 (gnus-cache-rename-group): New function.
10016 (gnus-cache-delete-group): New function.
10017 (gnus-cache-inhibit-update-total-fetched-for): New variable.
10018 (gnus-cache-need-update-total-fetched-for): New variable.
10019 (gnus-cache-with-refreshed-group): New macro.
10020 (gnus-cache-update-file-total-fetched-for): New function.
10021 (gnus-cache-update-overview-total-fetched-for): New function.
10022 (gnus-cache-rename-group-total-fetched-for): New function.
10023 (gnus-cache-delete-group-total-fetched-for): New function.
10024 (gnus-cache-total-fetched-for): New function.
112d84ef 10025
01c52d31
MB
10026 * gnus-group.el: Require gnus-sum and autoload functions to
10027 resolve warnings when gnus-group.el compiled alone.
10028 (gnus-group-line-format): Documented new %F
10029 (size of Fetched data) group line format; identifies disk space
10030 used by agent and cache.
10031 (gnus-group-line-format-alist): Defined new F format.
10032 (gnus-total-fetched-for): New function.
10033 (gnus-group-delete-group): No longer update
10034 gnus-cache-active-altered as gnus-request-delete-group now keeps
10035 the cache in sync.
10036 (gnus-group-list-active): Let the agent store a server's active
10037 list if currently plugged.
2f7717f6 10038
01c52d31
MB
10039 * gnus-int.el (gnus-request-delete-group): Use
10040 gnus-cache-delete-group and gnus-agent-delete-group to keep the
10041 local disk in sync with the server.
10042 (gnus-request-rename-group): Use
10043 gnus-cache-rename-group and gnus-agent-rename-group to keep the
10044 local disk in sync with the server.
2f7717f6 10045
01c52d31
MB
10046 * gnus-start.el (gnus-get-unread-articles): Cosmetic
10047 simplification to logic.
c44edf72 10048
01c52d31 10049 * gnus-util.el (gnus-rename-file): New function.
c44edf72 10050
01c52d31 100512004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
c44edf72 10052
01c52d31 10053 * mm-util.el (mm-image-load-path): Handle nil in load-path.
aa0a8561 10054
01c52d31 100552004-04-07 Jesper Harder <harder@ifa.au.dk>
aa0a8561 10056
01c52d31
MB
10057 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
10058 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
aa0a8561 10059
01c52d31 100602004-04-06 Jesper Harder <harder@ifa.au.dk>
aa0a8561 10061
01c52d31
MB
10062 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
10063 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
aa0a8561 10064
01c52d31 100652004-04-03 Jesper Harder <harder@ifa.au.dk>
aa0a8561 10066
01c52d31 10067 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
aa0a8561 10068
01c52d31 100692004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 10070
01c52d31
MB
10071 * spam.el (spam-set-difference): Add function to replace
10072 gnus-set-difference in spam.el.
10073 (spam-summary-prepare-exit): Use spam-set-difference.
aa0a8561 10074
01c52d31 100752004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 10076
01c52d31
MB
10077 * gnus-registry.el (gnus-registry-cache-file): Update to use
10078 gnus-dribble-directory OR gnus-home-directory OR ~.
10079 (gnus-registry-split-fancy-with-parent): Fix doc.
aa0a8561 10080
01c52d31 100812004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
aa0a8561 10082
01c52d31
MB
10083 * message.el (message-exchange-point-and-mark): Use
10084 message-mark-active-p. Suggested by Jesper Harder
10085 <harder@ifa.au.dk>.
45893b95 10086
01c52d31 100872004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
45893b95 10088
01c52d31
MB
10089 * message.el (message-exchange-point-and-mark): Don't activate
10090 region if it was inactive. Suggested by Hiroshi Fujishima
10091 <pooh@nature.tsukuba.ac.jp>.
734c5765 10092
01c52d31 100932004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
734c5765 10094
01c52d31
MB
10095 * gnus-art.el (article-display-face): Display Faces in the same
10096 order as X-Faces.
734c5765 10097
01c52d31 100982004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 10099
01c52d31 10100 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
ad136a7c 10101
01c52d31 101022004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 10103
01c52d31
MB
10104 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
10105 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
10106 (gnus-article-mime-hierarchy): Remove.
10107 (gnus-article-mime-hierarchy-next): Remove.
10108 (gnus-article-mode): Revert 2004-03-19 change.
10109 (gnus-article-setup-buffer): Revert 2004-03-19 change.
10110 (gnus-insert-mime-button): Revert 2004-03-19 change.
10111 (gnus-mime-accumulate-hierarchy): Remove.
10112 (gnus-mime-enter-multipart): Remove.
10113 (gnus-mime-leave-multipart): Remove,
10114 (gnus-mime-display-part): Revert 2004-03-19 change.
10115 (gnus-mime-display-alternative): Revert 2004-03-19 change.
ad136a7c 10116
01c52d31 10117 * mml.el (mml-preview): Revert 2004-03-19 change.
ad136a7c 10118
01c52d31 101192004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
ad136a7c 10120
01c52d31 10121 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
ad136a7c 10122
01c52d31 101232004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 10124
01c52d31
MB
10125 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
10126 t while entering a file name using the mm-with-multibyte macro.
10127 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
ad136a7c 10128
01c52d31 10129 * mm-util.el (mm-with-multibyte): New macro.
ad136a7c 10130
01c52d31 101312004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 10132
01c52d31
MB
10133 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
10134 user option.
10135 (gnus-mime-multipart-functions): Doc and customization fix.
10136 (gnus-article-mime-hierarchy): New variable.
10137 (gnus-article-mime-hierarchy-next): New variable.
10138 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
10139 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
10140 gnus-article-mime-hierarchy-next to nil.
10141 (gnus-insert-mime-button): Show hierarchy numbers.
10142 (gnus-mime-accumulate-hierarchy): New function.
10143 (gnus-mime-enter-multipart): New function.
10144 (gnus-mime-leave-multipart): New function.
10145 (gnus-mime-display-part): Recompute hierarchical MIME structure.
10146 (gnus-mime-display-alternative): Show hierarchy numbers.
ad136a7c 10147
01c52d31
MB
10148 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
10149 gnus-article-mime-hierarchy-next to nil.
ad136a7c 10150
01c52d31 101512004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
ad136a7c 10152
01c52d31 10153 * dns.el: Don't require gnus-xmas.
ad136a7c 10154
01c52d31 101552004-03-17 Jesper Harder <harder@ifa.au.dk>
ad136a7c 10156
01c52d31
MB
10157 * mml.el (mml-generate-mime-1): Don't use format=flowed with
10158 inline PGP.
10159 (mml-menu): Disable mml-quote-region if mark is inactive.
ad136a7c 10160
01c52d31 101612004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 10162
01c52d31
MB
10163 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
10164 when the group's active is not available.
ad136a7c 10165
01c52d31 101662004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 10167
01c52d31
MB
10168 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
10169 error.
ad136a7c 10170
01c52d31 101712004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
ad136a7c 10172
01c52d31
MB
10173 * imap.el (imap-store-password): New variable.
10174 (imap-interactive-login): Use it.
10175 Suggested by Mark Plaksin <happy@mcplaksin.org>.
ad136a7c 10176
01c52d31 101772004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 10178
01c52d31
MB
10179 * gnus-art.el (gnus-article-read-summary-keys): Restore new
10180 window-start and hscroll to summary window.
ad136a7c 10181
01c52d31 101822004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
ad136a7c 10183
01c52d31
MB
10184 * gnus-start.el (gnus-convert-old-newsrc): Only write the
10185 conversion message to newsrc-dribble when an actual conversion is
10186 performed.
ad136a7c 10187
01c52d31 101882004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
ad136a7c 10189
01c52d31 10190 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
ad136a7c 10191
01c52d31 101922004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 10193
01c52d31
MB
10194 * mm-decode.el (mm-complicated-handles): New function reviving
10195 former definition of mm-multiple-handles.
49561cf6 10196
01c52d31
MB
10197 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10198 (gnus-mime-delete-part): Use it.
49561cf6 10199
01c52d31 102002004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
87589a70 10201
01c52d31
MB
10202 * gnus-agent.el (gnus-agent-read-local): Bind
10203 nnheader-file-coding-system to gnus-agent-file-coding-system to
10204 avoid the implicit assumption that they will always be equal.
10205 (gnus-agent-save-local): Bind buffer-file-coding-system, not
10206 coding-system-for-write, as the with-temp-file macro first prints
10207 to a buffer then saves the buffer.
87589a70 10208
01c52d31 102092004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
c825ac9d 10210
01c52d31
MB
10211 * gnus-art.el (gnus-article-edit-part): New function.
10212 (gnus-mime-save-part-and-strip): Use it; do query instead of
10213 signaling an error; don't use mm-multiple-handles.
10214 (gnus-mime-delete-part): Ditto.
c825ac9d 10215
01c52d31 102162004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
ae465fa7 10217
01c52d31
MB
10218 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
10219 old file versions.
10220 (gnus-group-prepare-hook): Removed function that converted list
10221 form of gnus-agent-expire-days to group properties.
ae465fa7 10222
01c52d31
MB
10223 * gnus-int.el: Autoload gnus-agent-regenerate-group.
10224 (gnus-request-accept-article): Re-indented.
5f49be3f 10225
01c52d31
MB
10226 * gnus-start.el (gnus-convert-old-newsrc): Registered new
10227 converters to handle old agent file formats. Added logic for a
10228 "backup before upgrading warning".
10229 (gnus-convert-mark-converter-prompt): Developers can mark
10230 functions as needing (default), or not needing,
10231 gnus-convert-old-newsrc's "backup before upgrading warning".
10232 (gnus-convert-converter-needs-prompt): Tests whether the user
10233 should be protected from potentially irreversable changes by the
10234 function.
5f49be3f 10235
01c52d31
MB
10236 * legacy-gnus-agent.el (): New. Provides converters that are only
10237 loaded when gnus-convert-old-newsrc needs to call them.
fb54e72e 10238
01c52d31 102392004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
fb54e72e 10240
01c52d31 10241 * mail-source.el (mail-source-touch-pop): Doc fix.
fb54e72e 10242
01c52d31 10243 * message.el (message-smtpmail-send-it): Doc fix.
0683d241 10244
01c52d31 102452004-03-05 Jesper Harder <harder@ifa.au.dk>
0683d241 10246
01c52d31 10247 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
1b155fbd 10248
01c52d31 10249 * nnmail.el (nnmail-split-fancy): do.
1b155fbd 10250
01c52d31 10251 * gnus-kill.el (gnus-kill, gnus-execute): do.
0683d241 10252
01c52d31 102532004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
0683d241 10254
01c52d31
MB
10255 * gnus-sum.el (gnus-widget-reversible-match)
10256 (gnus-widget-reversible-to-internal)
10257 (gnus-widget-reversible-to-external): New functions.
10258 (gnus-widget-reversible): New widget.
10259 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
0683d241 10260
01c52d31 102612004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
0683d241 10262
01c52d31
MB
10263 * gnus-sum.el (gnus-thread-sort-functions)
10264 (gnus-article-sort-functions): Document `(not F)' items.
0683d241 10265
01c52d31 102662004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
e2642250 10267
01c52d31
MB
10268 * spam.el (spam-use-gmane-xref): Add new backend.
10269 (spam-gmane-xref-spam-group): Add variable to control the name of the
10270 Gmane spam group.
10271 (spam-blackhole-servers, spam-blackhole-good-server-regex)
10272 (spam-regex-headers-spam, spam-regex-headers-ham)
10273 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
10274 (spam-list-of-checks): Add spam-use-gmane-xref to list of
10275 backends and checks.
10276 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
e2642250 10277
01c52d31
MB
10278 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
10279 an autodetect method.
e2642250 10280
01c52d31 102812004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 10282
01c52d31
MB
10283 * gnus-int.el (gnus-request-accept-article): Inform the agent that
10284 articles are being added to a group.
10285 (gnus-request-replace-article): Inform the agent that articles
10286 need to be uncached as the cached contents are no longer valid.
e2642250 10287
01c52d31 102882004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 10289
01c52d31 10290 * binhex.el: Don't autoload executable-find.
e2642250 10291
01c52d31 10292 * canlock.el: Don't autoload mail-fetch-field.
e2642250 10293
01c52d31 10294 * gnus-ems.el: Don't autoload appt-select-lowest-window.
e2642250 10295
01c52d31
MB
10296 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
10297 rmail-dont-reply-to and rmail-output.
e2642250 10298
01c52d31 10299 * gnus-score.el: Don't autoload ffap-string-at-point.
e2642250 10300
01c52d31 10301 * gnus-setup.el: Don't autoload sc-cite-original.
e2642250 10302
01c52d31
MB
10303 * imap.el: Don't autoload base64-decode-string,
10304 base64-encode-string and md5.
e2642250 10305
01c52d31
MB
10306 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
10307 and rmail-msg-restore-non-pruned-header.
e2642250 10308
01c52d31 10309 * mm-decode.el: Don't autoload executable-find.
e2642250 10310
01c52d31 10311 * mm-url.el: Don't autoload executable-find.
e2642250 10312
01c52d31 10313 * mm-view.el: Don't autoload diff-mode.
e2642250 10314
01c52d31
MB
10315 * nndb.el: Don't autoload news-reply-mode, news-setup,
10316 cancel-timer and telnet.
e2642250 10317
01c52d31 10318 * password.el: Don't autoload run-at-time for Emacs.
e2642250 10319
01c52d31 10320 * sha1-el.el: Don't autoload executable-find.
e2642250 10321
01c52d31 10322 * sieve-mode.el: Don't autoload c-mode.
e2642250 10323
01c52d31 10324 * uudecode.el: Don't autoload executable-find.
e2642250 10325
01c52d31 103262004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 10327
01c52d31
MB
10328 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
10329 (gnus-agent-possibly-alter-active): Avoid null in numeric
10330 comparison.
10331 (gnus-agent-set-local): Refuse to save null in local object table.
10332 (gnus-agent-regenerate-group): The REREAD parameter can now be a
10333 list of articles that will be marked as unread.
e2642250 10334
01c52d31 103352004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 10336
01c52d31 10337 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
e2642250 10338
01c52d31 103392004-03-04 Jesper Harder <harder@ifa.au.dk>
ba0226dd 10340
01c52d31
MB
10341 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
10342 language tags.
ba0226dd 10343
01c52d31 103442004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
e2642250 10345
01c52d31
MB
10346 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
10347 Don't bind "obarray".
5153a47a 10348
01c52d31
MB
10349 * gnus-sum.el (gnus-thread-sort-functions): Added
10350 `gnus-thread-sort-by-most-recent-number' and
10351 `gnus-thread-sort-by-most-recent-date'.
10352 Reported by Kai Grossjohann <kai@emptydomain.de>.
2a95505b 10353
01c52d31 103542004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 10355
01c52d31 10356 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
5153a47a 10357
01c52d31 103582004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
5153a47a 10359
01c52d31
MB
10360 * gnus-cus.el (gnus-agent-customize-category): Removed
10361 ignore-errors macro reference that required cl to be loaded at
10362 run-time.
5153a47a 10363
01c52d31
MB
10364 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
10365 single-interval range of the form (min . max). Previously the
10366 range had to look like ((min . max)). Likewise, return
10367 (min . max) rather than ((min . max)).
10368 (gnus-range-map): Use gnus-range-normalize to accept
10369 single-interval range.
5153a47a 10370
01c52d31
MB
10371 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
10372 the cache, but not the agent, now appear with their usual face.
5153a47a 10373
01c52d31 103742004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 10375
01c52d31
MB
10376 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
10377 w3m-safe-url-regexp variable buffer-local.
86713405 10378
01c52d31 10379 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
86713405 10380
01c52d31 103812004-02-27 Simon Josefsson <jas@extundo.com>
86713405 10382
01c52d31
MB
10383 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
10384 gnus-group-real-prefix.
10385 (gnus-summary-move-article): Use it, instead of
10386 gnus-group-real-prefix.
86713405 10387
01c52d31 103882004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
d5ddd795 10389
01c52d31
MB
10390 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
10391 w3m-safe-url-regexp variable buffer-local and set it as the value
10392 of mm-w3m-safe-url-regexp.
d5ddd795 10393
01c52d31 10394 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
d5ddd795 10395
01c52d31
MB
10396 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
10397 parsing gnus-posting-styles when the message is not for replying.
d5ddd795 10398
01c52d31
MB
10399 * nnrss.el (nnrss-opml-export): Use
10400 mm-set-buffer-file-coding-system instead of
10401 set-buffer-file-coding-system.
54506618 10402
01c52d31 104032004-02-27 Jesper Harder <harder@ifa.au.dk>
54506618 10404
01c52d31
MB
10405 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
10406 of checkdoc.el).
10407 * nnrss.el: do.
10408 * gnus-mlspl.el: do.
10409 * gnus-ml.el: do.
10410 * gnus-srvr.el: do.
54506618 10411
01c52d31 10412 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
54506618 10413
01c52d31 104142004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
54506618 10415
01c52d31
MB
10416 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10417 Corrections to custom-manual links.
54506618 10418
01c52d31 10419 * gnus-art.el (gnus-article): Ditto.
54506618 10420
01c52d31 10421 * mm-decode.el (mime-display, mime-security): Ditto.
54506618 10422
01c52d31 104232004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 10424
01c52d31 10425 * flow-fill.el: Typo.
54506618 10426
01c52d31 104272004-02-26 Andrew Cohen <cohen@andy.bu.edu>
49561cf6 10428
01c52d31 10429 * spam-wash.el: New file.
54506618 10430
01c52d31 104312004-02-26 Mark A. Hershberger <mah@everybody.org>
54506618 10432
01c52d31 10433 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
54506618 10434
01c52d31 104352004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
49561cf6 10436
01c52d31
MB
10437 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10438 to be run with new-articles as LIST1, not LIST2.
10439 (spam-registration-functions): Add spam-use-ham-copy as a nil
10440 registration backend.
54506618 10441
01c52d31 104422004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 10443
01c52d31
MB
10444 * spam-stat.el (spam-stat-washing-hook): New option.
10445 (spam-stat-buffer-words): Use it.
10446 (spam-stat-process-directory, spam-stat-test-directory): Use
10447 insert-file-contents-literally.
10448 (spam-stat-coding-system): New variable.
10449 (spam-stat-load, spam-stat-save): Use it.
54506618 10450
01c52d31 104512004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 10452
01c52d31
MB
10453 * spam-report.el (spam-report-plug-agent): Quote
10454 spam-report-url-to-file and spam-report-url-ping-plain.
54506618 10455
01c52d31 104562004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
54506618 10457
01c52d31
MB
10458 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10459 / in mailto URLs.
54506618 10460
01c52d31 104612004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
54506618 10462
01c52d31
MB
10463 * spam-report.el (spam-report-process-queue): Fix interactive use.
10464 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10465 (spam-report-unplug-agent): Doc fixes.
10466 (spam-report-url-ping-mm-url, spam-report-url-to-file)
10467 (spam-report-agentize, spam-report-deagentize): Autoload
54506618 10468
01c52d31 104692004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 10470
01c52d31
MB
10471 * message.el (message-setup-fill-variables): Add mml tags to
10472 paragraph-start and paragraph-separate. Suggested by Andrew Korty
10473 <ajk@iu.edu>.
10474 (message-mode): Don't modify paragraph-separate there.
54506618 10475
01c52d31 104762004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 10477
01c52d31
MB
10478 * compface.el (uncompface-use-external): Default to undecided.
10479 (uncompface-use-external-threshold): New variable.
10480 (uncompface-float-time): New macro.
10481 (uncompface): Determine whether to use the external decoder if
10482 uncompface-use-external is undecided.
54506618 10483
01c52d31 104842004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
54506618 10485
01c52d31
MB
10486 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10487 after images.
54506618 10488
01c52d31 10489 * gnus-art.el (gnus-mime-display-single): Remove dead code.
54506618 10490
01c52d31 104912004-02-14 Jesper Harder <harder@ifa.au.dk>
49561cf6 10492
01c52d31 10493 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
54506618 10494
01c52d31 10495 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
54506618 10496
01c52d31
MB
10497 * gnus-sum.el (gnus-summary-limit-to-age)
10498 (gnus-summary-limit-children): do.
54506618 10499
01c52d31 10500 * gnus-int.el (gnus-request-scan): do.
54506618 10501
01c52d31 10502 * gnus-group.el (gnus-group-suspend): do.
54506618 10503
01c52d31 10504 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
54506618 10505
01c52d31 10506 * gnus-cite.el (gnus-cite-parse-attributions): do.
54506618 10507
01c52d31
MB
10508 * gnus-agent.el (gnus-summary-set-agent-mark)
10509 (gnus-agent-regenerate-group): do.
54506618 10510
01c52d31 10511 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
54506618 10512
01c52d31 10513 * binhex.el (binhex-decode-region-internal): do.
54506618 10514
01c52d31 105152004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 10516
01c52d31
MB
10517 * gnus-fun.el (gnus-face-properties-alist): New user option.
10518 (gnus-display-x-face-in-from): Use it.
54506618 10519
01c52d31 10520 * gnus-art.el (article-display-face): Ditto.
54506618 10521
01c52d31 10522 * compface.el (uncompface-use-external): Default to nil.
54506618 10523
01c52d31 105242004-02-12 Jesper Harder <harder@ifa.au.dk>
54506618 10525
01c52d31
MB
10526 * nntp.el (nntp-erase-buffer): New function.
10527 (nntp-retrieve-data, nntp-send-command)
10528 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10529 (nntp-possibly-change-group): Use it.
54506618 10530
01c52d31
MB
10531 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10532 with-current-buffer.
54506618 10533
01c52d31 105342004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
54506618 10535
01c52d31
MB
10536 * compface.el: Merge the ELisp-based uncompface program.
10537 (compface): New customization group.
10538 (uncompface-use-external): New user option.
10539 (uncompface): Call uncompface-internal if uncompface-use-external
10540 is nil.
10541 (uncompface-internal): New function. Note that there are also
10542 some other functions and variables added for this function.
54506618 10543
01c52d31 105442004-02-10 Jesper Harder <harder@ifa.au.dk>
54506618 10545
01c52d31
MB
10546 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10547 if necessary.
54506618 10548
01c52d31 105492004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
54506618 10550
01c52d31
MB
10551 * spam-report.el (spam-report-unplug-agent)
10552 (spam-report-plug-agent, spam-report-deagentize)
10553 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10554 Add support for the Agent in spam-report: when unplugged, report to a
10555 file; when plugged, submit all the requests.
54506618 10556
01c52d31
MB
10557 * spam.el (spam-register-routine): Fix message about
10558 registration.
54506618 10559
01c52d31 105602004-02-09 Jesper Harder <harder@ifa.au.dk>
49561cf6 10561
01c52d31
MB
10562 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10563 dependencies.
10564 (rfc2047-encode): Use it.
54506618 10565
01c52d31
MB
10566 * gnus-art.el (gnus-button-marker-list): Move before first
10567 reference.
54506618 10568
01c52d31
MB
10569 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10570 (imap-parse-body): Fix format string mismatch.
54506618 10571
01c52d31 10572 * gnus-score.el (gnus-summary-increase-score): do.
54506618 10573
01c52d31 10574 * nnrss.el (nnrss-close): New function.
54506618 10575
01c52d31 105762004-02-08 Jesper Harder <harder@ifa.au.dk>
54506618 10577
01c52d31
MB
10578 * nnrss.el (nnrss-make-filename): New function.
10579 (nnrss-request-delete-group, nnrss-read-server-data)
10580 (nnrss-save-server-data, nnrss-read-group-data)
10581 (nnrss-save-group-data): Use it.
10582 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10583 (nnrss-read-server-data, nnrss-read-group-data): Use load.
10584 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
54506618 10585
01c52d31 105862004-02-07 Jesper Harder <harder@ifa.au.dk>
54506618 10587
01c52d31 10588 * mml.el (mml-compute-boundary-1): Don't uncompress files.
54506618 10589
01c52d31 105902004-02-06 Jesper Harder <harder@ifa.au.dk>
54506618 10591
01c52d31
MB
10592 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10593 files.
54506618 10594
01c52d31
MB
10595 * message.el (message-generate-headers-first): Don't quote nil
10596 and t in docstrings.
54506618 10597
01c52d31 10598 * imap.el (imap-id): do.
54506618 10599
01c52d31
MB
10600 * gnus-agent.el (gnus-agent-consider-all-articles)
10601 (gnus-agent-queue-mail): do.
54506618 10602
01c52d31 106032004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
54506618 10604
01c52d31
MB
10605 * spam-report.el (spam-report-process-queue): New function.
10606 Process requests from `spam-report-requests-file'.
10607 (spam-report-process-queue): Doc fix.
54506618 10608
01c52d31 106092004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
531e5812 10610
01c52d31
MB
10611 * spam.el (spam-register-routine)
10612 (spam-log-processing-to-registry, spam-log-registered-p)
10613 (spam-log-unregistration-needed-p, spam-log-undo-registration):
10614 Change "check" to "spam-check" for semi-clarity.
531e5812 10615
01c52d31 106162004-02-05 Jesper Harder <harder@ifa.au.dk>
531e5812 10617
01c52d31 10618 * pop3.el: Require nnheader.
531e5812 10619
01c52d31 10620 * mml-smime.el: Require cl. Autoload message-fetch-field.
531e5812 10621
01c52d31 10622 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
531e5812 10623
01c52d31 10624 * gnus-picon.el: Require cl.
531e5812 10625
01c52d31 10626 * gnus-fun.el: Require gnus-ems and gnus-util.
531e5812 10627
01c52d31 10628 * gnus.el (gnus-method-to-server): Move defsubst before first use.
531e5812 10629
01c52d31 10630 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
531e5812 10631
01c52d31
MB
10632 * gnus-art.el (gnus-article-edit-mode): Define before first
10633 reference.
531e5812 10634
01c52d31 106352004-02-04 Jesper Harder <harder@ifa.au.dk>
531e5812 10636
01c52d31
MB
10637 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10638 (gnus-uu-post-encoded): Use point-at-bol.
531e5812 10639
01c52d31 10640 * gnus-topic.el (gnus-group-active-topic-p): do.
69075cdd 10641
01c52d31 10642 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
69075cdd 10643
01c52d31 10644 * gnus-group.el (gnus-group-kill-region): do.
69075cdd 10645
01c52d31 10646 * gnus-art.el (article-date-ut): do.
69075cdd 10647
01c52d31
MB
10648 * message.el (message-fetch-field): Remove redundant
10649 case-fold-search binding.
10650 (message-narrow-to-field): Simplify.
69075cdd 10651
01c52d31 106522004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8903a9c8 10653
01c52d31 10654 * spam.el (spam-directory): Derive from `gnus-directory'.
8903a9c8 10655
01c52d31
MB
10656 * spam-report.el (spam-report-url-to-file)
10657 (spam-report-requests-file): New function and variable for offline
10658 reporting.
10659 (spam-report-url-ping-function): Add `spam-report-url-to-file'
10660 and user defined function.
10661 (spam-report-url-ping-mm-url): Remove doubled slash.
8903a9c8 10662
01c52d31 106632004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
8903a9c8 10664
01c52d31 10665 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
8903a9c8 10666
01c52d31 106672004-02-03 Jesper Harder <harder@ifa.au.dk>
ebbeed62 10668
01c52d31
MB
10669 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10670 format string mismatch.
ebbeed62 10671
01c52d31 10672 * sieve.el (sieve-deactivate-all): do.
8903a9c8 10673
01c52d31 10674 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8903a9c8 10675
01c52d31 10676 * nnlistserv.el (nnlistserv-kk-wash-article): do.
e62e7654 10677
01c52d31 10678 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
e62e7654 10679
01c52d31 10680 * mm-bodies.el (mm-7bit-chars): Don't include \r.
e62e7654 10681
01c52d31 106822004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
e62e7654 10683
01c52d31
MB
10684 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10685 the list of checks.
e62e7654 10686
01c52d31 106872004-01-31 Jesper Harder <harder@ifa.au.dk>
e62e7654 10688
01c52d31
MB
10689 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10690 padding.
e62e7654 10691
01c52d31 106922004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
c3bc41c2 10693
01c52d31
MB
10694 * mm-view.el (mm-fill-flowed): New variable.
10695 (mm-inline-text): Use it.
eb6a2b61 10696
01c52d31 106972004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
c3bc41c2 10698
01c52d31
MB
10699 * spam.el (spam-spamassassin-register-ham-routine)
10700 (spam-spamassassin-register-spam-routine): Fix function names.
7c3bb5a5 10701
01c52d31 107022004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7c3bb5a5 10703
01c52d31
MB
10704 * gnus.el (gnus-tmp-grouplens): Remove.
10705 (gnus-summary-line-format): Remove grouplens.
f0096211 10706
01c52d31 10707 * gnus-group.el (gnus-group-line-format): Ditto.
f0096211 10708
01c52d31
MB
10709 * gnus-spec.el (gnus-format-specs): Ditto.
10710 (gnus-update-format-specifications): Flush the group format spec
10711 cache if there's the grouplens stuff.
10712 (gnus-parse-simple-format): Replace %l with the empty string.
f0096211 10713
01c52d31 107142004-01-27 Jerry James <james@xemacs.org> (tiny change)
f0096211 10715
01c52d31
MB
10716 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10717 omission.
14e20e13 10718
01c52d31 107192004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14e20e13 10720
01c52d31
MB
10721 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10722 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
c1d7d285 10723
01c52d31 107242004-01-25 Paul Jarc <prj@po.cwru.edu>
c1d7d285 10725
01c52d31
MB
10726 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10727 nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10728 New macros and functions.
10729 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10730 Handle > NLINK_MAX messages.
10731 * nnmaildir.el (nnmaildir-request-set-mark): Use
10732 nnmaildir--emlink-p and nnmaildir--eexist-p.
c1d7d285 10733
01c52d31 107342004-01-25 Alex Schroeder <alex@gnu.org>
c1d7d285 10735
01c52d31
MB
10736 * spam-stat.el (spam-stat-process-directory-age): New option.
10737 (spam-stat-process-directory): Use it.
c1d7d285 10738
01c52d31 107392004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
c1d7d285 10740
01c52d31
MB
10741 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10742 (spam-stat-save): Accept prefix argument.
c1d7d285 10743
01c52d31 107442004-01-23 Paul Jarc <prj@po.cwru.edu>
c1d7d285 10745
01c52d31
MB
10746 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10747 links" error.
c1d7d285 10748
01c52d31 107492004-01-23 Jesper Harder <harder@ifa.au.dk>
10b43d7c 10750
01c52d31
MB
10751 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10752 compatibility with old .newsrc.eld files.
10b43d7c 10753
01c52d31 10754 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
f4dd4ae8 10755
01c52d31 10756 * gnus-start.el (gnus-1): do.
f4dd4ae8 10757
01c52d31 10758 * gnus-group.el (gnus-group-line-format-alist): do.
1b155fbd 10759
01c52d31 10760 * gnus.el (gnus-use-grouplens, gnus-visual): do.
1b155fbd 10761
01c52d31 10762 * gnus-gl.el: Remove.
f4dd4ae8 10763
01c52d31 107642004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 10765
01c52d31
MB
10766 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10767 marks consisting of a single range {for example, (3 . 5)} rather
10768 than a list of a single range { ((3 . 5)) }.
49561cf6 10769
01c52d31 107702004-01-23 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 10771
01c52d31
MB
10772 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10773 with-current-buffer.
10774 (spam-stat-store-current-buffer): Use insert-buffer-substring to
10775 avoid consing a string.
f4dd4ae8 10776
01c52d31
MB
10777 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10778 Remove obsolete entries for big5 and gb2312.
f4dd4ae8 10779
01c52d31 107802004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
49561cf6 10781
01c52d31
MB
10782 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10783 uncompressed list.
f4dd4ae8 10784
01c52d31 107852004-01-22 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 10786
01c52d31
MB
10787 * spam-stat.el (spam-stat-strip-xref): New function.
10788 (spam-stat-process-directory): Use it.
f4dd4ae8 10789
01c52d31
MB
10790 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10791 here -- it's done in message-fetch-field.
f4dd4ae8 10792
01c52d31 107932004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 10794
01c52d31
MB
10795 * gnus-agent.el (gnus-agent-queue-mail,
10796 gnus-agent-prompt-send-queue): New variables.
10797 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10798 * gnus-draft.el (gnus-group-send-queue): Pass the group name
10799 "nndraft:queue" along to gnus-draft-send. Use
10800 gnus-agent-prompt-send-queue.
10801 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10802 is "nndraft:queue". Suggested by Gaute Strokkenes
10803 <gs234@srcf.ucam.org>
f4dd4ae8 10804
01c52d31
MB
10805 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10806 (agent-enable-undownloaded-faces): Added
10807 (gnus-agent-cat-groups): Use eval-and-compile, not
10808 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10809 method of gnus-agent-cat-groups even when the buffer has been
10810 evaled.
3042deef 10811 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
01c52d31
MB
10812 delete gnus-agent-save-active-1.
10813 (gnus-agent-save-groups): Deleted. Identical to
10814 gnus-agent-save-active.
10815 (gnus-agent-write-active): No longer adjust agent's copy of active
10816 file as agent's adjustments are now stored in their own
10817 file. Removed optional parameter.
10818 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10819 servers. Add use of min/max range limits from server's local
10820 file.
10821 (gnus-agent-save-alist): Removed unused optional argument.
3042deef
JB
10822 (gnus-agent-load-local, gnus-agent-read-and-cache-local),
10823 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local),
01c52d31 10824 (gnus-agent-set-local): A per-server file that keeps min/max range
ec5741dc 10825 limits for articles known to the agent. Provides a fast mechanism
01c52d31 10826 for altering many active ranges.
3042deef 10827 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
01c52d31
MB
10828 active file (local makes it unnecessary).
10829 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10830
10831 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10832 (agent-enable-undownloaded-faces): Added
10833
10834 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10835 disable it when sending to "nndraft:queue".
10836 (gnus-group-send-queue): Add safety check to avoid sending queue
10837 when unplugged.
f4dd4ae8 10838
01c52d31
MB
10839 * gnus-group.el (gnus-group-catchup): Use new
10840 gnus-sequence-of-unread-articles, not
10841 gnus-list-of-unread-articles, to avoid exhausting memory with huge
10842 numbers of articles. Use gnus-range-map to avoid having to
10843 uncompress the unread list.
10844 (gnus-group-archive-directory,
10845 gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10846 reference.
9b5773bc 10847
01c52d31
MB
10848 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10849 (gnus-sorted-range-intersection): Intersection of two ranges
10850 without requiring that they first be uncompressed.
9b5773bc 10851
01c52d31
MB
10852 * gnus-start.el (gnus-activate-group): Unless blocked by the
10853 caller, possibly expand the active range to include both cached
10854 and agentized articles.
10855 (gnus-convert-old-newsrc): Rewrote in anticipation of having
10856 multiple version-dependent converters.
10857 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10858 gnus-agent-save-active.
10859 (gnus-save-newsrc-file): Save dirty agent range limits.
46cdaf24 10860
01c52d31
MB
10861 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10862 gnus-agent-possibly-alter-active.
10863 (gnus-adjust-marked-articles): Faster handling of simple lists
10864
108652004-01-21 Jesper Harder <harder@ifa.au.dk>
10866
10867 * spam-stat.el (spam-stat-test-directory): New optional argument
10868 displays a list of files detected. Suggested by Andrew Cohen
10869 <cohen@andy.bu.edu>.
10870 (spam-stat-buffer-words-with-scores): Don't narrow and change
10871 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
10872
108732004-01-20 Hubert Chan <hubert@uhoreg.ca>:
10874
10875 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10876 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10877 (spam-spamassassin-arguments)
10878 (spam-spamassassin-spam-flag-header)
10879 (spam-spamassassin-positive-spam-flag-header)
10880 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10881 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10882 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10883 (spam-list-of-processors, spam-list-of-checks)
10884 (spam-list-of-statistical-checks, spam-registration-functions)
10885 (spam-check-spamassassin-headers, spam-check-spamassassin)
10886 (spam-spamassassin-score)
10887 (spam-spamassassin-register-with-sa-learn)
10888 (spam-spamassassin-register-spam-routine)
10889 (spam-spamassassin-register-ham-routine)
10890 (spam-assassin-register-spam-routine)
10891 (spam-assassin-register-ham-routine): add SpamAssassin support
10892 (spam-bogofilter-score): fix to show article before scoring
10893
108942004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
10895
10896 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10897 default scoring function.
10898 (spam-generic-score): Call spam-spamassassin-score if
10899 spam-use-spamassassin or spam-use-spamassassin-headers is on;
10900 spam-bogofilter-score otherwise.
10901
10902 * gnus.el (spam-process, spam-autodetect-methods): Add
10903 spamassassin and spamassassin-headers.
10904
109052004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
10906
10907 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10908 Suppress unnecessary messages.
10909
109102004-01-20 Jesper Harder <harder@ifa.au.dk>
10911
10912 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10913 make-hash-table.
46cdaf24 10914
01c52d31 109152004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 10916
01c52d31 10917 * canlock.el (base64-encode-string): Don't autoload it.
a08b59c9 10918
01c52d31 109192004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 10920
01c52d31
MB
10921 * run-at-time.el: Remove useless (require 'itimer),
10922 eval-and-compile and (featurep 'xemacs).
a08b59c9 10923
01c52d31 109242004-01-16 Jesper Harder <harder@ifa.au.dk>
a08b59c9 10925
01c52d31
MB
10926 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10927 GROUP is a virtual group.
a08b59c9 10928
01c52d31 109292004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
a08b59c9 10930
01c52d31 10931 * gnus.el: Autoload `message-y-or-n-p'.
a08b59c9 10932
01c52d31 109332004-01-15 Jesper Harder <harder@ifa.au.dk>
a08b59c9 10934
01c52d31 10935 * pgg-parse.el: Remove unnecessary (require 'custom).
a08b59c9 10936
01c52d31 10937 * pgg-def.el: do.
a08b59c9 10938
01c52d31 10939 * nnmail.el: do.
a08b59c9 10940
01c52d31 10941 * gnus-undo.el: do.
a08b59c9 10942
01c52d31 10943 * gnus-picon.el: do.
a08b59c9 10944
01c52d31 10945 * gnus-util.el: do.
a08b59c9 10946
01c52d31 109472004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
a08b59c9 10948
01c52d31 10949 * gnus-sum.el (gnus-pick-line-number): Add autoload.
a08b59c9 10950
01c52d31 109512004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 10952
01c52d31
MB
10953 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10954 handle, as well as a list.
a08b59c9 10955
01c52d31
MB
10956 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10957 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10958 (mm-w3m-cid-retrieve): Simplify.
a08b59c9 10959
01c52d31 109602004-01-14 Vasily Korytov <deskpot@myrealbox.com>
a08b59c9 10961
01c52d31
MB
10962 * message.el (message-kill-to-signature): Allow prefix arg to
10963 specify number of lines to keep before signature.
a08b59c9 10964
01c52d31
MB
109652004-01-14 Kai Grossjohann <kai@emptydomain.de>
10966
10967 (message-kill-to-signature): Change docstring.
a08b59c9 10968
01c52d31 109692004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 10970
01c52d31
MB
10971 * canlock.el: Always require sha1-el.
10972 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
a08b59c9 10973
01c52d31 10974 * message.el: Autoload sha1 only when compiling.
a08b59c9 10975
01c52d31 109762004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 10977
01c52d31 10978 * message.el (message-canlock-generate): Require sha1-el.
a08b59c9 10979
01c52d31 109802004-01-13 Jesper Harder <harder@ifa.au.dk>
a08b59c9 10981
01c52d31 10982 * message.el (message-expand-name): Silence the byte compiler.
a08b59c9 10983
01c52d31 109842004-01-13 Simon Josefsson <jas@extundo.com>
1232b9cb 10985
01c52d31
MB
10986 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10987 Invoke gnus-score-mode. Reported by
10988 bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
1232b9cb 10989
01c52d31
MB
10990 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
10991 Jim Blandy <jimb@redhat.com> (tiny change).
1232b9cb 10992
01c52d31 109932004-01-12 Jesper Harder <harder@ifa.au.dk>
1232b9cb 10994
01c52d31 10995 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
ef3b7aae 10996
01c52d31 109972004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
ef3b7aae 10998
01c52d31
MB
10999 * spam.el (spam-get-article-as-string): Update to use
11000 gnus-request-article-this-buffer, much simpler.
11001 (spam-get-article-as-buffer): Remove.
6e7fb80c 11002
01c52d31 110032004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
6e7fb80c 11004
01c52d31
MB
11005 * message.el (message-expand-name): Use EUDC if the user uses
11006 that.
7cb0aa56 11007
01c52d31 110082004-01-12 Jesper Harder <harder@ifa.au.dk>
7cb0aa56 11009
01c52d31
MB
11010 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
11011 character for the encoding to avoid consing a string.
7cb0aa56 11012
01c52d31
MB
11013 * rfc2047.el (rfc2047-decode-string): Don't cons a string
11014 unnecessarily.
7cb0aa56 11015
01c52d31 11016 * mm-util.el (mm-replace-chars-in-string): Remove.
7cb0aa56 11017
01c52d31
MB
11018 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
11019 of mm-replace-chars-in-string.
e79f14a4 11020
01c52d31 110212004-01-11 Jesper Harder <harder@ifa.au.dk>
e79f14a4 11022
01c52d31
MB
11023 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
11024 strings.
e79f14a4 11025
01c52d31 11026 * mm-util.el (mm-subst-char-in-string): Support inplace.
e79f14a4 11027
01c52d31
MB
11028 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
11029 a new string in every iteration. Use shy groups.
e79f14a4 11030
01c52d31 110312004-01-10 Jesper Harder <harder@ifa.au.dk>
e79f14a4 11032
01c52d31
MB
11033 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
11034 (gnus-group-change-level, gnus-kill-newsgroup)
11035 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
11036 (gnus-get-unread-articles, gnus-make-articles-unread)
11037 (gnus-make-ascending-articles-unread): Use accessor
11038 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
11039 to get group information for improved readability.
0c6ec103 11040
01c52d31 11041 * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
0c6ec103 11042
01c52d31 11043 * gnus-soup.el (gnus-soup-group-brew): do.
0c6ec103 11044
01c52d31 11045 * gnus-msg.el (gnus-put-message): do.
0c6ec103 11046
01c52d31 11047 * gnus-move.el (gnus-group-move-group-to-server): do.
5fa405b6 11048
01c52d31 11049 * gnus-kill.el (gnus-batch-score): do.
1270d7ca 11050
01c52d31
MB
11051 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
11052 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
11053 (gnus-group-update-group, gnus-group-read-group)
11054 (gnus-group-make-group, gnus-group-make-help-group)
11055 (gnus-group-make-archive-group, gnus-group-make-directory-group)
11056 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
11057 (gnus-group-sort-by-unread, gnus-group-catchup)
11058 (gnus-group-unsubscribe-group, gnus-group-kill-group)
11059 (gnus-group-yank-group, gnus-group-set-info)
11060 (gnus-group-list-groups): do.
1b155fbd 11061
01c52d31 11062 * gnus.el (gnus-generate-new-group-name): do.
1270d7ca 11063
01c52d31 11064 * gnus-delay.el (gnus-delay-send-queue): do.
1270d7ca 11065
01c52d31 11066 * nnvirtual.el (nnvirtual-catchup-group): do.
1270d7ca 11067
01c52d31
MB
11068 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
11069 do.
1270d7ca 11070
01c52d31
MB
11071 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
11072 (gnus-group-prepare-topics, gnus-topic-check-topology): do.
1270d7ca 11073
01c52d31
MB
11074 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
11075 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
11076 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
11077 (gnus-group-make-articles-read): do.
1270d7ca 11078
01c52d31 110792004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 11080
01c52d31
MB
11081 * gnus-art.el (article-decode-mime-words, article-babel)
11082 (gnus-article-highlight-signature, gnus-article-add-buttons)
11083 (gnus-signature-toggle): Use gnus-with-article-buffer.
1270d7ca 11084
01c52d31
MB
11085 * gnus-art.el (gnus-article-highlight-headers)
11086 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
1270d7ca 11087
01c52d31
MB
11088 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
11089 (gnus-article-set-globals, gnus-request-article-this-buffer)
11090 (gnus-button-message-id, gnus-article-maybe-hide-headers)
11091 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
11092 (gnus-mime-display-alternative): Use with-current-buffer.
1270d7ca 11093
01c52d31 110942004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 11095
01c52d31
MB
11096 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
11097 also under 80 char limit, and call gnus-error if needed.
11098 (spam-fetch-article-header): Fix - it was a
11099 buffer-local variable (gnus-newsgroup-data).
11100 (spam-find-spam): Use spam-generate-fake-headers, forget about
11101 spam-insert-fake-headers.
11102 (spam-insert-fake-headers): Remove.
1270d7ca 11103
01c52d31 111042004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 11105
01c52d31
MB
11106 * deuglify.el (gnus-article-outlook-unwrap-lines)
11107 (gnus-outlook-rearrange-article)
11108 (gnus-outlook-repair-attribution-outlook)
11109 (gnus-outlook-repair-attribution-block)
11110 (gnus-outlook-repair-attribution-other): Remove redundant
11111 save-excursion.
1270d7ca 11112
01c52d31 111132004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 11114
01c52d31
MB
11115 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
11116 (spam-fetch-field-subject-fast)
11117 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
11118 (spam-fetch-article-header): Add functions to deal with Gnus
11119 internals for fast retrieval of article header data.
11120 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
1270d7ca 11121
01c52d31 111222004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 11123
01c52d31
MB
11124 * pop3.el (pop3-md5): Remove.
11125 (pop3-apop): Replace pop3-md5 with md5.
1270d7ca 11126
01c52d31 11127 * mm-bodies.el: base64 is always built-in.
1270d7ca 11128
01c52d31
MB
11129 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
11130 with-current-buffer.
1270d7ca 11131
23f87bed 111322004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 11133
23f87bed
MB
11134 * canlock.el (canlock-insert-header): Remove excessive grouping in
11135 regexp.
1270d7ca 11136
01c52d31
MB
11137 * gnus-sum.el (gnus-summary-read-document): Ditto.
11138
11139 * gnus-uu.el (gnus-uu-part-number): Ditto.
11140
11141 * html2text.el (html2text-remove-tags): Ditto.
11142 (html2text-format-tags): Ditto.
11143 (html2text-format-single-elements): Ditto.
11144
11145 * mml.el (mml-parse-1): Ditto.
11146
111472004-01-08 Jesper Harder <harder@ifa.au.dk>
11148
11149 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
11150
11151 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
11152
11153 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
11154
11155 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
11156
111572003-11-15 Simon Josefsson <jas@extundo.com>
11158
11159 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
11160 (pgg-gpg-lookup-key): Use regexp match instead of
11161 split-string (split-string is different between emacs 21.2 and
11162 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
11163
111642004-01-08 Jesper Harder <harder@ifa.au.dk>
11165
11166 * gnus-art.el (gnus-mime-view-all-parts)
11167 (gnus-article-part-wrapper, gnus-article-view-part): Use
11168 with-current-buffer.
11169
111702004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
11171
11172 * spam.el (spam-disable-spam-split-during-ham-respool)
11173 (spam-spamoracle-database, spam-cache-lookups)
11174 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
11175 (spam-group-ham-mark-p, spam-group-spam-mark-p)
11176 (spam-group-ham-marks, spam-group-spam-marks)
11177 (spam-group-spam-contents-p, spam-group-ham-contents-p)
11178 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
11179 also add spam-use-blackholes to the statistical checks.
11180 (spam-fetch-field-fast): Add interface to fetching fields, may
11181 become a macro.
11182 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
11183 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
11184 (spam-insert-fake-headers): Fake an article when needed.
11185 (spam-find-spam): Fake article when possible.
11186 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
11187 (spam-check-bogofilter-headers): Use message-fetch-field instead
11188 of nnmail-fetch-field.
11189
111902004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
11191
11192 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
11193
111942004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
11195
11196 * spam.el (spam-split): Do not require spam-use-CHECK to be
11197 enabled if that check is passed to spam-split explicitly; also
11198 fix so 'spam doesn't get converted to spam-split-group when
11199 spam-split-symbolic-return is t.
11200 (spam-find-spam): Find registrations of the article and use those
11201 instead of re-running spam-split to find the spam/ham
11202 classification of the article.
11203 (spam-log-processing-to-registry, spam-log-registered-p)
11204 (spam-log-unregistration-needed-p, spam-log-undo-registration):
11205 Use gnus-error instead of gnus-message.
11206 (spam-log-registration-type): Add function to determine the
11207 classification of a message based on registry entries; will
11208 return nil if both 'spam and 'ham are found.
11209 (spam-check-BBDB): Expand all the BBDB macros here so we can have
11210 a reasonably fast local cache without the loading errors.
11211 (spam-cache-lookups): Set to t by default.
11212 (spam-find-spam): Don't try to guess spam-cache-lookups.
11213 (spam-enter-whitelist, spam-enter-blacklist): Clear the
11214 spam-caches entry.
11215 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
11216 caching of whitelist/blacklist entries.
11217 (spam-check-whitelist, spam-check-blacklist): Invoke
11218 spam-from-listed-p with a type, not a cache variable.
11219 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
11220
112212004-01-07 Jesper Harder <harder@ifa.au.dk>
11222
11223 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
11224
11225 * nnmail.el (nnmail-split-fancy): do.
11226
11227 * mml.el (mml-parse): do.
11228
11229 * gnus-score.el (gnus-enter-score-words-into-hashtb)
11230 (gnus-score-adaptive): do.
11231
23f87bed 112322004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 11233
01c52d31
MB
11234 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
11235 (gnus-mime-button-map): Don't set keymap parent.
11236 (gnus-button-ctan-directory-regexp): Use shy grouping.
11237 (gnus-prev-page-map): Don't set keymap parent.
11238 (gnus-prev-page-map): Remove duplicated one.
11239 (gnus-next-page-map): Don't set keymap parent.
11240 (gnus-mime-security-button-map): Ditto.
11241
11242 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
11243 version number.
11244
23f87bed 11245 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
1270d7ca 11246
23f87bed 112472004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 11248
23f87bed
MB
11249 * canlock.el (canlock-sha1-function): Remove.
11250 (canlock-sha1-function-for-verify): Remove.
11251 (canlock-openssl-program): Remove.
11252 (canlock-openssl-args): Remove.
11253 (canlock-ignore-errors): Remove.
11254 (canlock-sha1-with-openssl): Remove.
11255 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
11256 (canlock-verify): Don't use canlock-ignore-errors.
1270d7ca 11257
23f87bed
MB
11258 * sha1-el.el (sha1-string-external): Make it can return a string
11259 in binary form.
11260 (sha1-region-external): Ditto.
11261 (sha1-string-internal): Ditto.
11262 (sha1-region-internal): Ditto.
11263 (sha1-region): Ditto.
11264 (sha1-string): Ditto.
11265 (sha1): Ditto.
1270d7ca 11266
01c52d31 112672004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 11268
01c52d31 11269 * spam.el (spam-report-articles-gmane): New command.
1270d7ca 11270
01c52d31 112712004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 11272
01c52d31 11273 * gnus.el: Don't make unnecessary *Group* buffer when loading.
1270d7ca 11274
01c52d31
MB
11275 * run-at-time.el (run-at-time-saved): Remove.
11276 (run-at-time): Doc fix.
1270d7ca 11277
01c52d31 112782004-01-07 Jesper Harder <harder@ifa.au.dk>
1270d7ca 11279
01c52d31
MB
11280 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
11281 (gnus-summary-limit-map): Add it.
11282 (gnus-summary-make-menu-bar): do.
1270d7ca 11283
01c52d31 112842004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 11285
01c52d31
MB
11286 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
11287 Make attempt at some caching support (done for BBDB only now).
11288 (spam-find-spam): Set spam-cache-lookups if there are more than 2
11289 addresses to be checked.
11290 (spam-clear-cache-BBDB): Add function, to be invoked by
11291 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
11292 (spam-check-BBDB): Check and use the caches, if
11293 spam-cache-lookups is on, remove superfluous (provide).
1270d7ca 11294
01c52d31 112952004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1270d7ca 11296
01c52d31 11297 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
1270d7ca 11298
01c52d31 112992004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 11300
01c52d31
MB
11301 * run-at-time.el (run-at-time-saved): Move to after the definition
11302 of `run-at-time'.
1270d7ca 11303
01c52d31 113042004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 11305
01c52d31
MB
11306 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
11307 mm-w3m-local-map-property.
1270d7ca 11308
01c52d31
MB
11309 * mm-view.el (mm-w3m-mode-map): Remove.
11310 (mm-w3m-local-map-property): Remove.
11311 (mm-inline-text-html-render-with-w3m): Don't use
11312 mm-w3m-local-map-property.
1270d7ca 11313
01c52d31 113142004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 11315
01c52d31 11316 * run-at-time.el: New file.
1270d7ca 11317
01c52d31
MB
11318 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
11319 of gnus-set-text-properties.
1270d7ca 11320
01c52d31 11321 * gnus-uu.el (gnus-uu-save-article): Ditto.
1270d7ca 11322
01c52d31 11323 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
1270d7ca 11324
01c52d31 11325 * gnus-cite.el (gnus-cite-parse): Ditto.
1b155fbd 11326
01c52d31
MB
11327 * gnus-art.el (gnus-button-push): Use set-text-properties instead
11328 of gnus-.
1b155fbd 11329
01c52d31
MB
11330 * gnus.el: Changed calls to nnheader-run-at-time and
11331 password-run-at-time throughout to use run-at-time directly.
1b155fbd 11332
01c52d31 11333 * password.el: Removed definition of run-at-time.
1b155fbd 11334
01c52d31 113352004-01-05 Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de> (tiny change)
1b155fbd 11336
01c52d31
MB
11337 * mml.el (mml-minibuffer-read-disposition): Show attachment type
11338 in prompt.
1b155fbd 11339
01c52d31 113402004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1b155fbd 11341
01c52d31
MB
11342 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
11343 XEmacs version.
1270d7ca 11344
01c52d31
MB
11345 * dns.el (dns-make-network-process): Use `open-network-stream'
11346 instead of `gnus-xmas-open-network-stream'.
1270d7ca 11347
01c52d31 11348 * .cvsignore: Add auto-autoloads.el, custom-load.el.
1270d7ca 11349
01c52d31 113502004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 11351
01c52d31
MB
11352 * gnus-art.el (gnus-mime-display-alternative)
11353 (gnus-insert-mime-button, gnus-insert-mime-security-button)
11354 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
11355 Don't use gnus-local-map-property.
1270d7ca 11356
01c52d31 11357 * gnus-util.el (gnus-local-map-property): Remove.
1270d7ca 11358
01c52d31
MB
11359 * mm-view.el (mm-view-pkcs7-decrypt): Replace
11360 gnus-completing-read-maybe-default with completing-read.
1270d7ca 11361
01c52d31
MB
11362 * gnus-util.el (gnus-completing-read): do.
11363 (gnus-completing-read-maybe-default): Remove.
1270d7ca 11364
01c52d31 113652004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 11366
01c52d31
MB
11367 * password.el: Only autoload `run-at-time' if not XEmacs.
11368 Only autoload the itimer functions if XEmacs.
1270d7ca 11369
01c52d31 113702004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 11371
01c52d31
MB
11372 * gnus-art.el (gnus-read-string): Remove.
11373 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11374 read-string.
1270d7ca 11375
01c52d31 113762004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 11377
01c52d31
MB
11378 * netrc.el: Autoload password-read.
11379 (netrc): Add configuration group.
11380 (netrc-encoding-method, netrc-openssl-path): Add
11381 variables for encoding and decoding of files with symmetric
11382 ciphers.
11383 (netrc-encode): Add assistant function to encode a file with
11384 netrc-encoding-method.
11385 (netrc-parse): Add interactive parameter, added optional
11386 decoding if netrc-encoding-method is non-nil but otherwise
11387 behavior is standard.
11388 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11389 Do s/encode/encrypt/ everywhere.
1270d7ca 11390
01c52d31 11391 * spam.el: Remove executable-find autoload.
1270d7ca 11392
01c52d31 113932004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 11394
01c52d31 11395 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
1270d7ca 11396
01c52d31 11397 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
1270d7ca 11398
01c52d31 113992004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
c113de23 11400
01c52d31
MB
11401 * gnus-art.el (gnus-treat-ansi-sequences,
11402 article-treat-ansi-sequences): New variable and function.
11403 Suggested by Dan Jacobson <jidanni@jidanni.org>.
1270d7ca 11404
01c52d31
MB
11405 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11406 Use it.
1270d7ca 11407
01c52d31 114082004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 11409
01c52d31 11410 * mm-util.el (mm-quote-arg): Remove.
23f87bed 11411
01c52d31
MB
11412 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11413 shell-quote-argument.
1270d7ca 11414
01c52d31 11415 * gnus-uu.el (gnus-uu-command): do.
1270d7ca 11416
01c52d31 11417 * gnus-sum.el (gnus-summary-insert-pseudos): do.
1270d7ca 11418
01c52d31
MB
11419 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11420 with make-char.
1270d7ca 11421
01c52d31 11422 * mm-util.el (mm-make-char): Remove.
1270d7ca 11423
01c52d31
MB
11424 * mml.el (mml-mode): Replace gnus-add-minor-mode with
11425 add-minor-mode.
1270d7ca 11426
01c52d31 11427 * gnus-undo.el (gnus-undo-mode): do.
1270d7ca 11428
01c52d31 11429 * gnus-topic.el (gnus-topic-mode): do.
1270d7ca 11430
01c52d31 11431 * gnus-sum.el (gnus-dead-summary-mode): do.
1270d7ca 11432
01c52d31 11433 * gnus-start.el (gnus-slave-mode): do.
1270d7ca 11434
01c52d31 11435 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
1270d7ca 11436
01c52d31 11437 * gnus-ml.el (gnus-mailing-list-mode): do.
1270d7ca 11438
01c52d31 11439 * gnus-gl.el (gnus-grouplens-mode): do.
1270d7ca 11440
01c52d31 11441 * gnus-draft.el (gnus-draft-mode): do.
1270d7ca 11442
01c52d31 11443 * gnus-dired.el (gnus-dired-mode): do.
1270d7ca 11444
01c52d31 11445 * gnus-ems.el (gnus-add-minor-mode): Remove.
1270d7ca 11446
01c52d31
MB
11447 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11448 Replace gnus-char-width with char-width.
1270d7ca 11449
01c52d31 11450 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 11451
01c52d31
MB
11452 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11453 Replace gnus-char-width with char-width.
1270d7ca 11454
01c52d31 11455 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 11456
01c52d31
MB
11457 * spam-stat.el (with-syntax-table): Remove with-syntax-table
11458 definition.
11459 Remove Emacs 20 hash table compatibility code.
1270d7ca 11460
01c52d31
MB
11461 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11462 20 compatibility code.
1270d7ca 11463
01c52d31 11464 * spam.el (spam-point-at-eol): Replace with point-at-eol.
1270d7ca 11465
01c52d31 11466 * smime.el (smime-point-at-eol): Replace with point-at-eol.
1270d7ca 11467
01c52d31
MB
11468 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11469 with point-at-{eol,bol}.
1270d7ca 11470
01c52d31 11471 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
1270d7ca 11472
01c52d31 11473 * imap.el (imap-point-at-eol): Replace with point-at-eol.
1270d7ca 11474
01c52d31
MB
11475 * flow-fill.el (fill-flowed-point-at-bol,
11476 fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
1270d7ca 11477
01c52d31
MB
11478 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11479 Replace with point-at-{eol,bol} throughout all files.
1270d7ca 11480
01c52d31 114812004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 11482
01c52d31
MB
11483 * ntlm.el (ntlm-string-as-unibyte): New macro.
11484 (ntlm-build-auth-response): Use it.
1270d7ca 11485
01c52d31
MB
11486 Remove Emacs 20 stuff:
11487 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11488 of delq and copy-sequence.
11489 * gnus-art.el (popup-menu): Remove the compiler macro.
11490 * nnmail.el (nnmail-split-fancy): Don't support customizing with
11491 Emacs 20.
1270d7ca 11492
01c52d31 114932004-01-05 Simon Josefsson <jas@extundo.com>
1270d7ca 11494
01c52d31
MB
11495 * ntlm.el: Fix namespace. Change smb-passwd-hash into
11496 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11497 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11498 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11499 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11500 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11501 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11502 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11503 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11504 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11505 ntlm-string-permute, string-lshift into ntlm-string-lshift,
11506 string-xor into ntlm-string-xor. Suggested by
11507 Jesper Harder <harder@myrealbox.com>.
1270d7ca 11508
01c52d31 11509 * ntlm.el: Don't include poem.
1270d7ca 11510
01c52d31
MB
11511 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
11512 Jesper Harder <harder@myrealbox.com>.
1270d7ca 11513
01c52d31 11514 * sasl-ntlm.el, ntlm.el, md4.el: New files.
1270d7ca 11515
01c52d31
MB
11516 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
11517 probably breaks emacs with DL patch, but do we care? Is anyone
11518 still using the DL stuff?)
1270d7ca 11519
01c52d31
MB
11520 * sieve-manage.el: Use the password package.
11521 (sieve-manage-read-passwd): Remove.
11522 (sieve-manage-interactive-login): Use password. Re-add
11523 condition-case around loop.
11524
11525 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11526 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11527 the password package.
11528
115292003-02-19 Simon Josefsson <jas@extundo.com>
11530
11531 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11532 token.
11533
115342002-08-07 Simon Josefsson <jas@extundo.com>
11535
11536 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11537 (sieve-manage-authenticators):
11538 (sieve-manage-authenticator-alist): Add some SASL mechs.
11539 (sieve-sasl-auth): New function.
11540 (sieve-manage-cram-md5-auth):
11541 (sieve-manage-plain-auth): Rewrite using SASL library.
11542 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11543 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11544 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11545 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11546
115472004-01-05 Simon Josefsson <jas@extundo.com>
11548
11549 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11550 New files.
11551
115522004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11553
11554 * gnus-group.el (gnus-no-groups-message): Update.
11555
11556 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11557
115582003-11-09 Simon Josefsson <jas@extundo.com>
11559
11560 * imap.el: Support for ID IMAP extension (RFC 2971).
11561 (imap-local-variables): Add imap-id.
11562 (imap-id): New variable.
11563 (imap-id): New function.
11564 (imap-parse-response): Parse untagged ID response.
11565 * nnimap.el (nnimap-id): New variable.
11566 (nnimap-open-connection): Use it.
11567
115682003-12-28 Simon Josefsson <jas@extundo.com>
11569
11570 * gnus-score.el (gnus-score-edit-all-score): New.
11571 * gnus-group.el (gnus-group-score-map): Bind it to W e.
11572
115732004-01-04 Simon Josefsson <jas@extundo.com>
11574
11575 * password.el: Add.
11576
115772004-01-04 Mario Lang <lang@zid.tugraz.at>
11578
11579 * dns.el: Add support for AAAA records (see RFC 3596)
11580
11581 * Fix typo PRT -> PTR
11582
11583 * Parse MX, PTR and SOA replies (see RFC 1035)
11584
115852004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11586
11587 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11588
11589 * Moved to Changelog.2.
11590
115912004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11592
11593 * gnus.el (gnus-version-number): Bump version.
11594
115952004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11596
11597 * gnus.el: No Gnus v0.1 is released.
1270d7ca 11598
01c52d31 115992004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1270d7ca 11600
01c52d31 11601 * gnus.el: No Gnus v0.0 is released.
1270d7ca 11602
01c52d31 116032004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 11604
01c52d31
MB
11605 * gnus.el (gnus-version-number): Bump.
11606 (gnus-version): No.
1270d7ca 11607
ef3b7aae 11608See ChangeLog.2 for earlier changes.
2a34a036 11609
d7a0267c 11610 Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
5b87ad55
GM
11611
11612 This file is part of GNU Emacs.
11613
11614 GNU Emacs is free software; you can redistribute it and/or modify
11615 it under the terms of the GNU General Public License as published by
5a9dffec 11616 the Free Software Foundation; either version 3, or (at your option)
5b87ad55
GM
11617 any later version.
11618
11619 GNU Emacs is distributed in the hope that it will be useful,
11620 but WITHOUT ANY WARRANTY; without even the implied warranty of
11621 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11622 GNU General Public License for more details.
11623
11624 You should have received a copy of the GNU General Public License
11625 along with GNU Emacs; see the file COPYING. If not, write to the
11626 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11627 Boston, MA 02110-1301, USA.
ab5796a9 11628
ef3b7aae
MB
11629;; Local Variables:
11630;; coding: iso-2022-7bit
d7ba2a01 11631;; fill-column: 79
33462dfa 11632;; add-log-time-zone-rule: t
ef3b7aae
MB
11633;; End:
11634
ab5796a9 11635;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4