Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann@ics.uci.edu.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * gnus-registry.el (gnus-registry-handle-action): More debugging.
4
5 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6 interactively so the newsrc file can contain foreign groups too.
7 Useful for debugging but not much for users.
8
9 2011-04-07 David Engster <dengste@eml.cc>
10
11 * registry.el (registry-usage-test): Only do
12 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
13 lexical binding.
14
15 2011-04-06 David Engster <dengste@eml.cc>
16
17 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
18 argument NOERROR for `require', since XEmacs 21.4 does not support it.
19
20 2011-04-06 David Engster <dengste@eml.cc>
21
22 * registry.el (initialize-instance): Change :after to :AFTER to be
23 compatible with old EIEIO version in XEmacs.
24
25 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
26
27 * gnus-registry.el (gnus-registry-post-process-groups)
28 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
29 and provide better messaging.
30
31 2011-04-06 David Engster <dengste@eml.cc>
32
33 * Makefile.in (fail-on-warning): New rule to compile with warnings as
34 errors.
35
36 * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
37 dgnushack-compile with error-on-warn enabled, and to signal an error if
38 clean compilation failed.
39 (dgnushack-compile): New argument 'error-on-warn'. If non-nil, compile
40 with `byte-compile-error-on-warn'. Return nil if errors occured.
41
42 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
43
44 * gnus-registry.el: Don't use ERT if it's not available. Load it
45 unconditionally anyway, discarding errors.
46 (gnus-registry-delete-entries): New convenience function.
47 (gnus-registry-import-eld): Import from old .eld registry.
48
49 * registry.el: Don't use ERT if it's not available. Load it
50 unconditionally anyway, discarding errors.
51
52 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
53 version from the Claudio Bley GnuTLS patch (extra optional parameters
54 and host name).
55
56 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
57
58 * gnus-registry.el (gnus-registry-fixup-registry): New function to
59 fixup the parameters that can be customized by the user between
60 save/read cycles.
61 (gnus-registry-read): Use it.
62 (gnus-registry-make-db): Use it.
63 (gnus-registry-spool-action, gnus-registry-handle-action): Fix
64 messaging.
65 (gnus-registry--split-fancy-with-parent-internal): Fix loop. Map
66 references to actual group names with sender and subject tracking.
67 (gnus-registry-post-process-groups): Use `cond' for better messaging.
68 (gnus-registry-usage-test): Add subject lookup test.
69
70 * registry.el (registry-db, initialize-instance): Set up constructor
71 instead of :initform arguments for the sake of older Emacsen.
72 (registry-lookup-breaks-before-lexbind): New method to demonstrate
73 pre-lexbind merge bug.
74 (registry-usage-test): Use it.
75 (initialize-instance, registry-db): Move the non-function initforms
76 back to the class definition.
77
78 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
79
80 * registry.el: New library to manage gnus-registry-style data.
81
82 * gnus-registry.el: Use it (major rewrite).
83
84 * nnregistry.el: Use it.
85
86 * spam.el: Use it.
87
88 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
89
90 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
91 marks on non-selected articles.
92
93 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
94
95 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
96
97 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
98 parameter to open-protocol-stream.
99
100 2011-04-01 Julien Danjou <julien@danjou.info>
101
102 * mm-view.el (mm-display-inline-fontify): Do not fontify with
103 fundamental-mode.
104
105 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
106
107 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
108 servers.
109
110 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
111
112 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
113 made marks not propagate, again.
114
115 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
116
117 * proto-stream.el (open-protocol-stream): Bring back `network' type.
118 Make this the default type.
119 (proto-stream-open-plain): Rename from proto-stream-open-default.
120 (open-protocol-stream, proto-stream-open-starttls)
121 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
122 with `plain'.
123
124 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
125 value.
126
127 * nntp.el (nntp-open-connection-function): Document the fact that some
128 values are not functions but are instead handled specially. Recognize
129 nntp-open-plain-stream value.
130 (nntp-open-connection): Recognize that value.
131
132 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
133
134 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
135 stuff.
136
137 * gnus-score.el (gnus-score-string): Fix calling convention of
138 `gnus-simplify-buffer-fuzzy' after last patches.
139
140 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
141 server for articles we didn't get any headers for. This is a sanity
142 check.
143
144 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
145
146 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
147 new CAPABILITY, use it.
148
149 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
150
151 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
152 downloading anything.
153
154 * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
155
156 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
157
158 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
159 colors.
160 (gnus-splash-svg-color-symbols): New function.
161
162 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
163
164 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
165 instead of using the global gnus-simplify-subject-fuzzy-regexp.
166 (gnus-simplify-subject-fuzzy): Use the local
167 gnus-simplify-subject-fuzzy-regex instead of the global one. This
168 makes using this variable in group parameters work.
169
170 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
171
172 * gnus-registry.el (gnus-registry-unfollowed-groups): Add
173 "archive:sent" to the unfollowed group regex (for the recent Gnus
174 archive:sent-YYYY-MM-DD groups).
175 (gnus-registry-split-fancy-with-parent): Bail out early in sender
176 tracking if there are more than `gnus-registry-max-track-groups'
177 matches.
178
179 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
180
181 * message.el (message--yank-original-internal): New function to do the
182 insertion cleanly inside eval in `message-yank-original'.
183 (message-yank-original): Use it.
184
185 2011-03-29 Julien Danjou <julien@danjou.info>
186
187 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
188 local variables disabled rather than `normal-mode'.
189
190 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
191
192 * proto-stream.el: Changes preparatory to merging open-protocol-stream
193 with open-network-stream.
194 (proto-stream-always-use-starttls): Option removed.
195 (open-protocol-stream): Return a process object by default. Provide a
196 new parameter :return-list specifying a list-type return value, which
197 now has the form (PROP . PLIST) instead of a fixed-length list. Change
198 :type `network' to `try-starttls', and `network-only' to `default'.
199 Make `default' the default, for compatibility with open-network-stream.
200 Handle the no-parameter case exactly as open-network-stream, with no
201 additional stream processing. Search plists using plist-get.
202 Explicitly add :end-of-commend parameter if it is missing.
203 (proto-stream-open-default): Renamed from
204 proto-stream-open-network-only. Return 'default as the type.
205 (proto-stream-open-starttls): Rename from proto-stream-open-network.
206 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
207 failed. Always return a list with a (possibly dead) process as the
208 first element, for compatibility with open-network-stream.
209 (proto-stream-open-tls): Use plist-get. Always return a list.
210 (proto-stream-open-shell): Return `default' as connection type.
211 (proto-stream-capability-open): Use plist-get.
212 (proto-stream-eoc): Function deleted.
213
214 * nnimap.el (nnimap-stream, nnimap-open-connection)
215 (nnimap-open-connection-1): Handle renaming of :type parameter for
216 open-protocol-stream.
217 (nnimap-open-connection-1): Pass a :return-list parameter
218 open-protocol-stream to obtain a list return value. Parse this list
219 using plist-get.
220
221 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
222 for open-protocol-stream. Accept open-protocol-stream return value
223 that is a subprocess object instead of a list. Handle the case of a
224 dead returned process.
225
226 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
227
228 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
229
230 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
231
232 2011-03-21 Julien Danjou <julien@danjou.info>
233
234 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
235 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
236 query.
237 (mm-inline-text): Render normal text with fontification whenever
238 possible.
239
240 * gnus-sum.el (gnus-summary-save-parts-1):
241 * gnus-art.el (gnus-article-browse-html-save-cid-content)
242 (gnus-article-browse-html-parts, gnus-mime-delete-part)
243 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
244 Use `mm-handle-filename'.
245
246 * mm-util.el (mm-handle-filename): New function, return the filename of
247 an handle.
248
249 2011-03-18 Julien Danjou <julien@danjou.info>
250
251 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
252 (gnus-buffer-live-p): Check that buffer is not nil.
253
254 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
255
256 * gnus-art.el: Require mouse, which the build bot seems to say is
257 needed.
258
259 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
260 XEmacs, since it doesn't have url-retrieve-synchronously.
261
262 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
263
264 * gnus-group.el (gnus-group-list-ticked): New function.
265 (gnus-group-make-menu-bar): Provide a menu entry for it.
266 (gnus-group-list-map): Provide a binding for it.
267
268 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
269
270 * shr.el (shr-visit-file): New command.
271
272 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
273
274 2011-03-17 Bjørn Mork <bjorn@mork.no>
275
276 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
277 servers.
278
279 2011-03-16 Julien Danjou <julien@danjou.info>
280
281 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
282 inline.
283
284 * gnus-art.el (article-hide-list-identifiers): Use
285 gnus-group-get-list-identifiers.
286
287 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
288 (gnus-summary-remove-list-identifiers): Use
289 gnus-group-get-list-identifiers to get regexp.
290 (gnus-select-newsgroup, gnus-summary-insert-subject)
291 (gnus-summary-insert-articles): Call
292 gnus-summary-remove-list-identifiers unconditionally.
293
294 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
295
296 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
297 we're selecting a group with unread articles.
298
299 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
300
301 * gssapi.el: New file separated out from imap.el to provide a general
302 Kerberos 5 connection facility for Emacs.
303
304 * message.el (message-elide-ellipsis): Document the format spec
305 ellipsis.
306
307 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
308
309 * message.el (message-elide-region): Allow the ellipsis to say how many
310 lines were removed.
311
312 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
313
314 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
315 window configurations containing buffers that are now dead.
316
317 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
318 parsing to avoid integer overflows.
319 (nnimap-parse-flags): Simplify the last change.
320 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
321 too large for 32-bit Emacsen.
322
323 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 * auth-source.el (auth-source-netrc-create):
326 * message.el (message-yank-original): Fix use of `case'.
327
328 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
329
330 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
331 XEmacs, which was one character too wide.
332
333 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
334
335 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
336 default number of articles to display.
337 (gnus-articles-to-read): Use pretty names for prompt.
338
339 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
340
341 * gnus-int.el (gnus-open-server): Ditto.
342
343 * gnus-start.el (gnus-activate-group): Give a backtrace if
344 debug-on-quit is set and the user hits `C-g'.
345 (gnus-read-active-file): Ditto.
346
347 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
348
349 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
350
351 * message.el (message-yank-original): Use cond instead of CL case.
352
353 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
354
355 * auth-source.el (auth-source-netrc-create): Use usual format for the
356 default in prompts.
357
358 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
359
360 * auth-source.el (auth-source-netrc-create): Show the default in the
361 prompt when prompting for token creation.
362
363 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
364
365 * auth-source.el (auth-source-format-prompt): Always convert the value
366 to a string to avoid evaluating non-string arguments.
367 (auth-source-netrc-create): Offer default properly, not as initial
368 content in `read-string'.
369 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
370 of line to determine if we've been run before. If so, don't run again,
371 but print a trivial message to indicate the cache was hit instead.
372
373 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
374
375 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
376 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
377 The user will have to run `gnus-sync-read' manually and wait for Cloudy
378 Gnus.
379
380 2011-03-11 Julien Danjou <julien@danjou.info>
381
382 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
383 modified file".
384
385 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
386
387 * auth-source.el (auth-source-read-char-choice): New function to read a
388 character choice using `dropdown-list', `read-char-choice', or
389 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
390 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
391 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
392 (auth-source-netrc-saver): Use it.
393 (auth-source-pick-first-password): New convenience function.
394
395 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
396
397 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
398 parameter in the credentials.
399 (nnimap-open-connection-1): Use it after a successful login.
400 (nnimap-credentials): Add IMAP-specific user and password prompt.
401
402 * auth-source.el (auth-source-search): Add :require parameter, taking a
403 list. Document it and the :save-function return token. Pass :require
404 down. Change the CREATED message from a warning to a debug statement.
405 (auth-source-search-backends): Pass :require down.
406 (auth-source-netrc-search): Pass :require down.
407 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
408 Change save prompt to indicate all modifications saved here are
409 deletions.
410 (auth-source-netrc-create): Take user login name as default in user
411 prompt. Move all the save functionality to a lexically bound function
412 under the :save-function token in the returned list. Set up clearer
413 default prompts for user, host, port, and secret.
414 (auth-source-netrc-saver): New function, intended to be wrapped for
415 :save-function.
416
417 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
418
419 * Version 23.3 released.
420
421 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
422
423 * shr.el (shr-table-horizontal-line): Change the defaults for the table
424 lines to be spaces instead.
425
426 2011-03-07 Julien Danjou <julien@danjou.info>
427
428 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
429 (sieve-sasl-auth): Check that auth-source-search did return something,
430 or just return an empty string.
431
432 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
433
434 * gnus.el (gnus-interactive): Use read-directory-name.
435
436 * gnus-uu.el (gnus-uu-decode-uu-and-save)
437 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
438 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
439 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
440 Likewise.
441
442 * gnus-group.el (gnus-group-make-directory-group): Likewise.
443
444 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
445
446 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
447 onto the list of killed groups, too. This makes killed nnimap groups,
448 for instance, more reliably not reappear.
449
450 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
451 the parent.
452
453 * gnus-sum.el (gnus-update-read-articles): Fix typo.
454
455 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
456 really have server-side marks.
457
458 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
459 since most backends do not usefully have server-side marks.
460 (gnus-update-read-articles): Propagate marks to all backends that
461 really have server-side marks.
462
463 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
464
465 * message.el (message-cite-reply-position, message-cite-style):
466 New variables.
467 (message-yank-original): Use the new citation styles.
468
469 2011-03-04 Daiki Ueno <ueno@unixuser.org>
470
471 * message.el (message-options): Revert the change that's a workaround
472 for XEmacs buffer-local issue; don't mark it buffer-local when running
473 under XEmacs.
474
475 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
476
477 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
478 numbers too big to be `read'.
479
480 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
481
482 * message.el (message-options): Make buffer-local two ways to attempt
483 to fix a XEmacs bug.
484
485 2011-03-02 Julien Danjou <julien@danjou.info>
486
487 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
488
489 2011-03-01 Julien Danjou <julien@danjou.info>
490
491 * gnus-art.el (list-identifier): Add list-identifier as a parameter
492 group.
493 (article-hide-list-identifiers): Use list-identifier group parameter.
494
495 2011-02-28 Julien Danjou <julien@danjou.info>
496
497 * sieve.el (sieve-buffer-script-name): New local variable to store
498 sieve script name.
499 (sieve-edit-script): Store sieve script name.
500 (sieve-upload): Use sieve script name when uploading.
501 (sieve-upload): Use substitute-command-keys.
502 (sieve-edit-script): Use substitute-command-keys.
503 (sieve-refresh-scriptlist): Use substitute-command-keys.
504 (sieve-manage-mode-map): Define keymap properly.
505 (sieve-manage-mode): Do not set mode name manually, change mode-name to
506 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
507 Remove commented code about cvs.
508 (sieve-manage-quit): New function.
509 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
510
511 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
512
513 * gnus-group.el (gnus-import-other-newsrc-file): New function.
514
515 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
516
517 * auth-source.el (auth-source-search): Cache empty result sets.
518
519 * auth-source.el (auth-source-save-behavior): New variable to replace
520 `auth-source-never-create'.
521 (auth-source-netrc-create): Use it.
522 (auth-source-never-save): Remove.
523
524 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
525
526 * nnimap.el (nnimap-stream): Doc fix.
527 (nnimap-open-connection-1): Reverse the order of the ports to that the
528 prompted-for port is first.
529
530 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
531 retrieval by the no-group selection.
532
533 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
534 numerical parameters.
535
536 2011-02-25 Julien Danjou <julien@danjou.info>
537
538 * gnus-gravatar.el: Use gnus-with-article-buffer.
539
540 * gnus-art.el (gnus-with-article-buffer): Check that the
541 gnus-article-buffer is alive.
542
543 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
544
545 * auth-source.el (auth-source-creation-prompts): New variable to manage
546 creation-time prompts.
547 (auth-source-search): Document it.
548 (auth-source-format-prompt): Add utility function.
549 (auth-source-netrc-create): Don't default the user name to
550 user-login-name. Use `auth-source-creation-prompts' and some default
551 prompts for user, host, port, and password (the default generic prompt
552 remains ugly).
553 (auth-source-never-save): Add customizable option to never save info.
554 (auth-source-netrc-create): Use it and improve save prompts. Fix help
555 mode excursion.
556
557 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
558
559 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
560 argument that XEmacs doesn't support.
561
562 2011-02-23 Julien Danjou <julien@danjou.info>
563
564 * gnus-art.el (article-make-date-line): Ignore errors if time is
565 invalid and not convertible.
566 (article-make-date-line): Only add lapsed time if time is not nil.
567
568 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
569
570 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
571 `read-char-choice' for backwards compatibility.
572 (auth-source-netrc-element-or-first): New function to DTRT for
573 parameter extraction.
574 (auth-source-netrc-create): Use it and fix multiple parameter print
575 bug. Use the default passed from above (given-default) or the
576 built-in (user-login-name for :user).
577
578 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
579
580 * gnus-start.el (gnus-dribble-read-file):
581 Set buffer-save-without-query, since we always want to save the dribble
582 file, probably.
583
584 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
585 nnimap.
586
587 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
588 -summary- since it's a user-visible variable.
589
590 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
591 first time you use the new Gnus.
592
593 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
594
595 * auth-source.el: Don't load netrc.el.
596 (auth-sources): Search ~/.netrc as well by default.
597 (auth-source-debug): Add 'trivia option for extra output.
598 (auth-source-do-trivia): Use it.
599 (auth-source-search): Simplify logic to use
600 `auth-source-search-backends'. Use `auth-source-do-trivia' where
601 appropriate. Don't keep a running count at this level. Layer :create
602 and :delete options appropriately on the first and second passes.
603 Don't track the backend with the search results.
604 (auth-source-search-backends): New function to search a list of
605 backends for a processed spec.
606 (auth-source-netrc-parse): Cache all netrc files, making
607 auth-source-netrc-cache an alist keyed by the file name and using the
608 file mtime as the caching criterion. Keep the obfuscated data secret
609 with a lexical bind.
610 (auth-source-netrc-search): Don't calculate the length of the results
611 unnecessarily.
612 (auth-source-search-backends): Fix bug.
613 (auth-source-netrc-create): Rework prompts.
614
615 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
616
617 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
618 Lower case names of search constraints.
619 (nnir-run-query): Cache and reuse search constraints for all imap
620 servers.
621
622 2011-02-22 Sam Steingold <sds@gnu.org>
623
624 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
625
626 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
627
628 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
629 after exit.
630 (gnus-setup-message): Define missing variable from last checkin.
631
632 * gnus-sum.el (gnus-summary-show-article): When called with t as the
633 value, show the raw article.
634
635 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
636
637 * nnimap.el (nnimap-open-connection-1): Revert last change, since
638 auth-source now accepts numbers.
639
640 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
641 spec, too.
642 (auth-source-ensure-strings): New function.
643
644 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
645 (gnus-article-setup-buffer): Always restart the date timer so that user
646 changes to the frequency is respected.
647
648 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
649 port numbers, so make sure it gets that if nnimap-server-port is
650 explicit.
651
652 2011-02-21 Simon Josefsson <simon@josefsson.org>
653
654 * nnimap.el (nnimap-inbox): Doc fix.
655
656 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
657
658 * shr-color.el (shr-color->hexadecimal): Use renamed function names
659 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
660 color-lab-to-srgb.
661
662 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
663
664 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
665 given method as in the group name if we're using an extended method.
666 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
667 command, if we're using that, instead of waiting for the beginning.
668
669 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
670 we're sure to get unique server names, and we don't output two async
671 commands in the same buffer. This fixes an NNTP hang for some users.
672
673 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
674
675 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
676 summary buffer before reading going to the next buffer. This avoids
677 putting the point in the group buffer if you `C-g' the command.
678
679 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
680 cache (for now) to make ~/.authinfo.gpg files usable.
681
682 * nnfolder.el (copyright-update): Define for the compiler.
683
684 * auth-source.el (auth-source-search): Fix unbound variable.
685
686 2011-02-19 Glenn Morris <rgm@gnu.org>
687
688 * gnus.el (gnus-meta): Doc fix.
689
690 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
691
692 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
693 in case it's not yet loaded.
694
695 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
696
697 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
698 line we're waiting for.
699
700 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
701
702 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
703 face with line-width greater than zero will cause RET in gnus summary
704 buffer to scroll down article page-wise because auto vscroll happens,
705 it should be temporalily disabled when doing a scroll-up.
706
707 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
708
709 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
710 outputs from the server.
711
712 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
713
714 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
715 later so that bbdb can hook in easier.
716
717 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
718
719 * auth-source.el (auth-source-search): Don't try to create credentials
720 if the caller doesn't want that.
721 (auth-source-search): If we don't find a match, don't bug out on
722 non-bound variables.
723 (auth-source-search): Only ask a single backend to create the
724 credentials.
725
726 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
727 logging.
728 (nnimap-credentials): Protect against auth-source-search returning nil.
729 (nnimap-request-list): Protect against not being able to open the
730 server.
731
732 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
733
734 * auth-source.el (auth-source-search): Do a two-phase search, one with
735 no :create to get the responses from all backends.
736
737 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
738 when getting credentials.
739
740 * gnus-util.el (gnus-delete-duplicates): New function.
741
742 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
743
744 * nnimap.el (nnimap-credentials): Instead of picking the first port as
745 a creation default, pass the whole port list down. It will be
746 completed.
747
748 * auth-source.el (auth-source-search): Updated docs to talk about
749 multiple creation choices.
750 (auth-source-netrc-create): Accept a list as a value (from the search
751 parameters) and do completion on that list. Keep a separate netrc line
752 with the password obscured for showing the user.
753
754 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
755 first choice to `auth-source-search' so it will be used for entry
756 creation instead of the server's Gnus-specific name.
757 (nnimap-credentials): Rely on the auth-source library to select which
758 port is actually wanted in the new netrc entry, so don't override
759 `auth-source-creation-defaults'.
760
761 * auth-source.el (auth-source-netrc-parse): Use :port instead of
762 :protocol and accept a missing user, host, or port as a wildcard match.
763 (auth-source-debug): Default to off.
764
765 (auth-source-netrc-search, auth-source-netrc-create)
766 (auth-source-secrets-search, auth-source-secrets-create)
767 (auth-source-user-or-password, auth-source-backend, auth-sources)
768 (auth-source-backend-parse-parameters, auth-source-search): Use :port
769 instead of :protocol.
770
771 * nnimap.el (nnimap-credentials): Pass a port default to
772 `auth-source-search' in case an entry needs to be created.
773 (nnimap-open-connection-1): Use :port instead of :protocol.
774
775 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
776
777 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
778 instead of delete-dups that is not available in XEmacs 21.4.
779
780 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
781
782 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
783 nil means that nnimap doesn't get updated.
784
785 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
786
787 * auth-source.el (auth-source-netrc-create): Return a synthetic search
788 result when the user doesn't want to write to the file.
789 (auth-source-netrc-search): Expect a synthetic result and proceed
790 accordingly.
791 (auth-source-cache-expiry): New variable to override
792 `password-cache-expiry'.
793 (auth-source-remember): Use it.
794
795 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
796 parameter. Create entry if necessary by using :create t.
797 (nnimap-open-connection-1): Don't pass `inhibit-create'.
798
799 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
800
801 * auth-source.el (auth-source-debug): Enable by default and don't
802 mention the obsolete `auth-source-hide-passwords'.
803 (auth-source-do-warn): New function to debug unconditionally.
804 (auth-source-do-debug): Use it.
805 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
806 and for Secrets API entries when the secrets.el library is not
807 available.
808
809 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
810
811 * gnus-sum.el (gnus-propagate-marks): Default to nil.
812 (gnus-summary-exit): Kill the correct article buffer on exit from a
813 `C-d' group.
814
815 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
816 gnus-propagate-marks.
817
818 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
819 before killing the buffers so that a non-full window conf gets handled
820 correctly.
821 (gnus-summary-exit): Ditto.
822 (gnus-summary-read-group-1): Ditto.
823
824 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
825 async code again so that we can debug it properly.
826
827 * message.el (message-reply): Take an optional switch-buffer parameter
828 so that Gnus window confs are respected better.
829
830 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
831
832 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
833 `plist-get' to accept non-list parameters (XEmacs issue).
834 Fix docstring.
835 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
836 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
837 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
838 Login collection is "Login" and not "login".
839
840 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
841
842 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
843 multiple headers.
844
845 * nnimap.el (nnimap-inhibit-logging): New variable.
846 (nnimap-log-command): Don't log login commands.
847
848 * auth-source.el (auth-source-netrc-search): The asserts seem to want
849 to have more parameters.
850
851 * nnimap.el (nnimap-send-command): Mark the command time for each
852 command, so that we don't get NOOPs stepping on our toes.
853
854 * gnus-art.el (article-date-ut): Get the date from the Date header on
855 `t'.
856
857 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
858
859 * auth-source.el (auth-source-search): Use copy-sequence instead of
860 the cl.el copy-list.
861
862 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
863
864 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
865 Improve prompt.
866
867 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
868
869 * gnus-art.el (gnus-article-mode-line-format): Remove the article
870 washing status from the default format. It isn't very informative.
871
872 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
873
874 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
875 Fix Gcc processing on imap.
876
877 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
878
879 * message.el (message-bury): Don't pop up a new window when selected
880 window is dedicated.
881
882 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
883
884 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
885
886 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
887
888 * sieve-manage.el: Autoload `auth-source-search'.
889 (sieve-sasl-auth): Use it.
890
891 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
892
893 * nnimap.el: Autoload `auth-source-forget+'.
894 (nnimap-open-connection-1): Use it if the connection fails.
895
896 * auth-source.el: Require `password-cache'.
897 (auth-source-hide-passwords, auth-source-cache): Remove and mark
898 obsolete.
899 (auth-source-magic): Marker for `password-cache' keys.
900 (auth-source-do-cache): Update docstring.
901 (auth-source-search): Use and check cache.
902 (auth-source-forget-all-cached, auth-source-remember)
903 (auth-source-recall, auth-source-forget, auth-source-forget+)
904 (auth-source-specmatchp): Caching support functions.
905 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
906 Remove and obsolete.
907 (auth-source-user-or-password): Remove caching to further discourage
908 using it. Always hide passwords.
909
910 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
911
912 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
913 code for now, since it doesn't work for all users.
914
915 2011-02-09 Julien Danjou <julien@danjou.info>
916
917 * message.el (message-options): Make message-options really buffer
918 local.
919
920 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
921
922 * mail-source.el: Autoload `auth-source-search'.
923 (mail-source-keyword-map): Note order matters.
924 (mail-source-set-1): Get all the mail-source source values and
925 defaults and search auth-source on those if needed. This can all
926 probably be simplified.
927
928 * nnimap.el: Autoload `auth-source-search'.
929 (nnimap-credentials): Use it.
930 (nnimap-open-connection-1): Ask for the virtual server and physical
931 address in one shot.
932
933 * nntp.el: Autoload `auth-source-search'.
934 (nntp-send-authinfo): Use it. Note TODO.
935
936 2011-02-08 Julien Danjou <julien@danjou.info>
937
938 * shr.el (shr-tag-body): Add support for text attribute in body
939 markups.
940
941 * message.el (message-options): Make message-options a local variable.
942
943 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
944
945 * auth-source.el (auth-source-secrets-search)
946 (auth-source-user-or-password): Use `append' instead of `nconc'.
947 (auth-source-user-or-password): Build return list better and protect
948 against nil :secret.
949
950 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
951
952 * nnimap.el (nnimap-update-info): Refactor slightly.
953 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
954 (nnimap-update-info): Clean up slightly.
955 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
956 characters.
957 (nnimap-process-quirk): Rename function to avoid collision.
958 (nnimap-update-info): Fix macrology bug-out.
959 (nnimap-update-info): Simplify split history test.
960
961 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
962
963 * auth-source.el (top): Require 'eieio unconditionally.
964 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
965 (auth-source-secrets-search): Limit search when `max' is greater than
966 number of results.
967
968 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
969
970 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
971 part not returning any data.
972
973 * proto-stream.el (open-protocol-stream): Document the return value.
974
975 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
976
977 * auth-source.el (auth-source-secrets-search): Add examples.
978
979 2011-02-06 Julien Danjou <julien@danjou.info>
980
981 * message.el (message-setup-1): Handle message-generate-headers-first
982 set to t.
983
984 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
985
986 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
987 API with a string "secrets:collection-name" and with 'default.
988 (auth-source-backend-parse): Parse "secrets:collection-name" and
989 'default. Recurse on parses instead of repeating code. Use the
990 Secrets API is the source is not nil and 'ignore otherwise. Emit a
991 message when ignoring a source.
992 (auth-source-search): List ignored search keys at the top level.
993 (auth-source-netrc-create): Use `case' instead of `cond'.
994 (auth-source-secrets-search): Created with TODOs.
995 (auth-source-secrets-create): Created with TODOs.
996 (auth-source-retrieve, auth-source-create, auth-source-delete)
997 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
998 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
999 (auth-source-user-or-password-sftp)
1000 (auth-source-user-or-password-smtp): Remove.
1001 (auth-source-user-or-password): Deprecated and modified to be a wrapper
1002 around `auth-source-search'. Not tested thoroughly.
1003
1004 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1005
1006 * auth-source.el: Bring in assoc and eioeio libraries.
1007 (secrets-enabled): New variable to track the status of the Secrets API.
1008 (auth-source-backend): New EIOEIO class to represent a backend.
1009 (auth-source-creation-defaults): New variable to set prompt defaults
1010 during token creation (see the `auth-source-search' docstring for
1011 details).
1012 (auth-sources): Simplify to allow a simple string as a netrc backend
1013 spec.
1014 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1015 (auth-source-backend-parse-parameters): Fill in the backend parameters.
1016 (auth-source-search): Main auth-source API entry point.
1017 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1018 (auth-source-search-collection): Helper function for searching.
1019 (auth-source-netrc-parse, auth-source-netrc-normalize)
1020 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1021 Supports search, create, and delete.
1022 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1023 backend stubs.
1024 (auth-source-user-or-password): Call `auth-source-search' but it's not
1025 ready yet.
1026
1027 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1028
1029 * message.el (message-setup-1): Remove the read-only stuff, since it
1030 doesn't work under XEmacs, for some reason.
1031
1032 * gnus-sum.el (gnus-user-date): Rename back from
1033 gnus-summary-user-date since user code refers to it.
1034
1035 * shr.el (shr-render-td): Store the actual background colour used.
1036
1037 * message.el (message-setup-1): Don't bind the constant
1038 -forbidden-properties.
1039 (message-setup-1): Revert previous change, since it needs to bind the
1040 props to insert them.
1041 (message-resend): Allow removing the read-only separator line.
1042
1043 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1044
1045 * nnimap.el (nnimap-request-accept-article): Give an error message if
1046 the APPEND wasn't successful.
1047
1048 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
1049
1050 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1051 that have no groups.
1052
1053 2011-02-03 Julien Danjou <julien@danjou.info>
1054
1055 * gnus-draft.el: Remove progn around gnus-draft-setup.
1056
1057 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1058
1059 * gnus-start.el (gnus-read-active-for-groups): This function is never
1060 called with a nil `infos', so clean that up.
1061 (gnus-get-unread-articles): Request active files from primary/secondary
1062 methods that have no groups (yet).
1063
1064 2011-02-03 Julien Danjou <julien@danjou.info>
1065
1066 * message.el (message-setup-1): Always generate References first.
1067 (message-mail): Return the return value of message-setup, not always t.
1068 (message-setup-1): Insert mail-header-separator with read-only and
1069 intangible properties set.
1070
1071 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1072 user-date in docstring.
1073
1074 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1075
1076 * gnus.el (gnus-summary-line-format): Mention &user-date format in
1077 docstring.
1078
1079 * gnus.el (gnus-user-date-format-alist): Change default value. Use
1080 defcustom, with type and group. Move from gnus-util.el. Rename to
1081 gnus-summary-user-date-format-alist.
1082
1083 2011-02-03 Glenn Morris <rgm@gnu.org>
1084
1085 * nnimap.el (gnus-fetch-headers): Declare.
1086
1087 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1088
1089 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1090
1091 * message.el (message-forward-make-body-digest-plain)
1092 (message-followup, message-reply): Clean up things noted by Stefan.
1093
1094 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1095 gnus-article-update-date-headers is nil.
1096 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1097 it didn't really work with defcustom.
1098 (article-update-date-lapsed): Make sure the window start doesn't move,
1099 either.
1100
1101 2011-02-01 Julien Danjou <julien@danjou.info>
1102
1103 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1104 format.
1105
1106 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1107 standard in Emacs nowadays.
1108
1109 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1110
1111 * message.el (message-expand-name): Don't trust the return value of
1112 bbdb-complete-name.
1113 (message-check-news-header-syntax): Remove unused var `start'.
1114 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1115 (message-inhibit-body-encoding): Move to before first use.
1116 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1117 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1118 (Organization, Message-ID, Date, mh-previous-window-config):
1119 Defvar the vars using dynamic scoping.
1120
1121 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1122
1123 * shr.el (shr-render-td): Only do colours at the final rendering.
1124 Should be slightly faster.
1125 (shr-insert-table): Fix up TD background colours when doing the
1126 vertical padding.
1127
1128 * gnus-art.el (article-date-ut): Protect against articles with no Date
1129 header.
1130 (article-update-date-lapsed): Don't use current-column to find the
1131 horizontal position. It's fragile in the presence of \003 characters.
1132
1133 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1134
1135 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1136
1137 * gnus-art.el (article-transform-date): Rewrite to still work when
1138 there are several rfc2822 parts.
1139 (article-transform-date): Fix infinite recursion.
1140 (article-date-ut): Replace infinitely many Date headers with a single
1141 one when called interactively.
1142
1143 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1144 secure manner.
1145
1146 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1147 move around by not using save-window-excursion. It seems to work...
1148
1149 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
1150
1151 * gnus-art.el (article-make-date-line): Work for user-defined format.
1152
1153 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1154
1155 * nntp.el (nntp-retrieve-group-data-early)
1156 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1157 fetching functions.
1158
1159 * gnus-start.el (gnus-read-active-for-groups): Read the active files
1160 thoroughly for all backends that have no known groups. This should
1161 allow new nnml methods to retrieve mail.
1162
1163 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1164 that Gnus doesn't know exists again.
1165
1166 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1167 (gnus-treat-date-ut): Ditto.
1168 (gnus-article-update-date-header): Rename.
1169 (gnus-treat-date-local): Remove.
1170 (gnus-treat-date-english): Remove.
1171 (gnus-treat-date-lapsed): Remove.
1172 (gnus-treat-date-combined-lapsed): Remove.
1173 (gnus-treat-date-original): Remove.
1174 (gnus-treat-date-iso8601): Remove.
1175 (gnus-treat-date-user-defined): Remove.
1176 (gnus-article-date-headers): New variable to control all the date
1177 header options.
1178 (article-date-ut): Rewrite to allow using the new way to format date
1179 headers(s).
1180
1181 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1182
1183 * nnmail.el (nnmail-article-group): Check for a direct fancy split
1184 method.
1185 (nnmail-article-group): A better test for fanciness.
1186
1187 * nnimap.el (nnimap-request-head): Protect against not finding the
1188 article by Message-ID.
1189
1190 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
1191
1192 * gnus-art.el (article-update-date-lapsed): Try a better way to really
1193 keep point at the "same place".
1194
1195 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1196
1197 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1198 data if the group is unactivated.
1199
1200 2011-01-28 Julien Danjou <julien@danjou.info>
1201
1202 * gnus-win.el: Remove dead function gnus-window-configuration-element.
1203 (gnus-all-windows-visible-p): Remove old compatibility code.
1204 (gnus-window-top-edge): Add docstring.
1205
1206 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1207
1208 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1209
1210 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1211 older request-update-info.
1212
1213 * gnus-art.el (article-make-date-line): Limit the length a bit more.
1214
1215 2011-01-28 Daiki Ueno <ueno@unixuser.org>
1216
1217 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1218 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1219
1220 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1221
1222 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1223 groups. This makes the nndraft:queue group pop up if it's not already
1224 there.
1225
1226 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1227 messages" logic, which was reversed.
1228
1229 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1230 the "same place" even if point is on the line being replaced.
1231 (article-update-date-lapsed): Allow updating both the combined lapsed
1232 and the lapsed headers.
1233 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1234 (article-make-date-line): Limit the number of segments dynamically to
1235 avoid too-long lines.
1236
1237 2011-01-27 Julien Danjou <julien@danjou.info>
1238
1239 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1240 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1241
1242 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1243
1244 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1245 Use plist-get instead of the cl function getf.
1246
1247 2011-01-27 Glenn Morris <rgm@gnu.org>
1248
1249 * gnus-util.el (float-time): Get rid of compiler warning, again.
1250
1251 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1252
1253 * shr.el (shr-put-color): Special-case background colours: Do put them
1254 at the blank parts at the front of the lines.
1255
1256 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1257 exit hook to nix out all data on readedness on group exit.
1258
1259 * gnus-util.el (float-time): If float-time is bound, always use it on
1260 all Emacsen. It's unclear why the subrp check was there.
1261 (time-date): Require to make some autoload issues on XEmacs go away.
1262
1263 * shr.el (shr-put-color): Don't do the box padding in tables, since
1264 they're already padded.
1265
1266 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1267
1268 * gnus-art.el (gnus-article-next-page): When the last line of the
1269 article is displayed, scroll down once more instead of going to the
1270 next article at once.
1271 (article-lapsed-string): Refactor out and allow specifying how many
1272 segments you want.
1273 (gnus-article-setup-buffer): Start updating the lapsed header directly.
1274 (gnus-article-update-lapsed-header): New variable.
1275
1276 * shr.el: Revert change that made headings use different-sized faces.
1277 The Emacs display engine isn't advanced enough that, for instance,
1278 tables can comfortably use differently-sized faces.
1279
1280 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1281
1282 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1283 used.
1284 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1285 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1286 we're using an encrypted connection.
1287
1288 * proto-stream.el: Alter the interface functions to also return the
1289 actual stream type used: network or tls.
1290
1291 2011-01-25 Julien Danjou <julien@danjou.info>
1292
1293 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1294 (mm-display-javascript-inline): New function.
1295
1296 * mm-decode.el (mm-inline-media-tests): Add application/javascript
1297 viewing function.
1298
1299 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
1300
1301 * shr.el (shr-expand-newlines): Fix variable name.
1302
1303 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1304
1305 * shr.el (shr-expand-newlines): Make nested boxes work.
1306
1307 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1308
1309 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1310 backgrounds.
1311 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1312 in a more sensible manner.
1313
1314 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1315
1316 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1317 if EPG is loaded.
1318
1319 2011-01-24 Julien Danjou <julien@danjou.info>
1320
1321 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1322 tags.
1323
1324 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1325
1326 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1327 commands.
1328
1329 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1330 in the article buffer.
1331 (gnus-gravatar-insert): Use blank space from the current buffer to
1332 avoid breaking text properties. This makes X-Sent updating work again.
1333
1334 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1335
1336 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
1337
1338 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1339 fix the bug in url-http.el instead.
1340
1341 * shr.el (shr-image-fetched): Ditto.
1342
1343 * shr.el (shr-image-fetched): Avoid having point move in the article
1344 buffer.
1345
1346 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1347 buffer after being called. It's apparently being killed by url.el, and
1348 killing it made point move to end-of-buffer in a random buffer.
1349
1350 * shr.el (shr-image-fetched): Ditto.
1351
1352 2011-01-23 Julien Danjou <julien@danjou.info>
1353
1354 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1355
1356 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1357 text/x-org.
1358
1359 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1360
1361 * gnus-sum.el (gnus-summary-move-article): Protect against backends
1362 (i.e., nnimap) returning nil as the article number.
1363
1364 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1365
1366 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1367 "DelSp" parameter in RFC3676.
1368
1369 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1370
1371 * message.el (message-check-recipients): Display the encoded version of
1372 the bogus address if they differ.
1373
1374 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1375 after sending.
1376
1377 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1378
1379 * gnus-group.el (gnus-group-refresh-group): New convenience function.
1380
1381 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1382 group buffer after sending the queue.
1383
1384 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1385
1386 2011-01-22 Julien Danjou <julien@danjou.info>
1387
1388 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1389
1390 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1391
1392 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1393 nested related parts.
1394
1395 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1396 unexpired articles. This fixes the regression that led expiry marks to
1397 disappear from nnfolder groups.
1398
1399 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1400
1401 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1402 Don't confuse the "ret" of "retrograde" with RET.
1403
1404 2011-01-21 Julien Danjou <julien@danjou.info>
1405
1406 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1407 than mm-insert-inline.
1408
1409 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
1410
1411 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1412 Widen article buffer.
1413
1414 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1415
1416 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1417 the temp buffer.
1418 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1419
1420 2011-01-20 Julien Danjou <julien@danjou.info>
1421
1422 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1423
1424 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1425 than mm-insert-inline to insert inline part: this respect
1426 mm-inline-media-tests displayers.
1427
1428 * mm-view.el (mm-display-shell-script-inline): New function.
1429
1430 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1431
1432 * mm-uu.el (mm-uu-type-alist): Add org block.
1433 (mm-uu-org-src-code-block-extract): New function.
1434
1435 * mm-view.el (mm-display-org-inline): New function.
1436
1437 * mm-decode.el (mm-automatic-display): Add text/org.
1438
1439 * mailcap.el (mailcap-mime-extensions): Add .org.
1440
1441 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
1442
1443 * gnus-art.el (gnus-article-highlight): Remove argument passed to
1444 gnus-article-add-buttons.
1445
1446 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
1447
1448 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1449 From header with a date and "nobody" as the sender.
1450
1451 2011-01-19 Julien Danjou <julien@danjou.info>
1452
1453 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1454 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1455 if you have the same regexp several times.
1456 (gnus-button-push): Fix matching when regexp is symbol.
1457
1458 2011-01-15 Glenn Morris <rgm@gnu.org>
1459
1460 * message.el (message-mail): A compose-mail function should
1461 accept headers as strings.
1462
1463 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
1464
1465 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1466 Add :vert-only tags.
1467 (message-mail): New arg RETURN-ACTION.
1468 (message-return-action): New var.
1469 (message-bury): Use it.
1470 (message-mode): Make it buffer-local.
1471 (message-send-and-exit): Always call message-bury.
1472
1473 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
1474 message-mail.
1475
1476 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1477
1478 * nnimap.el (nnimap-convert-partial-article): Protect against
1479 zero-length body parts.
1480
1481 * mm-decode.el (mm-preferred-alternative-precedence):
1482 Discourage showing empty parts.
1483
1484 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1485 and stuff if the backend didn't return the article number. This fixes
1486 an Exchange-related nnimap bug.
1487
1488 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1489 group window, because it does the wrong thing when a separate frame
1490 displays the group buffer.
1491
1492 * proto-stream.el (open-protocol-stream): Protect against the low-level
1493 transport functions returning nil.
1494
1495 2011-01-07 Daiki Ueno <ueno@unixuser.org>
1496
1497 * mml2015.el (epg-sub-key-fingerprint): Autoload.
1498 (mml2015-epg-find-usable-secret-key): New function.
1499 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1500 mml2015-epg-find-usable-key (Bug#7797).
1501 (mml2015-epg-encrypt): Ditto.
1502
1503 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1504
1505 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1506
1507 2011-01-03 Glenn Morris <rgm@gnu.org>
1508
1509 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1510
1511 * sieve.el (sieve-open-server): Give a more explicit error if
1512 sieve-manage-open returns nil. (Bug#7720)
1513
1514 2011-01-02 Karl Fogel <kfogel@red-bean.com>
1515
1516 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1517
1518 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1519
1520 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1521 This avoids sending passwords in plain text over non-encrypted
1522 channels.
1523
1524 * shr.el (shr-rescale-image): Display all GIF images as animated images.
1525
1526 * nnimap.el (nnimap-login): Refactored out into own function, and
1527 implement CRAM-MD5.
1528 (nnimap-wait-for-line): Refactored out.
1529
1530 * mm-view.el (mml-smime): Require.
1531
1532 2010-12-20 David Engster <deng@eml.cc>
1533
1534 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1535 use EPG to decrypt S/MIME messages instead of openssl.
1536
1537 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1538
1539 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1540
1541 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1542 status is the group clearly is unreachable.
1543
1544 * auth-source.el (auth-source-create): Add the optional second
1545 parameter to `local-variable-p' to be compatible with XEmacs.
1546
1547 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
1548
1549 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1550 work when using a compressed nnml folder.
1551
1552 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1553
1554 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1555 backends after sanitising on entry, because this never makes sense:
1556 If the articles have gone missing, then the data no longer exists on
1557 the backend, and if they haven't, then Gnus is wrong, and shouldn't
1558 overwrite anything anyway.
1559
1560 * shr.el (shr-insert-document): Bind shr-width dynamically to
1561 window-width if it's nil.
1562
1563 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1564
1565 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1566 with the meaning of using the full emacs window width for rendering.
1567
1568 2010-12-27 Daiki Ueno <ueno@unixuser.org>
1569
1570 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1571 case when sender is not given.
1572
1573 2010-12-23 Julien Danjou <julien@danjou.info>
1574
1575 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1576 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1577 the addresses, otherwise we might misplaced the gravatar.
1578
1579 2010-12-21 Daiki Ueno <ueno@unixuser.org>
1580
1581 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1582 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1583 obsolete in Emacs.
1584
1585 2010-12-20 Julien Danjou <julien@danjou.info>
1586
1587 * gnus-util.el (gnus-rescale-image): Revert last change.
1588
1589 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1590
1591 * gnus-group.el (gnus-group-delete-articles): New command.
1592
1593 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1594
1595 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1596
1597 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1598
1599 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1600 here, since it's up to the backends to do CRLF removal if their
1601 protocol has it.
1602
1603 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1604
1605 2010-12-17 Julien Danjou <julien@danjou.info>
1606
1607 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1608 they are from file. Can also scale up.
1609
1610 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1611
1612 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1613 gnus-use-agent.
1614 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1615
1616 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1617
1618 2010-12-17 Julien Danjou <julien@danjou.info>
1619
1620 * gravatar.el (gravatar-retrieve-synchronously): New function.
1621 (gravatar-get-data): Make more robust.
1622
1623 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1624
1625 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1626 to really consider the last line.
1627
1628 2010-12-16 Daiki Ueno <ueno@unixuser.org>
1629
1630 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1631 list of recipient keys, or use symmetric encryption if not a list.
1632 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1633 EPA override, replacing the call to `netrc-store-data'.
1634
1635 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
1636
1637 * gnus-srvr.el: Avoid passing nil regexp argument to
1638 delete-matching-lines.
1639
1640 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1641
1642 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1643 fetching stops when Gnus exits.
1644
1645 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1646 function.
1647 (nnfolder-request-expire-articles): Save all the buffers after doing
1648 expiry.
1649
1650 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1651 the last article", since that led to serious performance regressions
1652 when expiring nnml groups.
1653
1654 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
1655
1656 * nnir.el: Improve customizations.
1657
1658 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1659
1660 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1661
1662 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1663 group has been killed.
1664 (gnus-group-yank-group): Ditto.
1665
1666 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1667
1668 * nnimap.el (nnimap-request-update-group-status): New function.
1669
1670 * gnus-int.el (gnus-request-update-group-status): New interface
1671 function.
1672
1673 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1674 copying read-ness to the backends.
1675
1676 * nnimap.el (nnimap-quirk): New function.
1677 (nnimap-retrieve-group-data-early): Use it.
1678 (nnimap-quirks): New alist.
1679
1680 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
1681
1682 * shr.el (shr-insert): Set shr-start after deleting trailing space;
1683 don't delete it within indentation.
1684
1685 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1686
1687 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1688 previous line.
1689
1690 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1691
1692 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1693 QRESYNC command by deleting a superfluous space which broke Cyrus
1694 servers. This change will break other servers that are buggy the other
1695 way around.
1696
1697 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
1698
1699 * spam.el: Reindent and fix long lines.
1700 (spam-copy-or-move-routine): Exclude invalid move destinations.
1701
1702 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
1703
1704 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1705 installed the registry.
1706
1707 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1708
1709 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1710 groupname doesn't contain "gmane".
1711
1712 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1713
1714 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1715 (gnus-1): Don't create the nndrafts group twice.
1716 (gnus-setup-news): There's no need to read the active file here, since
1717 that's done again later on a per-backend basis.
1718 (gnus-start-draft-setup): Make sure that the new group is started out
1719 empty.
1720
1721 * gnus-agent.el (gnus-agentize): Don't create the queue group
1722 automatically on startup. It'll be created later, if needed.
1723
1724 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1725 of automatically subscribed groups.
1726 (gnus-auto-subscribed-categories): New variable.
1727 (gnus-matches-options-n): Use it.
1728 (gnus-default-subscribed-newsgroups): Remove unused variable.
1729 (gnus-start-draft-setup): Message a bit less.
1730
1731 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1732
1733 * nnir.el (nnir-run-imap): Return article list in order of increasing
1734 UID.
1735
1736 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1737
1738 * gnus-sum.el (gnus-summary-enter-digest-group):
1739 Mention gnus-auto-select-on-ephemeral-exit.
1740
1741 * proto-stream.el (proto-stream-open-network-only): Fix the calling
1742 convention of the network-only option.
1743
1744 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1745
1746 * proto-stream.el (proto-stream-open-network-only): New function to
1747 have a way to specify non-STARTTLS upgrade connections.
1748
1749 2010-12-10 Julien Danjou <julien@danjou.info>
1750
1751 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1752 email address is nil.
1753
1754 * message.el (message-bogus-recipient-p): Set address to "" if nil.
1755
1756 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
1757
1758 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1759 deletion.
1760 (nnir-run-imap): Only need to parse list once.
1761
1762 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1763
1764 * shr.el (shr-tag-script): Ignore <script>.
1765 (shr-tag-label): Add <label> support.
1766
1767 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
1768
1769 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1770
1771 * shr.el (shr-image-displayer): Work for images lined side by side.
1772
1773 2010-12-08 Robert Pluim <rpluim@gmail.com>
1774
1775 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1776 parameter, since XEmacs doesn't accept t as a parameter.
1777
1778 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
1779
1780 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1781 ids.
1782 (nnir-run-gmane): Simplify groupspec formatting.
1783 (nnir-request-expire-articles): New function.
1784
1785 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1786
1787 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1788 overflow, possibly.
1789
1790 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1791 (shr-render-td): Handle td style="" better.
1792 (shr-tag-table): Use the color from the style sheet.
1793 (shr-render-td): Make sure we copy over all the overlays, too.
1794
1795 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
1796
1797 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1798 (nnir-request-article): Improve article retrieval.
1799
1800 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1801
1802 * mm-util.el (mm-extra-numeric-entities): New variable.
1803
1804 * mm-url.el (mm-url-decode-entities):
1805 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1806
1807 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1808
1809 * message.el: Use completion-at-point.
1810 (message-completion-function): New fun, extracted from message-tab.
1811 (message-mode): Use it for completion-at-point-functions.
1812 (message-tab): Use it and completion-at-point.
1813
1814 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1815
1816 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1817 character if a non-breakable character follows.
1818
1819 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1820
1821 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1822 any stream.
1823
1824 * shr.el (shr-tag-font): Colorize the region.
1825 (shr-tag-body): Ditto.
1826 (shr-tag-font): Actually let the styles be inherited instead of
1827 overwriting them.
1828 (shr-tag-font): Get the background color right.
1829 (shr-tag-style): Ignore all <style> tags for the moment.
1830
1831 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1832 a Message-ID to avoid having nnimap depend on gnus-sum.
1833
1834 * shr.el (shr-descend): Only colorize something if we have a node that
1835 sets colors.
1836
1837 2010-12-06 Julien Danjou <julien@danjou.info>
1838
1839 * shr.el (shr-render-td): Render td content with shr-descend, so style
1840 will be applied to <td> too.
1841 (shr-colorize-region): Colorize region even if we only have a background.
1842 (shr-tag-body): Fix color and background color inheritance.
1843 Do not recolorize after shr-generic.
1844 (shr-tag-font): Let shr-generic colorize via inheritance.
1845
1846 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1847
1848 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1849
1850 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
1851
1852 * nnir.el (nnir-request-move-article): Remove obsolete code.
1853
1854 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1855
1856 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1857
1858 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1859
1860 * gnus-sum.el (gnus-summary-respool-article): The completion function
1861 expects a list instead of an alist.
1862
1863 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1864 string as the parameter.
1865
1866 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1867
1868 * shr.el (shr-stylesheet): New dynamic variable for cascading the
1869 styles.
1870 (shr-colorize-region): New function.
1871 (shr-insert-background-overlay): Remove.
1872 (shr-render-td): Background setting should be taken care of on a higher
1873 level.
1874 (shr-tag-body): Use post-hoc colorizations.
1875 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1876 (shr-put-color-1): Don't overwrite old colors.
1877 (shr-colorize-region): When the background color isn't explicit, use
1878 a fixed background.
1879
1880 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1881 nnmail variables.
1882
1883 2010-12-05 Bjørn Mork <bjorn@mork.no>
1884
1885 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1886 unless necessary.
1887
1888 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
1889
1890 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1891 server.
1892
1893 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1894
1895 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1896 so that TAB works.
1897
1898 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1899 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1900
1901 * shr.el (shr-urlify): Show the URL before the title to avoid
1902 misleading URLs.
1903
1904 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
1905
1906 * shr.el (shr-urlify): Display the title in <a> tags.
1907
1908 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
1909
1910 * nnir.el (nnir-categorize): Replace mapcar with mapc.
1911
1912 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
1913
1914 * nnir.el: Rearrange code to allow macros to be autoloaded by
1915 gnus-sum.el.
1916 (nnir-retrieve-headers-override-function): Make this variable
1917 customizable.
1918 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1919
1920 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1921 from nnir.el.
1922
1923 2010-12-03 Julien Danjou <julien@danjou.info>
1924
1925 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1926
1927 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1928
1929 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1930 allow optional argument `environment'.
1931
1932 2010-12-03 Glenn Morris <rgm@gnu.org>
1933
1934 * mm-extern.el (message-goto-body): Update declaration.
1935
1936 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1937
1938 * gnus-util.el (gnus-macroexpand-all): New function.
1939
1940 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1941 instead of macroexpand-all that is unavailable in XEmacs.
1942
1943 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
1944
1945 * nnir.el (nnir-summary-line-format): New variable.
1946 (nnir-mode): Use it.
1947 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1948 (nnir-article-ids): Reimplement as defsubst.
1949 (nnir-retrieve-headers): Don't mangle the subject header.
1950 (nnir-run-imap): Use 100 as RSV score.
1951 (nnir-run-find-grep): Fix for full server searching.
1952 (nnir-run-gmane): Better restriction to gmane groups.
1953
1954 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1955 summary buffers.
1956
1957 2010-12-02 Julien Danjou <julien@danjou.info>
1958
1959 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1960
1961 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1962
1963 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1964 support.
1965
1966 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
1967
1968 * nnir.el: Update to handle the registry better.
1969 (autoload): Silence byte-compiler.
1970 (nnir-open-server): Add a hook for nnir groups.
1971 (nnir-request-move-article): Don't mangle the header. Better to use
1972 formating variables (which will be added in the future).
1973 (nnir-registry-action): Update the registry using the original article
1974 group name.
1975 (nnir-mode): Install nnir-specific hooks for updating the registry.
1976
1977 * gnus-sum.el
1978 (gnus-article-original-subject,gnus-newsgroup-original-name):
1979 Remove obsolete variables.
1980 (gnus-summary-move-article): Remove use of obsolete variables.
1981 (gnus-summary-local-variables): Make move and delete hooks local to
1982 summary buffers.
1983
1984 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1985
1986 * rtree.el: New file.
1987
1988 2010-12-01 Julien Danjou <julien@danjou.info>
1989
1990 * message.el (message-user-organization): Do not use
1991 gnus-local-organization.
1992
1993 * gnus.el: Remove gnus-local-organization.
1994
1995 * gnus-msg.el: Remove nastygram thing.
1996
1997 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
1998
1999 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2000 funcall.
2001
2002 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2003
2004 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2005 names.
2006
2007 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2008 characters.
2009
2010 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2011 to t of inhibit-read-only since it is inside gnus-with-article-headers.
2012 Suggested by Štěpán Němec <stepnem@gmail.com>.
2013 (gnus-gravatar-transform-address): Use mail-extract-address-components
2014 that supports non-ASCII names rather than mail-header-parse-addresses.
2015
2016 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2017
2018 * proto-stream.el (open-protocol-stream): All starttls connections are
2019 handled by the network handler.
2020
2021 2010-11-30 Julien Danjou <julien@danjou.info>
2022
2023 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2024 (nnimap-open-connection-1): Fix PREAUTH.
2025
2026 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2027
2028 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2029
2030 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2031 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2032 (shr-insert): Use them.
2033 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2034
2035 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2036
2037 * nnir.el (nnir-request-move-article): Bail out if original group
2038 doesn't support article moves.
2039 (nnir-get-active): Improve active list retrieval.
2040
2041 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2042
2043 * shr.el (shr-find-fill-point): Don't break before apostrophes.
2044
2045 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
2046
2047 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2048 seem to accept strings-with-numbers as port numbers,
2049
2050 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2051
2052 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2053 change the registry.
2054
2055 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
2056
2057 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2058 delete-dups that is not available in XEmacs 21.4.
2059
2060 * mm-util.el (mm-delete-duplicates): Add comment.
2061
2062 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
2063
2064 * nnir.el (nnir-ignored-newsgroups): New variable.
2065 (nnir-get-active): Use it.
2066
2067 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2068
2069 * proto-stream.el (proto-stream-open-network): Add some comments.
2070
2071 * nntp.el (nntp-open-connection): Provide a :success condition.
2072
2073 * nnimap.el (nnimap-open-connection-1): Ditto.
2074
2075 * proto-stream.el (proto-stream-open-network): See what the response to
2076 the STARTTLS command is.
2077
2078 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2079 backwards compatibility).
2080 (nnimap-open-connection-1): Really respect nnimap-server-port.
2081
2082 * proto-stream.el (proto-stream-open-network): When doing opportunistic
2083 TLS upgrades we don't really care about the identity of the peer.
2084 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2085 that what we've checked for.
2086 (proto-stream-always-use-starttls): Only default to t if
2087 open-gnutls-stream exists.
2088 (proto-stream-open-network): If STARTTLS failed, then just open a
2089 normal connection.
2090 (proto-stream-open-network): Wait until the greeting before doing
2091 STARTTLS.
2092
2093 * nntp.el (nntp-open-connection): Report what the connection error is.
2094
2095 * proto-stream.el (open-protocol-stream): Rename from
2096 open-proto-stream.
2097
2098 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2099
2100 * nnimap.el (nnimap-stream): Change default to `undecided'.
2101 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2102 first, and then network.
2103 (nnimap-open-connection-1): Respect nnimap-server-port.
2104 (nnimap-open-connection): Be more backwards-compatible.
2105
2106 * proto-stream.el (proto-stream-always-use-starttls): New variable.
2107 (proto-stream-open-starttls): De-duplicate the starttls code.
2108 (proto-stream-open-starttls): Folded back into the main function.
2109 (proto-stream-open-network): Fix typo in the gnutls path.
2110 (proto-stream-command): Refactor out.
2111
2112 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2113
2114 * proto-stream.el (proto-stream-open-starttls): Actually implement the
2115 starttls.el STARTTLS.
2116
2117 * color.el (color-lab->srgb): Fix function call name.
2118
2119 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2120 if we're using tls.el.
2121 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2122 built in, then don't try to establish a STARTTLS connection.
2123
2124 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2125 servers.
2126
2127 * proto-stream.el (open-proto-stream): Use network, not stream.
2128 (open-proto-stream): Add a way to specify what the end of a command is.
2129
2130 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2131 connections types.
2132 (nntp-open-network-stream): Remove.
2133 (nntp-open-ssl-stream): Remove.
2134 (nntp-open-tls-stream): Remove.
2135 (nntp-ssl-program): Remove.
2136
2137 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2138
2139 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
2140
2141 * nnir.el: Fix typos.
2142 (nnir-retrieve-headers-override-function): Rename variable to reflect
2143 new semantics.
2144 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2145 macros.
2146 (nnir-request-article, nnir-request-move-article): Use them.
2147 (nnir-categorize): New function.
2148 (nnir-run-query): Use it.
2149 (nnir-retrieve-headers): Rewrite to batch header retrieval.
2150 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2151 sorted.
2152 (nnir-group-full-name): Use gnus-group-full-name instead.
2153 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2154 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2155
2156 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2157
2158 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2159
2160 * proto-stream.el: New library to provide protocol-specific
2161 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2162 protocols.
2163 (open-proto-stream): Complete the documentation.
2164 (proto-stream-open-network): Fix some typos.
2165
2166 * nnimap.el (nnimap-open-connection): Use it.
2167
2168 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
2169
2170 * pop3.el (pop3-open-server): Read server greeting before starting TLS
2171 negotiation.
2172
2173 2010-11-26 Julien Danjou <julien@danjou.info>
2174
2175 * color.el: Rename various rgb functions to srgb.
2176
2177 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2178
2179 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2180 names.
2181
2182 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
2183
2184 * shr.el (shr-insert): Revert last change.
2185 (shr-find-fill-point): Never leave point being at bol;
2186 relax the kinsoku limitation when rendering tables.
2187
2188 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2189
2190 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2191 results from -accept-article.
2192
2193 * shr-color.el: Require cl when compiling.
2194
2195 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2196 checkin.
2197
2198 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2199
2200 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2201
2202 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2203 'add and 'delete to set backend marks.
2204
2205 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2206
2207 * nnheader.el (nnheader-update-marks-actions): Refactor out.
2208
2209 * nntp.el (nntp-request-set-mark): Use it.
2210
2211 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2212
2213 * nnml.el (nnml-request-set-mark): Ditto.
2214
2215 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2216 introduces regressions in article selection.
2217 (nnimap-find-uid-response): New function.
2218 (nnimap-request-accept-article): Use the UID returned, if any.
2219 (nnimap-request-move-article): Use the UID returned, if any.
2220 (nnimap-get-groups): Reimplement to work with folded lines.
2221 (nnimap-find-uid-response): The UID is the last element in the list.
2222 (nnimap-request-set-mark): Extend syntax with 'set.
2223
2224 * nnml.el (nnml-request-set-mark): Ditto.
2225
2226 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2227
2228 * nntp.el (nntp-request-set-mark): Ditto.
2229
2230 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2231
2232 * message.el (message-called-interactively-p): A temporary macro.
2233 (message-goto-body): Use it temporarily.
2234
2235 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2236
2237 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2238 (nnimap-last-response-string): Unfold quoted lines, if they exist.
2239 (nnimap-last-response-string): Fix last unfolding fix.
2240
2241 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2242
2243 * shr.el (shr-insert): Fix the way to fold lines.
2244
2245 2010-11-25 Julien Danjou <julien@danjou.info>
2246
2247 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2248
2249 * color.el: Rename from color-lab.el
2250 (color-rgb->hex): Add.
2251 (color-complement): Add.
2252 (color-complement-hex): Add.
2253
2254 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2255
2256 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2257
2258 * shr-color.el (shr-color-visible): Don't bug out if the colour names
2259 don't exist.
2260
2261 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2262
2263 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2264 assuming that article displaying or another mml-preview may be
2265 interrupted for an error or for the like.
2266
2267 * shr.el (shr-get-background): Fix argument name.
2268
2269 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2270
2271 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2272
2273 * gnus-sum.el (gnus-summary-include-articles): New function.
2274
2275 * message.el (message-goto-body): called-interactively-p needs a
2276 parameter, so use `any'.
2277
2278 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2279 clear marks before moving, since they're synced from the Gnus side
2280 first.
2281
2282 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2283 (gnus-summary-move-article): Copy over all marks before moving, so that
2284 IMAP doesn't think a new article has arrived.
2285
2286 2010-11-24 Julien Danjou <julien@danjou.info>
2287
2288 * shr.el (shr-insert-background-overlay): Fix typo.
2289 (shr-render-td): Copy the background before rendering.
2290
2291 * shr-color.el (shr-color-visible): Fix docstring.
2292
2293 * shr.el (shr-tag-table): Add bgcolor support.
2294 (shr-render-td): Add bgcolor support.
2295 (shr-get-background): Add.
2296 (shr-insert-foreground-overlay): Use shr-get-background.
2297
2298 * message.el (message-goto-body): Use called-interactively-p.
2299 (message-in-body-p): message-goto-body returns point.
2300
2301 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2302
2303 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
2304 Fixes something or other in Emacs 23, and is backwards compatible.
2305
2306 * message.el (message-goto-body): Remove the <#secure special-casing,
2307 which is too special.
2308
2309 * shr.el (shr-parse-style): Drop !important from styles.
2310
2311 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
2312
2313 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2314 this function to return incorrect results when calling it with an
2315 explicit article argument different from
2316 (gnus-summary-article-number).
2317
2318 2010-11-24 Julien Danjou <julien@danjou.info>
2319
2320 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2321 (shr-tag-body): Add background support.
2322 (shr-descend): Add background support.
2323 (shr-tag-title): Add.
2324
2325 * shr-color.el (shr-color-visible): Really return original background
2326 if fixed.
2327
2328 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2329
2330 * shr.el (shr-color-check): Protect against non-existent colour names.
2331
2332 2010-11-24 Julien Danjou <julien@danjou.info>
2333
2334 * color-lab.el: Require 'cl when compiling.
2335
2336 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2337
2338 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2339 matched part.
2340
2341 * color-lab.el: Fix all expt calls to use float type.
2342
2343 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
2344
2345 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2346 expression to shr-color-check as is.
2347
2348 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2349
2350 * color-lab.el: Add coding cookie.
2351 (float-pi): Use eval-and-compile.
2352
2353 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2354
2355 * shr.el (shr-insert-color-overlay): Split stuff like
2356 "#444444 !important" to find the real colour.
2357 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2358 parse <font color="red"> entries.
2359
2360 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
2361
2362 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
2363 point when parsing headers.
2364
2365 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
2366 is positioned properly when parsing headers.
2367
2368 2010-11-23 Julien Danjou <julien@danjou.info>
2369
2370 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2371
2372 * shr-color.el (shr-color->hexadecimal): Add support for color names.
2373
2374 * shr.el (shr-parse-style): Replace \n with space in style parsing.
2375
2376 * shr-color.el (shr-color-hsl-to-rgb-fractions):
2377 Use shr-color-hue-to-rgb.
2378 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2379
2380 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2381
2382 * shr.el (shr-color->hexadecimal): Autoload.
2383 (shr-descend): Add color to all tags.
2384
2385 2010-11-22 Julien Danjou <julien@danjou.info>
2386
2387 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2388 shr-color->hexadecimal.
2389
2390 * shr-color.el (shr-color->hexadecimal): Add converting functions for
2391 RGB() or HSL() color representation.
2392
2393 * shr.el (shr-tag-font): Add.
2394 (shr-tag-color-check): New function to get better colors.
2395 (shr-tag-insert-color-overlay): Factorize code between tag-font and
2396 tag-span.
2397
2398 * shr-color.el: New file.
2399
2400 * color-lab.el: New file.
2401
2402 * gnus-art.el (gnus-url-mailto): Do not downcase args.
2403
2404 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
2405
2406 * nnir.el: Fix typo in comments.
2407 (nnir-run-imap): Simplify code. No need to reverse artlist.
2408 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2409
2410 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2411
2412 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2413
2414 * nnimap.el (nnimap-get-capabilities): Refactor out.
2415 (nnimap-open-connection): Re-request capabilities after STARTTLS.
2416
2417 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
2418
2419 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2420 appearing when `mm-uu-hide-markers' is nil.
2421
2422 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2423
2424 * nnimap.el (nnimap-unselect-group): Make into its own function.
2425 (nnimap-request-rename-group): Unselect group before renaming.
2426 This had gotten lost somewhere.
2427 (nnimap-request-accept-article): Keep track of examined groups, and
2428 unselect the group before APPENDing to read-only groups.
2429 (nnimap-request-move-article): Clear flags before moving so that they
2430 can be re-set later.
2431
2432 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
2433
2434 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2435 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2436
2437 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2438
2439 * gnus-art.el (gnus-mime-display-single)
2440 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2441 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2442 parameter.
2443
2444 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2445
2446 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2447 (shr-table-vertical-line): New variable.
2448 (shr-insert-table): Use it.
2449
2450 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2451
2452 * gnus-html.el (gnus-html-wash-images): Don't display images if
2453 gnus-inhibit-images is non-nil; register displayer for cid images.
2454 (gnus-html-display-image): Work for cid image.
2455 (gnus-html-insert-image): Allow arguments.
2456 (gnus-html-put-image): Inhibit read-only.
2457 (gnus-html-prefetch-images): Don't prefetch images if
2458 gnus-inhibit-images is non-nil.
2459
2460 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2461
2462 * shr.el (shr-put-image): Break lines when inserting big pictures.
2463
2464 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2465
2466 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2467 sender, thanks Katsumi Yamaoka.
2468
2469 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
2470
2471 * nnir.el (nnir-run-imap): Reverse the article list for each group
2472 rather than the whole list.
2473
2474 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
2475
2476 * shr.el (shr-image-displayer): Protect function against non-existent
2477 image source.
2478
2479 * gnus-art.el (gnus-inhibit-images): New user option.
2480 (gnus-mime-display-single): Don't display image if it is non-nil.
2481
2482 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2483 gnus-inhibit-images.
2484
2485 * shr.el (shr-image-displayer): New function.
2486 (shr-tag-img): Use it.
2487
2488 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2489
2490 * mml2015.el (mml2015-epg-sign): Use From header.
2491
2492 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2493
2494 * gnus-html.el (gnus-html-wash-images): Register a displayer.
2495
2496 * gnus-util.el (gnus-find-text-property-region): Return markers.
2497
2498 * shr.el (shr-tag-img): Put a displayer in the text property.
2499
2500 * gnus-util.el (gnus-find-text-property-region): New utility function.
2501
2502 * gnus-html.el (gnus-html-display-image): Make the alt optional.
2503 (gnus-html-show-images): Remove.
2504
2505 * gnus-art.el (gnus-article-show-images): New, more general function.
2506
2507 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2508 image url text properties.
2509
2510 * shr.el: Ditto.
2511
2512 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2513 gnus-agent-auto-agentize-methods is set. Which it isn't.
2514
2515 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2516
2517 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2518 work for two or more articles.
2519
2520 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2521
2522 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2523 divide an image that's in an html article to two or more when washing
2524 non-ASCII characters in alt text of it.
2525
2526 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2527
2528 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2529 smime-decrypt-region using function argument.
2530 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2531
2532 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2533
2534 * smime.el (smime-decrypt-region): Catch it.
2535
2536 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2537
2538 * smime.el (smime-mode-map): Move initialization into declaration.
2539 (gnus-run-mode-hooks): Don't autoload.
2540 (smime-mode): Use define-derived-mode.
2541
2542 2010-11-11 Glenn Morris <rgm@gnu.org>
2543
2544 * smime.el (from): Restrict declaration to XEmacs.
2545
2546 * nnir.el (gnus-group-topic-name): Autoload.
2547
2548 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2549
2550 * shr.el (shr-insert): Don't break long line if it is because of
2551 kinsoku-bol characters in the line end.
2552
2553 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
2554
2555 * nnir.el (nnir-request-move-article): Fix to provide original group
2556 and subject.
2557 (nnir-warp-to-article): Don't fail on articles whose headers haven't
2558 been retrieved.
2559
2560 * gnus-sum.el (gnus-summary-move-article): Use original group and
2561 subject for virtual articles such as those in an nnir summary buffer.
2562
2563 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2564
2565 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2566 least 21.5).
2567
2568 * smime.el (from): Declare it again for XEmacs.
2569
2570 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2571
2572 * message.el (message-resend): Don't disable encoding unless it's
2573 already encoded.
2574
2575 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2576 low-numbered articles.
2577
2578 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2579
2580 * rfc2047.el (rfc2047-syntax-table): Simplify.
2581
2582 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2583 set-char-table-range for XEmacs.
2584
2585 2010-11-10 Glenn Morris <rgm@gnu.org>
2586
2587 * smime.el (from): Remove unused declaration.
2588
2589 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2590 (gnus-float-time): On Emacs, always an alias.
2591
2592 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2593 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2594
2595 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2596
2597 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2598
2599 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2600
2601 * shr.el (browse-url-mailto): Autoload.
2602
2603 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2604
2605 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2606 regexp doesn't need quoting.
2607
2608 2010-11-09 Sven Joachim <svenjoac@gmx.de>
2609
2610 * message.el (message-subject-trailing-was-ask-regexp)
2611 (message-subject-trailing-was-regexp): Match was: in addition to was.
2612
2613 2010-11-09 Glenn Morris <rgm@gnu.org>
2614
2615 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2616 (nnbabyl-check-mbox): Use point-at-bol.
2617
2618 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2619
2620 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2621
2622 * message.el (message-mailto): New function.
2623 (message-mailto): Should accept other parameters.
2624 (message-mailto): Remove since it duplicates browse-url-mailto
2625 functionality.
2626
2627 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2628
2629 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2630 methods.
2631 (gnus-read-active-file): Ditto.
2632
2633 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2634 ": " from the prompt.
2635 (gnus-group-make-group): Ditto.
2636
2637 2010-11-07 Glenn Morris <rgm@gnu.org>
2638
2639 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2640 (gnus-bookmark-kill-line): Use point-at-eol.
2641
2642 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
2643
2644 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2645 asterisks in From header.
2646
2647 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2648
2649 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2650 string to avoid making the From headers syntactically invalid.
2651
2652 * message.el (message-send-mail): Don't insert courtesy messages if the
2653 message already has List-Post and List-ID messages.
2654
2655 2010-11-06 Glenn Morris <rgm@gnu.org>
2656
2657 * gnus-art.el (gnus-treat-article): Give dynamic local variables
2658 `condition', `type', `length' a prefix.
2659 (gnus-treat-predicate): Update for above name changes.
2660
2661 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
2662
2663 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2664 binding. Handled by `gnus-summary-refer-thread' instead.
2665 (nnir-warp-to-article): New backend function.
2666
2667 * nnimap.el (nnimap-request-thread): Force dependency updating.
2668
2669 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2670 (gnus-summary-refer-thread): Rework to improve thread-referral.
2671
2672 * gnus-int.el (gnus-warp-to-article): New function.
2673
2674 * gnus-sum.el (gnus-summary-article-map): Bind it.
2675
2676 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
2677
2678 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2679 gnus-summary-refer-thread.
2680
2681 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2682 headers.
2683 (gnus-summary-limit-include-thread): Prevent articles in thread from
2684 being cut in gnus-cut-threads.
2685 (gnus-summary-refer-thread): Limit retrieved headers to those in
2686 thread.
2687
2688 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2689
2690 * message.el (message-send-mail): Use the value of
2691 message-courtesy-message from the message buffer.
2692
2693 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2694
2695 * shr.el (shr-browse-url): Implement mailto: URLs.
2696
2697 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2698 "raw".
2699
2700 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2701 if it's already selected.
2702
2703 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2704
2705 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
2706
2707 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2708 to measure the length and truncate alt text.
2709
2710 2010-11-03 Glenn Morris <rgm@gnu.org>
2711
2712 * nndiary.el (nndiary-generate-nov-databases-1)
2713 (nndiary-generate-active-info): Rename dynamic variable `files' to
2714 something less generic.
2715
2716 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
2717
2718 * nnir.el (nnir-request-move-article): Call the underlying backend to
2719 move articles from nnir.
2720
2721 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2722
2723 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2724
2725 2010-11-02 Julien Danjou <julien@danjou.info>
2726
2727 * nnir.el: Remove wais support.
2728
2729 2010-11-02 Glenn Morris <rgm@gnu.org>
2730
2731 * gnus-html.el: Reorder requirements to quieten compiler.
2732
2733 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2734
2735 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2736 properly for XEmacs as well.
2737 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2738 (gnus-article-natural-long-line-p): Use window-width rather than
2739 frame-width.
2740
2741 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
2742
2743 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
2744 (nnir-read-parms): Don't modify query.
2745 (nnir-run-query): Add ability to search topic on current line.
2746 (nnir-get-active): Clean up.
2747
2748 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2749
2750 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2751 degenerate articles.
2752
2753 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2754 (gnus-print-buffer): Just print the buffer as is, without any copying
2755 to a buffer and then re-highlighting.
2756
2757 * nnimap.el (nnimap-request-group): Store the new updated info.
2758 (nnimap-request-group): Select the group when we don't know whether it
2759 exists or not.
2760
2761 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2762 groups.
2763
2764 * gnus-group.el (gnus-group-find-new-groups): Display all the new
2765 groups.
2766
2767 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2768 groups.
2769
2770 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2771 long-lines case by only filling the long lines.
2772
2773 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2774 (bug #7311).
2775
2776 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2777
2778 * shr.el: No need to declare `declare-function' since shr.el is for
2779 only Emacsen that provide `libxml-parse-html-region'.
2780
2781 2010-11-01 Glenn Morris <rgm@gnu.org>
2782
2783 * mm-util.el (gnus-completing-read): Autoload.
2784 (mm-read-coding-system): Simplify Emacs definition.
2785
2786 * nnmail.el (gnus-activate-group):
2787 * nnimap.el (gnutls-negotiate):
2788 * nntp.el (netrc-parse): Fix declarations.
2789
2790 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2791
2792 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2793 string-match-p in Emacs >=23.
2794
2795 * gnus-msg.el (gnus-configure-posting-styles)
2796 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2797
2798 2010-11-01 Glenn Morris <rgm@gnu.org>
2799
2800 * nnir.el (declare-function): Add compat stub.
2801 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2802 (nnir-run-gmane): Require 'mm-url.
2803
2804 * mm-util.el (mm-string-to-multibyte): Simplify.
2805
2806 * shr.el (declare-function): Add compat stub.
2807 (url-cache-create-filename): Declare.
2808 (mm-disable-multibyte, widget-convert-button): Autoload.
2809
2810 * smime.el (ldap-search): Declare.
2811 (smime-cert-by-ldap-1): Require ldap on Emacs.
2812
2813 * nnimap.el: Require nnmail, and gnus-sum when compiling.
2814 (nnimap-keepalive): Use gnus-float-time.
2815
2816 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2817 (mail-source-delete-crash-box): Use gnus-float-time.
2818
2819 * gnus-dired.el (gnus-completing-read): Autoload.
2820
2821 * mm-view.el (gnus-rescale-image): Autoload.
2822
2823 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2824
2825 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2826
2827 * sieve-manage.el: Require 'cl when compiling.
2828
2829 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2830 (gnus-iswitchb-completing-read): Require iswitchb.
2831 (gnus-select-frame-set-input-focus): Silence compiler.
2832
2833 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2834
2835 * message.el (message-subject-trailing-was-query): Change default to t,
2836 since I think that's what most people want.
2837
2838 * nnimap.el (nnimap-request-accept-article): Erase buffer before
2839 appending for easier debugging.
2840 (nnimap-wait-for-connection): Take a regexp.
2841 (nnimap-request-accept-article): Wait for the continuation line before
2842 sending anything unless we're streaming.
2843
2844 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2845 leave the header washing to take place.
2846
2847 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2848
2849 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2850 regular expression match and replace in posting styles.
2851
2852 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
2853
2854 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2855 an entire server.
2856 (nnir-get-active): New function.
2857 (nnir-run-imap): Use it.
2858 (nnir-run-gmane): Who knew, gmane search returns an article score!
2859
2860 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2861 server on the current line with nnir.
2862
2863 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2864
2865 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2866 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2867 left edge.
2868 (gnus-article-foldable-buffer): Skip past the prefix when determining
2869 raggedness.
2870
2871 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2872 the raw article, and change `C-u g' to show the article without doing
2873 treatments.
2874
2875 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2876 on to `gnus-treat-article'.
2877 (gnus-inhibit-article-treatments): New variable.
2878
2879 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2880
2881 * gnus-art.el (gnus-treatment-function-alist): Have
2882 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2883 (gnus-treat-fill-long-lines): Change default to fill all text/plain
2884 sections.
2885
2886 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2887 parameter.
2888 (gnus-article-fill-cited-long-lines): New function.
2889 (gnus-article-fill-cited-article): Allow filling only long sections.
2890
2891 * shr.el (shr-find-fill-point): Don't break lines between punctuation
2892 and non-punctuation (like after the apostrophe in "'We").
2893
2894 * gnus-sum.el (gnus-summary-select-article): Make sure
2895 gnus-original-article-buffer is alive.
2896
2897 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2898 reflect the order they're in in the digest.
2899
2900 * gnus.el (gnus-group-startup-message): Move point to the start of the
2901 buffer.
2902
2903 * nnimap.el (nnimap-capability): New function.
2904 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2905 is set.
2906
2907 2010-10-31 David Engster <dengste@eml.cc>
2908
2909 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2910 conform with changes to gnus-completing-read.
2911
2912 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2913
2914 * shr.el (shr-tag-img): Output "*" instead of "[img]".
2915
2916 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
2917
2918 * nnir.el: Move defvar, defcustom around to keep file organized
2919 and keep byte-compiler quiet.
2920 (nnir-read-parms): Accept search-engine as arg.
2921 (nnir-run-query): Pass search-engine as arg.
2922 (nnir-search-engine): Remove.
2923
2924 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2925
2926 * shr.el (shr-generic): The text nodes should be text, not :text.
2927
2928 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2929 later in the file.
2930
2931 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
2932
2933 * nnir.el: General clean up. Allow searching with multiple engines.
2934 Allow separate extra-parameters for each engine.
2935 Batch queries when possible.
2936 (nnir-imap-default-search-key,nnir-method-default-engines):
2937 Add customize interface.
2938 (nnir-run-gmane): New engine.
2939 (nnir-engines): Use it. Qualify all prompts with engine name.
2940 (nnir-search-engine): Remove global variable.
2941 (nnir-run-hyrex): Restore for now.
2942 (nnir-extra-parms,nnir-search-history): New variables.
2943 (gnus-group-make-nnir-group): Use them.
2944 (nnir-group-server): Remove in favor of gnus-group-server.
2945 (nnir-request-group): Avoid searching twice.
2946 (nnir-sort-groups-by-server): New function.
2947
2948 2010-10-30 Julien Danjou <julien@danjou.info>
2949
2950 * gnus-group.el: Remove gnus-group-fetch-control.
2951
2952 * gnus-start.el (gnus-find-new-newsgroups):
2953 Remove gnus-check-first-time-used.
2954
2955 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2956
2957 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
2958
2959 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2960 set on groups that don't have \* permanentflags.
2961
2962 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2963
2964 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2965 control the background color.
2966 (shr-tag-img): Ignore very small web bug type images.
2967 (shr-put-image): Add help-echo alt texts to the images.
2968 (shr-tag-video): Show the video poster image.
2969
2970 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2971
2972 * shr.el (shr-table-depth): New variable.
2973 (shr-tag-table-1): Only insert the images after the top-level table.
2974
2975 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2976
2977 * gnus-util.el (gnus-list-memq-of-list): New function.
2978
2979 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2980 selected.
2981 (nnimap-unsplittable-articles): New slot.
2982 (nnimap-new-articles): Use it.
2983
2984 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
2985
2986 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2987 move to the previous line on `M-g'.
2988
2989 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2990
2991 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2992 *-request-group, which seems unnecessary.
2993
2994 * nnimap.el (nnimap-quote-specials): Function copied over from
2995 imap.el.
2996 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2997 they support that. Suggested by Tom Regner.
2998
2999 2010-10-29 Julien Danjou <julien@danjou.info>
3000
3001 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3002 defalias.
3003 (gnus-summary-delete-marked-with): Remove obsolete defalias.
3004
3005 * gnus.el: Remove `gnus-nntp-service' variable.
3006 (gnus-secondary-servers): Make obsolete.
3007 (gnus-nntp-server): Make obsolete.
3008
3009 * gnus-start.el (gnus-1): Remove x-splash calls.
3010
3011 * gnus-ems.el (gnus-x-splash): Remove.
3012
3013 * gnus.el (gnus-group-startup-message): Simplify/update code.
3014
3015 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3016 capability before doing anything.
3017 (gnus-group-insert-group-line): Remove useless
3018 gnus-group-remove-excess-properties.
3019
3020 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3021
3022 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3023
3024 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3025
3026 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3027 config after reselecting.
3028
3029 2010-10-28 Julien Danjou <julien@danjou.info>
3030
3031 * shr.el (shr-put-image): Use point even if only inserting text.
3032 (shr-put-image): Save excursion when inserting alt text on non-graphic
3033 display, so the behaviour is the same when we are on a graphic display.
3034
3035 * nnir.el (nnir-run-swish-e): Remove hyrex support.
3036
3037 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
3038
3039 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3040 (gnus-mime-copy-part): Check coding system, not charset.
3041 (gnus-mime-view-part-externally): Never remove part.
3042 (gnus-mime-view-part-internally): Don't remove part here.
3043 (gnus-article-part-wrapper): Make sure MIME tag is visible.
3044 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3045 multipart/alternative.
3046
3047 * mm-decode.el (mm-display-part): Take optional arg `force'.
3048
3049 2010-10-26 Julien Danjou <julien@danjou.info>
3050
3051 * gnus-group.el (gnus-group-default-list-level): Add this function to
3052 compute the default list level.
3053 (gnus-group-default-list-level): Add possibility to use a function.
3054
3055 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
3056
3057 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3058
3059 * gnus-group.el (gnus-group-completing-read)
3060 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3061 gnus-replace-in-string.
3062
3063 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
3064
3065 * shr.el (shr-tag-div): Add.
3066
3067 2010-10-25 Julien Danjou <julien@danjou.info>
3068
3069 * gnus-util.el: Remove `gnus-with-local-quit'.
3070
3071 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3072
3073 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3074
3075 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3076 the original article buffer.
3077
3078 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3079
3080 * nnimap.el (nnimap-request-head): New function.
3081 (nnimap-request-move-article): Try to be slighly faster by not
3082 requesting the entire message when moving.
3083 (nnimap-transform-headers): Don't bug out on bodiless articles.
3084 (nnimap-send-command): Have no outstanding messages if the IMAP server
3085 doesn't support streaming.
3086 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3087
3088 2010-10-24 Julien Danjou <julien@danjou.info>
3089
3090 * message.el (message-default-headers): Fix type.
3091
3092 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3093
3094 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3095 prefetching images.
3096
3097 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3098 backend for unknown groups. This is mainly useful for nnimap groups.
3099
3100 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3101 group isn't covered by the agent.
3102
3103 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
3104
3105 * nnir.el (nnir-method-default-engines): New variable.
3106 (nnir-run-query): Use it.
3107 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3108 (gnus-summary-nnir-goto-thread): Change group if needed.
3109
3110 * gnus-group.el (gnus-group-group-map): Add key binding for
3111 gnus-group-make-nnir-group.
3112
3113 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3114
3115 * shr.el (shr-tag-object): Add.
3116
3117 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3118 original article buffer live.
3119 (gnus-summary-select-article-buffer):
3120 Mention gnus-widen-article-buffer.
3121
3122 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3123
3124 * shr.el (shr-tag-strong): Add.
3125
3126 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3127
3128 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3129 group names. They mess up the group buffer badly.
3130
3131 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3132
3133 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3134 instead of the summary one.
3135
3136 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
3137
3138 * mml.el (mml-preview): Work properly when editing article.
3139
3140 * gnus-start.el (gnus-read-active-file-1): Don't add method to
3141 gnus-have-read-active-file if it's already been in.
3142
3143 2010-10-22 Tom Tromey <tromey@redhat.com>
3144
3145 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3146 gnus-group-completing-read.
3147
3148 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3149
3150 * message.el (message-mode-map): Don't bind M-; to comment region, to
3151 allow the global comment-dwim to work.
3152
3153 2010-10-21 Julien Danjou <julien@danjou.info>
3154
3155 * message.el (message-setup-1): Allow message-default-headers to be a
3156 function.
3157
3158 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3159
3160 * shr.el (shr-tag-table): Simplify.
3161
3162 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3163
3164 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3165 to avoid trying to snarf invalid stuff.
3166
3167 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3168
3169 * gnus.el (gnus-message-archive-group): Quote value.
3170 (gnus-message-archive-group): Mark as changed.
3171
3172 * shr.el (shr-add-font): Don't put the font properties on the newline
3173 or the indentation.
3174
3175 * message.el (message-fix-before-sending): Change options when sending
3176 non-printable characters.
3177
3178 * gnus.el (gnus-message-archive-method): Change the default to
3179 monthly outgoing groups.
3180
3181 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3182 that have gotten new numbers.
3183
3184 * nnimap.el (nnimap-request-replace-article): New function.
3185
3186 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3187
3188 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3189 (nnrss-request-article): Don't use special html washing code.
3190
3191 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3192
3193 * shr.el (shr-tag-table): Remove useless nconc.
3194
3195 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3196
3197 * gnus-art.el (article-wash-html): Simplify and remove the charset
3198 stuff. Use the normal html rendering code instead of the special html
3199 washing code.
3200
3201 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3202 `gnus-w3m' symbols.
3203 (mm-text-html-washer-alist): Remove.
3204
3205 * mm-decode.el (mm-inline-text-html-renderer): Remove.
3206 (mm-inline-media-tests): Remove use.
3207 (mm-text-html-renderer): Change default to the `shr' symbol.
3208
3209 * mm-view.el (mm-inline-text-html): Remove use.
3210
3211 * gnus-art.el (gnus-blocked-images): New function. Allow the
3212 `gnus-blocked-images' to be a function.
3213 (gnus-article-wash-function): Remove.
3214
3215 2010-10-20 Julien Danjou <julien@danjou.info>
3216
3217 * spam.el (spam-list-of-processors): Mark as obsolete.
3218
3219 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3220 (nnimap-insert-partial-structure): Fix boundary detection.
3221
3222 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
3223
3224 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3225 run file-truename on remote files. This can be expensive and even
3226 prevent one from editing drafts if some unrelated buffer has a stale
3227 connection.
3228
3229 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3230
3231 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3232 kinsoku-eol regardless of shr-kinsoku-shorten.
3233 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3234 (shr-tag-table): Support caption, thead, and tfoot.
3235
3236 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3237
3238 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3239 lines.
3240 (shr-save-contents): New command and keystroke.
3241
3242 * nndoc.el (nndoc-type-alist): Add git support.
3243 (nndoc-git-type-p): New function.
3244 (nndoc-transform-git-article): Ditto.
3245 (nndoc-transform-git-headers): Ditto.
3246 (nndoc-transform-git-headers): Generate Subject headers.
3247
3248 * shr.el (shr-parse-style): New function.
3249 (shr-tag-span): Ditto.
3250
3251 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3252 to `G G' to avoid collisions.
3253
3254 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3255
3256 * shr.el: Load kinsoku if necessary.
3257 (shr-kinsoku-shorten): New internal variable.
3258 (shr-find-fill-point): Make kinsoku shorten text line if
3259 shr-kinsoku-shorten is bound to non-nil.
3260 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3261 shr-indentation too when testing if table is wider than frame width.
3262 (shr-insert-table): Use `string-width' instead of `length' to measure
3263 text width.
3264 (shr-insert-table-ruler): Make sure indentation is done at bol.
3265
3266 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3267
3268 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3269 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3270 undecoded network data.
3271
3272 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3273
3274 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3275 name in the mode line spec so that the mode line menu works
3276 (bug #2431).
3277
3278 * message.el (message-get-reply-headers): If we're fed `to-address',
3279 then always use that.
3280
3281 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3282 aren't so wide as to need to switch off the edit menu.
3283
3284 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3285 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3286
3287 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3288 `M-g'.
3289 (nnimap-update-info): Update flags/read marks even if \* isn't part of
3290 the permanent marks.
3291
3292 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
3293
3294 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3295 Splitting according to references/in-reply-to obeys the ignore-groups
3296 variable, while splitting by sender and subject do not.
3297
3298 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3299
3300 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3301 alist, so that we can look for non-Unicode chars.
3302 (article-translate-strings): Allow both character and string maps.
3303
3304 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3305
3306 * shr.el (shr-insert): Don't insert space behind a wide character
3307 categorized as kinsoku-bol, or between characters both categorized as
3308 nospace.
3309
3310 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
3311
3312 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
3313 headers to gnus-newsgroup-headers.
3314
3315 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3316
3317 * shr.el (shr-tag-img): Don't align images -- since we're not
3318 rescaling, this often leads to ugly displays.
3319
3320 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
3321
3322 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3323 duplicates.
3324
3325 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3326
3327 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3328 call.
3329
3330 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3331
3332 * gnus.el: Autoload gnus-html-show-images.
3333
3334 * nnimap.el: Use nnheader-message throughout.
3335
3336 * shr.el (shr-tag-img): Ignore images with no data.
3337
3338 2010-10-15 Julien Danjou <julien@danjou.info>
3339
3340 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3341 a possibility to disable format=flow encoding when using hard newlines.
3342
3343 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3344
3345 * shr.el (shr-insert): Remove space inserted before or after a
3346 breakable character or at the beginning or the end of a line.
3347 (shr-find-fill-point): Do kinsoku; find the second best point or give
3348 it up if there's no breakable point.
3349
3350 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3351
3352 * nnimap.el (nnimap-open-connection): Message when opening connection
3353 for debugging purposes.
3354
3355 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3356 on every setup buffer call to allow this to change from article to
3357 article.
3358
3359 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3360 buffers where we have a wide table.
3361
3362 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
3363
3364 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3365 uses *-request-thread.
3366
3367 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3368
3369 * nnimap.el (nnimap-open-connection): Remove %s from openssl
3370 incantation, which is no longer valid.
3371
3372 2010-10-14 Julien Danjou <julien@danjou.info>
3373
3374 * shr.el: Fix defcustom type (char -> character).
3375
3376 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3377
3378 * nnimap.el (nnimap-open-connection): tls-program should be a list of
3379 programs.
3380
3381 2010-10-14 Julien Danjou <julien@danjou.info>
3382
3383 * shr.el (shr-tag-a): Use url-link as widget type.
3384
3385 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3386 `gnus-group-get-icon'.
3387
3388 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3389
3390 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3391 This should make server editing work better.
3392
3393 * shr.el (shr-find-fill-point): Don't inloop on indented text.
3394
3395 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3396 (nnimap-parse-flags): Fix regexp.
3397
3398 * shr.el (shr-find-fill-point): Use a filling algorithm that should
3399 probably work for CJVK text, too.
3400
3401 * nnimap.el (nnimap-extend-tls-programs): Remove.
3402 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3403
3404 2010-10-13 Julien Danjou <julien@danjou.info>
3405
3406 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3407 responses.
3408
3409 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3410
3411 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3412
3413 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3414 anything in Emacs.
3415
3416 * shr.el (shr-current-column): Remove buggy and unnecessary function.
3417
3418 2010-10-13 Julien Danjou <julien@danjou.info>
3419
3420 * shr.el (shr-width): Make shr-width a defcustom with default to
3421 fill-column.
3422 (shr-tag-img): Use shr-width rather than fill-column.
3423
3424 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
3425
3426 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3427
3428 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3429 position when (X-)Faces exist.
3430 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3431 avatars when called interactively.
3432
3433 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3434
3435 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3436 gnus-article-x-face-too-ugly is bound.
3437
3438 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3439
3440 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3441
3442 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3443 mailbox that doesn't exist.
3444
3445 2010-10-12 Julien Danjou <julien@danjou.info>
3446
3447 * shr.el (shr-tag-img): Encode URL properly when retrieving.
3448 (shr-get-image-data): Encode URL properly when fetching from cache.
3449 (shr-tag-img): Use aligned-to spaces to align correctly images.
3450
3451 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3452 before inserting the Gravatar.
3453
3454 * shr.el (shr-tag-img): Add align attribute support for <img>.
3455
3456 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3457
3458 * gnus-gravatar.el (gnus-art): Require.
3459
3460 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3461 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3462 Remove long obsoleted functions.
3463
3464 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3465
3466 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3467
3468 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3469 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3470 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3471 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3472 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3473 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
3474 Fix comment for declare-function.
3475
3476 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3477
3478 * nnimap.el (nnimap-request-rename-group): Select group read-only
3479 before renaming it.
3480
3481 * shr.el (shr-insert): Fix up the white space only regexp.
3482
3483 * nnimap.el (nnimap-transform-split-mail): Not all articles have
3484 bodies. Protect against this. Reported by Michael Welsh Duggan.
3485
3486 * shr.el (shr-current-column): New function.
3487 (shr-find-fill-point): New function.
3488
3489 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3490
3491 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3492 numbers.
3493
3494 2010-10-11 Julien Danjou <julien@danjou.info>
3495
3496 * shr.el (shr-hr-line): Add.
3497 (shr-tag-hr): Use shr-hr-line to specify which character to use to
3498 display hr lines.
3499 (shr-max-columns): Do not change state to nil if we just inserting
3500 spaces.
3501
3502 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3503
3504 * gnus-topic.el (gnus-topic-read-group): If after the last group,
3505 select the last group.
3506
3507 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3508
3509 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3510
3511 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3512
3513 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3514 for Gnus.
3515 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3516 (nnimap-update-qresync-info): Mark \Seen articles as read.
3517
3518 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3519 non-variable, too.
3520
3521 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3522 available.
3523 (nnimap-update-info): Rely more on the current active than the param
3524 active to avoid marking articles as read too much.
3525
3526 * auth-source.el (auth-source-create): Use (user-login-name) for the
3527 user name default.
3528
3529 * nnimap.el (nnimap-update-info): If the server doesn't return any
3530 useful info, just use the previous info.
3531 (nnimap-update-info): Prefer old info over start-article.
3532 (nnimap-update-qresync-info): Finish implementing QRESYNC.
3533
3534 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
3535
3536 * nnir.el (autoload): Clean up autoloads.
3537 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3538 Use key rather than value.
3539 (nnir-imap-search-other): New variable.
3540 (nnir-read-parm): Use it.
3541 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3542 (gnus-summary-nnir-goto-thread): Modify to work with imap.
3543
3544 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3545
3546 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3547 the process, too.
3548
3549 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3550
3551 * spam.el (gnus-summary-mode-map): Bind to "$".
3552 Suggested by Russ Allbery.
3553
3554 * shr.el: Rework the way things are indented by <li> slightly.
3555
3556 * gnus.el (gnus-group-set-parameter): Fix typo.
3557
3558 * nnimap.el: Start implementing QRESYNC support.
3559
3560 2010-10-09 Julien Danjou <julien@danjou.info>
3561
3562 * nnir.el (nnir-engines): Fix too many arguments.
3563
3564 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3565
3566 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3567 group is the "last", so that the backends like nnfolder actually save
3568 their folders.
3569
3570 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3571 try to use that for the tls stream.
3572 (nnimap-retrieve-group-data-early): Rework the marks code to heed
3573 UIDVALIDITY and find out which groups are read-only and not.
3574 (nnimap-get-flags): Use the same marks parsing code as the rest of
3575 nnimap.
3576
3577 2010-10-09 Julien Danjou <julien@danjou.info>
3578
3579 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3580
3581 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3582 retrieving gravatars.
3583
3584 * shr.el (shr-table-corner): Add.
3585 (shr-table-line): Add.
3586 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3587
3588 2010-10-08 Julien Danjou <julien@danjou.info>
3589
3590 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3591
3592 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
3593
3594 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3595
3596 * gnus-sum.el (gnus-mark-article-as-unread)
3597 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3598 (gnus-summary-set-bookmark): Use it.
3599
3600 * gnus-msg.el (gnus-setup-message): Use it.
3601
3602 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3603
3604 * gnus.el (gnus-group-remove-parameter): Use it.
3605
3606 * gnus-group.el (gnus-group-make-web-group): Use it.
3607
3608 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3609
3610 * nnregistry.el: Update docs to mention manual.
3611
3612 * gnus-registry.el: Update docs to mention nnregistry.el.
3613 (gnus-registry-initialize): Don't install nnregistry refer method
3614 automatically.
3615 (gnus-registry-install-nnregistry): Remove it.
3616
3617 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3618
3619 * shr.el (shr-insert): Don't insert double spaces.
3620
3621 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
3622
3623 * gnus-gravatar.el (gnus-treat-from-gravatar)
3624 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3625 called interactively.
3626
3627 * gnus-art.el (gnus-mime-view-part-externally)
3628 (gnus-mime-view-part-internally): Make predicate function passed to
3629 gnus-mime-view-part-as-type assume argument is a mime type, not a list
3630 of a mime type.
3631
3632 * shr.el (shr-table-widths): Don't use cl function `reduce'.
3633
3634 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3635
3636 * shr.el (require): Require cl when compiling.
3637 (shr-tag-hr): New function.
3638
3639 * nnimap.el (nnimap-update-info): Remove double setting of high.
3640 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3641 This makes nnimap work properly on Courier again.
3642
3643 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3644 the variable for backwards compatibility.
3645
3646 * mm-decode.el (mm-save-part): If given a non-directory result, expand
3647 the file name before using to avoid setting mm-default-directory to
3648 nil.
3649
3650 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3651 bidning gnus-agent variables.
3652
3653 * shr.el (shr-render-td): Use a cache for the table rendering function
3654 to avoid getting an exponential rendering behaviour in nested tables.
3655 (shr-insert): Rework the line-breaking algorithm.
3656 (shr-insert): Don't leave trailing spaces.
3657 (shr-insert-table): Also insert empty TDs.
3658 (shr-tag-blockquote): Ensure paragraphs after </ul>.
3659
3660 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3661
3662 * gnus-sum.el (gnus-number): Rename from `number'.
3663 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3664 (gnus-summary-limit-children): Update uses correspondingly.
3665
3666 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3667
3668 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3669 (gnus-gravatar-transform-address): Don't show avatars of people of
3670 which mail addresses match gnus-gravatar-too-ugly.
3671
3672 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3673
3674 * shr.el (shr-table-widths): Expand TD elements to fill available
3675 space.
3676
3677 2010-10-07 Julien Danjou <julien@danjou.info>
3678
3679 * nnimap.el (nnimap-request-rename-group): Add this method.
3680
3681 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3682
3683 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3684 name from XEmacs' function-arglist.
3685
3686 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3687 gravatar under XEmacs.
3688
3689 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
3690
3691 * auth-source.el: Update docs with TODO items.
3692
3693 * gnus-sync.el: Update docs to explain state and plans.
3694
3695 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3696 Hooks for mark updates.
3697 (gnus-request-set-mark, gnus-request-update-mark): Use them.
3698
3699 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3700 hooks with arguments, which is needed for mark update hooks.
3701
3702 2010-10-06 Julien Danjou <julien@danjou.info>
3703
3704 * gnus.el (gnus-expand-group-parameter): Only return and act on what
3705 was matched.
3706
3707 * sieve-manage.el: Update example in `Commentary'.
3708
3709 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3710
3711 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3712 not 2000.
3713 (sieve-manage-authenticate): Re-add function.
3714
3715 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3716
3717 * shr.el (shr-insert): Get 'space transition right.
3718 (shr-render-td): Only delete space at the end of the TD.
3719
3720 * nnimap.el (nnimap-open-connection): Prepare to support
3721 open-gnutls-stream.
3722
3723 * shr.el: Rearrange function order to be more logical.
3724
3725 2010-10-06 Julien Danjou <julien@danjou.info>
3726
3727 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3728 (nnrss-discover-feed): Remove 404 URL in docstring.
3729
3730 * nnir.el: Fix Swish-E URL.
3731 Fix Namazu URL.
3732
3733 * message.el (message-change-subject): Remove 404 URL in a comment.
3734
3735 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3736
3737 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3738 called interactively.
3739
3740 * gnus-util.el (gnus-remove-if): Allow hash table.
3741 (gnus-remove-if-not): New function.
3742
3743 * gnus-art.el (gnus-mime-view-part-as-type)
3744 * gnus-score.el (gnus-summary-score-effect)
3745 * gnus-sum.el (gnus-read-move-group-name):
3746 Replace remove-if-not with gnus-remove-if-not.
3747
3748 * gnus-group.el (gnus-group-completing-read):
3749 Regard collection as a hash table if it is not a list.
3750
3751 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3752
3753 * shr.el (shr-render-td): Allow blank/missing <TD>s.
3754
3755 * shr.el: Document the table-rendering algorithm.
3756
3757 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3758 invalid URLs.
3759
3760 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3761 line-broken.
3762 (shr-tag-img): Ignore image fetching errors.
3763 (shr-overlays-in-region): Compute overlay positions correctly.
3764
3765 * mm-decode.el (mm-shr): Require shr.
3766
3767 * gnus-art.el (gnus-blocked-images): Move variable here.
3768
3769 * shr.el (shr-insert-table): Bind free variable.
3770
3771 * mm-decode.el (mm-shr): Bind shr-content-function.
3772
3773 * shr.el (shr-content-function): New variable.
3774
3775 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3776 added for symmetry.
3777
3778 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3779
3780 * gnus-group.el (gnus-group-make-group): Doc fix.
3781
3782 * nnimap.el (nnimap-request-newgroups): Return success.
3783
3784 * shr.el (shr-find-elements): New function.
3785 (shr-tag-table): Put all the images after the table.
3786 (shr-tag-table): Really inhibit images inside the table.
3787 (shr-collect-overlays): Copy over overlays from the TD elements to the
3788 main document.
3789
3790 * mm-decode.el (mm-shr): Bind shr-blocked-images to
3791 gnus-blocked-images.
3792
3793 2010-10-05 Julien Danjou <julien@danjou.info>
3794
3795 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3796
3797 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3798 (gnus-html-maximum-image-size): Add this function.
3799 (gnus-html-put-image): Use gnus-html-maximum-image-size.
3800
3801 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3802 server-value of the capability is nil.
3803
3804 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3805
3806 * shr.el (shr-tag-em): Add <EM> tag.
3807
3808 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
3809
3810 * sieve-manage.el (sieve-manage-default-stream): Make default stream
3811 customizable.
3812
3813 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3814 handing broken links to browse-url.
3815
3816 2010-10-05 Julien Danjou <julien@danjou.info>
3817
3818 * gnus-util.el (gnus-emacs-completing-read)
3819 (gnus-iswitchb-completing-read): Use autoload rather than require.
3820
3821 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
3822
3823 * gnus-util.el (gnus-completing-read-function): Exclude
3824 gnus-icompleting-read and gnus-ido-completing-read from candidates for
3825 XEmacs since iswitchb.el is very old and ido.el is unavailable in
3826 XEmacs.
3827
3828 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3829 not to use `delete-dups' that is unavailable in XEmacs 21.4.
3830
3831 * gnus-html.el: Don't require help-fns under XEmacs.
3832 (gnus-html-schedule-image-fetching): Work for XEmacs.
3833
3834 * mm-decode.el (mm-shr): Decode contents by charset.
3835
3836 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3837
3838 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3839 unknown.
3840
3841 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3842 (shr-get-image-data): Ensure against the cache file missing.
3843
3844 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3845 for data.
3846
3847 * spam-report.el (spam-report-url-ping-plain): Don't query about
3848 killing the process.
3849
3850 * shr.el (shr-render-td): Protect against too-wide text.
3851
3852 2010-10-04 Julien Danjou <julien@danjou.info>
3853
3854 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3855 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3856
3857 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3858 retrieved.
3859
3860 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3861
3862 * shr.el (browse-url): Require.
3863 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3864 lines.
3865 (shr-show-alt-text, shr-browse-image): New commands.
3866 (shr-browse-url, shr-copy-url): New commands.
3867
3868 * gnus-sum.el (gnus-widen-article-window): New variable.
3869 (gnus-summary-select-article-buffer): Use it.
3870
3871 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3872 without @ signs.
3873
3874 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3875
3876 * nnir.el (nnir-run-imap): Remove spurious space in search string.
3877
3878 2010-10-04 Julien Danjou <julien@danjou.info>
3879
3880 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3881 for XEmacs.
3882
3883 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3884
3885 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3886
3887 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3888 (nnimap-close-server): Implement.
3889
3890 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3891 (shr-insert): Tweak line breaking.
3892 (shr-insert): Handle <pre> better.
3893 (shr-tag-li): Get <li> indentation right.
3894 (shr-tag-li): Get <li> indentation even righter.
3895 (shr-tag-blockquote): Ensure paragraph start.
3896 (shr-make-table): Tweak table generation.
3897 (shr-make-table): Fix typo.
3898
3899 * shr.el: Implement table rendering.
3900
3901 2010-10-04 Julien Danjou <julien@danjou.info>
3902
3903 * gnus-html.el (gnus-html-put-image): Fix resize image code.
3904
3905 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3906
3907 * shr.el (shr-insert): Use string anchors instead of line anchors.
3908
3909 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3910
3911 * shr.el: Add headings.
3912 (shr-ensure-paragraph): Actually work.
3913 (shr-tag-li): Make <ul> prettier.
3914 (shr-insert): Get white space at the beginning/end of elements right.
3915 (shr-tag-p): Collapse subsequent <p>s.
3916 (shr-ensure-paragraph): Don't insert double line feeds after blank
3917 lines.
3918 (shr-insert): \t is also space.
3919 (shr-tag-s): Fix "s" tag name function.
3920 (shr-tag-s): Fix face prop name.
3921
3922 2010-10-03 Julien Danjou <julien@danjou.info>
3923
3924 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3925
3926 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3927 gnus-window-inside-pixel-edges.
3928
3929 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3930 gnus-ems.
3931
3932 * mm-view.el (mm-inline-image-emacs): Support image resizing.
3933
3934 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3935 function.
3936
3937 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3938 resize choice.
3939
3940 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3941
3942 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3943 beginning of the buffer.
3944
3945 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3946 article buffer again.
3947
3948 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3949
3950 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3951 when it's at the start of the buffer.
3952
3953 * shr.el (shr-tag-blockquote): Convert name.
3954 (shr-rescale-image): Use the right image-size variant.
3955
3956 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3957 buffer isn't shown, then select the current article first instead of
3958 bugging out.
3959 (gnus-summary-select-article-buffer): Show both the article and summary
3960 buffers again.
3961
3962 * shr.el (shr-fontize-cont): Protect against regions with no text.
3963 Rename tag functions to shr-tag-* for enhanced security.
3964 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3965
3966 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
3967
3968 * shr.el (shr-insert):
3969 * pop3.el (pop3-movemail):
3970 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3971 loaded.
3972
3973 2010-10-03 Glenn Morris <rgm@gnu.org>
3974
3975 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3976
3977 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3978
3979 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3980
3981 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3982
3983 * gnus-util.el (gnus-make-local-hook): Simplify.
3984
3985 2010-10-02 Julien Danjou <julien@danjou.info>
3986
3987 * gnus-util.el (gnus-iswitchb-completing-read): New function.
3988 (gnus-ido-completing-read): New function.
3989 (gnus-emacs-completing-read): New function.
3990 (gnus-completing-read): Use gnus-completing-read-function.
3991 Add gnus-completing-read-function.
3992
3993 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3994
3995 * shr.el (shr-insert-document): Autoload.
3996 (shr-img): Be silent.
3997 (shr-insert): Add a newline after every picture before text.
3998 (shr-add-font): Use overlays for combining faces.
3999 (shr-insert): Pass upwards the text start point.
4000
4001 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4002 possible.
4003 (mm-shr): New function.
4004
4005 2010-10-02 Julien Danjou <julien@danjou.info>
4006
4007 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4008 should go backward.
4009
4010 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
4011
4012 * shr.el (shr): Fix typo in provide call.
4013
4014 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4015
4016 * shr.el: New file.
4017
4018 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4019
4020 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4021 completing read.
4022
4023 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4024
4025 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4026 we're being queried about. Suggested by Dan Jacobson.
4027
4028 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4029 Suggested by Jason Eisner.
4030
4031 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4032 table, too. Suggested by Stefan Wiens.
4033 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4034 the table unnecessary. Suggested by Stefan Wiens.
4035
4036 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4037 longer needed, and probably doesn't work either, as pointed out by
4038 Stefan Wiens.
4039 (gnus-summary-exit): Remove call to the clearing function.
4040 (gnus-summary-exit-no-update): Ditto.
4041
4042 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4043 instead of gnus-eval-in-buffer-window to avoid popping up frames.
4044 Reported by Stefan Monnier.
4045 (gnus-summary-save-in-rmail): Ditto.
4046
4047 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4048 article buffer, instead of both the article buffer and the summary
4049 buffer. Sort of suggested by Dan Jacobson.
4050
4051 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4052
4053 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4054 Suggested by Dan Jacobson.
4055
4056 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4057 documentation clearer.
4058
4059 * message.el (message-shorten-references): Comment on the number "21".
4060 Suggested by Stefan Monnier.
4061
4062 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4063 Suggested by Dan Jacobson.
4064
4065 * gnus.el (gnus-large-newsgroup):
4066 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
4067
4068 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4069 externalize attachments. Bug reported by Steve Wen.
4070
4071 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4072 really message anything to the user.
4073
4074 * nnmail.el (nnmail-article-group): Allow using the fancy split method
4075 directly.
4076
4077 * nnimap.el (nnimap-request-group): Low higher than high to signal no
4078 messages in empty groups.
4079
4080 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
4081
4082 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4083 non-UIDNEXT group.
4084
4085 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4086
4087 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4088 not the value from the collection.
4089
4090 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4091 values. This sometimes happens on some groups that have no info.
4092 (nnimap-request-newgroups): New function.
4093
4094 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
4095
4096 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4097 check into `gnus-registry-initialize'.
4098 (gnus-registry-initialize): Ditto.
4099 Fix and extend header docs.
4100
4101 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4102
4103 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4104 regexp backtrace overflows.
4105
4106 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4107 for starttls that tls.el implements; i.e. openssl.
4108
4109 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
4110
4111 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4112 (gravatar-create-image): New function that's an alias to
4113 gnus-xmas-create-image, gnus-create-image, or create-image.
4114 (gravatar-data->image): Use it.
4115
4116 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4117
4118 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4119 install the nnregistry refer method.
4120 (gnus-registry-install-hooks): Use it.
4121 (gnus-registry-unfollowed-groups): Add nnmairix to the default
4122 unfollowed groups.
4123
4124 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
4125
4126 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4127 expanding threads.
4128
4129 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4130
4131 * nnir.el: Use the server names without suffixes (bug #7009).
4132
4133 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4134 unencrypted to STARTTLS, if possible.
4135
4136 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4137
4138 * message.el (message-ignored-supersedes-headers): Strip Injection-*
4139 headers before superseding.
4140
4141 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4142
4143 * nnrss.el (nnrss-use-local): Add documentation.
4144
4145 * nnimap.el (nnimap-extend-tls-programs): New function.
4146 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4147 (nnimap-wait-for-connection): Accept the greeting from the stupid
4148 output from openssl s_client -starttls, too.
4149
4150 * nnimap.el (nnimap-find-article-by-message-id): Really return the
4151 article number.
4152 (nnimap-split-fancy): New variable.
4153 (nnimap-split-incoming-mail): Use it.
4154
4155 * nntp.el (nntp-server-list-active-group): Document.
4156
4157 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4158 SELECT to get the message-id.
4159
4160 * mail-source.el (mail-sources): Remove webmail support.
4161 (defvar): Ditto.
4162 (mail-source-fetcher-alist): Ditto.
4163 (mail-source-fetch-webmail): Remove.
4164
4165 * webmail.el: Remove -- doesn't seem relevant any more.
4166
4167 * gnus.el: Fix up make-obsolete-variable declarations throughout.
4168
4169 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4170 the \r.
4171
4172 2010-09-30 Julien Danjou <julien@danjou.info>
4173
4174 * gnus-agent.el (gnus-agent-add-group): Fix call to
4175 gnus-completing-read.
4176
4177 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4178
4179 * nndoc.el (nndoc-retrieve-groups): New function.
4180
4181 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4182 `default', use nnmail-split-methods.
4183 (nnimap-request-article): Downcase the NILs so that they are nil.
4184
4185 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4186 symbol.
4187
4188 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4189 code, since if the user has requested network, that's what they ought
4190 to get.
4191 (nnimap-request-set-mark): Erase the buffer before issuing commands.
4192 (nnimap-split-rule): Mark as obsolete.
4193
4194 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4195 New variable.
4196
4197 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4198 correct slot, too.
4199
4200 2010-09-29 Julien Danjou <julien@danjou.info>
4201
4202 * gnus.el (gnus-local-domain): Declare variable obsolete.
4203
4204 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4205 Fix history computing.
4206 (gnus-ido-completing-read): Require ido.
4207
4208 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4209
4210 * gnus-registry.el: Don't prompt on load, which makes it impossible to
4211 build Gnus.
4212
4213 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4214 when interpreting the structures.
4215 (nnimap-request-accept-article): Add \r\n to the lines to make this
4216 work with Cyrus.
4217
4218 * nndraft.el (nndraft-request-expire-articles): Use the group name
4219 instead if "nndraft". Fix found by Nils Ackermann.
4220
4221 2010-09-29 Ludovic Courtes <ludo@gnu.org>
4222
4223 * nnregistry.el: Add.
4224
4225 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4226
4227 * nnmail.el (group, group-art-list, group-art):
4228 Remove unneeded directives.
4229
4230 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4231
4232 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4233 (mm-mime-charset)
4234 * rfc2047.el (rfc2047-syntax-table)
4235 * utf7.el (utf7-utf-16-coding-system): Comment fix.
4236
4237 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4238 rather than `insert-file-contents' and `eval-region'.
4239
4240 2010-09-29 Julien Danjou <julien@danjou.info>
4241
4242 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4243 replacement of `gnus-gravatar-relief' to mimic
4244 `gnus-faces-properties-alist'.
4245 Add :version property.
4246
4247 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4248
4249 * mail-source.el (mail-source-report-new-mail)
4250 * message.el (message-default-mail-headers)
4251 * mm-decode.el (mm-valid-image-format-p): Comment fix.
4252
4253 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4254
4255 2010-09-28 Julien Danjou <julien@danjou.info>
4256
4257 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4258 mail-address contains the same string as real-name.
4259
4260 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4261 non-blank in header, otherwise it'll get stripped.
4262
4263 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4264 real-name, and then for mail address rather than doing : or , search.
4265
4266 2010-09-27 Julien Danjou <julien@danjou.info>
4267
4268 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4269 right completing-read function.
4270 (gnus-use-ido): New variable
4271 (gnus-completing-read-with-default): Remove.
4272 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4273 (gnus-agent-add-group):
4274 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4275 * mm-view.el (mm-view-pkcs7-decrypt):
4276 * mm-util.el (mm-codepage-setup):
4277 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4278 * mml-smime.el (mml-smime-openssl-sign-query):
4279 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4280 (mml-insert-multipart):
4281 * gnus-msg.el (gnus-summary-yank-message):
4282 * gnus-int.el (gnus-start-news-server):
4283 * mm-decode.el (mm-interactively-view-part):
4284 * gnus-dired.el (gnus-dired-attach):
4285 * gnus.el (gnus-read-method):
4286 * gnus-bookmark.el (gnus-bookmark-jump):
4287 * gnus-art.el (gnus-mime-view-part-as-type)
4288 (gnus-mime-action-on-part, gnus-article-encrypt-body):
4289 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4290 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4291 * nnmairix.el (nnmairix-create-server-and-default-group)
4292 (nnmairix-update-groups, nnmairix-get-server)
4293 (nnmairix-backend-to-server, nnmairix-goto-original-article)
4294 (nnmairix-get-group-from-file-path):
4295 * nnrss.el (nnrss-find-rss-via-syndic8):
4296 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4297 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4298 (gnus-group-browse-foreign-server):
4299 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4300 (gnus-summary-execute-command, gnus-summary-respool-article)
4301 (gnus-read-move-group-name):
4302 * gnus-score.el (gnus-summary-increase-score)
4303 (gnus-summary-score-effect):
4304 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4305
4306 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4307
4308 * nnimap.el (auth-source-forget-user-or-password)
4309 (auth-source-user-or-password): Autoload.
4310
4311 * message.el (message-from-style, message-interactive)
4312 (message-signature): Remove comment.
4313 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4314 always.
4315 (message-sendmail-envelope-from): Comment fix.
4316 (message-yank-prefix): Default to mail-yank-prefix always.
4317 (message-indentation-spaces):
4318 Default to mail-indentation-spaces always.
4319 (message-signature-file): Default to mail-signature-file always.
4320
4321 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4322
4323 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4324 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4325 new articles.
4326
4327 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4328 parts.
4329 (nnimap-request-article): Work with the t setting, too.
4330
4331 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4332 that you don't get flashes of other buffers.
4333 (gnus-summary-show-complete-article): Intern before setting.
4334
4335 2010-09-27 David Engster <dengste@eml.cc>
4336
4337 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4338 well as HEADERS.
4339 (nnmairix-retrieve-headers): Provide new argument for the above.
4340
4341 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4342
4343 * gnus-sum.el (gnus-summary-move-article): Don't alter
4344 gnus-newsgroup-active. This makes `/ N' work after copying to the same
4345 group.
4346
4347 * nnimap.el (nnimap-update-info): Don't destructively alter active.
4348
4349 * message.el (message-cite-prefix-regexp): Revert my last edit.
4350
4351 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4352 variable instead of the Gnus variable.
4353
4354 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4355
4356 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4357
4358 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4359 since some servers don't like it.
4360 (nnimap-open-connection): Forget credentials if the server says the
4361 password was wrong.
4362 (nnimap-parse-line): Protect against invalid data.
4363
4364 * gnus-sum.el (gnus-summary-move-article): Add comment.
4365 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4366 nothing alters it while scanning for new messages.
4367
4368 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4369 which may or may not help.
4370 (nnimap-open-connection): If we're doing a stream connection, and then
4371 discover we're on a STARTTLS-capable server, then open a STARTTLS
4372 connection instead.
4373
4374 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4375
4376 * nnimap.el (utf7): Require.
4377
4378 * message.el (message-cite-prefix-regexp): Remove "}" from citation
4379 prefix.
4380
4381 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
4382
4383 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4384
4385 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4386
4387 * nnimap.el (nnimap-request-accept-article): Message the error on
4388 error.
4389
4390 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
4391
4392 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4393
4394 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4395
4396 * nndoc.el (nndoc-request-list): Return success always.
4397
4398 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4399 `fetch-old' -- we only want to fetch the articles we've requested.
4400 The rest are in the agent, probably.
4401 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4402 disappeared server" to something low. It's not important.
4403
4404 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4405 arrived before the FETCH data.
4406
4407 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4408 target here, because we don't know the Gnus name of the group.
4409
4410 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4411 for the correct group.
4412
4413 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4414
4415 * gnus.el (gnus): Give a final warning after startup.
4416
4417 * gnus-util.el (gnus-action-message-log): New variable.
4418 (gnus-message): Use it.
4419 (gnus-final-warning): New function.
4420
4421 * nnimap.el (nnimap-open-connection): Record the greeting.
4422 (nnimap): Add greeting.
4423
4424 2010-09-26 Julien Danjou <julien@danjou.info>
4425
4426 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4427 arguments.
4428 (gnus-html-wash-images): Fix spec computing to include start/end.
4429
4430 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4431
4432 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4433
4434 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4435 deletion.
4436 (nnimap-retrieve-headers): Don't select the group, because that's
4437 already done by nnimap-possibly-change-group.
4438
4439 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4440 (gnus-picon-transform-address): Use it.
4441
4442 * mail-source.el (mail-source-value): Revert previous patch.
4443
4444 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4445 on failure.
4446 (nnimap-open-connection): Look up both virtual and physical server name
4447 credentials.
4448
4449 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4450
4451 2009-02-08 Dave Love <fx@gnu.org>
4452
4453 * gnus-win.el (gnus-window-to-buffer-helper)
4454 (gnus-all-windows-visible-p): Function needn't be a symbol.
4455
4456 * mail-source.el (mail-source-value): Function needn't be a symbol.
4457
4458 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4459
4460 * message.el (message-cite-prefix-regexp): Remove } from the cite
4461 prefix.
4462
4463 * gnus-art.el (gnus-treatment-function-alist): Do picons before
4464 highlight again, so that the highlight is correct.
4465
4466 * gnus-picon.el (gnus-picon): Remove again.
4467 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4468
4469 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4470 doing the header highlightling, so that the background colour of the
4471 picon is correct.
4472
4473 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4474 (gnus-picon): Ditto.
4475 (gnus-picon): Reinstate. The background colour for picons is white.
4476 (gnus-picon-insert-glyph): Make the background white.
4477
4478 * nnml.el (nnml-open-nov): Don't return dead buffers.
4479
4480 * auth-source.el (auth-source-create): Query the user for whether to
4481 store the credentials.
4482
4483 * auth-source.el (auth-source-user-or-password): Use the existing auth
4484 sources, if any, for creation.
4485
4486 * gnus.el (gnus-group-fast-parameter): Return the last matching
4487 parameter instead of the first matching parameter.
4488
4489 2010-09-26 Julien Danjou <julien@danjou.info>
4490
4491 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4492
4493 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4494
4495 * mml2015.el (mml2015-use): Remove gpg support.
4496
4497 * mml1991.el (mml1991-function-alist): Remove gpg function.
4498 (mml1991-gpg-sign): Remove.
4499
4500 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4501
4502 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4503 (gnus-browse-unsubscribe-current-group): Document it.
4504 (gnus-browse-unsubscribe-group): Use it.
4505
4506 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4507
4508 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4509 address to the To list for easier response.
4510
4511 * gnus.el (gnus-play-startup-jingle): Remove.
4512 (gnus-splash): Don't play jingle.
4513 (gnus): Silence gnus-load message.
4514
4515 * gnus-art.el (gnus-treat-play-sounds): Remove.
4516
4517 * gnus.el (gnus-play-jingle): Remove audio support.
4518
4519 * gnus-cus.el (gnus-score-customize): Remove audio reference.
4520
4521 * earcon.el: Remove -- no users.
4522
4523 * gnus-audio.el: Remove -- no users of this package.
4524
4525 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4526
4527 * gnus-start.el (gnus-setup-news): Remove nocem support.
4528
4529 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4530
4531 * gnus.el (gnus-use-nocem): Remove.
4532
4533 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4534 Remove.
4535
4536 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
4537 uses NoCeM any more.
4538
4539 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4540 (gnus-button-ctan-handler): Ditto.
4541 (gnus-button-handle-ctan-bogus-regexp): Ditto.
4542 (gnus-button-ctan-directory-regexp): Ditto.
4543 (gnus-button-handle-ctan): Ditto.
4544 (gnus-button-tex-level): Ditto.
4545 (gnus-button-alist): Remove CTAN stuff.
4546
4547 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4548
4549 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4550 nnimap-streaming test.
4551
4552 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4553 servers twice.
4554
4555 * nnimap.el (nnimap-open-connection): Add more error reporting when
4556 nnimap fails early.
4557
4558 * nnheader.el (nnheader-get-report-string): New function.
4559 (nnheader-get-report): Use it.
4560
4561 * gnus-int.el (gnus-check-server): Say what the error was when opening
4562 failed.
4563
4564 * nnimap.el (nnimap-wait-for-response): Search further when we're not
4565 using streaming.
4566
4567 2010-09-25 Julien Danjou <julien@danjou.info>
4568
4569 * gnus-html.el (gnus-html-rescale-image): Use our defalias
4570 gnus-window-inside-pixel-edges.
4571
4572 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4573
4574 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4575
4576 * mm-decode.el (mm-save-part): Allow saving to other directories the
4577 normal Emacs way.
4578
4579 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4580 Suggested by Jay Berkenbilt.
4581
4582 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4583 there isn't a single byte.
4584
4585 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4586 just do it. It doesn't really seem to matter what the user responds
4587 here, I think, so it's just a confusing question.
4588
4589 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4590 non-streaming case.
4591
4592 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4593 (gnus-article-encrypt-body): Use it.
4594
4595 * gnus-sum.el (gnus-summary-show-complete-article): New command and
4596 keystroke.
4597
4598 * nnimap.el (nnimap-find-wanted-parts-1):
4599 Use gnus-fetch-partial-articles.
4600
4601 * gnus-art.el (gnus-fetch-partial-articles): New variable.
4602
4603 * nnimap.el (nnimap-insert-partial-structure): New function.
4604 (nnimap-get-partial-article): New function.
4605 (nnimap-request-article): Use it.
4606 (nnimap-wait-for-response): Return whether the wait was successful.
4607 (nnimap-finish-retrieve-group-infos): Don't do anything if the
4608 retrieval wasn't successful.
4609 (nnimap-retrieve-group-data-early): Allow throttling servers.
4610 (nnimap-streaming): New variable.
4611 (nnimap-fetch-partial-articles): Remove.
4612
4613 * mm-decode.el (mm-with-part): Protect against killed buffers.
4614
4615 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4616 for prettier summary display.
4617
4618 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
4619
4620 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4621
4622 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4623
4624 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4625 apparently third-party libraries depend on it.
4626
4627 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4628 before starting negotiation.
4629
4630 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4631 privacy reasons.
4632 (gnus-treat-mail-gravatar): Ditto.
4633
4634 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4635 buffer when inserting images. Inserting text into the headers, for
4636 instance, can make them invalid.
4637
4638 2010-09-25 Julien Danjou <julien@danjou.info>
4639
4640 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4641 variables.
4642
4643 * nnheader.el: Remove useless variables news-reply-yank-from and
4644 news-reply-yank-message-id.
4645
4646 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4647 variables.
4648
4649 * mml1991.el: Remove useless mml1991-verbose.
4650
4651 * gnus.el: Remove useless variable gnus-use-generic-from.
4652 Remove obsolete variable gnus-topic-indentation.
4653
4654 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4655
4656 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4657
4658 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4659
4660 * gnus-group.el: Remove useless gnus-group-icon-cache.
4661 Remove useless gnus-ephemeral-group-server.
4662
4663 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4664
4665 * mml2015.el: Remove useless mml2015-verbose.
4666
4667 * mml-smime.el: Remove useless mml-smime-verbose.
4668
4669 * gnus.el: Remove useless gnus-local-domain.
4670
4671 * gnus-gravatar.el (gnus-gravatar-transform-address):
4672 Use gnus-gravatar-size.
4673
4674 * gnus-art.el: Remove useless gnus-treat-translate.
4675
4676 2010-09-24 Julien Danjou <julien@danjou.info>
4677
4678 * gnus-sum.el: Add support for Gravatars.
4679
4680 * gnus-art.el: Add support for Gravatars.
4681
4682 * gnus-gravatar.el: Add this file.
4683
4684 * gravatar.el: Add this file.
4685
4686 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4687
4688 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4689
4690 * gnus-group.el (gnus-group-fetch-faq): Remove.
4691
4692 * gnus.el (gnus-group-faq-directory): Remove.
4693
4694 * gnus-group.el (gnus-group-fetch-charter): Remove.
4695
4696 * gnus.el (gnus-group-charter-alist): Remove.
4697
4698 * gnus-group.el (gnus-group-archive-directory): Remove.
4699 (gnus-group-recent-archive-directory): Ditto.
4700 (gnus-group-make-archive-group): Remove.
4701
4702 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4703
4704 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4705 use the same article number for all the cached articles.
4706
4707 * nnimap.el (nnimap-command): Register the last command time so
4708 that we can use it for idling NOOPs.
4709 (nnimap-open-connection): Start the keeplive timer.
4710 (nnimap-make-process-buffer): Store all the process buffers.
4711 (nnimap-keepalive): New function.
4712
4713 * starttls.el (starttls-open-stream): Add autoload cookie.
4714
4715 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4716
4717 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4718 handling.
4719
4720 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4721
4722 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4723 its data structures.
4724
4725 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4726 instead of the cl.el copy-list.
4727 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4728 equalp.
4729
4730 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4731
4732 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4733 and tool-bar-local-item-from-menu.
4734
4735 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4736 mode-line-highlight face for Emacs.
4737
4738 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4739 loading gnus-sum.elc; fix comment for canlock-verify.
4740 (gnus-article-jump-to-part): Use read-number.
4741 (gnus-insert-mime-button, gnus-insert-mime-security-button):
4742 Remove Emacs pre-21 compatible code for help-echo.
4743 (gnus-article-next-page-1): No need to adjust the number of lines.
4744 (gnus-article-describe-bindings): Always use help-buffer.
4745
4746 * gnus-audio.el (gnus-audio-inline-sound)
4747 * gnus-cus.el (gnus-custom-mode)
4748 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4749
4750 * gnus-sum.el (gnus-remove-overlays): Doc fix.
4751
4752 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4753 compatible code.
4754
4755 2010-09-24 Glenn Morris <rgm@gnu.org>
4756
4757 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4758 visiting the fcc file in rmail-mode.
4759
4760 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4761
4762 * nnir.el: Silence the byte compiler.
4763
4764 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4765 alias to browse-url-url-encode-chars if any.
4766 (gnus-html-encode-url): Use it.
4767
4768 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4769
4770 * gnus-start.el (gnus-use-backend-marks): New variable.
4771 (gnus-get-unread-articles-in-group): Use it.
4772
4773 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4774 makeover.
4775
4776 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
4777
4778 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4779
4780 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4781
4782 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4783 Remove.
4784 (gnus-setup-news-hook):
4785 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4786
4787 * gnus-int.el (gnus-request-update-info): Protect against backends not
4788 having the function.
4789
4790 * nnimap.el (nnimap-stream): Mention starttls.
4791 (nnimap-open-connection): Add starttls support.
4792
4793 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
4794
4795 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4796
4797 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4798
4799 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4800 BODYSTRUCTUREs.
4801 (nnimap-transform-headers): Unfold quoted {42} headers.
4802
4803 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4804 the info.
4805 (gnus-get-unread-articles): Only call updatep on backends that support
4806 it.
4807
4808 * nnweb.el (nnweb-request-update-info): NOOP.
4809
4810 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4811
4812 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4813 since it only deals with marks.
4814
4815 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4816 gnus-request-marks, and make a new gnus-request-update-info.
4817
4818 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4819 the active instead of the high number, which is usually too low.
4820
4821 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
4822
4823 * encrypt.el: Remove.
4824
4825 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4826
4827 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4828 server in symbolic form.
4829
4830 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4831
4832 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4833
4834 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4835 (nnimap-update-info): Fix up code slightly.
4836
4837 * gnus-int.el (gnus-open-server): Add tracing for performance
4838 debugging.
4839
4840 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4841 (gnus-group-insert-group-line): Pass the real group name so that it
4842 gets the right data.
4843
4844 * gnus-start.el (gnus-get-unread-articles): Don't have
4845 `gnus-get-unread-articles-in-group' update info, since that can be
4846 really slow and doesn't seem to be needed?
4847
4848 2010-09-22 Julien Danjou <julien@danjou.info>
4849
4850 * gnus-group.el (gnus-group-insert-group-line):
4851 Call gnus-group-highlight-line.
4852 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4853 default hook list.
4854 (gnus-group-update-eval-form): Add new function.
4855 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4856 (gnus-group-get-icon): Use gnus-group-update-eval-form.
4857
4858 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4859
4860 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4861 immediate, then expire all articles.
4862 (nnimap-update-info): Fix off-by-one errors.
4863 (nnimap-flags-to-marks): Would return no marks lists for group with no
4864 flags. Instead return the other data.
4865
4866 2010-09-22 Julien Danjou <julien@danjou.info>
4867
4868 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4869 Only return an icon.
4870 (gnus-group-insert-group-line): Compute icon to return.
4871
4872 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4873 (gnus-html-image-fetched): Only cache if
4874 gnus-html-image-automatic-caching is set.
4875 (gnus-html-image-fetched): Check for errors.
4876
4877 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4878
4879 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4880 once per method on `g'. This ensures that backends like nnfolder don't
4881 open all their folders.
4882
4883 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4884 (nnimap-request-list): Nix out group in the correct buffer.
4885 (nnimap-parse-flags): Implement by using `read' instead of
4886 hand-parsing.
4887 (nnimap-flags-to-marks): Pass on permanent-flags.
4888 (nnimap-make-process-buffer): Record the server name.
4889 (nnimap-parse-flags): Fix typo.
4890 (nnimap-request-scan): Run split on the server in general, not just a
4891 single group.
4892
4893 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4894 parameter, and propagate this downwards.
4895
4896 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4897 since EXAMINE changes it on the server.
4898
4899 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4900 this command might take a while.
4901
4902 2010-09-22 Julien Danjou <julien@danjou.info>
4903
4904 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
4905 harmful if you have 2 images side-by-side, they can't be properly
4906 update on text deletion. Using text-property is safer here.
4907 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4908 data.
4909
4910 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4911
4912 * nnimap.el (nnimap-expunge-inbox): Remove.
4913 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4914 (nnimap-expunge): Flip default to t.
4915
4916 * gnus.el (gnus-method-to-server): Don't push things to the cache
4917 unless it's unique.
4918 (gnus-server-to-method): Ditto.
4919
4920 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
4921
4922 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4923
4924 2010-09-22 Julien Danjou <julien@danjou.info>
4925
4926 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4927 get the start of data.
4928 (gnus-html-encode-url): Add this function to encode special chars in
4929 URL.
4930 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4931 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4932
4933 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4934 default.
4935 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4936
4937 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4938 images alt-text.
4939 (gnus-html-put-image): Put alt-text as help-echo.
4940
4941 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4942
4943 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4944 * mm-util.el (mm-decompress-buffer)
4945 * nnir.el (nnir-run-find-grep)
4946 * pop3.el (pop3-list): Use 3rd arg of split-string.
4947
4948 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4949
4950 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4951 outside the active range. Suggested by Dan Christensen.
4952
4953 * gnus-start.el (gnus-get-unread-articles): Get the extended method
4954 slightly later to avoid double-getting it.
4955
4956 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4957 previous patch.
4958
4959 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4960
4961 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
4962
4963 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4964
4965 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4966
4967 * gnus-int.el (gnus-open-server): Give a better error message in the
4968 "go offline" case.
4969
4970 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4971 marks for nnimap, which is seldom the right thing to do.
4972
4973 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4974 (gnus-same-method-different-name): New function.
4975
4976 * nnimap.el (parse-time): Require.
4977
4978 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4979 method in the presence of many similar methods.
4980
4981 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4982
4983 * nnimap.el (nnimap-find-expired-articles): Don't refer to
4984 nnml-inhibit-expiry.
4985
4986 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4987 find out whether methods are equal.
4988
4989 * nnimap.el (nnimap-find-expired-articles): New function.
4990 (nnimap-process-expiry-targets): New function.
4991 (nnimap-request-move-article): Request the article before looking at
4992 what the Message-ID is. Fix found by Andrew Cohen.
4993 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4994
4995 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4996 for oldness in addition to being a predicate.
4997
4998 * nnimap.el (nnimap-request-group): When we have zero articles, return
4999 the right data to Gnus.
5000 (nnimap-request-expire-articles): Only delete articles immediately if
5001 the target is 'delete.
5002
5003 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5004 method, this would bug out.
5005
5006 * gnus-group.el (gnus-group-expunge-group): Rename from
5007 gnus-group-nnimap-expunge, and implemented as a normal interface
5008 function.
5009
5010 * gnus-int.el (gnus-request-expunge-group): New function.
5011
5012 * nnimap.el (nnimap-request-create-group): Implement.
5013 (nnimap-request-expunge-group): New function.
5014
5015 2010-09-21 Julien Danjou <julien@danjou.info>
5016
5017 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5018 (gnus-html-cache-expired): Add new function.
5019 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5020 wethever we should display image for fetch it.
5021 Compute alt-text earlier to pass it to the fetching function too.
5022 (gnus-html-schedule-image-fetching): Change function argument to only
5023 get one image at a time, not a list.
5024 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5025 cache.
5026 (gnus-html-get-image-data): New function to retrieve image data from
5027 cache.
5028 (gnus-html-put-image): Change buffer argument to use image data rather
5029 than file, and place image above region rather than inserting a new
5030 one. Do not take alt-text as argument, since it's useless now: we place
5031 the image above alt-text.
5032 (gnus-html-prune-cache): Remove.
5033 (gnus-html-show-images): Start to fetch image when we find one, do not
5034 push into a temporary list.
5035 (gnus-html-prefetch-images): Only fetch image if they have expired.
5036 (gnus-html-browse-image): Fix, use 'gnus-image-url.
5037 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5038
5039 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5040
5041 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5042
5043 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5044
5045 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5046 spec inser "*" if the group isn't active instead of 0.
5047
5048 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5049 opening the server.
5050 (nnimap-request-delete-group): Implement group deletion.
5051 (nnimap-transform-headers): Return the size of the entire message in
5052 the Bytes header, not just the size of the first part.
5053 (nnimap-request-move-article): When moving an article from nnimap,
5054 request the article first so the accepting form has an article to
5055 accept. Reported by Dan Christensen.
5056 (nnimap-command): Make sure that the error message doesn't error out.
5057
5058 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
5059
5060 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5061 we haven't requested anything.
5062
5063 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5064
5065 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5066 "". Fix found by Andrew Cohen.
5067
5068 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5069 instead of -encode-string.
5070
5071 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5072
5073 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5074
5075 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5076 by mm-subst-char-in-string.
5077
5078 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5079
5080 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5081 waiting for the connection string.
5082
5083 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5084 arriving.
5085
5086 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5087 bogus characters. This allows selecting certain Gmail groups.
5088
5089 * nnimap.el (nnimap-find-wanted-parts-1): New function.
5090 (nnimap-fetch-partial-articles): New variable.
5091 (nnimap-open-connection): When looking for credentials, also use the
5092 nnimap-server-port.
5093 (nnimap-request-article): Return the group/article number, so that Gnus
5094 `^' works as expected.
5095 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5096
5097 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5098 comments.
5099 (gnus-methods-sloppily-equal): New function.
5100 (gnus): When using the development version of Gnus, load the gnus-load
5101 file.
5102
5103 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5104 `gnus-open-server' on each method before trying to scan them etc.
5105 This ensures that all the backend parameters are set correctly.
5106
5107 * nnimap.el (nnimap-authenticator): New variable.
5108 (nnimap-open-connection): Allow anonymous login.
5109 (nnimap-transform-headers): The chars header is called Chars not Bytes.
5110 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5111
5112 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5113 patch, found by Knut Anders Hatlen.
5114
5115 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
5116
5117 * gnus-agent.el (gnus-agent-batch-confirmation)
5118 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5119 to gnus-message.
5120 * gnus-art.el (gnus-article-describe-briefly): Likewise.
5121 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5122 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5123 * gnus-int.el (gnus-open-server): Likewise.
5124 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5125 (gnus-score-check-syntax): Likewise.
5126 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5127 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5128 Likewise.
5129 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5130
5131 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5132
5133 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5134 calling conventions so that prefetch doesn't bug out.
5135
5136 2010-09-19 Julien Danjou <julien@danjou.info>
5137
5138 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5139 rather than `subst-char-in-region' in order to be able to replace ASCII
5140 char by UTF-8 ones.
5141
5142 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5143 than curl.
5144 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5145 the right URL and ALT text on images.
5146 (gnus-html-wash-tags): Fix tag case.
5147 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
5148 (gnus-article-html): Add -o display_ins_del=2 option.
5149 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5150
5151 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5152
5153 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5154 the extra mail headers, which sometimes seem to happen for unknown
5155 reasons.
5156
5157 * mail-parse.el (mail-header-encode-parameter): Define as
5158 rfc2045-encode-string instead of as rfc2231-encode-string, since some
5159 (or most, perhaps?) mail readers don't understand the latter, but do
5160 understand the former.
5161
5162 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5163 to nil, so that no methods are automatically agentized. I think this
5164 is probably what most users want.
5165
5166 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5167 from url-retrieve, for instance about invalid URLs.
5168
5169 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5170 groups that have no articles.
5171 (nnimap-request-article): Check that we really got an article when we
5172 requested one.
5173
5174 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5175 doesn't exist.
5176
5177 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5178 nntp buffer so the agent can save it.
5179 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5180 that CRLF doesn't get translated to \n.
5181 (nnimap-open-connection): Don't make 'shell commands only send \n.
5182
5183 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5184
5185 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5186 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5187 Update var name.
5188 (nnml-generate-nov-file): Use dolist.
5189 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5190 Use with-current-buffer.
5191
5192 2010-09-18 Julien Danjou <julien@danjou.info>
5193
5194 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5195 parallel.
5196
5197 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5198
5199 * nnimap.el (nnimap-update-info): When doing partial marks update, get
5200 the range update right.
5201 (nnimap-request-group): Don't make `M-g' bug out on group with no
5202 marks.
5203 (nnoo): Require, so that other packages can require nnimap.
5204 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5205 command we're looking for. This helps when the server sends more
5206 responses after we've gotten everything we expected.
5207 (nnimap): Add a `newlinep' field to keep track of end-of-line
5208 conventions.
5209 Don't send CRLF to things that don't want it.
5210 (nnimap-request-accept-article): Ditto.
5211
5212 2010-09-18 Julien Danjou <julien@danjou.info>
5213
5214 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5215 than curl to retrieve images.
5216
5217 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5218
5219 * nnimap.el (nnimap-update-info): Extend the info so that we can set
5220 the marks.
5221 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5222 (nnimap-wait-for-connection): New function.
5223 (nnimap-open-connection): If we have PREAUTH, don't query for login
5224 credentials.
5225 (nnimap-update-info): Fix off-by-one error when concatenating ranges
5226 when doing a partial update.
5227
5228 2010-09-18 Julien Danjou <julien@danjou.info>
5229
5230 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5231 tags.
5232
5233 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5234
5235 * nnimap.el (nnimap-credentials): New function.
5236 (nnimap-open-connection): Use the new function to look for credentials
5237 also on the numeric equivalents of "imap" and "imaps".
5238
5239 * gnus-start.el (gnus-activate-group): Send the info to
5240 gnus-request-group.
5241
5242 * nnimap.el (nnimap-request-group): Have the "check" version of the
5243 function parse flags and update the info, so that a `M-g' get a total
5244 resync of all flags from the group.
5245
5246 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5247 to allow backends to alter the info on group selection. Also alter all
5248 the backend -request-group functions to take the parameter.
5249
5250 * nnimap.el (nnimap-store-info): New function.
5251 (nnimap-update-info): Store the info for later usage.
5252 (nnimap-request-group): Use the stored info for the dont-check case, so
5253 that we don't retrieve all marks when we enter a group.
5254
5255 * nnimap.el: Use deffoo instead of defun for interface functions.
5256
5257 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5258 update the group info. This makes the nndraft groups, for instance, go
5259 back to their old behaviour.
5260
5261 * gnus-sum.el (gnus-select-newsgroup): Indent.
5262
5263 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5264 in.
5265 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5266 nothing.
5267
5268 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5269 from methods that are denied.
5270
5271 * gnus-int.el (gnus-method-denied-p): New function.
5272
5273 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5274 store the password instead of netrc.
5275 (nnimap-open-connection): Don't error out when we can't make a
5276 connections.
5277
5278 * auth-source.el (auth-source-create): In the password prompt, say what
5279 we're querying for. Also prompt for user name if that hasn't been
5280 given.
5281
5282 * nnimap.el (nnimap-with-process-buffer): Remove.
5283
5284 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5285
5286 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5287 method when we're reading from the agent.
5288
5289 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5290
5291 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5292 that's probably most useful for users.
5293
5294 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5295 "failed" all the time.
5296
5297 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5298 ...)) with (with-current-buffer ... ).
5299
5300 * nntp.el (nntp-open-server): Return whether the open was successful or
5301 not.
5302
5303 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5304 select an unread unseen article first.
5305
5306 * nnimap.el (nnimap-open-connection): If the user doesn't have a
5307 /etc/services, supply some sensible port defaults.
5308
5309 2010-09-17 Julien Danjou <julien@danjou.info>
5310
5311 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5312
5313 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5314
5315 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5316 doesn't have any parameters.
5317
5318 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5319
5320 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5321 only upcased checks.
5322
5323 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5324
5325 * nnimap.el (nnimap-open-shell-stream): New function.
5326 (nnimap-open-connection): Use it.
5327 (nnimap-transform-headers): Get the number of lines in each message.
5328 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5329 number of lines.
5330 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
5331 problem.
5332
5333 * utf7.el (utf7-encode): Autoload.
5334
5335 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5336 to allow the mail splitting to not return a default group. This is
5337 useful for nnimap, which will leave unmatched mail in the inbox.
5338
5339 * nnimap.el: Rewritten.
5340
5341 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5342 nnimap usage.
5343
5344 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5345 if the move is internal, so that nnimap can do fast internal moves.
5346
5347 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5348 data.
5349 (gnus-read-active-for-groups): Support finishing the early retrieval of
5350 data.
5351
5352 * gnus-range.el (gnus-range-nconcat): New function.
5353
5354 * gnus-int.el (gnus-finish-retrieve-group-infos)
5355 (gnus-retrieve-group-data-early): New functions.
5356
5357 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5358
5359 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5360 (nnrss-retrieve-groups):
5361 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5362 (pop3-quit): Use with-current-buffer.
5363
5364 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
5365
5366 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5367 instead of nnheader-accept-process-output.
5368
5369 * gnus-html.el (gnus-html-schedule-image-fetching)
5370 (gnus-html-prefetch-images): Replace process-kill-without-query by
5371 gnus-set-process-query-on-exit-flag.
5372
5373 2010-09-16 Romain Francoise <romain@orebokech.com>
5374
5375 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5376
5377 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5378
5379 * gnus-registry.el (gnus-registry-install-shortcuts): The second
5380 parameter to unintern is mandatory-ish in Emacs 24.
5381
5382 * gnus-html.el (gnus-html-schedule-image-fetching)
5383 (gnus-html-prefetch-images): Check for curl before using it.
5384
5385 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5386 depend on curl, which isn't essential.
5387
5388 * imap.el: Revert back to version
5389 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5390 seem problematic.
5391
5392 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5393
5394 * gnus-registry.el (gnus-registry-install-shortcuts):
5395 Explicitly pass `obarray' to `unintern' to avoid a warning.
5396
5397 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5398
5399 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5400 change.
5401
5402 * nnrss.el (nnrss-request-list): Remove this function and related
5403 functions, including the moreover stuff.
5404
5405 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5406
5407 * nnrss.el (nnrss-retrieve-groups): New function.
5408
5409 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5410
5411 * .dir-locals.el: Add no-byte-compile cookie.
5412
5413 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
5414
5415 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5416 for back end that doesn't support request-scan.
5417
5418 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5419
5420 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5421 then do request scans from the backends.
5422
5423 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5424 avoid running a hook per line, since this takes a lot of time,
5425 profiling shows.
5426 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5427 directly if gnus-visual-p is true.
5428
5429 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5430
5431 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5432 groups; replace mapcar with dolist which is a bit faster; pass groups
5433 info to gnus-read-active-file-1.
5434 (gnus-read-active-file-1): Scan only specified groups if the new
5435 optional arg `infos' is given.
5436
5437 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5438
5439 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5440
5441 * pop3.el (pop3-movemail): Remove.
5442 (pop3-streaming-movemail): Rename to pop3-movemail.
5443
5444 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5445 don't restrict end-tag searches to the end of the line.
5446
5447 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5448
5449 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5450 articles of every unchecked group to t, which means unknown since the
5451 server has never been opened.
5452
5453 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5454
5455 * gnus-html.el (gnus-html-show-alt-text): New command.
5456 (gnus-html-browse-image): Ditto.
5457 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5458 to browse the image directly.
5459 (gnus-html-wash-tags): Search for images first, so that <a><img> works
5460 better.
5461
5462 * gnus-async.el (gnus-async-article-callback):
5463 Call `gnus-html-prefetch-images' unconditionally.
5464
5465 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5466 before feeding URLs to curl.
5467
5468 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5469
5470 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5471 internal images as deletable by `W D D'.
5472
5473 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5474 (gnus-async-article-callback): Fix typo.
5475
5476 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5477
5478 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5479 current line to work around bugs in the output from w3m.
5480
5481 * gnus-async.el (gnus-async-article-callback): Always prefetch images
5482 for groups that want that.
5483
5484 * nntp.el (nntp-wait-for-string): Supply a timeout for
5485 accept-process-output to ensure progress.
5486
5487 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5488 level to get unread articles from, then use that for foreign groups,
5489 too.
5490
5491 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5492 confuses the rest of the function.
5493
5494 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5495 for the methods that support -retrieve-groups, too.
5496
5497 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5498
5499 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
5500
5501 * pop3.el: Require cl when compiling.
5502 (pop3-number-of-responses): Search for "+OK", not "+OK ".
5503
5504 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5505
5506 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5507 that aren't going to be activated.
5508 (gnus-get-unread-articles): Fix up the last commit.
5509
5510 * gnus-html.el (gnus-article-html): Allow calling without specifying
5511 the handle. In that case, dissect the buffer first.
5512
5513 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5514
5515 * nnimap.el (nnimap-open-connection): Revert the change that would look
5516 into authinfo for imaps instead of imap.
5517
5518 * gnus-start.el (gnus-activate-group): Take an optional parameter to
5519 say that you don't want to call gnus-request-group with don-check, but
5520 do check the reponse. This is for virtual groups only.
5521 (gnus-get-unread-articles): Count the archive groups as secondary, so
5522 that they're activated the same way as before.
5523
5524 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5525 case-insensitively.
5526 (nnimap-debug): Remove.
5527
5528 * mail-source.el (mail-source-fetch): Don't message if we're fetching
5529 mail from a file, and the file doesn't exist.
5530
5531 * pop3.el (pop3-streaming-movemail): Return t for success.
5532
5533 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5534 .authinfo if we're using ssl connection.
5535
5536 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5537 already have if we're in a main Gnus `g' run.
5538
5539 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5540
5541 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
5542
5543 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5544
5545 * nnmh.el (nnmh-request-list-1): Bind `file'.
5546
5547 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5548 alias to set-process-query-on-exit-flag or process-kill-without-query.
5549 (pop3-open-server): Use it.
5550
5551 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5552
5553 * mail-source.el (mail-source-delete-crash-box): Always move the crash
5554 box to the Incoming file. Fixes mistake in previous checkin.
5555
5556 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5557 request loop (for debugging purposes) removed.
5558
5559 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5560 culprit is more visible.
5561 (nnml-save-incremental-nov, nnml-open-incremental-nov)
5562 (nnml-add-incremental-nov): New functions to do "incremental" nov
5563 updates, where we just append to the end of the existing nov files
5564 without reading/writing them in full.
5565
5566 * mail-source.el (mail-source-delete-crash-box): Really only check the
5567 incoming files once in a while.
5568
5569 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5570
5571 * mail-source.el (mail-source-delete-crash-box): Only check the
5572 incoming files for deletion once per day to save a lot of file
5573 accesses.
5574
5575 * pop3.el (pop3-logon): Fix up unbound variable typo.
5576
5577 * mail-source.el (pop3-streaming-movemail): Autoload.
5578
5579 * pop3.el (pop3-streaming-movemail):
5580 Respect pop3-leave-mail-on-server.
5581
5582 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5583 retrieval.
5584
5585 * pop3.el (pop3-process-filter): Remove unused function.
5586 (pop3-streaming-movemail, pop3-send-streaming-command)
5587 (pop3-wait-for-messages, pop3-write-to-file)
5588 (pop3-number-of-responses): New functions for streaming pop3
5589 retrieval.
5590
5591 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5592 come from no known methods.
5593 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5594 list.
5595
5596 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5597 message sizes.
5598 (pop3-movemail): Use erase-buffer instead of looping and deleting
5599 regions, which seems rather odd.
5600
5601 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5602 file once per `g' run.
5603
5604 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5605 directories. This makes the draft queue directory work.
5606
5607 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5608 data from the backends, so that we only request the list of groups from
5609 each method once. This should speed things up considerably.
5610
5611 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5612 detect that it's not implemented.
5613
5614 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5615 we actually do recurse down into the tree, but don't stat all leaf
5616 nodes.
5617
5618 * gnus-html.el (gnus-html-show-images): If there are no images to show,
5619 then say so instead of bugging out.
5620
5621 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5622 files exist before trying to read them.
5623
5624 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5625 around <pre_int>.
5626
5627 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5628
5629 * nnmh.el (nnmh-request-list-1): Optimize for speed.
5630
5631 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5632
5633 * mm-util.el (mm-image-load-path): Just return the image directories,
5634 not all directories in the path in addition to the image directories.
5635 (mm-image-load-path): Maintain a cache of the image directories so that
5636 the `g' command in Gnus doesn't have to stat dozens of directories each
5637 time.
5638
5639 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5640 (gnus-html-wash-tags): Add a new `i' command to insert images.
5641 (gnus-html-insert-image): New command and keystroke.
5642 (gnus-html-redisplay-with-images): New command and keystroke.
5643 (gnus-html-show-images): Rename command.
5644 (gnus-html-wash-tags): Remove more white space before <pre_int> image
5645 spacers.
5646 (gnus-html-wash-tags): Decode entities at the end, so that entities
5647 inside the tags don't mess up the rest of the "parsing".
5648
5649 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5650 so that nnimap methods aren't agentized by default. There's apparently
5651 many problems related to agent/imap behaviour.
5652
5653 * gnus-art.el (gnus-article-copy-string): New command and key binding.
5654
5655 * gnus-html.el: Doc fix.
5656
5657 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
5658
5659 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5660 glyph-width and glyph-height instead of display-graphic-p and
5661 image-size; make avoidance of displaying small images work for XEmacs.
5662
5663 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5664 for XEmacs.
5665
5666 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5667 of symbol that holds plist data.
5668 (gnus-process-plist): Remove plist of process after getting it.
5669
5670 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5671
5672 * message.el (message-generate-hashcash): Change default to
5673 'opportunistic if hashcash is installed.
5674
5675 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5676 (gnus-html-put-image): Only call image-size once, since it's somewhat
5677 time-consuming on remote X servers.
5678
5679 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
5680
5681 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5682 decoded contents.
5683 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5684
5685 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5686
5687 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5688 group line format, since it isn't very interesting.
5689
5690 * gnus-agent.el (gnus-agent-short-article),
5691 (gnus-agent-long-article): Increase values for these two variables,
5692 since most people are likely to have more network connection and
5693 storage than before.
5694
5695 * gnus.el (gnus-refer-article-method): Change default to 'current.
5696 When referring an article, the common behaviour is to refer it from the
5697 current select method, not the native select method. The chances of
5698 the native select method having the message in question is rather slim
5699 these days.
5700
5701 * gnus-sum.el (gnus-auto-select-subject): Change default to
5702 `unseen-or-unread'. I think it's likely that most people want to
5703 select an unseen article over a previously seen, but unread one.
5704
5705 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
5706 means that in the article buffer none of the minor mode elements will
5707 be shown, usually, and this is not desirable in most cases.
5708
5709 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5710 that commands like `d' (and the like) go to the next line in the
5711 buffer, instead of the next unread article. I think this is the
5712 behaviour that is most natural for most users.
5713 (gnus-single-article-buffer): Change default to nil, so that people can
5714 have as many article buffers open as they have summary buffer. I think
5715 this is the most natural way for the groups to behave.
5716
5717 * message.el (message-generate-new-buffers): Change default to
5718 `unsent', so that all new message buffers start their names with the
5719 string "*unsent", and it's easier to find the buffers if you move from
5720 them.
5721
5722 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5723
5724 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5725 small. They're probably tracking images.
5726 (gnus-html-wash-tags): Remove all <pre_int> place holders.
5727 (gnus-html-rescale-image): Yet another try at getting the image sizing
5728 right.
5729
5730 * nntp.el (nntp-request-set-mark): Refuse to do marks if
5731 nntp-marks-file-name is nil.
5732
5733 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5734
5735 * gnus-html.el (gnus-html-wash-tags)
5736 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5737 Better logging.
5738
5739 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5740
5741 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5742
5743 * gnus-html.el (gnus-html-wash-tags): Check the value of
5744 gnus-blocked-images in the summary buffer.
5745
5746 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5747
5748 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5749
5750 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5751
5752 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5753 like "a", it seems like.
5754 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5755 since it needs to be picked from the correct buffer.
5756
5757 * nnwfm.el: Remove.
5758
5759 * nnlistserv.el: Remove.
5760
5761 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5762
5763 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5764 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5765
5766 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5767
5768 * nnkiboze.el: Remove.
5769
5770 * nndb.el: Remove.
5771
5772 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5773 alt text.
5774 (gnus-html-rescale-image): Try to get the rescaling logic right for
5775 images that are just wide and not tall.
5776
5777 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5778 overshadow variable bindings.
5779
5780 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5781
5782 * gnus-html.el (gnus-html-wash-tags)
5783 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5784 Add extra logging.
5785
5786 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5787
5788 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5789 (gnus-max-image-proportion): New variable.
5790 (gnus-html-rescale-image): New function.
5791 (gnus-html-put-image): Rescale images.
5792
5793 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5794
5795 Fix up some byte-compiler warnings.
5796 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5797 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5798 (gnus-article-fill-cited-article, gnus-article-hide-citation)
5799 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5800 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5801 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5802 (gnus-group-update-group): Use save-excursion and with-current-buffer.
5803
5804 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5805
5806 * gnus-html.el (gnus-article-html): Decode contents by charset.
5807
5808 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5809
5810 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5811 (gnus-html-frame-width, gnus-blocked-images)
5812 * message.el (message-prune-recipient-rules): Add custom version.
5813 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5814
5815 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5816 functions.
5817
5818 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5819 gnus-process-get.
5820
5821 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
5822
5823 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5824 instead of lsub directly.
5825
5826 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5827
5828 * nnwarchive.el: Remove.
5829
5830 * gnus-soup.el: Remove.
5831
5832 * nnsoup.el: Remove.
5833
5834 * nnultimate.el: Remove.
5835
5836 * gnus-html.el (gnus-blocked-images): New variable.
5837
5838 * message.el (message-prune-recipients): New function.
5839 (message-prune-recipient-rules): New variable.
5840
5841 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5842 guess whether a long line is natural text or not.
5843
5844 * gnus-html.el (gnus-html-schedule-image-fetching):
5845 Use gnus-process-plist and friends for compatibility.
5846
5847 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5848
5849 * gnus-html.el: Require packages that define macros used in this file.
5850 (gnus-article-mouse-face): Declare to silence byte-compiler.
5851 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5852 process-get.
5853 (gnus-html-put-image): Use plist-get to avoid getf.
5854 (gnus-html-prefetch-images): Use with-current-buffer.
5855
5856 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5857
5858 * gnus-ems.el: Provide compatibility functions for
5859 gnus-set-process-plist.
5860
5861 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5862 * gnus.el (gnus-valid-select-methods)
5863 * message.el (message-send-mail-partially-limit)
5864 * mm-decode.el (mm-text-html-renderer)
5865 * mml.el (mml-insert-mime-headers-always)
5866 * smiley.el (smiley-regexp-alist): Bump custom version.
5867
5868 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5869
5870 * gnus-html.el: require mm-url.
5871 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5872 with the url to `url'.
5873 (gnus-html-wash-tags): Support cid: URLs/images.
5874
5875 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5876
5877 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5878 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5879 bindings, as they aren't useful at all. `w' is moved to `W w'.
5880
5881 * gnus-move.el: Remove file, since it doesn't really work.
5882
5883 * gnus-html.el (gnus-article-html): Tell w3m that the input is
5884 UTF-8. This seems to fix problems with some German web feeds.
5885
5886 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5887 at the top so that the proper colours are applied.
5888
5889 * gnus-art.el (gnus-article-view-part): Doc fix.
5890
5891 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5892 XEmacs-compatible.
5893 (gnus-html-put-image): Don't do images on non-graphic displays.
5894
5895 * nnslashdot.el: Remove this unused backend.
5896
5897 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5898 actions.
5899 (gnus-undo-register-1): Revert last change.
5900
5901 * gnus-group.el (gnus-group-completing-read): Protect against not
5902 having completion-styles bound.
5903
5904 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5905 make broken recipients happier.
5906
5907 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5908
5909 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5910 point parameter.
5911
5912 * gnus-group.el (gnus-group-completing-read): Add 'substring to
5913 completion-styles for group selection.
5914
5915 2009-02-04 Andreas Schwab <schwab@suse.de>
5916
5917 * gnus-score.el (gnus-score-string): Fix regex for matching extra
5918 headers and regexp-quote the match if necessary.
5919
5920 2009-03-24 Miles Bader <miles@gnu.org>
5921
5922 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5923 the blinking smiley.
5924
5925 2009-03-24 Simon Josefsson <simon@josefsson.org>
5926
5927 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5928 blink smiley.
5929
5930 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5931
5932 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5933 where the dribbel file lives exists.
5934
5935 * message.el (message-send-mail-partially-limit): Change the default to
5936 nil, since most people don't want this.
5937
5938 * mm-url.el (mm-url-decode-entities): Also decode entities like
5939 &#x3212.
5940
5941 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
5942
5943 * gnus-sum.el (gnus-summary-idna-message):
5944 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5945 Hyperlink urls in docstrings with URL `...'.
5946
5947 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
5948
5949 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5950 functions.
5951
5952 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5953
5954 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5955 say what the mouseover text should be.
5956
5957 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5958 version of the mm-w3m-safe-url-regexp variable to only download images
5959 in the groups where we want that to happen.
5960
5961 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5962
5963 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5964 easier debugging.
5965 (gnus-article-beginning-of-window): Add kludge to allow spacing past
5966 big pictures in the article buffer.
5967
5968 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5969 gnus-article-html.
5970 (mm-text-html-renderer): gnus-article-html needs curl in addition to
5971 w3m.
5972
5973 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5974
5975 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5976
5977 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5978 which doesn't exist.
5979
5980 * message.el (message-inhibit-ecomplete): New variable to allow some
5981 function to inhibit ecomplete address storage.
5982 (message-resend): Disable ecomplete message storage when resending
5983 messages.
5984
5985 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5986
5987 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
5988
5989 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5990 Save excursion while copying, moving, and deleting articles in order to
5991 prevent the cursor from jumping to unforeseen place.
5992
5993 2010-08-17 Glenn Morris <rgm@gnu.org>
5994
5995 * gnus-sync.el: Require gnus components whose functions are used.
5996
5997 * gnus-art.el (bookmark-make-record-function):
5998 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5999 Declare for compiler.
6000
6001 * mm-url.el (mml-compute-boundary): Autoload.
6002
6003 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
6004
6005 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6006
6007 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
6008
6009 Typo fix "hoo4a" -> "hook".
6010
6011 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6012
6013 2010-08-14 Glenn Morris <rgm@gnu.org>
6014
6015 * gnus-sync.el (gnus-sync): Fix defgroup version.
6016
6017 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
6018
6019 Doc fixes and keep unknown groups (ammended for nunion bug fix).
6020
6021 * gnus-sync.el: Fix docs.
6022 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6023 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6024
6025 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6026
6027 Optimizations for gnus-sync.el.
6028
6029 * gnus-sync.el: Add docs about gnus-sync-backend
6030 possibilities.
6031 (gnus-sync-save): Remove unnecessary message.
6032 (gnus-sync-read): Optimize and show what groups were skipped.
6033
6034 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6035
6036 Minor bug fixes for gnus-sync.el.
6037
6038 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6039 Don't read the sync on get-new-news.
6040
6041 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6042 quiet.
6043
6044 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6045 (fix typo).
6046
6047 2010-07-30 Lawrence Mitchell <wence@gmx.li>
6048
6049 Make saving and restoring of hidden threads work with overlays.
6050 Patch applied by Ted Zlatanov.
6051
6052 * gnus-sum.el (gnus-hidden-threads-configuration)
6053 (gnus-restore-hidden-threads-configuration): Update to deal with text
6054 properties, rather than searching for a magic character.
6055
6056 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6057
6058 New gnus-sync.el library for synchronization of marks.
6059
6060 * gnus-sync.el: New library for synchronization of marks.
6061
6062 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6063 renamed from `gnus-registry-grep-in-list'.
6064
6065 * gnus-registry.el (gnus-registry-follow-group-p):
6066 Use `gnus-grep-in-list'.
6067
6068 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6069
6070 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6071
6072 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6073 determining charset of text fails.
6074
6075 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6076
6077 * nnmail.el (nnmail-get-new-mail-1): Revert.
6078
6079 * nnml.el (nnml-active-number): Make sure names of newly created groups
6080 in nnml-group-alist are encoded.
6081
6082 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6083
6084 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6085 containing non-ASCII characters in active file for nnml back end.
6086
6087 2010-07-24 David Engster <dengste@eml.cc>
6088
6089 * mml-smime.el (mml-smime-epg-verify): Also accept the older
6090 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6091
6092 2010-07-21 Daiki Ueno <ueno@unixuser.org>
6093
6094 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6095 tag (Bug#6654).
6096
6097 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6098
6099 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6100 the article buffer, not the summary buffer.
6101
6102 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6103
6104 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6105 Emacs 23 as well.
6106
6107 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6108
6109 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6110 Patch applied by Karl Fogel.
6111
6112 * gnus-sum.el (gnus-summary-bookmark-make-record):
6113 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6114
6115 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6116
6117 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6118 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
6119 C-w still not working correctly from Article buffers; Thierry's
6120 patch to fix that will be applied after this.
6121
6122 * gnus-art.el (bookmark-make-record-function): New local variable.
6123
6124 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6125 article buffer.
6126 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6127
6128 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6129
6130 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6131 on changes in bookmark.el.
6132
6133 2010-06-22 Mark A. Hershberger <mah@everybody.org>
6134
6135 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6136 the *other* type of HTML form submission.
6137
6138 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
6139
6140 * auth-source.el (auth-source-pick): If choice does not contain a
6141 questioned keyword, set the check to t.
6142
6143 2010-06-12 Romain Francoise <romain@orebokech.com>
6144
6145 * gnus-util.el (gnus-date-get-time): Move up before first use.
6146
6147 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
6148
6149 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6150 (gnus-article-edit-part): Bind it to make last part that is substituted
6151 or deleted visible.
6152 (gnus-mime-display-single): Buttonize part of which id equals to
6153 gnus-mime-buttonized-part-id.
6154
6155 2010-06-10 Dan Christensen <jdc@uwo.ca>
6156
6157 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6158 (gnus-dd-mmm): Use gnus-date-get-time.
6159 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6160 simplify logic.
6161 (gnus-summary-limit-to-age): Use gnus-date-get-time.
6162 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6163
6164 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
6165
6166 * auth-source.el (top): Autoload `secrets-list-collections',
6167 `secrets-create-item', `secrets-delete-item'.
6168 (auth-sources): Fix tag string.
6169 (auth-get-source, auth-source-retrieve, auth-source-create)
6170 (auth-source-delete): New defuns.
6171 (auth-source-pick): Rewrite in order to avoid 2 passes.
6172 (auth-source-forget-user-or-password): New parameter USERNAME.
6173 (auth-source-user-or-password): New parameters CREATE-MISSING and
6174 DELETE-EXISTING. Retrieve password interactively, if needed.
6175
6176 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6177
6178 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6179 deleting unused directories when gnus-expert-user is t.
6180
6181 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
6182
6183 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6184 for each temp file when gnus-article-browse-delete-temp is ask.
6185
6186 2010-05-20 Kevin Ryde <user42@zip.com.au>
6187
6188 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
6189
6190 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
6191
6192 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6193 article unless decoding article to be saved.
6194
6195 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6196
6197 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6198 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6199 generated within the mm-with-unibyte-current-buffer macro.
6200
6201 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6202
6203 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6204 to nil when we're in a mml-preview buffer and no group is selected.
6205
6206 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
6207
6208 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6209 when catching the `C-g'. Reported by "Leo".
6210
6211 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6212
6213 * message.el (message-forward-make-body-plain)
6214 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6215 multibyte-string-p.
6216
6217 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6218
6219 * message.el (message-forward-make-body-mml): Assume original message
6220 is multibyte string; error on unibyte.
6221 (message-forward-make-body-plain): Ditto; don't add excessive newline
6222 in body end.
6223
6224 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
6225
6226 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6227 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
6228
6229 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
6230
6231 * mm-extern.el (mm-extern-url): Don't use
6232 mm-with-unibyte-current-buffer.
6233 (mm-extern-cache-contents): Use with-current-buffer instead of
6234 save-excursion + set-buffer.
6235
6236 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6237
6238 * mm-util.el (mm-emacs-mule): Remove.
6239
6240 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
6241
6242 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6243 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6244 change.
6245
6246 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6247
6248 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6249 bind the default value of enable-multibyte-characters to nil.
6250
6251 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6252
6253 * message.el (message-forward-make-body-plain)
6254 (message-forward-make-body-mml):
6255 Don't use mm-with-unibyte-current-buffer.
6256
6257 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
6258
6259 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6260 (Bug#5592).
6261
6262 2010-05-07 Julien Danjou <julien@danjou.info>
6263
6264 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6265 it to mm-pipe-part.
6266
6267 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6268 it is given.
6269
6270 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
6271
6272 * nnweb.el (nnweb-gmane-search)
6273 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6274 XEmacs.
6275
6276 * gnus-art.el (gnus-article-browse-html-parts)
6277 * gnus-group.el (gnus-read-ephemeral-gmane-group)
6278 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6279 make-temp-file.
6280
6281 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6282 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6283 compiling.
6284
6285 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6286 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6287 XEmacs when compiling.
6288
6289 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6290 gnus-pick-mode-off-hook for XEmacs when compiling.
6291 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6292 gnus-binary-mode-off-hook for XEmacs when compiling.
6293
6294 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6295 Return nil if char-charset is not available.
6296
6297 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6298 macro.
6299
6300 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6301 instead of encode-coding-string.
6302
6303 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6304 'xemacs) instead of mm-emacs-mule to switch function definitions.
6305 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6306
6307 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
6308
6309 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6310
6311 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
6312
6313 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6314 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6315
6316 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
6317
6318 * mm-util.el (mm-decompress-buffer): Use `delete-file';
6319 alias `jka-compr-delete-temp-file' no longer exists.
6320
6321 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6322
6323 Use define-minor-mode in Gnus where applicable.
6324 * mml.el (mml-mode): Use define-minor-mode.
6325 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6326 (gnus-undo-mode): Use define-minor-mode.
6327 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6328 (gnus-dead-summary-mode): Use define-minor-mode.
6329 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6330 Initialize in declaration.
6331 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6332 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6333 (gnus-mailing-list-mode): Use define-minor-mode.
6334 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6335 (gnus-draft-mode): Use define-minor-mode.
6336 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6337 (gnus-dired-mode): Use define-minor-mode.
6338
6339 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
6340
6341 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6342 handles on recursive mml-to-mime translation and check them for
6343 boundary delimiter collisions. Reported by Greg Troxel.
6344
6345 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6346
6347 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6348
6349 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6350
6351 * mm-util.el (mm-find-buffer-file-coding-system):
6352 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6353
6354 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
6355
6356 * message.el (message-generate-headers): Record insertion of optional
6357 headers as well. Otherwise the check to prevent repeated insertion of
6358 optional headers is a no-op.
6359
6360 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
6361
6362 * smime.el: Don't mention CVS.
6363
6364 * nnrss.el (nnrss-fetch): Don't mention CVS.
6365
6366 * nnir.el: Don't mention CVS.
6367
6368 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6369
6370 * gnus-sum.el (gnus-summary-bookmark-make-record):
6371 Add `location' field.
6372
6373 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6374
6375 * gnus-sum.el: Add bookmark declarations to silence the compiler.
6376 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6377 Use with-current-buffer to silence the byte-compiler.
6378 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6379 bother to require `gnus'.
6380 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
6381
6382 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6383
6384 * gnus-sum.el (gnus-summary-bookmark-make-record)
6385 (gnus-summary-bookmark-jump): New functions.
6386 (gnus-summary-mode): Setup bookmark support.
6387
6388 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
6389
6390 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6391 if set.
6392
6393 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6394
6395 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6396 gnus-article-browse-html-save-cid-image; make it work recursively for
6397 forwarded messages as well.
6398 (gnus-article-browse-html-parts): Work when prefix arg is given.
6399 (gnus-article-browse-html-article): Doc fix.
6400
6401 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
6402
6403 * message.el (message-default-mail-headers):
6404 (message-default-headers): Carry the value mail-default-headers over
6405 into message-default-mail-headers, rather than message-default-headers.
6406
6407 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
6408
6409 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6410 charset.
6411
6412 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6413 charset into the <meta> tag when the article is encoded to utf-8.
6414
6415 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
6416
6417 * gnus-art.el (gnus-article-browse-delete-temp-files):
6418 Delete directories as well.
6419 (gnus-article-browse-html-parts): Work for images that do not specify
6420 file names; delete temp directory when quitting; insert header at the
6421 right place; use file: scheme for image files.
6422
6423 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
6424
6425 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6426 (gnus-article-browse-html-parts): Use it to make temporary cid image
6427 files in addition to html file so that browser may display them.
6428
6429 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
6430
6431 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6432
6433 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6434
6435 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6436
6437 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
6438
6439 * auth-source.el (auth-sources): Change default to be simpler.
6440 Explain about Secret Service API sources. Improve Customize options.
6441 (auth-source-pick): Change to accept any number of search parameters.
6442 Implement fallbacks iteratively, not recursively. Add scoring on the
6443 second pass and sort by score. Call Secret Service API when needed.
6444 (auth-source-user-or-password): Use it. Call Secret Service API
6445 directly when needed to get the user name and the password.
6446
6447 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6448
6449 * message.el (message-interactive): Doc fix.
6450 (message-qmail-inject-args): Reflow.
6451 (message-kill-to-signature): Fix typo in docstring.
6452
6453 * smiley.el (smiley-buffer): Fix typo in docstring.
6454
6455 2010-03-24 Glenn Morris <rgm@gnu.org>
6456
6457 * mail-source.el (gnus-message): Declare.
6458 (mail-source-delete-old-incoming): Require gnus-util.
6459
6460 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
6461
6462 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6463
6464 * message.el (ecomplete-setup): Autoload it for Emacs <23.
6465
6466 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6467 password-cache's default if it is not bound.
6468 (mml-secure-passphrase-cache-expiry): Default to 16 that is
6469 password-cache-expiry's default if it is not bound.
6470
6471 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6472 available in Emacs 21.
6473
6474 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
6475
6476 * auth-source.el (auth-sources): Fix up definition so extra parameters
6477 are always inline.
6478
6479 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
6480
6481 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6482 wasn't updated after mismatch. Clear cached mailbox info correctly
6483 when uidvalidity changes.
6484 (nnimap-group-prefixed-name): New function to avoid some code
6485 duplication.
6486 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6487 (nnimap-request-group): Use it.
6488 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6489 (nnimap-update-unseen): Significantly improved speed of Gnus startup
6490 with many imap folders. This is done by caching the group status from
6491 the imap server persistently in a group parameter `imap-status'. (This
6492 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6493 but not persistently, so every Gnus startup was still very slow.)
6494
6495 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6496
6497 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
6498 secrets.el dependency.
6499 (auth-sources): Add optional user name. Add secrets.el configuration
6500 choice (unused right now).
6501
6502 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6503
6504 * gnus-sum.el (gnus-summary-make-menu-bar):
6505 Let `gnus-registry-install-shortcuts' fill in the functions.
6506
6507 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6508 warnings.
6509 (gnus-registry-misc-menus): Variable to hold registry mark menus.
6510 (gnus-registry-install-shortcuts): Populate and use it in a
6511 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6512
6513 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
6514
6515 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6516 In-place substitutions for the group name encoding/decoding.
6517 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6518 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6519 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6520 (nnimap-update-unseen, nnimap-request-list)
6521 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6522 (nnimap-request-set-mark, nnimap-split-to-groups)
6523 (nnimap-split-articles, nnimap-request-newgroups)
6524 (nnimap-request-create-group, nnimap-request-accept-article)
6525 (nnimap-request-delete-group, nnimap-request-rename-group)
6526 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
6527 `encoded-mbx' for consistency.
6528 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6529 variable `imap-current-mailbox'.
6530
6531 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6532 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6533
6534 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
6535
6536 * pop3.el (pop3-display-message-size-flag): Display message size byte
6537 counts during POP3 download.
6538 (pop3-movemail): Use it.
6539 (pop3-list): Implement listing of available messages.
6540
6541 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
6542
6543 * nnir.el (nnir-get-article-nov-override-function): New function to
6544 override the normal NOV retrieval.
6545 (nnir-retrieve-headers): Use it.
6546
6547 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
6548
6549 * auth-source.el (netrc-machine-user-or-password): Autoload.
6550
6551 2010-03-19 Glenn Morris <rgm@gnu.org>
6552
6553 Stop message.el from loading about 40 libraries it doesn't always need.
6554 The general approach is to autoload rather than require, and to
6555 require in the specific functions rather than the file. (Bug#5642)
6556
6557 * gmm-utils.el: Don't require wid-edit.
6558 (widget-create-child-value, widget-convert, widget-default-get):
6559 Autoload.
6560
6561 * gnus-util.el: Don't require time-date, netrc.
6562 (message-fetch-field, gnus-group-name-decode): Declare rather than
6563 autoloading.
6564 (gnus-fetch-field): Require message.
6565 (gnus-decode-newsgroups): Require gnus-group.
6566
6567 * ietf-drums.el: Don't require time-date.
6568
6569 * message.el: Don't require hashcash, canlock, ecomplete.
6570 Do require mail-utils. Require nnheader only when compiling.
6571 (smtpmail-default-smtp-server): Remove declaration.
6572 (message-send-mail-function): Check smtpmail-default-smtp-server
6573 is bound rather than requiring smtpmail.
6574 (message-auto-save-directory, message-insert-signature):
6575 Use expand-file-name rather than nnheader-concat.
6576 (nnheader-insert-file-contents): Autoload.
6577 (hashcash-wait-async): Declare.
6578 (message-send-mail): Only call gnus-setup-posting-charset if
6579 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
6580 (message-send-mail-with-sendmail): Require sendmail.
6581 (canlock-password, canlock-password-for-verify): Declare.
6582 (message-canlock-password): Require canlock.
6583 (nnheader-get-report): Autoload.
6584 (gnus-setup-posting-charset): Declare.
6585 (message-send-news): Require gnus-msg.
6586 (message-make-references, message-make-in-reply-to): Use mail-header-id
6587 rather than the alias mail-header-message-id.
6588 (ecomplete-add-item, ecomplete-save): Declare.
6589 (message-put-addresses-in-ecomplete): Require ecomplete.
6590 (ecomplete-display-matches): Autoload.
6591
6592 * mm-decode.el: Don't require mailcap, gnus-util.
6593 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6594 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6595 Autoload.
6596 (mailcap-mime-extensions): Declare.
6597
6598 * mm-encode.el: Don't require mailcap.
6599 (mailcap-extension-to-mime): Autoload.
6600
6601 * mml-sec.el: Don't require password-cache.
6602
6603 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6604 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6605 (mml-minibuffer-read-type): Require mailcap.
6606 (mml-preview): Require gnus-msg.
6607
6608 * mml1991.el: Require password-cache.
6609 (password-cache-expiry): Remove declaration.
6610
6611 * mml2015.el: Require password-cache.
6612 (password-cache-expiry): Remove declaration.
6613
6614 * nneething.el (mailcap): Require mailcap.
6615
6616 * nnheader.el (declare-function): Add compatibility stub.
6617 (message-remove-header): Declare rather than autoload.
6618 (nnheader-replace-header): Require message.
6619
6620 * nnimap.el (declare-function): Add compatibility stub.
6621 (netrc-parse, netrc-machine-user-or-password): Declare.
6622 (nnimap-open-connection): Require netrc.
6623
6624 * nntp.el (declare-function): Add compatibility stub.
6625 (netrc-parse, netrc-machine, netrc-get): Declare.
6626 (nntp-send-authinfo): Require netrc.
6627
6628 * rfc2047.el: Don't require qp.
6629 (quoted-printable-encode-region, quoted-printable-decode-string):
6630 Autoload.
6631
6632 * sieve-mode.el: Don't require easymenu.
6633 (easy-menu-add-item): Autoload it.
6634
6635 * spam-stat.el (time-to-number-of-days): Autoload it.
6636
6637 2010-03-17 Kevin Ryde <user42@zip.com.au>
6638
6639 * mml.el (mml-read-tag): Unquote values with `read' to reverse
6640 prin1 in mml-insert-tag (just stripping the quotes gave wrong
6641 value if any backslash escapes).
6642
6643 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6644
6645 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6646 if it is available. (bug#5647)
6647
6648 2010-02-26 Glenn Morris <rgm@gnu.org>
6649
6650 * message.el (message-send-mail-function): Change the default, so that
6651 it inherits from a customized send-mail-function. (Bug#5643)
6652
6653 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6654
6655 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6656 shell-command-to-string signals an error (bug#5299).
6657
6658 2010-02-24 Glenn Morris <rgm@gnu.org>
6659
6660 * message.el (message-smtpmail-send-it)
6661 (message-send-mail-with-mailclient): Doc fixes.
6662
6663 2010-02-16 Glenn Morris <rgm@gnu.org>
6664
6665 * message.el (message-default-mail-headers): Change the default value
6666 to ease the transition from mail-mode to message-mode. (Bug#5555)
6667
6668 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
6669
6670 * message.el (message-mail): Just pass yank-action on to message-setup.
6671 (message-setup): Handle (FUN . ARGS) form of yank-action.
6672 (message-with-reply-buffer, message-widen-reply)
6673 (message-yank-original): Handle non-buffer values of
6674 message-reply-buffer (Bug#4080).
6675 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6676
6677 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
6678
6679 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6680 Fix typo in docstring.
6681
6682 2010-01-08 Jason Rumney <jasonr@gnu.org>
6683
6684 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6685 response.
6686
6687 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6688
6689 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6690
6691 * message.el (message-check-news-header-syntax): Protect against a
6692 string that `rfc822-addresses' returns when parsing fails.
6693
6694 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6695
6696 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6697 (gnus-previous-char-property-change): New functions.
6698
6699 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6700
6701 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
6702
6703 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6704 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
6705
6706 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
6707
6708 * message.el (message-exchange-point-and-mark): Rework last change to
6709 avoid using optional arg of exchange-point-and-mark, for backward
6710 compatibility.
6711
6712 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
6713
6714 * message.el (message-exchange-point-and-mark):
6715 Call exchange-point-and-mark with an argument rather than setting
6716 mark-active by hand (Bug#5175).
6717
6718 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
6719
6720 * nntp.el (nntp-service-to-port): Work for service expressed with
6721 numeric string; replace [:digit:] with [0-9] for XEmacs.
6722
6723 2009-12-17 Glenn Morris <rgm@gnu.org>
6724
6725 * gnus-group.el (gnus-bug-group-download-format-alist):
6726 Change emacs entry to debbugs.gnu.org. Bump :version.
6727
6728 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6729
6730 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6731
6732 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6733
6734 * message.el (message-info): Explain why we use `Info-goto-node'.
6735
6736 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6737
6738 * message.el (message-completion-in-region): New compatibility function.
6739 (message-expand-group): Use it.
6740
6741 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
6742
6743 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6744 with no unread article should be listed if the 2nd arg `predicate' is
6745 given.
6746
6747 2009-11-29 Juri Linkov <juri@jurta.org>
6748
6749 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6750 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
6751 on `gnus-recenter'. (Bug#4698, Bug#4981)
6752
6753 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6754
6755 * message.el (message-from-style, message-interactive)
6756 (message-signature): Always set default values from the corresponding
6757 mail-* variables.
6758 (message-cite-prefix-regexp, message-sendmail-envelope-from)
6759 (message-yank-prefix, message-indentation-spaces)
6760 (message-signature-file, message-default-headers): Use boundp rather
6761 than (featurep 'xemacs) to check if the corresponding mail-* variables
6762 exist.
6763
6764 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
6765
6766 * message.el (message-send-mail-with-sendmail): Revert last change.
6767
6768 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
6769
6770 * message.el (message-from-style, message-interactive)
6771 (message-cite-prefix-regexp, message-sendmail-envelope-from)
6772 (message-yank-prefix, message-indentation-spaces, message-signature)
6773 (message-signature-file, message-default-headers): For GNU Emacs, set
6774 default values from the corresponding mail-* variables.
6775 (message-send-mail-with-sendmail): Use envelope-from only if
6776 mail-specify-envelope-from is non-nil.
6777
6778 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6779
6780 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6781 containing tspecial characters if they have been already quoted.
6782
6783 2009-10-24 Glenn Morris <rgm@gnu.org>
6784
6785 * gnus-art.el (help-xref-stack-item): Define for compiler.
6786
6787 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6788
6789 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6790
6791 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6792
6793 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6794 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6795
6796 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
6797
6798 * gnus.el (gnus-overlay-get): New alias to overlay-get.
6799 (gnus-overlays-in): New alias to overlays-in.
6800
6801 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6802 gnus-overlay-get, and gnus-delete-overlay.
6803 (gnus-summary-show-thread): Make it work as well for systems in which
6804 next-single-char-property-change is not available.
6805 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6806
6807 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
6808
6809 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6810
6811 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6812
6813 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6814 and XEmacs that don't have `remove-overlays'.
6815
6816 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6817
6818 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6819 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6820 selective display. Use overlays instead.
6821
6822 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6823
6824 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6825
6826 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6827
6828 * spam-stat.el (spam-stat-load): Fix typo in message.
6829
6830 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
6831
6832 * gnus-art.el (gnus-article-encrypt-body):
6833 * message.el (message-check-recipients):
6834 * mm-util.el (mm-codepage-setup):
6835 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6836 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6837
6838 2009-09-22 Daiki Ueno <ueno@unixuser.org>
6839
6840 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6841 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6842 keys from the menu if mm-{sign,encrypt}-option is 'guided.
6843 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6844 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6845
6846 2009-09-18 Glenn Morris <rgm@gnu.org>
6847
6848 * gnus-diary.el (gnus-diary-check-message):
6849 * message.el (message-insert-formatted-citation-line):
6850 * nnbabyl.el (top-level):
6851 * nndiary.el (nndiary-schedule):
6852 Fix typos in condition-case handlers.
6853
6854 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
6855
6856 * gnus-art.el (gnus-article-edit-part): Work for the buffer
6857 configuration that provides the sole article window in a frame;
6858 position point correctly after deleting a part.
6859
6860 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
6861
6862 * spam.el (spam-unregister-on-reregister): Add boolean variable.
6863 (spam-resolve-registrations-routine): Use it to unregister articles
6864 that change status.
6865
6866 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6867
6868 * nnrss.el (nnrss-request-article): Remove binding of
6869 default-enable-multibyte-characters that has gotten needless by
6870 the 2007-07-13 change in rfc2047-encode-message-header.
6871
6872 * mml.el (mml-insert-multipart): Error on the message header.
6873 (mml-insert-part): Error on the message header; position point at
6874 the end of a MIME tag.
6875
6876 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6877
6878 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6879 (gnus-float-time): Alias to float-time if it exists.
6880
6881 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6882 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6883 float-time is available; suppress compile warning for time-to-seconds.
6884
6885 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6886
6887 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6888 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6889 Add the optional argument `encoding' that overrides the default.
6890
6891 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6892 mm-encode-buffer.
6893
6894 2009-09-04 Glenn Morris <rgm@gnu.org>
6895
6896 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6897 mm-disable-multibyte, rather than default-enable-multibyte-characters.
6898 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6899 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6900 * mm-util.el (mm-with-unibyte-current-buffer)
6901 (mm-find-buffer-file-coding-system):
6902 * yenc.el (yenc-decode-region): Use default-value rather than
6903 default-enable-multibyte-characters.
6904
6905 2009-09-03 Glenn Morris <rgm@gnu.org>
6906
6907 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6908 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6909 than default-enable-multibyte-characters.
6910
6911 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
6912
6913 * gnus-art.el (gnus-article-read-summary-keys):
6914 Fix gnus-buffer-configuration's value temporarily used.
6915
6916 2009-09-02 Glenn Morris <rgm@gnu.org>
6917
6918 * gnus-util.el (gnus-float-time): New function.
6919 * gnus-delay.el (gnus-delay-article):
6920 * gnus-sum.el (gnus-thread-latest-date):
6921 * gnus-util.el (gnus-user-date): Use gnus-float-time.
6922 * nnspool.el (nnspool-request-newgroups):
6923 Use gnus-float-time rather than time-to-seconds.
6924 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6925
6926 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6927 (gnus-header-subject-face, gnus-header-newsgroups-face)
6928 (gnus-header-name-face, gnus-header-content-face):
6929 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6930 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6931 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6932 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6933 (gnus-cite-face-11):
6934 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6935 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6936 (gnus-server-closed-face, gnus-server-denied-face)
6937 (gnus-server-offline-face):
6938 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6939 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6940 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6941 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6942 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6943 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6944 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6945 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6946 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6947 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6948 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6949 (gnus-summary-selected-face, gnus-summary-cancelled-face)
6950 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6951 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6952 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6953 (gnus-summary-high-undownloaded-face)
6954 (gnus-summary-low-undownloaded-face)
6955 (gnus-summary-normal-undownloaded-face)
6956 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6957 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6958 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6959 (gnus-splash-face):
6960 * message.el (message-header-to-face, message-header-cc-face)
6961 (message-header-subject-face, message-header-newsgroups-face)
6962 (message-header-other-face, message-header-name-face)
6963 (message-header-xheader-face, message-separator-face)
6964 (message-cited-text-face, message-mml-face):
6965 * sieve-mode.el (sieve-control-commands-face)
6966 (sieve-action-commands-face, sieve-test-commands-face)
6967 (sieve-tagged-arguments-face):
6968 * spam.el (spam-face):
6969 Mark face aliases with "-face" in the name as obsolete.
6970
6971 2009-09-01 Glenn Morris <rgm@gnu.org>
6972
6973 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6974 than goto-line.
6975
6976 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6977
6978 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6979 Don't move point if the command is invoked inside the message header.
6980
6981 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6982
6983 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6984 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6985 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6986 * nnir.el (nnir-swish-e-index-file):
6987 * gnus-sum.el (gnus-summary-delete-marked-as-read)
6988 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6989 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6990 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6991 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6992 (gnus-treat-display-xface): Add Emacs version of obsolescence.
6993
6994 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
6995
6996 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6997 Don't save excursion.
6998
6999 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7000
7001 * nnheader.el (nnheader-find-file-noselect):
7002 * mm-util.el (mm-insert-file-contents):
7003 Use (default-value 'major-mode) instead of default-major-mode.
7004
7005 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7006
7007 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7008
7009 2009-08-25 Glenn Morris <rgm@gnu.org>
7010
7011 * nnir.el (top-level): Don't require cl at run-time.
7012 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7013 Replace cl-function substitute with gnus-replace-in-string.
7014 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7015 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7016 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7017 simplified expansions.
7018
7019 2009-08-22 Glenn Morris <rgm@gnu.org>
7020
7021 * gnus-art.el (gnus-button-patch): Use forward-line rather than
7022 goto-line.
7023
7024 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
7025
7026 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7027
7028 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7029 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7030 (gnus-mm-display-part, gnus-mime-display-single)
7031 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7032 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7033
7034 * gnus-sum.el
7035 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7036 (gnus-summary-move-article): Add expirable mark to articles copied or
7037 moved to group that has auto-expire turned on if the option is non-nil.
7038
7039 2009-07-24 Glenn Morris <rgm@gnu.org>
7040
7041 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7042 Fix typo. (Bug#3903)
7043
7044 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
7045
7046 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7047 gnus-article-read-summary-keys rather than gnus-summary-edit-article
7048 that should not be used for draft articles.
7049 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7050 that has no concern in minor mode keys.
7051 (gnus-article-summary-command, gnus-article-summary-command-nosave):
7052 Abolish.
7053
7054 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7055
7056 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7057 article without making inquiry to a user for unknown encoding.
7058
7059 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7060 (nnmaildir--scan): Assume i-node and device number that file-attributes
7061 returns might be cons-cell.
7062
7063 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
7064
7065 * auth-source.el: Remove docs now in auth.texi. Don't use
7066 `gnus-message' for logging. Add new variables `auth-source-debug' and
7067 `auth-source-hide-passwords' and use them.
7068
7069 2009-07-15 Glenn Morris <rgm@gnu.org>
7070
7071 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7072
7073 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7074
7075 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7076 excessive whitespace from the default values of title and description.
7077
7078 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7079
7080 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7081 mail-fetch-field to fetch Content-Description header in order to
7082 exclude newlines.
7083
7084 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
7085
7086 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7087 to deleted part.
7088
7089 2009-05-30 David Engster <dengste@eml.cc>
7090
7091 * nnmairix.el: Remove old documentation in the commentary block.
7092 (nnmairix-request-group): Do not update active file for nnml back ends.
7093 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7094 end so that overview files are ignored.
7095 (nnmairix-update-groups): Make updating the groups more robust by using
7096 marks.
7097 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7098 with dollar characters in message-id.
7099
7100 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
7101
7102 * spam.el: Use dns-query instead of query-dns. Was renamed on
7103 2008-12-25 in dns.el.
7104
7105 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7106
7107 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7108 could happen if the text is only composed of spaces and/or tabs.
7109
7110 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
7111
7112 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7113 when sending a queued message to avoid extra mml tags.
7114
7115 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7116
7117 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7118
7119 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
7120
7121 * gnus-dired.el: Remove autoload for gnus-setup-message.
7122 (gnus-dired-attach): Fake this-command value to prevent Gnus from
7123 displaying Gnus logo; always use compose-mail.
7124
7125 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7126
7127 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7128
7129 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
7130
7131 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7132 (gnus-nocem-issuers): List currently active issuers; fix custom type.
7133 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7134 available.
7135 (gnus-nocem-epg-verify): New function.
7136
7137 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
7138
7139 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7140
7141 2009-02-15 Glenn Morris <rgm@gnu.org>
7142
7143 * gnus-util.el (rmail-insert-rmail-file-header)
7144 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7145 autoloads.
7146 (rmail-default-rmail-file): Remove unnecessary declaration.
7147 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7148
7149 2009-02-14 Glenn Morris <rgm@gnu.org>
7150
7151 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7152 variable (only used in gnus-util, which declares it anyway).
7153 (rmail-output-to-rmail-file): Remove autoload of deleted function,
7154 which was only needed by gnus-art (changed to not use it any more).
7155 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7156 only used in gnus-util, which autoloads it itself.
7157 (rmail-update-summary): Fix autoload.
7158
7159 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7160 rather than rmail-output-to-rmail-file.
7161
7162 2009-02-07 Glenn Morris <rgm@gnu.org>
7163
7164 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7165 autoload of function that no longer exists.
7166 (rmail-toggle-header): Declare.
7167 (message-forward-rmail-make-body): Handle mbox Rmail.
7168
7169 2009-01-31 Glenn Morris <rgm@gnu.org>
7170
7171 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7172 2009-01-09 change.
7173
7174 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
7175
7176 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7177 (auth-source-forget-all-cached): New convenience function.
7178 (auth-source-user-or-password): Accept list of modes or a single mode.
7179
7180 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7181 auth-source modes.
7182
7183 * nnimap.el (nnimap-open-connection): Use list of
7184 auth-source modes.
7185
7186 * nntp.el (nntp-send-authinfo): Use list of
7187 auth-source modes.
7188
7189 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7190
7191 * auth-source.el: Update docs to reflect epa-file-enable is to be used
7192 now.
7193
7194 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7195
7196 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7197 coding system in XEmacs; add a workaround for XEmacs.
7198
7199 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
7200
7201 * mm-util.el (mm-coding-system-priorities): Protect against nil value
7202 of current-language-environment.
7203
7204 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7205
7206 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7207 available at runtime.
7208
7209 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7210
7211 * gnus-art.el (article-date-ut): Fix end point of narrowing.
7212
7213 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
7214
7215 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7216 the greatest positive fixnum value doesn't work under an XEmacs with
7217 bignum support; use the most-positive-fixnum constant instead,
7218 available since Emacs 21.1 with cl and XEmacs 21.1.
7219
7220 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7221
7222 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7223 XEmacs gets not to work.
7224
7225 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7226
7227 * mm-util.el (mm-coding-system-priorities): Allow the value like
7228 "Japanese (UTF-8)" of current-language-environment.
7229
7230 2009-01-09 Glenn Morris <rgm@gnu.org>
7231
7232 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7233 with last-command-event.
7234
7235 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
7236
7237 * message.el (message-fix-before-sending): Amend comment.
7238
7239 2009-01-07 David Engster <dengste@eml.cc>
7240
7241 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7242 simplified server definitions by converting it via
7243 gnus-server-to-method.
7244
7245 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7246
7247 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7248 parameter's operands.
7249
7250 2009-01-06 David Engster <dengste@eml.cc>
7251
7252 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7253 primary select method (for gnus-group-mark-article-as-read).
7254
7255 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
7256
7257 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7258 `(gnus)Face', not `(gnus)X-Face'.
7259
7260 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
7261
7262 * mm-util.el (mm-ucs-to-char): New function.
7263
7264 * mm-url.el (mm-url-decode-entities): Use it.
7265
7266 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7267
7268 * message.el (message-fix-before-sending): Add `eight-bit' to
7269 illegible-text check.
7270
7271 2009-01-03 Michael Olson <mwolson@gnu.org>
7272
7273 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7274 `headers' is nil. This can occur if the IMAP server does not have
7275 permissions to read messages from a folder, but can write new messages
7276 to the folder.
7277 (nnimap-request-article-part): Do not insert `data' if it is nil.
7278
7279 2009-01-01 Dave Love <fx@gnu.org>
7280
7281 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7282
7283 * nnimap.el: Fix author email.
7284 (nnimap-split-rule): Add FIXME comment.
7285 (nnimap-debug): Fix doc string.
7286
7287 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
7288
7289 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7290 overlay-arrow-position and overlay-arrow-string buffer-local; no need
7291 to check if those variables exist (first appeared in Emacs 18.50).
7292
7293 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
7294
7295 * mm-util.el (mm-line-number-at-pos): New function.
7296
7297 * spam-report.el (spam-report-process-queue): Use it.
7298
7299 2008-12-24 David Engster <dengste@eml.cc>
7300
7301 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7302 parameters that haven't existed as variables as buffer-local variables.
7303
7304 2008-12-23 Dave Love <fx@gnu.org>
7305
7306 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7307 cadar.
7308
7309 * sieve-manage.el (sieve-manage-starttls-p): Rename from
7310 imap-starttls-p.
7311 (sieve-manage-starttls-open): Rename from imap-starttls-open.
7312
7313 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
7314
7315 * spam-report.el (spam-report-gmane-max-requests): New constant.
7316 (spam-report-gmane-wait): New variable.
7317 (spam-report-gmane-ham, spam-report-gmane-spam)
7318 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7319 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7320 the server.
7321
7322 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7323 Add explanations.
7324
7325 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7326 nnheader-accept-process-output and nnheader-read-timeout if available.
7327 (pop3-movemail): Use it.
7328
7329 * message.el (message-check-news-body-syntax): Fix signature check if
7330 there's an attachment.
7331
7332 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7333
7334 * mm-util.el: Add comments to the mm- emulating functions.
7335
7336 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
7337
7338 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7339 Reported by Stephen Berman <stephen.berman@gmx.net>.
7340
7341 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7342
7343 * mm-util.el (mm-substring-no-properties): New function.
7344 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7345 (mm-special-display-p): Enable those lambda forms to be byte compiled.
7346 (mm-string-to-multibyte): Doc fix.
7347
7348 * mml.el (mml-attach-file): Use mm-substring-no-properties.
7349
7350 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7351
7352 * mml.el (mml-attach-file): Strip text properties from file name.
7353 (Bug#1574)
7354
7355 2008-12-16 Glenn Morris <rgm@gnu.org>
7356
7357 * mm-util.el (mm-charset-override-alist): Declare for compiler.
7358
7359 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7360
7361 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7362 knows since the charset specified might be a bogus alias that
7363 mm-charset-synonym-alist provides.
7364
7365 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7366
7367 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7368 "ISO_8859-1".
7369
7370 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7371
7372 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7373
7374 * mm-util.el (mm-charset-eval-alist):
7375 Define it before mm-charset-to-coding-system.
7376 (mm-charset-to-coding-system): Add optional argument `silent';
7377 define it before mm-charset-override-alist.
7378 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7379 default value if it can be used in Emacs currently running;
7380 silence mm-charset-to-coding-system.
7381
7382 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7383
7384 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7385 `allow-override' which says whether to use `mm-charset-override-alist'.
7386 (rfc2047-decode-encoded-words): Use it.
7387
7388 * mm-util.el (mm-charset-override-alist): Fix custom type;
7389 add `(gb2312 . gbk)' to choices.
7390
7391 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7392
7393 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7394 fast.
7395
7396 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7397
7398 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
7399
7400 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7401 on links.
7402
7403 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7404
7405 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7406
7407 * message.el (message-idna-to-ascii-rhs-1): Protect against local
7408 users' addresses that don't have domain parts.
7409 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7410 rather than message-narrow-to-head since there will be the message
7411 header separator.
7412
7413 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7414
7415 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7416 since the result is inserted in a unibyte buffer anyway.
7417 (nnimap-demule-use-string-to-multibyte): Remove.
7418 (nnimap-demule): Alias it to mm-string-to-multibyte.
7419
7420 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7421
7422 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7423 variable for debugging bug#464 and bug#1174.
7424 (nnimap-demule): Use it.
7425
7426 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7427
7428 * gnus-score.el (gnus-score-find-trace): Handle default score in total
7429 score calculation correctly.
7430
7431 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 * message.el (message-send-mail): Just set the buffer to unibyte
7434 rather than use mm-with-unibyte-current-buffer which does a lot more.
7435 (message-send-mail-partially): Don't bother with
7436 mm-with-unibyte-current-buffer since it's already been made unibyte by
7437 message-send-mail.
7438
7439 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
7440
7441 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7442
7443 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
7444
7445 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7446
7447 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7448
7449 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7450 require itself and to remove `with-no-warnings'.
7451
7452 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
7453
7454 * starttls.el (starttls-any-program-available): Get the name of the
7455 available TLS layer program.
7456 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7457 well as the host name in the "opening" message.
7458
7459 * auth-source.el (auth-source-cache, auth-source-do-cache)
7460 (auth-source-user-or-password): Cache passwords and logins by default,
7461 allow override with `auth-source-do-cache'.
7462 (auth-source-forget-user-or-password): Allow users to remove cache
7463 entries if needed.
7464
7465 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7466
7467 * ietf-drums.el (ietf-drums-remove-comments): Localize second
7468 condition-case to only the forward-sexp call.
7469
7470 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7471
7472 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7473 quotes contained. Make it more robust regardless by an extra
7474 condition-case wrapper.
7475
7476 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
7477
7478 * nnml.el (nnml-request-expire-articles): Check if the function set to
7479 `nnmail-expiry-target' returns the symbol `delete'.
7480
7481 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7482
7483 * nnmail.el (nnmail-expiry-target): Fix custom type.
7484
7485 2008-10-02 Glenn Morris <rgm@gnu.org>
7486
7487 * mm-util.el (mm-codepage-setup): Tweak codepage error.
7488 Silence compiler warning.
7489
7490 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
7491
7492 * mml.el (mml-menu): Don't assume mml2015 is bound.
7493
7494 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7495
7496 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7497 exists.
7498
7499 2008-09-27 Glenn Morris <rgm@gnu.org>
7500
7501 * gnus-util.el (mail-header-remove-comments): Autoload it.
7502
7503 2008-09-27 Andreas Schwab <schwab@suse.de>
7504
7505 * gnus-util.el (gnus-split-references): Strip comments.
7506 (gnus-parent-id): Likewise.
7507
7508 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
7509
7510 * message.el (message-confirm-send): Fix version.
7511
7512 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
7513
7514 * message.el (message-idna-to-ascii-rhs-1): Use
7515 mail-extract-address-components rather than mail-header-parse-addresses
7516 that is an alias by default to ietf-drums-parse-addresses that does not
7517 support non-ASCII names in headers' contents.
7518
7519 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7520
7521 * message.el (message-confirm-send): Fix variable documentation to
7522 avoid the "y/n" wording.
7523
7524 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
7525
7526 * message.el (message-set-auto-save-file-name): Save to a different
7527 filename so multiple messages (especially drafts) can be recovered.
7528
7529 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
7530
7531 * message.el (message-confirm-send): Add appropriate version.
7532
7533 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
7534
7535 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7536 defvar.
7537
7538 2008-09-22 Daiki Ueno <ueno@unixuser.org>
7539
7540 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7541 (mm-pkcs7-enveloped-magic): Ditto.
7542
7543 2008-09-17 Simon Josefsson <simon@josefsson.org>
7544
7545 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7546 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7547
7548 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
7549
7550 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7551 default, it's better.
7552
7553 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
7554
7555 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7556 summary line gnus-number property and ignore them (with a warning
7557 message).
7558
7559 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7560
7561 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7562 macro caddr in the interactive form since it won't be expanded.
7563
7564 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7565
7566 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7567 `charset'; fix name of function called recursively.
7568 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7569
7570 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7571
7572 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7573 (gnus-mime-set-charset-parameters): New function.
7574 (gnus-mime-view-part-as-charset): Use it to correctly display part
7575 specifying wrong charset.
7576
7577 2008-09-08 David Engster <dengste@eml.cc>
7578
7579 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7580 in completing-read for back end server.
7581
7582 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
7583
7584 * message.el (message-confirm-send): New variable to confirm sending a
7585 message.
7586 (message-send): Use it.
7587
7588 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
7589
7590 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7591
7592 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
7593
7594 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7595
7596 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
7597
7598 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7599 prevent tracking too many groups.
7600 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7601 Use it.
7602
7603 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
7604
7605 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7606 moving point to the bottom of the window in order to avoid recentering.
7607
7608 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
7609
7610 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7611 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7612 (gnus-article-beginning-of-window): Fix calculation.
7613
7614 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
7615
7616 * gnus-msg.el (gnus-summary-supersede-article)
7617 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7618 value of gnus-newsgroup-charset to decode non-MIME encoded text in
7619 message header.
7620
7621 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7622
7623 * message.el:
7624 * gnus-start.el:
7625 * gnus-registry.el: Remove VMS support.
7626
7627 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
7628
7629 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7630 macro.
7631 (rfc2104-hash): Use it.
7632
7633 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
7634
7635 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7636 (gnus-summary-sort-by-most-recent-date): New commands.
7637 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7638 and menu entries.
7639
7640 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7641
7642 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7643 don't redisplay article for raw contents; remove plural articles stuff.
7644
7645 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7646 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7647 on gnus-summary-save-article; display results properly.
7648
7649 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
7650
7651 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7652
7653 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
7654
7655 * gnus-art.el (gnus-summary-save-in-pipe):
7656 Consider gnus-save-all-headers.
7657
7658 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7659
7660 * gnus-util.el (ns-focus-frame): Remove declaration.
7661 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
7662 like x.
7663
7664 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7665
7666 * rfc2104.el (rfc2104-zero): Delete defconst.
7667 (rfc2104-hex-alist): Likewise.
7668 (rfc2104-hex-to-int): Delete func.
7669 (rfc2104-hexstring-to-bitstring): Likewise.
7670 (rfc2104-nybbles): New defconst.
7671 (rfc2104-hash): Rewrite for speed.
7672
7673 2008-07-16 Glenn Morris <rgm@gnu.org>
7674
7675 * gnus-util.el (ns-focus-frame): Declare for compiler.
7676
7677 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7678
7679 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7680 set as a group parameter.
7681 (gnus-summary-save-in-pipe): Work when it is called independently.
7682 (gnus-summary-pipe-to-muttprint): Don't modify
7683 gnus-summary-pipe-output-default-command.
7684
7685 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7686
7687 * message.el (message-send-mail-with-sendmail):
7688 Display the error message.
7689
7690 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
7691
7692 * gnus-art.el (gnus-default-article-saver):
7693 Add gnus-summary-save-in-pipe to choices.
7694 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7695 gnus-summary-pipe-output-default-command as the default command.
7696 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7697 instead of gnus-last-shell-command.
7698
7699 * gnus-sum.el (gnus-summary-pipe-output-default-command):
7700 New user option.
7701 (gnus-summary-muttprint-program): Mention the value will be changed.
7702 (gnus-summary-save-article): Force showing of all headers.
7703 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7704
7705 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
7706
7707 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7708
7709 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
7710
7711 * nnimap.el (nnimap-id):
7712 * sieve-manage.el (sieve-manage-open): Doc fixes.
7713
7714 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
7715
7716 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7717 if available.
7718
7719 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7720
7721 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7722
7723 * nnkiboze.el (nnkiboze-generate-group):
7724 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7725
7726 * nnmairix.el: Require CL.
7727
7728 2008-06-15 David Engster <dengste@eml.cc>
7729
7730 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7731
7732 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
7733
7734 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7735 New macros that expand to an `aset'/`aref' call under Emacs, and to a
7736 runtime choice under XEmacs.
7737
7738 * gnus-sum.el (gnus-summary-set-display-table):
7739 Use `gnus-put-display-table', `gnus-get-display-table',
7740 `gnus-set-display-table' for the display table, instead of `aset'.
7741
7742 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7743
7744 * nnmairix.el: Add autoloads.
7745
7746 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7747
7748 * nnmairix.el (nnmairix-delete-recreate-group)
7749 (nnmairix-update-and-clear-marks): Fix error messages.
7750
7751 2008-06-14 David Engster <dengste@eml.cc>
7752
7753 * nnmairix.el: Upgrade to version 0.6.
7754 (nnmairix-group-toggle-propmarks-this-group)
7755 (nnmairix-group-toggle-readmarks-this-group)
7756 (nnmairix-group-delete-recreate-this-group)
7757 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7758 (nnmairix-remove-tick-mark-original-article): New commands.
7759 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7760 (nnmairix-propagate-marks-to-nnmairix-groups)
7761 (nnmairix-only-use-registry, nnmairix-allowfast-default)
7762 (nnmairix-marks-cache, nnmairix-version-output): New variables.
7763 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7764 functions needed for marks propagation and manipulation of read marks.
7765 (nnmairix-update-groups): New function.
7766 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7767 (nnmairix-determine-original-group-from-registry)
7768 (nnmairix-determine-original-group-from-path)
7769 (nnmairix-get-group-from-file-path, nnmairix-map-range)
7770 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7771 New helper functions.
7772 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7773 keystrokes for new commands.
7774 (nnmairix-delete-and-create-on-change): Doc string cleanup.
7775 (nnmairix-request-group): Check allow-fast group parameter.
7776 (nnmairix-request-create-group): Set allow-fast group parameter if
7777 nnmairix-allowfast-default is set.
7778 (nnmairix-close-group): Propagate marks upon closing if needed.
7779 (nnmairix-group-toggle-threads-this-group): Use new.
7780 nnmairix-group-toggle-parameter helper function.
7781 (nnmairix-search): Better check for empty search result.
7782 (nnmairix-goto-original-article): Use new helper functions for
7783 determining original article.
7784 (nnmairix-show-original-article): Make sure message-id is in brackets.
7785 (nnmairix-call-mairix-binary): Change variable name.
7786 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7787 helper function.
7788 (nnmairix-widget-toggle-activate): Fix doc string.
7789
7790 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
7791
7792 * nnir.el: Require edmacro when compiling with XEmacs.
7793 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7794 available in Emacs 21.
7795
7796 2008-06-11 Glenn Morris <rgm@gnu.org>
7797
7798 * gnus-util.el (x-focus-frame):
7799 * gnus.el (image-size):
7800 * mm-decode.el (image-size): Declare.
7801
7802 * gnus-picon.el (declare-function): Add compat definition.
7803 (image-size): Declare.
7804
7805 * gnus-group.el (tool-bar-map):
7806 * gnus-sum.el (tool-bar-map): Define for compiler.
7807
7808 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7809
7810 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7811
7812 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7813 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7814 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7815 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7816 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7817 * sieve-manage.el, spam-report.el, spam.el:
7818 Remove unnecessary eval-and-compile of autoloads.
7819
7820 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
7821
7822 * auth-source.el: Precise Tramp doc.
7823
7824 2008-06-07 Glenn Morris <rgm@gnu.org>
7825
7826 * nnmairix.el: Remove unnecessary eval-when-compile.
7827
7828 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
7829
7830 * nnir.el: New file.
7831
7832 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7833
7834 * gnus-util.el (gnus-read-shell-command): New function.
7835 * mm-decode.el (mm-pipe-part):
7836 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7837
7838 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
7839
7840 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7841
7842 2008-06-03 Glenn Morris <rgm@gnu.org>
7843
7844 * pop3.el (nnheader-accept-process-output): Autoload it.
7845
7846 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7847
7848 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7849 are not 2-digit hexadecimal characters that follow `%'s.
7850
7851 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
7852
7853 * message.el (message-bogus-recipient-p): Fix type in doc string.
7854 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7855 (message-bogus-addresses): Rename from message-bogus-address-regexp.
7856 Improve custom options.
7857 (message-bogus-recipient-p): Adjust accordingly.
7858
7859 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
7860
7861 * nnmairix.el: Require edmacro when compiling with XEmacs.
7862
7863 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
7864
7865 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7866 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7867
7868 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
7869
7870 * auth-source.el: Add more docs.
7871
7872 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7873
7874 * nnheader.el (nnheader-read-timeout): Change the default timeout from
7875 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
7876 retrieval faster in some cases, but might make CPU usage larger.
7877 If this has any bad side effects, we might revert this change.
7878
7879 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7880 seems to make mail retrieval much, much faster.
7881 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7882 unconditionally.
7883
7884 * gnus-draft.el (gnus-group-send-queue):
7885 Bind message-send-mail-partially-limit to nil to avoid being prompted.
7886
7887 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
7888
7889 * mml.el (mml-attach-buffer): Prompt for `disposition'.
7890
7891 * message.el (message-bogus-address-regexp): Fix and improve custom
7892 type.
7893 (message-setup-hook): Add message-check-recipients as custom option.
7894
7895 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
7896
7897 * message.el (message-cite-function): Remove bogus autoload which crept
7898 in during merge from v5-10.
7899
7900 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
7901
7902 * nnimap.el (nnimap-open-connection): Fix login/password bug.
7903
7904 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7905
7906 * auth-source.el: Preliminary Tramp docs.
7907 (auth-sources): Change the default auth-sources to use
7908 EPA .gpg files.
7909
7910 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
7911
7912 * nntp.el: Autoload `auth-source-user-or-password'.
7913 (nntp-send-authinfo): Use it.
7914
7915 * nnimap.el: Autoload `auth-source-user-or-password'.
7916 (nnimap-open-connection): Use it.
7917
7918 * auth-source.el: Add docs on using with url-auth. Import gnus-util
7919 for the gnus-message function.
7920 (auth-source-user-or-password): Use it.
7921
7922 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7923
7924 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7925 rfc2104-hexstring-to-byte-list. Return a unibyte string.
7926 (rfc2104-hash): Use it.
7927
7928 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
7929
7930 * gnus-art.el (gnus-article-toggle-truncate-lines):
7931 Don't use `iff' in docstring.
7932
7933 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
7934
7935 * gnus-registry.el: Adjusted copyright dates and added a keyword.
7936
7937 * gnus-util.el (gnus-extract-address-component-name)
7938 (gnus-extract-address-component-email): Convenience functions around
7939 `gnus-extract-address-components'.
7940
7941 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7942 Use `gnus-extract-address-component-email' to fix bug of comparing full
7943 sender name to `user-mail-address'.
7944
7945 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
7946
7947 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7948 catch/throw to optimize.
7949 (gnus-registry-find-keywords): Just use member to find a keyword.
7950
7951 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7952
7953 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7954 is current before calling gnus-server-prepare.
7955 (gnus-server-setup-buffer, gnus-server-update-server)
7956 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7957
7958 2008-05-04 Juri Linkov <juri@jurta.org>
7959
7960 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7961 (mailcap-file-default-commands): Use mailcap-replace-in-string
7962 instead of replace-regexp-in-string, and mailcap-delete-duplicates
7963 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
7964
7965 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
7966
7967 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7968
7969 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7970
7971 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7972 hooks.
7973 (gnus-update-read-articles): Speed up non-marks-using users.
7974 (gnus-use-marks): Define gnus-use-marks.
7975 (gnus-propagate-marks): Rename variable to something more sensible.
7976
7977 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
7978
7979 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7980 (gmm-image-load-path-for-library): Fix typos in docstrings.
7981 (gmm-message): Reflow docstring.
7982
7983 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
7984
7985 * mail-source.el (mail-source-set-1, mail-source-bind):
7986 Move auth-source code out of the macro to clean it up and fix bugs.
7987
7988 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
7989
7990 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7991 by sender if it's equal to user-mail-address, it's likely to be
7992 useless.
7993
7994 * mail-source.el (mail-source-bind): Don't use user or password if they
7995 are not bound. Unintern them if they are nil. Don't use server unless
7996 it's bound, and default it to empty string otherwise.
7997
7998 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
7999
8000 * mail-source.el: Load auth-source.el.
8001 (mail-source-bind): Add comments. Call auth-source-user-or-password to
8002 get user name or password, if auth-sources is set up.
8003
8004 * gnus-registry.el (gnus-registry-split-strategy): New variable for
8005 strategy of splitting with parent.
8006 (gnus-registry-split-fancy-with-parent)
8007 (gnus-registry-post-process-groups): Use it and fix prior
8008 bug (returning a list as the split result).
8009
8010 * auth-source.el (auth-sources): Remove server parameter.
8011 (auth-source-pick, auth-source-user-or-password)
8012 (auth-source-user-or-password-imap)
8013 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8014 (auth-source-user-or-password-sftp)
8015 (auth-source-user-or-password-smtp): Remove server parameter.
8016
8017 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
8018
8019 * smime.el (smime-sign-region, smime-encrypt-region)
8020 (smime-decrypt-region):
8021 Remove redundant calls to `generate-new-buffer-name'.
8022
8023 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
8024
8025 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8026 Don't use QP for message/rfc822.
8027 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8028
8029 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8030
8031 * sieve-manage.el (sieve-string-bytes): Remove.
8032 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8033 correct byte-length only if the process's coding-system is the same as
8034 the one used internally by Emacs to represent strings.
8035
8036 2008-04-22 Juri Linkov <juri@jurta.org>
8037
8038 * mailcap.el (mailcap-file-default-commands): New function.
8039
8040 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8041
8042 * message.el (message-signature-separator, message-cite-function):
8043 Change custom version.
8044
8045 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8046
8047 * mm-decode.el (mm-display-external): Make temp file read-only.
8048
8049 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
8050
8051 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8052 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
8053 `C-c C-f d'.
8054
8055 2008-04-12 Adrian Aichner <adrian@xemacs.org>
8056
8057 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8058
8059 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
8060
8061 * auth-source.el: Add docs.
8062 (auth-sources): Modify format to support server.
8063 (auth-source-pick, auth-source-user-or-password)
8064 (auth-source-user-or-password-imap)
8065 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8066 (auth-source-user-or-password-sftp)
8067 (auth-source-user-or-password-smtp): Add server parameter.
8068
8069 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
8070
8071 * gnus-registry.el: Initialize the registry when gnus-registry-install
8072 is t.
8073
8074 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
8075
8076 * compface.el (uncompface): Make buffer unibyte.
8077
8078 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8079
8080 * mail-source.el (mail-source-value):
8081 Prefer fboundp to functionp so it works with macros as well.
8082
8083 2008-04-05 Glenn Morris <rgm@gnu.org>
8084
8085 * gnus-ems.el (mm-disable-multibyte): Autoload it.
8086
8087 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8088
8089 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8090 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8091
8092 * nnheader.el (nnheader-init-server-buffer): Change buffer's
8093 multibyteness after rather than before erasing it.
8094
8095 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8096 mm-with-multibyte.
8097 (gnus-request-article-this-buffer): Make sure the proper decoding is
8098 used if gnus-original-article-buffer happens to be unibyte.
8099
8100 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8101 default-enable-multibyte-characters.
8102
8103 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8104 default-enable-multibyte-characters.
8105
8106 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8107
8108 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8109
8110 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8111
8112 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8113 Fix last change in case the element is not even a symbol.
8114
8115 2008-04-02 Simon Josefsson <simon@josefsson.org>
8116
8117 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8118 imap-enable-exchange-bug-workaround.
8119 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8120
8121 2008-04-01 Simon Josefsson <simon@josefsson.org>
8122
8123 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8124 a 100 byte status-checks into a 2-3MB transfer for each group.
8125 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8126 to enable bug workaround or not.
8127 (nnimap-find-minmax-uid): Only enable workaround conditionally.
8128
8129 2008-03-31 Glenn Morris <rgm@gnu.org>
8130
8131 * message.el (mml2015-use): Declare for compiler.
8132 (message-info): Require mml2015 when appropriate.
8133
8134 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8135
8136 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8137 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8138 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8139 (nntp-service-to-port): New function.
8140 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8141 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8142 (nntp-open-netcat-stream): New function.
8143 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8144
8145 2008-03-29 Sven Joachim <svenjoac@gmx.de>
8146
8147 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8148
8149 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8150
8151 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8152
8153 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
8154
8155 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8156
8157 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8158
8159 * message.el (message-signature-separator): Change default.
8160 Improve custom type.
8161 (message-cite-function): Change default to
8162 message-cite-original-without-signature.
8163
8164 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8165 toggle.
8166
8167 * message.el (message-check-news-body-syntax): Fix signature check.
8168 (message-setup-1): Mark buffer as unmodified _after_ running
8169 message-setup-hook and handling message-alternative-emails.
8170 (message-shorten-references): Be more strict when building list of
8171 valid references to comply with GNKSA.
8172
8173 * gnus-group.el (gnus-read-ephemeral-bug-group)
8174 (gnus-read-ephemeral-debian-bug-group)
8175 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8176
8177 * message.el (message-info): Don't use booleanp which isn't supported
8178 in Emacs 21 and XEmacs.
8179
8180 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
8181
8182 * gnus-group.el (gnus-gmane-group-download-format): Rename from
8183 gnus-group-gmane-group-download-format.
8184 (gnus-group-read-ephemeral-gmane-group): Rename from
8185 gnus-group-read-ephemeral-gmane-group.
8186 (gnus-read-ephemeral-gmane-group-url): Rename from
8187 gnus-group-read-ephemeral-gmane-group-url.
8188 (gnus-bug-group-download-format-alist): New variable.
8189 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8190 (gnus-read-ephemeral-emacs-bug-group): New commands.
8191
8192 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8193
8194 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8195 (gnus-visible-headers): Improve custom type.
8196
8197 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
8198
8199 * mml.el (mml-menu): Add workarounds for XEmacs.
8200
8201 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8202 X-Boundary header.
8203
8204 * message.el (message-simplify-recipients): Fix previous commit.
8205
8206 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8207
8208 * mm-util.el (mm-set-buffer-multibyte): New function.
8209 * mm-decode.el (mm-copy-to-buffer): Use it.
8210
8211 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8212 Prefer fboundp to functionp so it works with macros as well.
8213
8214 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
8215
8216 * message.el (message-alter-recipients-discard-bogus-full-name):
8217 New function.
8218 (message-alter-recipients-function): New variable.
8219 (message-get-reply-headers): Use it.
8220 (message-replace-header): New helper function.
8221 (message-recipients-without-full-name): New variable.
8222 (message-simplify-recipients): New command.
8223
8224 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8225
8226 * message.el (message-info): Handle EasyPG manual.
8227
8228 * mml.el (mml-menu): Add entry for EasyPG.
8229
8230 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
8231
8232 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8233 parameter.
8234
8235 * message.el (message-disassociate-draft): Specify drafts group name
8236 fully.
8237
8238 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
8239
8240 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8241 Eliminate unnecessary duplicates from the match list.
8242
8243 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
8244
8245 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8246 args of `how-many' of which the XEmacs version doesn't take; declare
8247 Info-index-next as function.
8248
8249 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8250
8251 * gnus-score.el (gnus-score-headers): Fix handling of
8252 gnus-inhibit-slow-scoring.
8253
8254 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8255 string.
8256 (gnus-button-url-regexp): Improve handling of parenthesis.
8257 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8258 (gnus-button-handle-info-keystrokes): Handle index entries.
8259
8260 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
8261
8262 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8263 Incoming* files.
8264
8265 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8266
8267 * auth-source.el (auth-sources): Rename from auth-source-choices.
8268 (auth-source-pick): Use it.
8269
8270 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8271
8272 * auth-source.el (auth-source-protocols)
8273 (auth-source-protocols-customize, auth-source-choices): Add and
8274 modified variable customizations and defaults.
8275 (auth-source-pick, auth-source-user-or-password)
8276 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8277 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8278 (auth-source-user-or-password-sftp)
8279 (auth-source-user-or-password-smtp): Use new variables and provide an
8280 interface to netrc.el.
8281
8282 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
8283
8284 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8285 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8286 Make sure the nntp port to specify is a string.
8287
8288 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8289
8290 * nntp.el: Use with-current-buffer.
8291 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8292 dubious mm-with-unibyte-current-buffer.
8293 (nntp-with-open-group-function): New function extracted from
8294 nntp-with-open-group macro.
8295 (nntp-with-open-group): Use the function, so it's easier to debug.
8296 Add indentation and debugging info.
8297 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8298 Recommend the use of the netcat alternatives.
8299
8300 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8301 Avoid mm-string-as-multibyte as well.
8302
8303 * nnweb.el (nnweb-insert-html):
8304 Remove use of nnheader-string-as-multibyte.
8305
8306 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8307 (nnheader-string-as-multibyte): Remove.
8308
8309 * mm-view.el: Use inhibit-read-only.
8310 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8311 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8312 or unibyte-string.
8313
8314 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8315 (mm-uu-yenc-extract): Use with-current-buffer.
8316
8317 * gnus-soup.el (gnus-soup-send-packet): Don't use
8318 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8319
8320 * nnmh.el: Use with-current-buffer.
8321 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8322 mm-string-as-multibyte on the output of mm-encode-coding-string.
8323
8324 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8325 (nnimap-request-move-article): Use with-current-buffer.
8326
8327 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8328 inserting the handle-buffer's text, so the implicit multibyte->unibyte
8329 conversion uses string-make-unibyte rather than string-as-unibyte.
8330
8331 * gnus-msg.el: Use with-current-buffer.
8332
8333 * message.el (message-ignored-resent-headers): Add "Delivered-To".
8334
8335 2008-03-10 Daiki Ueno <ueno@unixuser.org>
8336
8337 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8338 string for caching if it is 'PIN.
8339
8340 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
8341
8342 * mail-source.el (mail-source-delete-old-incoming-confirm):
8343 Change default to nil.
8344 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8345
8346 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
8347
8348 * gnus-art.el (gnus-narrow-to-page): Position point properly.
8349 (gnus-article-goto-prev-page): Work for articles having ^L's.
8350
8351 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8352
8353 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8354
8355 2008-03-07 Karl Fogel <kfogel@red-bean.com>
8356
8357 * gnus-bookmark.el: Adjust for renames in bookmark.el.
8358 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8359 (gnus-bookmark-jump): Adjust some variable names.
8360
8361 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
8362
8363 * auth-source.el: New package.
8364 (auth-source-choices): Add customization entry point variable.
8365
8366 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8367 bug.
8368
8369 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
8370
8371 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8372 (gnus-registry-initialize, gnus-registry-install-p): Use it.
8373 (gnus-registry-install-shortcuts): Rename from
8374 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
8375 the `gnus-registry-mark-map' keymap dynamically from
8376 `gnus-registry-marks'. The generated functions update the summary line
8377 when a registry mark is added or deleted, and will call
8378 `gnus-registry-install-p' (see the comments in the code).
8379 (gnus-registry-user-format-function-M): Use concat intelligently.
8380
8381 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8382 the registry mark functions.
8383
8384 2008-03-05 Glenn Morris <rgm@gnu.org>
8385
8386 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8387 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8388 gnus-art.
8389 (top-level): No need to load own source when compiling.
8390
8391 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8392
8393 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8394 Suggested by <chris.anderton@zetnet.co.uk>.
8395
8396 2008-03-04 Glenn Morris <rgm@gnu.org>
8397
8398 * gnus-sum.el (top-level): No need to require gnus when compiling,
8399 since unconditionally required near start of file.
8400 (gnus-summary-display-while-building): Move definition before use.
8401
8402 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
8403
8404 * gnus-registry.el (gnus-registry-user-format-function-M):
8405 Add formatting function.
8406
8407 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8408
8409 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8410 with plists.
8411 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8412 Use new format.
8413
8414 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
8415
8416 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8417 `where-is-internal' that returns a range of key sequences.
8418
8419 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8420
8421 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8422
8423 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8424 (gnus-summary-jump-to-group): Consider windows on other displayed
8425 frames as well. Similar changes might be needed elsewhere, but that's
8426 the one I've bumped into during my use.
8427
8428 * nndoc.el (nndoc-oe-dbx-type-p):
8429 * gnus-msg.el (gnus-debug):
8430 * gnus-group.el (gnus-update-group-mark-positions):
8431 Use mm-string-to-multibyte.
8432
8433 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
8434
8435 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8436 doesn't handle NotDashEscaped.
8437
8438 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
8439 (mml-dnd-attach-options): Fix typo in custom choice.
8440
8441 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8442 Change nndoc-article-type to mbox.
8443 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8444
8445 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
8446 to nil, instead of html2text.
8447
8448 * imap.el (imap-debug): Add `imap-ping-server'.
8449
8450 * gnus-bookmark.el: Add FIXMEs.
8451
8452 * message.el (message-form-letter-separator)
8453 (message-send-form-letter-delay): New variables.
8454 (message-send-form-letter): Use them. New command to send form
8455 letters. Requested by Uwe Siart.
8456 (message-send-mail-function): Doc fix. Add "Other" custom option.
8457
8458 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
8459
8460 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8461 empty author.
8462
8463 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
8464
8465 * gnus-registry.el (gnus-registry-marks): Add variable for
8466 customization of marks and their appearance.
8467 (gnus-registry-read-mark): Use it.
8468 (gnus-registry-do-marks): Add utility function to loop through
8469 `gnus-registry-marks'.
8470 (gnus-registry-install-shortcuts-and-menus): Add function to install
8471 shortcuts and menus.
8472 (gnus-registry-initialize): Use it.
8473 (gnus-registry-default-mark): Clarify documentation.
8474
8475 2008-02-29 Glenn Morris <rgm@gnu.org>
8476
8477 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8478 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8479 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8480 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8481 Change defcustom :version from 23.0 to 23.1.
8482
8483 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
8484
8485 * gnus-registry.el (gnus-registry-follow-group-p)
8486 (gnus-registry-post-process-groups): Add functions to aid registry
8487 splitting and improve logging. Clarify behavior in function
8488 documentation.
8489 (gnus-registry-split-fancy-with-parent): Use them.
8490
8491 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8492
8493 * gnus-art.el: Use with-current-buffer.
8494
8495 2008-02-27 David Engster <dengste@eml.cc>
8496
8497 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8498 Express real group name in the response.
8499
8500 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8501
8502 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8503 (nnmairix-last-server, nnmairix-current-server): Defvar them.
8504 (nnmairix-goto-original-article): Defvar gnus-registry-install and
8505 autoload gnus-registry-fetch-group when compiling.
8506 (nnmairix-request-group-with-article-number-correction):
8507 Remove unreferenced argument passed to nnmairix-call-backend.
8508
8509 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
8510
8511 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8512 (mm-uu-extract): Improve face for low color ttys.
8513 Reported by Sascha Wilde.
8514
8515 2008-02-27 Glenn Morris <rgm@gnu.org>
8516
8517 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8518 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8519 variables to defconsts. Convert comments to doc-strings.
8520 (nnmairix-last-server, nnmairix-current-server): Convert from free
8521 variables to defvars. Convert comments to doc-strings.
8522 (gnus-registry-fetch-group): Autoload.
8523 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8524 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8525 (nnmairix-widget-build-editable-fields): Use car cddr rather than
8526 caddr.
8527 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8528 nnmairix-request-group-with-article-number-correction call.
8529 (nnmairix-fast, nnmairix-group): New, less general names, for free
8530 variables passed from nnmairix-request-group to
8531 nnmairix-request-group-with-article-number-correction. Declare.
8532 (nnmairix-request-group-with-article-number-correction):
8533 Use nnmairix-fast, nnmairix-group rather than fast, group.
8534
8535 2008-02-26 David Engster <dengste@eml.cc>
8536
8537 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
8538 version 0.5.
8539
8540 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
8541
8542 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8543 instead of making an extra function call. Don't add the current group
8544 to articles only when they have the group. Use
8545 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8546 Reported by David <de_bb@arcor.de>.
8547
8548 2008-02-24 Miles Bader <miles@gnu.org>
8549
8550 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8551 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8552 (mm-find-mime-charset-region):
8553 * mm-bodies.el (mm-encode-body):
8554 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8555
8556 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
8557
8558 * mail-source.el (mail-source-delete-incoming): Change default.
8559 Supplement doc string.
8560
8561 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8562
8563 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8564
8565 * nnmail.el (nnmail-message-id-cache-file): Derive from
8566 `gnus-home-directory'.
8567
8568 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
8569
8570 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8571 Document negative prefix.
8572
8573 * gnus-group.el (gnus-group-read-group): Document negative prefix.
8574
8575 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8576
8577 * message.el (message-unsent-separator): Add the Exim bounce
8578 separator.
8579
8580 2008-02-10 Daiki Ueno <ueno@unixuser.org>
8581
8582 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8583 list.
8584 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8585 recipient/signer list.
8586
8587 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
8588
8589 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8590 fbound (Emacs 23 unicode), signal an error.
8591
8592 2008-02-08 Glenn Morris <rgm@gnu.org>
8593
8594 * gnus-art.el (pgg-display-output-buffer): Declare as function.
8595
8596 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
8597
8598 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8599 ports to the calls to `netrc-machine-user-or-password' in addition to
8600 "imap" and "imaps".
8601
8602 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8603
8604 * gnus.el (gnus-group-startup-message): Add `find-image' call before
8605 image-load-path is let-bound. Reported by Harald Hanche-Olsen
8606 <hanche@math.ntnu.no>.
8607
8608 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8609
8610 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8611
8612 2008-02-01 Zhang Wei <id.brep@gmail.com>
8613
8614 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8615
8616 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8617
8618 2008-02-01 Miles Bader <miles@gnu.org>
8619
8620 * mml.el (mml-parse-1): Remove apparently vestigial use of
8621 `mm-hack-charsets'.
8622 * mm-bodies.el (mm-encode-body): Likewise.
8623
8624 2008-02-01 Kenichi Handa <handa@m17n.org>
8625
8626 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8627 rfc2104-hexstring-to-bitstring and changed to return a byte list.
8628 (rfc2104-hash): Convert the result of concat to unibyte string.
8629
8630 2008-02-01 Dave Love <fx@gnu.org>
8631
8632 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8633 coding-system-for-read.
8634 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8635
8636 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8637 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8638 (mm-find-mime-charset-region): Remove hack-charsets stuff.
8639
8640 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
8641
8642 * mail-source.el (mail-sources): Add `group' choice.
8643
8644 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8645 parameter `in-group' to control into which group the articles go.
8646 Add treatment of `group' mail-source.
8647
8648 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8649
8650 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8651 * message.el (message-beginning-of-line): Use featurep instead of bound
8652 tests in order to resolve conditionals at compile time.
8653
8654 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
8655
8656 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8657
8658 * mm-decode.el (mm-dissect-buffer): Decode description.
8659
8660 * mml.el (mml-to-mime): Encode message header first.
8661
8662 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
8663
8664 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8665 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8666
8667 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
8668
8669 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8670
8671 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8672
8673 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8674 prefix keys.
8675 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8676 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8677 gnus-xmas.el.
8678
8679 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
8680
8681 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8682 Add new variables for article mark management.
8683 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8684 list of extra data entries which, when present, will indicate that the
8685 article ID should not be trimmed from the registry.
8686 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8687 functions.
8688 (gnus-registry-read-mark): New function to read a mark name from the
8689 user.
8690 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8691 (gnus-registry-set-article-mark-internal): New functions to add and
8692 remove marks.
8693 (gnus-registry-get-article-marks): New function to show the marks for
8694 an article, or retrieve them for further use.
8695
8696 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8697
8698 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8699 keys when no argument is given.
8700
8701 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8702
8703 * gnus-sum.el (gnus-article-sort-by-random)
8704 (gnus-thread-sort-by-random): Fix doc strings.
8705 Reported by jidanni@jidanni.org.
8706
8707 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
8708
8709 * gnus-art.el (gnus-article-describe-bindings): New function.
8710 (gnus-article-read-summary-keys): Use it.
8711 (gnus-article-mode-map): Bind `C-h b' to it.
8712
8713 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8714
8715 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8716 XEmacs.
8717 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8718 Protect against non-character events.
8719
8720 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
8721
8722 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8723 New command.
8724 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8725 instead of END. Change name of the temp file.
8726 (gnus-group-gmane-group-download-format): Add doc string. Make it
8727 customizable.
8728
8729 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
8730
8731 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8732 bind `S W' to gnus-article-wide-reply-with-original; set default
8733 binding to gnus-article-read-summary-send-keys.
8734 (gnus-article-read-summary-keys): Fix the order of keys; display
8735 continuation keys correctly in the echo area; describe bindings
8736 correctly when keys end with `C-h'.
8737 (gnus-article-read-summary-send-keys): New function.
8738 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8739 Work for gnus-article-read-summary-send-keys; display continuation keys
8740 correctly in the echo area.
8741 (gnus-article-reply-with-original): Ignore prefix argument.
8742 (gnus-article-wide-reply-with-original): New function.
8743
8744 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
8745
8746 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8747 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8748
8749 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
8750
8751 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8752 (gnus-group-read-ephemeral-gmane-group): New command.
8753
8754 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8755
8756 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8757
8758 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
8759
8760 * message.el (message-send-mail-function): Increase custom version.
8761
8762 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8763 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
8764
8765 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8766
8767 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8768 html parts correctly; support forwarded messages.
8769 (gnus-article-browse-html-article): Remove work buffers.
8770
8771 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8772 compiling.
8773 (netrc-bound-and-true-p): New macro.
8774 (netrc-parse): Use it instead of bound-and-true-p that is not available
8775 in XEmacs 21.4.
8776
8777 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
8778
8779 * gnus-registry.el (gnus-registry-mark-article)
8780 (gnus-registry-article-marks): Add functionality to mark articles
8781 through the Gnus registry.
8782
8783 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8784 (netrc-parse): Use encrypt-file-alist to determine if
8785 encrypt-find-model or encrypt-insert-file-contents should be used.
8786
8787 2007-12-19 Glenn Morris <rgm@gnu.org>
8788
8789 * mml.el (message-options-set, message-narrow-to-head)
8790 (message-in-body-p, message-mail-p, message-encode-message-body):
8791 Autoload.
8792 (message-remove-header, message-narrow-to-headers-or-head)
8793 (message-subscribed-p, message-make-mail-followup-to)
8794 (message-position-on-field, message-news-p)
8795 (message-options-set-recipient, message-generate-headers)
8796 (message-sort-headers): Declare as functions.
8797
8798 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8799
8800 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8801 convention in doc string.
8802
8803 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8804
8805 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8806 title to html parts.
8807 (gnus-article-browse-html-article): Pass message header to it.
8808
8809 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8810
8811 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
8812
8813 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8814 or password compatible with XEmacs.
8815
8816 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
8817
8818 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8819 format document.
8820 (gnus-mime-delete-part): Don't write description line if empty.
8821 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8822
8823 2007-12-14 Johan Bockgård <bojohan@gnu.org>
8824
8825 * gnus-sum.el (gnus-summary-mark-unread-as-read)
8826 (gnus-summary-mark-read-and-unread-as-read)
8827 (gnus-summary-mark-current-read-and-unread-as-read)
8828 (gnus-summary-mark-unread-as-ticked): Doc fix.
8829 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8830
8831 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
8832
8833 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8834 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8835
8836 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
8837
8838 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8839 yes-or-no-p.
8840
8841 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
8842
8843 * mm-decode.el (mm-add-meta-html-tag): New function.
8844 (mm-save-part-to-file, mm-pipe-part): Use it.
8845
8846 * gnus-art.el (gnus-article-browse-delete-temp-files):
8847 Use gnus-y-or-n-p instead of y-or-n-p.
8848 (gnus-article-browse-html-parts): Work with message/external-body; use
8849 mm-add-meta-html-tag.
8850
8851 2007-12-11 Glenn Morris <rgm@gnu.org>
8852
8853 * gnus-cache.el: Require gnus-sum not just when compiling.
8854
8855 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8856
8857 * gnus-int.el (gnus-server-opened, gnus-status-message):
8858 Move definitions before use.
8859
8860 * mm-decode.el: Require gnus-util.
8861 (mm-remove-part): Only call delete-annotation on XEmacs.
8862
8863 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8864
8865 * nnmail.el: Require gnus-int.
8866
8867 * spam.el: Move `require's before `eval-when-compile's.
8868
8869 * gnus-ems.el (gnus-alive-p):
8870 * gnus-fun.el (message-goto-eoh):
8871 * gnus-util.el (gnus-group-name-decode):
8872 * mail-source.el (gnus-compress-sequence):
8873 * message.el (Info-goto-node, format-spec):
8874 * mm-bodies.el (message-options-get):
8875 * mm-decode.el (mm-view-pkcs7):
8876 * mm-util.el (gmm-write-region):
8877 * mml-smime.el (mml-compute-boundary)
8878 (gnus-completing-read-with-default):
8879 * mml.el (widget-button-press, gnus-make-hashtable):
8880 * mml1991.el (mm-decode-content-transfer-encoding)
8881 (mm-encode-content-transfer-encoding)
8882 (message-options-get, message-options-set):
8883 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8884 * nnfolder.el (gnus-request-group):
8885 * nnheader.el (ietf-drums-unfold-fws):
8886 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8887 * smime.el (gnus-run-mode-hooks):
8888 * spam-stat.el (gnus-message): Autoload.
8889
8890 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8891 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8892 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8893 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8894 Add declare-function compatibility definition.
8895
8896 * gnus-cache.el (nnvirtual-find-group-art):
8897 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8898 (gnus-add-image, gnus-add-wash-type):
8899 * gnus-group.el (nnkiboze-score-file):
8900 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8901 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8902 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8903 (message-tokenize-header, gnus-get-buffer-create)
8904 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8905 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8906 * gnus.el (gnus-group-decoded-name):
8907 * mail-source.el (imap-capability):
8908 * mm-bodies.el (message-options-set):
8909 * mm-decode.el (gnus-configure-windows):
8910 * mm-extern.el (message-goto-body):
8911 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8912 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8913 (epg-sub-key-validity, message-options-set):
8914 * mml.el (widget-event-point, gnus-configure-windows):
8915 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8916 * mml2015.el (epg-check-configuration, epg-configuration)
8917 (message-options-set):
8918 * nndb.el (nndb-request-article):
8919 * nnfolder.el (gnus-request-create-group):
8920 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8921 * nnmaildir.el (gnus-group-mark-article-read):
8922 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8923 * rfc1843.el (message-fetch-field):
8924 * spam.el (gnus-extract-address-components):
8925 Declare as functions.
8926
8927 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
8928
8929 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8930
8931 2007-12-09 Glenn Morris <rgm@gnu.org>
8932
8933 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8934
8935 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8936 * message.el, mm-view.el, sieve-manage.el, smime.el:
8937 Add declare-function compatibility definition.
8938
8939 * gnus-art.el (w3-region, w3m-region, Info-menu):
8940 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8941 * gnus-sum.el (gnus-get-predicate):
8942 * gnus-util.el (mm-append-to-file, w32-focus-frame):
8943 * message.el (mail-abbrev-in-expansion-header-p):
8944 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8945 (w3m-detect-meta-charset, w3m-region):
8946 * sieve-manage.el (password-read, password-cache-add)
8947 (password-cache-remove):
8948 * smime.el (password-read-and-add): Declare as functions.
8949
8950 2007-12-08 David Kastrup <dak@gnu.org>
8951
8952 * gnus-sum.el (gnus-summary-simplify-subject-query):
8953 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8954 `message'.
8955
8956 2007-12-07 Glenn Morris <rgm@gnu.org>
8957
8958 * gnus-art.el (article-make-date-line): Revert previous change.
8959
8960 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
8961
8962 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8963
8964 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
8965
8966 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8967 Call gnus-add-to-range ranges only once with a prepared article-list.
8968
8969 2007-12-06 Paul Jarc <prj@po.cwru.edu>
8970
8971 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8972 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8973 group names with backslashes.
8974 Reported by Tassilo Horn <tassilo@member.fsf.org>.
8975
8976 2007-12-06 Deepak Goel <deego3@gmail.com>
8977
8978 * gnus-art.el (article-make-date-line):
8979 * gnus-start.el (gnus-load):
8980 * pop3.el (pop3-read-response): Fix buggy call to `error'.
8981
8982 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8983
8984 * gnus-art.el (gnus-use-idna)
8985 * gnus-start.el (gnus-site-init-file)
8986 * message.el (message-use-idna)
8987 * mm-uu.el (mm-uu-hide-markers)
8988 * smiley.el (smiley-style): Revert changes that suppress warnings.
8989
8990 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8991
8992 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8993 specify charset to html source.
8994 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8995
8996 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8997
8998 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8999 idna-program in order to suppress byte compile warning issued by XEmacs
9000 that came to byte compile the default value section of defcustom forms
9001 recently.
9002
9003 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9004 value of installation-directory.
9005
9006 * message.el (message-use-idna): Don't directly refer to the value of
9007 idna-program.
9008
9009 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9010
9011 * smiley.el (smiley-style): Don't directly call face-attribute.
9012
9013 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
9014
9015 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9016
9017 * gnus-dired.el: Reduce Gnus dependencies.
9018 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9019 Don't require. Use autoloads instead.
9020 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9021 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9022 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9023 (gnus-dired-mode): Adjust doc string.
9024 (gnus-dired-mail-mode): New variable.
9025 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9026 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9027 (gnus-dired-mail-buffers): New function. Return mail or message
9028 composition buffers.
9029 (gnus-dired-attach): Use it.
9030 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9031 NO-DECODE.
9032 (gnus-dired-print): Use `gnus-print-buffer' depending on
9033 `gnus-dired-mail-mode'.
9034
9035 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
9036
9037 * rfc2047.el (rfc2047-encoded-word-regexp)
9038 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9039 explaining what regexp patterns are for.
9040
9041 2007-12-04 Glenn Morris <rgm@gnu.org>
9042
9043 * password.el: Move to ../password-cache.el.
9044
9045 * mml1991.el (password-read, password-cache-add, password-cache-remove):
9046 * mml2015.el (password-read, password-cache-add, password-cache-remove):
9047 * mml-smime.el (password-read, password-cache-add)
9048 (password-cache-remove):
9049 No need to autoload, since mml-sec requires password.
9050
9051 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9052 * message.el (gnus-extract-address-components):
9053 * mml-smime.el (gnus-extract-address-components): Define for compiler.
9054
9055 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9056 password.
9057
9058 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9059
9060 * mailcap.el: Reduce dependencies.
9061 (mail-header-parse-content-type): Autoload.
9062 (mailcap-delete-duplicates): New alias.
9063 (mailcap-mime-info): Add optional argument NO-DECODE.
9064 (mailcap-mime-types): Use mailcap-delete-duplicates.
9065
9066 * message.el (message-ignored-supersedes-headers): Add "X-ID".
9067
9068 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9069
9070 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9071 function.
9072
9073 * gnus-uu.el (gnus-uu-decode-yenc): New command.
9074 (gnus-uu-yenc-article): New function.
9075
9076 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9077
9078 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9079
9080 2007-12-02 Glenn Morris <rgm@gnu.org>
9081
9082 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9083 Move to ../net.
9084
9085 * binhex.el, uudecode.el: Move to ../mail.
9086
9087 * encrypt.el: Remove file.
9088
9089 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
9090
9091 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9092 matches on patches.
9093
9094 * gnus-art.el (gnus-article-browse-html-article):
9095 Mention `mm-text-html-renderer' in the doc string.
9096
9097 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9098 string. Add comments.
9099
9100 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9101 if rhs is ASCII.
9102
9103 2007-12-01 Glenn Morris <rgm@gnu.org>
9104
9105 * dig.el, dns.el: Move to ../net.
9106 * format-spec.el, hex-util.el, sha1.el: Move to ../.
9107
9108 * mail-source.el (top-level): Require format-spec before
9109 eval-when-compile.
9110
9111 2007-11-30 Glenn Morris <rgm@gnu.org>
9112
9113 * encrypt.el: Require password, rather than autoloading password-read.
9114
9115 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
9116
9117 * gnus.el (gnus-method-to-server): Add an optional parameter so the
9118 caller can indicate whether the cache should be disregarded for this
9119 call. This way the result of the call is reproducible at all times and
9120 can be considered a canonical server name for the supplied method.
9121 (gnus-agent-method-p): Canonicalize server names by pushing their
9122 method through `gnus-method-to-server' using the no-cache argument.
9123
9124 * gnus-srvr.el (gnus-server-insert-server-line):
9125 Call `gnus-method-to-server' with `no-cache' argument.
9126
9127 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9128 gnus-agent-possibly-synchronize-flags as this should be called when the
9129 server is actually being opened.
9130 (gnus-agent-possibly-synchronize-flags)
9131 (gnus-agent-possibly-synchronize-flags-server): Move check for the
9132 flags file of an agentized server to the latter function.
9133
9134 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9135 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9136 after a connection has been established successfully.
9137
9138 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
9139
9140 * gnus-art.el (article-display-face): Force to display face if called
9141 interactively; check if gnus-article-x-face-too-ugly matches author.
9142 (article-display-x-face): Display face even if From header is missing
9143 as article-display-face does.
9144
9145 2007-11-28 Richard Stallman <rms@gnu.org>
9146
9147 * md4.el: Move to ../.
9148 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9149
9150 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
9151
9152 * mail-source.el (mail-sources): Default to fetch from file for
9153 compatibility with default of nnmail-spool-file.
9154
9155 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
9156
9157 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9158 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9159 to look for encoded word that should be encoded again.
9160 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9161 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9162 encoding pattern.
9163 (rfc2047-decode-region): Switch strict regexp and loose one according
9164 to rfc2047-allow-irregular-q-encoded-words.
9165
9166 2007-11-26 Simon Josefsson <simon@josefsson.org>
9167
9168 * imap.el: Move to ../net directory.
9169
9170 2007-11-25 Romain Francoise <romain@orebokech.com>
9171
9172 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9173
9174 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9175
9176 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9177 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9178
9179 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9180 `nnmail-spool-file'.
9181
9182 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9183 `nnmail-spool-file'.
9184
9185 * gnus-move.el (gnus-change-server): Ditto.
9186
9187 * gnus-kill.el (gnus-batch-score): Ditto.
9188
9189 * gnus-cache.el (gnus-jog-cache): Ditto.
9190
9191 * gnus-msg.el (gnus-summary-reply):
9192 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9193
9194 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9195
9196 * gnus-cache.el (gnus-cache-generate-nov-databases):
9197 Use nnml-generate-nov-databases-directory instead of
9198 nnml-generate-nov-databases-1.
9199
9200 2007-11-24 Glenn Morris <rgm@gnu.org>
9201
9202 * message.el (message-tool-bar-retro): Update for rename
9203 mail_send.xpm->mail-send.xpm.
9204
9205 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9206
9207 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9208 `smime-ldap-search' for Emacs 22 and up.
9209
9210 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9211
9212 * hashcash.el: Move to ../mail directory.
9213
9214 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
9215
9216 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9217 `smime-ldap-search' for Emacs 22 and up.
9218
9219 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9220
9221 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9222
9223 * message.el (message-send-mail-function): Fix error convention.
9224 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9225 (message-widen-reply, message-send-mail, message-talkative-question)
9226 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9227 (message-clone-locals, message-send-news): Use with-current-buffer.
9228 (message-insert-or-toggle-importance): Remove unused var `valid'.
9229 (message-make-references): Remove unused var `new-references'.
9230 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9231
9232 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
9233
9234 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9235 (spam-split-symbolic-return-positive): Reflow docstring.
9236 (spam-backends, spam-summary-exit-behavior)
9237 (spam-mark-ham-unread-before-move-from-spam-group)
9238 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9239 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9240 (spam-clear-cache, spam-backend-check, spam-install-backend)
9241 (spam-install-statistical-backend, spam-list-of-processors)
9242 (spam-group-processor-p, spam-split, spam-bogofilter-score)
9243 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9244 (spam-check-crm114, spam-initialize, spam-unload-hook):
9245 Fix typos in docstrings.
9246
9247 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9248
9249 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9250 been checked if they have never been read and those group levels are
9251 higher than the one that a user specified.
9252
9253 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9254
9255 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9256 foreign groups unless a group level is specified by a user.
9257 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9258
9259 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
9260
9261 * message.el (message-send-mail-function): Require sendmail.
9262
9263 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
9264
9265 * message.el (message-send-mail-function): Check for smtpmail too.
9266
9267 * utf7.el (utf7-encode, utf7-decode): Use coding system
9268 `utf-7'/`utf-7-imap' from utf-7.el' if available.
9269
9270 * message.el (message-send-mail-function): New function.
9271 (message-send-mail-function): Set default using
9272 message-send-mail-function. Adjust doc string.
9273 (message-send-mail-with-mailclient): New function.
9274
9275 2007-11-17 Richard Stallman <rms@gnu.org>
9276
9277 * assistant.el: Remove file.
9278
9279 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
9280
9281 * smime.el (from):
9282 * rfc2047.el (message-posting-charset):
9283 * qp.el (mm-use-ultra-safe-encoding):
9284 * pop3.el (parse-time-months):
9285 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9286 * nnml.el (files):
9287 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9288 (jka-compr-compression-info-list, ange-ftp-path-format)
9289 (efs-path-regexp):
9290 * nndiary.el (files):
9291 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9292 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9293 (epg-digest-algorithm-alist, inhibit-redisplay)
9294 (password-cache-expiry):
9295 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9296 (pgg-output-buffer, password-cache-expiry):
9297 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9298 (efs-path-regexp):
9299 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9300 (inhibit-redisplay):
9301 * mm-uu.el (file-name, start-point, end-point, entry)
9302 (gnus-newsgroup-name, gnus-newsgroup-charset):
9303 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9304 (latin-unity-ucs-list):
9305 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9306 (mm-uu-binhex-decode-function):
9307 * message.el (gnus-message-group-art, gnus-list-identifiers)
9308 (rmail-enable-mime-composing, gnus-local-organization)
9309 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9310 (gnus-read-active-file, facemenu-add-face-function)
9311 (facemenu-remove-face-function, gnus-article-decoded-p)
9312 (tool-bar-mode):
9313 * mail-source.el (display-time-mail-function):
9314 * gnus-util.el (nnmail-pathname-coding-system)
9315 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9316 (gnus-original-article-buffer, gnus-user-agent)
9317 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9318 (xemacs-codename, sxemacs-codename, emacs-program-version):
9319 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9320 * gnus-start.el (gnus-agent-covered-methods)
9321 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9322 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9323 (gnus-newsgroup-headers, gnus-group-list-mode)
9324 (gnus-group-mark-positions, gnus-newsgroup-data)
9325 (gnus-newsgroup-unreads, nnoo-state-alist)
9326 (gnus-current-select-method, mail-sources)
9327 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9328 (nnmail-spool-file, gnus-cache-active-hashtb):
9329 * gnus-mh.el (mh-lib-progs):
9330 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9331 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9332 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9333 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9334 (gnus-group-buffer):
9335 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9336 (font-lock-set-defaults):
9337 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9338 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9339 (gnus-summary-post-menu, total-parts, type, condition, length):
9340 * gnus-agent.el (gnus-agent-read-agentview):
9341 * flow-fill.el (show-trailing-whitespace):
9342 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9343 eval-and-compile wrappers for byte compiler pacifiers.
9344
9345 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9346 (mm-display-inline-fontify): Check for featurep 'xemacs not
9347 extent-list.
9348
9349 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9350 itimer-list.
9351 (mm-create-image-xemacs): Only do something for XEmacs.
9352 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9353
9354 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9355
9356 * gnus-registry.el (gnus-adaptive-word-syntax-table):
9357 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9358
9359 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
9360
9361 * nnimap.el (nnimap-split-download-body):
9362 * gnus-demon.el (gnus-demon):
9363 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9364
9365 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9366
9367 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9368 New macros.
9369 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9370 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9371 copy data from unibyte buffer to multibyte current buffer.
9372 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9373 to copy data from unibyte current buffer to multibyte buffer.
9374 (nntp-make-process-buffer): Make process buffer unibyte.
9375
9376 * pop3.el (pop3-open-server): Fix typo in Lisp code.
9377
9378 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
9379
9380 * pop3.el (pop3-open-server): Accept and process data more robustly at
9381 connexion start to avoid spurious "POP SSL connexion failed" errors.
9382
9383 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9384
9385 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9386 read group names.
9387
9388 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
9389
9390 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9391
9392 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
9393
9394 * nnmail.el (nnmail-parse-active): Make group names unibyte.
9395 (nnmail-save-active): Use a unibyte buffer when saving active file,
9396 which may contain non-ASCII group names.
9397
9398 * nnml.el (nnml-request-group): Decode group names in messages.
9399
9400 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
9401
9402 * message.el (message-citation-line-function)
9403 (message-insert-formatted-citation-line): Fix spelling of
9404 `message-insert-formated-citation-line'.
9405
9406 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
9407
9408 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9409
9410 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9411
9412 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9413 nnmail-pathname-coding-system.
9414
9415 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9416 that a user enters; decode group names in messages.
9417
9418 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9419
9420 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9421
9422 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9423
9424 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9425
9426 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9427 risky local variable.
9428
9429 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9430
9431 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
9432
9433 * encrypt.el: Improve documentation to fix function name typo.
9434 Reported by Daiki Ueno <ueno@unixuser.org>.
9435
9436 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9437
9438 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9439 even if the point is not in the last page of an article.
9440 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9441 back to the previous page.
9442
9443 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
9444
9445 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9446
9447 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9448
9449 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9450
9451 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
9452
9453 * message.el (message-check-news-body-syntax):
9454 Avoid mm-string-as-multibyte.
9455 (message-hide-headers): Don't assume (point-min)==1.
9456
9457 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9458
9459 * message.el (message-remove-blank-cited-lines): Fix if remove is
9460 given.
9461 (message-bogus-address-regexp): New variable.
9462 (message-bogus-recipient-p): New function.
9463 (message-check-recipients): New command.
9464 (message-syntax-checks): Add `bogus-recipient'.
9465 (message-fix-before-sending): Add `bogus-recipient'.
9466
9467 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9468 (gnus-treat-body-boundary): Don't test window-system.
9469
9470 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
9471
9472 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9473
9474 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9475
9476 * gnus.el: Bump version to Gnus v5.13.
9477
9478 2007-10-28 Miles Bader <miles@gnu.org>
9479
9480 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9481 at compile-time too.
9482
9483 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
9484
9485 * gnus-msg.el (gnus-message-setup-hook):
9486 Add `message-remove-blank-cited-lines' to options.
9487
9488 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9489
9490 * message.el (message-remove-blank-cited-lines): New function.
9491 Suggested by Karl Plästerer.
9492
9493 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9494
9495 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9496 mapc.
9497
9498 * imap.el (imap-open): Replace mapcar called for effect with mapc.
9499 (top-level): Use mapc to set functions to be traced for debugging.
9500
9501 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9502 called for effect with while loop.
9503
9504 * message.el (message-talkative-question): Replace mapcar called for
9505 effect with mapc.
9506
9507 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9508 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9509 called for effect with dolist.
9510
9511 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9512
9513 * nndiary.el: Use dolist instead of mapcar to add diary headers to
9514 gnus-extra-headers and nnmail-extra-headers.
9515
9516 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9517 called for effect with dolist.
9518 (top-level): Use mapc to set functions to be traced for debugging.
9519
9520 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9521 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9522 dolist.
9523
9524 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9525 Replace mapcar called for effect with mapc.
9526 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9527 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9528 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9529 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9530
9531 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9532 remove-if that's a cl function.
9533
9534 * webmail.el (webmail-debug): Replace mapcar called for effect with
9535 dolist.
9536
9537 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
9538
9539 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9540 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9541 with while loop.
9542
9543 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9544 functions from article-* functions.
9545 (gnus-multi-decode-header): Replace mapcar called for effect with
9546 dolist.
9547
9548 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9549 (gnus-bookmark-show-details): Replace mapcar called for effect with
9550 while loop.
9551
9552 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9553 called for effect with while loop.
9554
9555 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9556 with dolist.
9557
9558 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9559 Replace mapcar called for effect with dolist.
9560
9561 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9562
9563 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9564 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9565 Replace mapcar called for effect with dolist.
9566 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9567 mapc.
9568
9569 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9570 Replace mapcar called for effect with dolist.
9571 (gnus-topic-list): Replace mapcar called for effect with mapc.
9572
9573 * gnus.el: Use mapc instead of mapcar to add autoloads.
9574
9575 2007-10-23 Richard Stallman <rms@gnu.org>
9576
9577 * gnus-group.el (gnus-group-highlight): Mark as risky.
9578
9579 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
9580
9581 * gnus.el (gnus-server-to-method): Return method found first in
9582 gnus-newsrc-alist.
9583
9584 * gnus-art.el (gnus-article-highlight-signature)
9585 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9586 button overlay without the front stickiness.
9587
9588 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
9589
9590 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9591 overview buffer needed a catch to receive its throw.
9592 (gnus-agent-flush-cache): Declare as interactive to make this function
9593 easier to use.
9594
9595 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9596
9597 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9598 `next-line'.
9599
9600 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
9601
9602 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9603 exclude address matching message-dont-reply-to-names.
9604
9605 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9606
9607 * gnus-util.el (gnus-string<): New function.
9608
9609 * gnus-sum.el (gnus-article-sort-by-author)
9610 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9611
9612 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9613
9614 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9615 the frame-focus tag is set in gnus-buffer-configuration.
9616
9617 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9618
9619 * gnus-art.el (gnus-article-add-button): Make a button overlay without
9620 the front stickiness.
9621
9622 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9623
9624 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9625 url pattern; remove duplicate one.
9626 (gnus-article-extend-url-button): New function.
9627 (gnus-article-add-buttons): Use it.
9628 (gnus-button-push): Use concatenated url that it makes.
9629
9630 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
9631
9632 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9633 (sieve-manage-open): Use `mapc' instead of `mapcar'.
9634
9635 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9636
9637 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9638 Don't hardcode point-min==1.
9639
9640 2007-09-30 David Kastrup <dak@gnu.org>
9641
9642 * gnus-art.el (gnus-article-reply-with-original)
9643 (gnus-article-followup-with-original): When `transient-mark-mode' is
9644 off, refrain from active-region behavior for followups.
9645
9646 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9647
9648 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9649 Fix comment about "iso8859-1".
9650
9651 2007-10-08 Daiki Ueno <ueno@unixuser.org>
9652
9653 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9654 ones returned from the verify-function.
9655
9656 * mm-uu.el (mm-uu-pgp-signed-extract-1):
9657 Call mml2015-extract-cleartext-signature if extraction failed.
9658
9659 2007-10-07 Daiki Ueno <ueno@unixuser.org>
9660
9661 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9662 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9663 failed.
9664
9665 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9666
9667 * Relicense "GPLv2 or later" files to "GPLv3 or later".
9668
9669 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9670
9671 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9672 to mark a thread as expirable. Add variable `hide' to handle hiding of
9673 thread for both the null and zero (kill/expire thread) universal prefix
9674 cases.
9675 (gnus-summary-expire-thread): Add new function to expire a thread,
9676 using gnus-summary-kill-thread.
9677 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9678 shortcuts for gnus-summary-expire-thread.
9679 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9680 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
9681
9682 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9683
9684 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9685 extras value, so an extras entry can be deleted.
9686 (gnus-registry-delete-extra-entry): Use it.
9687 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9688 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9689 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9690 storage through the gnus-registry, and provide an appropriate API for
9691 it.
9692
9693 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9694
9695 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9696 Suggested by Leo <sdl.web@gmail.com>.
9697
9698 * gnus.el: Do.
9699
9700 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9701
9702 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9703 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
9704
9705 * gnus-agent.el (gnus-agent-fetch-headers): Do.
9706
9707 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9708 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9709
9710 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9711
9712 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9713 newline.
9714 (nnmbox-request-accept-article): Don't change article in source buffer;
9715 narrow to header to use message-fetch-field rather than
9716 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9717 (nnmbox-request-replace-article): Quote lines that'll be misidentified
9718 as delimiters; make sure article ends with newline.
9719 (nnmbox-delete-mail): Correct last position of article to be deleted;
9720 ignore X-Gnus-Newsgroup header in article body.
9721 (nnmbox-save-mail): Quote lines looking like delimiters at the right
9722 positions; make sure article ends with newline.
9723
9724 * message.el (message-display-abbrev): Don't infloop when a user
9725 inserts SPC in the beginning of header.
9726
9727 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
9728
9729 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9730 list of groups not followed by default. Fix type to be regexp.
9731 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9732
9733 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
9734
9735 * hmac-def.el (define-hmac-function): Switch from old-style to
9736 new-style backquotes.
9737
9738 * md4.el (md4-make-step): Likewise.
9739
9740 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
9741
9742 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9743 raw-text coding system when saving .newsrc file, which may contain
9744 non-ASCII group names.
9745
9746 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9747
9748 * gnus-cus.el (gnus-score-extra): New widget.
9749 (gnus-score-extra-convert): New function.
9750 (gnus-score-customize): Use it for Extra.
9751
9752 2007-08-31 Daiki Ueno <ueno@unixuser.org>
9753
9754 * mml2015.el (mml2015-extract-cleartext-signature): New function.
9755 (mml2015-mailcrypt-clear-verify): Use it.
9756 (mml2015-gpg-clear-verify): Use it.
9757 (mml2015-pgg-clear-verify): Use it.
9758 (mml2015-epg-clear-verify): Replace the current part with the output
9759 from GnuPG; don't extract the plaintext by itself.
9760
9761 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9762 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9763 mml2015-clear-verify-function; don't touch the armor headers or
9764 dash-escaped text here.
9765
9766 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
9767
9768 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9769 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9770 parts, or application/octet-stream as a last resort.
9771 (gnus-mime-view-part-as-type): Don't toggle display.
9772 (gnus-mime-view-part-as-charset): Don't turn off display before
9773 querying charset.
9774
9775 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9776 stuff to undisplayer function in Emacs.
9777 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9778
9779 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9780 text/calendar parts.
9781
9782 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
9783
9784 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9785 decoding text/calendar parts.
9786
9787 * message.el (message-forward-make-body-mime): Always mark body as
9788 having no illegible text; remove signed-or-encrypted argument.
9789 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9790
9791 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9792 (mml-generate-mime-1): Don't encode body if it is specified to be in
9793 raw form; don't make buffer be unibyte when inserting multibyte string.
9794
9795 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9796
9797 * sha1.el: Fix up comment style.
9798 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9799 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9800
9801 * hex-util.el: Fix up comment style.
9802 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9803
9804 * gnus-salt.el: Use with-current-buffer.
9805 (gnus-pick-setup-message): Fix long-standing typo.
9806
9807 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
9808
9809 * imap.el (imap-logout-timeout): New variable.
9810 (imap-logout, imap-logout-wait): New functions.
9811 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9812
9813 * nnimap.el (nnimap-logout-timeout): New server variable.
9814 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9815 nnimap-logout-timeout.
9816
9817 * gnus-art.el (gnus-article-summary-command-nosave)
9818 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9819
9820 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
9821
9822 * gnus.el (gnus-maximum-newsgroup): New variable.
9823
9824 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9825 according to gnus-maximum-newsgroup.
9826
9827 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9828 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9829 Limit the range of articles according to gnus-maximum-newsgroup.
9830
9831 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
9832
9833 * gnus-art.el (gnus-sticky-article): Fix problems described in
9834 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
9835 Don't perform gnus-configure-windows here; reuse existing sticky
9836 article buffer.
9837
9838 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9839 it doesn't exist in gnus-article-mode.
9840
9841 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
9842
9843 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9844 (gnus-agent-decoded-group-name): New function.
9845 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9846 (gnus-agent-expire-group-1): Use it; decode group name in messages.
9847
9848 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
9849
9850 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9851 Add binding for gnus-sticky-article.
9852 (gnus-summary-exit): Don't kill sticky article buffers.
9853
9854 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9855 article buffer.
9856 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9857 (gnus-kill-sticky-article-buffers): New commands.
9858
9859 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
9860
9861 * nntp.el (nntp-xref-number-is-evil): New server variable.
9862 (nntp-find-group-and-number): If it is non-nil, don't trust article
9863 numbers in the Xref header.
9864
9865 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9866
9867 * gnus-agent.el (gnus-agent-read-group): New function.
9868 (gnus-agent-flush-group, gnus-agent-expire-group)
9869 (gnus-agent-regenerate-group): Use it.
9870 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9871 nnmail-pathname-coding-system.
9872
9873 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
9874
9875 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9876
9877 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9878 that are unread as unread, and also as selected so that information of
9879 marks having been changed by a user may be updated when exiting group.
9880
9881 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
9882
9883 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9884
9885 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
9886
9887 * gnus-art.el (gnus-mime-display-single): Pass part number that is
9888 calculated ignoring signature parts to gnus-treat-article.
9889
9890 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
9891
9892 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9893 a point here in order to keep the window start.
9894 (gnus-insert-mime-security-button): Make a button overlay without the
9895 front stickiness.
9896 (gnus-mime-display-security): Goto the end of a button.
9897
9898 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9899
9900 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9901
9902 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9903 group-name-at-point.
9904 (gnus-group-completing-read): New function that offers decoded
9905 non-ASCII group names for completion.
9906 (gnus-fetch-group, gnus-group-read-ephemeral-group)
9907 (gnus-group-jump-to-group, gnus-group-make-group-simple)
9908 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9909 (gnus-group-fetch-control): Use it.
9910 (gnus-fetch-group): Use group-name-at-point for the initial value
9911 rather than the default value; use gnus-alive-p.
9912
9913 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9914 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9915 (gnus-summary-post-news): Use gnus-group-completing-read.
9916
9917 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9918 (gnus-read-move-group-name): Decode group name for completion.
9919
9920 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
9921
9922 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9923 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9924 Yamaoka slightly modified the code).
9925
9926 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
9927
9928 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9929 (nnmail-split-incoming): Bind it.
9930
9931 * nnml.el (nnml-group-name-charset): New function.
9932 (nnml-decoded-group-name): Use it; don't decode group name if
9933 nnmail-group-names-not-encoded-p is non-nil.
9934 (nnml-encoded-group-name): New function.
9935 (nnml-group-pathname): Inline nnml-decoded-group-name.
9936 (nnml-request-expire-articles): Decode group name in message.
9937 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9938 nnmail-pathname-coding-system.
9939 (nnml-save-mail, nnml-active-number): Work with decoded group names and
9940 not decoded ones according to nnmail-group-names-not-encoded-p.
9941 (nnml-generate-active-info): Use nnml-encoded-group-name.
9942
9943 2007-08-08 Glenn Morris <rgm@gnu.org>
9944
9945 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9946 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9947 doc-strings and comments.
9948
9949 2007-07-25 Glenn Morris <rgm@gnu.org>
9950
9951 * Relicense all FSF files to GPLv3 or later.
9952
9953 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
9954
9955 * gnus-sum.el (gnus-summary-move-article):
9956 Make gnus-summary-respool-article work.
9957
9958 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
9959
9960 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9961 string.
9962
9963 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
9964
9965 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
9966 that should be ignored when comparing distant RSS articles with local
9967 ones.
9968 (nnrss-make-hash-index): New function. Create a hash index according
9969 to the ignored fields.
9970 (nnrss-check-group): Use it.
9971
9972 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
9973
9974 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9975
9976 * gnus-art.el (article-decode-group-name): Decode Xref header too.
9977
9978 * gnus-group.el (gnus-group-make-group): Encode group name here unless
9979 the new optional argument ENCODED is non-nil.
9980 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9981 coding system for encoding group name.
9982 (gnus-group-make-rss-group): Pass un-encoded group name to
9983 gnus-group-make-group.
9984 (gnus-group-set-info): Tell gnus-group-make-group that group name is
9985 encoded.
9986
9987 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9988 Encode group name to which articles are moved or copied.
9989 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9990 coding system for encoding Newsgroup, Followup-To and Xref headers.
9991
9992 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9993 marks; use nnheader-file-coding-system to write a file.
9994 (nnagent-retrieve-headers): Bind file-name-coding-system to
9995 nnmail-pathname-coding-system.
9996
9997 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9998
9999 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10000 (nnml-request-article, nnml-request-create-group)
10001 (nnml-request-rename-group, nnml-find-id)
10002 (nnml-possibly-change-directory, nnml-possibly-create-directory)
10003 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10004 (nnml-save-marks): Use nnml-group-pathname instead of
10005 nnmail-group-pathname.
10006
10007 (nnml-request-create-group, nnml-request-expire-articles)
10008 (nnml-request-move-article, nnml-request-delete-group)
10009 (nnml-deletable-article-p, nnml-possibly-create-directory)
10010 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10011 (nnml-open-marks): Bind file-name-coding-system to
10012 nnmail-pathname-coding-system.
10013
10014 (nnml-request-article): Pass server argument to nnml-find-group-number.
10015 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10016 Pass server argument to nnml-possibly-create-directory.
10017 (nnml-request-accept-article): Pass server argument to
10018 nnml-active-number and nnml-save-mail.
10019 (nnml-find-group-number): Pass server argument to nnml-find-id.
10020 (nnml-request-update-info): Pass server argument to
10021 nnml-marks-changed-p.
10022
10023 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10024 (nnml-save-mail, nnml-active-number): Add server argument.
10025
10026 (nnml-request-delete-group): Warn if group is missing.
10027 (nnml-get-nov-buffer): Decode group name.
10028 (nnml-generate-active-info): Encode group name.
10029 (nnml-open-marks): Decode group name in messages.
10030
10031 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10032
10033 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10034 if it is not specified.
10035 (gnus-article-pipe-part, gnus-article-save-part)
10036 (gnus-article-interactively-view-part, gnus-article-copy-part)
10037 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10038 (gnus-article-inline-part, gnus-article-save-part-and-strip)
10039 (gnus-article-replace-part, gnus-article-delete-part)
10040 (gnus-article-view-part-as-type): Pass raw prefix argument to
10041 gnus-article-part-wrapper.
10042
10043 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
10044
10045 * gnus-agent.el (gnus-agent-save-active):
10046 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10047
10048 * gnus-cache.el (gnus-cache-save-buffers)
10049 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10050 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10051 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10052 (gnus-cache-braid-nov, gnus-cache-braid-heads)
10053 (gnus-cache-generate-active, gnus-cache-rename-group)
10054 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10055 (gnus-cache-update-overview-total-fetched-for):
10056 Bind file-name-coding-system to nnmail-pathname-coding-system.
10057 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10058 New variables.
10059 (gnus-cache-decoded-group-name): New function.
10060 (gnus-cache-file-name): Use it.
10061 (gnus-cache-generate-active): Use non-decoded group name for active.
10062
10063 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10064 right place.
10065 (gnus-write-active-file): Don't break non-ASCII group names.
10066
10067 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10068 nnmail-pathname-coding-system.
10069
10070 * gnus-uu.el (gnus-uu-decode-save): Typo.
10071
10072 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10073
10074 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10075
10076 2007-07-14 David Kastrup <dak@gnu.org>
10077
10078 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10079 finishing actions if we did not edit the article.
10080
10081 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10082
10083 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10084 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10085 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10086 (gnus-agent-flush-group, gnus-agent-flush-cache)
10087 (gnus-agent-fetch-headers, gnus-agent-load-alist)
10088 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10089 (gnus-agent-retrieve-headers, gnus-agent-request-article)
10090 (gnus-agent-regenerate-group)
10091 (gnus-agent-update-files-total-fetched-for)
10092 (gnus-agent-update-view-total-fetched-for):
10093 Bind file-name-coding-system to nnmail-pathname-coding-system.
10094 (gnus-agent-group-pathname): Don't encode file names by
10095 nnmail-pathname-coding-system.
10096 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10097 coding-system-for-write instead of buffer-file-coding-system to
10098 gnus-agent-file-coding-system.
10099
10100 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10101 Decode group name.
10102
10103 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10104
10105 * gnus-start.el (gnus-update-active-hashtb-from-killed)
10106 (gnus-read-newsrc-el-file): Make group names unibyte.
10107
10108 * nnmail.el (nnmail-group-pathname): Don't encode file names by
10109 nnmail-pathname-coding-system.
10110
10111 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10112 (nnrss-request-delete-group): Bind file-name-coding-system to
10113 nnmail-pathname-coding-system.
10114 (nnrss-read-server-data, nnrss-read-group-data):
10115 Bind file-name-coding-system correctly.
10116 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10117
10118 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10119 (nntp-server-to-method-cache): New variable.
10120 (nntp-group-pathname): New function that decodes non-ASCII group names.
10121 (nntp-possibly-create-directory, nntp-marks-changed-p)
10122 (nntp-save-marks, nntp-open-marks): Use it.
10123 (nntp-possibly-create-directory, nntp-open-marks):
10124 Bind file-name-coding-system to nnmail-pathname-coding-system.
10125 (nntp-open-marks): Decode group names when bootstrapping marks.
10126
10127 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10128 Newsgroups and Folowup-To headers.
10129
10130 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10131
10132 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10133 (gnus-server-closed-face, gnus-server-denied-face)
10134 (gnus-server-offline-face): Remove variable.
10135 (gnus-server-font-lock-keywords): Use faces that are not aliases.
10136
10137 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10138 of modifying message-stack directly for XEmacs.
10139
10140 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10141 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10142 if the coding-system argument is nil for XEmacs.
10143
10144 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10145 mm-charset-override-alist.
10146
10147 * rfc2047.el: Don't require base64; require rfc2045 for the function
10148 rfc2045-encode-string.
10149 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10150 to quote the parameter value.
10151
10152 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
10153
10154 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10155 form in gnus-group-name-charset-method-alist.
10156
10157 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10158 overrides the default layout edit-form.
10159
10160 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10161
10162 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10163
10164 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
10165
10166 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10167 as unfetched articles.
10168
10169 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
10170
10171 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10172
10173 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10174
10175 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10176 original back end that keeps marks in the local system.
10177
10178 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
10179
10180 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10181 arg of pop-to-buffer for XEmacs.
10182 (gnus-article-read-summary-keys): Ditto; don't restore window
10183 configuration if summary command ends up with neither article buffer
10184 nor summary buffer; describe bindings if summary keys end with C-h.
10185
10186 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10187
10188 * message.el (message-fix-before-sending): Skip raw message part to be
10189 forwarded while checking illegible text.
10190 (message-forward-make-body-mime, message-forward-make-body):
10191 Mark signed or encrypted raw message as having no illegible text.
10192
10193 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10194
10195 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10196 (gnus-message-with-timestamp-1): New macro.
10197 (gnus-message-with-timestamp): New function.
10198 (gnus-message): Use them.
10199
10200 * nnheader.el (nnheader-message): Use them.
10201
10202 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
10203
10204 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10205 .newsrc.eld file.
10206
10207 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10208
10209 * gnus-agent.el (gnus-agent-fetch-headers)
10210 (gnus-agent-retrieve-headers):
10211 Bind gnus-decode-encoded-address-function to identity.
10212
10213 * nntp.el (nntp-send-xover-command): Recognize an xover command is
10214 available also when the server returns simply a dot.
10215
10216 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10217
10218 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10219
10220 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10221
10222 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10223
10224 * gnus-ems.el (gnus-x-splash): Make it work.
10225
10226 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10227 from being used.
10228
10229 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10230
10231 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10232 the front stickiness.
10233 (gnus-article-summary-command-nosave): Correct the order of the
10234 arguments passed to pop-to-buffer.
10235 (gnus-article-read-summary-keys): Ditto; make it work properly when the
10236 summary command ends up with the article buffer.
10237
10238 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10239 the same faces.
10240
10241 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10242
10243 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10244
10245 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10246
10247 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10248 * gnus-sum.el (gnus-summary-highlight):
10249 * mail-source.el (mail-source-delete-old-incoming-confirm):
10250 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10251
10252 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10253
10254 * gnus-art.el (gnus-mime-view-part-externally)
10255 (gnus-mime-view-part-internally): Fix predicate function passed to
10256 completing-read.
10257
10258 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10259
10260 * gnus.el (gnus-update-message-archive-method): Add :version.
10261
10262 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10263
10264 * gnus.el (gnus-update-message-archive-method): New variable.
10265
10266 * gnus-start.el (gnus-setup-news): Update saved "archive" method
10267 according to gnus-message-archive-method if
10268 gnus-update-message-archive-method is non-nil.
10269
10270 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10271
10272 * gnus-sum.el (gnus-summary-limit-to-address): New function.
10273 Suggested by Loic Dachary <loic@dachary.org>.
10274 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10275
10276 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10277
10278 * message.el (message-pop-to-buffer): Add switch-function argument.
10279 (message-mail): Pass switch-function argument to it.
10280
10281 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
10282
10283 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10284 Improve doc string.
10285
10286 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10287
10288 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10289 (gnus-header-content)
10290 * gnus-cite.el (gnus-cite-10)
10291 * gnus-srvr.el (gnus-server-closed)
10292 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10293 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10294 (gnus-group-mail-3-empty, gnus-group-mail-low)
10295 (gnus-group-mail-low-empty, gnus-splash)
10296 * message.el (message-header-to, message-header-cc)
10297 (message-header-subject, message-header-other, message-header-name)
10298 (message-header-xheader, message-separator, message-cited-text)
10299 (message-mml): Lighten colors of faces used for dark background.
10300
10301 2007-05-24 Simon Josefsson <simon@josefsson.org>
10302
10303 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10304 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
10305
10306 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10307
10308 * message.el (message-narrow-to-headers-or-head):
10309 Ignore mail-header-separator in the body.
10310
10311 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10312
10313 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10314 same as window size.
10315
10316 2007-05-22 Kevin Ryde <user42@zip.com.au>
10317
10318 * message.el (message-font-lock-keywords): Use message-header-xheader
10319 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
10320 ahead of the anything pattern, to get it recognised.
10321
10322 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
10323
10324 * gnus-sum.el (gnus-articles-to-read)
10325 (gnus-summary-insert-old-articles): Don't truncate group name for
10326 `read-string'.
10327
10328 * gnus-util.el (gnus-limit-string): Delete this function.
10329
10330 * gnus-sum.el (gnus-simplify-subject-fully):
10331 Use `truncate-string-to-width' instead.
10332
10333 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
10334
10335 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10336 Tell if, on summary exit, the next group has to be selected.
10337 (gnus-summary-exit): Use it.
10338
10339 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
10340
10341 * gnus-art.el (gnus-article-mode): Fix comment about displaying
10342 non-break space.
10343
10344 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10345
10346 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10347 Check if group is not a directory.
10348 (nnfolder-request-expire-articles): Don't delete articles if the target
10349 group is not available.
10350
10351 * nnml.el (nnml-request-create-group): Properly check if group is not a
10352 file.
10353 (nnml-request-expire-articles): Don't delete articles if the target
10354 group is not available.
10355
10356 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10357 Don't quote characters that are within parentheses.
10358
10359 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
10360
10361 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10362 (gnus-handle-ephemeral-exit): Select article according to it.
10363
10364 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10365
10366 * message.el (message-insert-formated-citation-line): Remove newline.
10367 (message-citation-line-format): Add final \n here so that the user can
10368 avoid a blank line.
10369
10370 2007-05-03 Dan Christensen <jdc@uwo.ca>
10371
10372 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10373 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10374 Update lanl/arXiv support.
10375
10376 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10377
10378 * gnus.el: Bump version number.
10379
10380 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10381
10382 * gnus.el (gnus-version-number): Bump version.
10383
10384 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10385
10386 * gnus.el: No Gnus v0.6 is released.
10387
10388 2007-04-27 Didier Verna <didier@xemacs.org>
10389
10390 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10391 * gmm-utils.el (gmm-regexp-concat): ... here.
10392 * message.el: Don't require 'gnus-util.
10393 (message-dont-reply-to-names): Handle name change above.
10394 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10395
10396 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10397
10398 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10399 since the initial value varies according to the system.
10400
10401 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10402
10403 * mm-util.el (mm-charset-synonym-alist): Defcustom.
10404
10405 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
10406
10407 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10408
10409 2007-04-24 Didier Verna <didier@xemacs.org>
10410
10411 Improve the type of gnus-ignored-from-addresses.
10412 * gnus-util.el (gnus-orify-regexp): New function.
10413 * message.el (gnus-util): Require it.
10414 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10415 * gnus-sum.el (gnus-ignored-from-addresses): New function.
10416 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10417
10418 2007-04-24 Didier Verna <didier@xemacs.org>
10419
10420 * gnus-sum.el:
10421 * gnus-utils.el: Fix some trailing whitespaces.
10422
10423 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
10424
10425 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10426 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10427 article's Message-ID; refer parent article in summary buffer.
10428
10429 * message.el (message-bounce): Call mime-to-mml.
10430
10431 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10432
10433 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10434
10435 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10436
10437 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10438 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10439 displayed of multipart/alternative part if it is invoked from summary
10440 buffer.
10441
10442 * mm-view.el (mm-inline-text-html-render-with-w3m)
10443 (mm-inline-text-html-render-with-w3m-standalone)
10444 (mm-inline-render-with-function): Use mail-parse-charset by default.
10445
10446 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
10447
10448 * parse-time.el (parse-time-string-chars): Check if CHAR
10449 is less than the length of parse-time-syntax.
10450
10451 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
10452
10453 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10454 from gnus-newsgroup-processable.
10455
10456 2007-04-16 Didier Verna <didier@xemacs.org>
10457
10458 * gnus-msg.el (gnus-configure-posting-styles):
10459 Handle message-signature-directory properly with :file syntax.
10460 Reported by "Leo".
10461
10462 2007-04-11 Didier Verna <didier@xemacs.org>
10463
10464 New user option: message-signature-directory.
10465 * gnus-msg.el (gnus-configure-posting-styles): Support it.
10466 * message.el (message-insert-signature): Ditto.
10467 * message.el (message-signature-file): Doc update.
10468 * message.el (message-signature-directory): New.
10469
10470 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
10471
10472 * gnus-msg.el (gnus-inews-yank-articles):
10473 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10474
10475 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
10476
10477 * message.el (message-yank-original): Make sure cited text ends with
10478 newline; don't exchange point and mark.
10479
10480 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
10481
10482 * tls.el (open-tls-stream): Properly handle case where there
10483 is no associated buffer.
10484
10485 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
10486
10487 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10488 message-yank-original, make sure (< mark TEXT point).
10489
10490 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10491
10492 * message.el (message-fill-column): New variable.
10493 (message-mode): Use it. Add comment on a possible new hook.
10494
10495 * nnmail.el (nnmail-spool-file): Mark as obsolete.
10496 (nnmail-get-new-mail): Reformat.
10497
10498 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10499
10500 * gmm-utils.el: Fix Commentary.
10501 (gmm-tool-bar-from-list): Fix typo in doc string.
10502
10503 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
10504
10505 * message.el (message-yank-original): Don't switch point and mark
10506 unnecessarily to put point and mark as documented.
10507
10508 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10509
10510 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10511 from the message heads.
10512
10513 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
10514
10515 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10516 article buffer does not have a window. This may not be the best
10517 solution but is certainly better than setting the start of the null,
10518 that is the current, window.
10519
10520 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
10521
10522 * gnus-draft.el (gnus-draft-setup-hook): New hook.
10523 (gnus-draft-setup): Run it.
10524
10525 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10526 gnus-score-fast-scoring. Allow regexp.
10527 (gnus-score-headers): Use it.
10528
10529 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10530 XEmacs.
10531
10532 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10533 string.
10534 (gnus-button-alist): Also catch `<f1> k ...'.
10535 (gnus-treat-display-x-face): Fix doc string.
10536
10537 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10538
10539 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10540 evaluation of gnus-extended-version to ensure correct generation of the
10541 User-Agent header when message-generate-headers-first is used.
10542
10543 2007-03-24 Simon Josefsson <simon@josefsson.org>
10544
10545 * hashcash.el (hashcash-generate-payment-async): Don't crash if
10546 hashcash-path is nil. Don't call callback with incorrect number of
10547 parameters if val is 0.
10548
10549 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10550
10551 * message.el (message-required-news-headers):
10552 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10553
10554 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10555
10556 * message.el (message-generate-new-buffers): Change the meaning of the
10557 nil value; add `standard' to the choices; treat t as `unique'; improve
10558 doc string.
10559 (gnus-select-frame-set-input-focus): Autoload.
10560 (message-buffer-name): Search for the existing message buffer if
10561 message-generate-new-buffers is nil or `standard'; treat the value t of
10562 message-generate-new-buffers as `unique'.
10563 (message-pop-to-buffer): Raise the frame already displaying the message
10564 buffer; clear the echo area after querying.
10565 (message-setup): Pass the `continue' argument to compose-mail.
10566 (message-mail): Prefer `switch-function' if it is given; search for the
10567 existing message buffer if the `continue' argument is non-nil; pass
10568 continue and switch-function arguments to compose-mail by way of
10569 message-setup.
10570 (message-mail-other-window): Adjust argument of message-setup.
10571 (message-mail-other-frame): Ditto.
10572
10573 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10574
10575 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10576 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10577 to turn font-lock on when turning gnus-message-citation-mode on.
10578
10579 2007-03-06 Daiki Ueno <ueno@unixuser.org>
10580
10581 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10582 (mml-smime-function-alist): New variable; add epg as the backend.
10583 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10584 mml-smime- functions instead.
10585 * mm-view.el: Require smime.
10586
10587 2007-03-05 Didier Verna <didier@xemacs.org>
10588
10589 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10590 instead of just inheritance for posting styles.
10591 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10592
10593 2007-02-24 John Paul Wallington <jpw@pobox.com>
10594
10595 * tls.el (tls-certtool-program): Fix custom type.
10596
10597 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10598
10599 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10600 and point-at-eol instead of line-(beginning|end)-position.
10601
10602 * assistant.el (assistant-parse-buffer): Ditto.
10603
10604 2007-02-28 Daiki Ueno <ueno@unixuser.org>
10605
10606 * mml2015.el (mml2015-epg-find-usable-key): New function.
10607 (mml2015-epg-sign): Use it.
10608 (mml2015-epg-encrypt): Use it.
10609
10610 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10611
10612 * message.el (message-make-in-reply-to): Quote name containing
10613 non-ASCII characters. It will make the RFC2047 encoder cause an error
10614 if there are special characters. Reported by NAKAJI Hiroyuki
10615 <nakaji@jp.freebsd.org>.
10616
10617 2007-02-27 Didier Verna <didier@xemacs.org>
10618
10619 Include the group parameters as well as the topic ones in the
10620 inheritance filter process.
10621 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10622 argument GROUP-PARAMS-LIST.
10623 * gnus-topic.el (gnus-group-topic-parameters): Use it.
10624
10625 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
10626
10627 * nntp.el (nntp-never-echoes-commands)
10628 (nntp-open-connection-functions-never-echo-commands): New variables.
10629 (nntp-send-command): Use them.
10630
10631 2007-02-20 Daiki Ueno <ueno@unixuser.org>
10632
10633 * mml2015.el (mml2015-epg-verify): Simplify.
10634
10635 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
10636
10637 * mml.el (mml-content-disposition-alist): New user option.
10638 (mml-content-disposition): New function.
10639 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10640 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10641
10642 2007-02-19 Daiki Ueno <ueno@unixuser.org>
10643
10644 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10645 verification.
10646
10647 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10648
10649 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10650 articles posted in the last 24 hours.
10651
10652 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
10653
10654 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10655
10656 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
10657
10658 * nntp.el (nntp-send-command): Don't wait for echoes when
10659 nntp-open-ssl-stream is used.
10660
10661 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
10662
10663 * gnus-cite.el (gnus-test-font-lock-add-keywords)
10664 (gnus-message-add-citation-keywords)
10665 (gnus-message-remove-citation-keywords): Remove.
10666 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10667 directly, make the variables in font-lock-defaults buffer-local, add
10668 gnus-message-citation-keywords to them and then update the value of
10669 font-lock-keywords.
10670
10671 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
10672
10673 * message.el (message-cite-original-1): Don't call
10674 gnus-article-highlight-citation.
10675
10676 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10677 citations; fix line count.
10678
10679 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
10680
10681 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10682 (gnus-message-add-citation-keywords)
10683 (gnus-message-remove-citation-keywords): Use it; fix the emulating
10684 versions of font-lock-add-keywords and font-lock-remove-keywords to
10685 work with XEmacs correctly.
10686
10687 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
10688
10689 * gnus-cite.el (gnus-cite-face-list): Set the values of
10690 gnus-message-max-citation-depth and gnus-message-citation-keywords.
10691 (gnus-message-max-citation-depth): Use defvar rather than defconst.
10692 (gnus-message-cite-prefix-regexp): New variable.
10693 (gnus-message-search-citation-line): Use it; protect against long
10694 citation prefix; fill match data with nil rather than 0 for XEmacs; set
10695 the 0th match data for Emacs.
10696 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10697 (gnus-message-add-citation-keywords): Append keywords rather than
10698 prepending; emulate font-lock-add-keywords if it is not available.
10699 (gnus-message-remove-citation-keywords):
10700 Emulate font-lock-remove-keywords if it is not available.
10701
10702 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10703
10704 * message.el (message-cite-prefix-regexp): Set the value of
10705 gnus-message-cite-prefix-regexp.
10706
10707 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10708
10709 * nnweb.el (nnweb-google-parse-1): Update parser.
10710
10711 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
10712
10713 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10714
10715 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10716
10717 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10718 regexp.
10719
10720 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10721
10722 * uudecode.el (uudecode-string-to-multibyte): New function emulating
10723 string-to-multibyte.
10724 (uudecode-decode-region-internal): Use it.
10725
10726 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
10727
10728 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10729 Fix custom choice.
10730
10731 * gnus-art.el (gnus-signature-limit): Fix custom choice.
10732
10733 2007-01-22 Daiki Ueno <ueno@unixuser.org>
10734
10735 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10736
10737 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10738 `write-region' to respect `mm-inhibit-file-name-handlers'.
10739
10740 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
10741
10742 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10743 Use gnus-home-directory instead of "~/" or "$HOME".
10744
10745 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
10746
10747 * encrypt.el (encrypt-insert-file-contents): Add better prompt
10748 to mention filename.
10749 Add comments at beginning regarding usage.
10750 (encrypt-write-file-contents): Change interactive so a string is
10751 acceptable. If the file has no associated model, show an error instead
10752 of a nonsense prompt.
10753
10754 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10755
10756 * spam.el (spam-bsfilter-ham-switch): Fix typo.
10757 Thanks to Yoshihiko Yamada for kind notification of this typo.
10758
10759 2007-01-12 Kenichi Handa <handa@m17n.org>
10760
10761 * uudecode.el (uudecode-decode-region-internal): Make it work in a
10762 multibyte buffer.
10763
10764 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
10765
10766 * gnus-score.el (gnus-score-fast-scoring): New variable.
10767 (gnus-score-headers): Use it.
10768
10769 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10770
10771 * message.el (message-cite-original-1):
10772 Call gnus-article-highlight-citation if requested.
10773 (message-make-from): Allow name and address as optional arguments.
10774
10775 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10776
10777 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10778 bugs to doc string.
10779 (gnus-button-alist): Add mid\\|message-id.
10780 (gnus-button-fetch-group): Extend for use in
10781 `browse-url-browser-function'.
10782 (gnus-button-url-regexp): Try to catch paired parentheses like in
10783 Wikipedia URLs.
10784
10785 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10786 Suggested by Simon Krahnke <overlord@gmx.li>.
10787
10788 2007-01-13 Romain Francoise <romain@orebokech.com>
10789
10790 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10791 Update copyright.
10792
10793 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
10794
10795 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10796
10797 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
10798
10799 * gnus-registry.el (gnus-registry-unfollowed-groups)
10800 (gnus-registry-split-fancy-with-parent): Fix documentation.
10801
10802 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10803
10804 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10805 from nnweb groups.
10806
10807 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10808
10809 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10810 Xref urls. Erase buffer before requesting head.
10811
10812 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10813
10814 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
10815
10816 * gnus-soup.el (gnus-soup): New custom group. Make user variables
10817 customizable.
10818
10819 2007-01-05 Daiki Ueno <ueno@unixuser.org>
10820
10821 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10822 no signing key is found.
10823 (mml2015-epg-encrypt): Ask user whether to skip or abort if
10824 no encrypting and/or signing key is found.
10825
10826 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
10827
10828 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10829
10830 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10831
10832 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10833 headers read from disk with the ones newly found in the current search.
10834 This should no longer cause problems, because the article numbers in
10835 Gmane's `nov.php' output are ignored since the previous change.
10836
10837 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10838
10839 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10840
10841 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
10842
10843 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10844
10845 2007-01-01 Romain Francoise <romain@orebokech.com>
10846
10847 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10848
10849 2006-12-31 Steve Youngs <steve@sxemacs.org>
10850
10851 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10852 `define-minor-mode' macro definition expanded properly.
10853 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10854 exclude it there.
10855
10856 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10857 of 2006-12-30. The default is nil on (S)XEmacs already because of the
10858 `fboundp' test.
10859 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10860 This is OK to autoload in (S)XEmacs now.
10861
10862 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10863
10864 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10865 keystroke.
10866 (gnus-summary-limit-to-singletons): Fix typo.
10867
10868 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10869 else fails.
10870
10871 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10872
10873 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10874 docstring.
10875
10876 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10877 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10878 (gnus-summary-insert-dormant-articles): Fix typo in message.
10879
10880 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
10881
10882 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10883 nil for XEmacs.
10884 (gnus-message-citation-mode): Don't autoload in XEmacs.
10885
10886 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10887
10888 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
10889
10890 * nnimap.el (nnimap-expunge-search-string):
10891 Mention nnimap-search-uids-not-since-is-evil in docstring.
10892
10893 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
10894
10895 * spam.el: Revert to make-obsolete-variable because
10896 define-obsolete-variable-alias is not supported in Emacs 21.
10897
10898 * spam.el (spam-ifile-path, spam-ifile-database-path)
10899 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10900 make-obsolete-variable.
10901 (spam-bsfilter-path, spam-bsfilter-program)
10902 (spam-spamassassin-path, spam-spamassassin-program)
10903 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10904 Don't use "path" inappropriately.
10905 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10906 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10907 variable names.
10908
10909 2006-12-28 Daiki Ueno <ueno@unixuser.org>
10910
10911 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10912 summary buffer.
10913
10914 * password.el (password-cache-remove): Use clear-string to burn
10915 password, if available.
10916
10917 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
10918
10919 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10920
10921 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10922
10923 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10924 (gnus-message-highlight-citation): Move defcustom here from
10925 gnus-cite.el.
10926 (gnus-message-citation-mode): Autoload.
10927
10928 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
10929 checks to make it compile with XEmacs.
10930 (gnus-message-citation-mode): New minor mode.
10931 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10932 (gnus-message-highlight-citation): New variables.
10933 (gnus-message-search-citation-line)
10934 (gnus-message-add-citation-keywords)
10935 (gnus-message-remove-citation-keywords)
10936 (turn-on-gnus-message-citation-mode)
10937 (turn-off-gnus-message-citation-mode): New functions.
10938
10939 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
10940
10941 * gnus-cite.el: Enable highlighting of different citation levels in
10942 message-mode.
10943
10944 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
10945
10946 * message.el (message-make-fqdn): Fix comment.
10947 (message-bogus-system-names): Add ".local".
10948
10949 * spam.el (spam-ifile-path, spam-ifile-program)
10950 (spam-ifile-database-path, spam-ifile-database)
10951 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10952 Don't use "path" inappropriately.
10953 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10954 strings.
10955 (spam-check-ifile, spam-ifile-register-with-ifile)
10956 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10957 Use new variable names.
10958
10959 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10960 (gnus-treat-display-smileys): Simplify using
10961 gnus-image-type-available-p.
10962
10963 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10964 available.
10965
10966 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10967
10968 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10969 one after turning on the buffer's multibyteness instead of decoding
10970 them directly in the unibyte buffer that causes unexpected conversion
10971 in Emacs 23 (unicode).
10972
10973 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10974
10975 * message.el (message-generate-hashcash): Fix custom type.
10976
10977 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
10978
10979 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10980
10981 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
10982
10983 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10984 disconnect icons. Add help text.
10985
10986 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
10987
10988 * spam.el (spam-extra-header-to-number): CRM114 spam score is
10989 negated to be consistent with the others we handle.
10990
10991 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10992
10993 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10994 version of gnus-summary-buffer to something, so that we can use two
10995 article buffers at the same time.
10996
10997 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
10998
10999 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11000 trigger all the extra headers.
11001 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11002 sorting.
11003
11004 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11005
11006 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11007 solid groups.
11008
11009 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11010
11011 * legacy-gnus-agent.el: Add Copyright notice.
11012
11013 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
11014
11015 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11016
11017 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11018
11019 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11020
11021 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11022 to make it work reliably in CVS Emacs.
11023 (gnus-summary-limit-strange-charsets-predicate)
11024 (gnus-summary-limit-to-predicate): New functions.
11025
11026 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
11027
11028 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11029 specifying array size.
11030 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11031 array if it is too small.
11032 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11033 (gnus-sort-threads-loop): New function.
11034
11035 2006-12-06 Chris Moore <dooglus@gmail.com>
11036
11037 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11038 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11039
11040 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
11041
11042 * mm-url.el (mm-url-predefined-programs): Call curl with correct
11043 options.
11044
11045 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11046
11047 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11048 DOS-ing the recipient.
11049
11050 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11051 the headers when creating the mapping to avoid mismappings.
11052 (nnweb-gmane-create-mapping): Always nix out old mapping.
11053
11054 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11055
11056 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11057 and mm-verify-option to never.
11058
11059 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11060
11061 * message.el (message-signed-or-encrypted-p): New function.
11062 (message-forward-make-body): Use it.
11063
11064 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11065 Replace encode-coding-string with mm-encode-coding-string.
11066
11067 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
11068
11069 * nneething.el (nneething-decode-file-name):
11070 Replace decode-coding-string with mm-decode-coding-string.
11071
11072 * gnus-int.el (gnus-open-server): Say failed server's name.
11073
11074 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
11075
11076 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11077 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11078
11079 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11080 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11081 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11082 (gnus-group-make-directory-group, gnus-group-transpose-groups):
11083 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11084 (gnus-subscribe-newsgroup, gnus-1):
11085 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11086 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11087 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11088 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11089
11090 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11091
11092 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11093 keystroke.
11094 (gnus-summary-limit-to-bodies): Implement headersp.
11095
11096 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11097
11098 * dns.el (query-dns): Protect against "Process dns deleted" strings.
11099
11100 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11101
11102 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11103
11104 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11105
11106 * message.el (message-generate-hashcash): Expand range of values to
11107 include `opportunistic'.
11108 (message-send-mail): Use it.
11109
11110 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11111
11112 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11113 and comment it.
11114
11115 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11116
11117 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
11118
11119 * gnus-util.el (gnus-extract-address-components): Improve comment.
11120
11121 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11122
11123 * gnus-util.el (gnus-extract-address-components): Work with address in
11124 which the name portion contains @.
11125
11126 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11127
11128 * gnus.el (gnus-start): Move custom group up.
11129 (gnus-select-method): Don't autoload, but make it available for
11130 `customize-variable'.
11131 (gnus-getenv-nntpserver): Don't autoload.
11132
11133 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
11134
11135 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11136
11137 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11138
11139 * message.el (message-sendmail-extra-arguments): New variable.
11140 (message-send-mail-with-sendmail): Use it.
11141
11142 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11143
11144 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11145 mm-with-unibyte-current-buffer to make string unibyte.
11146
11147 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11148 mm-string-as-multibyte.
11149
11150 2006-11-14 Daiki Ueno <ueno@unixuser.org>
11151
11152 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11153 Reported by Werner Koch <wk@gnupg.org>.
11154
11155 2006-11-14 Daiki Ueno <ueno@p360>
11156
11157 * mml2015.el: Autoload epa-select-keys when compiling.
11158
11159 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11160
11161 * mml2015.el (mml2015-epg-sign): Save the signing keys in
11162 message-options.
11163 (mml2015-epg-encrypt): Save the recipient keys in message-options.
11164
11165 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11166
11167 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11168 EasyPG (< 0.0.6).
11169 (mml2015-always-trust): New user option.
11170 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11171 prompt.
11172
11173 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11174
11175 * nntp.el (nntp-authinfo-force): New variable.
11176 (nntp-send-authinfo): Use it.
11177
11178 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
11179
11180 * message.el (message-strip-subject-encoded-words): Allow _not_ to
11181 decode encoded words. Improve prompt. Add comment about forwarding.
11182 (message-replacement-char): Move up.
11183
11184 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11185
11186 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11187 instead of gnus-intersection because arguments of gnus-sorted-nunion
11188 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
11189
11190 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
11191
11192 * message.el (message-strip-subject-encoded-words): Reformat prompt.
11193 (message-simplify-subject-functions):
11194 Enable message-strip-subject-encoded-words by default.
11195
11196 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
11197
11198 * message.el (message-strip-subject-encoded-words): New function.
11199 (message-simplify-subject-functions): New variable.
11200 (message-simplify-subject): Use it. Fix typo in doc string.
11201 Support message-strip-subject-encoded-words.
11202
11203 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
11204
11205 * gnus-diary.el (gnus-diary-delay-format-function):
11206 * nndiary.el (nndiary-reminders):
11207 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11208
11209 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11210
11211 * gnus-art.el (article-hide-boring-headers): Fetch date from
11212 gnus-original-article-buffer to avoid problems with localized date
11213 strings.
11214
11215 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11216
11217 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11218
11219 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
11220
11221 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11222 New variables.
11223 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11224 (mm-charset-synonym-alist): Move some entries to
11225 mm-codepage-iso-8859-list.
11226 (mm-charset-synonym-alist, mm-charset-override-alist):
11227 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11228
11229 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11230
11231 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11232
11233 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11234
11235 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11236 with Emacs 21 and XEmacs.
11237
11238 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
11239
11240 * spam.el (spam-parse-address): New function for better parsing,
11241 catching errors, etc.
11242 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11243
11244 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11245
11246 * mm-view.el: Add interactive arg to html2text autoload.
11247
11248 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11249
11250 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11251
11252 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
11253
11254 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11255 New variables.
11256 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11257 (mm-charset-synonym-alist): Move some entries to
11258 mm-codepage-iso-8859-list.
11259
11260 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11261
11262 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
11263
11264 * message.el (message-citation-line-format)
11265 (message-insert-formated-citation-line): Fix implementation of %E, %N
11266 and %n according to the doc string.
11267
11268 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
11269
11270 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11271 Use car-safe to avoid bad parses.
11272
11273 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11274
11275 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11276 names.
11277
11278 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11279
11280 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11281
11282 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11283 header.
11284
11285 * message.el (message-draft-headers): Add Date.
11286 (message-headers-to-generate): Fix typo in docstring.
11287
11288 * nndraft.el (nndraft-required-headers): New variable.
11289 (nndraft-generate-headers): Use it.
11290
11291 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11292
11293 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11294
11295 * gnus-registry.el (gnus-registry-wash-for-keywords)
11296 (gnus-registry-find-keywords): New functions to allow easy searching of
11297 articles that are in the registry.
11298
11299 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11300
11301 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11302 Use ietf-drums-parse-address instead of gnus-extract-address-components.
11303 Reported by Damien Elmes <damien@repose.cx>.
11304
11305 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11306
11307 * gnus.el (gnus-mime): Remove unused custom group.
11308
11309 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11310
11311 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11312 "blank line" when searching for end of armor headers.
11313
11314 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11315
11316 * gmm-utils.el (gmm-write-region): Fix variable name.
11317
11318 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11319
11320 * gmm-utils.el (gmm-write-region): New function based on compatibility
11321 code from `mm-make-temp-file'.
11322
11323 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11324
11325 * nnmaildir.el (nnmaildir--update-nov)
11326 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11327 Use `gmm-write-region'.
11328
11329 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11330
11331 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11332 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11333
11334 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11335
11336 * message.el (message-replacement-char): New variable.
11337 (message-fix-before-sending): Use it.
11338 (message-simplify-subject): New function to remove duplicate code.
11339 (message-reply, message-followup): Use it.
11340
11341 * gnus-sum.el (gnus-summary-make-menu-bar):
11342 Clarify gnus-summary-limit-to-articles.
11343
11344 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
11345
11346 * gnus-util.el (gnus-with-local-quit): New macro.
11347
11348 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11349
11350 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
11351
11352 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11353 ignore non-string data.
11354
11355 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
11356
11357 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11358 non-string data (needs to be done in the registry too).
11359
11360 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11361
11362 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11363 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11364 (gnus-registry-split-fancy-with-parent)
11365 (gnus-registry-fetch-simplified-message-subject-fast)
11366 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11367 Remove text properties on ingress into the registry and when it's saved.
11368 (gnus-registry-clean-empty-function): Fix bug with cleaning the
11369 registry from entries with no groups.
11370
11371 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11372
11373 * gnus-util.el (gnus-string-remove-all-properties): Add utility
11374 function to remove string properties.
11375
11376 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11377
11378 * gmm-utils.el (gmm): Adjust custom version.
11379
11380 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11381 Adjust custom version.
11382
11383 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11384
11385 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11386
11387 * gnus-art.el (gnus-insert-prev-page-button)
11388 (gnus-insert-next-page-button): Simplify. Reformat.
11389
11390 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11391
11392 * gnus-art.el (gnus-insert-prev-page-button)
11393 (gnus-insert-next-page-button): Apply gnus-article-button-face.
11394
11395 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
11396
11397 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11398
11399 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11400
11401 * gnus-art.el (gnus-insert-mime-button)
11402 (gnus-insert-mime-security-button):
11403 Apply gnus-article-button-face to MIME and security buttons.
11404
11405 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
11406
11407 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11408 readable.
11409
11410 2006-09-20 Steve Youngs <steve@sxemacs.org>
11411
11412 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11413 `browse-url-of-file' instead of `browse-url'.
11414
11415 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11416
11417 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11418 regexp. Articles containing quotation were cut prematurely.
11419
11420 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11421
11422 * message.el (message-cite-original-1): Use nobody by default for the
11423 value of From header.
11424 (message-reply): Ditto.
11425
11426 2006-09-11 Daiki Ueno <ueno@unixuser.org>
11427
11428 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11429 to the gnus-info. This fixes a bug of inline-PGP message verification.
11430 Reported by Michael Piotrowski <mxp@dynalabs.de>.
11431
11432 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
11433
11434 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11435 mails in the doc string. Add some URLs in comment.
11436 (pop3-movemail): Warn about pop3-leave-mail-on-server.
11437
11438 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11439
11440 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11441 backslashes handling and the way to find boundaries of quoted strings.
11442
11443 2006-09-07 Daiki Ueno <ueno@unixuser.org>
11444
11445 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11446 mml1991-encrypt-to-self is set and mml1991-signers is not set.
11447 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11448 mml2015-encrypt-to-self is set and mml2015-signers is not set.
11449
11450 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11451
11452 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
11453 doc string.
11454 (gnus-button-regexp, gnus-button-last): Remove unused variables.
11455
11456 2006-09-06 Simon Josefsson <jas@extundo.com>
11457
11458 * mml2015.el (mml2015-use): Doc fix, mention epg.
11459
11460 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11461
11462 * mml2015.el (mml2015-use): Default to epg, if available.
11463
11464 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11465
11466 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11467 message-sender.
11468 (mml1991-epg-encrypt): Ditto.
11469 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11470 message-sender.
11471 (mml2015-epg-encrypt): Ditto.
11472
11473 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
11474
11475 * message.el (message-send-mail-with-sendmail): Look for sendmail in
11476 several common directories.
11477
11478 2006-09-05 Daiki Ueno <ueno@unixuser.org>
11479
11480 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11481 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11482
11483 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11484
11485 * gnus-art.el (article-decode-encoded-words): Make it fast.
11486
11487 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11488
11489 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11490
11491 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11492 in quoted string into `\'.
11493
11494 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11495
11496 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11497 Use standard-syntax-table.
11498
11499 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11500
11501 * gnus-art.el (gnus-decode-address-function): New variable.
11502 (article-decode-encoded-words): Use it to decode headers which are
11503 assumed to contain addresses.
11504 (gnus-mime-delete-part): Remove useless `or'.
11505
11506 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11507 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11508 (gnus-nov-parse-line): Use it to decode From header.
11509 (gnus-get-newsgroup-headers): Ditto.
11510 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11511
11512 * mail-parse.el (mail-decode-encoded-address-region): New alias.
11513 (mail-decode-encoded-address-string): New alias.
11514
11515 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11516 New function.
11517 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11518 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11519 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11520 (rfc2047-decode-string): Ditto.
11521 (rfc2047-decode-address-region): New function.
11522 (rfc2047-decode-address-string): New function.
11523
11524 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
11525
11526 * message.el (message-caesar-buffer-body): Allow rotating headers.
11527
11528 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11529
11530 * message.el (message-insert-formated-citation-line): Fix %f.
11531 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11532
11533 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
11534
11535 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11536 (gnus-bookmark-mouse-available-p): New macro.
11537 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11538 (gnus-bookmark-bmenu-show-infos): Use it.
11539 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11540 (gnus-bookmark-bmenu-hide-infos): Ditto.
11541 (gnus-bookmark-remove-properties): New function.
11542 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11543 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11544 (gnus-bookmark-write-file): Bind coding-system-for-write.
11545 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11546 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11547 group before selecting it.
11548 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11549 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11550 quit-window if it is not available; use gnus-mouse-2 and bind it to
11551 gnus-bookmark-bmenu-select-by-mouse.
11552 (gnus-bookmark-show-details): Remove unused variable `details-list'.
11553 (gnus-bookmark-bmenu-select-by-mouse): New function.
11554
11555 2006-08-13 Romain Francoise <romain@orebokech.com>
11556
11557 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11558 space.
11559
11560 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11561
11562 * compface.el (uncompface): Use binary rather than raw-text-unix.
11563
11564 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11565
11566 * compface.el (uncompface): Make sure the eol conversion doesn't take
11567 place when communicating with the external programs.
11568 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11569
11570 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
11571
11572 * nnheader.el (nnheader-insert-head): Fix typo in comment.
11573
11574 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11575
11576 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11577 Make it more robust by parsing author and date independently.
11578
11579 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11580
11581 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11582
11583 2006-07-28 Daiki Ueno <ueno@unixuser.org>
11584
11585 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11586 first matching secret key.
11587 (mml2015-epg-encrypt): Ditto.
11588
11589 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11590 first matching secret key.
11591 (mml1991-epg-encrypt): Ditto.
11592
11593 * mml2015.el (mml2015-encrypt-to-self): New user option.
11594 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11595 mml2015-epg-encrypt-to-self is set.
11596
11597 * mml1991.el (mml1991-encrypt-to-self): New variable.
11598 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11599 mml1991-epg-encrypt-to-self is set.
11600
11601 * mml2015.el (mml2015-signers): New user option.
11602 (mml2015-epg-sign): Reflect the value of mml2015-signers.
11603 (mml2015-epg-encrypt): Allow to select signing keys.
11604
11605 * mml1991.el (mml1991-signers): New variable.
11606 (mml1991-epg-sign): Reflect the value of mml1991-signers.
11607 (mml1991-epg-encrypt): Allow to select signing keys.
11608
11609 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
11610
11611 * nnheader.el (nnheader-insert-head): Make it work even if the file
11612 uses CRLF for the line-break code.
11613
11614 2006-07-25 Daiki Ueno <ueno@unixuser.org>
11615
11616 * mml2015.el: Require mml-sec instead of password.
11617 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11618 (mml2015-cache-passphrase): Inherit the default value from
11619 mml-secure-cache-passphrase.
11620 (mml2015-passphrase-cache-expiry): Inherit the default value from
11621 mml-secure-passphrase-cache-expiry.
11622
11623 * mml1991.el: Require mml-sec instead of password.
11624 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11625 (mml1991-cache-passphrase): Inherit the default value from
11626 mml-secure-cache-passphrase.
11627 (mml1991-passphrase-cache-expiry): Inherit the default value from
11628 mml-secure-passphrase-cache-expiry.
11629
11630 * mml-sec.el: Require password.
11631 (mml-secure-verbose): New user option.
11632 (mml-secure-cache-passphrase): New user option.
11633 (mml-secure-passphrase-cache-expiry): New user option.
11634
11635 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11636
11637 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11638 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
11639 andreas@altroot.de (Andreas Vögele).
11640
11641 FIXME: Use `tiny change'?
11642
11643 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11644
11645 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11646 workaround for the url package included with Emacs.
11647
11648 * nnweb.el (nnweb-google-create-mapping): Update regexp.
11649
11650 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
11651
11652 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11653 correctly. This fixes a bug caused by the 2006-05-12 change.
11654
11655 2006-07-18 Karl Fogel <kfogel@red-bean.com>
11656
11657 * nnmail.el (nnmail-article-group): If splitting raises an error, give
11658 some information about the error when saying that the `bogus' mail
11659 group will be used.
11660
11661 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
11662
11663 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11664 string.
11665
11666 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
11667
11668 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11669
11670 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11671
11672 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11673
11674 2006-07-10 Daiki Ueno <ueno@unixuser.org>
11675
11676 * mml1991.el (mml1991-function-alist): Add epg.
11677 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11678 (mml1991-epg-encrypt): New functions.
11679
11680 2006-07-10 Daiki Ueno <ueno@unixuser.org>
11681
11682 * mml2015.el (mml2015-verbose): New variable.
11683 (mml2015-cache-passphrase): Ditto.
11684 (mml2015-passphrase-cache-expiry): Ditto.
11685 (mml2015-function-alist): Add epg.
11686 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11687 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11688 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11689 New functions.
11690
11691 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11692
11693 * message.el (message-cite-original-1): Preserve region when removing
11694 quoted text due to X-No-Archive in order to avoid bogus attribution
11695 when citing multiple messages.
11696
11697 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11698
11699 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11700 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11701
11702 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
11703
11704 * gnus-diary.el (gnus-user-format-function-d)
11705 (gnus-user-format-function-D): Autoload.
11706
11707 * imap.el (Commentary): Fix typo.
11708
11709 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11710 2006-04-22 contribution.
11711
11712 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11713
11714 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11715 It didn't really fix the bogosity I'm seeing with solid web groups.
11716
11717 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11718
11719 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11720 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11721 created using server names. If we use the feature without declaring
11722 it, Gnus does not properly manage server and group state.
11723
11724 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11725 bound.
11726
11727 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11728
11729 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11730 looking up the method using GROUP's prefix before inventing a new one.
11731 It is used on killed/unknown groups in various places where returning
11732 an all-new method isn't expected by the caller.
11733
11734 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11735 and match semantics of gnus-group-real-prefix.
11736
11737 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
11738
11739 * nnmail.el (nnmail-broken-references-mailers): New variable.
11740 (nnmail-ignore-broken-references): New function generalizing
11741 nnmail-fix-eudora-headers.
11742 (nnmail-fix-eudora-headers): Now obsolete.
11743
11744 * gnus-art.el (gnus-button-handle-custom):
11745 Support `customize-apropos*'.
11746
11747 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11748
11749 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11750
11751 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11752 articles.
11753
11754 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
11755
11756 * message.el (message-cite-reply-above): New variable.
11757 (message-yank-original): Use it.
11758
11759 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
11760
11761 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11762
11763 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
11764
11765 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11766 as read.
11767
11768 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11769
11770 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
11771
11772 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11773 (gnus-bookmark-default-file): Use gnus-directory.
11774 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11775 Remove "*" in doc string.
11776 (gnus-bookmark-write-file): Simplify.
11777 (gnus-bookmark-maybe-sort-alist): Use `when'.
11778 (gnus-bookmark-get-bookmark): Fix typo in doc string.
11779 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11780 Add FIXME about Emacs 21 and XEmacs compatibility.
11781 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11782 compatibility.
11783 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11784 compatibility.
11785 (gnus-bookmark-menu-heading): Fix version.
11786
11787 2006-06-19 Bastien Guerry <bzg@altern.org>
11788
11789 * gnus-bookmark.el: New file.
11790
11791 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
11792
11793 * message.el (message-syntax-checks): Doc fix.
11794
11795 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11796
11797 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11798 unsubscribed groups as if they were killed ones. It causes duplicate
11799 entries in gnus-newsrc-alist.
11800
11801 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
11802
11803 * message.el (message-syntax-checks): Doc fix.
11804 (message-send-mail): Add check for continuation headers.
11805 (message-check-news-header-syntax): Fix regexp used to check for
11806 continuation headers.
11807
11808 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
11809
11810 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11811
11812 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
11813
11814 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11815
11816 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
11817
11818 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11819 default-truncate-lines.
11820
11821 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
11822
11823 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11824 to fill the utf-8 entry.
11825
11826 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11827
11828 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11829
11830 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
11831
11832 * gnus-agent.el (directory-files-and-attributes): Move all the way
11833 forward (the third and final move).
11834 (gnus-agent-read-agentview): Trap reconstruction errors due to
11835 nonexistent directory. Handle by returning nil.
11836
11837 2006-05-30 Didier Verna <didier@xemacs.org>
11838
11839 * message.el (message-dont-reply-to-names): Update the custom type.
11840 * message.el (message-dont-reply-to-names): New defsubst: potentially
11841 convert a list of regexps into a single one.
11842 * message.el (message-get-reply-headers): Use it.
11843 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11844
11845 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
11846
11847 * gnus-agent.el (directory-files-and-attributes): Move forward.
11848
11849 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11850
11851 * gnus-ml.el (gnus-mailing-list-subscribe)
11852 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11853 (gnus-mailing-list-message): Fix doc strings.
11854
11855 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11856
11857 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11858 of doing it manually.
11859
11860 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11861
11862 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11863 comment.
11864
11865 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
11866
11867 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11868 (gnus-agent-read-agentview): Fix handling of end-of-file error.
11869 (gnus-agent-read-local): All symbols allocated in my-obarray.
11870 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11871 (gnus-agent-regenerate-group): Check numeric names to see if they are
11872 messages or groups.
11873 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11874 better way of do this...)
11875
11876 * gnus-cache.el (gnus-agent-total-fetched-for):
11877 Ignore 'dummy.group' (there should be a better way of do this...)
11878
11879 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
11880
11881 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11882 (gnus-saved-headers): Ditto.
11883 (gnus-default-article-saver): Mention functions may have properties.
11884 (gnus-article-save): Override gnus-save-all-headers and
11885 gnus-saved-headers by :headers property which saver function may have.
11886 (gnus-summary-save-in-file): Add :headers property.
11887 (gnus-summary-write-to-file): Ditto.
11888
11889 * gnus-sum.el (gnus-summary-save-article): Bind
11890 gnus-prompt-before-saving to t when saving many articles in a file;
11891 always show all headers.
11892
11893 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11894
11895 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11896 marks.
11897
11898 * message.el (message-indent-citation): Add optional arguments to allow
11899 using it outside of message buffers.
11900
11901 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11902 (gnus-article-treat-unfold-headers): Use it.
11903 (gnus-article-truncate-lines): New variable.
11904 (gnus-article-mode): Use it.
11905 (gnus-article-toggle-truncate-lines): New function.
11906
11907 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11908 Add gnus-article-toggle-truncate-lines.
11909
11910 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11911 coding system in XEmacs, use binary.
11912
11913 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11914
11915 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11916 after-load-alist.
11917
11918 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11919 this function should save decoded articles.
11920 (gnus-summary-write-to-file): Use property to specify this function
11921 should save decoded articles and specify gnus-summary-save-in-file
11922 should be used to save articles other than the first one when saving
11923 many articles.
11924 (gnus-summary-save-body-in-file): Use property to specify this
11925 function should save decoded articles.
11926 (gnus-summary-write-body-to-file): Use property to specify this
11927 function should save decoded articles and specify
11928 gnus-summary-save-body-in-file should be used to save articles other
11929 than the first one when saving many articles.
11930
11931 * gnus-sum.el (gnus-summary-save-article): Simplify.
11932
11933 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
11934
11935 * gnus-art.el (gnus-default-article-saver):
11936 Add gnus-summary-write-body-to-file.
11937 (gnus-article-save-coding-system): Don't use coding system object
11938 in XEmacs.
11939 (gnus-read-save-file-name): Add optional `dir-var' argument which
11940 specifies directory in which files are saved; work even if optional
11941 `variable' argument is not specified.
11942 (gnus-summary-write-to-file): Read file name.
11943 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11944 (gnus-summary-write-body-to-file): New function.
11945
11946 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11947 (gnus-summary-local-variables): Add it.
11948 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11949 (gnus-summary-save-article): Remove optional `decode' argument;
11950 determine whether to decode articles by the value of
11951 gnus-default-article-saver; when saving many files using
11952 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11953 it first and use gnus-summary-save-in-file or
11954 gnus-summary-save-body-in-file thereafter unless
11955 gnus-prompt-before-saving is always; move point to article which
11956 will be saved.
11957 (gnus-summary-save-article-file): Revert.
11958 (gnus-summary-write-article-file): Revert.
11959 (gnus-summary-save-article-body-file): Revert.
11960 (gnus-summary-write-article-body-file): New function.
11961
11962 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11963
11964 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11965
11966 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
11967
11968 * gnus-art.el (gnus-default-article-saver): Doc fix.
11969 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11970 from gnus-summary-save-article-coding-system, and default to a
11971 certain coding system.
11972 (gnus-output-to-file): Add coding cookie and encode text according
11973 to gnus-article-save-coding-system; don't use mm-append-to-file.
11974
11975 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11976 gnus-art.el and rename to gnus-article-save-coding-system.
11977 (gnus-summary-save-article): Require gnus-art; don't show all
11978 headers if it decodes articles; don't add coding cookie here;
11979 don't bind mm-text-coding-system-for-write.
11980 (gnus-summary-save-article-file): Save decoded articles.
11981 (gnus-summary-write-article-file): When saving many files, use
11982 gnus-summary-write-to-file first and gnus-summary-save-in-file
11983 thereafter unless gnus-prompt-before-saving is always.
11984 (gnus-summary-save-article-body-file): Save decoded articles.
11985
11986 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11987
11988 * nnrss.el (nnrss-check-group): Bind hash-index.
11989
11990 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
11991
11992 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11993 its hash index. Store this hash in `nnrss-group-data'.
11994 (nnrss-read-group-data): Update accordingly.
11995
11996 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11997
11998 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11999 entry.
12000
12001 * gnus-sum.el (gnus-summary-make-menu-bar):
12002 Add gnus-article-browse-html-article.
12003
12004 2006-05-23 Hynek Schlawack <hynek@ularx.de>
12005
12006 * gnus-sum.el (gnus-summary-mime-map):
12007 Add gnus-article-browse-html-article.
12008
12009 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12010
12011 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12012 suitable coding systems in customize.
12013
12014 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12015
12016 * mail-source.el (mail-sources): Fix custom type.
12017
12018 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12019
12020 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12021 (gnus-summary-expire-articles-now): Shorten prompt.
12022
12023 * gmm-utils.el (wid-edit): Require.
12024 (defun-gmm): Rename from `gmm-defun-compat'.
12025 (gmm-image-search-load-path): Use it.
12026 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
12027
12028 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12029
12030 * gnus-sum.el (gnus-summary-save-article-coding-system):
12031 New variable.
12032 (gnus-summary-save-article): Add optional `decode' argument.
12033 If it is set and gnus-summary-save-article-coding-system is non-nil,
12034 save decoded article.
12035 (gnus-summary-write-article-file): Save decoded article if
12036 gnus-summary-save-article-coding-system is non-nil.
12037
12038 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12039 type.
12040
12041 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12042
12043 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12044
12045 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12046
12047 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12048 first to test gnus-single-article-buffer which may be buffer-local.
12049
12050 * gnus-sum.el (gnus-summary-setup-buffer):
12051 Make gnus-single-article-buffer buffer-local and nil in ephemeral
12052 group; make gnus-article-buffer, gnus-article-current, and
12053 gnus-original-article-buffer always buffer-local.
12054 (gnus-summary-exit): Kill article buffer belonging to ephemeral
12055 group.
12056 (gnus-handle-ephemeral-exit): Don't move to next summary line.
12057
12058 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
12059
12060 * nnml.el (nnml-request-compact-group): Compressed files might not
12061 have .gz extension.
12062
12063 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12064
12065 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12066 (mm-copy-to-buffer): Use with-current-buffer.
12067 (mm-display-part): Simplify.
12068 (mm-inlinable-p): Add optional arg `type'.
12069
12070 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12071
12072 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12073 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12074 Try harder to show the attachment internally or externally using
12075 gnus-mime-view-part-as-type.
12076
12077 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12078
12079 * message.el (message-from-style, message-signature-separator)
12080 (message-user-organization-file, message-send-mail-function)
12081 (message-citation-line-function, message-yank-prefix)
12082 (message-indent-citation-function, message-signature)
12083 (message-signature-file, message-signature-insert-empty-line):
12084 Remove autoloads.
12085
12086 * gnus-art.el (gnus-buttonized-mime-types):
12087 Remove "multipart/signed". Revert 2006-04-26 change.
12088
12089 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12090
12091 * gnus.el (gnus-version-number): Bump version.
12092
12093 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12094
12095 * gnus.el: No Gnus v0.5 is released.
12096
12097 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12098
12099 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12100 fetching articles by message-id.
12101
12102 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12103
12104 * message.el (hashcash): Require hashcash as normal.
12105
12106 * ecomplete.el (ecomplete-highlight-match-line):
12107 Use point-at-eol.
12108 (ecomplete-highlight-match-line): Use `highlight', because that
12109 face exists in both Emacs and XEmacs.
12110
12111 * message.el (message-display-abbrev): Use point-at-bol.
12112
12113 * mail-source.el: Don't require timer/timer-funcs.
12114
12115 * gnus-async.el: Ditto.
12116
12117 * password.el: Ditto.
12118
12119 * mm-url.el: Ditto.
12120
12121 * mm-util.el: Require timer/timer-funcs.
12122
12123 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12124
12125 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12126 Close.
12127
12128 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12129
12130 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12131 unibyte after clear-decrypt function runs.
12132
12133 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12134 returns as a unibyte string.
12135
12136 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12137
12138 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12139 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12140 (mml1991-pgg-encrypt): Ditto.
12141
12142 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
12143
12144 * message.el (message-user-organization-file): Check several
12145 locations of the organization file.
12146
12147 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12148 Add gnus-article-view-part-as-type.
12149
12150 * gnus-art.el (gnus-article-view-part-as-type): New function.
12151
12152 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12153 .mobi and .travel. Remove .nato, .bitnet and .uucp.
12154
12155 * mml.el: Simplify autoload.
12156 (mml-mode): defvar dnd-protocol-alist instead of using
12157 symbol-value.
12158 (mml-default-directory): New variable.
12159 (mml-minibuffer-read-file): Use it.
12160 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12161
12162 * message.el (message-citation-line-format): New variable.
12163 (message-insert-formated-citation-line): New function.
12164 (message-citation-line-function):
12165 Add `message-insert-formated-citation-line' to custom type.
12166
12167 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12168 to doc string.
12169
12170 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12171 depending on mm-verify-option.
12172
12173 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12174
12175 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12176 binding pgg-* variables; reimplement the section which prevents
12177 MIME header from being signed.
12178 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12179 pgg-text-mode; remove a blank line at the top of body.
12180
12181 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12182 lines at the top of body; use gnus-newsgroup-charset if there's no
12183 Charset header.
12184
12185 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12186
12187 * message.el (message-self-insert-commands): Doc fix.
12188
12189 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12190 (mm-uu-pgp-encrypted-test): Ditto.
12191 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12192 between header and body; return application/pgp-encrypted handle
12193 if decryption failed; decode decrypted body by charset.
12194
12195 * mm-decode.el (mm-automatic-display): Don't make application/pgp
12196 element match to application/pgp-*.
12197
12198 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12199
12200 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12201 HTML.
12202
12203 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12204
12205 * mail-source.el (mail-source-call-script): Message the error
12206 string.
12207
12208 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12209
12210 * gnus-util.el (gnus-byte-compile): Use it.
12211
12212 2006-04-22 xyblor <fake@invalid.email> (tiny change)
12213
12214 * gnus-util.el (kill-empty-logs): New function.
12215
12216 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12217
12218 * message.el (message-mail-alias-type): Doc fix.
12219 (message-mail-alias-type-p): New function.
12220 (message-send): Use it.
12221 (message-mode): Ditto.
12222 (message-strip-forbidden-properties): Ditto.
12223
12224 * ecomplete.el (ecomplete-database-file-coding-system):
12225 New variable.
12226 (ecomplete-save): Use it.
12227 (ecomplete-setup): Use it.
12228
12229 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12230
12231 * message.el (message-self-insert-commands): New variable.
12232 (message-strip-forbidden-properties): Use it.
12233
12234 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12235
12236 * message.el (message-put-addresses-in-ecomplete): Use a regexp
12237 that doesn't make XEmacs choke.
12238
12239 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
12240
12241 * gnus-util.el (gnus-replace-in-string):
12242 Prefer replace-regexp-in-string over of replace-in-string.
12243
12244 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
12245
12246 * gnus-util.el (gnus-select-frame-set-input-focus):
12247 Use select-frame-set-input-focus if it is available in XEmacs; use
12248 definition defined in Emacs 22 for old Emacsen.
12249
12250 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12251
12252 * mm-view.el (mm-inline-text): Use equal instead of equalp.
12253
12254 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
12255
12256 * gnus-registry.el (gnus-registry-cache-save): Remove text
12257 properties when saving via the temp buffer.
12258
12259 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12260
12261 * message.el (message-generate-hashcash): Honor custom type.
12262
12263 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12264
12265 * message.el (message-generate-hashcash): Default to non-nil when
12266 hashcash is found.
12267
12268 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12269 (gnus-refer-thread-limit): Increase default to 500.
12270
12271 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12272
12273 * flow-fill.el (fill-flowed): Allow delete-space.
12274
12275 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12276
12277 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12278 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12279 Remove autoloads.
12280
12281 2006-04-18 Simon Josefsson <jas@extundo.com>
12282
12283 * message.el (message-generate-hashcash): Default to.
12284
12285 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12286
12287 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12288 concatenating segments rather than before concatenating them.
12289
12290 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12291
12292 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12293
12294 * imap.el (imap-quote-specials): New function.
12295 (imap-login-auth): Quote specials.
12296
12297 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12298
12299 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12300
12301 * message.el (message-forward-make-body-plain):
12302 Allow message-forward-ignored-headers to be a list.
12303 (message-remove-ignored-headers): Factor out into function.
12304 (message-forward-make-body-mml): Use it.
12305 * rfc2231.el (rfc2231-parse-string): Remove dead code.
12306 (rfc2231-parse-string): Allow concatanation of parameters that
12307 aren't contiguous. The test case is
12308 (mail-header-parse-content-type "message/external-body;
12309 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12310 access-type=LOCAL-FILE;
12311 name*1*=plugh%2fhello-sailor%2fbing.pdf")
12312
12313 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12314
12315 * nntp.el (nntp-accept-process-output): Return the value of
12316 `nnheader-accept-process-output'.
12317
12318 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12319
12320 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12321 (gnus-button-alist): Recognize more diff formats.
12322 (gnus-button-patch): Strip directory.
12323
12324 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12325
12326 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12327 Emacs 22 when setting focus.
12328
12329 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12330
12331 * gnus-art.el (gnus-article-treat-types): Do treatment of
12332 text/x-verbatim parts.
12333 (gnus-button-patch): New command.
12334
12335 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12336 addresses that contain invalid characters.
12337
12338 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12339
12340 * message.el (message-put-addresses-in-ecomplete):
12341 Use gnus-replace-in-string.
12342 (message-is-yours-p): Use the more correct
12343 mail-header-parse-address instead of
12344 mail-extract-address-components.
12345 (message-put-addresses-in-ecomplete): Fix typo.
12346
12347 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12348 keystroke.
12349
12350 * gnus-art.el (gnus-treatment-function-alist): Change order of
12351 newsgroups/generic header folding to avoid double-folding.
12352
12353 * message.el (message-hidden-headers): Add X-Draft-From.
12354
12355 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12356 New command.
12357 (gnus-summary-repeat-search-article-backward): New command.
12358
12359 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12360 groups in the parent topic.
12361
12362 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
12363
12364 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12365 (spam-extra-header-to-number): Return the CRM114 number as a
12366 number instead of a string.
12367
12368 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12369
12370 * gnus-art.el (gnus-face-properties-alist): Move here from
12371 gnus-fun.
12372
12373 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12374
12375 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12376
12377 * message.el (message-strip-forbidden-properties): Only display on
12378 self-insert-command.
12379
12380 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12381 reindent.
12382 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12383
12384 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
12385
12386 * smiley.el (smiley-style): Fix typo.
12387
12388 2006-03-23 Kenichi Handa <handa@m17n.org>
12389
12390 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12391 instead of set-buffer-multibyte.
12392
12393 2006-03-23 Kenichi Handa <handa@m17n.org>
12394
12395 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12396 buffer and then decode the buffer text if necessary.
12397 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12398 first, and after mm-encode-body, change the buffer to unibyte.
12399
12400 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12401
12402 * hashcash.el (hashcash-insert-payment-async-2):
12403 Use message-goto-eoh instead of doing it manually.
12404 (mail-add-payment): Use message-narrow-to-header instead of trying
12405 to do the same itself.
12406
12407 * message.el (message-hidden-headers): Add Face.
12408
12409 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12410 reparenting code.
12411 (gnus-summary-reparent-children): Refactored out code.
12412 (gnus-summary-thread-map): New keystroke.
12413 (gnus-summary-reparent-children): Make into command.
12414
12415 * smiley.el (smiley-style): Default to `medium' if using a large
12416 font.
12417
12418 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12419 does it itself.
12420
12421 * message.el (message-point-in-header-p): Simplify definition.
12422
12423 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12424
12425 * nnagent.el (nnagent-request-set-mark): Silence log file
12426 writing.
12427 (nnagent-request-set-mark): Use write-region instead of
12428 append-to-file.
12429
12430 * gnus-sum.el (gnus-read-header): Fudge article number if using a
12431 strange select method.
12432
12433 * ecomplete.el (ecomplete-display-matches): Get highlightling
12434 right.
12435 (ecomplete-display-matches): Use literals.
12436 (ecomplete-display-matches): Disable message logging.
12437
12438 * message.el (message-display-abbrev): Small optimization.
12439
12440 * ecomplete.el (ecomplete-display-matches): Allow automatic
12441 display.
12442
12443 * message.el (message-strip-forbidden-properties):
12444 Display abbrevs.
12445 (message-display-abbrev): Get automatic display right.
12446
12447 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12448 keystrokes.
12449
12450 2006-04-13 Romain Francoise <romain@orebokech.com>
12451
12452 TODO: Backport to v5-10!
12453
12454 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12455 Move here (and rename) from gnus-registry.el.
12456
12457 * gnus-registry.el: Require gnus-util.
12458 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12459
12460 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12461
12462 * gnus-group.el (gnus-group-catchup-current):
12463 Change if-then-else-if-then-else into cond.
12464 (gnus-group-catchup): Indent.
12465 (group-name-at-point): New function.
12466 (gnus-fetch-group): Provide default from thing at point.
12467
12468 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12469
12470 * message.el (message-display-abbrev): Fix regexp.
12471
12472 * ecomplete.el (ecomplete-highlight-match-line):
12473 Reimplement choosing.
12474 (ecomplete-highlight-match-line): Fix up code rewrite, remove
12475 dead variables.
12476
12477 * message.el (message-newline-and-indent): Remove debugging.
12478 (message-display-abbrev): Use new implementation.
12479
12480 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12481
12482 * gnus-art.el (gnus-article-mode):
12483 Set cursor-in-non-selected-windows to nil.
12484
12485 * smiley.el: Revert previous change.
12486 (smiley-data-directory): defvar it before using it in the
12487 defcustom of `smiley-style'.
12488
12489 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12490
12491 * message.el (message-newline-and-indent): New function.
12492
12493 * ecomplete.el: Implement more bits.
12494
12495 * message.el (message-put-addresses-in-ecomplete): Clean up the
12496 string.
12497
12498 * ecomplete.el (ecomplete-add-item): Chop off decimals.
12499
12500 * gnus-sum.el (gnus-summary-save-parts):
12501 Bind gnus-summary-save-parts-counter and use it to make unique file
12502 names.
12503
12504 * gnus-art.el (gnus-ignored-headers): Add some more headers.
12505
12506 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12507 parameter to say whether to actually parse the individual
12508 addresses.
12509
12510 * message.el (message-put-addresses-in-ecomplete): New function.
12511 (ecomplete): Require.
12512 (message-mail-alias-type): Add ecomplete as an option.
12513
12514 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
12515
12516 * flow-fill.el (fill-flowed): Remove trailing space from blank
12517 quoted lines.
12518
12519 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12520
12521 * smiley.el (smiley-style): Move definition later to avoid a
12522 compilation warning.
12523
12524 2006-04-12 Kenichi Handa <handa@m17n.org>
12525
12526 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12527 buffer and then decode the buffer text if necessary.
12528 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12529 first, and after mm-encode-body, change the buffer to unibyte.
12530 Use mm-disable-multibyte instead of set-buffer-multibyte.
12531
12532 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
12533
12534 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12535 Content-Type header instead of Content-Disposition header.
12536 (gnus-mime-inline-part): Ditto.
12537 (gnus-mime-view-part-as-charset): Ignore charset that the part
12538 specifies.
12539
12540 * mm-decode.el (mm-display-part): Work with external parts and
12541 usual parts similarly.
12542
12543 * mm-extern.el (mm-inline-external-body): Use mm-display-part
12544 instead of gnus-display-mime.
12545
12546 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12547 instead of with-temp-buffer.
12548
12549 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12550 tag to summarized topics part in order to encode non-ASCII text.
12551
12552 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12553
12554 * smiley.el (smiley-style): New variable.
12555 (smiley-directory): New function.
12556 (smiley-data-directory): Derive from `smiley-style' using
12557 `smiley-directory'.
12558 (smiley-regexp-alist): Add new entries.
12559
12560 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12561 (gnus-article-browse-delete-temp): Add :version.
12562
12563 2006-04-11 Arne Jørgensen <arne@arnested.dk>
12564
12565 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12566 the sieve region.
12567
12568 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12569
12570 * gnus.el (gnus-version-number): Bump version.
12571
12572 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12573
12574 * gnus.el: No Gnus v0.4 is released.
12575
12576 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12577
12578 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12579 layout.
12580
12581 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12582 unknown charset.
12583
12584 * message.el (message-header-synonyms): Add Original-To to the
12585 default.
12586
12587 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12588 optional parameter.
12589
12590 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12591
12592 * gnus-fun.el (gnus): Require it for gnus-directory.
12593
12594 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12595
12596 * gnus-fun.el (gnus-face-properties-alist): Add :version.
12597
12598 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12599
12600 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12601
12602 2006-04-05 Simon Josefsson <jas@extundo.com>
12603
12604 * password.el (password-reset): New function.
12605
12606 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12607
12608 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12609 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12610
12611 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12612
12613 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12614 Some whitespace was matched into the url, which broke browsing hits
12615 > 100 when mm-url-use-external was nil.
12616
12617 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
12618
12619 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12620 Check gnus-extra-headers for 'Newsgroups.
12621
12622 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12623 bound.
12624
12625 2006-04-04 Daiki Ueno <ueno@unixuser.org>
12626
12627 * pgg-gpg.el: Clean up process buffers every time gpg processes
12628 complete.
12629
12630 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
12631
12632 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12633 doc string.
12634
12635 2006-04-03 Daiki Ueno <ueno@unixuser.org>
12636
12637 * pgg-gpg.el (pgg-gpg-process-filter)
12638 (pgg-gpg-wait-for-completion): Check if buffer is alive.
12639
12640 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12641 lines, temporary fix.
12642
12643 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
12644
12645 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12646
12647 2006-03-29 Daiki Ueno <ueno@unixuser.org>
12648
12649 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12650 default-enable-multibyte-characters. This reverts the change from
12651 revision 6.17 which is no longer necessary because the passphrase
12652 is sent separately now. GnuPG messages are unreadable under
12653 multibyte locales with default-enable-multibyte-characters set to
12654 nil.
12655
12656 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
12657
12658 * message.el (message-tool-bar-gnome): Move "spell".
12659
12660 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
12661
12662 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12663 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
12664 instead.
12665
12666 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
12667
12668 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12669 Improve newsgroups handling for NNTP overviews which don't include
12670 Newsgroups.
12671
12672 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12673
12674 * message.el (message-resend): Bind message-generate-hashcash to nil.
12675
12676 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12677
12678 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12679 when searching for already-paid recipients.
12680
12681 2006-03-27 Daiki Ueno <ueno@unixuser.org>
12682
12683 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12684 passphrases when it is not needed.
12685 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12686 passphrase stuff from gpg, should only be necessary when you use
12687 gpg with a smartcard.
12688
12689 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
12690
12691 * mml.el (mml-insert-mime): Ignore cached contents of
12692 message/external-body part.
12693
12694 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12695 (mm-insert-part): Ditto.
12696
12697 2006-03-23 Simon Josefsson <jas@extundo.com>
12698
12699 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12700 Reiner.
12701 (pgg-gpg-use-agent-p): Use it again.
12702
12703 2006-03-23 Simon Josefsson <jas@extundo.com>
12704
12705 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12706 older emacsen.
12707 (pgg-gpg-use-agent-p): Don't use it.
12708
12709 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
12710
12711 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12712 if we can.
12713
12714 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
12715
12716 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12717 (pgg-gpg-update-agent): New function.
12718 (pgg-gpg-use-agent-p): New function.
12719 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12720 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12721 (pgg-gpg-sign-region): Use it.
12722
12723 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
12724
12725 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12726 Reported by Ralf Wachinger <rwachinger@gmx.de>.
12727
12728 2006-03-21 Simon Josefsson <jas@extundo.com>
12729
12730 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12731 <wilde@sha-bang.de>.
12732 (pgg-gpg-use-agent): New variable.
12733 (pgg-gpg-process-region): Use it.
12734 (pgg-gpg-encrypt-region): Likewise.
12735 (pgg-gpg-encrypt-symmetric-region): Likewise.
12736 (pgg-gpg-decrypt-region): Likewise.
12737 (pgg-gpg-sign-region): Likewise.
12738 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12739
12740 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12741
12742 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12743
12744 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12745 Add comment on version.
12746
12747 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
12748
12749 * smiley.el: Add missing test smiley.
12750
12751 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
12752
12753 * mm-decode.el (mm-with-part): New macro.
12754 (mm-get-part): Use it; work with message/external-body as well.
12755 (mm-save-part): Treat name and filename equally.
12756
12757 * mm-extern.el (mm-extern-cache-contents): New function.
12758 (mm-inline-external-body): Use it; force the part to be displayed;
12759 move undisplayer added to the cached handle to the parent.
12760
12761 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12762 (gnus-mime-view-part-as-type): Work with message/external-body.
12763
12764 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12765
12766 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12767
12768 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12769 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
12770 Emacs.]
12771
12772 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
12773
12774 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12775 path rather than symbol. Always return list of directories.
12776 Guarantee that image directory comes first. [Sync with image.el,
12777 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
12778
12779 * message.el (message-make-tool-bar): Adjust to new API of
12780 `gmm-image-load-path-for-library'.
12781
12782 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12783
12784 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12785
12786 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12787
12788 * gnus-art.el (gnus-article-only-boring-p):
12789 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12790 intangible text.
12791 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12792
12793 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
12794
12795 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12796 Use `defun' instead of `gmm-defun-compat'.
12797
12798 2006-03-14 Simon Josefsson <jas@extundo.com>
12799
12800 * message.el (message-unique-id): Don't use message-number-base36
12801 if (user-uid) is a float.
12802 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12803
12804 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12805
12806 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12807
12808 * gnus-art.el (gnus-mime-display-single): Make sure there is an
12809 empty line between a part and a message part.
12810
12811 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
12812
12813 * smiley.el: Add more test smileys.
12814 (smiley-data-directory, smiley-regexp-alist)
12815 (gnus-smiley-file-types): Fix doc strings.
12816 (smiley-update-cache): Clear smiley-cached-regexp-alist before
12817 adding new elements.
12818 (smiley-mouse-map): Unused code. Make it a comment.
12819
12820 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
12821
12822 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12823 scan latest NoCeM messages instead of old ones.
12824 (gnus-nocem-check-article): Fix regexps so as to match to PGP
12825 delimiters that are recently used.
12826 (gnus-nocem-load-cache): Add autoload cookie.
12827
12828 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12829
12830 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12831 level which is larger than gnus-use-nocem is specified.
12832
12833 * gnus-group.el (gnus-group-get-new-news): Ditto.
12834
12835 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
12836
12837 * gnus-util.el (gnus-tool-bar-update): New function.
12838
12839 * gnus-group.el (gnus-group-update-tool-bar): New variable.
12840 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12841
12842 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12843
12844 * gnus-group.el (gnus-group-redraw-when-idle)
12845 (gnus-group-redraw-check): Remove.
12846 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12847
12848 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
12849
12850 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12851 if optional last element is specified in splits (FIELD VALUE...).
12852
12853 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
12854
12855 * message.el (message-make-tool-bar): Rename gmm-image-load-path
12856 to gmm-image-load-path-for-library. Call with no-error argument.
12857 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12858
12859 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12860
12861 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12862
12863 * gmm-utils.el (gmm-image-load-path): Remove alias.
12864
12865 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
12866
12867 * gmm-utils.el (gmm-image-load-path): Add alias.
12868
12869 * nnml.el (nnml-generate-nov-databases-directory): Rename from
12870 nnml-generate-nov-databases-1.
12871 (nnml-generate-nov-databases): Use it.
12872 (nnml-generate-nov-databases-directory): Document no-active
12873 argument.
12874
12875 * gmm-utils.el (gmm-image-load-path-for-library): Return single
12876 directory if path is t. Add no-error.
12877
12878 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12879 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12880
12881 * gnus-art.el (gnus-article-browse-delete-temp-files):
12882 Simplify resetting gnus-article-browse-html-temp-list.
12883
12884 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12885 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
12886 Add example to docstring. Rename local variables. Move error
12887 checks to default case in cond and simplify.
12888
12889 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
12890
12891 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12892 handle is multipart when calling it recursively.
12893 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12894
12895 2006-03-03 Daniel Pittman <daniel@rimspace.net>
12896
12897 * nnimap.el (nnimap-request-update-info-internal): Optimize.
12898 Don't `gnus-uncompress-range' to avoid excessive memory usage.
12899
12900 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12901
12902 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12903 is loaded.
12904
12905 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12906 loaded.
12907
12908 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
12909
12910 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12911 to "Emacs 23 (unicode)" in doc string.
12912
12913 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12914 "Emacs 23 (unicode)" in comment.
12915
12916 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12917
12918 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12919
12920 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12921 characters 160 through 255 in Emacs 23.
12922
12923 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
12924
12925 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12926 gnus-article-browse-html-temp.
12927 (gnus-article-browse-delete-temp): Make it customizable.
12928 Add `file'. Adjust doc string.
12929 (gnus-article-browse-delete-temp-files): Add argument.
12930 Allow query for each file. Adjust doc string.
12931 (gnus-article-browse-html-parts):
12932 Add `gnus-article-browse-delete-temp-files' to
12933 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12934
12935 2006-03-02 Hynek Schlawack <hynek@ularx.de>
12936
12937 * gnus-art.el (gnus-article-browse-html-temp)
12938 (gnus-article-browse-delete-temp): New variables.
12939 (gnus-article-browse-delete-temp-files): New function.
12940 (gnus-article-browse-html-parts): Use it.
12941
12942 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
12943
12944 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12945
12946 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12947 string.
12948
12949 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12950 gnus-summary-insert-new-articles when unplugged.
12951 Remove gnus-summary-search-article-forward.
12952
12953 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12954 display-visual-class instead of display-color-cells.
12955
12956 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
12957
12958 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12959 message/* containing non-ASCII text properly.
12960
12961 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
12962
12963 * message.el: Require gmm-utils, remove autoloads.
12964 (message-tool-bar): Set default based on
12965 gmm-tool-bar-style.
12966 (message-tool-bar-gnome): Add gmm-customize-mode.
12967
12968 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12969 gmm-tool-bar-style.
12970 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12971
12972 * gnus-group.el (gnus-group-tool-bar): Set default based on
12973 gmm-tool-bar-style.
12974 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12975
12976 * gmm-utils.el (gmm-image-directory): Rename variable from
12977 gmm-image-load-path.
12978 (gmm-image-load-path): Use gmm-image-directory.
12979 (gmm-customize-mode): New function.
12980 (gmm-tool-bar-style): New variable.
12981
12982 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12983 gnus-group-redraw-line-number.
12984 (gnus-group-redraw-check): Simplify.
12985 (gnus-group-tool-bar-update): Remove redraw check.
12986 (gnus-group-make-tool-bar): Add redraw check.
12987
12988 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12989
12990 * gnus-art.el (gnus-button): Add missing parentheses.
12991
12992 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12993
12994 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12995
12996 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
12997
12998 * gnus-art.el (gnus-button): New face.
12999 (gnus-article-button-face): Use it.
13000
13001 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13002 Add gnus-summary-next-page. Re-order.
13003
13004 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13005 next-node are now included.
13006 (gnus-group-redraw-line-number): New internal variable.
13007 (gnus-group-redraw-check): Helper function for updating the tool
13008 bar.
13009 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13010
13011 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13012
13013 * spam.el (spam-spamassassin-score-regexp): New internal variable.
13014 (spam-extra-header-to-number, spam-check-spamassassin-headers):
13015 Use it to match format of Spamassassin 3.0 and later.
13016 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13017 (spam-check-bogofilter)
13018 (spam-bogofilter-register-with-bogofilter): Fix args of
13019 `gnus-error' calls.
13020
13021 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13022
13023 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13024 unnecessary interaction when sending queued mails.
13025 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13026
13027 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13028
13029 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13030 first or last are nil.
13031
13032 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13033
13034 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13035
13036 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13037
13038 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13039
13040 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13041
13042 * dns.el (query-dns): Protect more against buggy tcp output.
13043
13044 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13045
13046 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13047 nov.php.
13048
13049 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13050
13051 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13052 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13053 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
13054 output on the server side.
13055 (nnweb-google-create-mapping): Update regexps and add some
13056 progress indication.
13057
13058 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
13059
13060 * gnus-group.el (gnus-group-tool-bar-gnome):
13061 Fix gnus-agent-toggle-plugged. Re-order icons.
13062 (gnus-group-tool-bar-gnome):
13063 Add gnus-group-{prev,next}-unread-group.
13064 (gnus-group-tool-bar-gnome): Re-order icons.
13065
13066 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13067 Move gnus-summary-insert-new-articles.
13068
13069 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13070 Fix comments.
13071
13072 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
13073 also available in Emacs 21.3.
13074
13075 * message.el (message-fix-before-sending): Change "Emacs 22" to
13076 "Emacs 23 (unicode)" in comment.
13077
13078 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13079 "Emacs 23 (unicode)" in comment.
13080
13081 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13082 comment.
13083 (mm-coding-system-p): Add comment about no-MULE XEmacs.
13084
13085 * mm-view.el (mm-fill-flowed): Add :version.
13086
13087 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
13088
13089 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13090 and load-path.
13091
13092 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
13093
13094 * message.el: Autoload gmm-image-load-path.
13095 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13096 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
13097 consitency.
13098
13099 * gmm-utils.el (gmm-image-load-path): Also search in
13100 "../etc/images". Don't set gmm-image-load-path if we don't find
13101 the image.
13102
13103 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
13104
13105 * gmm-utils.el (gmm-image-load-path): Don't make
13106 `gmm-image-load-path' include subdirectories which the second arg
13107 `image' might specify.
13108
13109 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13110 subdirectory to icon file names.
13111
13112 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13113
13114 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13115
13116 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13117 gmm-image-load-path calls.
13118
13119 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13120
13121 * message.el (message-make-tool-bar): Ditto.
13122
13123 * mml.el (mml-preview): Add comment concerning tool bar icons.
13124
13125 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13126 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13127
13128 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13129 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13130
13131 * message.el (message-tool-bar-gnome): Use new icon names.
13132 (message-make-tool-bar): Use `gmm-image-load-path'.
13133
13134 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13135 New functions from MH-E.
13136 (gmm-image-load-path): New variable from MH-E.
13137 (gmm-image-load-path): New function from MH-E. Add arguments
13138 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
13139 *-image-load-path-called-flag.
13140
13141 2006-02-21 Milan Zamazal <pdm@brailcom.org>
13142
13143 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13144
13145 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
13146
13147 * nnimap.el (nnimap-request-move-article): Change folder back to
13148 source group before deleting.
13149
13150 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
13151
13152 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13153
13154 * gnus-art.el (mm-url-insert-file-contents-external):
13155 Autoload mm-url.
13156
13157 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13158
13159 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
13160
13161 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13162 coding system which mm-charset-to-coding-system returns for a
13163 given charset is valid.
13164
13165 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13166
13167 * html2text.el (html2text-remove-tag-list):
13168 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13169
13170 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13171
13172 * gnus-cus.el: Revert 2005-10-17 change.
13173
13174 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
13175
13176 * gnus-art.el (article-strip-banner):
13177 Call article-really-strip-banner only when the regexp match is made.
13178
13179 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
13180
13181 * gnus-art.el (article-strip-banner):
13182 Use gnus-extract-address-components instead of
13183 mail-header-parse-addresses to make it work with non-ASCII text;
13184 remove mail-encode-encoded-word-string.
13185
13186 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13187 values which are surrounded with \"...\"; make it never cause a
13188 Lisp error; give up parsing of parameters if it failed in
13189 extracting type.
13190
13191 2006-02-14 Arne Jørgensen <arne@arnested.dk>
13192
13193 * smime.el (smime-cert-by-ldap-1): Fix bug where
13194 `smime-ldap-search' returns results without userCertificates.
13195
13196 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13197
13198 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13199
13200 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13201
13202 * spam.el (spam-check-spamassassin-headers): Adapt format for
13203 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
13204 <ari@mbf.ocn.ne.jp>.
13205 (spam-list-of-processors): Add spam-use-gmane.
13206
13207 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13208
13209 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13210 make-temp-file; make it work with XEmacs as well.
13211
13212 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13213 mm-make-temp-file.
13214
13215 * mm-decode.el (mm-display-external): Use the 3rd arg of
13216 mm-make-temp-file.
13217 (mm-create-image-xemacs): Ditto.
13218
13219 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13220
13221 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13222 with message-narrow-to-headers.
13223 (gnus-draft-setup): Narrow to header to run message-fetch-field.
13224 (gnus-draft-check-draft-articles): New function.
13225 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13226
13227 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13228
13229 * gnus-art.el (gnus-article-browse-html-parts):
13230 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13231 Don't use suffix argument for mm-make-temp-file for Emacs 21
13232 compatibility. Remove useless `format'.
13233
13234 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13235
13236 * nnweb.el (nnweb-google-wash-article): Update regexps.
13237 (nnweb-group-alist): Use defvoo instead of defvar.
13238
13239 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13240
13241 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13242 re-loading nn* modules.
13243
13244 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13245
13246 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13247 for `tool-bar-mode' and don't check it's default-value.
13248
13249 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13250
13251 * message.el (message-make-tool-bar): Ditto.
13252
13253 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13254 `substring'. Shorten tmp-file name.
13255
13256 * gnus.el: Remove bogus comment.
13257
13258 2006-02-10 Hynek Schlawack <hynek@ularx.de>
13259
13260 * gnus-art.el (gnus-article-browse-html-parts): New function.
13261 (gnus-article-browse-html-article): New function for viewing html
13262 articles with a browser.
13263
13264 2006-02-09 Daiki Ueno <ueno@unixuser.org>
13265
13266 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13267 (mml2015-pgg-encrypt): Ditto.
13268
13269 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13270 (mml1991-pgg-encrypt): Ditto.
13271
13272 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13273
13274 * nnfolder.el (nnfolder-insert-newsgroup-line):
13275 Use message-make-date instead of current-time-string.
13276
13277 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13278 to gnus-decoded which mm-uu might set.
13279
13280 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13281
13282 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13283 don't decode quoted parameters; remove misimported Emacs code.
13284 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13285 (rfc2231-decode-encoded-string): Don't use split-string which
13286 behaves differently according to Emacs version; use
13287 mm-decode-coding-region to convert charset to coding-system.
13288 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13289 (rfc2231-encode-string): Remove misimported Emacs code.
13290
13291 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13292
13293 * gnus-art.el (article-decode-charset): Don't use ignore-errors
13294 when calling mail-header-parse-content-type.
13295 (article-de-quoted-unreadable): Ditto.
13296 (article-de-base64-unreadable): Ditto.
13297 (article-wash-html): Ditto.
13298
13299 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13300 calling mail-header-parse-content-type and
13301 mail-header-parse-content-disposition.
13302 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13303 mail-header-parse-content-type.
13304
13305 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13306 insert charset and format parameters; encode description after
13307 inserting it to buffer.
13308 (mml-insert-parameter): Fold lines properly even if a parameter is
13309 segmented into two or more lines; change the max column to 76.
13310
13311 * rfc1843.el (rfc1843-decode-article-body): Don't use
13312 ignore-errors when calling mail-header-parse-content-type.
13313
13314 * rfc2231.el (rfc2231-parse-string): Return at least type if
13315 possible; don't cause an error even if it fails in parsing of
13316 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13317 (rfc2231-encode-string): Don't break lines at the beginning, leave
13318 it to mml-insert-parameter.
13319
13320 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13321 calling mail-header-parse-content-type.
13322
13323 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
13324
13325 * spam-report.el (spam-report-gmane-use-article-number):
13326 Improve doc string.
13327 (spam-report-gmane-internal): Check if a suitable header was found
13328 in the article.
13329
13330 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
13331
13332 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13333 (rfc2231-encode-string): Make param*=value always begin with LWSP.
13334
13335 2006-02-05 Romain Francoise <romain@orebokech.com>
13336
13337 Update copyright notices of all files in the gnus directory.
13338
13339 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13340
13341 * nnweb.el (nnweb-request-group): Avoid growing overview files.
13342
13343 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
13344
13345 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13346 segmented lines of parameter value to cope with Thunderbird 1.5
13347 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13348 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13349 (rfc2231-encode-string): Don't make lines exceeding 76 column.
13350
13351 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
13352
13353 * mml.el (mml-generate-mime-1): Correct the order of inline signed
13354 parts.
13355
13356 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13357
13358 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13359 there's only one active file for all servers.
13360 (nnweb-request-scan): Make sure nnweb-articles is initialized on
13361 solid groups. Gnus might have used a FAST request to select the group.
13362 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13363 and nnweb-search redundantly in the active file.
13364 (nnweb-request-list): Don't list bogus groups. There can only be one.
13365 (nnweb-request-create-group): Don't use ARGS.
13366 (nnweb-possibly-change-server, nnweb-request-group): Remove some
13367 initialisations. Let nnoo do the work.
13368
13369 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
13370
13371 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13372 Say the part has been decoded.
13373
13374 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13375
13376 2006-01-31 Kevin Ryde <user42@zip.com.au>
13377
13378 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13379 mailcap-viewer-test-cache when there's no 'test clause, since that
13380 will invert the meaning of a "nil" test previously determined by
13381 mailcap-mailcap-entry-passes-test.
13382
13383 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
13384
13385 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13386 compiling.
13387
13388 * gnus-sum.el: Ditto.
13389
13390 * message.el: Don't bind tool-bar-map when compiling.
13391
13392 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
13393
13394 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13395
13396 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13397
13398 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13399 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13400 current Google Groups.
13401
13402 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
13403
13404 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13405 and tool-bar-mode.
13406
13407 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13408 and tool-bar-mode.
13409
13410 * message.el (message-tool-bar-update): Simplify.
13411 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13412
13413 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13414 gnus-summary-buffer.
13415 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13416 gnus-summary-reply.
13417
13418 * gmm-utils.el (gmm): Add :version.
13419
13420 2006-01-26 Steve Youngs <steve@sxemacs.org>
13421
13422 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13423 Don't autoload.
13424
13425 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
13426
13427 * gmm-utils.el (gmm-verbose): Add :group.
13428
13429 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
13430
13431 * message.el: Change some comments WRT tool-bars.
13432
13433 * gnus-sum.el (gnus-summary-tool-bar)
13434 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13435 (gnus-summary-tool-bar-zap-list): New variables.
13436 (gnus-summary-make-tool-bar): Complete rewrite using
13437 `gmm-tool-bar-from-list'.
13438
13439 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13440 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13441 New variables.
13442 (gnus-group-make-tool-bar): Complete rewrite using
13443 `gmm-tool-bar-from-list'.
13444 (gnus-group-tool-bar-update): New function.
13445
13446 * message.el (message-mode-field-menu): Add "Show hidden Headers".
13447
13448 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
13449
13450 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13451 is dissected into a single part of which the type is the same as
13452 the given one; decode charset.
13453
13454 2006-01-21 Kevin Ryde <user42@zip.com.au>
13455
13456 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13457 into alists as symbol not string, since that's what
13458 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13459 look for.
13460
13461 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
13462
13463 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13464 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13465
13466 * message.el (message-tool-bar-gnome): Use gmm-ignore.
13467
13468 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13469
13470 * gnus-art.el (gnus-mime-security-button-commands): New variable.
13471 (gnus-mime-security-button-menu): New definition.
13472 (gnus-mime-security-button-map): Use them.
13473 (gnus-mime-security-button-menu): New function.
13474 (gnus-insert-mime-security-button): Addition to help echo.
13475 (gnus-mime-security-run-function, gnus-mime-security-save-part)
13476 (gnus-mime-security-pipe-part): New functions.
13477
13478 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13479 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13480
13481 * mm-decode.el (mm-handle-set-disposition): Remove.
13482 (mm-handle-set-description): Remove.
13483
13484 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13485
13486 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13487 (mm-w3m-standalone-supports-m17n-p): New function.
13488 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13489 w3m usage.
13490
13491 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13492 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13493
13494 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
13495
13496 * message.el (message-tool-bar-zap-list):
13497 Use gmm-tool-bar-zap-list as custom type.
13498 (message-tool-bar-update): New function.
13499 (message-tool-bar, message-tool-bar-gnome)
13500 (message-tool-bar-retro): Add message-tool-bar-update.
13501 (message-tool-bar-gnome): Add flyspell-buffer.
13502
13503 * gnus-util.el (gnus-error): Describe `args'.
13504
13505 * gmm-utils.el (gmm-error): Describe `args'.
13506 (gmm-tool-bar-zap-list): New widget.
13507 (gmm-tool-bar-from-list): Improve description of `zap-list'.
13508
13509 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13510
13511 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13512 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13513 the number of recursive calls.
13514
13515 * mm-decode.el (mm-handle-set-disposition): New macro.
13516 (mm-handle-set-description): New macro.
13517
13518 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13519
13520 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13521 encoding.
13522
13523 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13524
13525 * message.el (message-tool-bar-zap-list, message-tool-bar)
13526 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13527 (message-tool-bar-local-item-from-menu): Remove.
13528 (message-tool-bar-map): Replace by `message-make-tool-bar'.
13529 (message-make-tool-bar): New function.
13530 (message-mode): Use `message-make-tool-bar'.
13531
13532 * gmm-utils.el: New file.
13533 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13534 (gmm-lazy): New widget copied from `nnmail.el'.
13535 (gmm-tool-bar-from-list): New function for creating customizable
13536 tool bars.
13537 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
13538 output.
13539 (gmm): Add :prefix to defgroup.
13540
13541 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
13542
13543 * gmm-utils.el (gmm-widget-p): New function.
13544
13545 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13546
13547 * mml.el (mml-attach-file): Describe `description' in doc string.
13548 (mml-menu): Add Emacs MIME manual and PGG manual.
13549
13550 2006-01-20 Richard M. Stallman <rms@gnu.org>
13551
13552 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13553
13554 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
13555
13556 * nntp.el (nntp-end-of-line): Doc fix.
13557
13558 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
13559
13560 * imap.el (imap-open): Handle case where buffer is a buffer
13561 object.
13562
13563 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13564
13565 * gnus-delay.el (gnus-delay): Don't autoload.
13566 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13567 to be re-loaded when customizing the `gnus-delay' group.
13568
13569 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
13570
13571 * message.el (message-insert-citation-line): Use newlines.
13572
13573 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
13574
13575 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13576
13577 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13578
13579 2006-01-19 Mark D. Baushke <mdb@gnu.org>
13580
13581 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13582
13583 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13584
13585 * mm-decode.el (mm-inlined-types): Add application/pgp.
13586 (mm-automatic-display): Ditto.
13587
13588 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13589 part as text.
13590
13591 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13592
13593 * nnrss.el: Update copyright.
13594 (nnrss-opml-import): Query whether to subscribe to each entry.
13595
13596 * gnus-art.el:
13597 * gnus-sum.el:
13598 * mm-uu.el:
13599 * mm-view.el: Update copyright.
13600
13601 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
13602
13603 * message.el (message-info): New function.
13604 (message-mode-menu): Add it.
13605 Update copyright.
13606
13607 * ChangeLog: Fix and update copyright.
13608
13609 2006-01-13 Romain Francoise <romain@orebokech.com>
13610
13611 * message.el (message-forward-subject-name-subject): Prefer the
13612 address to 'nowhere' if the sender has no name.
13613 Fix typo. Update copyright year.
13614
13615 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
13616
13617 * gnus-art.el (article-wash-html):
13618 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13619 (gnus-article-wash-html-with-w3m-standalone): New function.
13620
13621 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13622 mm-inline-text-html-render-with-w3m-standalone.
13623 (mm-text-html-washer-alist): Map w3m-standalone to
13624 gnus-article-wash-html-with-w3m-standalone.
13625 (mm-inline-text-html-render-with-w3m-standalone): New function.
13626
13627 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13628
13629 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13630 Improve LaTeX.
13631
13632 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13633
13634 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13635 (nnrss-request-article): Render text/plain parts as HTML.
13636
13637 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13638 the buffer.
13639
13640 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
13641
13642 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13643 custom definition of `gnus-posting-styles'.
13644
13645 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13646 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13647
13648 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
13649
13650 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13651 Use nntp for bug archive.
13652
13653 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
13654
13655 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13656 parts.
13657 (nnrss-normalize-date): New function converts ISO 8601 date into
13658 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13659 (nnrss-check-group): Use it.
13660
13661 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
13662
13663 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13664
13665 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13666 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13667 (nnrss-insert-w3): Ditto.
13668
13669 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
13670
13671 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13672 the articles to be forwarded including the case where neither a
13673 number of articles nor a region is specified.
13674
13675 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
13676
13677 * nnrss.el (nnrss-request-article): Fix last change; fill
13678 text/plain parts.
13679
13680 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
13681
13682 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13683 in text/plain part.
13684 (nnrss-check-group): Don't add excessive newline to dc:subject.
13685
13686 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
13687
13688 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13689 article.
13690
13691 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13692
13693 * nnml.el: Don't require gnus-bcklg. Autoload it.
13694 (nnml-use-compressed-files, nnml-save-mail): Support other
13695 comression programs such as bzip2.
13696
13697 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13698
13699 * dns.el (query-dns): Make sure we check the buffer size before
13700 removing tcp headers.
13701
13702 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
13703
13704 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13705 remove MIME buttons associated with multipart/alternative parts.
13706 (gnus-mime-display-alternative): Tag buttons using `article-type'
13707 text property.
13708
13709 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13710 associated with multipart/alternative parts.
13711
13712 * gnus-art.el (gnus-signature-separator): Fix custom type.
13713
13714 * mm-decode.el (mm-inlined-types): Fix custom type.
13715 (mm-keep-viewer-alive-types): Ditto.
13716 (mm-automatic-display): Ditto.
13717 (mm-attachment-override-types): Ditto.
13718 (mm-inline-override-types): Ditto.
13719 (mm-automatic-external-display): Ditto.
13720
13721 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13722
13723 * spam-report.el (spam-report-user-mail-address)
13724 (spam-report-user-agent): New variables.
13725 (spam-report-url-ping-plain): Use spam-report-user-agent.
13726
13727 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
13728
13729 * gnus-art.el (gnus-button-handle-custom): Do not just use
13730 `customize-apropos' for any "M-x customize-*" button but the
13731 function called for. Accept both the function name and its
13732 argument in order to achieve this.
13733 (gnus-button-alist): Remove support for "custom:" URL's.
13734 Pass function name to `gnus-button-handle-custom' in case of "M-x
13735 customize-*" buttons.
13736
13737 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
13738
13739 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13740 multipart/alternative and add xref to mm-discouraged-alternatives
13741 in doc string.
13742
13743 * mm-decode.el (mm-discouraged-alternatives): Add xref to
13744 gnus-buttonized-mime-types in doc string.
13745
13746 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
13747
13748 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13749 Suggest image/.* in the doc string.
13750
13751 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
13752
13753 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13754 message-marks (Debian bug #342521).
13755
13756 2005-12-12 Simon Josefsson <jas@extundo.com>
13757
13758 * password.el (password-read-from-cache): Add.
13759 (password-read): Use it.
13760
13761 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
13762
13763 * rfc2047.el (rfc2047-charset-to-coding-system):
13764 Recognize us-ascii as a MIME charset.
13765
13766 * mm-bodies.el (mm-decode-content-transfer-encoding):
13767 Protect against the case where the 2nd arg TYPE is nil.
13768
13769 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13770
13771 * pop3.el (pop3-stream-type): Fix custom version.
13772
13773 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13774
13775 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13776
13777 * mm-decode.el (mm-display-external): Add missing cdr.
13778
13779 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
13780
13781 * mm-decode.el (mm-display-external): Use nametemplate (defined in
13782 RFC1524) if it is in mailcap or add a suffix according to
13783 mailcap-mime-extensions when generating a temp filename; postpone
13784 deleting a temp file for 2 seconds for some wrappers, shell
13785 scripts, and so on, which might exit right after having started a
13786 viewer command as a background job.
13787
13788 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13789
13790 * nntp.el (nntp-marks-directory): Fix custom group.
13791
13792 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13793 steps when < 10.
13794
13795 * gnus-start.el (gnus-no-server-1):
13796 Mention `gnus-level-default-subscribed' in doc string.
13797
13798 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13799
13800 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13801 parens.
13802
13803 2005-11-26 Dave Love <fx@gnu.org>
13804
13805 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13806 (tls-program, tls-success): Provide openssl alternative.
13807
13808 * starttls.el: Doc fixes.
13809 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13810 SERVICE to PORT.
13811
13812 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
13813 port null or service name.
13814 (starttls-negotiate): Autoload.
13815
13816 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
13817
13818 * message.el (message-kill-to-signature): Fix interactive spec.
13819
13820 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
13821
13822 * pop3.el (pop3-open-server): Recognize a string as a service name.
13823
13824 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
13825
13826 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13827
13828 2005-11-23 Dave Love <fx@gnu.org>
13829
13830 Add pop3s, pop3/starttls.
13831
13832 * pop3.el (pop3-authentication-scheme): Clarify doc.
13833 (open-tls-stream, starttls-open-stream): Autoload.
13834 (pop3-stream-type): New.
13835 (pop3-open-server): Use it.
13836
13837 * mail-source.el (mail-sources): Fix some :types. Add stream type
13838 for POP.
13839 (mail-source-keyword-map): Add :stream for POP.
13840 (mail-source-fetch-pop): Use pop3-stream-type.
13841
13842 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
13843
13844 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13845 of current-time-string.
13846
13847 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
13848
13849 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13850 date header.
13851
13852 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
13853
13854 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13855 it can seriously impact performance as it bypasses the agent's
13856 local caches.
13857
13858 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
13859
13860 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13861 must be explicitly online rather than "not explicitly offline" for
13862 its flags to be synchronized.
13863
13864 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13865 that gnus-uu-unmark-thread will function correctly.
13866
13867 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13868 1024K is instead displayed as 1M.
13869
13870 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13871
13872 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13873
13874 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
13875
13876 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13877
13878 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
13879
13880 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13881 error message to display actual error condition.
13882 (gnus-agent-save-local): Avoid saving symbols that are bound to
13883 nil as they simply result in a warning message in
13884 gnus-agent-read-local.
13885
13886 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
13887
13888 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13889 rather than make-variable-buffer-local for file-precious-flag.
13890
13891 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
13892
13893 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13894 for duplicates which are removed. The invalid sort check then
13895 triggers a rescan after the sort as sorting may have moved
13896 duplicate entries such that they can be cheaply detected.
13897
13898 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
13899
13900 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13901
13902 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
13903
13904 * gnus-agent.el (gnus-agent-article-alist-save-format):
13905 Change internal variable to a custom variable. Change default value
13906 from compressed(2) to uncompressed(1).
13907 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13908 support for uncompressed agentview files. Taken together, reading
13909 the agentview file should now be 6-7 times faster.
13910
13911 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
13912
13913 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13914 as a buffer-local variable. This avoids creating truncated
13915 dribble files as a result of a hang up, eg.
13916
13917 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13918
13919 * gnus-start.el (gnus-start-draft-setup):
13920 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13921
13922 * gnus.el (gnus-splash): Change custom group.
13923 (gnus-group-get-parameter, gnus-group-parameter-value):
13924 Describe allow-list argument.
13925
13926 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13927 string.
13928
13929 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13930
13931 * gnus-art.el (gnus-default-article-saver): Add user-defined
13932 `function' to custom type.
13933
13934 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
13935
13936 * imap.el (imap-open): Handle case where buffer is a buffer
13937 object.
13938
13939 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
13940
13941 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13942 long lines.
13943 (gnus-cache-delete-group): Wrap doc strings.
13944
13945 * gnus-agent.el (gnus-agent-rename-group)
13946 (gnus-agent-delete-group): Wrap doc strings.
13947
13948 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13949
13950 * gnus-start.el (gnus-1): Add "native" to
13951 gnus-predefined-server-alist.
13952
13953 * gnus.el (gnus-method-to-server): Don't add "native" to the
13954 lists here, because that leads to problems when
13955 gnus-select-method is bound.
13956
13957 2005-11-09 Simon Josefsson <jas@extundo.com>
13958
13959 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13960 use (not sort-by-date) instead.
13961
13962 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
13963
13964 * gnus-delay.el (gnus-delay-group): Don't autoload.
13965 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13966 to be re-loaded when customizing the `gnus-delay' group.
13967
13968 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
13969
13970 * message.el: Revert last changes.
13971 (message-insert-citation-line): Use newlines.
13972
13973 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
13974
13975 * message.el (message-courtesy-message)
13976 (message-mark-insert-begin, message-mark-insert-end)
13977 (message-elide-ellipsis, message-cancel-message)
13978 (message-add-header, message-change-subject)
13979 (message-cross-post-followup-to-header)
13980 (message-cross-post-insert-note, message-reduce-to-to-cc)
13981 (message-widen-reply, message-delete-not-region)
13982 (message-kill-to-signature, message-insert-signature)
13983 (message-insert-importance-high, message-insert-importance-low)
13984 (message-insert-or-toggle-importance)
13985 (message-insert-disposition-notification-to)
13986 (message-indent-citation, message-yank-original)
13987 (message-cite-original-without-signature, message-cite-original)
13988 (message-insert-citation-line, message-position-on-field)
13989 (message-fix-before-sending, message-send-mail-partially)
13990 (message-send-mail, message-send-mail-with-sendmail)
13991 (message-send-mail-with-qmail, message-send-news)
13992 (message-check-news-header-syntax, message-generate-headers)
13993 (message-insert-courtesy-copy, message-fill-address)
13994 (message-fill-header, message-shorten-references)
13995 (message-setup-1, message-cancel-news)
13996 (message-forward-make-body-plain, message-forward-make-body-mime)
13997 (message-forward-make-body-mml, message-encode-message-body)
13998 (message-forward-make-body-digest-plain)
13999 (message-forward-make-body-digest-mime)
14000 (message-use-alternative-email-as-from): Insert `hard-newline'
14001 instead of ordinary newlines.
14002
14003 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
14004
14005 * message.el (message-generate-headers): Downcase the argument
14006 given to message-check-element.
14007
14008 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
14009
14010 * nntp.el (nntp-authinfo-rejected): New error condition.
14011 (nntp-wait-for): Use new error condition to signal authentication
14012 error.
14013 (nntp-retrieve-data): Rethrow new error condition to break out of
14014 recursive call to nntp-send-authinfo.
14015
14016 2005-11-08 Romain Francoise <romain@orebokech.com>
14017
14018 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14019 (gnus-summary-exit-map): Bind to `Z p'.
14020 (gnus-summary-make-menu-bar): Add menu item.
14021
14022 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
14023
14024 * gnus-art.el (gnus-article-treat-custom): Add `first'.
14025 (gnus-treat-*): Add `first' in all doc strings.
14026
14027 * gnus-group.el (gnus-group-compact-group): Fix typo.
14028
14029 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14030
14031 * gnus.el (gnus-parameters-case-fold-search): New variable.
14032 (gnus-parameters-get-parameter): Use it.
14033
14034 * gnus-score.el (gnus-home-score-file): Doc fix.
14035
14036 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
14037
14038 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14039
14040 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
14041
14042 * mm-util.el (mm-special-display-p): New function.
14043
14044 * mml.el (mml-preview): Use it; doc fix.
14045
14046 2005-10-29 Romain Francoise <romain@orebokech.com>
14047
14048 * message.el (message-fix-before-sending): Fix comment.
14049
14050 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14051
14052 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14053
14054 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14055
14056 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14057 Used in gnus-score.el.
14058
14059 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14060
14061 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14062
14063 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14064
14065 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14066 whitespace removed in revision 7.8. Use concatenated string to
14067 protect trailing whitespace.
14068
14069 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
14070
14071 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14072 (nnimap-request-expire-articles): Use it to avoid sending 'UID
14073 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14074 Courier IMAP ("some version from 2004"). Mostly based on similar
14075 code in the same function.
14076
14077 2005-10-26 Didier Verna <didier@xemacs.org>
14078
14079 * gnus-group.el (gnus-group-compact-group): Invalidate original
14080 article buffer.
14081 * gnus-srvr.el (gnus-server-compact-server): Ditto.
14082 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14083 NOV database and in article itself.
14084 Invalidate article backlog.
14085
14086 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14087
14088 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14089
14090 2005-10-26 Simon Josefsson <jas@extundo.com>
14091
14092 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14093 part of 2004-07-25 change.
14094
14095 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14096
14097 * message.el (message-display-completion-list): New function.
14098 (message-expand-group): Use it; make sure the Completions buffer
14099 is modifiable.
14100
14101 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14102
14103 * imap.el (imap-open): Handle case where buffer is a buffer object.
14104
14105 2005-10-24 Eli Zaretskii <eliz@gnu.org>
14106
14107 * pgg-def.el:
14108 * pgg-gpg.el:
14109 * pgg-parse.el:
14110 * pgg-pgp.el:
14111 * pgg-pgp5.el:
14112 * pgg.el: Move to the parent lisp directory.
14113
14114 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14115
14116 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14117 user-mail-name is an empty string.
14118
14119 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14120
14121 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14122 depending on gnus-score-decay-constant.
14123
14124 * encrypt.el (encrypt-insert-file-contents)
14125 (encrypt-write-file-contents): Don't use `gnus-message'.
14126
14127 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14128 arguments.
14129 (mm-uu-type-alist): Add message-marks and insert-marks.
14130 Pass arguments to mm-uu-verbatim-marks-extract.
14131 (mm-uu-hide-markers): New variable.
14132 (mm-uu-extract): Use face similar to `gnus-cite-3'.
14133
14134 * gnus-fun.el (gnus-convert-image-to-x-face-command)
14135 (gnus-convert-image-to-face-command): Use "convert" by default to
14136 allow other input image formats.
14137 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14138 accordingly.
14139
14140 2005-10-23 Simon Josefsson <jas@extundo.com>
14141
14142 * imap.el (imap-gssapi-program): Align command line parameters
14143 with latest GNU SASL.
14144 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14145
14146 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14147
14148 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14149 HTML.
14150 (nnslashdot-request-article): Ditto.
14151
14152 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14153
14154 * mail-source.el (mail-source-fetch-pop): Require pop3.
14155 (mail-source-check-pop): Ditto.
14156
14157 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14158
14159 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14160 errors.
14161
14162 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14163
14164 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14165 (gnus-treat-strip-leading-blank-lines): Improve doc string.
14166
14167 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14168
14169 * mm-bodies.el (mm-decode-string):
14170 Call `mm-charset-to-coding-system' with allow-override argument.
14171
14172 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14173
14174 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14175 (rfc2047-charset-to-coding-system): New function.
14176 (rfc2047-decode-encoded-words): New function.
14177 (rfc2047-decode-region): Use them.
14178 (rfc2047-decode-cte): Remove.
14179 (rfc2047-parse-and-decode): Remove.
14180 (rfc2047-decode): Remove.
14181
14182 2005-10-15 Kenichi Handa <handa@m17n.org>
14183
14184 * rfc2047.el (rfc2047-decode-cte): New function.
14185 (rfc2047-decode-region): Change the way to decode successive
14186 encoded-words: decode B- or Q-encoding in each encoded-word,
14187 concatenate them, and decode it as charset.
14188
14189 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14190
14191 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
14192 widget-move-and-invoke.
14193 (gnus-custom-mode): Use gnus-custom-map.
14194
14195 2005-10-15 Bill Wohler <wohler@newt.com>
14196
14197 * message.el (message-tool-bar-map): Rename image file from
14198 mail_send to mail/send.
14199
14200 2005-10-16 Masatake YAMATO <jet@gyve.org>
14201
14202 * message.el (message-expand-group): Pass the common
14203 prefix substring of completion to `display-completion-list'.
14204
14205 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
14206
14207 * mml-sec.el (mml-secure-method): New internal variable.
14208 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14209 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14210 New functions using mml-secure-method.
14211
14212 * mml.el (mml-mode-map): Add key bindings for those functions.
14213 (mml-menu): Simplify security menu entries. Suggested by Jesper
14214 Harder <harder@myrealbox.com>.
14215 (mml-attach-file, mml-attach-buffer, mml-attach-external):
14216 Goto end of message if point is the headers of the message.
14217
14218 * message.el (message-in-body-p): New function.
14219
14220 * assistant.el: Autoload gnus-util and netrc.
14221
14222 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14223 Use `mm-charset-override-alist' only when decoding.
14224
14225 * mm-bodies.el (mm-decode-body):
14226 Call `mm-charset-to-coding-system' with allow-override argument.
14227
14228 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14229 `filename' from Content-Disposition if Content-Type doesn't
14230 provide `name'.
14231 (gnus-mime-view-part-as-type): Set default instead of
14232 initial-input.
14233
14234 2005-10-09 Daniel Brockman <daniel@brockman.se>
14235
14236 * format-spec.el (format-spec): Propagate text properties of % spec.
14237
14238 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14239
14240 * gnus-art.el (gnus-treat-predicate): Add `first'.
14241
14242 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14243
14244 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14245 (mm-charset-override-alist): New variable.
14246 (mm-charset-to-coding-system): Use it.
14247 (mm-codepage-setup): New helper function.
14248 (mm-charset-eval-alist): New variable.
14249 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14250 Warn about unknown charsets.
14251
14252 2005-10-04 David Hansen <david.hansen@gmx.net>
14253
14254 * nnrss.el (nnrss-request-article): Add support for the comments tag.
14255 (nnrss-check-group): Ditto.
14256
14257 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14258
14259 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14260 Rename x-gnus-verbatim to x-verbatim.
14261 (mm-uu-type-alist): Fix regexp for verbatim-marks.
14262
14263 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14264 x-verbatim.
14265
14266 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14267
14268 * gnus-util.el (gnus-remove-duplicates): Remove.
14269
14270 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14271 instead of gnus-remove-duplicates.
14272
14273 * message.el (message-remove-duplicates): Remove.
14274 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14275 message-remove-duplicates.
14276
14277 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14278 available, else use implementation from `delete-dups'.
14279
14280 * message.el (message-insert-expires): New function.
14281 (message-mode-map): Add key binding.
14282 (message-mode-field-menu): Add menu entry.
14283 (message-mode): Document it.
14284 (message-make-expires-date): Use `message-make-date'.
14285
14286 2005-10-04 Josh Huber <huber@alum.wpi.edu>
14287
14288 * message.el (message-make-expires-date): New function.
14289
14290 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
14291
14292 * time-date.el: Autoload parse-time-string, XEmacs needs it.
14293
14294 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14295
14296 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14297 function rather than the diff-mode.el package.
14298 (mm-display-external): Use with-current-buffer.
14299 (mm-viewer-completion-map, mm-viewer-completion-map):
14300 Move initialization inside declaration.
14301
14302 2005-09-29 Simon Josefsson <jas@extundo.com>
14303
14304 * spam.el: Load hashcash when compiling, to avoid warnings.
14305 Don't autoload mail-check-payment.
14306 (spam-check-hashcash): Define unconditionally, since hashcash.el
14307 is part of Gnus now. Ignore errors from payment checking.
14308
14309 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14310
14311 * message.el (message-bold-region, message-unbold-region):
14312 Rename from `bold-region' and `unbold-region'.
14313
14314 * message.el: Remove useless autoloads.
14315
14316 2005-09-28 Simon Josefsson <jas@extundo.com>
14317
14318 * message.el (message-use-idna): Default to t.
14319 (message-use-idna): Test whether encoding works too. Doc fix.
14320
14321 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
14322
14323 * nntp.el (nntp-warn-about-losing-connection): Remove.
14324
14325 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14326
14327 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14328 customizable. Change default value.
14329 (mm-uu-diff-groups-regexp): Change default value.
14330 (mm-uu-type-alist): Add doc string.
14331 (mm-uu-configure): Add doc string. Make it interactive.
14332 (mm-uu-tex-groups-regexp): New variable.
14333 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14334 (mm-uu-type-alist): Add LaTeX documents.
14335 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14336 of "text/verbatim".
14337 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14338
14339 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14340 instead of "text/verbatim".
14341
14342 * message.el (message-mark-inserted-region)
14343 (message-mark-insert-file): Use slrn style marks when called with
14344 prefix argument.
14345
14346 2005-09-27 Simon Josefsson <jas@extundo.com>
14347
14348 * message.el (message-idna-to-ascii-rhs-1): Reformat.
14349
14350 2005-09-27 Arne Jørgensen <arne@arnested.dk>
14351
14352 * message.el (message-remove-duplicates): New function.
14353 Implementation borrowed from `gnus-remove-duplicates'.
14354 (message-idna-to-ascii-rhs): Also encode idna addresses in
14355 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14356 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14357 only ask about the same idna domain once per header and also tell
14358 in what header to replace the idna domain.
14359
14360 * gnus-art.el (article-decode-idna-rhs): Also decode idna
14361 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14362 (article-decode-idna-rhs): Fix regexp so that all idna-address in
14363 a header is decoded and not just the last one.
14364
14365 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14366
14367 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14368 has been decoded.
14369
14370 * mm-decode.el (mm-automatic-display): Add text/verbatim.
14371 (mm-insert-part): Don't modify text if it has been decoded.
14372
14373 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14374 decoded.
14375
14376 * mm-view.el (mm-inline-text): Don't strip text props unless
14377 decoding enriched or richtext parts.
14378
14379 2005-09-25 Romain Francoise <romain@orebokech.com>
14380
14381 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14382 * gnus-start.el (gnus-subscribe-interactively):
14383 * gnus-uu.el (gnus-uu-grab-articles):
14384 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14385 space.
14386
14387 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14388
14389 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14390 * mm-view.el (mm-view-pkcs7-decrypt):
14391 * gnus-sum.el (gnus-summary-limit-to-extra)
14392 (gnus-summary-respool-article, gnus-read-move-group-name):
14393 * gnus-score.el (gnus-summary-increase-score):
14394 * gnus-util.el (gnus-completing-read-with-default):
14395 * gnus-art.el (gnus-read-save-file-name)
14396 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14397 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14398 * message.el (message-check-news-header-syntax):
14399 Follow convention for reading with the minibuffer.
14400
14401 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
14402
14403 * spam-report.el (spam-report-url-ping-plain):
14404 Use gnus-extended-version as User-Agent.
14405
14406 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14407 default value is nil.
14408
14409 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14410 (mm-uu-verbatim-marks-extract): New function.
14411 (mm-uu-extract): New face.
14412 (mm-uu-copy-to-buffer): Use it.
14413
14414 * spam-report.el (spam-report-gmane-ham): Rename from
14415 `spam-report-gmane-unspam'.
14416 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14417 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
14418
14419 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14420 Autoload.
14421 (spam-report-gmane-unregister-routine):
14422 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14423
14424 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
14425
14426 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14427 (spam-report-gmane-unregister-routine): Add support for gmane
14428 unregistration.
14429
14430 * spam-report.el (spam-report-gmane-unspam)
14431 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14432 (spam-report-gmane): Change to take a single article and do unspam
14433 registration.
14434
14435 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14436
14437 * mm-url.el (mm-url-decode-entities): Fix regexp.
14438
14439 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14440
14441 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14442 default to nil, to be able to use Gnus at all. If the default
14443 switches to something else, then the function should be fixed not
14444 be exceedingly slow.
14445
14446 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
14447
14448 * gnus-start.el (gnus-activate-group): If the server is nil, don't
14449 fail hard.
14450
14451 * spam-report.el: Add better Keywords line.
14452
14453 * spam.el: Add Maintainer and better Keywords line.
14454
14455 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14456
14457 * gnus-art.el (gnus-article-replace-part)
14458 (gnus-mime-replace-part): New functions.
14459 (gnus-mime-action-alist, gnus-mime-button-commands)
14460 (gnus-mime-save-part-and-strip): Add file argument.
14461 (gnus-article-part-wrapper): Add interactive argument.
14462
14463 * gnus-sum.el (gnus-summary-mime-map):
14464 Add `gnus-article-replace-part'.
14465
14466 2005-09-19 Didier Verna <didier@xemacs.org>
14467
14468 The nnml compaction feature:
14469 * nnml.el (nnml-request-compact-group): New function.
14470 * nnml.el (nnml-request-compact): New function.
14471 * gnus-int.el (gnus-request-compact-group): New function.
14472 * gnus-int.el (gnus-request-compact): New function.
14473 * gnus-group.el (gnus-group-compact-group): New function.
14474 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14475 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14476 * gnus-srvr.el (gnus-server-compact-server): New function.
14477 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14478 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14479
14480 2005-09-18 Deepak Goel <deego@gnufans.org>
14481
14482 * sieve.el (sieve-help): Fix `message' call: first arg should be a
14483 format spec.
14484
14485 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14486
14487 * gnus.el (gnus-group-startup-message): Bind image-load-path.
14488
14489 2005-09-15 Romain Francoise <romain@orebokech.com>
14490
14491 * message.el (message-fill-paragraph): Clarify docstring.
14492
14493 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
14494
14495 * gnus-art.el (gnus-mime-display-part): Protect against broken
14496 MIME messages.
14497
14498 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14499
14500 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14501 before parsing header.
14502
14503 2005-09-11 Jari Aalto <jari.aalto@cante.net>
14504
14505 * html2text.el (html2text-replace-list): Add new entities.
14506
14507 2005-09-11 Romain Francoise <romain@orebokech.com>
14508
14509 * message.el (message-alternative-emails): Improve docstring.
14510 (message-setup-1): Call `message-use-alternative-email-as-from'
14511 after `message-setup-hook' to give it precedence over posting
14512 styles, etc.
14513 (message-use-alternative-email-as-from): Add docstring.
14514 Remove the original From header if present.
14515
14516 * nnml.el (nnml-compressed-files-size-threshold): New variable.
14517 (nnml-save-mail): Use it.
14518
14519 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14520 articles. Add new argument `silent'.
14521 (gnus-uu-mark-all): Report the total number of marked articles.
14522
14523 2005-09-10 Romain Francoise <romain@orebokech.com>
14524
14525 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14526 (gnus-uu-mark-series): Likewise.
14527
14528 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
14529
14530 * spam-report.el (spam-report-gmane): Fix generation of spam
14531 report URL.
14532
14533 2005-09-10 Simon Josefsson <jas@extundo.com>
14534
14535 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14536 t, based on discussion on the ding list with Robert Epprecht
14537 <epprecht@solnet.ch>.
14538
14539 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
14540
14541 * spam-report.el (spam-report-gmane): Make it work without
14542 X-Report-Spam header. Gmane now only provides Archived-At.
14543 This is only used if `spam-report-gmane-use-article-number' is nil.
14544 (spam-report-gmane-spam-header): Remove. Not used anymore.
14545
14546 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14547 make `gnus-summary-sort-by-recipient' work with threading.
14548
14549 * nnweb.el (nnweb-google-wash-article): Print a message if article
14550 is not available.
14551
14552 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14553
14554 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14555 change. Decode text/* parts content before displaying.
14556
14557 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14558
14559 * mml-smime.el: Remove defvar of gnus-extract-address-components.
14560
14561 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14562
14563 * mm-view.el (mm-display-inline-fontify): Disable support modes.
14564
14565 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
14566
14567 * message.el (message-tab-body-function): Fix mismatched custom type.
14568
14569 * gnus.el (gnus-group-change-level-function): Ditto.
14570
14571 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14572
14573 * gnus-art.el (gnus-signature-limit)
14574 (gnus-article-mime-part-function): Ditto.
14575
14576 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14577
14578 * mml.el (mml-mode): Silence the byte compiler.
14579
14580 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14581 using `(sit-for 0)' before moving the point to the specified part;
14582 skip unbuttonized parts.
14583 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14584 return to the summary window if gnus-auto-select-part is non-nil.
14585
14586 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
14587
14588 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14589 New variables.
14590 (mml-dnd-attach-file, mml-mode): Use them.
14591
14592 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14593 Make fetching article by MID work again for Google Groups.
14594 Add FIXME concerning gnus-group-make-web-group.
14595
14596 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14597 Don't depend on Gnus by using mail-extract-address-components if
14598 gnus-extract-address-components is not bound.
14599
14600 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14601
14602 * gnus-art.el (gnus-mime-display-security): Don't display the
14603 signature, but only the signed part.
14604
14605 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
14606
14607 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14608
14609 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14610 list, not listp.
14611
14612 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
14613
14614 * mm-encode.el (mm-encode-content-transfer-encoding):
14615 Likewise when encoding.
14616
14617 * mm-bodies.el (mm-decode-content-transfer-encoding):
14618 De-canonicalize CRLF for all text content types, not just
14619 text/plain.
14620
14621 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14622
14623 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14624 valid article; point arrow and cursor at the MIME button.
14625
14626 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
14627
14628 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14629 Suggested by Dan Christensen <jdc@uwo.ca>.
14630
14631 * mm-decode.el (mm-save-part): Enable change of prompt.
14632
14633 2005-08-29 Jari Aalto <jari.aalto@cante.net>
14634
14635 * gnus-msg.el (gnus-inews-add-send-actions):
14636 Make `message-post-method' lambda parameter ARG `&optional'.
14637
14638 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14639
14640 * gnus-sum.el (gnus-summary-mime-map):
14641 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14642 gnus-article-jump-to-part.
14643
14644 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14645 (gnus-article-edit-part): Use it.
14646 (gnus-article-part-wrapper): Add no-handle argument.
14647 (gnus-article-save-part-and-strip, gnus-article-delete-part):
14648 New functions.
14649
14650 2005-08-29 Romain Francoise <romain@orebokech.com>
14651
14652 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14653 docstring.
14654 (gnus-face-from-file): Likewise.
14655
14656 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14657
14658 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14659 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14660 non-nil.
14661 (gnus-auto-select-part): New variable.
14662 (gnus-article-jump-to-part): New function.
14663 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14664 (gnus-mime-delete-part): Allow selecting specified part after
14665 deleting or stripping parts.
14666 (gnus-article-jump-to-part): Don't use `read-number'. Use last
14667 part if argument is bogus.
14668
14669 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14670
14671 * gnus-art.el (w3m-minor-mode-map):
14672 * gnus-spec.el (gnus-newsrc-file-version):
14673 * gnus-util.el (nnmail-active-file-coding-system)
14674 (gnus-original-article-buffer, gnus-user-agent):
14675 * gnus.el (gnus-ham-process-destinations)
14676 (gnus-parameter-ham-marks-alist)
14677 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14678 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14679 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14680 * mm-decode.el (gnus-current-window-configuration):
14681 * mm-extern.el (gnus-article-mime-handles):
14682 * mm-url.el (url-current-object, url-package-name)
14683 (url-package-version):
14684 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14685 (smime-keys, w3m-cid-retrieve-function-alist)
14686 (w3m-current-buffer, w3m-display-inline-images)
14687 (w3m-minor-mode-map):
14688 * mml-smime.el (gnus-extract-address-components):
14689 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14690 (gnus-newsrc-hashtb, message-default-charset)
14691 (message-deletable-headers, message-options)
14692 (message-posting-charset, message-required-mail-headers)
14693 (message-required-news-headers):
14694 * mml1991.el (mc-pgp-always-sign):
14695 * mml2015.el (mc-pgp-always-sign):
14696 * nnheader.el (nnmail-extra-headers):
14697 * rfc1843.el (gnus-decode-encoded-word-function)
14698 (gnus-decode-header-function, gnus-newsgroup-name):
14699 * spam-stat.el (gnus-original-article-buffer): Add defvars.
14700
14701 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
14702
14703 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14704 the end of the date treatments.
14705
14706 2005-08-15 Simon Josefsson <jas@extundo.com>
14707
14708 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14709 it in url-handlers.el and XEmacs in url.el. Reported by Luca
14710 Capello and Romain Francoise.
14711 (pgg-fetch-key-function): Remove, not used?
14712 (pgg-insert-url-with-w3): Require url, to get
14713 url-insert-file-contents regardless of where it is defined.
14714
14715 2005-08-13 Romain Francoise <romain@orebokech.com>
14716
14717 * message.el (message-cite-original-1): New function.
14718 (message-cite-original): Use it.
14719 (message-cite-original-without-signature): Ditto.
14720
14721 2005-08-08 Romain Francoise <romain@orebokech.com>
14722
14723 * message.el (message-yank-empty-prefix): New variable.
14724 (message-indent-citation): Use it.
14725 (message-cite-original-without-signature): Respect X-No-Archive.
14726
14727 2005-08-08 Simon Josefsson <jas@extundo.com>
14728
14729 * pgg.el: Autoload url-insert-file-contents instead of loading
14730 w3/url.
14731 (pgg-insert-url-with-w3): Don't load url here.
14732
14733 2005-08-07 Jesper Harder <harder@phys.au.dk>
14734
14735 * message.el (message-kill-to-signature): Don't insert newline at
14736 bol.
14737 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14738
14739 2005-08-06 Romain Francoise <romain@orebokech.com>
14740
14741 * message.el (message-user-fqdn): Fix typo in docstring.
14742
14743 2005-08-05 Daiki Ueno <ueno@unixuser.org>
14744
14745 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14746
14747 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14748
14749 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
14750
14751 * mm-bodies.el (mm-encode-body): Use coding system rather than
14752 charset to encode text.
14753
14754 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14755 number of charsets if utf-8 is available (XEmacs).
14756
14757 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14758
14759 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14760 taken from `gnus-button-mid-or-mail-regexp'.
14761 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14762 (gnus-button-alist): Improve regexp for domain part of the MIDs
14763 for news:localpart@domain buttons.
14764 (gnus-button-ctan-directory-regexp): Update.
14765
14766 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14767
14768 * sieve-manage.el (sieve-manage-interactive-login):
14769 Use make-local-variable rather than make-variable-buffer-local.
14770 (sieve-manage-open): Ditto.
14771 (sieve-manage-authenticate): Ditto.
14772
14773 * mml.el (mml-generate-mime-1): Make the content type default to
14774 text/plain if the filename is not specified.
14775
14776 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
14777
14778 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14779 instead of insert-buffer.
14780
14781 * message.el (message-yank-original): Ditto; set the mark at the
14782 end of the yanked message.
14783
14784 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
14785
14786 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14787 lines to scroll rather than to stop it.
14788
14789 * mml.el (mml-generate-default-type): Add doc string.
14790 (mml-generate-mime-1): Use mm-default-file-encoding or make it
14791 default to application/octet-stream when determining the content
14792 type if it is not specified for the part or the mml contents; add
14793 a comment about mml-generate-default-type.
14794
14795 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
14796
14797 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14798 make it default to application/octet-stream when determining the
14799 content type if it is not specified for the external contents.
14800
14801 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
14802
14803 * rfc2231.el (rfc2231-parse-string): Take care that not only a
14804 segmented parameter but also other parameters might be there.
14805
14806 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
14807
14808 * mm-decode.el (mm-display-external): Delete temp file, directory
14809 and buffer immediately if the external process is exited.
14810
14811 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
14812
14813 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14814 fewer lines than that of scroll-margin.
14815 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14816
14817 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
14818
14819 * gnus-art.el (gnus-article-next-page): Revert.
14820 (gnus-article-beginning-of-window): New macro.
14821 (gnus-article-next-page-1): Use it.
14822 (gnus-article-prev-page): Ditto.
14823 (gnus-article-edit-part): Use insert-buffer-substring instead of
14824 insert-buffer.
14825 (gnus-article-edit-exit): Ditto.
14826
14827 * gnus-util.el (gnus-beginning-of-window): Remove.
14828 (gnus-end-of-window): Remove.
14829
14830 2005-07-25 Simon Josefsson <jas@extundo.com>
14831
14832 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14833 to have the url package without w3. Reported by Daiki Ueno
14834 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14835
14836 2005-07-20 Didier Verna <didier@xemacs.org>
14837
14838 * gnus-diary.el: Remove the description comment (nndiary is now
14839 properly documented in the Gnus manual).
14840 Fix the spelling of "Back End".
14841 * nndiary.el: Ditto.
14842 Fix the copyright notice.
14843
14844 2005-07-18 Romain Francoise <romain@orebokech.com>
14845
14846 * gnus-sum.el (gnus-summary-to-prefix)
14847 (gnus-summary-newsgroup-prefix): New variables.
14848 (gnus-summary-from-or-to-or-newsgroups): Use them.
14849
14850 2005-07-17 Romain Francoise <romain@orebokech.com>
14851
14852 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14853 space as it's generally not especially interesting to the user.
14854
14855 2005-07-16 Romain Francoise <romain@orebokech.com>
14856
14857 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14858 nil to avoid prompting and file modification if one of the
14859 messages at the top of the nnfolder file contains a copyright
14860 notice.
14861 Update copyright notice.
14862
14863 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14864 instead of `current-time-string' as the latter creates a time
14865 string that is not RFC 2822 compliant (it lacks the zone).
14866 Update copyright notice.
14867
14868 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
14869
14870 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14871 for text/rtf. Display default in prompt. Pass default for M-n.
14872
14873 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14874
14875 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14876
14877 * gnus-msg.el (gnus-button-mailto):
14878 Remove save-selected-window-window hackery because it relies on
14879 save-selected-window internals.
14880
14881 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
14882
14883 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14884 (gnus-article-next-page-1): Use gnus-beginning-of-window.
14885 (gnus-article-prev-page): Ditto.
14886
14887 * gnus-util.el (gnus-beginning-of-window): New function.
14888 (gnus-end-of-window): New function.
14889
14890 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14891
14892 * gnus-score.el (gnus-score-edit-all-score):
14893 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14894 gnus-message.
14895
14896 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14897
14898 * gnus-msg.el (gnus-button-mailto):
14899 Remove save-selected-window-window hackery because it relies on
14900 save-selected-window internals.
14901
14902 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14903
14904 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14905 add-minor-mode.
14906 (gnus-binary-mode): Ditto.
14907
14908 * gnus-topic.el (gnus-topic-mode): Ditto.
14909
14910 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
14911
14912 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14913 (gnus-article-prev-page): Take scroll-margin into consideration.
14914
14915 2005-07-04 Lute Kamstra <lute@gnu.org>
14916
14917 Update FSF's address in GPL notices.
14918
14919 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14920
14921 * gnus.el (gnus-exit):
14922 * gnus-group.el (gnus-group-icons):
14923 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14924
14925 * gnus-nocem.el (gnus-nocem):
14926 * message.el (message-various, message-buffers, message-sending)
14927 (message-interface, message-forwarding, message-insertion)
14928 (message-headers, message-news, message-mail):
14929 * pgg-gpg.el (pgg-gpg):
14930 * pgg-parse.el (pgg-parse):
14931 * pgg-pgp.el (pgg-pgp):
14932 * pgg-pgp5.el (pgg-pgp5):
14933 * pop3.el (pop3): Finish `defgroup' description with period.
14934
14935 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
14936
14937 * gnus-art.el (article-display-face): Improve the efficiency.
14938 (article-display-x-face): Ditto; remove grey x-face stuff.
14939
14940 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
14941
14942 * gnus-art.el (article-display-face): Correct the position in
14943 which Faces are inserted.
14944
14945 2005-06-29 Didier Verna <didier@xemacs.org>
14946
14947 * gnus-art.el (article-display-face): Display faces in correct
14948 order.
14949
14950 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
14951
14952 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14953 (gnus-fill-real-hashtb): Use hash table instead of obarray.
14954 (gnus-nocem-check-article): Fetch the Type header.
14955 (gnus-nocem-message-wanted-p): Fix the way to examine types.
14956 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14957 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14958 make sure gnus-nocem-hashtb is initialized.
14959 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14960 (gnus-nocem-unwanted-article-p): Ditto.
14961
14962 * pgg.el (pgg-verify): Return the verification result.
14963
14964 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14965
14966 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14967 is ascii.
14968
14969 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14970
14971 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14972 `show-nonbreak-escape'.
14973
14974 2005-06-23 Lute Kamstra <lute@gnu.org>
14975
14976 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14977
14978 * dig.el (dig-mode):
14979 * smime.el (smime-mode): Use gnus-run-mode-hooks.
14980
14981 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14982
14983 * nnimap.el (nnimap-split-download-body): Fix spellings.
14984
14985 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
14986
14987 * gnus-art.el (gnus-article-encrypt-body):
14988 * gnus-cus.el (gnus-score-customize):
14989 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14990 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14991
14992 2005-06-16 Arne Jørgensen <arne@arnested.dk>
14993
14994 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14995 header by looking for magic "MII" at the beginnig.
14996
14997 2005-06-16 Miles Bader <miles@gnu.org>
14998
14999 * assistant.el (assistant-field): Remove "-face" suffix from face name.
15000 (assistant-field-face): New backward-compatibility alias for renamed
15001 face.
15002 (assistant-render-text): Use renamed assistant-field face.
15003
15004 * spam.el (spam): Remove "-face" suffix from face name.
15005 (spam-face): New backward-compatibility alias for renamed face.
15006 (spam-face, spam-initialize): Use renamed spam face.
15007
15008 * message.el (message-header-to, message-header-cc)
15009 (message-header-subject, message-header-newsgroups)
15010 (message-header-other, message-header-name)
15011 (message-header-xheader, message-separator, message-cited-text)
15012 (message-mml): Remove "-face" suffix from face names.
15013 (message-header-to-face, message-header-cc-face)
15014 (message-header-subject-face, message-header-newsgroups-face)
15015 (message-header-other-face, message-header-name-face)
15016 (message-header-xheader-face, message-separator-face)
15017 (message-cited-text-face, message-mml-face):
15018 New backward-compatibility aliases for renamed faces.
15019 (message-font-lock-keywords): Use renamed message faces.
15020
15021 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15022 (sieve-test-commands, sieve-tagged-arguments):
15023 Remove "-face" suffix from face names.
15024 (sieve-control-commands-face, sieve-action-commands-face)
15025 (sieve-test-commands-face, sieve-tagged-arguments-face):
15026 New backward-compatibility aliases for renamed faces.
15027 (sieve-control-commands-face, sieve-action-commands-face)
15028 (sieve-test-commands-face, sieve-tagged-arguments-face):
15029 Use renamed sieve faces.
15030
15031 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15032 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15033 (gnus-group-news-3-empty, gnus-group-news-4)
15034 (gnus-group-news-4-empty, gnus-group-news-5)
15035 (gnus-group-news-5-empty, gnus-group-news-6)
15036 (gnus-group-news-6-empty, gnus-group-news-low)
15037 (gnus-group-news-low-empty, gnus-group-mail-1)
15038 (gnus-group-mail-1-empty, gnus-group-mail-2)
15039 (gnus-group-mail-2-empty, gnus-group-mail-3)
15040 (gnus-group-mail-3-empty, gnus-group-mail-low)
15041 (gnus-group-mail-low-empty, gnus-summary-selected)
15042 (gnus-summary-cancelled, gnus-summary-high-ticked)
15043 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15044 (gnus-summary-high-ancient, gnus-summary-low-ancient)
15045 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15046 (gnus-summary-low-undownloaded)
15047 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15048 (gnus-summary-low-unread, gnus-summary-normal-unread)
15049 (gnus-summary-high-read, gnus-summary-low-read)
15050 (gnus-summary-normal-read, gnus-splash):
15051 Remove "-face" suffix from face names.
15052 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15053 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15054 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15055 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15056 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15057 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15058 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15059 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15060 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15061 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15062 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15063 (gnus-summary-selected-face, gnus-summary-cancelled-face)
15064 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15065 (gnus-summary-normal-ticked-face)
15066 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15067 (gnus-summary-normal-ancient-face)
15068 (gnus-summary-high-undownloaded-face)
15069 (gnus-summary-low-undownloaded-face)
15070 (gnus-summary-normal-undownloaded-face)
15071 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15072 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15073 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15074 (gnus-splash-face):
15075 New backward-compatibility aliases for renamed faces.
15076 (gnus-group-startup-message): Use renamed gnus faces.
15077
15078 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15079 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15080 (gnus-server-agent): Remove "-face" suffix from face names.
15081 (gnus-server-agent-face, gnus-server-opened-face)
15082 (gnus-server-closed-face, gnus-server-denied-face)
15083 (gnus-server-offline-face):
15084 New backward-compatibility aliases for renamed faces.
15085 (gnus-server-agent-face, gnus-server-opened-face)
15086 (gnus-server-closed-face, gnus-server-denied-face)
15087 (gnus-server-offline-face): Use renamed gnus faces.
15088
15089 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15090 Remove "-face" suffix from face names.
15091 (gnus-picon-xbm-face, gnus-picon-face):
15092 New backward-compatibility aliases for renamed faces.
15093
15094 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15095 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15096 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15097 (gnus-cite-11): Remove "-face" suffix from face names.
15098 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15099 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15100 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15101 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15102 New backward-compatibility aliases for renamed faces.
15103 (gnus-cite-attribution-face, gnus-cite-face-list)
15104 (gnus-article-boring-faces): Use renamed gnus faces.
15105
15106 * gnus-art.el (gnus-signature, gnus-header-from)
15107 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15108 (gnus-header-content): Remove "-face" suffix from face names.
15109 (gnus-signature-face, gnus-header-from-face)
15110 (gnus-header-subject-face, gnus-header-newsgroups-face)
15111 (gnus-header-name-face, gnus-header-content-face):
15112 New backward-compatibility aliases for renamed faces.
15113 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15114
15115 * gnus-sum.el (gnus-summary-selected-face)
15116 (gnus-summary-highlight): Use renamed gnus faces.
15117 * gnus-group.el (gnus-group-highlight): Likewise.
15118
15119 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15120
15121 * gnus-sieve.el (gnus-sieve-article-add-rule):
15122 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15123 * spam-stat.el (spam-stat-buffer-change-to-spam)
15124 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15125
15126 * message.el (message-is-yours-p):
15127 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15128
15129 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15130
15131 * mm-view.el (mm-inline-text): Withdraw the last change.
15132
15133 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15134
15135 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15136 executing enriched-decode.
15137
15138 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15139
15140 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15141 charset of tar files.
15142
15143 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15144
15145 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15146
15147 2005-06-04 Lute Kamstra <lute@gnu.org>
15148
15149 * nnfolder.el (nnfolder-read-folder): Make sure that undo
15150 information is never recorded.
15151
15152 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15153
15154 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15155
15156 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
15157
15158 * pop3.el (pop3-apop): Run md5 in the binary mode.
15159
15160 * starttls.el (starttls-set-process-query-on-exit-flag):
15161 Use eval-and-compile.
15162
15163 2005-05-31 Simon Josefsson <jas@extundo.com>
15164
15165 * smime.el (smime-replace-in-string): Define.
15166 (smime-cert-by-ldap-1): Use it.
15167
15168 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
15169
15170 * gnus-art.el (article-display-x-face): Replace
15171 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15172
15173 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15174 set-process-query-on-exit-flag or process-kill-without-query.
15175
15176 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15177 loop instead of replace-regexp.
15178
15179 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15180 instead of process-kill-without-query if it is available.
15181
15182 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15183 instead of find-file-hooks if it is available.
15184
15185 * mml1991.el: Bind pgg-default-user-id when compiling.
15186
15187 * mml2015.el: Bind pgg-default-user-id when compiling.
15188
15189 * nndraft.el (nndraft-request-associate-buffer):
15190 Use write-contents-functions instead of write-contents-hooks if it is
15191 available.
15192
15193 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15194 instead of find-file-hooks if it is available.
15195
15196 * nntp.el (nntp-open-connection): Replace
15197 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15198 (nntp-open-ssl-stream): Ditto.
15199 (nntp-open-tls-stream): Ditto.
15200
15201 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15202 set-process-query-on-exit-flag or process-kill-without-query.
15203 (starttls-open-stream-gnutls): Use it instead of
15204 process-kill-without-query.
15205 (starttls-open-stream): Ditto.
15206
15207 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
15208
15209 * smime.el (smime-cert-by-ldap-1): Don't use
15210 replace-regexp-in-string.
15211
15212 2005-05-31 Arne Jørgensen <arne@arnested.dk>
15213
15214 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15215
15216 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15217 in PEM format. Adjust to the XEmacs compatibility.
15218
15219 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
15220
15221 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15222 by `string-to-number'.
15223 * gnus-agent.el (gnus-agent-regenerate-group)
15224 (gnus-agent-fetch-articles): Ditto.
15225 * gnus-art.el (gnus-button-fetch-group): Ditto.
15226 * gnus-cache.el (gnus-cache-generate-active)
15227 (gnus-cache-articles-in-group): Ditto.
15228 * gnus-group.el (gnus-group-set-current-level)
15229 (gnus-group-insert-group-line): Ditto.
15230 * gnus-score.el (gnus-score-set-expunge-below)
15231 (gnus-score-set-mark-below, gnus-summary-score-effect)
15232 (gnus-summary-score-entry): Ditto.
15233 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15234 (gnus-soup-pack): Ditto.
15235 * gnus-spec.el (gnus-xmas-format): Ditto.
15236 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15237 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15238 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15239 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15240 * nndb.el (nndb-get-remote-expire-response): Ditto.
15241 * nndiary.el (nndiary-parse-schedule-value)
15242 (nndiary-string-to-number, nndiary-request-replace-article)
15243 (nndiary-request-article): Ditto.
15244 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15245 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15246 * nneething.el (nneething-make-head): Ditto.
15247 * nnfolder.el (nnfolder-request-article)
15248 (nnfolder-retrieve-headers): Ditto.
15249 * nnheader.el (nnheader-file-to-number): Ditto.
15250 * nnkiboze.el (nnkiboze-request-article): Ditto.
15251 * nnmail.el (nnmail-process-unix-mail-format)
15252 (nnmail-process-babyl-mail-format): Ditto.
15253 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15254 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15255 (nnmh-request-create-group, nnmh-request-list-1)
15256 (nnmh-request-group, nnmh-request-article): Ditto.
15257 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15258 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15259 * nnsoup.el (nnsoup-make-active): Ditto.
15260 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15261 * nntp.el (nntp-find-group-and-number)
15262 (nntp-retrieve-headers-with-xover): Ditto.
15263 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15264 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15265 (pgg-format-key-identifier): Ditto.
15266 * pop3.el (pop3-last, pop3-stat): Ditto.
15267 * qp.el (quoted-printable-decode-region): Ditto.
15268
15269 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15270 of concat.
15271
15272 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15273
15274 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15275
15276 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15277
15278 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15279
15280 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15281
15282 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15283
15284 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15285
15286 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15287 (gnus-carpal-mode): Ditto.
15288
15289 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15290 (gnus-browse-mode): Ditto.
15291
15292 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15293
15294 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15295
15296 2005-05-29 Richard M. Stallman <rms@gnu.org>
15297
15298 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15299
15300 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15301
15302 * gnus-util.el (gnus-run-mode-hooks): New function.
15303
15304 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15305
15306 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15307
15308 * gnus-agent.el (gnus-agent-make-mode-line-string):
15309 Use mode-line-highlight as mouse-face.
15310
15311 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15312
15313 * canlock.el (canlock): Change the parent group to news.
15314
15315 * deuglify.el (gnus-outlook-deuglify): Add :group.
15316
15317 * dig.el (dig): Add :group.
15318
15319 * dns-mode.el (dns-mode): Add :group.
15320
15321 * encrypt.el (encrypt): Add :group.
15322
15323 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15324 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15325 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15326 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15327 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15328
15329 * gnus-diary.el (gnus-diary): Add :group.
15330
15331 * gnus.el (gnus-group-news-1-face): Add :group.
15332 (gnus-group-news-1-empty-face): Ditto.
15333 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15334 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15335 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15336 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15337 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15338 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15339 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15340 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15341 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15342 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15343 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15344 (gnus-summary-high-ticked-face): Ditto.
15345 (gnus-summary-low-ticked-face): Ditto.
15346 (gnus-summary-normal-ticked-face): Ditto.
15347 (gnus-summary-high-ancient-face): Ditto.
15348 (gnus-summary-low-ancient-face): Ditto.
15349 (gnus-summary-normal-ancient-face): Ditto.
15350 (gnus-summary-high-undownloaded-face): Ditto.
15351 (gnus-summary-low-undownloaded-face): Ditto.
15352 (gnus-summary-normal-undownloaded-face): Ditto.
15353 (gnus-summary-high-unread-face): Ditto.
15354 (gnus-summary-low-unread-face): Ditto.
15355 (gnus-summary-normal-unread-face): Ditto.
15356 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15357 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15358
15359 * hashcash.el (hashcash): New custom group.
15360 (hashcash-default-payment): Add :group.
15361 (hashcash-payment-alist): Ditto.
15362 (hashcash-default-accept-payment): Ditto.
15363 (hashcash-accept-resources): Ditto.
15364 (hashcash-path): Ditto.
15365 (hashcash-extra-generate-parameters): Ditto.
15366 (hashcash-double-spend-database): Ditto.
15367 (hashcash-in-news): Ditto.
15368
15369 * message.el (message-minibuffer-local-map): Add :group.
15370
15371 * netrc.el (netrc): Add :group.
15372
15373 * sieve-manage.el (sieve-manage-log): Add :group.
15374 (sieve-manage-default-user): Diito.
15375 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15376 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15377 (sieve-manage-authenticators): Ditto.
15378 (sieve-manage-authenticator-alist): Ditto.
15379 (sieve-manage-default-port): Ditto.
15380
15381 * sieve-mode.el (sieve-control-commands-face): Add :group.
15382 (sieve-action-commands-face): Ditto.
15383 (sieve-test-commands-face): Ditto.
15384 (sieve-tagged-arguments-face): Ditto.
15385
15386 * smime.el (smime): Add :group.
15387
15388 * spam-report.el (spam-report): Add :group.
15389
15390 * spam.el (spam, spam-face): Add :group.
15391
15392 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15393
15394 * nntp.el (nntp-next-result-arrived-p): Some news servers may
15395 return \n.\n.\n at the end of articles. Protect against that.
15396 (nntp-with-open-group): Allow debugging.
15397
15398 * nnheader.el (mail-header-set-extra): Make into a function
15399 because I just could't understand how to quote the list properly.
15400
15401 * dns.el (query-dns-cached): New function.
15402
15403 2005-05-26 Lute Kamstra <lute@gnu.org>
15404
15405 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15406
15407 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15408
15409 * gnus-art.el: Don't autoload mail-extract-address-components.
15410
15411 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15412 eval-and-compile to evaluate it.
15413
15414 * hashcash.el: Don't autoload executable-find.
15415
15416 * nndb.el: Don't declare the nndb back end two or more times; don't
15417 autoload news-reply-mode, news-setup, cancel-timer and telnet.
15418
15419 * nntp.el: Autoload format-spec instead of format; use
15420 eval-and-compile to evaluate autoload forms.
15421
15422 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
15423
15424 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15425
15426 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15427
15428 * gnus.el (gnus-version-number): Bump version.
15429
15430 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15431
15432 * gnus.el: No Gnus v0.3 is released.
15433
15434 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15435
15436 * gnus-art.el (gnus-article-edit-part): Disable undo.
15437
15438 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15439
15440 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15441 gnus-article-date-lapsed-new-header is t if date timer is active;
15442 skip headers in which the original date value is empty.
15443 (gnus-article-save-original-date): Redefine it as a macro.
15444 (gnus-display-mime): Use it.
15445
15446 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15447
15448 * gnus-art.el (article-date-ut): Support converting date in
15449 forwarded parts as well.
15450 (gnus-article-save-original-date): New function.
15451 (gnus-display-mime): Use it.
15452
15453 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
15454
15455 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15456 enclosure element of <item>.
15457
15458 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
15459
15460 * message.el (message-kill-buffer-query): Rename from
15461 `message-kill-buffer-query-if-modified'. Add :version.
15462
15463 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15464
15465 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15466 window layout.
15467
15468 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15469
15470 * mml.el: Autoload dnd when compiling.
15471
15472 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15473
15474 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15475 x-dnd-*.
15476
15477 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15478
15479 * qp.el (quoted-printable-encode-region): Save excursion.
15480
15481 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
15482
15483 * message.el (message-kill-buffer-query-if-modified): Add new variable
15484 so the user can kill a modified message buffer quickly.
15485 (message-kill-buffer): Use it.
15486
15487 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
15488
15489 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15490 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15491
15492 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15493
15494 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15495 contained in text because xml.el decodes entities) with LFs.
15496
15497 2005-04-11 Lute Kamstra <lute@gnu.org>
15498
15499 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15500 differently.
15501
15502 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15503
15504 * mm-util.el (mm-detect-coding-region): Typo.
15505
15506 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
15507
15508 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15509
15510 2005-04-06 Deepak Goel <deego@gnufans.org>
15511
15512 * spam-stat.el (spam-stat-score-buffer): Add a call to a
15513 user-function allow user modifications of the scores.
15514 (spam-stat-score-buffer-user): New function, to allow
15515 user-computed modifications to the score.
15516 (spam-stat-score-buffer-user-functions): List of additional
15517 scoring functions.
15518 (spam-stat-error-holder): Global temporary error holder.
15519 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15520 variable.
15521
15522 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
15523
15524 * gnus-registry.el (gnus-registry-clean-empty-function)
15525 (gnus-registry-trim, gnus-registry-fetch-groups)
15526 (gnus-registry-delete-group): Groups that match
15527 `gnus-registry-ignored-groups' are removed from the registry
15528 entries, not just ignored for splitting. This helps clean up the
15529 registry. Also, `gnus-registry-fetch-groups' is a convenient way
15530 to get all the groups a message ID is in.
15531
15532 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15533 (spam-stat-split-fancy): Change "threshhold" to "threshold".
15534 (spam-stat-score-buffer-user-functions): Add :number custom type.
15535
15536 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15537
15538 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15539 argument in XEmacs.
15540
15541 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15542 (nnrss-request-group): Decode group name first.
15543 (nnrss-request-article): Make a text/plain article if mml-to-mime
15544 failed.
15545 (nnrss-get-encoding): Return a compatible encoding according to
15546 nnrss-compatible-encoding-alist.
15547 (nnrss-find-el): Use consp instead of listp.
15548 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15549
15550 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15551
15552 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15553 which Emacs 20 doesn't support.
15554 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15555
15556 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
15557
15558 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15559 silence the byte compiler inside the defun.
15560
15561 * gnus-demon.el (parse-time-string): Add autoload.
15562
15563 * gnus-delay.el (parse-time-string): Add autoload.
15564
15565 * gnus-art.el (parse-time-string): Add autoload.
15566
15567 * nnultimate.el (parse-time): Require for `parse-time-string'.
15568
15569 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15570
15571 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15572
15573 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15574
15575 * smime.el (smime-ldap-host-list): Add :version.
15576
15577 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
15578
15579 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15580 pass it to `gnus-browse-read-group'.
15581 (gnus-browse-read-group): Add NUMBER argument and pass it to
15582 `gnus-group-read-ephemeral-group'.
15583
15584 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15585 argument and pass it to `gnus-group-read-group'.
15586
15587 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
15588
15589 * mm-util.el (mm-xemacs-find-mime-charset): Only call
15590 mm-xemacs-find-mime-charset-1 if we have the mule feature
15591 available at runtime.
15592
15593 2005-03-25 Werner Lemberg <wl@gnu.org>
15594
15595 * nnmaildir.el: Replace `illegal' with `invalid'.
15596
15597 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15598
15599 * gnus-start.el (gnus-display-time-event-handler):
15600 Check display-time-timer at runtime rather than only at load time
15601 in case display-time-mode is turned off in the mean time.
15602
15603 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
15604
15605 * nnimap.el (nnimap-open-connection): Print which authinfo file is
15606 used.
15607
15608 * nneething.el (nneething-map-file-directory): Derive from
15609 `gnus-directory'.
15610
15611 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15612 the To/Cc button.
15613
15614 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
15615
15616 * nnmaildir.el (nnmaildir-request-accept-article):
15617 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15618
15619 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15620
15621 * gnus-async.el: Require timer-funcs at compile time when in
15622 XEmacs for `run-with-idle-timer'.
15623
15624 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15625
15626 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15627 autoloaded function.
15628
15629 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15630
15631 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15632
15633 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
15634
15635 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15636
15637 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
15638
15639 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15640 Add gnus-expert-user to default.
15641
15642 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
15643
15644 * nnimap.el (nnimap-open-server): Ditto.
15645
15646 * imap.el (imap-authenticate): Fix typo.
15647
15648 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
15649
15650 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15651 buffer (since IMAP server might return FETCH response out of
15652 order, and the nntp buffer must be sorted).
15653
15654 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
15655
15656 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15657 comparison on string.
15658
15659 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15660 (gnus-agent-score): Rename category keywords to match gnus-cus.
15661 (gnus-agent-summary-fetch-series): Modify to protect against
15662 gnus-agent-summary-fetch-group clearing processable flags.
15663 (gnus-agent-synchronize-group-flags): Update live group buffer as
15664 synchronization may occur due to the user toggle the plugged
15665 status.
15666 (gnus-agent-fetch-group-1): Clear downloadable flag when article
15667 successfully downloaded.
15668 (gnus-agent-expire-group-1): Avoid using markers when the overview
15669 is in ascending order; greatly improves performance.
15670 (gnus-agent-regenerate-group):
15671 Use gnus-agent-synchronize-group-flags to reset read status in both
15672 gnus and server.
15673 (gnus-agent-update-files-total-fetched-for): Fix initial size.
15674
15675 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
15676
15677 * message.el: Don't autoload former message-utils variables.
15678 (message-strip-subject-trailing-was): Change doc string.
15679
15680 * nnweb.el: Fixes for `gnus-group-make-web-group'.
15681 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
15682 (nnweb-google-search): Add "hl=en" here.
15683 (nnweb-google-parse-1, nnweb-google-create-mapping):
15684 Don't hardcode URL.
15685
15686 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
15687
15688 * message.el (message-get-reply-headers, message-followup):
15689 Mention related variables `message-use-followup-to' and
15690 `message-use-mail-followup-to', in the information buffer.
15691
15692 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15693 of broken groups(-beta).google.com.
15694
15695 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
15696
15697 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15698 parameter to invoked gnus-request-move-article; remove the
15699 redundant gnus-sum-hint-move-is-internal variable; apply the marks
15700 all at once instead of once per article.
15701 (gnus-summary-remove-process-mark): Accept a list of articles as
15702 well as a single article for processing.
15703
15704 * gnus-int.el (gnus-request-move-article): Add move-is-internal
15705 parameter.
15706
15707 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15708
15709 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15710
15711 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15712 parameter.
15713
15714 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15715 parameter.
15716
15717 * nnimap.el (nnimap-request-move-article): Add move-is-internal
15718 parameter and remove the gnus-sum-hint-move-is-internal variable.
15719
15720 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15721 parameter.
15722
15723 * nndraft.el (nndraft-request-move-article): Add move-is-internal
15724 parameter.
15725
15726 * nndiary.el (nndiary-request-move-article): Add move-is-internal
15727 parameter.
15728
15729 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15730
15731 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15732 parameter.
15733
15734 * nnagent.el (nnagent-request-move-article): Add move-is-internal
15735 parameter.
15736
15737 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
15738
15739 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15740 a more conservative way.
15741
15742 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15743
15744 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15745 buffer, so it moves the window's cursor.
15746
15747 2005-02-26 Arne Jørgensen <arne@arnested.dk>
15748
15749 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15750 `mm-dissect-multipart' and receive the from field as an (optional)
15751 argument from `mm-dissect-multipart'.
15752 (mm-dissect-multipart): Receive the from field as an argument and
15753 pass it on when we call `mm-dissect-buffer' on MIME parts.
15754 Fixes verification/decryption of signed/encrypted MIME parts.
15755
15756 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
15757
15758 * gnus-sum.el (gnus-summary-move-article):
15759 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15760 whatever it calls (right now, only nnimap-request-move article
15761 respects it).
15762
15763 * nnimap.el (nnimap-request-move-article):
15764 When gnus-sum-hint-move-is-internal is set, don't do the extra
15765 nnimap-request-article.
15766
15767 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
15768
15769 * nnheader.el (nnheader-find-file-noselect): Add doc string.
15770
15771 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15772 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15773
15774 * gnus-sum.el (gnus-summary-caesar-message):
15775 Apply `gnus-treat-article' after rotation.
15776
15777 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15778 doc string.
15779
15780 2005-02-22 Simon Josefsson <jas@extundo.com>
15781
15782 * encrypt.el (encrypt-password-cache-expiry): Remove (use
15783 `password-cache-expiry' instead). Reported by Arne Jørgensen
15784 <arne@arnested.dk>.
15785 (encrypt): Add password-cache and password-cache-expiry as group
15786 members.
15787
15788 2005-02-22 Arne Jørgensen <arne@arnested.dk>
15789
15790 * smime.el (smime-ldap-host-list): Doc fix.
15791 (smime-ask-passphrase): Use `password-read-and-add' to read (and
15792 cache) password.
15793 (smime-sign-region): Use it.
15794 (smime-decrypt-region): Use it.
15795 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15796 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15797 fails.
15798 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15799 certificate from DER to PEM format rather than calling openssl.
15800
15801 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15802
15803 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15804 for signing/encryption.
15805
15806 * mml.el (mml-parse-1): Use them.
15807
15808 2005-02-21 Arne Jørgensen <arne@arnested.dk>
15809
15810 * nnrss.el (nnrss-verbose): Remove.
15811 (nnrss-request-group): Use `nnheader-message' instead.
15812
15813 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
15814
15815 * nnrss.el (nnrss-verbose): New variable.
15816 (nnrss-request-group): Make it say nnrss is requesting a group.
15817
15818 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
15819
15820 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15821 Handle news URL with given port correctly.
15822
15823 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15824
15825 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15826 containing special characters.
15827
15828 * gnus-sum.el (gnus-summary-edit-article): Ditto.
15829
15830 * mml.el (mime-to-mml): Ditto.
15831
15832 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15833 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15834 (rfc2047-decode-region): Quote decoded words containing special
15835 characters when rfc2047-quote-decoded-words-containing-tspecials
15836 is non-nil.
15837
15838 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
15839
15840 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15841
15842 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15843
15844 2005-02-15 Simon Josefsson <jas@extundo.com>
15845
15846 * nnimap.el (nnimap-debug): Doc fix.
15847
15848 * imap.el (imap-debug): Doc fix.
15849
15850 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
15851
15852 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15853
15854 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15855
15856 * gnus.el (spam-contents): Improve docs for spam-contents
15857 parameter in its variable incarnation.
15858
15859 2005-02-14 Simon Josefsson <jas@extundo.com>
15860
15861 * smime-ldap.el: Use require instead of load-library for ldap.
15862 (smime-ldap-search): Indent.
15863 (smime-ldap-search-internal): Shorten line.
15864
15865 * smime.el (smime-cert-by-dns): Add doc-string.
15866 (smime-cert-by-ldap-1): Indent.
15867
15868 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15869 mml-smime-get-dns-ldap.
15870 (mml-smime-encrypt-query): Use new function. Default to ldap.
15871
15872 2005-02-14 Arne Jørgensen <arne@arnested.dk>
15873
15874 * smime.el: Require smime-ldap.
15875 (smime-ldap-host-list): New variable.
15876 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15877
15878 * mml-smime.el (mml-smime-encrypt-query): New function.
15879 (mml-smime-encrypt-query): Use it.
15880
15881 * smime-ldap.el: New file.
15882
15883 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15884
15885 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15886
15887 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
15888
15889 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15890 argument in doc string. Make query for type more clear.
15891
15892 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
15893
15894 * gnus.el (gnus-group-startup-message): Search for gnus images in
15895 etc/images/gnus.
15896 * mm-util.el (mm-image-load-path): Likewise.
15897 * smiley.el (smiley-data-directory): Search for smilies in
15898 etc/images/smilies.
15899
15900 2005-02-09 Kim F. Storm <storm@cua.dk>
15901
15902 Change Emacs release version from 21.4 to 22.1 throughout.
15903 Change Emacs development version from 21.3.50 to 22.0.50.
15904
15905 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
15906
15907 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15908
15909 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15910 non-Mule XEmacs as well.
15911 (mm-decompress-buffer): Signal an error intentionally if it does
15912 not decompress compressed data because auto-compression-mode is
15913 disabled.
15914
15915 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
15916
15917 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15918 an ID in the registry even if it has no groups.
15919
15920 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
15921
15922 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15923 merge it into mm-decompress-buffer.
15924 (gnus-mime-copy-part): Use the MIME part charset, the value which
15925 a user specified or gnus-newsgroup-charset for decoding, like
15926 gnus-mime-inline-part does; set buffer-file-coding-system to tell
15927 save-buffer what was used. Suggested by Kevin Ryde
15928 <user42@zip.com.au>.
15929 (gnus-mime-inline-part): Allow the name parameter as well as the
15930 filename parameter; force decompressing of compressed data; always
15931 display contents being not decoded as unibyte.
15932
15933 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15934 as well as the filename parameter.
15935
15936 * mm-util.el (mm-decompress-buffer):
15937 Merge gnus-mime-jka-compr-maybe-uncompress.
15938 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15939 of compressed data.
15940
15941 2005-02-08 Simon Josefsson <jas@extundo.com>
15942
15943 * imap.el (imap-log): Doc fix.
15944
15945 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15946
15947 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15948 the coding cookies; decompress compressed parts.
15949
15950 * mml.el (mml-generate-mime-1): Add the charset parameter according
15951 to the value which a user specified manually or the coding cookie.
15952
15953 * mm-util.el (mm-string-to-multibyte): New function.
15954 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15955 (mm-coding-system-to-mime-charset): New function.
15956 (mm-decompress-buffer): New function.
15957 (mm-find-buffer-file-coding-system): New function.
15958
15959 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15960 (mm-display-inline-fontify): Rewrite for decoding and decompressing
15961 parts.
15962
15963 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15964
15965 * mm-view.el (mm-display-inline-fontify): Decode a part according
15966 to the charset parameter.
15967
15968 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
15969
15970 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15971 prefix arg is neither nil nor a number, as info specifies.
15972
15973 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
15974
15975 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15976 timestamps.
15977
15978 2005-02-02 Jari Aalto <jari.aalto@cante.net>
15979
15980 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15981 groups error checking and notify user.
15982
15983 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
15984
15985 * message.el (message-send-mail-function): Check existence of
15986 sendmail-program first before using default value
15987 `message-send-mail-with-sendmail'. Otherwise use more generic
15988 `smtpmail-send-it'.
15989
15990 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
15991
15992 * nntp.el (nntp-request-update-info): Always return nil.
15993
15994 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
15995
15996 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15997
15998 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
15999
16000 * message.el (message-beginning-of-line): Change the behavior when
16001 invoked between BOL and : so that it first moves backward.
16002
16003 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16004
16005 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16006 article buffer when editing of the article is discarded.
16007 (gnus-article-prepare): Revert.
16008
16009 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16010
16011 * gnus-art.el (gnus-article-prepare):
16012 Remove message-strip-forbidden-properties from the local hook.
16013
16014 2005-01-27 Simon Josefsson <jas@extundo.com>
16015
16016 * password.el (password-cache-add): Only start one timer per key.
16017 Reported by Derek Atkins <warlord@MIT.EDU>.
16018
16019 2005-01-26 Steve Youngs <steve@sxemacs.org>
16020
16021 * run-at-time.el: Remove. It is no longer needed as
16022 timer-funcs.el in the xemacs-base package has a working version of
16023 `run-at-time'.
16024
16025 * password.el: Require timer-funcs instead of run-at-time in
16026 XEmacs.
16027 Remove `password-run-at-time' macro.
16028 (password-cache-add): Use `run-at-time' instead of
16029 `password-run-at-time'.
16030
16031 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16032 for `run-with-idle-timer'.
16033
16034 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16035 for `run-at-time'.
16036
16037 * mm-url.el: Require timer-funcs at compile time when in XEmacs
16038 for `with-timeout'.
16039
16040 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16041
16042 * mml.el (mml-generate-mime-1): Convert string into unibyte when
16043 inserting " *mml*" buffer's contents into a unibyte temp buffer.
16044
16045 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
16046
16047 * mail-source.el (mail-source-fetch-imap): Search for ^From case
16048 sensitively.
16049
16050 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
16051
16052 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16053
16054 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
16055
16056 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16057 which will be inserted according to the multibyteness of a buffer
16058 rather than the type of contents. Suggested by ARISAWA Akihiro
16059 <ari@mbf.ocn.ne.jp>.
16060
16061 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16062 of string which old xml.el may return rather than a string.
16063
16064 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
16065
16066 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16067
16068 2005-01-16 Simon Josefsson <jas@extundo.com>
16069
16070 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16071 idn/idna.el isn't available.
16072 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
16073 <michael@waxrat.com>.
16074
16075 * hashcash.el: Remove non-FSF copyright header.
16076
16077 * hashcash.el (hashcash-extra-generate-parameters): New variable.
16078 (hashcash-generate-payment): Use it.
16079 (hashcash-generate-payment-async): Use it.
16080
16081 2005-01-15 Simon Josefsson <jas@extundo.com>
16082
16083 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16084 Suggested by Raymond Scholz <ray-2005@zonix.de>.
16085
16086 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16087 gnus-summary-idna-message.
16088 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16089 (gnus-summary-idna-message): New function.
16090
16091 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
16092
16093 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16094 gnus-novice-user.
16095
16096 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
16097
16098 * nnrss.el (nnrss-request-delete-group): Delete entries in
16099 nnrss-group-alist as well.
16100 (nnrss-save-server-data): Insert newline.
16101
16102 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
16103
16104 * gnus.el (gnus-user-agent): Use list of symbols instead of
16105 symbols. Display full version number for (S)XEmacs.
16106 Optionally display (S)XEmacs codename.
16107
16108 * gnus-util.el (gnus-emacs-version): Update for new
16109 `gnus-user-agent'.
16110
16111 * gnus-msg.el (gnus-extended-version): Make it possible to omit
16112 Gnus version.
16113
16114 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16115
16116 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
16117 which is unreadable in some setups.
16118
16119 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16120
16121 * gnus-spec.el (gnus-update-format-specifications): Flush the
16122 group format spec cache if it doesn't support decoded group names.
16123
16124 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16125
16126 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16127 Allow to apply decay on score files matching a regexp.
16128
16129 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
16130
16131 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16132 compatibility in %g and %c.
16133
16134 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
16135
16136 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16137 name for only %g and %c.
16138 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16139 of gnus-tmp-group to decoded group name.
16140 (gnus-group-make-rss-group): Exclude `/'s from group names.
16141
16142 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
16143
16144 * nnrss.el (nnrss-get-encoding): Fix regexp.
16145
16146 2004-12-27 Simon Josefsson <jas@extundo.com>
16147
16148 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16149 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16150 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
16151
16152 2004-12-17 Kim F. Storm <storm@cua.dk>
16153
16154 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16155
16156 * gnus-sum.el (gnus-summary-mode-map): Likewise.
16157
16158 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16159
16160 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16161
16162 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
16163
16164 * nnrss.el: Require rfc2047 and mml.
16165 (nnrss-file-coding-system): New variable.
16166 (nnrss-format-string): Redefine it as an inline function.
16167 (nnrss-decode-group-name): New function.
16168 (nnrss-string-as-multibyte): Remove.
16169 (nnrss-retrieve-headers): Decode group name; don't use
16170 nnrss-format-string.
16171 (nnrss-request-group): Decode group name.
16172 (nnrss-request-article): Decode group name; allow a Message-ID as
16173 well as an article number; don't use nnrss-format-string; encode a
16174 Message-ID string which may contain non-ASCII characters; use
16175 mml-to-mime to compose a MIME article.
16176 (nnrss-request-expire-articles): Decode group name.
16177 (nnrss-request-delete-group): Decode group name.
16178 (nnrss-fetch): Clarify error message.
16179 (nnrss-read-server-data): Use insert-file-contents instead of load;
16180 bind file-name-coding-system; use multibyte buffer.
16181 (nnrss-save-server-data): Bind coding-system-for-write to the
16182 value of nnrss-file-coding-system; bind file-name-coding-system;
16183 add coding cookie.
16184 (nnrss-read-group-data): Use insert-file-contents instead of load;
16185 bind file-name-coding-system; use multibyte buffer.
16186 (nnrss-save-group-data): Bind coding-system-for-write to the
16187 value of nnrss-file-coding-system; bind file-name-coding-system.
16188 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16189 make it work with non-ASCII text.
16190 (nnrss-find-el): Make it work with old xml.el as well.
16191
16192 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16193
16194 * nnrss.el (nnrss-get-encoding): New function.
16195 (nnrss-fetch): Use unibyte buffer initially; bind
16196 coding-system-for-read while performing mm-url-insert; remove ^Ms;
16197 decode contents according to the encoding attribute.
16198 (nnrss-save-group-data): Add coding cookie.
16199 (nnrss-mime-encode-string): New function.
16200 (nnrss-check-group): Use it to encode subject and author.
16201
16202 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
16203
16204 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16205 imaginary variable.
16206
16207 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16208
16209 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16210 correctly even if there are wide characters.
16211
16212 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16213
16214 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16215 downcased symbol names; make a new cache instead of reusing
16216 bbdb-hashtable.
16217
16218 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16219
16220 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16221 concatenating segments rather than before concatenating them.
16222 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16223
16224 * message.el (message-get-reply-headers): Bind `extra'.
16225
16226 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16227
16228 * message.el (message-extra-wide-headers): New variable.
16229 (message-get-reply-headers): Use it.
16230
16231 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16232
16233 * gnus-agent.el (gnus-agent-group-path): Decode group name.
16234 (gnus-agent-group-pathname): Ditto.
16235
16236 * gnus-cache.el (gnus-cache-file-name): Decode group name.
16237
16238 * gnus-group.el (gnus-group-make-group): Decode group name.
16239 (gnus-group-make-rss-group): Register the group data after opening
16240 the nnrss group.
16241
16242 2004-12-17 Paul Jarc <prj@po.cwru.edu>
16243
16244 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16245 by expiry now get marked as read.
16246
16247 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16248
16249 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16250
16251 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
16252
16253 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16254 unify Latin characters in XEmacs.
16255 (mm-find-mime-charset-region): Use it.
16256
16257 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16258
16259 * gnus-util.el (gnus-delete-directory): New function.
16260
16261 * gnus-agent.el (gnus-agent-delete-group): Use it.
16262
16263 * gnus-cache.el (gnus-cache-delete-group): Use it.
16264
16265 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
16266
16267 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16268 names.
16269
16270 2004-12-16 Simon Josefsson <jas@extundo.com>
16271
16272 * hashcash.el (hashcash-payment-alist): Fix custom :type.
16273
16274 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
16275
16276 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16277
16278 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16279 (gnus-group-set-current-level): Decode group name.
16280
16281 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
16282
16283 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16284 failed.
16285
16286 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
16287
16288 * gnus-group.el (gnus-group-delete-group): Decode group name.
16289 (gnus-group-make-rss-group): Encode group name.
16290 (gnus-group-catchup-current): Decode group name.
16291 (gnus-group-kill-group): Decode group name.
16292
16293 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16294
16295 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16296
16297 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
16298
16299 * gnus-group.el (gnus-group-make-rss-group):
16300 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16301
16302 * gnus-start.el (gnus-setup-news): Honor user's setting to
16303 gnus-message-archive-method. Suggested by Lute Kamstra
16304 <lute@gnu.org>.
16305
16306 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
16307
16308 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16309 global counterparts of the buffer-local variables.
16310
16311 2004-11-16 Romain Francoise <romain@orebokech.com>
16312
16313 * gnus-sum.el (gnus-summary-exit): Don't clear the global
16314 counterparts of the buffer-local variables.
16315
16316 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16317
16318 * message.el (message-forbidden-properties): Fix typo in doc
16319 string.
16320
16321 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16322
16323 * gnus-util.el (gnus-replace-in-string): Add doc string.
16324
16325 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16326 to avoid problems when splitting mails with many recipients.
16327
16328 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16329
16330 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16331 pop-to-buffer, covered by the subsequent gnus-configure-windows.
16332
16333 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
16334
16335 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16336 if there is no hashtable in memory or file modification time is
16337 newer than cached timestamp.
16338
16339 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
16340
16341 * gnus-sum.el (gnus-summary-limit-to-recipient):
16342 Implement not-matching option.
16343
16344 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
16345
16346 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16347 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16348 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16349 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16350 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
16351 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16352
16353 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
16354
16355 * message.el (message-forward-make-body-mml): Remove headers
16356 according to message-forward-ignored-headers if a message is decoded.
16357
16358 2004-12-02 Romain Francoise <romain@orebokech.com>
16359
16360 * message.el (message-forward-make-body-plain): Always remove
16361 headers according to message-forward-ignored-headers.
16362
16363 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
16364
16365 * spam.el (spam-summary-prepare-exit): Remove the
16366 gnus-summary-limit pop for now, it has problems with ham marks for
16367 me.
16368
16369 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
16370
16371 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16372 correctly.
16373
16374 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
16375
16376 * format-spec.el (format-spec): Message the char.
16377
16378 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
16379
16380 * gnus-art.el (gnus-split-methods): Reformat comments.
16381
16382 * spam.el (spam-summary-prepare-exit): Remove article limits
16383 before exiting the summary buffer.
16384
16385 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16386
16387 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16388 order to silence the byte compiler.
16389
16390 * spam.el: Fix the way to silence the byte compiler, which
16391 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16392 bbdb-search-simple, spam-BBDB-register-routine,
16393 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16394 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16395 spam-stat-buffer-is-spam, spam-stat-load,
16396 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16397 spam-stat-save and spam-stat-split-fancy.
16398
16399 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16400
16401 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16402 which may confuse users.
16403 (canlock-password-for-verify): Ditto.
16404
16405 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16406
16407 * gnus-art.el (gnus-emphasis-alist): Ditto.
16408
16409 * gnus-registry.el (gnus-registry-max-entries): Ditto.
16410
16411 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16412
16413 * gnus-start.el (gnus-save-killed-list): Ditto.
16414
16415 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16416 (gnus-sum-thread-tree-root): Ditto.
16417 (gnus-sum-thread-tree-false-root): Ditto.
16418 (gnus-sum-thread-tree-single-indent): Ditto.
16419
16420 * message.el (message-courtesy-message): Ditto.
16421 (message-archive-note): Ditto.
16422 (message-subscribed-address-file): Ditto.
16423 (message-user-fqdn): Ditto.
16424
16425 * spam-report.el (spam-report-gmane-regex): Ditto.
16426
16427 * spam.el (spam-blackhole-good-server-regex): Ditto.
16428
16429 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16430
16431 * mml.el (mml-preview): Widen the message buffer before copying
16432 the contents to the preview buffer; sort headers before previewing.
16433
16434 * message.el (message-hidden-headers): Fix the way to avoid a bug
16435 in the `repeat' widget in Emacs 21.3 or earlier.
16436
16437 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16438
16439 * message.el (message-hidden-headers): Default to "^References:".
16440 Improve customization type. Suggested by Reiner Steib
16441 <Reiner.Steib@gmx.de>.
16442
16443 2004-11-25 Romain Francoise <romain@orebokech.com>
16444
16445 * message.el (message-strip-forbidden-properties): Remove check for
16446 obsolete `message-hidden' text property, hidden headers are not
16447 accessible in the buffer anymore.
16448
16449 2004-11-22 Romain Francoise <romain@orebokech.com>
16450
16451 * message.el (message-header-format-alist): Add `From' in list
16452 so that it can be sorted.
16453 (message-fix-before-sending): Widen and sort headers before
16454 sending.
16455 (message-hide-headers): Use narrowing to hide headers by moving
16456 them to the top of the buffer and narrowing to the region
16457 underneath.
16458
16459 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16460
16461 * message.el (message-strip-forbidden-properties):
16462 Bind buffer-read-only (etc) to nil.
16463
16464 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
16465
16466 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16467 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16468
16469 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
16470
16471 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16472
16473 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16474
16475 * dns.el (query-dns): Use sit-for to time instead of
16476 accept-process-output, since that doesn't seem to work on udp
16477 sockets.
16478
16479 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
16480
16481 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16482
16483 2004-11-15 Jesper Harder <harder@ifa.au.dk>
16484
16485 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16486 doc string. Improve doc string.
16487
16488 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
16489
16490 * nntp.el (nntp-request-update-info): Return nil if
16491 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16492 may not call gnus-activate-group which uselessly issues the GROUP
16493 commands for all nntp groups and wastes time. Reported by Romain
16494 Francoise <romain@orebokech.com>.
16495
16496 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16497
16498 2004-11-15 Simon Josefsson <jas@extundo.com>
16499
16500 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16501 headers separately.
16502 (gnus-button-openpgp): New function, inspired by Jochen Küpper
16503 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16504
16505 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16506
16507 * gnus-start.el (gnus-convert-old-newsrc):
16508 Assign legacy-gnus-agent to 5.10.7.
16509
16510 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16511
16512 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16513 start of the lines.
16514
16515 2004-11-14 Magnus Henoch <mange@freemail.hu>
16516
16517 * hashcash.el (hashcash-default-payment): Change default to 20.
16518 (hashcash-default-accept-payment): Change default to 20.
16519 (hashcash-process-alist): New variable.
16520 (hashcash-generate-payment-async): Add.
16521 (hashcash-already-paid-p): Add.
16522 (hashcash-insert-payment): Don't generate payments twice.
16523 (hashcash-insert-payment-async): Add.
16524 (hashcash-insert-payment-async-2): Add.
16525 (hashcash-cancel-async): Add.
16526 (hashcash-wait-async): Add.
16527 (hashcash-processes-running-p): Add.
16528 (hashcash-wait-or-cancel): Add.
16529 (mail-add-payment): New optional argument. Conditionally start
16530 asynchronous calculation.
16531 (mail-add-payment-async): Add.
16532
16533 * message.el (message-send-mail): Wait for asynchronous hashcash
16534 results. Don't clobber existing X-Hashcash headers.
16535 (message-setup-1): Call mail-add-payment-async when
16536 message-generate-hashcash is non-nil.
16537
16538 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16539
16540 * message.el (message-use-alternative-email-as-from): Examine the
16541 From header as well; use message-make-from in order to include a
16542 user's full name.
16543
16544 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16545
16546 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16547 default; improve customization type.
16548 (gnus-emphasis-custom-with-format): New macro.
16549 (gnus-emphasis-custom-value-to-external): New function.
16550 (gnus-emphasis-custom-value-to-internal): New function.
16551
16552 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16553
16554 * dns.el (query-dns): Resolve reverse addresses.
16555
16556 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16557
16558 * gnus-group.el (gnus-group-get-new-news): Use it.
16559
16560 * gnus-start.el (gnus-check-reasonable-setup): New function.
16561
16562 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
16563
16564 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16565 "Args out of range" error. Reported by Arnaud Giersch
16566 <arnaud.giersch@free.fr>.
16567
16568 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
16569
16570 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16571
16572 2004-11-04 Richard M. Stallman <rms@gnu.org>
16573
16574 * spam.el (spam group): Add :version.
16575
16576 * pgg-def.el (pgg group): Add :version.
16577
16578 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
16579
16580 * gnus-art.el (gnus-article-edit-article): Don't associate the
16581 article buffer with a draft file. This is a temporary measure
16582 against the 2004-08-22 change to gnus-article-edit-mode.
16583
16584 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
16585
16586 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16587 (html2text-format-tags): Remove unused variable `attr'.
16588
16589 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16590
16591 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16592
16593 * spam-stat.el (spam-stat): Add :version.
16594
16595 * sieve.el (sieve): Add :version.
16596
16597 * sha1.el (sha1): Add :version.
16598 (sha1-use-external): Remove redundant version.
16599
16600 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16601 (nnmail-cache-ignore-groups, nnmail-spool-hook)
16602 (nnmail-split-fancy-match-partial-words)
16603 (nnmail-split-lowercase-expanded): Add :version.
16604
16605 * nndiary.el (nndiary): Add :version.
16606
16607 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16608
16609 * mml-sec.el (mml-default-sign-method)
16610 (mml-default-encrypt-method, mml-signencrypt-style-alist):
16611 Add :version.
16612
16613 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16614
16615 * mm-url.el (mm-url-use-external, mm-url-program)
16616 (mm-url-arguments): Add :version.
16617
16618 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16619 (mm-attachment-file-modes, mm-decrypt-option)
16620 (mm-w3m-safe-url-regexp): Add :version.
16621
16622 * message.el (message-cite-prefix-regexp)
16623 (message-sendmail-envelope-from, message-minibuffer-local-map)
16624 (message-user-fqdn, message-completion-alist): Add :version.
16625
16626 * gnus-win.el (gnus-configure-windows-hook)
16627 (gnus-use-frames-on-any-display): Add :version.
16628
16629 * gnus-art.el (gnus-article-address-banner-alist)
16630 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16631 (gnus-treat-from-picon, gnus-treat-mail-picon)
16632 (gnus-treat-x-pgp-sig): Add :version.
16633
16634 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16635 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16636 (gnus-summary-article-delete-hook)
16637 (gnus-summary-display-while-building): Add :version.
16638
16639 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16640 (gnus-get-top-new-news-hook): Add :version.
16641
16642 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16643 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16644
16645 * gnus-registry.el (gnus-registry): Add :version.
16646
16647 * gnus-spec.el (gnus-use-correct-string-widths)
16648 (gnus-make-format-preserve-properties): Add :version.
16649
16650 * gnus.el (gnus-group-charter-alist)
16651 (gnus-group-fetch-control-use-browse-url)
16652 (gnus-install-group-spam-parameters): Add :version.
16653
16654 * gnus-diary.el (gnus-diary): Add :version.
16655
16656 * gnus-delay.el (gnus-delay): Add :version.
16657
16658 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16659 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16660 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16661 Add :version.
16662
16663 * gnus-agent.el (gnus-agent-max-fetch-size)
16664 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16665 (gnus-agent-prompt-send-queue): Add :version.
16666
16667 * deuglify.el (gnus-outlook-deuglify): Add :version.
16668
16669 * html2text.el: Beautify code. Improve doc strings.
16670 Some checkdoc cleanup.
16671 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16672
16673 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
16674
16675 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16676
16677 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
16678
16679 * gnus-registry.el (gnus-registry-hashtb): Create the registry
16680 when package is loaded.
16681
16682 * spam.el (spam-summary-score-preferred-header): Add global preference
16683 for people who want to override the default SpamAssassin over
16684 Bogofilter preference (when both are set).
16685 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16686 (spam-user-format-function-S):
16687 Check spam-summary-score-preferred-header.
16688 (spam-extra-header-to-number): Add X-Bogosity header parsing.
16689 (spam-user-format-function-S): Format the score correctly.
16690
16691 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16692
16693 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16694 signature file. Suggested by Manoj Srivastava
16695 <srivasta@golden-gryphon.com>.
16696
16697 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16698 iso-2022-jp even in the Japanese language environment.
16699 Suggested by Jason Rumney <jasonr@gnu.org>.
16700
16701 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
16702
16703 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16704 use the same characters as the dummy marks; make it free from
16705 getting affected by the language environment.
16706 (gnus-summary-read-group-1): Update mark positions only when the
16707 format spec is updated.
16708
16709 * gnus-spec.el (gnus-update-format-specifications): Return a list
16710 of updated types.
16711
16712 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
16713
16714 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16715 of boundp to check if display-warning is available.
16716
16717 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
16718
16719 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16720
16721 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
16722
16723 * nnspool.el (nnspool-spool-directory): Use news-path if the
16724 news-directory variable is not bound.
16725
16726 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16727 function instead of display-warning if it is not available.
16728
16729 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16730
16731 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16732 v5-10: Use `point-at-bol'.
16733
16734 2004-10-26 Simon Josefsson <jas@extundo.com>
16735
16736 * hashcash.el: Fix URL in comment, reported by Cheng Gao
16737 <chenggao@gmail.com>.
16738
16739 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16740
16741 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
16742 instead.
16743
16744 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
16745
16746 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16747 to remove a server from the nnimap-server-buffer-alist.
16748 (nnimap-open-connection, nnimap-close-server): Use it.
16749
16750 * gnus-encrypt.el: Remove file in favor of encrypt.el.
16751
16752 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
16753
16754 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16755 running the major-mode function.
16756
16757 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16758
16759 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16760 dummy marks in the right way.
16761
16762 2004-10-18 David Edmondson <dme@dme.org>
16763
16764 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16765 excessively.
16766
16767 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
16768
16769 * gnus-util.el (gnus-split-references): Accept a nil references
16770 string and go on blissfully.
16771
16772 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16773 cases where the references string is non-nil but has no references.
16774
16775 * encrypt.el: Add autoload tags.
16776
16777 * spam.el (spam-resolve-registrations-routine): Remove article
16778 from unregistration list too. Reported by David Hanak
16779 <dhanak@isis.vanderbilt.edu>
16780
16781 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
16782
16783 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16784 nil. Change custom type.
16785
16786 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
16787
16788 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16789
16790 * gnus-sum.el (gnus-summary-move-article): Use it.
16791
16792 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
16793
16794 * encrypt.el: Add autoload cookies.
16795
16796 * spam.el (spam-backend-article-list-property)
16797 (spam-backend-get-article-todo-list)
16798 (spam-backend-put-article-todo-list)
16799 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16800 Resolve registrations separately.
16801 (spam-register-routine): Format comments.
16802 (spam-unregister-routine, spam-register-routine): Always call with
16803 specific-articles, no default list.
16804 (spam-summary-prepare-exit): Use the spam-classifications function.
16805
16806 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16807 gnus-encrypt.el.
16808
16809 * encrypt.el: Copied from gnus-encrypt.el.
16810
16811 * gnus-encrypt.el: Commented that it's obsolete.
16812
16813 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
16814
16815 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16816 (gnus-score-save): Use it.
16817
16818 * message.el (message-bury): Use `window-dedicated-p'.
16819
16820 2004-10-15 Simon Josefsson <jas@extundo.com>
16821
16822 * pop3.el (top-level): Don't require nnheader.
16823 (pop3-read-timeout): Add.
16824 (pop3-accept-process-output): Add.
16825 (pop3-read-response, pop3-retr): Use it.
16826
16827 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
16828
16829 * spam.el (spam-register-routine): Move comment.
16830 (spam-verify-bogofilter): Use 'unknown for the initial
16831 spam-bogofilter-valid state, not 'never.
16832
16833 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16834 for netrc-machine.
16835
16836 * nnimap.el (nnimap-open-connection):
16837 Use netrc-machine-user-or-password.
16838
16839 2004-10-17 Richard M. Stallman <rms@gnu.org>
16840
16841 * gnus-registry.el (gnus-registry-unload-hook):
16842 Set as a variable with add-hook.
16843
16844 * nnspool.el (nnspool-spool-directory): Use news-directory instead
16845 of news-path.
16846
16847 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16848
16849 * spam.el: Delete duplicate `provide'.
16850 (spam-unload-hook): Set as a variable with add-hook.
16851
16852 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
16853
16854 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16855 in the doc string.
16856
16857 * message.el (message-ignored-news-headers)
16858 (message-ignored-supersedes-headers)
16859 (message-ignored-resent-headers)
16860 (message-forward-ignored-headers): Improve custom type.
16861
16862 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
16863
16864 * message.el (message-tokenize-header): Fix 2004-09-06 change
16865 which used point-min in the wrong place.
16866
16867 2004-10-12 Simon Josefsson <jas@extundo.com>
16868
16869 * tls.el (tls-certtool-program): New variable.
16870 (tls-certificate-information): New function, based on
16871 ssl-certificate-information.
16872
16873 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
16874
16875 * compface.el: Move the version of ELisp-based uncompface program
16876 to the contrib directory because of the copyright problem.
16877
16878 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
16879
16880 * message.el (message-kill-buffer): Raise the current frame.
16881
16882 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16883
16884 * gnus-sum.el: Mention that multibyte characters don't work as marks.
16885
16886 * gnus.el (message-y-or-n-p): Autoload.
16887
16888 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16889 (pop3-password-required, pop3-authentication-scheme)
16890 (pop3-leave-mail-on-server): Make customizable.
16891 (pop3): New custom group.
16892 (pop3-retr): Remove `sleep-for' statements.
16893 Suggested by Dave Love <fx@gnu.org>.
16894
16895 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16896 Windows/DOS.
16897
16898 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16899 (imap-parse-body): Fix incorrect use of `assert'.
16900 Suggested by Dave Love <fx@gnu.org>.
16901
16902 * mml.el (mml-minibuffer-read-disposition): Require match.
16903 Suggested by Dave Love <fx@gnu.org>.
16904
16905 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
16906
16907 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
16908 doc string.
16909
16910 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
16911
16912 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16913
16914 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16915
16916 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16917 instead of calling `mm-insert-inline', to decode text/* parts
16918 before displaying them.
16919
16920 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
16921
16922 * mm-uu.el (mm-uu-text-plain-type): New variable.
16923 (mm-uu-pgp-signed-extract-1): Use it.
16924 (mm-uu-pgp-encrypted-extract-1): Use it.
16925 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16926 bind mm-uu-text-plain-type with that value.
16927 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16928 mm-uu-dissect.
16929
16930 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
16931
16932 * gnus-group.el (gnus-update-group-mark-positions):
16933 * gnus-sum.el (gnus-update-summary-mark-positions):
16934 * message.el (message-check-news-body-syntax):
16935 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16936 of string-as-multibyte.
16937
16938 2004-10-05 Juri Linkov <juri@jurta.org>
16939
16940 * gnus-group.el (gnus-update-group-mark-positions):
16941 * gnus-sum.el (gnus-update-summary-mark-positions):
16942 * message.el (message-check-news-body-syntax):
16943 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16944 8-bit unibyte values to a multibyte string for search functions.
16945
16946 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
16947
16948 * mm-uu.el (mm-uu-dissect): Allow optional arg.
16949 (mm-uu-dissect-text-parts): New function.
16950
16951 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16952 dissect text parts.
16953
16954 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16955 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16956
16957 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16958
16959 * gnus-topic.el (gnus-topic-hierarchical-parameters):
16960 Use gnus-current-topics instead of gnus-current-topic.
16961
16962 2004-10-06 Jesper Harder <harder@ifa.au.dk>
16963
16964 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16965
16966 2004-10-05 Jesper Harder <harder@ifa.au.dk>
16967
16968 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16969 where approriate.
16970
16971 * nnml.el (nnml-generate-active-info): do.
16972
16973 * nndiary.el (nndiary-generate-active-info): do.
16974
16975 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16976 (gnus-topic-move): do.
16977
16978 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16979 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16980
16981 * gnus-srvr.el (gnus-server-prepare)
16982 (gnus-server-open-all-servers): do.
16983
16984 * gnus-msg.el (gnus-summary-cancel-article)
16985 (gnus-summary-resend-message)
16986 (gnus-summary-mail-crosspost-complaint): do.
16987
16988 * gnus-move.el (gnus-change-server): do.
16989
16990 * gnus-group.el (gnus-group-unmark-all-groups)
16991 (gnus-group-set-current-level): do.
16992
16993 2004-10-04 Simon Josefsson <jas@extundo.com>
16994
16995 * message.el (message-generate-hashcash): Doc fix.
16996
16997 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
16998
16999 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17000 avoid infinite recursion via gnus-get-function.
17001
17002 2004-10-02 Jesper Harder <harder@ifa.au.dk>
17003
17004 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17005
17006 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17007
17008 * nnmail.el (nnmail-split-history): do.
17009
17010 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17011 (nnml-request-delete-group): do.
17012
17013 * nnslashdot.el (nnslashdot-read-groups): do.
17014
17015 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17016 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17017
17018 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17019 (nnspool-sift-nov-with-sed): Use last.
17020 (nnspool-retrieve-headers-with-nov): Use mapc.
17021 (nnspool-request-newgroups): Use dolist.
17022 (nnspool-request-group): Use last.
17023
17024 * nntp.el (nntp-read-server-type): Use dolist.
17025
17026 * nnvirtual.el (nnvirtual-create-mapping)
17027 (nnvirtual-update-read-and-marked): Use dolist.
17028 (nnvirtual-convert-headers): Simplify.
17029
17030 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17031
17032 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17033 Add support for sync'ing tick marks.
17034
17035 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
17036
17037 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17038 there's no visible header.
17039
17040 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17041
17042 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17043 When necessary, pass full group name to gnus-request-set-marks.
17044
17045 2004-10-01 Simon Josefsson <jas@extundo.com>
17046
17047 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
17048 acroread.
17049
17050 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17051
17052 * spam-report.el (spam-report-gmane): Fix interactive.
17053
17054 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17055
17056 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17057 when writing file.
17058 (gnus-agent-synchronize-flags): Don't default to being
17059 interactive.
17060
17061 2004-09-30 Simon Josefsson <jas@extundo.com>
17062
17063 * message.el (message-generate-hashcash): Add.
17064 (message-send-mail): Use it, call mail-add-payment.
17065
17066 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
17067
17068 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17069
17070 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
17071
17072 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17073 gnus-requst-update-info with explicit code to sync the in-memory
17074 info read flags with the marks being sync'd to the backend.
17075
17076 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17077
17078 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17079
17080 * spam.el (spam-verify-bogofilter): Add new function.
17081 (spam-check-bogofilter)
17082 (spam-bogofilter-register-with-bogofilter): Use it.
17083 (spam-verify-bogofilter): Add small fixes.
17084
17085 2004-09-28 Simon Josefsson <jas@extundo.com>
17086
17087 * hashcash.el (hashcash-generate-payment): Revert.
17088
17089 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17090
17091 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17092 Use gnus-extract-references instead of gnus-split-references.
17093
17094 * gnus-util.el (gnus-extract-references): Add new function, analogous
17095 to gnus-split-references but extracts only the message-ID without
17096 anything extra.
17097
17098 * hashcash.el (hashcash-generate-payment)
17099 (hashcash-check-payment): Do the right thing if hashcash-path is
17100 nil (because the hashcash program could not be found).
17101
17102 * spam.el (spam-use-hashcash): Remove comment.
17103
17104 2004-09-27 Jesper Harder <harder@ifa.au.dk>
17105
17106 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17107 (gnus-cache-enter-article, gnus-cache-remove-article)
17108 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17109
17110 * gnus-async.el (gnus-async-prefetch-remove-group): do.
17111
17112 * gnus-art.el (article-hide-boring-headers)
17113 (article-translate-strings, article-display-face)
17114 (gnus-article-mime-match-handle-first)
17115 (gnus-article-highlight-headers)
17116 (gnus-article-add-buttons-to-head): do.
17117
17118 2004-09-27 Simon Josefsson <jas@extundo.com>
17119
17120 * hashcash.el: New version, from
17121 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
17122 ../contrib/.
17123
17124 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17125
17126 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17127
17128 2004-09-26 Jesper Harder <harder@ifa.au.dk>
17129
17130 * gnus-dup.el (gnus-dup-open): Use mapc.
17131 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17132
17133 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17134 Reported by Stefan Wiens <s.wi@gmx.net>.
17135
17136 * gnus.el (gnus-shutdown): Use dolist.
17137
17138 * gnus-undo.el (gnus-undo): Use mapc.
17139
17140 * nnrss.el (nnrss-generate-active): do.
17141
17142 * message.el (message-cite-original-without-signature)
17143 (message-cite-original): Use mapc.
17144 (message-do-actions, message-make-forward-subject): Use dolist.
17145
17146 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17147
17148 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17149 deletion to remove entire duplicate line. Fixes merged article
17150 number bug.
17151
17152 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17153
17154 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17155 servers that are offline. Avoids having gnus-agent-toggle-plugged
17156 first ask if you want to open a server and then, even when you
17157 responded with no, asking if you want to synchronize the server's
17158 flags.
17159 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17160 multi-line expressions.
17161 (gnus-agent-synchronize-group-flags): New internal function.
17162 Updates marks in memory (in the info structure) AND in the
17163 backend.
17164
17165 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17166
17167 * nnagent.el (nnagent-request-set-mark):
17168 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17169 method, to ensure that synchronization updates marks in the
17170 backend and in the info (in memory) structure.
17171
17172 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
17173
17174 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17175 convention fully; don't miss the root article of a thread; make
17176 the X-Draft-From header with correct article numbers.
17177
17178 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
17179
17180 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17181 unless plugged. Disable the agent so that an open failure causes
17182 an error.
17183
17184 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17185 Revert 2004-09-21 change. The backend must be opened while
17186 synchronizing flags even when the backend stores the flags
17187 locally.
17188
17189 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
17190
17191 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17192 in `header' match. Reported by Svend Tollak Munkejord.
17193
17194 * message.el (message-cite-original): Fix use of
17195 `message-cite-articles-with-x-no-archive'.
17196
17197 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
17198
17199 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17200 (gnus-window-to-buffer): Ditto.
17201
17202 * mml.el (mml-preview-buffer): New variable.
17203 (mml-preview): Manage window layout with gnus-buffer-configuration.
17204
17205 * gnus-msg.el (gnus-setup-message): Put article numbers into the
17206 X-Draft-From header even if those articles aren't quoted.
17207
17208 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
17209
17210 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17211 (gnus-request-set-mark, gnus-request-update-mark): Use new
17212 g-s-t-u-l-m to decide to use backend even when unplugged.
17213
17214 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
17215
17216 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17217 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
17218
17219 2004-09-20 Simon Josefsson <jas@extundo.com>
17220
17221 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17222 "utf-16-le".
17223
17224 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17225
17226 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17227
17228 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17229
17230 * uudecode.el (uudecode-use-external): Add :version.
17231
17232 * smime.el (smime-CA-file, smime-encrypt-cipher)
17233 (smime-dns-server): Add :version.
17234
17235 * smiley.el (gnus-smiley-file-types): Add :version.
17236
17237 * sha1.el (sha1-use-external): Add :version.
17238
17239 * pgg-def.el (pgg-query-keyserver): Add :version.
17240
17241 * nnmail.el (nnmail-fancy-expiry-targets)
17242 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17243 Add :version.
17244
17245 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17246 (nnimap-retrieve-groups-asynchronous): Add :version.
17247 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
17248
17249 * mml.el (mml-content-disposition-parameters)
17250 (mml-insert-mime-headers-always): Add :version.
17251
17252 * mm-util.el (mm-coding-system-priorities): Add :version.
17253
17254 * mm-decode.el (mm-inline-text-html-with-images)
17255 (mm-keep-viewer-alive-types, mm-external-terminal-program)
17256 (mm-verify-option): Add :version.
17257 (mm-text-html-renderer): Change :version.
17258
17259 * message.el (message-fcc-externalize-attachments)
17260 (message-required-headers, message-draft-headers)
17261 (message-subject-trailing-was-query)
17262 (message-subject-trailing-was-ask-regexp)
17263 (message-subject-trailing-was-regexp, message-mark-insert-begin)
17264 (message-mark-insert-end, message-archive-header)
17265 (message-archive-note, message-cross-post-default)
17266 (message-cross-post-note, message-followup-to-note)
17267 (message-cross-post-note-function, message-use-mail-followup-to)
17268 (message-subscribed-address-functions)
17269 (message-subscribed-address-file, message-subscribed-addresses)
17270 (message-subscribed-regexps, message-allow-no-recipients)
17271 (message-yank-cited-prefix, message-signature-insert-empty-line)
17272 (message-hidden-headers, message-hierarchical-addresses)
17273 (message-mail-user-agent, message-use-idna)
17274 (message-valid-fqdn-regexp)
17275 (message-strip-special-text-properties, message-header-synonyms)
17276 (message-beginning-of-line, message-tab-body-function): Add :version.
17277 (message-insert-canlock, message-wide-reply-confirm-recipients):
17278 Change :version.
17279
17280 * mail-source.el (mail-source-ignore-errors): Add :group, :type
17281 and :version.
17282 (mail-source-delete-old-incoming-confirm)
17283 (mail-source-movemail-program): Add :version.
17284
17285 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17286 (gnus-agent-cache, gnus-agent): Change :version.
17287
17288 * gnus-util.el (gnus-use-byte-compile): Change :version.
17289
17290 * gnus-sum.el (gnus-summary-make-false-root-always)
17291 (gnus-summary-default-high-score)
17292 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17293 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17294 (gnus-read-all-available-headers, gnus-article-emulate-mime)
17295 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17296 (gnus-sum-thread-tree-single-indent)
17297 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17298 (gnus-sum-thread-tree-leaf-with-other)
17299 (gnus-sum-thread-tree-single-leaf): Add :version.
17300 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17301 (gnus-article-loose-mime): Change :version.
17302
17303 * gnus-start.el (gnus-backup-startup-file)
17304 (gnus-save-startup-file-via-temp-buffer): Add :version.
17305
17306 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17307 (gnus-server-offline-face): Add :version.
17308
17309 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17310
17311 * gnus-msg.el (gnus-gcc-externalize-attachments)
17312 (gnus-debug-files, gnus-debug-exclude-variables)
17313 (gnus-discouraged-post-methods): Change :version.
17314 (gnus-confirm-mail-reply-to-news)
17315 (gnus-confirm-treat-mail-like-news): Add :version.
17316
17317 * gnus-int.el (gnus-server-unopen-status): Add :version.
17318
17319 * gnus-group.el (gnus-group-jump-to-group-prompt)
17320 (gnus-large-ephemeral-newsgroup)
17321 (gnus-fetch-old-ephemeral-headers): Add :version.
17322
17323 * gnus-fun.el (gnus-x-face-directory)
17324 (gnus-convert-pbm-to-x-face-command)
17325 (gnus-convert-image-to-x-face-command)
17326 (gnus-convert-image-to-face-command): Add :version.
17327
17328 * gnus-delay.el (gnus-delay-default-hour): Add :version.
17329
17330 * gnus-cite.el (gnus-cite-blank-line-after-header)
17331 (gnus-article-boring-faces): Add :version.
17332
17333 * gnus-art.el (gnus-buttonized-mime-types)
17334 (gnus-inhibit-mime-unbuttonizing)
17335 (gnus-treat-display-face)
17336 (gnus-treat-body-boundary): Change :version.
17337 (gnus-body-boundary-delimiter, gnus-picon-databases)
17338 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17339 (gnus-treat-date-english, gnus-treat-fold-headers)
17340 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17341 (gnus-treat-mail-picon, gnus-treat-wash-html)
17342 (gnus-article-encrypt-protocol)
17343 (gnus-use-idna, gnus-article-over-scroll)
17344 (gnus-mime-display-multipart-alternative-as-mixed)
17345 (gnus-mime-display-multipart-related-as-mixed)
17346 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17347 (gnus-ctan-url, gnus-button-ctan-handler)
17348 (gnus-button-handle-ctan-bogus-regexp)
17349 (gnus-button-ctan-directory-regexp)
17350 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17351 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17352 (gnus-button-man-level, gnus-button-emacs-level)
17353 (gnus-button-message-level, gnus-button-browse-level): Add :version.
17354
17355 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17356 (gnus-agent-go-online): Change :version.
17357 (gnus-agent-expire-unagentized-dirs)
17358 (gnus-agent-auto-agentize-methods): Add :version.
17359
17360 * flow-fill.el (fill-flowed-display-column)
17361 (fill-flowed-encode-column): Add :version.
17362
17363 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17364 (gnus-outlook-deuglify-unwrap-max)
17365 (gnus-outlook-deuglify-cite-marks)
17366 (gnus-outlook-deuglify-unwrap-stop-chars)
17367 (gnus-outlook-deuglify-no-wrap-chars)
17368 (gnus-outlook-deuglify-attrib-cut-regexp)
17369 (gnus-outlook-deuglify-attrib-verb-regexp)
17370 (gnus-outlook-deuglify-attrib-end-regexp)
17371 (gnus-outlook-display-hook): Add :version.
17372
17373 * binhex.el (binhex-use-external): Add :version.
17374
17375 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
17376
17377 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17378 and `invisible'.
17379
17380 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17381
17382 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17383 in gnus-registry-trim.
17384
17385 2004-09-13 Simon Josefsson <jas@extundo.com>
17386
17387 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17388
17389 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17390
17391 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17392 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17393 <yamaoka@jpl.org>.
17394 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17395 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17396 <yamaoka@jpl.org>.
17397
17398 * sieve.el (sieve-manage-mode): Ditto.
17399
17400 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
17401
17402 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17403
17404 2004-09-11 Simon Josefsson <jas@extundo.com>
17405
17406 * dns-mode.el: Add.
17407
17408 * mm-view.el (mm-display-dns-inline): Add.
17409
17410 * mm-decode.el (mm-inline-media-tests): Add text/dns.
17411 (mm-automatic-display): Ditto.
17412
17413 * mailcap.el (mailcap-mime-data): Add text/dns.
17414 (mailcap-mime-extensions): Map .soa to text/dns.
17415
17416 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
17417
17418 * gnus-art.el (article-decode-mime-words, article-babel)
17419 (gnus-article-highlight-signature, gnus-article-add-buttons)
17420 (gnus-signature-toggle): Remove unnecessary bindings of
17421 `inhibit-read-only' inherited from v5.10 merge.
17422
17423 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17424
17425 * nntp.el (nntp): New customization group.
17426 (nntp-authinfo-file): Add customization group.
17427
17428 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17429
17430 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17431
17432 * gnus.el (to-address, to-list, subscribed)
17433 (large-newsgroup-initial): Ditto.
17434
17435 * flow-fill.el (fill-flowed-display-column)
17436 (fill-flowed-encode-column): Ditto.
17437
17438 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17439
17440 * message.el (message-tokenize-header, message-send-mail-with-qmail):
17441 Use point-min rather than 1.
17442 (message-send-mail): Use buffer-size rather than point-max.
17443
17444 * gnus-sum.el (gnus-summary-search-article-forward):
17445 Signal a specific `search-failed' rather than a generic `error'.
17446
17447 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17448 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17449 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17450
17451 2004-09-10 Simon Josefsson <jas@extundo.com>
17452
17453 * nndb.el (require): Remove tcp and duplicate cl.
17454
17455 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
17456
17457 * gnus-agent.el (directory-files-and-attributes): Move forward.
17458
17459 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17460
17461 * gnus-agent.el (directory-files-and-attributes):
17462 Optionally defined to support XEmacs.
17463
17464 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17465
17466 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17467 to avoid run-time CL dependencies.
17468 (gnus-agent-unfetch-articles): New function.
17469 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17470 article numbers even when local .overview file is missing.
17471 (gnus-agent-read-article-number): New function. Only accepts
17472 27-bit article numbers.
17473 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17474 Use gnus-agent-read-article-number.
17475 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17476 from backend while recognizing that article numbers in .overview
17477 must be valid.
17478 (gnus-agent-update-files-total-fetched-for):
17479 Use directory-files-and-attributes to improve performance.
17480 * gnus-int.el (gnus-request-move-article):
17481 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17482 improve performance.
17483
17484 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17485 some users confused by references to .newsrc when they only have a
17486 .newsrc.eld file.
17487 (gnus-convert-mark-converter-prompt)
17488 (gnus-convert-converter-needs-prompt): Fix use of property list.
17489 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17490 New function. Used internally to only display 'gnus converting
17491 files' message when actually necessary.
17492
17493 * gnus-sum.el (): Remove (require 'gnus-agent) as required
17494 methods now autoloaded.
17495
17496 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
17497
17498 * gnus-sum.el (gnus-summary-insert-subject): Remove list
17499 identifiers.
17500
17501 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
17502
17503 * gnus-picon.el: Fix indentation and closing parenthesis.
17504
17505 2004-09-01 Simon Josefsson <jas@extundo.com>
17506
17507 * message.el (message-canlock-generate): Require sha1, not
17508 sha1-el. (Can we get rid of this require altogether? It is ugly
17509 to require within a function. Sadly, if sha1.el isn't loaded, the
17510 let binding in m-c-g will hide the defcustom definition, which is
17511 bad.)
17512
17513 * canlock.el: Require sha1, not sha1-el.
17514
17515 * message.el: Don't autoload sha1 (there is a autoload cookie in
17516 sha1.el).
17517
17518 * sha1-el.el: Rename to sha1.el.
17519
17520 2004-08-30 Juanma Barranquero <lektu@terra.es>
17521
17522 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17523
17524 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17525
17526 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17527
17528 2004-08-30 Kim F. Storm <storm@cua.dk>
17529
17530 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17531
17532 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17533 Add :group 'nnimap.
17534
17535 2004-08-30 Andreas Schwab <schwab@suse.de>
17536
17537 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17538 ?* and ?\;.
17539
17540 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17541 and ?\' to symbol instead of whitespace.
17542
17543 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
17544
17545 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17546
17547 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17548 instead of re-search-forward.
17549
17550 * gnus-uu.el (gnus-uu-save-article): Ditto.
17551 (gnus-uu-post-encode-uuencode): Ditto.
17552
17553 * html2text.el (html2text-clean-list-items): Ditto.
17554 (html2text-clean-dtdd): Ditto.
17555 (html2text-format-tags): Ditto.
17556
17557 * message.el (message-send-mail-with-sendmail): Fix regexp.
17558 (message-fill-field-general): Use search-forward instead of
17559 re-search-forward.
17560 (unbold-region): Ditto.
17561
17562 * nnrss.el (nnrss-request-article): Ditto.
17563
17564 * nnslashdot.el (nnslashdot-request-article): Ditto.
17565
17566 * nnweb.el (nnweb-gmane-wash-article): Ditto.
17567
17568 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17569 "Unrecognized menu descriptor" error in XEmacs.
17570
17571 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
17572
17573 * gnus-sum.el (gnus-read-header): Don't remove a header for the
17574 parent article of a sparse article in the thread hashtb.
17575
17576 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
17577
17578 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17579 (nnmail-expand-newtext): Lowercase expanded entries if
17580 nnmail-split-lowercase-expanded is non-nil.
17581
17582 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
17583
17584 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17585
17586 * gnus-group.el (gnus-group-line-format-alist): Convert the value
17587 of gnus-tmp-news-method into string under XEmacs. It will be
17588 passed to gnus-correct-length which takes only a string argument.
17589
17590 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
17591
17592 * gnus-util.el (gnus-bind-print-variables): New macro.
17593 (gnus-prin1): Use it.
17594 (gnus-prin1-to-string): Use it.
17595 (gnus-pp): New function.
17596 (gnus-pp-to-string): New function.
17597
17598 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17599 Replace pp-to-string with gnus-pp-to-string.
17600 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17601 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17602 * gnus-msg.el (gnus-debug): Ditto.
17603 * gnus-score.el (gnus-score-save): Ditto.
17604 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17605 gnus-pp-to-string.
17606 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17607 with gnus-pp.
17608 * score-mode.el (gnus-score-pretty-print): Ditto.
17609 * webmail.el (webmail-debug): Ditto.
17610
17611 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
17612
17613 * gnus-art.el (article-display-face, article-display-x-face):
17614 Use buffer-read-only.
17615
17616 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
17617
17618 * gnus-art.el (article-hide-list-identifiers):
17619 Bind inhibit-read-only as t.
17620
17621 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
17622
17623 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17624
17625 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17626
17627 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17628 (gnus-narrow-to-page): Don't assume point-min == 1.
17629 (gnus-article-edit-mode): Derive from message-mode.
17630
17631 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17632 point-min == 1.
17633
17634 * imap.el (imap-parse-address-list, imap-parse-body-ext):
17635 Disable incorrect use of `assert'.
17636
17637 * message.el (message-mode): Set comment-start-skip.
17638
17639 2004-08-22 Sam Steingold <sds@gnu.org>
17640
17641 * pop3.el (pop3-leave-mail-on-server): New user variable.
17642 (pop3-movemail): Delete mail only when it is nil.
17643
17644 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
17645
17646 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17647
17648 * mml.el (mml-preview): Use `pop-to-buffer'.
17649
17650 * message.el (message-goto-mail-followup-to): Insert after "To".
17651 (message-carefully-insert-headers): Add comment.
17652
17653 * gnus.el: Remove unused variable `gnus-article-check-size'.
17654
17655 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17656
17657 * gnus-art.el (gnus-button-alist):
17658 Improve `gnus-button-handle-library' entry.
17659
17660 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
17661
17662 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17663 Use downcase, since XEmacs capitalizes error messages differently.
17664
17665 2004-08-18 Jesper Harder <harder@ifa.au.dk>
17666
17667 * nntp.el: Add (require 'gnus) due to reference to
17668 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
17669
17670 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
17671
17672 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17673 Bind `mm-fill-flowed'.
17674
17675 * mm-decode.el (mm-dissect-singlepart): Check it.
17676
17677 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
17678
17679 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17680 'imap' for netrc parsing.
17681
17682 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
17683
17684 * mailcap.el (mailcap-mime-data): Mark as risky.
17685
17686 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
17687
17688 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17689 may be included in the encoded word.
17690 (rfc2047-encode): Don't append a space if the encoded word
17691 includes close parenthesis.
17692
17693 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
17694
17695 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17696 of text within parentheses.
17697
17698 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
17699
17700 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17701 (gnus-encrypt-write-file-contents): Make the password key the file
17702 name PLUS the cipher, not just the cipher. Also remove failed
17703 passwords from the cache.
17704
17705 2004-08-06 Simon Josefsson <jas@extundo.com>
17706
17707 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17708 Doc fix.
17709
17710 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
17711
17712 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17713 LWSP.
17714
17715 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
17716
17717 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17718 Try to append in-reply-to: data to the references: header.
17719
17720 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17721 (netrc-parse): Use gnus-encrypt.el functions.
17722
17723 * gnus-encrypt.el: Add new file for encryption support; currently
17724 does only a few GPG ciphers and an internal XOR cipher.
17725
17726 * password.el: Add comments on using password-read-and-add.
17727 (password-read-and-add): Add function to read and add the
17728 password to the cache at once.
17729
17730 2004-07-28 Simon Josefsson <jas@extundo.com>
17731
17732 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17733 parameter (but don't use it, for now).
17734
17735 * imap.el (imap-ssl-open): Use imap-process-connection-type,
17736 instead of hard coding to nil.
17737
17738 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17739
17740 * mm-view.el (mm-inline-image-emacs): Open lines under an image
17741 as mm-inline-image-xemacs does.
17742
17743 2004-07-26 Simon Josefsson <jas@extundo.com>
17744
17745 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17746 Revert part of 2004-07-17 change below.
17747
17748 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
17749
17750 * rfc2047.el (rfc2047-encode-region): Don't infloop.
17751 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17752
17753 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
17754
17755 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17756 quotes that actually start with ">" at the beginning of the
17757 lines.
17758
17759 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
17760
17761 * rfc2047.el (rfc2047-encode-region): Fix last change.
17762 (rfc2047-encode-parameter): Remove useless concat.
17763
17764 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
17765
17766 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17767 encode special characters; fix some kind of misconfigured headers;
17768 signal a real error if debug-on-quit or debug-on-error is non-nil.
17769 (rfc2047-encode-max-chars): New variable.
17770 (rfc2047-encode-1): Use it.
17771 (rfc2047-encode-parameter): New function.
17772
17773 * mml.el (mml-insert-parameter): Remove an excessive space.
17774
17775 2004-07-17 Simon Josefsson <jas@extundo.com>
17776
17777 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17778 Kai Grossjohann <kai@emptydomain.de>.
17779 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17780 (gnus-group-make-menu-bar): Ditto.
17781
17782 * gnus-util.el (gnus-group-server): Add.
17783
17784 2004-07-16 Jesper Harder <harder@ifa.au.dk>
17785
17786 * message.el (message-clone-locals): Clone sendmail and smtp
17787 variables.
17788
17789 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
17790
17791 * rfc2047.el (rfc2047-encode-region): Fix last change.
17792
17793 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
17794
17795 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17796 characters as non-special.
17797
17798 2004-07-09 Simon Josefsson <jas@extundo.com>
17799
17800 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17801 Users will lose all flag changes made while unplugged with
17802 e.g. nntp unless flag synchronization happens, thus `nil' is not a
17803 good default. See numerous reports on ding mailing list.
17804
17805 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
17806
17807 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17808 add generate-head-function and generate-article-function to the
17809 rfc822-forward entry.
17810 (nndoc-rfc822-forward-generate-article): New function.
17811 (nndoc-rfc822-forward-generate-head): New function.
17812
17813 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17814
17815 2004-07-06 Dan Christensen <jdc@uwo.ca>
17816
17817 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17818 respect display group parameter and gnus-summary-expunge-below.
17819 (gnus-articles-to-read): Remove unused reference to display group
17820 parameter.
17821
17822 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17823
17824 * nnheader.el (nnheader-uniquify-message-id): New experimental
17825 variable.
17826 (nnheader-nov-read-message-id): Use it.
17827
17828 * spam-report.el (spam-report-gmane): Add interactive.
17829
17830 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
17831
17832 * mm-encode.el (mm-content-transfer-encoding-defaults):
17833 Use qp-or-base64 for the application/* types.
17834
17835 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
17836
17837 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17838
17839 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
17840
17841 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17842 trim value.
17843
17844 2004-01-25 Paul Jarc <prj@po.cwru.edu>
17845
17846 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17847 New macro and function.
17848 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17849
17850 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
17851
17852 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17853 after-load-alist.
17854
17855 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
17856
17857 * gnus-group.el (gnus-group-get-new-news-this-group):
17858 Don't update info that isn't there.
17859
17860 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
17861
17862 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17863 entry.
17864
17865 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
17866
17867 * mm-view.el (mm-inline-render-with-function): Use multibyte
17868 buffer; decode html source by charset.
17869
17870 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17871
17872 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17873 Mule-UCS is loaded under XEmacs.
17874 (mm-mime-mule-charset-alist): Avoid duplicated entries.
17875
17876 2004-06-28 Jesper Harder <harder@ifa.au.dk>
17877
17878 * nnheader.el (nnheader-max-head-length): Increase to 8192.
17879
17880 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
17881
17882 * mm-util.el (mm-coding-system-p): Return a coding-system.
17883 (mm-mime-mule-charset-alist): Use shift_jis instead of
17884 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17885 entries for the mime charsets iso-2022-jp-3 and shift_jis.
17886 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17887 instead of japanese-shift-jis and iso-latin-1 respectively in
17888 order to share the default value with both Emacs and XEmacs-mule.
17889 (mm-mule-charset-to-mime-charset):
17890 Make mm-coding-system-priorities effective.
17891 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17892 while predicating of candidates upon the priorities.
17893
17894 2004-06-27 Jesper Harder <harder@ifa.au.dk>
17895
17896 * gnus-sum.el (gnus-summary-make-menu-bar):
17897 Add gnus-uu-invert-processable.
17898
17899 * gnus.el: Autoload gnus-uu-invert-processable.
17900
17901 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
17902
17903 * mm-util.el (mm-with-multibyte-buffer): New macro.
17904
17905 * rfc2047.el (rfc2047-encode-string): Use it.
17906 (rfc2047-encode-region): Move point to the end of the region after
17907 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17908
17909 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
17910
17911 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17912 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17913
17914 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
17915
17916 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17917 (gnus-cite-parse): Ignore quoted envelope From_.
17918 Suggested by Karl Chen <quarl@nospam.quarl.org>.
17919
17920 2004-06-23 Jesper Harder <harder@ifa.au.dk>
17921
17922 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17923 invalid addresses.
17924
17925 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
17926
17927 * spam.el: Change section markers, revise TODO list.
17928 (spam-backends): Make new master list of all installed backends.
17929 (spam-summary-exit-behavior): Add new variable to determine how
17930 messages moves are done at summary exit.
17931 (spam-move-spam-nonspam-groups-only)
17932 (spam-process-ham-in-nonham-groups)
17933 (spam-process-ham-in-spam-groups): Remove variables, the
17934 spam-summary-exit-behavior variable should be used to manage this
17935 behavior.
17936 (spam-old-ham-articles, spam-old-spam-articles): Remove.
17937 (spam-old-articles): Add variable, replacing spam-old-ham-articles
17938 and spam-old-spam-articles.
17939 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17940 Add empty variables, placeholders for the backends they represent.
17941 (spam-set-difference): Move, unchanged.
17942 (spam-list-of-processors): Declare OBSOLETE, not used anymore
17943 unless the user has a processor variable.
17944 (spam-classifications, spam-classification-valid-p)
17945 (spam-backend-properties, spam-backend-property-valid-p)
17946 (spam-backend-function-type-valid-p)
17947 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17948 (spam-report-articles-gmane, spam-report-articles-resend):
17949 Remove functions, they are not needed.
17950 (spam-install-backend-super, spam-backend-list)
17951 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17952 (spam-backend-function, spam-backend-ham-registration-function)
17953 (spam-backend-spam-registration-function)
17954 (spam-backend-ham-unregistration-function)
17955 (spam-backend-spam-unregistration-function)
17956 (spam-backend-statistical-p, spam-backend-mover-p)
17957 (spam-install-backend-alias, spam-install-checkonly-backend)
17958 (spam-install-mover-backend, spam-install-nocheck-backend)
17959 (spam-install-backend, spam-install-statistical-backend)
17960 (spam-install-statistical-checkonly-backend): Add backend installation
17961 support.
17962 (spam-summary-prepare-exit): Rewrite to use the new backend code.
17963 (spam-group-processor-p): Use the new backend code and respect the
17964 summary exit behavior.
17965 (spam-mark-spam-as-expired-and-move-routine): Remove.
17966 (spam-summary-prepare): Change to use the new spam-old-articles
17967 variable.
17968 (spam-copy-or-move-routine, spam-copy-spam-routine)
17969 (spam-move-spam-routine, spam-copy-ham-routine)
17970 (spam-move-ham-routine): Add code to copy/move ham or spam.
17971 (spam-fetch-field-fast): Improve doc and code, plus allow the
17972 'number request.
17973 (spam-list-of-checks, spam-list-of-statistical-checks):
17974 Remove variables.
17975 (spam-split, spam-find-spam): Use the new backend code.
17976 (spam-registration-functions): Remove variable.
17977 (spam-unregister-routine): Add convenience wrapper.
17978 (spam-log-undo-registration, spam-register-routine)
17979 (spam-log-processing-to-registry)
17980 (spam-log-unregistration-needed-p): Rename "check" to "backend"
17981 where possible.
17982 (spam-check-gmane-xref, spam-check-regex-headers)
17983 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17984 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17985 (spam-check-bogofilter-headers, spam-check-spamoracle)
17986 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17987 (spam-check-crm114-headers): Use the spam-split-group that
17988 spam-split prepares, no need to determine it every time.
17989
17990 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17991 to the nnheader-parse-naked-head call.
17992
17993 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17994
17995 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17996 the nnheader-nov-read-message-id call.
17997
17998 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
17999
18000 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18001 gnus-activate-group twice. Suggested by Markus Peter
18002 <warp@spin.de>.
18003
18004 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
18005
18006 * gnus-art.el (gnus-article-time-format): Exchange the order of
18007 day and month in the default value; fix customization type.
18008 (article-date-ut): Use add-text-properties.
18009 (article-make-date-line): Use message-make-date instead of
18010 current-time-string.
18011
18012 * message.el (message-fetch-field): Don't use set-text-properties.
18013 (message-make-date): Simplify.
18014
18015 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
18016
18017 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18018 (rfc2047-encode-region): Treat text within parentheses as special;
18019 show the original text when error has occurred.
18020
18021 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18022 already-computed method to gnus-activate-group.
18023
18024 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18025 same select-methods identical Lisp objects.
18026
18027 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18028 object when modifying the info.
18029
18030 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
18031
18032 * gnus-srvr.el (gnus-server-set-info): Remove the server from
18033 gnus-opened-servers since it has never been opened with the new
18034 configuration yet.
18035
18036 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
18037
18038 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18039 arg to nnheader-generate-fake-message-id.
18040
18041 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
18042
18043 * nnheader.el (nnheader-generate-fake-message-id): Accept a
18044 number and build a fake message ID localized to a group and
18045 article number (so it's repeatable from that point on).
18046 (nnheader-fake-message-id-p): Change regex to accommodate new fake
18047 ID format.
18048
18049 * gnus-sum.el (gnus-get-newsgroup-headers):
18050 Call nnheader-generate-fake-message-id with the article number.
18051
18052 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
18053
18054 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18055 end-of-buffer.
18056
18057 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18058
18059 * message.el (message-ignored-supersedes-headers): Add Approved.
18060
18061 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
18062
18063 * rfc2047.el (rfc2047-encode-message-header): Remove useless
18064 goto-char.
18065 (rfc2047-encode): Fold the line before encoding.
18066
18067 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18068
18069 * rfc2047.el (rfc2047-encode-message-header): Disabled header
18070 folding -- not all headers can be folded, and this should be done
18071 by the message composition mode. Probably. I think.
18072
18073 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
18074
18075 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18076 fast.
18077
18078 * gnus-ems.el (gnus-remove-image): Don't use
18079 message-text-with-property; remove only the image found first.
18080
18081 2004-06-09 Jesper Harder <harder@ifa.au.dk>
18082
18083 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18084
18085 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18086
18087 * message.el (message-text-with-property): Make it fast and accept
18088 optional arguments.
18089 (message-strip-forbidden-properties): Use it.
18090 (message-fix-before-sending): Follow the m-t-w-p change.
18091
18092 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18093
18094 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
18095
18096 * gnus-art.el (article-hide-headers): Don't change the buffer
18097 mistakenly when performing mml-preview even if
18098 gnus-single-article-buffer is nil.
18099
18100 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
18101
18102 * message.el (message-expand-name-databases): New user option.
18103 (message-expand-name): Use it.
18104
18105 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
18106
18107 * spam.el (spam-report-articles-resend)
18108 (spam-report-resend-register-routine): Allow ham reporting.
18109 (spam-report-resend-register-ham-routine): Add wrapper.
18110 (spam-registration-functions): Add ham resending functions.
18111 (spam-list-of-processors): Add ham resend processor.
18112
18113 * gnus.el (ham-resend-to): Add new group parameter.
18114 (spam-process): Add ham resend option.
18115
18116 * spam-report.el (spam-report-resend): Allow reporting ham.
18117 (spam-report-resend-ham): Add wrapper.
18118
18119 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18120
18121 * message.el (message-cite-articles-with-x-no-archive):
18122 New variable.
18123 (message-cite-original): Use it.
18124
18125 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18126
18127 * message.el (message-cite-original): Respect X-No-Archive.
18128
18129 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
18130
18131 * gnus-art.el (article-hide-headers): Refer to the values for
18132 gnus-ignored-headers and gnus-visible-headers in the summary
18133 buffer since a user may have set them as group parameters.
18134
18135 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
18136
18137 * assistant.el (assistant-node-name): Add convenience function.
18138 (assistant-render-text, assistant-render-node): Add error handling,
18139 plus handle multiple next nodes.
18140 (assistant-find-next-node): Comment out for now.
18141 (assistant-find-next-nodes): Add function, returns list of next
18142 nodes.
18143
18144 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
18145
18146 * mail-source.el (mail-source-directory): Fix doc-string.
18147
18148 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
18149
18150 * assistant.el (assistant-render-text, assistant-eval): Add :set
18151 widget type, which is different because it takes and returns a
18152 list. Much hilarity ensues.
18153
18154 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
18155
18156 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18157
18158 * gnus-group.el (gnus-group-get-new-news-this-group):
18159 Add doc-string.
18160
18161 * gnus-start.el (gnus-activate-group): Add doc-string.
18162
18163 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
18164
18165 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18166
18167 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
18168
18169 * assistant.el (assistant-render-text): Try to add a :set
18170 widget, more to come.
18171
18172 * spam.el (spam-group-spam-contents-p): Handle empty groupname
18173 strings.
18174 (spam-report-articles-resend)
18175 (spam-register-routine): Do registration iff any articles warrant
18176 it.
18177 (spam-summary-prepare-exit): Change log message for nil group
18178 destinations.
18179
18180 2004-05-27 Daniel Pittman <daniel@rimspace.net>
18181
18182 * spam.el (spam-report-resend-register-routine):
18183 Allow spam-report-resend-to to be a group parameter or a global value.
18184
18185 2004-05-26 Simon Josefsson <jas@extundo.com>
18186
18187 * starttls.el: Merge with my GNUTLS based starttls.el.
18188 (starttls-gnutls-program, starttls-use-gnutls)
18189 (starttls-extra-arguments, starttls-process-connection-type)
18190 (starttls-connect, starttls-failure, starttls-success):
18191 New variables.
18192 (starttls-program, starttls-extra-args): Doc fix.
18193 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18194 New functions.
18195 (starttls-negotiate, starttls-open-stream):
18196 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18197 function if it is set.
18198
18199 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18200
18201 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18202 structured fields.
18203
18204 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18205
18206 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18207
18208 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
18209
18210 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18211 Add variable.
18212 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
18213 assigning the spam-mark to new messages.
18214
18215 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
18216
18217 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18218
18219 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18220
18221 * rfc2047.el (rfc2047-encodable-p): Don't move point.
18222 (rfc2047-decode): Treat the ascii coding-system as raw-text by
18223 default.
18224
18225 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
18226
18227 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18228 correct data.
18229
18230 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
18231
18232 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18233 (spam-group-processor-p): Fix function.
18234 (spam-group-processor-multiple-p)
18235 (spam-group-spam-processor-report-gmane-p)
18236 (spam-group-spam-processor-report-resend-p)
18237 (spam-group-spam-processor-bogofilter-p)
18238 (spam-group-spam-processor-blacklist-p)
18239 (spam-group-spam-processor-ifile-p)
18240 (spam-group-ham-processor-ifile-p)
18241 (spam-group-spam-processor-spamoracle-p)
18242 (spam-group-spam-processor-crm114-p)
18243 (spam-group-ham-processor-bogofilter-p)
18244 (spam-group-spam-processor-stat-p)
18245 (spam-group-ham-processor-stat-p)
18246 (spam-group-ham-processor-whitelist-p)
18247 (spam-group-ham-processor-BBDB-p)
18248 (spam-group-ham-processor-spamoracle-p)
18249 (spam-group-ham-processor-copy-p): Remove functions with some
18250 prejudice against unneeded code.
18251 (spam-report-articles-resend)
18252 (spam-report-resend-register-routine): Allow the group/topic
18253 spam-resend-to value to override spam-report-resend-to.
18254 (spam-summary-prepare-exit): Invoke spam-group-processor-p
18255 properly now.
18256
18257 * gnus.el (spam-resend-to): Add group/topic parameter.
18258 (spam-process): Move the OBSOLETE processors to the end of the
18259 choices.
18260
18261 2004-05-24 Daniel Pittman <daniel@rimspace.net>
18262
18263 * spam-report.el (spam-report-resend-to, spam-report-resend):
18264 Start with resend-to set to nil, and then ask the user if necessary.
18265 (spam-report-resend): spam-report-resend takes a list of articles, not
18266 separate article numbers.
18267
18268 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
18269
18270 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18271 addition to emacs-w3m.
18272
18273 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18274
18275 * assistant.el (assistant-authinfo-data): New function.
18276 (assistant-eval): Eval for entire assistant.
18277
18278 * netrc.el (netrc-services-file): New variable.
18279 (netrc-parse-services): New function.
18280 (netrc-find-service-name): New function.
18281 (netrc-find-service-number): New function.
18282 (netrc-port-equal): New function.
18283 (netrc-machine): Use it.
18284
18285 * nnimap.el (nnimap-open-connection): Use netrc.
18286
18287 * gnus-util.el (gnus-netrc-get): Remove aliases.
18288
18289 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18290
18291 * assistant.el (wid-edit): Fix compilation.
18292
18293 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18294
18295 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
18296
18297 * gnus-util.el (gnus-set-file-modes): New function. (small
18298 patch).
18299
18300 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18301
18302 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18303
18304 * assistant.el (assistant-render-node): Fix up rendering and
18305 read-only text.
18306 (assistant-render-node): Reset.
18307 (assistant-make-read-only): Not sticky.
18308
18309 2004-05-20 Danny Siu <dsiu@adobe.com>
18310
18311 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18312 centered even when gnus-auto-center-summary is t
18313
18314 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18315
18316 * dns.el (dns-get-txt-answer): New function.
18317 (dns-read-txt): Ditto.
18318 (query-dns): Use it.
18319
18320 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
18321
18322 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18323 active for foreign groups even if the group level is higher than
18324 the specified value.
18325
18326 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18327
18328 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18329 non-active groups.
18330
18331 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18332
18333 2004-05-20 Magnus Henoch <mange@freemail.hu>
18334
18335 * dns.el (dns-read-type): Add support for SVR. (small patch)
18336
18337 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
18338
18339 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18340 (spam-crm114-header, spam-crm114-spam-switch)
18341 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18342 (spam-crm114-positive-spam-header)
18343 (spam-crm114-database-directory, spam-list-of-processors)
18344 (spam-group-spam-processor-crm114-p)
18345 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18346 (spam-generic-score, spam-list-of-checks)
18347 (spam-list-of-statistical-checks, spam-registration-functions)
18348 (spam-check-crm114-headers, spam-crm114-score)
18349 (spam-check-crm114, spam-crm114-register-with-crm114)
18350 (spam-crm114-register-spam-routine)
18351 (spam-crm114-unregister-spam-routine)
18352 (spam-crm114-register-ham-routine)
18353 (spam-crm114-unregister-ham-routine): Add CRM114 support.
18354 From asjo@koldfront.dk (Adam Sjøgren).
18355
18356 * gnus.el: Add spam-use-crm114.
18357
18358 * spam.el (spam-list-of-processors, spam-registration-functions):
18359 Add spam-use-resend.
18360 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18361 (spam-report-articles-gmane): Add doc fix.
18362 (spam-report-articles-resend, spam-report-resend-register-routine):
18363 Add wrappers around spam-report-resend-to.
18364
18365 * spam-report.el (spam-report-resend-to, spam-report-resend):
18366 Add support for resending spam.
18367 (spam-report-gmane): Fix line length >80.
18368
18369 * gnus.el (spam-process): Add spam-use-resend.
18370
18371 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18372
18373 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18374 number of processed spam messages.
18375 (spam-ham-copy-or-move-routine): Return the number of processed
18376 ham messages.
18377 (spam-summary-prepare-exit): Use the above values to decide
18378 whether status messages shouled be displayed.
18379
18380 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
18381
18382 * rfc2047.el (rfc2047-encode-function-alist): Rename from
18383 `rfc2047-encoding-function-alist' in order to avoid conflicting
18384 with the old version.
18385 (rfc2047-encode-region): Concatenate words containing non-ASCII
18386 characters in structured fields; don't encode space-delimited
18387 ASCII words even in unstructured fields; don't break words at
18388 char-category boundaries.
18389 (rfc2047-encode-1): New function.
18390 (rfc2047-encode): Use it; encode text so that it occupies the
18391 maximum width within 76-column; work correctly on Q encoding for
18392 iso-2022-* charsets.
18393 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18394 sure not to break a line just after the header name.
18395 (rfc2047-b-encode-region): Remove.
18396 (rfc2047-b-encode-string): New function.
18397 (rfc2047-q-encode-region): Remove.
18398 (rfc2047-q-encode-string): New function.
18399
18400 * mm-util.el (mm-replace-in-string): New function.
18401
18402 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18403
18404 * gnus-msg.el (gnus-inews-make-draft-meta-information):
18405 Really get it right.
18406 (gnus-inews-make-draft): Really.
18407
18408 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
18409
18410 * nnmh.el (nnmh-request-list-1): Don't check the link count
18411 before descending. (small patch)
18412
18413 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18414
18415 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18416 stuff.
18417
18418 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18419 Match on real group name.
18420
18421 * gnus-art.el (gnus-signature-limit): Doc fix.
18422
18423 * gnus-msg.el (gnus-inews-make-draft): Quote list.
18424
18425 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18426
18427 * gnus-draft.el (gnus-draft-send):
18428 Bind rfc2047-encode-encoded-words.
18429
18430 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18431 (rfc2047-encodable-p): Say that =? needs encoding.
18432 (rfc2047-encode-encoded-words): New variable.
18433
18434 * gnus-group.el (gnus-group-select-group): Doc fix.
18435
18436 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18437
18438 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18439 to nil.
18440
18441 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18442
18443 * nnheader.el (nnheader-get-lines-and-char): New function.
18444
18445 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
18446
18447 * gnus-msg.el (gnus-summary-followup-with-original):
18448 Document yanking of region when active.
18449
18450 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
18451
18452 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18453 groups if the group level is higher than the specified value.
18454
18455 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18456
18457 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18458 (gnus-group-jump-to-group): Add prefix argument using
18459 `gnus-group-jump-to-group-prompt'. Query before jumping to
18460 non-active group.
18461
18462 * compface.el (uncompface): Be verbose when changing
18463 `uncompface-use-external'.
18464
18465 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18466 handle manual section.
18467
18468 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18469
18470 * gnus-art.el (gnus-button-alist): Revert previous change.
18471
18472 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18473
18474 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18475
18476 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18477
18478 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18479 whether backend can accept message.
18480
18481 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18482
18483 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
18484
18485 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18486 Avoid creating directory when nntp-marks-is-evil is true.
18487 Reported by Reiner Steib.
18488
18489 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18490
18491 * gnus-picon.el (gnus-picon-style): New variable.
18492 (gnus-picon-insert-glyph): Add optional `nostring' argument.
18493 (gnus-picon-transform-address): Support `gnus-picon-style'.
18494 From Jesper Harder <harder@ifa.au.dk>.
18495
18496 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18497
18498 * message.el (message-fill-field): Return point.
18499 (message-generate-headers): Go to end of field.
18500
18501 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18502 stuff for non-living groups.
18503
18504 2004-05-18 Jesper Harder <harder@ifa.au.dk>
18505
18506 * gnus-art.el (gnus-article-followup-with-original)
18507 (gnus-article-reply-with-original): gnus-mark-active-p ->
18508 gnus-region-active-p.
18509
18510 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
18511
18512 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18513 only when there is spam or ham to be processed.
18514
18515 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18516
18517 * mail-source.el (mail-source-delete-crash-box): Refactor.
18518 (mail-source-fetch): Use it.
18519 (mail-source-fetch-file): Ditto.
18520 (mail-source-fetch-directory): Run postscript in loop.
18521 (mail-source-fetch-pop): Delete.
18522 (mail-source-fetch-maildir): Ditto.
18523 (mail-source-fetch-imap): Ditto.
18524
18525 * imap.el (imap-authenticators): Comment out sasl.
18526
18527 * message.el (message-skip-to-next-address): New function.
18528 (message-fill-header-address): Refactor.
18529 (message-fill-address): Use it.
18530 (message-delete-address): Use it.
18531 (message-fill-header-general): Refactor.
18532 (message-fill-field-address): Rename.
18533 (message-narrow-to-field): Find the start of the header.
18534 (message-header-format-alist): Don't pre-fill.
18535 (message-fill-header): Remove.
18536 (message-insert-header): New function.
18537 (message-shorten-references): Use it.
18538
18539 * rfc2047.el (rfc2047-field-value): Strip props.
18540
18541 * mail-parse.el (mail-header-make-address): New alias.
18542
18543 * ietf-drums.el (ietf-drums-make-address): New function.
18544
18545 * imap.el: Add compiler directives.
18546
18547 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18548
18549 * gnus-art.el (article-decode-idna-rhs): Don't use
18550 message-idna-inside-rhs-p.
18551
18552 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18553
18554 * message.el (message-idna-inside-rhs-p): Remove.
18555 (message-idna-to-ascii-rhs-1): Use proper address parsing.
18556
18557 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18558 false positives.
18559
18560 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18561
18562 * imap.el (imap-sasl-make-mechanisms): Use sasl.
18563
18564 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18565
18566 * nneething.el (nneething-file-name): Don't create spurious
18567 files.
18568
18569 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18570 (gnus-inews-do-gcc): Remove sleep.
18571
18572 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18573 part under point.
18574
18575 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18576 (gnus-agent-regenerate-group): Using nil messages aren't valid.
18577
18578 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
18579
18580 * spam.el (spam-summary-prepare-exit): Fix (length).
18581
18582 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
18583
18584 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18585 as expired without moving it" message when there are spam
18586 messages left.
18587
18588 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
18589
18590 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18591 header is not nil.
18592
18593 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
18594
18595 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18596 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18597 (nntp-marks-changed-p): New arg SERVER.
18598 (nntp-request-update-info): Adjust caller.
18599
18600 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
18601
18602 * nntp.el (nntp-save-marks): Pass missing arg.
18603
18604 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
18605
18606 * nntp.el: Support marks.
18607 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18608 (nntp-marks-modtime, nntp-marks-directory): New variables.
18609 (nntp-request-set-mark, nntp-request-update-info)
18610 (nntp-possibly-create-directory, nntp-marks-changed-p)
18611 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18612 New functions.
18613
18614 2004-05-12 Jesper Harder <harder@ifa.au.dk>
18615
18616 * gnus-score.el (gnus-score-insert-help):
18617 Use gnus-select-lowest-window.
18618
18619 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18620 appt-select-lowest-window and rename to gnus-select-lowest-window.
18621
18622 * gnus.el: do.
18623
18624 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18625
18626 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18627 encodings of MIME-encoded words, in order to improve
18628 interoperability with several broken MUAs.
18629
18630 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18631
18632 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18633 tags, only when charsets are not specified in headers.
18634 (mm-inline-text-html-render-with-w3m): Ditto.
18635
18636 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18637
18638 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18639 instead of MIME-decoded from fields when checking
18640 `gnus-article-address-banner-alist'.
18641
18642 2004-05-03 Jesper Harder <harder@ifa.au.dk>
18643
18644 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18645 description rather than subject.
18646
18647 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18648
18649 * gnus.el (gnus-version-number): Bump.
18650
18651 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18652
18653 * gnus.el: No Gnus v0.2 is released.
18654
18655 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18656
18657 * gnus-agent.el (gnus-agent-read-agentview):
18658 Inline gnus-uncompress-range.
18659
18660 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18661
18662 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18663 `exec-installed-p'.
18664
18665 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18666
18667 * gnus.el (spam-process, spam-autodetect-methods):
18668 Add bsfilter and bsfilter-headers.
18669
18670 * spam.el (spam-bsfilter): New customize group.
18671 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18672 (spam-bsfilter-header, spam-bsfilter-probability-header)
18673 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18674 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18675 (spam-bsfilter-database-directory): New options.
18676 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18677 (spam-list-of-statistical-checks, spam-registration-functions):
18678 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18679 (spam-bsfilter-score): New command.
18680 (spam-check-bsfilter-headers, spam-check-bsfilter)
18681 (spam-bsfilter-register-with-bsfilter)
18682 (spam-bsfilter-register-spam-routine)
18683 (spam-bsfilter-unregister-spam-routine)
18684 (spam-bsfilter-register-ham-routine)
18685 (spam-bsfilter-unregister-ham-routine): New functions.
18686 (spam-generic-score): Support bsfilter; Accept an optional argument
18687 to recalcurate spam score even if scoring header has already been
18688 added.
18689 (spam-bogofilter-score, spam-spamassassin-score): Accept an
18690 optional argument to recalcurate spam score even if scoring header
18691 has already been added.
18692
18693 2004-04-29 Jesper Harder <harder@ifa.au.dk>
18694
18695 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18696 strings! Reported by David D. Smith <davidsmith@acm.org>.
18697 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18698 link is missing.
18699
18700 2004-04-28 Jesper Harder <harder@ifa.au.dk>
18701
18702 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18703 (html2text-get-attr): Rewrite.
18704
18705 * message.el (message-setup-1): Remove redundant put-text-property
18706 on mail-header-separator.
18707
18708 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
18709
18710 * gnus-registry.el (gnus-registry-cache-whitespace)
18711 (gnus-registry-action, gnus-registry-spool-action)
18712 (gnus-registry-split-fancy-with-parent): Change message levels
18713 from 5 to 3 or 7, as needed.
18714
18715 * spam.el (spam-summary-prepare-exit)
18716 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18717 (spam-split, spam-find-spam, spam-log-undo-registration)
18718 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18719 level from 5 to 6.
18720
18721 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
18722
18723 * gnus-ems.el: Autoload appt-select-lowest-window (revert
18724 2004-03-04 change).
18725
18726 2004-04-25 Jesper Harder <harder@ifa.au.dk>
18727
18728 * sieve-manage.el (sieve-manage-open):
18729 * nnweb.el (nnweb-insert-html):
18730 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18731 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18732 * nnspool.el (nnspool-request-group):
18733 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18734 * nnml.el (nnml-request-update-info):
18735 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18736 (nnmh-request-create-group, nnmh-update-gnus-unreads):
18737 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18738 (nnimap-request-set-mark):
18739 * nnfolder.el (nnfolder-request-update-info):
18740 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18741 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18742 * gnus-uu.el (gnus-uu-find-articles-matching):
18743 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18744 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18745 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18746 * gnus-nocem.el (gnus-nocem-scan-groups):
18747 * gnus-int.el (gnus-start-news-server):
18748 * gnus-group.el (gnus-group-make-kiboze-group)
18749 (gnus-group-browse-foreign-server):
18750 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18751 Use mapc when appropriate.
18752
18753 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
18754
18755 FIXME: Make separate entries for each person.
18756
18757 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18758 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18759 <shields@msrl.com>:
18760
18761 * spam.el (spam-necessary-extra-headers): Get the extra headers we
18762 may need for spam sorting and scoring.
18763 (spam-user-format-function-S): Add user format function suitable for
18764 general use.
18765 (spam-article-sort-by-spam-status): Add sorting function for summary
18766 sorting.
18767 (spam-extra-header-to-number): Add function to get a score from a
18768 header.
18769 (spam-summary-score): Add function to get a numeric score from the
18770 headers.
18771 (spam-generic-score): Fix function doc, was in wrong place.
18772 (spam-initialize): Take symbols when it's run, and install the
18773 extra headers that spam-necessary-extra-headers thinks we need.
18774
18775 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
18776
18777 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18778 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18779
18780 2004-04-17 Jesper Harder <harder@ifa.au.dk>
18781
18782 * gnus-sum.el (gnus-set-global-variables)
18783 (gnus-build-all-threads, gnus-get-newsgroup-headers)
18784 (gnus-article-get-xrefs, gnus-summary-best-group)
18785 (gnus-summary-next-article, gnus-summary-enter-digest-group)
18786 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18787 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18788 Use with-current-buffer.
18789
18790 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
18791
18792 * spam.el (spam-summary-prepare-exit): Simplify logic.
18793 (spam-fetch-article-header): Read the article header if it's not
18794 available.
18795 (spam-list-articles): Simplify logic.
18796 (spam-filelist-register-routine): Fix bug with unregister-list.
18797
18798 * gnus-registry.el: Fix comments at beginning.
18799
18800 2004-04-16 Jesper Harder <harder@ifa.au.dk>
18801
18802 * message.el (message-cater-to-broken-inn): Remove.
18803 (message-shorten-references): Make sure the total folded length of
18804 References is shorter than 998 characters to cater to a bug in INN
18805 2.3. Also, don't pretend that references aren't folded -- this
18806 hasn't worked for a while.
18807
18808 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
18809
18810 * gnus-agent.el (gnus-agentize):
18811 gnus-agent-send-mail-real-function no longer set to current value
18812 of message-send-mail-function but rather a lambda that calls
18813 message-send-mail-function. The change makes the agent real-time
18814 responsive to user changes to message-send-mail-function.
18815
18816 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
18817
18818 * legacy-gnus-agent.el
18819 (gnus-agent-convert-to-compressed-agentview): Fix typos with
18820 help from Florian Weimer <fw@deneb.enyo.de>
18821
18822 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
18823
18824 * nnmail.el (nnmail-cache-insert): Revert last change.
18825
18826 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
18827
18828 * nnmail.el (nnmail-cache-insert): Always check whether
18829 nnmail-cache-ignore-groups matches a group name.
18830
18831 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
18832
18833 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18834 (spam-find-spam, spam-log-processing-to-registry)
18835 (spam-log-registered-p, spam-log-unregistration-needed-p)
18836 (spam-log-undo-registration): Use gnus-message instead of
18837 gnus-error, none of these errors are fatal.
18838
18839 * gnus-registry.el (gnus-registry-clean-empty-function)
18840 (gnus-registry-clean-empty): Remove only empty entries without
18841 extra data.
18842
18843 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
18844
18845 * spam-stat.el (spam-stat-buffer-change-to-spam)
18846 (spam-stat-buffer-change-to-non-spam): Change (error) to
18847 (gnus-message 8) invocation.
18848
18849 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
18850
18851 * nntp.el (nntp-via-netcat-command): New variable.
18852 (nntp-via-netcat-switches): New variable.
18853 (nntp-open-via-rlogin-and-netcat): New function.
18854 (nntp-open-connection-function): Doc fix.
18855 (nntp-telnet-command): Doc fix.
18856 (nntp-end-of-line): Doc fix.
18857 (nntp-via-rlogin-command): Doc fix.
18858 (nntp-via-user-name): Doc fix.
18859 (nntp-via-address): Doc fix.
18860
18861 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
18862
18863 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18864 error in Emacs 21.1.
18865
18866 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
18867
18868 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18869
18870 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
18871
18872 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18873 (gnus-agent-with-refreshed-group): New macro.
18874 (gnus-agent-rename-group): New function.
18875 (gnus-agent-delete-group): New function.
18876 (gnus-agent-save-group-info): Use gnus-command-method when
18877 `method' parameter is nil. Don't write nil entries into the
18878 active file.
18879 (gnus-agent-get-group-info): New function.
18880 (gnus-agent-fetch-articles):
18881 Use gnus-agent-update-files-total-fetched-for to increment disk space
18882 used.
18883 (gnus-agent-fetch-headers, gnus-agent-save-alist):
18884 Use gnus-agent-update-view-total-fetched-for to increment disk space
18885 used.
18886 (gnus-agent-get-local): Add optional parameters to avoid calling
18887 gnus-group-real-name and gnus-find-method-for-group.
18888 (gnus-agent-set-local): Delete stored entry if either min, or max,
18889 are nil.
18890 (gnus-agent-fetch-session): Reworded error/quit messages.
18891 On quit, use gnus-agent-regenerate-group to record existence of any
18892 articles fetched to disk before the quit occurred.
18893 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18894 gnus-agent-update-view-total-fetched-for, and
18895 gnus-agent-update-files-total-fetched-for to decrement disk space
18896 used.
18897 (gnus-agent-retrieve-headers):
18898 Use gnus-agent-update-view-total-fetched-for to increment disk space
18899 used.
18900 (gnus-agent-regenerate-group): Replace gnus-group-update-group
18901 with gnus-agent-update-files-total-fetched-for to decrement disk
18902 space and fresh group buffer.
18903 (gnus-agent-inhibit-update-total-fetched-for): New variable.
18904 (gnus-agent-need-update-total-fetched-for): New variable.
18905 (gnus-agent-update-files-total-fetched-for): New function.
18906 (gnus-agent-update-view-total-fetched-for): New function.
18907 (gnus-agent-total-fetched-for): New function.
18908
18909 * gnus-cache.el (gnus-cache-save-buffers):
18910 Use gnus-cache-update-overview-total-fetched-for to change disk space
18911 used by this group.
18912 (gnus-cache-possibly-enter-article):
18913 Use gnus-cache-update-file-total-fetched-for to increment disk space
18914 used by this group.
18915 (gnus-cache-possibly-remove-article):
18916 Use gnus-cache-update-file-total-fetched-for to decrement disk space
18917 used by this group.
18918 (gnus-cache-generate-nov-databases): Purge total fetched cache.
18919 (gnus-cache-rename-group): New function.
18920 (gnus-cache-delete-group): New function.
18921 (gnus-cache-inhibit-update-total-fetched-for): New variable.
18922 (gnus-cache-need-update-total-fetched-for): New variable.
18923 (gnus-cache-with-refreshed-group): New macro.
18924 (gnus-cache-update-file-total-fetched-for): New function.
18925 (gnus-cache-update-overview-total-fetched-for): New function.
18926 (gnus-cache-rename-group-total-fetched-for): New function.
18927 (gnus-cache-delete-group-total-fetched-for): New function.
18928 (gnus-cache-total-fetched-for): New function.
18929
18930 * gnus-group.el: Require gnus-sum and autoload functions to
18931 resolve warnings when gnus-group.el compiled alone.
18932 (gnus-group-line-format): Documented new %F.
18933 (size of Fetched data) group line format; identifies disk space
18934 used by agent and cache.
18935 (gnus-group-line-format-alist): Defined new F format.
18936 (gnus-total-fetched-for): New function.
18937 (gnus-group-delete-group): No longer update
18938 gnus-cache-active-altered as gnus-request-delete-group now keeps
18939 the cache in sync.
18940 (gnus-group-list-active): Let the agent store a server's active
18941 list if currently plugged.
18942
18943 * gnus-int.el (gnus-request-delete-group):
18944 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18945 local disk in sync with the server.
18946 (gnus-request-rename-group):
18947 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18948 local disk in sync with the server.
18949
18950 * gnus-start.el (gnus-get-unread-articles):
18951 Cosmetic simplification to logic.
18952
18953 * gnus-util.el (gnus-rename-file): New function.
18954
18955 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
18956
18957 * mm-util.el (mm-image-load-path): Handle nil in load-path.
18958
18959 2004-04-07 Jesper Harder <harder@ifa.au.dk>
18960
18961 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18962 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
18963
18964 2004-04-06 Jesper Harder <harder@ifa.au.dk>
18965
18966 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18967 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
18968
18969 2004-04-03 Jesper Harder <harder@ifa.au.dk>
18970
18971 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18972
18973 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
18974
18975 * spam.el (spam-set-difference): Add function to replace
18976 gnus-set-difference in spam.el.
18977 (spam-summary-prepare-exit): Use spam-set-difference.
18978
18979 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
18980
18981 * gnus-registry.el (gnus-registry-cache-file): Update to use
18982 gnus-dribble-directory OR gnus-home-directory OR ~.
18983 (gnus-registry-split-fancy-with-parent): Fix doc.
18984
18985 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
18986
18987 * message.el (message-exchange-point-and-mark):
18988 Use message-mark-active-p. Suggested by Jesper Harder
18989 <harder@ifa.au.dk>.
18990
18991 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
18992
18993 * message.el (message-exchange-point-and-mark): Don't activate
18994 region if it was inactive. Suggested by Hiroshi Fujishima
18995 <pooh@nature.tsukuba.ac.jp>.
18996
18997 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
18998
18999 * gnus-art.el (article-display-face): Display Faces in the same
19000 order as X-Faces.
19001
19002 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
19003
19004 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19005
19006 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
19007
19008 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19009 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19010 (gnus-article-mime-hierarchy): Remove.
19011 (gnus-article-mime-hierarchy-next): Remove.
19012 (gnus-article-mode): Revert 2004-03-19 change.
19013 (gnus-article-setup-buffer): Revert 2004-03-19 change.
19014 (gnus-insert-mime-button): Revert 2004-03-19 change.
19015 (gnus-mime-accumulate-hierarchy): Remove.
19016 (gnus-mime-enter-multipart): Remove.
19017 (gnus-mime-leave-multipart): Remove.
19018 (gnus-mime-display-part): Revert 2004-03-19 change.
19019 (gnus-mime-display-alternative): Revert 2004-03-19 change.
19020
19021 * mml.el (mml-preview): Revert 2004-03-19 change.
19022
19023 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
19024
19025 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19026
19027 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
19028
19029 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19030 t while entering a file name using the mm-with-multibyte macro.
19031 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19032
19033 * mm-util.el (mm-with-multibyte): New macro.
19034
19035 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
19036
19037 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19038 New user option.
19039 (gnus-mime-multipart-functions): Doc and customization fix.
19040 (gnus-article-mime-hierarchy): New variable.
19041 (gnus-article-mime-hierarchy-next): New variable.
19042 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19043 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19044 gnus-article-mime-hierarchy-next to nil.
19045 (gnus-insert-mime-button): Show hierarchy numbers.
19046 (gnus-mime-accumulate-hierarchy): New function.
19047 (gnus-mime-enter-multipart): New function.
19048 (gnus-mime-leave-multipart): New function.
19049 (gnus-mime-display-part): Recompute hierarchical MIME structure.
19050 (gnus-mime-display-alternative): Show hierarchy numbers.
19051
19052 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19053 gnus-article-mime-hierarchy-next to nil.
19054
19055 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
19056
19057 * dns.el: Don't require gnus-xmas.
19058
19059 2004-03-17 Jesper Harder <harder@ifa.au.dk>
19060
19061 * mml.el (mml-generate-mime-1): Don't use format=flowed with
19062 inline PGP.
19063 (mml-menu): Disable mml-quote-region if mark is inactive.
19064
19065 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
19066
19067 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19068 when the group's active is not available.
19069
19070 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
19071
19072 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19073 error.
19074
19075 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
19076
19077 * imap.el (imap-store-password): New variable.
19078 (imap-interactive-login): Use it.
19079 Suggested by Mark Plaksin <happy@mcplaksin.org>.
19080
19081 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
19082
19083 * gnus-art.el (gnus-article-read-summary-keys): Restore new
19084 window-start and hscroll to summary window.
19085
19086 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
19087
19088 * gnus-start.el (gnus-convert-old-newsrc): Only write the
19089 conversion message to newsrc-dribble when an actual conversion is
19090 performed.
19091
19092 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
19093
19094 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19095
19096 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
19097
19098 * mm-decode.el (mm-complicated-handles): New function reviving
19099 former definition of mm-multiple-handles.
19100
19101 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19102 (gnus-mime-delete-part): Use it.
19103
19104 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
19105
19106 * gnus-agent.el (gnus-agent-read-local):
19107 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19108 avoid the implicit assumption that they will always be equal.
19109 (gnus-agent-save-local): Bind buffer-file-coding-system, not
19110 coding-system-for-write, as the with-temp-file macro first prints
19111 to a buffer then saves the buffer.
19112
19113 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
19114
19115 * gnus-art.el (gnus-article-edit-part): New function.
19116 (gnus-mime-save-part-and-strip): Use it; do query instead of
19117 signaling an error; don't use mm-multiple-handles.
19118 (gnus-mime-delete-part): Ditto.
19119
19120 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
19121
19122 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19123 old file versions.
19124 (gnus-group-prepare-hook): Remove function that converted list
19125 form of gnus-agent-expire-days to group properties.
19126
19127 * gnus-int.el: Autoload gnus-agent-regenerate-group.
19128 (gnus-request-accept-article): Re-indented.
19129
19130 * gnus-start.el (gnus-convert-old-newsrc): Registered new
19131 converters to handle old agent file formats. Add logic for a
19132 "backup before upgrading warning".
19133 (gnus-convert-mark-converter-prompt): Developers can mark
19134 functions as needing (default), or not needing,
19135 gnus-convert-old-newsrc's "backup before upgrading warning".
19136 (gnus-convert-converter-needs-prompt): Tests whether the user
19137 should be protected from potentially irreversable changes by the
19138 function.
19139
19140 * legacy-gnus-agent.el: New. Provides converters that are only
19141 loaded when gnus-convert-old-newsrc needs to call them.
19142
19143 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
19144
19145 * mail-source.el (mail-source-touch-pop): Doc fix.
19146
19147 * message.el (message-smtpmail-send-it): Doc fix.
19148
19149 2004-03-05 Jesper Harder <harder@ifa.au.dk>
19150
19151 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19152
19153 * nnmail.el (nnmail-split-fancy): do.
19154
19155 * gnus-kill.el (gnus-kill, gnus-execute): do.
19156
19157 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
19158
19159 * gnus-sum.el (gnus-widget-reversible-match)
19160 (gnus-widget-reversible-to-internal)
19161 (gnus-widget-reversible-to-external): New functions.
19162 (gnus-widget-reversible): New widget.
19163 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19164
19165 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
19166
19167 * gnus-sum.el (gnus-thread-sort-functions)
19168 (gnus-article-sort-functions): Document `(not F)' items.
19169
19170 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
19171
19172 * spam.el (spam-use-gmane-xref): Add new backend.
19173 (spam-gmane-xref-spam-group): Add variable to control the name of the
19174 Gmane spam group.
19175 (spam-blackhole-servers, spam-blackhole-good-server-regex)
19176 (spam-regex-headers-spam, spam-regex-headers-ham)
19177 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19178 (spam-list-of-checks): Add spam-use-gmane-xref to list of
19179 backends and checks.
19180 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19181
19182 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19183 an autodetect method.
19184
19185 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19186
19187 * gnus-int.el (gnus-request-accept-article): Inform the agent that
19188 articles are being added to a group.
19189 (gnus-request-replace-article): Inform the agent that articles
19190 need to be uncached as the cached contents are no longer valid.
19191
19192 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19193
19194 * binhex.el: Don't autoload executable-find.
19195
19196 * canlock.el: Don't autoload mail-fetch-field.
19197
19198 * gnus-ems.el: Don't autoload appt-select-lowest-window.
19199
19200 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19201 rmail-dont-reply-to and rmail-output.
19202
19203 * gnus-score.el: Don't autoload ffap-string-at-point.
19204
19205 * gnus-setup.el: Don't autoload sc-cite-original.
19206
19207 * imap.el: Don't autoload base64-decode-string,
19208 base64-encode-string and md5.
19209
19210 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19211 and rmail-msg-restore-non-pruned-header.
19212
19213 * mm-decode.el: Don't autoload executable-find.
19214
19215 * mm-url.el: Don't autoload executable-find.
19216
19217 * mm-view.el: Don't autoload diff-mode.
19218
19219 * nndb.el: Don't autoload news-reply-mode, news-setup,
19220 cancel-timer and telnet.
19221
19222 * password.el: Don't autoload run-at-time for Emacs.
19223
19224 * sha1-el.el: Don't autoload executable-find.
19225
19226 * sieve-mode.el: Don't autoload c-mode.
19227
19228 * uudecode.el: Don't autoload executable-find.
19229
19230 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19231
19232 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19233 (gnus-agent-possibly-alter-active): Avoid null in numeric
19234 comparison.
19235 (gnus-agent-set-local): Refuse to save null in local object table.
19236 (gnus-agent-regenerate-group): The REREAD parameter can now be a
19237 list of articles that will be marked as unread.
19238
19239 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19240
19241 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19242
19243 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19244
19245 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19246 language tags.
19247
19248 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
19249
19250 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19251 Don't bind "obarray".
19252
19253 * gnus-sum.el (gnus-thread-sort-functions):
19254 Add `gnus-thread-sort-by-most-recent-number' and
19255 `gnus-thread-sort-by-most-recent-date'.
19256 Reported by Kai Grossjohann <kai@emptydomain.de>.
19257
19258 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
19259
19260 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19261
19262 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
19263
19264 * gnus-cus.el (gnus-agent-customize-category):
19265 Remove ignore-errors macro reference that required cl to be loaded at
19266 run-time.
19267
19268 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19269 single-interval range of the form (min . max). Previously the
19270 range had to look like ((min . max)). Likewise, return
19271 (min . max) rather than ((min . max)).
19272 (gnus-range-map): Use gnus-range-normalize to accept
19273 single-interval range.
19274
19275 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19276 the cache, but not the agent, now appear with their usual face.
19277
19278 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
19279
19280 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19281 w3m-safe-url-regexp variable buffer-local.
19282
19283 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19284
19285 2004-02-27 Simon Josefsson <jas@extundo.com>
19286
19287 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19288 gnus-group-real-prefix.
19289 (gnus-summary-move-article): Use it, instead of
19290 gnus-group-real-prefix.
19291
19292 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
19293
19294 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19295 w3m-safe-url-regexp variable buffer-local and set it as the value
19296 of mm-w3m-safe-url-regexp.
19297
19298 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19299
19300 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19301 parsing gnus-posting-styles when the message is not for replying.
19302
19303 * nnrss.el (nnrss-opml-export):
19304 Use mm-set-buffer-file-coding-system instead of
19305 set-buffer-file-coding-system.
19306
19307 2004-02-27 Jesper Harder <harder@ifa.au.dk>
19308
19309 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19310 of checkdoc.el).
19311 * nnrss.el: do.
19312 * gnus-mlspl.el: do.
19313 * gnus-ml.el: do.
19314 * gnus-srvr.el: do.
19315
19316 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19317
19318 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
19319
19320 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19321 Corrections to custom-manual links.
19322
19323 * gnus-art.el (gnus-article): Ditto.
19324
19325 * mm-decode.el (mime-display, mime-security): Ditto.
19326
19327 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19328
19329 * flow-fill.el: Typo.
19330
19331 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
19332
19333 * spam-wash.el: New file.
19334
19335 2004-02-26 Mark A. Hershberger <mah@everybody.org>
19336
19337 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19338
19339 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
19340
19341 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19342 to be run with new-articles as LIST1, not LIST2.
19343 (spam-registration-functions): Add spam-use-ham-copy as a nil
19344 registration backend.
19345
19346 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19347
19348 * spam-stat.el (spam-stat-washing-hook): New option.
19349 (spam-stat-buffer-words): Use it.
19350 (spam-stat-process-directory, spam-stat-test-directory):
19351 Use insert-file-contents-literally.
19352 (spam-stat-coding-system): New variable.
19353 (spam-stat-load, spam-stat-save): Use it.
19354
19355 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
19356
19357 * spam-report.el (spam-report-plug-agent):
19358 Quote spam-report-url-to-file and spam-report-url-ping-plain.
19359
19360 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
19361
19362 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19363 Allow / in mailto URLs.
19364
19365 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19366
19367 * spam-report.el (spam-report-process-queue): Fix interactive use.
19368 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19369 (spam-report-unplug-agent): Doc fixes.
19370 (spam-report-url-ping-mm-url, spam-report-url-to-file)
19371 (spam-report-agentize, spam-report-deagentize):
19372 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
19373
19374 * message.el (message-setup-fill-variables): Add mml tags to
19375 paragraph-start and paragraph-separate. Suggested by Andrew Korty
19376 <ajk@iu.edu>.
19377 (message-mode): Don't modify paragraph-separate there.
19378
19379 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
19380
19381 * compface.el (uncompface-use-external): Default to undecided.
19382 (uncompface-use-external-threshold): New variable.
19383 (uncompface-float-time): New macro.
19384 (uncompface): Determine whether to use the external decoder if
19385 uncompface-use-external is undecided.
19386
19387 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19388
19389 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19390 after images.
19391
19392 * gnus-art.el (gnus-mime-display-single): Remove dead code.
19393
19394 2004-02-14 Jesper Harder <harder@ifa.au.dk>
19395
19396 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19397
19398 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19399
19400 * gnus-sum.el (gnus-summary-limit-to-age)
19401 (gnus-summary-limit-children): do.
19402
19403 * gnus-int.el (gnus-request-scan): do.
19404
19405 * gnus-group.el (gnus-group-suspend): do.
19406
19407 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19408
19409 * gnus-cite.el (gnus-cite-parse-attributions): do.
19410
19411 * gnus-agent.el (gnus-summary-set-agent-mark)
19412 (gnus-agent-regenerate-group): do.
19413
19414 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19415
19416 * binhex.el (binhex-decode-region-internal): do.
19417
19418 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19419
19420 * gnus-fun.el (gnus-face-properties-alist): New user option.
19421 (gnus-display-x-face-in-from): Use it.
19422
19423 * gnus-art.el (article-display-face): Ditto.
19424
19425 * compface.el (uncompface-use-external): Default to nil.
19426
19427 2004-02-12 Jesper Harder <harder@ifa.au.dk>
19428
19429 * nntp.el (nntp-erase-buffer): New function.
19430 (nntp-retrieve-data, nntp-send-command)
19431 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19432 (nntp-possibly-change-group): Use it.
19433
19434 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19435 Use with-current-buffer.
19436
19437 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
19438
19439 * compface.el: Merge the ELisp-based uncompface program.
19440 (compface): New customization group.
19441 (uncompface-use-external): New user option.
19442 (uncompface): Call uncompface-internal if uncompface-use-external
19443 is nil.
19444 (uncompface-internal): New function. Note that there are also
19445 some other functions and variables added for this function.
19446
19447 2004-02-10 Jesper Harder <harder@ifa.au.dk>
19448
19449 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19450 if necessary.
19451
19452 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
19453
19454 * spam-report.el (spam-report-unplug-agent)
19455 (spam-report-plug-agent, spam-report-deagentize)
19456 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19457 Add support for the Agent in spam-report: when unplugged, report to a
19458 file; when plugged, submit all the requests.
19459
19460 * spam.el (spam-register-routine): Fix message about
19461 registration.
19462
19463 2004-02-09 Jesper Harder <harder@ifa.au.dk>
19464
19465 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19466 dependencies.
19467 (rfc2047-encode): Use it.
19468
19469 * gnus-art.el (gnus-button-marker-list): Move before first
19470 reference.
19471
19472 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19473 (imap-parse-body): Fix format string mismatch.
19474
19475 * gnus-score.el (gnus-summary-increase-score): do.
19476
19477 * nnrss.el (nnrss-close): New function.
19478
19479 2004-02-08 Jesper Harder <harder@ifa.au.dk>
19480
19481 * nnrss.el (nnrss-make-filename): New function.
19482 (nnrss-request-delete-group, nnrss-read-server-data)
19483 (nnrss-save-server-data, nnrss-read-group-data)
19484 (nnrss-save-group-data): Use it.
19485 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19486 (nnrss-read-server-data, nnrss-read-group-data): Use load.
19487 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19488
19489 2004-02-07 Jesper Harder <harder@ifa.au.dk>
19490
19491 * mml.el (mml-compute-boundary-1): Don't uncompress files.
19492
19493 2004-02-06 Jesper Harder <harder@ifa.au.dk>
19494
19495 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19496 files.
19497
19498 * message.el (message-generate-headers-first): Don't quote nil
19499 and t in docstrings.
19500
19501 * imap.el (imap-id): do.
19502
19503 * gnus-agent.el (gnus-agent-consider-all-articles)
19504 (gnus-agent-queue-mail): do.
19505
19506 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
19507
19508 * spam-report.el (spam-report-process-queue): New function.
19509 Process requests from `spam-report-requests-file'.
19510 (spam-report-process-queue): Doc fix.
19511
19512 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
19513
19514 * spam.el (spam-register-routine)
19515 (spam-log-processing-to-registry, spam-log-registered-p)
19516 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19517 Change "check" to "spam-check" for semi-clarity.
19518
19519 2004-02-05 Jesper Harder <harder@ifa.au.dk>
19520
19521 * pop3.el: Require nnheader.
19522
19523 * mml-smime.el: Require cl. Autoload message-fetch-field.
19524
19525 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19526
19527 * gnus-picon.el: Require cl.
19528
19529 * gnus-fun.el: Require gnus-ems and gnus-util.
19530
19531 * gnus.el (gnus-method-to-server): Move defsubst before first use.
19532
19533 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19534
19535 * gnus-art.el (gnus-article-edit-mode): Define before first
19536 reference.
19537
19538 2004-02-04 Jesper Harder <harder@ifa.au.dk>
19539
19540 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19541 (gnus-uu-post-encoded): Use point-at-bol.
19542
19543 * gnus-topic.el (gnus-group-active-topic-p): do.
19544
19545 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19546
19547 * gnus-group.el (gnus-group-kill-region): do.
19548
19549 * gnus-art.el (article-date-ut): do.
19550
19551 * message.el (message-fetch-field): Remove redundant
19552 case-fold-search binding.
19553 (message-narrow-to-field): Simplify.
19554
19555 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
19556
19557 * spam.el (spam-directory): Derive from `gnus-directory'.
19558
19559 * spam-report.el (spam-report-url-to-file)
19560 (spam-report-requests-file): New function and variable for offline
19561 reporting.
19562 (spam-report-url-ping-function): Add `spam-report-url-to-file'
19563 and user defined function.
19564 (spam-report-url-ping-mm-url): Remove doubled slash.
19565
19566 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
19567
19568 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19569
19570 2004-02-03 Jesper Harder <harder@ifa.au.dk>
19571
19572 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19573 Fix format string mismatch.
19574
19575 * sieve.el (sieve-deactivate-all): do.
19576
19577 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19578
19579 * nnlistserv.el (nnlistserv-kk-wash-article): do.
19580
19581 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19582
19583 * mm-bodies.el (mm-7bit-chars): Don't include \r.
19584
19585 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
19586
19587 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19588 the list of checks.
19589
19590 2004-01-31 Jesper Harder <harder@ifa.au.dk>
19591
19592 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19593 padding.
19594
19595 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
19596
19597 * mm-view.el (mm-fill-flowed): New variable.
19598 (mm-inline-text): Use it.
19599
19600 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
19601
19602 * spam.el (spam-spamassassin-register-ham-routine)
19603 (spam-spamassassin-register-spam-routine): Fix function names.
19604
19605 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
19606
19607 * gnus.el (gnus-tmp-grouplens): Remove.
19608 (gnus-summary-line-format): Remove grouplens.
19609
19610 * gnus-group.el (gnus-group-line-format): Ditto.
19611
19612 * gnus-spec.el (gnus-format-specs): Ditto.
19613 (gnus-update-format-specifications): Flush the group format spec
19614 cache if there's the grouplens stuff.
19615 (gnus-parse-simple-format): Replace %l with the empty string.
19616
19617 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
19618
19619 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19620 omission.
19621
19622 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
19623
19624 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19625 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19626
19627 2004-01-25 Paul Jarc <prj@po.cwru.edu>
19628
19629 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19630 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19631 New macros and functions.
19632 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19633 Handle > NLINK_MAX messages.
19634 * nnmaildir.el (nnmaildir-request-set-mark):
19635 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19636
19637 2004-01-25 Alex Schroeder <alex@gnu.org>
19638
19639 * spam-stat.el (spam-stat-process-directory-age): New option.
19640 (spam-stat-process-directory): Use it.
19641
19642 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
19643
19644 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19645 (spam-stat-save): Accept prefix argument.
19646
19647 2004-01-23 Paul Jarc <prj@po.cwru.edu>
19648
19649 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19650 links" error.
19651
19652 2004-01-23 Jesper Harder <harder@ifa.au.dk>
19653
19654 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19655 compatibility with old .newsrc.eld files.
19656
19657 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19658
19659 * gnus-start.el (gnus-1): do.
19660
19661 * gnus-group.el (gnus-group-line-format-alist): do.
19662
19663 * gnus.el (gnus-use-grouplens, gnus-visual): do.
19664
19665 * gnus-gl.el: Remove.
19666
19667 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
19668
19669 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19670 marks consisting of a single range {for example, (3 . 5)} rather
19671 than a list of a single range { ((3 . 5)) }.
19672
19673 2004-01-23 Jesper Harder <harder@ifa.au.dk>
19674
19675 * spam-stat.el (spam-stat-store-gnus-article-buffer):
19676 Use with-current-buffer.
19677 (spam-stat-store-current-buffer): Use insert-buffer-substring to
19678 avoid consing a string.
19679
19680 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19681 Remove obsolete entries for big5 and gb2312.
19682
19683 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
19684
19685 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19686 uncompressed list.
19687
19688 2004-01-22 Jesper Harder <harder@ifa.au.dk>
19689
19690 * spam-stat.el (spam-stat-strip-xref): New function.
19691 (spam-stat-process-directory): Use it.
19692
19693 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19694 here -- it's done in message-fetch-field.
19695
19696 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
19697
19698 * gnus-agent.el (gnus-agent-queue-mail)
19699 (gnus-agent-prompt-send-queue): New variables.
19700 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19701 * gnus-draft.el (gnus-group-send-queue): Pass the group name
19702 "nndraft:queue" along to gnus-draft-send.
19703 Use gnus-agent-prompt-send-queue.
19704 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19705 is "nndraft:queue". Suggested by Gaute Strokkenes
19706 <gs234@srcf.ucam.org>
19707
19708 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19709 (agent-enable-undownloaded-faces): Add.
19710 (gnus-agent-cat-groups): Use eval-and-compile, not
19711 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19712 method of gnus-agent-cat-groups even when the buffer has been
19713 evaled.
19714 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19715 delete gnus-agent-save-active-1.
19716 (gnus-agent-save-groups): Delete. Identical to
19717 gnus-agent-save-active.
19718 (gnus-agent-write-active): No longer adjust agent's copy of active
19719 file as agent's adjustments are now stored in their own
19720 file. Remove optional parameter.
19721 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19722 servers. Add use of min/max range limits from server's local
19723 file.
19724 (gnus-agent-save-alist): Remove unused optional argument.
19725 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19726 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19727 (gnus-agent-set-local): A per-server file that keeps min/max range
19728 limits for articles known to the agent. Provides a fast mechanism
19729 for altering many active ranges.
19730 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19731 active file (local makes it unnecessary).
19732 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19733
19734 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19735 (agent-enable-undownloaded-faces): Add.
19736
19737 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19738 disable it when sending to "nndraft:queue".
19739 (gnus-group-send-queue): Add safety check to avoid sending queue
19740 when unplugged.
19741
19742 * gnus-group.el (gnus-group-catchup): Use new
19743 gnus-sequence-of-unread-articles, not
19744 gnus-list-of-unread-articles, to avoid exhausting memory with huge
19745 numbers of articles. Use gnus-range-map to avoid having to
19746 uncompress the unread list.
19747 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19748 Fix invalid ange-ftp reference.
19749
19750 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19751 (gnus-sorted-range-intersection): Intersection of two ranges
19752 without requiring that they first be uncompressed.
19753
19754 * gnus-start.el (gnus-activate-group): Unless blocked by the
19755 caller, possibly expand the active range to include both cached
19756 and agentized articles.
19757 (gnus-convert-old-newsrc): Rewrote in anticipation of having
19758 multiple version-dependent converters.
19759 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19760 gnus-agent-save-active.
19761 (gnus-save-newsrc-file): Save dirty agent range limits.
19762
19763 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19764 gnus-agent-possibly-alter-active.
19765 (gnus-adjust-marked-articles): Faster handling of simple lists
19766
19767 2004-01-21 Jesper Harder <harder@ifa.au.dk>
19768
19769 * spam-stat.el (spam-stat-test-directory): New optional argument
19770 displays a list of files detected. Suggested by Andrew Cohen
19771 <cohen@andy.bu.edu>.
19772 (spam-stat-buffer-words-with-scores): Don't narrow and change
19773 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
19774
19775 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
19776
19777 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19778 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19779 (spam-spamassassin-arguments)
19780 (spam-spamassassin-spam-flag-header)
19781 (spam-spamassassin-positive-spam-flag-header)
19782 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19783 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19784 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19785 (spam-list-of-processors, spam-list-of-checks)
19786 (spam-list-of-statistical-checks, spam-registration-functions)
19787 (spam-check-spamassassin-headers, spam-check-spamassassin)
19788 (spam-spamassassin-score)
19789 (spam-spamassassin-register-with-sa-learn)
19790 (spam-spamassassin-register-spam-routine)
19791 (spam-spamassassin-register-ham-routine)
19792 (spam-assassin-register-spam-routine)
19793 (spam-assassin-register-ham-routine): Add SpamAssassin support.
19794 (spam-bogofilter-score): Fix to show article before scoring.
19795
19796 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
19797
19798 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19799 default scoring function.
19800 (spam-generic-score): Call spam-spamassassin-score if
19801 spam-use-spamassassin or spam-use-spamassassin-headers is on;
19802 spam-bogofilter-score otherwise.
19803
19804 * gnus.el (spam-process, spam-autodetect-methods):
19805 Add spamassassin and spamassassin-headers.
19806
19807 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
19808
19809 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19810 Suppress unnecessary messages.
19811
19812 2004-01-20 Jesper Harder <harder@ifa.au.dk>
19813
19814 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19815 make-hash-table.
19816
19817 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
19818
19819 * canlock.el (base64-encode-string): Don't autoload it.
19820
19821 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
19822
19823 * run-at-time.el: Remove useless (require 'itimer),
19824 eval-and-compile and (featurep 'xemacs).
19825
19826 2004-01-16 Jesper Harder <harder@ifa.au.dk>
19827
19828 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19829 GROUP is a virtual group.
19830
19831 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
19832
19833 * gnus.el: Autoload `message-y-or-n-p'.
19834
19835 2004-01-15 Jesper Harder <harder@ifa.au.dk>
19836
19837 * pgg-parse.el: Remove unnecessary (require 'custom).
19838
19839 * pgg-def.el: do.
19840
19841 * nnmail.el: do.
19842
19843 * gnus-undo.el: do.
19844
19845 * gnus-picon.el: do.
19846
19847 * gnus-util.el: do.
19848
19849 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
19850
19851 * gnus-sum.el (gnus-pick-line-number): Add autoload.
19852
19853 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
19854
19855 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19856 handle, as well as a list.
19857
19858 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19859 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19860 (mm-w3m-cid-retrieve): Simplify.
19861
19862 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
19863
19864 * message.el (message-kill-to-signature): Allow prefix arg to
19865 specify number of lines to keep before signature.
19866
19867 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
19868
19869 * message.el (message-kill-to-signature): Change docstring.
19870
19871 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
19872
19873 * canlock.el: Always require sha1-el.
19874 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19875
19876 * message.el: Autoload sha1 only when compiling.
19877
19878 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
19879
19880 * message.el (message-canlock-generate): Require sha1-el.
19881
19882 2004-01-13 Jesper Harder <harder@ifa.au.dk>
19883
19884 * message.el (message-expand-name): Silence the byte compiler.
19885
19886 2004-01-13 Simon Josefsson <jas@extundo.com>
19887
19888 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19889 Invoke gnus-score-mode.
19890 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19891
19892 * gnus-range.el (gnus-compress-sequence): Doc fix.
19893 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19894
19895 2004-01-12 Jesper Harder <harder@ifa.au.dk>
19896
19897 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19898
19899 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
19900
19901 * spam.el (spam-get-article-as-string): Update to use
19902 gnus-request-article-this-buffer, much simpler.
19903 (spam-get-article-as-buffer): Remove.
19904
19905 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
19906
19907 * message.el (message-expand-name): Use EUDC if the user uses that.
19908
19909 2004-01-12 Jesper Harder <harder@ifa.au.dk>
19910
19911 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19912 character for the encoding to avoid consing a string.
19913
19914 * rfc2047.el (rfc2047-decode-string): Don't cons a string
19915 unnecessarily.
19916
19917 * mm-util.el (mm-replace-chars-in-string): Remove.
19918
19919 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19920 of mm-replace-chars-in-string.
19921
19922 2004-01-11 Jesper Harder <harder@ifa.au.dk>
19923
19924 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19925
19926 * mm-util.el (mm-subst-char-in-string): Support inplace.
19927
19928 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19929 a new string in every iteration. Use shy groups.
19930
19931 2004-01-10 Jesper Harder <harder@ifa.au.dk>
19932
19933 * gnus-srvr.el (gnus-browse-unsubscribe-group):
19934 * gnus-soup.el (gnus-soup-group-brew):
19935 * gnus-msg.el (gnus-put-message):
19936 * gnus-move.el (gnus-group-move-group-to-server):
19937 * gnus-kill.el (gnus-batch-score):
19938 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19939 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19940 (gnus-group-update-group, gnus-group-read-group)
19941 (gnus-group-make-group, gnus-group-make-help-group)
19942 (gnus-group-make-archive-group, gnus-group-make-directory-group)
19943 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19944 (gnus-group-sort-by-unread, gnus-group-catchup)
19945 (gnus-group-unsubscribe-group, gnus-group-kill-group)
19946 (gnus-group-yank-group, gnus-group-set-info)
19947 (gnus-group-list-groups):
19948 * gnus.el (gnus-generate-new-group-name):
19949 * gnus-delay.el (gnus-delay-send-queue):
19950 * nnvirtual.el (nnvirtual-catchup-group):
19951 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19952 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19953 (gnus-group-prepare-topics, gnus-topic-check-topology):
19954 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19955 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19956 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19957 (gnus-group-make-articles-read):
19958 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19959 (gnus-group-change-level, gnus-kill-newsgroup)
19960 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19961 (gnus-get-unread-articles, gnus-make-articles-unread)
19962 (gnus-make-ascending-articles-unread): Use accessor
19963 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19964 to get group information for improved readability.
19965
19966 2004-01-09 Jesper Harder <harder@ifa.au.dk>
19967
19968 * gnus-art.el (article-decode-mime-words, article-babel)
19969 (gnus-article-highlight-signature, gnus-article-add-buttons)
19970 (gnus-signature-toggle): Use gnus-with-article-buffer.
19971
19972 * gnus-art.el (gnus-article-highlight-headers)
19973 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19974
19975 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19976 (gnus-article-set-globals, gnus-request-article-this-buffer)
19977 (gnus-button-message-id, gnus-article-maybe-hide-headers)
19978 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19979 (gnus-mime-display-alternative): Use with-current-buffer.
19980
19981 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
19982
19983 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19984 also under 80 char limit, and call gnus-error if needed.
19985 (spam-fetch-article-header): Fix - it was a
19986 buffer-local variable (gnus-newsgroup-data).
19987 (spam-find-spam): Use spam-generate-fake-headers, forget about
19988 spam-insert-fake-headers.
19989 (spam-insert-fake-headers): Remove.
19990
19991 2004-01-09 Jesper Harder <harder@ifa.au.dk>
19992
19993 * deuglify.el (gnus-article-outlook-unwrap-lines)
19994 (gnus-outlook-rearrange-article)
19995 (gnus-outlook-repair-attribution-outlook)
19996 (gnus-outlook-repair-attribution-block)
19997 (gnus-outlook-repair-attribution-other): Remove redundant
19998 save-excursion.
19999
20000 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20001
20002 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20003 (spam-fetch-field-subject-fast)
20004 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20005 (spam-fetch-article-header): Add functions to deal with Gnus
20006 internals for fast retrieval of article header data.
20007 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20008
20009 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20010
20011 * pop3.el (pop3-md5): Remove.
20012 (pop3-apop): Replace pop3-md5 with md5.
20013
20014 * mm-bodies.el: base64 is always built-in.
20015
20016 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20017 Use with-current-buffer.
20018
20019 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
20020
20021 * canlock.el (canlock-insert-header): Remove excessive grouping in
20022 regexp.
20023
20024 * gnus-sum.el (gnus-summary-read-document): Ditto.
20025
20026 * gnus-uu.el (gnus-uu-part-number): Ditto.
20027
20028 * html2text.el (html2text-remove-tags): Ditto.
20029 (html2text-format-tags): Ditto.
20030 (html2text-format-single-elements): Ditto.
20031
20032 * mml.el (mml-parse-1): Ditto.
20033
20034 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20035
20036 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20037
20038 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20039
20040 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20041
20042 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20043
20044 2003-11-15 Simon Josefsson <jas@extundo.com>
20045
20046 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20047 (pgg-gpg-lookup-key): Use regexp match instead of
20048 split-string (split-string is different between emacs 21.2 and
20049 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
20050
20051 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20052
20053 * gnus-art.el (gnus-mime-view-all-parts)
20054 (gnus-article-part-wrapper, gnus-article-view-part):
20055 Use with-current-buffer.
20056
20057 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20058
20059 * spam.el (spam-disable-spam-split-during-ham-respool)
20060 (spam-spamoracle-database, spam-cache-lookups)
20061 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20062 (spam-group-ham-mark-p, spam-group-spam-mark-p)
20063 (spam-group-ham-marks, spam-group-spam-marks)
20064 (spam-group-spam-contents-p, spam-group-ham-contents-p)
20065 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20066 also add spam-use-blackholes to the statistical checks.
20067 (spam-fetch-field-fast): Add interface to fetching fields, may
20068 become a macro.
20069 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20070 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20071 (spam-insert-fake-headers): Fake an article when needed.
20072 (spam-find-spam): Fake article when possible.
20073 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20074 (spam-check-bogofilter-headers): Use message-fetch-field instead
20075 of nnmail-fetch-field.
20076
20077 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
20078
20079 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20080
20081 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20082
20083 * spam.el (spam-split): Do not require spam-use-CHECK to be
20084 enabled if that check is passed to spam-split explicitly; also
20085 fix so 'spam doesn't get converted to spam-split-group when
20086 spam-split-symbolic-return is t.
20087 (spam-find-spam): Find registrations of the article and use those
20088 instead of re-running spam-split to find the spam/ham
20089 classification of the article.
20090 (spam-log-processing-to-registry, spam-log-registered-p)
20091 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20092 Use gnus-error instead of gnus-message.
20093 (spam-log-registration-type): Add function to determine the
20094 classification of a message based on registry entries; will
20095 return nil if both 'spam and 'ham are found.
20096 (spam-check-BBDB): Expand all the BBDB macros here so we can have
20097 a reasonably fast local cache without the loading errors.
20098 (spam-cache-lookups): Set to t by default.
20099 (spam-find-spam): Don't try to guess spam-cache-lookups.
20100 (spam-enter-whitelist, spam-enter-blacklist): Clear the
20101 spam-caches entry.
20102 (spam-filelist-build-cache, spam-filelist-check-cache):
20103 Fix caching of whitelist/blacklist entries.
20104 (spam-check-whitelist, spam-check-blacklist):
20105 Invoke spam-from-listed-p with a type, not a cache variable.
20106 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20107
20108 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20109
20110 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20111
20112 * nnmail.el (nnmail-split-fancy): do.
20113
20114 * mml.el (mml-parse): do.
20115
20116 * gnus-score.el (gnus-enter-score-words-into-hashtb)
20117 (gnus-score-adaptive): do.
20118
20119 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20120
20121 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20122 (gnus-mime-button-map): Don't set keymap parent.
20123 (gnus-button-ctan-directory-regexp): Use shy grouping.
20124 (gnus-prev-page-map): Don't set keymap parent.
20125 (gnus-prev-page-map): Remove duplicated one.
20126 (gnus-next-page-map): Don't set keymap parent.
20127 (gnus-mime-security-button-map): Ditto.
20128
20129 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20130 version number.
20131
20132 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20133
20134 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20135
20136 * canlock.el (canlock-sha1-function): Remove.
20137 (canlock-sha1-function-for-verify): Remove.
20138 (canlock-openssl-program): Remove.
20139 (canlock-openssl-args): Remove.
20140 (canlock-ignore-errors): Remove.
20141 (canlock-sha1-with-openssl): Remove.
20142 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20143 (canlock-verify): Don't use canlock-ignore-errors.
20144
20145 * sha1-el.el (sha1-string-external): Make it can return a string
20146 in binary form.
20147 (sha1-region-external): Ditto.
20148 (sha1-string-internal): Ditto.
20149 (sha1-region-internal): Ditto.
20150 (sha1-region): Ditto.
20151 (sha1-string): Ditto.
20152 (sha1): Ditto.
20153
20154 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20155
20156 * spam.el (spam-report-articles-gmane): New command.
20157
20158 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20159
20160 * gnus.el: Don't make unnecessary *Group* buffer when loading.
20161
20162 * run-at-time.el (run-at-time-saved): Remove.
20163 (run-at-time): Doc fix.
20164
20165 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20166
20167 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20168 (gnus-summary-limit-map): Add it.
20169 (gnus-summary-make-menu-bar): do.
20170
20171 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
20172
20173 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20174 Make attempt at some caching support (done for BBDB only now).
20175 (spam-find-spam): Set spam-cache-lookups if there are more than 2
20176 addresses to be checked.
20177 (spam-clear-cache-BBDB): Add function, to be invoked by
20178 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20179 (spam-check-BBDB): Check and use the caches, if
20180 spam-cache-lookups is on, remove superfluous (provide).
20181
20182 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
20183
20184 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20185
20186 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
20187
20188 * run-at-time.el (run-at-time-saved): Move to after the definition
20189 of `run-at-time'.
20190
20191 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20192
20193 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20194 mm-w3m-local-map-property.
20195
20196 * mm-view.el (mm-w3m-mode-map): Remove.
20197 (mm-w3m-local-map-property): Remove.
20198 (mm-inline-text-html-render-with-w3m): Don't use
20199 mm-w3m-local-map-property.
20200
20201 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20202
20203 * run-at-time.el: New file.
20204
20205 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20206 of gnus-set-text-properties.
20207
20208 * gnus-uu.el (gnus-uu-save-article): Ditto.
20209
20210 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20211
20212 * gnus-cite.el (gnus-cite-parse): Ditto.
20213
20214 * gnus-art.el (gnus-button-push): Use set-text-properties instead
20215 of gnus-.
20216
20217 * gnus.el: Change calls to nnheader-run-at-time and
20218 password-run-at-time throughout to use run-at-time directly.
20219
20220 * password.el: Remove definition of run-at-time.
20221
20222 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
20223
20224 * mml.el (mml-minibuffer-read-disposition): Show attachment type
20225 in prompt.
20226
20227 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20228
20229 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20230 XEmacs version.
20231
20232 * dns.el (dns-make-network-process): Use `open-network-stream'
20233 instead of `gnus-xmas-open-network-stream'.
20234
20235 * .cvsignore: Add auto-autoloads.el, custom-load.el.
20236
20237 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20238
20239 * gnus-art.el (gnus-mime-display-alternative)
20240 (gnus-insert-mime-button, gnus-insert-mime-security-button)
20241 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20242 Don't use gnus-local-map-property.
20243
20244 * gnus-util.el (gnus-local-map-property): Remove.
20245
20246 * mm-view.el (mm-view-pkcs7-decrypt):
20247 Replace gnus-completing-read-maybe-default with completing-read.
20248
20249 * gnus-util.el (gnus-completing-read): do.
20250 (gnus-completing-read-maybe-default): Remove.
20251
20252 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20253
20254 * password.el: Only autoload `run-at-time' if not XEmacs.
20255 Only autoload the itimer functions if XEmacs.
20256
20257 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20258
20259 * gnus-art.el (gnus-read-string): Remove.
20260 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20261 read-string.
20262
20263 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
20264
20265 * netrc.el: Autoload password-read.
20266 (netrc): Add configuration group.
20267 (netrc-encoding-method, netrc-openssl-path):
20268 Add variables for encoding and decoding of files with symmetric
20269 ciphers.
20270 (netrc-encode): Add assistant function to encode a file with
20271 netrc-encoding-method.
20272 (netrc-parse): Add interactive parameter, added optional
20273 decoding if netrc-encoding-method is non-nil but otherwise
20274 behavior is standard.
20275 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20276 Do s/encode/encrypt/ everywhere.
20277
20278 * spam.el: Remove executable-find autoload.
20279
20280 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20281
20282 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20283
20284 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20285
20286 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20287
20288 * gnus-art.el (gnus-treat-ansi-sequences)
20289 (article-treat-ansi-sequences): New variable and function.
20290 Suggested by Dan Jacobson <jidanni@jidanni.org>.
20291
20292 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20293 Use it.
20294
20295 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20296
20297 * mm-util.el (mm-quote-arg): Remove.
20298
20299 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20300 shell-quote-argument.
20301
20302 * gnus-uu.el (gnus-uu-command): do.
20303
20304 * gnus-sum.el (gnus-summary-insert-pseudos): do.
20305
20306 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20307 with make-char.
20308
20309 * mm-util.el (mm-make-char): Remove.
20310
20311 * mml.el (mml-mode): Replace gnus-add-minor-mode with
20312 add-minor-mode.
20313
20314 * gnus-undo.el (gnus-undo-mode): do.
20315
20316 * gnus-topic.el (gnus-topic-mode): do.
20317
20318 * gnus-sum.el (gnus-dead-summary-mode): do.
20319
20320 * gnus-start.el (gnus-slave-mode): do.
20321
20322 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20323
20324 * gnus-ml.el (gnus-mailing-list-mode): do.
20325
20326 * gnus-gl.el (gnus-grouplens-mode): do.
20327
20328 * gnus-draft.el (gnus-draft-mode): do.
20329
20330 * gnus-dired.el (gnus-dired-mode): do.
20331
20332 * gnus-ems.el (gnus-add-minor-mode): Remove.
20333
20334 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20335 Replace gnus-char-width with char-width.
20336
20337 * gnus-ems.el (gnus-char-width): Remove.
20338
20339 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20340 Replace gnus-char-width with char-width.
20341
20342 * gnus-ems.el (gnus-char-width): Remove.
20343
20344 * spam-stat.el (with-syntax-table): Remove with-syntax-table
20345 definition.
20346 Remove Emacs 20 hash table compatibility code.
20347
20348 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20349 20 compatibility code.
20350
20351 * spam.el (spam-point-at-eol): Replace with point-at-eol.
20352
20353 * smime.el (smime-point-at-eol): Replace with point-at-eol.
20354
20355 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20356 Replace with point-at-{eol,bol}.
20357
20358 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20359
20360 * imap.el (imap-point-at-eol): Replace with point-at-eol.
20361
20362 * flow-fill.el (fill-flowed-point-at-bol)
20363 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20364
20365 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20366 Replace with point-at-{eol,bol} throughout all files.
20367
20368 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
20369
20370 * ntlm.el (ntlm-string-as-unibyte): New macro.
20371 (ntlm-build-auth-response): Use it.
20372
20373 Remove Emacs 20 stuff:
20374 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20375 of delq and copy-sequence.
20376 * gnus-art.el (popup-menu): Remove the compiler macro.
20377 * nnmail.el (nnmail-split-fancy): Don't support customizing with
20378 Emacs 20.
20379
20380 2004-01-05 Simon Josefsson <jas@extundo.com>
20381
20382 * ntlm.el: Fix namespace. Change smb-passwd-hash into
20383 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20384 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20385 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20386 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20387 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20388 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20389 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20390 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20391 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20392 ntlm-string-permute, string-lshift into ntlm-string-lshift,
20393 string-xor into ntlm-string-xor.
20394 Suggested by Jesper Harder <harder@myrealbox.com>.
20395
20396 * ntlm.el: Don't include poem.
20397
20398 * md4.el (print-int32, print-string-hexa): Remove.
20399 Suggested by Jesper Harder <harder@myrealbox.com>.
20400
20401 * sasl-ntlm.el, ntlm.el, md4.el: New files.
20402
20403 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
20404 probably breaks emacs with DL patch, but do we care? Is anyone
20405 still using the DL stuff?)
20406
20407 * sieve-manage.el: Use the password package.
20408 (sieve-manage-read-passwd): Remove.
20409 (sieve-manage-interactive-login): Use password. Re-add
20410 condition-case around loop.
20411
20412 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20413 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20414 Use the password package.
20415
20416 2003-02-19 Simon Josefsson <jas@extundo.com>
20417
20418 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20419 token.
20420
20421 2002-08-07 Simon Josefsson <jas@extundo.com>
20422
20423 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20424 (sieve-manage-authenticators):
20425 (sieve-manage-authenticator-alist): Add some SASL mechs.
20426 (sieve-sasl-auth): New function.
20427 (sieve-manage-cram-md5-auth):
20428 (sieve-manage-plain-auth): Rewrite using SASL library.
20429 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20430 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20431 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20432 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20433
20434 2004-01-05 Simon Josefsson <jas@extundo.com>
20435
20436 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20437 New files.
20438
20439 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20440
20441 * gnus-group.el (gnus-no-groups-message): Update.
20442
20443 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20444
20445 2003-11-09 Simon Josefsson <jas@extundo.com>
20446
20447 * imap.el: Support for ID IMAP extension (RFC 2971).
20448 (imap-local-variables): Add imap-id.
20449 (imap-id): New variable.
20450 (imap-id): New function.
20451 (imap-parse-response): Parse untagged ID response.
20452 * nnimap.el (nnimap-id): New variable.
20453 (nnimap-open-connection): Use it.
20454
20455 2003-12-28 Simon Josefsson <jas@extundo.com>
20456
20457 * gnus-score.el (gnus-score-edit-all-score): New.
20458 * gnus-group.el (gnus-group-score-map): Bind it to W e.
20459
20460 2004-01-04 Simon Josefsson <jas@extundo.com>
20461
20462 * password.el: Add.
20463
20464 2004-01-04 Mario Lang <lang@zid.tugraz.at>
20465
20466 * dns.el (dns-query-types): Fix typo.
20467 (dns-query-types): New function.
20468 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
20469 PTR and SOA replies, see RFC 1035.
20470
20471 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20472
20473 * gnus.el (gnus-logo-color-style): Change colors to `no'.
20474
20475 * Move to Changelog.2.
20476
20477 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20478
20479 * gnus.el (gnus-version-number): Bump version.
20480
20481 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20482
20483 * gnus.el: No Gnus v0.1 is released.
20484
20485 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20486
20487 * gnus.el: No Gnus v0.0 is released.
20488
20489 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20490
20491 * gnus.el (gnus-version-number): Bump.
20492 (gnus-version): No.
20493
20494 See ChangeLog.2 for earlier changes.
20495
20496 Copyright (C) 2004-2011 Free Software Foundation, Inc.
20497
20498 This file is part of GNU Emacs.
20499
20500 GNU Emacs is free software: you can redistribute it and/or modify
20501 it under the terms of the GNU General Public License as published by
20502 the Free Software Foundation, either version 3 of the License, or
20503 (at your option) any later version.
20504
20505 GNU Emacs is distributed in the hope that it will be useful,
20506 but WITHOUT ANY WARRANTY; without even the implied warranty of
20507 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20508 GNU General Public License for more details.
20509
20510 You should have received a copy of the GNU General Public License
20511 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20512
20513 ;; Local Variables:
20514 ;; coding: utf-8
20515 ;; fill-column: 79
20516 ;; add-log-time-zone-rule: t
20517 ;; End: