Merge from trunk
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
2
3 * proto-stream.el (open-protocol-stream): Bring back `network' type.
4 Make this the default type.
5 (proto-stream-open-plain): Rename from proto-stream-open-default.
6 (open-protocol-stream, proto-stream-open-starttls)
7 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
8 with `plain'.
9
10 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
11 value.
12
13 * nntp.el (nntp-open-connection-function): Document the fact that some
14 values are not functions but are instead handled specially. Recognize
15 nntp-open-plain-stream value.
16 (nntp-open-connection): Recognize that value.
17
18 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
19
20 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
21 stuff.
22
23 * gnus-score.el (gnus-score-string): Fix calling convention of
24 `gnus-simplify-buffer-fuzzy' after last patches.
25
26 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
27 server for articles we didn't get any headers for. This is a sanity
28 check.
29
30 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
31
32 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
33 new CAPABILITY, use it.
34
35 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
36
37 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
38 downloading anything.
39
40 * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
41
42 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
43
44 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
45 colors.
46 (gnus-splash-svg-color-symbols): New function.
47
48 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
49
50 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
51 instead of using the global gnus-simplify-subject-fuzzy-regexp.
52 (gnus-simplify-subject-fuzzy): Use the local
53 gnus-simplify-subject-fuzzy-regex instead of the global one. This
54 makes using this variable in group parameters work.
55
56 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
57
58 * gnus-registry.el (gnus-registry-unfollowed-groups): Add
59 "archive:sent" to the unfollowed group regex (for the recent Gnus
60 archive:sent-YYYY-MM-DD groups).
61 (gnus-registry-split-fancy-with-parent): Bail out early in sender
62 tracking if there are more than `gnus-registry-max-track-groups'
63 matches.
64
65 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * message.el (message--yank-original-internal): New function to do the
68 insertion cleanly inside eval in `message-yank-original'.
69 (message-yank-original): Use it.
70
71 2011-03-29 Julien Danjou <julien@danjou.info>
72
73 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
74 local variables disabled rather than `normal-mode'.
75
76 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
77
78 * proto-stream.el: Changes preparatory to merging open-protocol-stream
79 with open-network-stream.
80 (proto-stream-always-use-starttls): Option removed.
81 (open-protocol-stream): Return a process object by default. Provide a
82 new parameter :return-list specifying a list-type return value, which
83 now has the form (PROP . PLIST) instead of a fixed-length list. Change
84 :type `network' to `try-starttls', and `network-only' to `default'.
85 Make `default' the default, for compatibility with open-network-stream.
86 Handle the no-parameter case exactly as open-network-stream, with no
87 additional stream processing. Search plists using plist-get.
88 Explicitly add :end-of-commend parameter if it is missing.
89 (proto-stream-open-default): Renamed from
90 proto-stream-open-network-only. Return 'default as the type.
91 (proto-stream-open-starttls): Rename from proto-stream-open-network.
92 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
93 failed. Always return a list with a (possibly dead) process as the
94 first element, for compatibility with open-network-stream.
95 (proto-stream-open-tls): Use plist-get. Always return a list.
96 (proto-stream-open-shell): Return `default' as connection type.
97 (proto-stream-capability-open): Use plist-get.
98 (proto-stream-eoc): Function deleted.
99
100 * nnimap.el (nnimap-stream, nnimap-open-connection)
101 (nnimap-open-connection-1): Handle renaming of :type parameter for
102 open-protocol-stream.
103 (nnimap-open-connection-1): Pass a :return-list parameter
104 open-protocol-stream to obtain a list return value. Parse this list
105 using plist-get.
106
107 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
108 for open-protocol-stream. Accept open-protocol-stream return value
109 that is a subprocess object instead of a list. Handle the case of a
110 dead returned process.
111
112 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
113
114 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
115
116 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
117
118 2011-03-21 Julien Danjou <julien@danjou.info>
119
120 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
121 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
122 query.
123 (mm-inline-text): Render normal text with fontification whenever
124 possible.
125
126 * gnus-sum.el (gnus-summary-save-parts-1):
127 * gnus-art.el (gnus-article-browse-html-save-cid-content)
128 (gnus-article-browse-html-parts, gnus-mime-delete-part)
129 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
130 Use `mm-handle-filename'.
131
132 * mm-util.el (mm-handle-filename): New function, return the filename of
133 an handle.
134
135 2011-03-18 Julien Danjou <julien@danjou.info>
136
137 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
138 (gnus-buffer-live-p): Check that buffer is not nil.
139
140 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
141
142 * gnus-art.el: Require mouse, which the build bot seems to say is
143 needed.
144
145 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
146 XEmacs, since it doesn't have url-retrieve-synchronously.
147
148 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
149
150 * gnus-group.el (gnus-group-list-ticked): New function.
151 (gnus-group-make-menu-bar): Provide a menu entry for it.
152 (gnus-group-list-map): Provide a binding for it.
153
154 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
155
156 * shr.el (shr-visit-file): New command.
157
158 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
159
160 2011-03-17 Bjørn Mork <bjorn@mork.no>
161
162 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
163 servers.
164
165 2011-03-16 Julien Danjou <julien@danjou.info>
166
167 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
168 inline.
169
170 * gnus-art.el (article-hide-list-identifiers): Use
171 gnus-group-get-list-identifiers.
172
173 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
174 (gnus-summary-remove-list-identifiers): Use
175 gnus-group-get-list-identifiers to get regexp.
176 (gnus-select-newsgroup, gnus-summary-insert-subject)
177 (gnus-summary-insert-articles): Call
178 gnus-summary-remove-list-identifiers unconditionally.
179
180 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
181
182 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
183 we're selecting a group with unread articles.
184
185 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
186
187 * gssapi.el: New file separated out from imap.el to provide a general
188 Kerberos 5 connection facility for Emacs.
189
190 * message.el (message-elide-ellipsis): Document the format spec
191 ellipsis.
192
193 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
194
195 * message.el (message-elide-region): Allow the ellipsis to say how many
196 lines were removed.
197
198 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
199
200 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
201 window configurations containing buffers that are now dead.
202
203 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
204 parsing to avoid integer overflows.
205 (nnimap-parse-flags): Simplify the last change.
206 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
207 too large for 32-bit Emacsen.
208
209 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
210
211 * auth-source.el (auth-source-netrc-create):
212 * message.el (message-yank-original): Fix use of `case'.
213
214 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
215
216 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
217 XEmacs, which was one character too wide.
218
219 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
220
221 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
222 default number of articles to display.
223 (gnus-articles-to-read): Use pretty names for prompt.
224
225 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
226
227 * gnus-int.el (gnus-open-server): Ditto.
228
229 * gnus-start.el (gnus-activate-group): Give a backtrace if
230 debug-on-quit is set and the user hits `C-g'.
231 (gnus-read-active-file): Ditto.
232
233 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
234
235 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
236
237 * message.el (message-yank-original): Use cond instead of CL case.
238
239 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 * auth-source.el (auth-source-netrc-create): Use usual format for the
242 default in prompts.
243
244 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
245
246 * auth-source.el (auth-source-netrc-create): Show the default in the
247 prompt when prompting for token creation.
248
249 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
250
251 * auth-source.el (auth-source-format-prompt): Always convert the value
252 to a string to avoid evaluating non-string arguments.
253 (auth-source-netrc-create): Offer default properly, not as initial
254 content in `read-string'.
255 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
256 of line to determine if we've been run before. If so, don't run again,
257 but print a trivial message to indicate the cache was hit instead.
258
259 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
260
261 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
262 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
263 The user will have to run `gnus-sync-read' manually and wait for Cloudy
264 Gnus.
265
266 2011-03-11 Julien Danjou <julien@danjou.info>
267
268 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
269 modified file".
270
271 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
272
273 * auth-source.el (auth-source-read-char-choice): New function to read a
274 character choice using `dropdown-list', `read-char-choice', or
275 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
276 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
277 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
278 (auth-source-netrc-saver): Use it.
279 (auth-source-pick-first-password): New convenience function.
280
281 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
282
283 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
284 parameter in the credentials.
285 (nnimap-open-connection-1): Use it after a successful login.
286 (nnimap-credentials): Add IMAP-specific user and password prompt.
287
288 * auth-source.el (auth-source-search): Add :require parameter, taking a
289 list. Document it and the :save-function return token. Pass :require
290 down. Change the CREATED message from a warning to a debug statement.
291 (auth-source-search-backends): Pass :require down.
292 (auth-source-netrc-search): Pass :require down.
293 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
294 Change save prompt to indicate all modifications saved here are
295 deletions.
296 (auth-source-netrc-create): Take user login name as default in user
297 prompt. Move all the save functionality to a lexically bound function
298 under the :save-function token in the returned list. Set up clearer
299 default prompts for user, host, port, and secret.
300 (auth-source-netrc-saver): New function, intended to be wrapped for
301 :save-function.
302
303 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
304
305 * shr.el (shr-table-horizontal-line): Change the defaults for the table
306 lines to be spaces instead.
307
308 2011-03-07 Julien Danjou <julien@danjou.info>
309
310 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
311 (sieve-sasl-auth): Check that auth-source-search did return something,
312 or just return an empty string.
313
314 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
315
316 * gnus.el (gnus-interactive): Use read-directory-name.
317
318 * gnus-uu.el (gnus-uu-decode-uu-and-save)
319 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
320 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
321 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
322 Likewise.
323
324 * gnus-group.el (gnus-group-make-directory-group): Likewise.
325
326 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
327
328 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
329 onto the list of killed groups, too. This makes killed nnimap groups,
330 for instance, more reliably not reappear.
331
332 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
333 the parent.
334
335 * gnus-sum.el (gnus-update-read-articles): Fix typo.
336
337 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
338 really have server-side marks.
339
340 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
341 since most backends do not usefully have server-side marks.
342 (gnus-update-read-articles): Propagate marks to all backends that
343 really have server-side marks.
344
345 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
346
347 * message.el (message-cite-reply-position, message-cite-style):
348 New variables.
349 (message-yank-original): Use the new citation styles.
350
351 2011-03-04 Daiki Ueno <ueno@unixuser.org>
352
353 * message.el (message-options): Revert the change that's a workaround
354 for XEmacs buffer-local issue; don't mark it buffer-local when running
355 under XEmacs.
356
357 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
358
359 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
360 numbers too big to be `read'.
361
362 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
363
364 * message.el (message-options): Make buffer-local two ways to attempt
365 to fix a XEmacs bug.
366
367 2011-03-02 Julien Danjou <julien@danjou.info>
368
369 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
370
371 2011-03-01 Julien Danjou <julien@danjou.info>
372
373 * gnus-art.el (list-identifier): Add list-identifier as a parameter
374 group.
375 (article-hide-list-identifiers): Use list-identifier group parameter.
376
377 2011-02-28 Julien Danjou <julien@danjou.info>
378
379 * sieve.el (sieve-buffer-script-name): New local variable to store
380 sieve script name.
381 (sieve-edit-script): Store sieve script name.
382 (sieve-upload): Use sieve script name when uploading.
383 (sieve-upload): Use substitute-command-keys.
384 (sieve-edit-script): Use substitute-command-keys.
385 (sieve-refresh-scriptlist): Use substitute-command-keys.
386 (sieve-manage-mode-map): Define keymap properly.
387 (sieve-manage-mode): Do not set mode name manually, change mode-name to
388 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
389 Remove commented code about cvs.
390 (sieve-manage-quit): New function.
391 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
392
393 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
394
395 * gnus-group.el (gnus-import-other-newsrc-file): New function.
396
397 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
398
399 * auth-source.el (auth-source-search): Cache empty result sets.
400
401 * auth-source.el (auth-source-save-behavior): New variable to replace
402 `auth-source-never-create'.
403 (auth-source-netrc-create): Use it.
404 (auth-source-never-save): Remove.
405
406 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
407
408 * nnimap.el (nnimap-stream): Doc fix.
409 (nnimap-open-connection-1): Reverse the order of the ports to that the
410 prompted-for port is first.
411
412 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
413 retrieval by the no-group selection.
414
415 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
416 numerical parameters.
417
418 2011-02-25 Julien Danjou <julien@danjou.info>
419
420 * gnus-gravatar.el: Use gnus-with-article-buffer.
421
422 * gnus-art.el (gnus-with-article-buffer): Check that the
423 gnus-article-buffer is alive.
424
425 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
426
427 * auth-source.el (auth-source-creation-prompts): New variable to manage
428 creation-time prompts.
429 (auth-source-search): Document it.
430 (auth-source-format-prompt): Add utility function.
431 (auth-source-netrc-create): Don't default the user name to
432 user-login-name. Use `auth-source-creation-prompts' and some default
433 prompts for user, host, port, and password (the default generic prompt
434 remains ugly).
435 (auth-source-never-save): Add customizable option to never save info.
436 (auth-source-netrc-create): Use it and improve save prompts. Fix help
437 mode excursion.
438
439 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
440
441 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
442 argument that XEmacs doesn't support.
443
444 2011-02-23 Julien Danjou <julien@danjou.info>
445
446 * gnus-art.el (article-make-date-line): Ignore errors if time is
447 invalid and not convertible.
448 (article-make-date-line): Only add lapsed time if time is not nil.
449
450 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
451
452 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
453 `read-char-choice' for backwards compatibility.
454 (auth-source-netrc-element-or-first): New function to DTRT for
455 parameter extraction.
456 (auth-source-netrc-create): Use it and fix multiple parameter print
457 bug. Use the default passed from above (given-default) or the
458 built-in (user-login-name for :user).
459
460 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
461
462 * gnus-start.el (gnus-dribble-read-file):
463 Set buffer-save-without-query, since we always want to save the dribble
464 file, probably.
465
466 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
467 nnimap.
468
469 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
470 -summary- since it's a user-visible variable.
471
472 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
473 first time you use the new Gnus.
474
475 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
476
477 * auth-source.el: Don't load netrc.el.
478 (auth-sources): Search ~/.netrc as well by default.
479 (auth-source-debug): Add 'trivia option for extra output.
480 (auth-source-do-trivia): Use it.
481 (auth-source-search): Simplify logic to use
482 `auth-source-search-backends'. Use `auth-source-do-trivia' where
483 appropriate. Don't keep a running count at this level. Layer :create
484 and :delete options appropriately on the first and second passes.
485 Don't track the backend with the search results.
486 (auth-source-search-backends): New function to search a list of
487 backends for a processed spec.
488 (auth-source-netrc-parse): Cache all netrc files, making
489 auth-source-netrc-cache an alist keyed by the file name and using the
490 file mtime as the caching criterion. Keep the obfuscated data secret
491 with a lexical bind.
492 (auth-source-netrc-search): Don't calculate the length of the results
493 unnecessarily.
494 (auth-source-search-backends): Fix bug.
495 (auth-source-netrc-create): Rework prompts.
496
497 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
498
499 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
500 Lower case names of search constraints.
501 (nnir-run-query): Cache and reuse search constraints for all imap
502 servers.
503
504 2011-02-22 Sam Steingold <sds@gnu.org>
505
506 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
507
508 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
509
510 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
511 after exit.
512 (gnus-setup-message): Define missing variable from last checkin.
513
514 * gnus-sum.el (gnus-summary-show-article): When called with t as the
515 value, show the raw article.
516
517 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
518
519 * nnimap.el (nnimap-open-connection-1): Revert last change, since
520 auth-source now accepts numbers.
521
522 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
523 spec, too.
524 (auth-source-ensure-strings): New function.
525
526 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
527 (gnus-article-setup-buffer): Always restart the date timer so that user
528 changes to the frequency is respected.
529
530 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
531 port numbers, so make sure it gets that if nnimap-server-port is
532 explicit.
533
534 2011-02-21 Simon Josefsson <simon@josefsson.org>
535
536 * nnimap.el (nnimap-inbox): Doc fix.
537
538 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
539
540 * shr-color.el (shr-color->hexadecimal): Use renamed function names
541 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
542 color-lab-to-srgb.
543
544 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
545
546 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
547 given method as in the group name if we're using an extended method.
548 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
549 command, if we're using that, instead of waiting for the beginning.
550
551 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
552 we're sure to get unique server names, and we don't output two async
553 commands in the same buffer. This fixes an NNTP hang for some users.
554
555 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
556
557 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
558 summary buffer before reading going to the next buffer. This avoids
559 putting the point in the group buffer if you `C-g' the command.
560
561 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
562 cache (for now) to make ~/.authinfo.gpg files usable.
563
564 * nnfolder.el (copyright-update): Define for the compiler.
565
566 * auth-source.el (auth-source-search): Fix unbound variable.
567
568 2011-02-19 Glenn Morris <rgm@gnu.org>
569
570 * gnus.el (gnus-meta): Doc fix.
571
572 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
573
574 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
575 in case it's not yet loaded.
576
577 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
578
579 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
580 line we're waiting for.
581
582 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
583
584 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
585 face with line-width greater than zero will cause RET in gnus summary
586 buffer to scroll down article page-wise because auto vscroll happens,
587 it should be temporalily disabled when doing a scroll-up.
588
589 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
590
591 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
592 outputs from the server.
593
594 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
595
596 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
597 later so that bbdb can hook in easier.
598
599 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
600
601 * auth-source.el (auth-source-search): Don't try to create credentials
602 if the caller doesn't want that.
603 (auth-source-search): If we don't find a match, don't bug out on
604 non-bound variables.
605 (auth-source-search): Only ask a single backend to create the
606 credentials.
607
608 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
609 logging.
610 (nnimap-credentials): Protect against auth-source-search returning nil.
611 (nnimap-request-list): Protect against not being able to open the
612 server.
613
614 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
615
616 * auth-source.el (auth-source-search): Do a two-phase search, one with
617 no :create to get the responses from all backends.
618
619 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
620 when getting credentials.
621
622 * gnus-util.el (gnus-delete-duplicates): New function.
623
624 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
625
626 * nnimap.el (nnimap-credentials): Instead of picking the first port as
627 a creation default, pass the whole port list down. It will be
628 completed.
629
630 * auth-source.el (auth-source-search): Updated docs to talk about
631 multiple creation choices.
632 (auth-source-netrc-create): Accept a list as a value (from the search
633 parameters) and do completion on that list. Keep a separate netrc line
634 with the password obscured for showing the user.
635
636 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
637 first choice to `auth-source-search' so it will be used for entry
638 creation instead of the server's Gnus-specific name.
639 (nnimap-credentials): Rely on the auth-source library to select which
640 port is actually wanted in the new netrc entry, so don't override
641 `auth-source-creation-defaults'.
642
643 * auth-source.el (auth-source-netrc-parse): Use :port instead of
644 :protocol and accept a missing user, host, or port as a wildcard match.
645 (auth-source-debug): Default to off.
646
647 (auth-source-netrc-search, auth-source-netrc-create)
648 (auth-source-secrets-search, auth-source-secrets-create)
649 (auth-source-user-or-password, auth-source-backend, auth-sources)
650 (auth-source-backend-parse-parameters, auth-source-search): Use :port
651 instead of :protocol.
652
653 * nnimap.el (nnimap-credentials): Pass a port default to
654 `auth-source-search' in case an entry needs to be created.
655 (nnimap-open-connection-1): Use :port instead of :protocol.
656
657 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
658
659 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
660 instead of delete-dups that is not available in XEmacs 21.4.
661
662 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
663
664 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
665 nil means that nnimap doesn't get updated.
666
667 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
668
669 * auth-source.el (auth-source-netrc-create): Return a synthetic search
670 result when the user doesn't want to write to the file.
671 (auth-source-netrc-search): Expect a synthetic result and proceed
672 accordingly.
673 (auth-source-cache-expiry): New variable to override
674 `password-cache-expiry'.
675 (auth-source-remember): Use it.
676
677 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
678 parameter. Create entry if necessary by using :create t.
679 (nnimap-open-connection-1): Don't pass `inhibit-create'.
680
681 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
682
683 * auth-source.el (auth-source-debug): Enable by default and don't
684 mention the obsolete `auth-source-hide-passwords'.
685 (auth-source-do-warn): New function to debug unconditionally.
686 (auth-source-do-debug): Use it.
687 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
688 and for Secrets API entries when the secrets.el library is not
689 available.
690
691 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
692
693 * gnus-sum.el (gnus-propagate-marks): Default to nil.
694 (gnus-summary-exit): Kill the correct article buffer on exit from a
695 `C-d' group.
696
697 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
698 gnus-propagate-marks.
699
700 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
701 before killing the buffers so that a non-full window conf gets handled
702 correctly.
703 (gnus-summary-exit): Ditto.
704 (gnus-summary-read-group-1): Ditto.
705
706 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
707 async code again so that we can debug it properly.
708
709 * message.el (message-reply): Take an optional switch-buffer parameter
710 so that Gnus window confs are respected better.
711
712 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
713
714 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
715 `plist-get' to accept non-list parameters (XEmacs issue).
716 Fix docstring.
717 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
718 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
719 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
720 Login collection is "Login" and not "login".
721
722 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
723
724 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
725 multiple headers.
726
727 * nnimap.el (nnimap-inhibit-logging): New variable.
728 (nnimap-log-command): Don't log login commands.
729
730 * auth-source.el (auth-source-netrc-search): The asserts seem to want
731 to have more parameters.
732
733 * nnimap.el (nnimap-send-command): Mark the command time for each
734 command, so that we don't get NOOPs stepping on our toes.
735
736 * gnus-art.el (article-date-ut): Get the date from the Date header on
737 `t'.
738
739 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
740
741 * auth-source.el (auth-source-search): Use copy-sequence instead of
742 the cl.el copy-list.
743
744 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
745
746 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
747 Improve prompt.
748
749 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
750
751 * gnus-art.el (gnus-article-mode-line-format): Remove the article
752 washing status from the default format. It isn't very informative.
753
754 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
755
756 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
757 Fix Gcc processing on imap.
758
759 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
760
761 * message.el (message-bury): Don't pop up a new window when selected
762 window is dedicated.
763
764 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
765
766 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
767
768 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
769
770 * sieve-manage.el: Autoload `auth-source-search'.
771 (sieve-sasl-auth): Use it.
772
773 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
774
775 * nnimap.el: Autoload `auth-source-forget+'.
776 (nnimap-open-connection-1): Use it if the connection fails.
777
778 * auth-source.el: Require `password-cache'.
779 (auth-source-hide-passwords, auth-source-cache): Remove and mark
780 obsolete.
781 (auth-source-magic): Marker for `password-cache' keys.
782 (auth-source-do-cache): Update docstring.
783 (auth-source-search): Use and check cache.
784 (auth-source-forget-all-cached, auth-source-remember)
785 (auth-source-recall, auth-source-forget, auth-source-forget+)
786 (auth-source-specmatchp): Caching support functions.
787 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
788 Remove and obsolete.
789 (auth-source-user-or-password): Remove caching to further discourage
790 using it. Always hide passwords.
791
792 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
793
794 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
795 code for now, since it doesn't work for all users.
796
797 2011-02-09 Julien Danjou <julien@danjou.info>
798
799 * message.el (message-options): Make message-options really buffer
800 local.
801
802 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
803
804 * mail-source.el: Autoload `auth-source-search'.
805 (mail-source-keyword-map): Note order matters.
806 (mail-source-set-1): Get all the mail-source source values and
807 defaults and search auth-source on those if needed. This can all
808 probably be simplified.
809
810 * nnimap.el: Autoload `auth-source-search'.
811 (nnimap-credentials): Use it.
812 (nnimap-open-connection-1): Ask for the virtual server and physical
813 address in one shot.
814
815 * nntp.el: Autoload `auth-source-search'.
816 (nntp-send-authinfo): Use it. Note TODO.
817
818 2011-02-08 Julien Danjou <julien@danjou.info>
819
820 * shr.el (shr-tag-body): Add support for text attribute in body
821 markups.
822
823 * message.el (message-options): Make message-options a local variable.
824
825 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
826
827 * auth-source.el (auth-source-secrets-search)
828 (auth-source-user-or-password): Use `append' instead of `nconc'.
829 (auth-source-user-or-password): Build return list better and protect
830 against nil :secret.
831
832 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
833
834 * nnimap.el (nnimap-update-info): Refactor slightly.
835 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
836 (nnimap-update-info): Clean up slightly.
837 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
838 characters.
839 (nnimap-process-quirk): Rename function to avoid collision.
840 (nnimap-update-info): Fix macrology bug-out.
841 (nnimap-update-info): Simplify split history test.
842
843 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
844
845 * auth-source.el (top): Require 'eieio unconditionally.
846 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
847 (auth-source-secrets-search): Limit search when `max' is greater than
848 number of results.
849
850 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
851
852 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
853 part not returning any data.
854
855 * proto-stream.el (open-protocol-stream): Document the return value.
856
857 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
858
859 * auth-source.el (auth-source-secrets-search): Add examples.
860
861 2011-02-06 Julien Danjou <julien@danjou.info>
862
863 * message.el (message-setup-1): Handle message-generate-headers-first
864 set to t.
865
866 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
867
868 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
869 API with a string "secrets:collection-name" and with 'default.
870 (auth-source-backend-parse): Parse "secrets:collection-name" and
871 'default. Recurse on parses instead of repeating code. Use the
872 Secrets API is the source is not nil and 'ignore otherwise. Emit a
873 message when ignoring a source.
874 (auth-source-search): List ignored search keys at the top level.
875 (auth-source-netrc-create): Use `case' instead of `cond'.
876 (auth-source-secrets-search): Created with TODOs.
877 (auth-source-secrets-create): Created with TODOs.
878 (auth-source-retrieve, auth-source-create, auth-source-delete)
879 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
880 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
881 (auth-source-user-or-password-sftp)
882 (auth-source-user-or-password-smtp): Remove.
883 (auth-source-user-or-password): Deprecated and modified to be a wrapper
884 around `auth-source-search'. Not tested thoroughly.
885
886 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
887
888 * auth-source.el: Bring in assoc and eioeio libraries.
889 (secrets-enabled): New variable to track the status of the Secrets API.
890 (auth-source-backend): New EIOEIO class to represent a backend.
891 (auth-source-creation-defaults): New variable to set prompt defaults
892 during token creation (see the `auth-source-search' docstring for
893 details).
894 (auth-sources): Simplify to allow a simple string as a netrc backend
895 spec.
896 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
897 (auth-source-backend-parse-parameters): Fill in the backend parameters.
898 (auth-source-search): Main auth-source API entry point.
899 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
900 (auth-source-search-collection): Helper function for searching.
901 (auth-source-netrc-parse, auth-source-netrc-normalize)
902 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
903 Supports search, create, and delete.
904 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
905 backend stubs.
906 (auth-source-user-or-password): Call `auth-source-search' but it's not
907 ready yet.
908
909 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
910
911 * message.el (message-setup-1): Remove the read-only stuff, since it
912 doesn't work under XEmacs, for some reason.
913
914 * gnus-sum.el (gnus-user-date): Rename back from
915 gnus-summary-user-date since user code refers to it.
916
917 * shr.el (shr-render-td): Store the actual background colour used.
918
919 * message.el (message-setup-1): Don't bind the constant
920 -forbidden-properties.
921 (message-setup-1): Revert previous change, since it needs to bind the
922 props to insert them.
923 (message-resend): Allow removing the read-only separator line.
924
925 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
926
927 * nnimap.el (nnimap-request-accept-article): Give an error message if
928 the APPEND wasn't successful.
929
930 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
931
932 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
933 that have no groups.
934
935 2011-02-03 Julien Danjou <julien@danjou.info>
936
937 * gnus-draft.el: Remove progn around gnus-draft-setup.
938
939 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
940
941 * gnus-start.el (gnus-read-active-for-groups): This function is never
942 called with a nil `infos', so clean that up.
943 (gnus-get-unread-articles): Request active files from primary/secondary
944 methods that have no groups (yet).
945
946 2011-02-03 Julien Danjou <julien@danjou.info>
947
948 * message.el (message-setup-1): Always generate References first.
949 (message-mail): Return the return value of message-setup, not always t.
950 (message-setup-1): Insert mail-header-separator with read-only and
951 intangible properties set.
952
953 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
954 user-date in docstring.
955
956 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
957
958 * gnus.el (gnus-summary-line-format): Mention &user-date format in
959 docstring.
960
961 * gnus.el (gnus-user-date-format-alist): Change default value. Use
962 defcustom, with type and group. Move from gnus-util.el. Rename to
963 gnus-summary-user-date-format-alist.
964
965 2011-02-03 Glenn Morris <rgm@gnu.org>
966
967 * nnimap.el (gnus-fetch-headers): Declare.
968
969 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
970
971 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
972
973 * message.el (message-forward-make-body-digest-plain)
974 (message-followup, message-reply): Clean up things noted by Stefan.
975
976 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
977 gnus-article-update-date-headers is nil.
978 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
979 it didn't really work with defcustom.
980 (article-update-date-lapsed): Make sure the window start doesn't move,
981 either.
982
983 2011-02-01 Julien Danjou <julien@danjou.info>
984
985 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
986 format.
987
988 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
989 standard in Emacs nowadays.
990
991 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
992
993 * message.el (message-expand-name): Don't trust the return value of
994 bbdb-complete-name.
995 (message-check-news-header-syntax): Remove unused var `start'.
996 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
997 (message-inhibit-body-encoding): Move to before first use.
998 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
999 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1000 (Organization, Message-ID, Date, mh-previous-window-config):
1001 Defvar the vars using dynamic scoping.
1002
1003 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1004
1005 * shr.el (shr-render-td): Only do colours at the final rendering.
1006 Should be slightly faster.
1007 (shr-insert-table): Fix up TD background colours when doing the
1008 vertical padding.
1009
1010 * gnus-art.el (article-date-ut): Protect against articles with no Date
1011 header.
1012 (article-update-date-lapsed): Don't use current-column to find the
1013 horizontal position. It's fragile in the presence of \003 characters.
1014
1015 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1016
1017 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1018
1019 * gnus-art.el (article-transform-date): Rewrite to still work when
1020 there are several rfc2822 parts.
1021 (article-transform-date): Fix infinite recursion.
1022 (article-date-ut): Replace infinitely many Date headers with a single
1023 one when called interactively.
1024
1025 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1026 secure manner.
1027
1028 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1029 move around by not using save-window-excursion. It seems to work...
1030
1031 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
1032
1033 * gnus-art.el (article-make-date-line): Work for user-defined format.
1034
1035 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1036
1037 * nntp.el (nntp-retrieve-group-data-early)
1038 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1039 fetching functions.
1040
1041 * gnus-start.el (gnus-read-active-for-groups): Read the active files
1042 thoroughly for all backends that have no known groups. This should
1043 allow new nnml methods to retrieve mail.
1044
1045 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1046 that Gnus doesn't know exists again.
1047
1048 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1049 (gnus-treat-date-ut): Ditto.
1050 (gnus-article-update-date-header): Rename.
1051 (gnus-treat-date-local): Remove.
1052 (gnus-treat-date-english): Remove.
1053 (gnus-treat-date-lapsed): Remove.
1054 (gnus-treat-date-combined-lapsed): Remove.
1055 (gnus-treat-date-original): Remove.
1056 (gnus-treat-date-iso8601): Remove.
1057 (gnus-treat-date-user-defined): Remove.
1058 (gnus-article-date-headers): New variable to control all the date
1059 header options.
1060 (article-date-ut): Rewrite to allow using the new way to format date
1061 headers(s).
1062
1063 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1064
1065 * nnmail.el (nnmail-article-group): Check for a direct fancy split
1066 method.
1067 (nnmail-article-group): A better test for fanciness.
1068
1069 * nnimap.el (nnimap-request-head): Protect against not finding the
1070 article by Message-ID.
1071
1072 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
1073
1074 * gnus-art.el (article-update-date-lapsed): Try a better way to really
1075 keep point at the "same place".
1076
1077 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1078
1079 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1080 data if the group is unactivated.
1081
1082 2011-01-28 Julien Danjou <julien@danjou.info>
1083
1084 * gnus-win.el: Remove dead function gnus-window-configuration-element.
1085 (gnus-all-windows-visible-p): Remove old compatibility code.
1086 (gnus-window-top-edge): Add docstring.
1087
1088 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1089
1090 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1091
1092 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1093 older request-update-info.
1094
1095 * gnus-art.el (article-make-date-line): Limit the length a bit more.
1096
1097 2011-01-28 Daiki Ueno <ueno@unixuser.org>
1098
1099 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1100 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1101
1102 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1103
1104 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1105 groups. This makes the nndraft:queue group pop up if it's not already
1106 there.
1107
1108 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1109 messages" logic, which was reversed.
1110
1111 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1112 the "same place" even if point is on the line being replaced.
1113 (article-update-date-lapsed): Allow updating both the combined lapsed
1114 and the lapsed headers.
1115 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1116 (article-make-date-line): Limit the number of segments dynamically to
1117 avoid too-long lines.
1118
1119 2011-01-27 Julien Danjou <julien@danjou.info>
1120
1121 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1122 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1123
1124 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1125
1126 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1127 Use plist-get instead of the cl function getf.
1128
1129 2011-01-27 Glenn Morris <rgm@gnu.org>
1130
1131 * gnus-util.el (float-time): Get rid of compiler warning, again.
1132
1133 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1134
1135 * shr.el (shr-put-color): Special-case background colours: Do put them
1136 at the blank parts at the front of the lines.
1137
1138 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1139 exit hook to nix out all data on readedness on group exit.
1140
1141 * gnus-util.el (float-time): If float-time is bound, always use it on
1142 all Emacsen. It's unclear why the subrp check was there.
1143 (time-date): Require to make some autoload issues on XEmacs go away.
1144
1145 * shr.el (shr-put-color): Don't do the box padding in tables, since
1146 they're already padded.
1147
1148 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1149
1150 * gnus-art.el (gnus-article-next-page): When the last line of the
1151 article is displayed, scroll down once more instead of going to the
1152 next article at once.
1153 (article-lapsed-string): Refactor out and allow specifying how many
1154 segments you want.
1155 (gnus-article-setup-buffer): Start updating the lapsed header directly.
1156 (gnus-article-update-lapsed-header): New variable.
1157
1158 * shr.el: Revert change that made headings use different-sized faces.
1159 The Emacs display engine isn't advanced enough that, for instance,
1160 tables can comfortably use differently-sized faces.
1161
1162 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1163
1164 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1165 used.
1166 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1167 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1168 we're using an encrypted connection.
1169
1170 * proto-stream.el: Alter the interface functions to also return the
1171 actual stream type used: network or tls.
1172
1173 2011-01-25 Julien Danjou <julien@danjou.info>
1174
1175 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1176 (mm-display-javascript-inline): New function.
1177
1178 * mm-decode.el (mm-inline-media-tests): Add application/javascript
1179 viewing function.
1180
1181 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
1182
1183 * shr.el (shr-expand-newlines): Fix variable name.
1184
1185 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1186
1187 * shr.el (shr-expand-newlines): Make nested boxes work.
1188
1189 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1190
1191 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1192 backgrounds.
1193 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1194 in a more sensible manner.
1195
1196 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1197
1198 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1199 if EPG is loaded.
1200
1201 2011-01-24 Julien Danjou <julien@danjou.info>
1202
1203 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1204 tags.
1205
1206 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1207
1208 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1209 commands.
1210
1211 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1212 in the article buffer.
1213 (gnus-gravatar-insert): Use blank space from the current buffer to
1214 avoid breaking text properties. This makes X-Sent updating work again.
1215
1216 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1217
1218 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
1219
1220 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1221 fix the bug in url-http.el instead.
1222
1223 * shr.el (shr-image-fetched): Ditto.
1224
1225 * shr.el (shr-image-fetched): Avoid having point move in the article
1226 buffer.
1227
1228 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1229 buffer after being called. It's apparently being killed by url.el, and
1230 killing it made point move to end-of-buffer in a random buffer.
1231
1232 * shr.el (shr-image-fetched): Ditto.
1233
1234 2011-01-23 Julien Danjou <julien@danjou.info>
1235
1236 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1237
1238 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1239 text/x-org.
1240
1241 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1242
1243 * gnus-sum.el (gnus-summary-move-article): Protect against backends
1244 (i.e., nnimap) returning nil as the article number.
1245
1246 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1247
1248 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1249 "DelSp" parameter in RFC3676.
1250
1251 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1252
1253 * message.el (message-check-recipients): Display the encoded version of
1254 the bogus address if they differ.
1255
1256 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1257 after sending.
1258
1259 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1260
1261 * gnus-group.el (gnus-group-refresh-group): New convenience function.
1262
1263 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1264 group buffer after sending the queue.
1265
1266 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1267
1268 2011-01-22 Julien Danjou <julien@danjou.info>
1269
1270 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1271
1272 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1273
1274 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1275 nested related parts.
1276
1277 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1278 unexpired articles. This fixes the regression that led expiry marks to
1279 disappear from nnfolder groups.
1280
1281 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1282
1283 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1284 Don't confuse the "ret" of "retrograde" with RET.
1285
1286 2011-01-21 Julien Danjou <julien@danjou.info>
1287
1288 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1289 than mm-insert-inline.
1290
1291 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
1292
1293 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1294 Widen article buffer.
1295
1296 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1297
1298 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1299 the temp buffer.
1300 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1301
1302 2011-01-20 Julien Danjou <julien@danjou.info>
1303
1304 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1305
1306 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1307 than mm-insert-inline to insert inline part: this respect
1308 mm-inline-media-tests displayers.
1309
1310 * mm-view.el (mm-display-shell-script-inline): New function.
1311
1312 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1313
1314 * mm-uu.el (mm-uu-type-alist): Add org block.
1315 (mm-uu-org-src-code-block-extract): New function.
1316
1317 * mm-view.el (mm-display-org-inline): New function.
1318
1319 * mm-decode.el (mm-automatic-display): Add text/org.
1320
1321 * mailcap.el (mailcap-mime-extensions): Add .org.
1322
1323 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
1324
1325 * gnus-art.el (gnus-article-highlight): Remove argument passed to
1326 gnus-article-add-buttons.
1327
1328 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
1329
1330 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1331 From header with a date and "nobody" as the sender.
1332
1333 2011-01-19 Julien Danjou <julien@danjou.info>
1334
1335 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1336 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1337 if you have the same regexp several times.
1338 (gnus-button-push): Fix matching when regexp is symbol.
1339
1340 2011-01-15 Glenn Morris <rgm@gnu.org>
1341
1342 * message.el (message-mail): A compose-mail function should
1343 accept headers as strings.
1344
1345 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
1346
1347 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1348 Add :vert-only tags.
1349 (message-mail): New arg RETURN-ACTION.
1350 (message-return-action): New var.
1351 (message-bury): Use it.
1352 (message-mode): Make it buffer-local.
1353 (message-send-and-exit): Always call message-bury.
1354
1355 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
1356 message-mail.
1357
1358 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1359
1360 * nnimap.el (nnimap-convert-partial-article): Protect against
1361 zero-length body parts.
1362
1363 * mm-decode.el (mm-preferred-alternative-precedence):
1364 Discourage showing empty parts.
1365
1366 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1367 and stuff if the backend didn't return the article number. This fixes
1368 an Exchange-related nnimap bug.
1369
1370 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1371 group window, because it does the wrong thing when a separate frame
1372 displays the group buffer.
1373
1374 * proto-stream.el (open-protocol-stream): Protect against the low-level
1375 transport functions returning nil.
1376
1377 2011-01-07 Daiki Ueno <ueno@unixuser.org>
1378
1379 * mml2015.el (epg-sub-key-fingerprint): Autoload.
1380 (mml2015-epg-find-usable-secret-key): New function.
1381 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1382 mml2015-epg-find-usable-key (Bug#7797).
1383 (mml2015-epg-encrypt): Ditto.
1384
1385 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1386
1387 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1388
1389 2011-01-03 Glenn Morris <rgm@gnu.org>
1390
1391 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1392
1393 * sieve.el (sieve-open-server): Give a more explicit error if
1394 sieve-manage-open returns nil. (Bug#7720)
1395
1396 2011-01-02 Karl Fogel <kfogel@red-bean.com>
1397
1398 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1399
1400 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1401
1402 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1403 This avoids sending passwords in plain text over non-encrypted
1404 channels.
1405
1406 * shr.el (shr-rescale-image): Display all GIF images as animated images.
1407
1408 * nnimap.el (nnimap-login): Refactored out into own function, and
1409 implement CRAM-MD5.
1410 (nnimap-wait-for-line): Refactored out.
1411
1412 * mm-view.el (mml-smime): Require.
1413
1414 2010-12-20 David Engster <deng@eml.cc>
1415
1416 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1417 use EPG to decrypt S/MIME messages instead of openssl.
1418
1419 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1420
1421 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1422
1423 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1424 status is the group clearly is unreachable.
1425
1426 * auth-source.el (auth-source-create): Add the optional second
1427 parameter to `local-variable-p' to be compatible with XEmacs.
1428
1429 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
1430
1431 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1432 work when using a compressed nnml folder.
1433
1434 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1435
1436 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1437 backends after sanitising on entry, because this never makes sense:
1438 If the articles have gone missing, then the data no longer exists on
1439 the backend, and if they haven't, then Gnus is wrong, and shouldn't
1440 overwrite anything anyway.
1441
1442 * shr.el (shr-insert-document): Bind shr-width dynamically to
1443 window-width if it's nil.
1444
1445 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1446
1447 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1448 with the meaning of using the full emacs window width for rendering.
1449
1450 2010-12-27 Daiki Ueno <ueno@unixuser.org>
1451
1452 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1453 case when sender is not given.
1454
1455 2010-12-23 Julien Danjou <julien@danjou.info>
1456
1457 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1458 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1459 the addresses, otherwise we might misplaced the gravatar.
1460
1461 2010-12-21 Daiki Ueno <ueno@unixuser.org>
1462
1463 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1464 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1465 obsolete in Emacs.
1466
1467 2010-12-20 Julien Danjou <julien@danjou.info>
1468
1469 * gnus-util.el (gnus-rescale-image): Revert last change.
1470
1471 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1472
1473 * gnus-group.el (gnus-group-delete-articles): New command.
1474
1475 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1476
1477 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1478
1479 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1480
1481 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1482 here, since it's up to the backends to do CRLF removal if their
1483 protocol has it.
1484
1485 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1486
1487 2010-12-17 Julien Danjou <julien@danjou.info>
1488
1489 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1490 they are from file. Can also scale up.
1491
1492 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1493
1494 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1495 gnus-use-agent.
1496 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1497
1498 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1499
1500 2010-12-17 Julien Danjou <julien@danjou.info>
1501
1502 * gravatar.el (gravatar-retrieve-synchronously): New function.
1503 (gravatar-get-data): Make more robust.
1504
1505 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1506
1507 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1508 to really consider the last line.
1509
1510 2010-12-16 Daiki Ueno <ueno@unixuser.org>
1511
1512 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1513 list of recipient keys, or use symmetric encryption if not a list.
1514 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1515 EPA override, replacing the call to `netrc-store-data'.
1516
1517 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
1518
1519 * gnus-srvr.el: Avoid passing nil regexp argument to
1520 delete-matching-lines.
1521
1522 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1523
1524 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1525 fetching stops when Gnus exits.
1526
1527 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1528 function.
1529 (nnfolder-request-expire-articles): Save all the buffers after doing
1530 expiry.
1531
1532 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1533 the last article", since that led to serious performance regressions
1534 when expiring nnml groups.
1535
1536 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
1537
1538 * nnir.el: Improve customizations.
1539
1540 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1541
1542 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1543
1544 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1545 group has been killed.
1546 (gnus-group-yank-group): Ditto.
1547
1548 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1549
1550 * nnimap.el (nnimap-request-update-group-status): New function.
1551
1552 * gnus-int.el (gnus-request-update-group-status): New interface
1553 function.
1554
1555 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1556 copying read-ness to the backends.
1557
1558 * nnimap.el (nnimap-quirk): New function.
1559 (nnimap-retrieve-group-data-early): Use it.
1560 (nnimap-quirks): New alist.
1561
1562 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
1563
1564 * shr.el (shr-insert): Set shr-start after deleting trailing space;
1565 don't delete it within indentation.
1566
1567 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1568
1569 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1570 previous line.
1571
1572 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1573
1574 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1575 QRESYNC command by deleting a superfluous space which broke Cyrus
1576 servers. This change will break other servers that are buggy the other
1577 way around.
1578
1579 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
1580
1581 * spam.el: Reindent and fix long lines.
1582 (spam-copy-or-move-routine): Exclude invalid move destinations.
1583
1584 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
1585
1586 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1587 installed the registry.
1588
1589 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1590
1591 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1592 groupname doesn't contain "gmane".
1593
1594 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1595
1596 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1597 (gnus-1): Don't create the nndrafts group twice.
1598 (gnus-setup-news): There's no need to read the active file here, since
1599 that's done again later on a per-backend basis.
1600 (gnus-start-draft-setup): Make sure that the new group is started out
1601 empty.
1602
1603 * gnus-agent.el (gnus-agentize): Don't create the queue group
1604 automatically on startup. It'll be created later, if needed.
1605
1606 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1607 of automatically subscribed groups.
1608 (gnus-auto-subscribed-categories): New variable.
1609 (gnus-matches-options-n): Use it.
1610 (gnus-default-subscribed-newsgroups): Remove unused variable.
1611 (gnus-start-draft-setup): Message a bit less.
1612
1613 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1614
1615 * nnir.el (nnir-run-imap): Return article list in order of increasing
1616 UID.
1617
1618 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1619
1620 * gnus-sum.el (gnus-summary-enter-digest-group):
1621 Mention gnus-auto-select-on-ephemeral-exit.
1622
1623 * proto-stream.el (proto-stream-open-network-only): Fix the calling
1624 convention of the network-only option.
1625
1626 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1627
1628 * proto-stream.el (proto-stream-open-network-only): New function to
1629 have a way to specify non-STARTTLS upgrade connections.
1630
1631 2010-12-10 Julien Danjou <julien@danjou.info>
1632
1633 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1634 email address is nil.
1635
1636 * message.el (message-bogus-recipient-p): Set address to "" if nil.
1637
1638 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
1639
1640 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1641 deletion.
1642 (nnir-run-imap): Only need to parse list once.
1643
1644 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1645
1646 * shr.el (shr-tag-script): Ignore <script>.
1647 (shr-tag-label): Add <label> support.
1648
1649 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
1650
1651 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1652
1653 * shr.el (shr-image-displayer): Work for images lined side by side.
1654
1655 2010-12-08 Robert Pluim <rpluim@gmail.com>
1656
1657 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1658 parameter, since XEmacs doesn't accept t as a parameter.
1659
1660 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
1661
1662 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1663 ids.
1664 (nnir-run-gmane): Simplify groupspec formatting.
1665 (nnir-request-expire-articles): New function.
1666
1667 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1668
1669 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1670 overflow, possibly.
1671
1672 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1673 (shr-render-td): Handle td style="" better.
1674 (shr-tag-table): Use the color from the style sheet.
1675 (shr-render-td): Make sure we copy over all the overlays, too.
1676
1677 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
1678
1679 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1680 (nnir-request-article): Improve article retrieval.
1681
1682 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1683
1684 * mm-util.el (mm-extra-numeric-entities): New variable.
1685
1686 * mm-url.el (mm-url-decode-entities):
1687 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1688
1689 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1690
1691 * message.el: Use completion-at-point.
1692 (message-completion-function): New fun, extracted from message-tab.
1693 (message-mode): Use it for completion-at-point-functions.
1694 (message-tab): Use it and completion-at-point.
1695
1696 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1697
1698 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1699 character if a non-breakable character follows.
1700
1701 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1702
1703 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1704 any stream.
1705
1706 * shr.el (shr-tag-font): Colorize the region.
1707 (shr-tag-body): Ditto.
1708 (shr-tag-font): Actually let the styles be inherited instead of
1709 overwriting them.
1710 (shr-tag-font): Get the background color right.
1711 (shr-tag-style): Ignore all <style> tags for the moment.
1712
1713 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1714 a Message-ID to avoid having nnimap depend on gnus-sum.
1715
1716 * shr.el (shr-descend): Only colorize something if we have a node that
1717 sets colors.
1718
1719 2010-12-06 Julien Danjou <julien@danjou.info>
1720
1721 * shr.el (shr-render-td): Render td content with shr-descend, so style
1722 will be applied to <td> too.
1723 (shr-colorize-region): Colorize region even if we only have a background.
1724 (shr-tag-body): Fix color and background color inheritance.
1725 Do not recolorize after shr-generic.
1726 (shr-tag-font): Let shr-generic colorize via inheritance.
1727
1728 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1729
1730 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1731
1732 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
1733
1734 * nnir.el (nnir-request-move-article): Remove obsolete code.
1735
1736 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1737
1738 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1739
1740 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1741
1742 * gnus-sum.el (gnus-summary-respool-article): The completion function
1743 expects a list instead of an alist.
1744
1745 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1746 string as the parameter.
1747
1748 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1749
1750 * shr.el (shr-stylesheet): New dynamic variable for cascading the
1751 styles.
1752 (shr-colorize-region): New function.
1753 (shr-insert-background-overlay): Remove.
1754 (shr-render-td): Background setting should be taken care of on a higher
1755 level.
1756 (shr-tag-body): Use post-hoc colorizations.
1757 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1758 (shr-put-color-1): Don't overwrite old colors.
1759 (shr-colorize-region): When the background color isn't explicit, use
1760 a fixed background.
1761
1762 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1763 nnmail variables.
1764
1765 2010-12-05 Bjørn Mork <bjorn@mork.no>
1766
1767 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1768 unless necessary.
1769
1770 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
1771
1772 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1773 server.
1774
1775 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1776
1777 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1778 so that TAB works.
1779
1780 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1781 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1782
1783 * shr.el (shr-urlify): Show the URL before the title to avoid
1784 misleading URLs.
1785
1786 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
1787
1788 * shr.el (shr-urlify): Display the title in <a> tags.
1789
1790 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
1791
1792 * nnir.el (nnir-categorize): Replace mapcar with mapc.
1793
1794 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
1795
1796 * nnir.el: Rearrange code to allow macros to be autoloaded by
1797 gnus-sum.el.
1798 (nnir-retrieve-headers-override-function): Make this variable
1799 customizable.
1800 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1801
1802 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1803 from nnir.el.
1804
1805 2010-12-03 Julien Danjou <julien@danjou.info>
1806
1807 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1808
1809 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1810
1811 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1812 allow optional argument `environment'.
1813
1814 2010-12-03 Glenn Morris <rgm@gnu.org>
1815
1816 * mm-extern.el (message-goto-body): Update declaration.
1817
1818 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1819
1820 * gnus-util.el (gnus-macroexpand-all): New function.
1821
1822 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1823 instead of macroexpand-all that is unavailable in XEmacs.
1824
1825 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
1826
1827 * nnir.el (nnir-summary-line-format): New variable.
1828 (nnir-mode): Use it.
1829 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1830 (nnir-article-ids): Reimplement as defsubst.
1831 (nnir-retrieve-headers): Don't mangle the subject header.
1832 (nnir-run-imap): Use 100 as RSV score.
1833 (nnir-run-find-grep): Fix for full server searching.
1834 (nnir-run-gmane): Better restriction to gmane groups.
1835
1836 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1837 summary buffers.
1838
1839 2010-12-02 Julien Danjou <julien@danjou.info>
1840
1841 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1842
1843 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1844
1845 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1846 support.
1847
1848 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
1849
1850 * nnir.el: Update to handle the registry better.
1851 (autoload): Silence byte-compiler.
1852 (nnir-open-server): Add a hook for nnir groups.
1853 (nnir-request-move-article): Don't mangle the header. Better to use
1854 formating variables (which will be added in the future).
1855 (nnir-registry-action): Update the registry using the original article
1856 group name.
1857 (nnir-mode): Install nnir-specific hooks for updating the registry.
1858
1859 * gnus-sum.el
1860 (gnus-article-original-subject,gnus-newsgroup-original-name):
1861 Remove obsolete variables.
1862 (gnus-summary-move-article): Remove use of obsolete variables.
1863 (gnus-summary-local-variables): Make move and delete hooks local to
1864 summary buffers.
1865
1866 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1867
1868 * rtree.el: New file.
1869
1870 2010-12-01 Julien Danjou <julien@danjou.info>
1871
1872 * message.el (message-user-organization): Do not use
1873 gnus-local-organization.
1874
1875 * gnus.el: Remove gnus-local-organization.
1876
1877 * gnus-msg.el: Remove nastygram thing.
1878
1879 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
1880
1881 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1882 funcall.
1883
1884 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
1885
1886 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1887 names.
1888
1889 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1890 characters.
1891
1892 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1893 to t of inhibit-read-only since it is inside gnus-with-article-headers.
1894 Suggested by Štěpán Němec <stepnem@gmail.com>.
1895 (gnus-gravatar-transform-address): Use mail-extract-address-components
1896 that supports non-ASCII names rather than mail-header-parse-addresses.
1897
1898 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1899
1900 * proto-stream.el (open-protocol-stream): All starttls connections are
1901 handled by the network handler.
1902
1903 2010-11-30 Julien Danjou <julien@danjou.info>
1904
1905 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1906 (nnimap-open-connection-1): Fix PREAUTH.
1907
1908 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1909
1910 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1911
1912 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1913 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1914 (shr-insert): Use them.
1915 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1916
1917 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
1918
1919 * nnir.el (nnir-request-move-article): Bail out if original group
1920 doesn't support article moves.
1921 (nnir-get-active): Improve active list retrieval.
1922
1923 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1924
1925 * shr.el (shr-find-fill-point): Don't break before apostrophes.
1926
1927 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
1928
1929 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1930 seem to accept strings-with-numbers as port numbers,
1931
1932 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
1933
1934 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1935 change the registry.
1936
1937 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
1938
1939 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1940 delete-dups that is not available in XEmacs 21.4.
1941
1942 * mm-util.el (mm-delete-duplicates): Add comment.
1943
1944 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
1945
1946 * nnir.el (nnir-ignored-newsgroups): New variable.
1947 (nnir-get-active): Use it.
1948
1949 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1950
1951 * proto-stream.el (proto-stream-open-network): Add some comments.
1952
1953 * nntp.el (nntp-open-connection): Provide a :success condition.
1954
1955 * nnimap.el (nnimap-open-connection-1): Ditto.
1956
1957 * proto-stream.el (proto-stream-open-network): See what the response to
1958 the STARTTLS command is.
1959
1960 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1961 backwards compatibility).
1962 (nnimap-open-connection-1): Really respect nnimap-server-port.
1963
1964 * proto-stream.el (proto-stream-open-network): When doing opportunistic
1965 TLS upgrades we don't really care about the identity of the peer.
1966 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1967 that what we've checked for.
1968 (proto-stream-always-use-starttls): Only default to t if
1969 open-gnutls-stream exists.
1970 (proto-stream-open-network): If STARTTLS failed, then just open a
1971 normal connection.
1972 (proto-stream-open-network): Wait until the greeting before doing
1973 STARTTLS.
1974
1975 * nntp.el (nntp-open-connection): Report what the connection error is.
1976
1977 * proto-stream.el (open-protocol-stream): Rename from
1978 open-proto-stream.
1979
1980 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1981
1982 * nnimap.el (nnimap-stream): Change default to `undecided'.
1983 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1984 first, and then network.
1985 (nnimap-open-connection-1): Respect nnimap-server-port.
1986 (nnimap-open-connection): Be more backwards-compatible.
1987
1988 * proto-stream.el (proto-stream-always-use-starttls): New variable.
1989 (proto-stream-open-starttls): De-duplicate the starttls code.
1990 (proto-stream-open-starttls): Folded back into the main function.
1991 (proto-stream-open-network): Fix typo in the gnutls path.
1992 (proto-stream-command): Refactor out.
1993
1994 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1995
1996 * proto-stream.el (proto-stream-open-starttls): Actually implement the
1997 starttls.el STARTTLS.
1998
1999 * color.el (color-lab->srgb): Fix function call name.
2000
2001 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2002 if we're using tls.el.
2003 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2004 built in, then don't try to establish a STARTTLS connection.
2005
2006 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2007 servers.
2008
2009 * proto-stream.el (open-proto-stream): Use network, not stream.
2010 (open-proto-stream): Add a way to specify what the end of a command is.
2011
2012 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2013 connections types.
2014 (nntp-open-network-stream): Remove.
2015 (nntp-open-ssl-stream): Remove.
2016 (nntp-open-tls-stream): Remove.
2017 (nntp-ssl-program): Remove.
2018
2019 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2020
2021 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
2022
2023 * nnir.el: Fix typos.
2024 (nnir-retrieve-headers-override-function): Rename variable to reflect
2025 new semantics.
2026 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2027 macros.
2028 (nnir-request-article, nnir-request-move-article): Use them.
2029 (nnir-categorize): New function.
2030 (nnir-run-query): Use it.
2031 (nnir-retrieve-headers): Rewrite to batch header retrieval.
2032 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2033 sorted.
2034 (nnir-group-full-name): Use gnus-group-full-name instead.
2035 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2036 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2037
2038 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2039
2040 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2041
2042 * proto-stream.el: New library to provide protocol-specific
2043 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2044 protocols.
2045 (open-proto-stream): Complete the documentation.
2046 (proto-stream-open-network): Fix some typos.
2047
2048 * nnimap.el (nnimap-open-connection): Use it.
2049
2050 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
2051
2052 * pop3.el (pop3-open-server): Read server greeting before starting TLS
2053 negotiation.
2054
2055 2010-11-26 Julien Danjou <julien@danjou.info>
2056
2057 * color.el: Rename various rgb functions to srgb.
2058
2059 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2060
2061 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2062 names.
2063
2064 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
2065
2066 * shr.el (shr-insert): Revert last change.
2067 (shr-find-fill-point): Never leave point being at bol;
2068 relax the kinsoku limitation when rendering tables.
2069
2070 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2071
2072 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2073 results from -accept-article.
2074
2075 * shr-color.el: Require cl when compiling.
2076
2077 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2078 checkin.
2079
2080 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2081
2082 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2083
2084 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2085 'add and 'delete to set backend marks.
2086
2087 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2088
2089 * nnheader.el (nnheader-update-marks-actions): Refactor out.
2090
2091 * nntp.el (nntp-request-set-mark): Use it.
2092
2093 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2094
2095 * nnml.el (nnml-request-set-mark): Ditto.
2096
2097 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2098 introduces regressions in article selection.
2099 (nnimap-find-uid-response): New function.
2100 (nnimap-request-accept-article): Use the UID returned, if any.
2101 (nnimap-request-move-article): Use the UID returned, if any.
2102 (nnimap-get-groups): Reimplement to work with folded lines.
2103 (nnimap-find-uid-response): The UID is the last element in the list.
2104 (nnimap-request-set-mark): Extend syntax with 'set.
2105
2106 * nnml.el (nnml-request-set-mark): Ditto.
2107
2108 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2109
2110 * nntp.el (nntp-request-set-mark): Ditto.
2111
2112 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2113
2114 * message.el (message-called-interactively-p): A temporary macro.
2115 (message-goto-body): Use it temporarily.
2116
2117 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2118
2119 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2120 (nnimap-last-response-string): Unfold quoted lines, if they exist.
2121 (nnimap-last-response-string): Fix last unfolding fix.
2122
2123 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2124
2125 * shr.el (shr-insert): Fix the way to fold lines.
2126
2127 2010-11-25 Julien Danjou <julien@danjou.info>
2128
2129 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2130
2131 * color.el: Rename from color-lab.el
2132 (color-rgb->hex): Add.
2133 (color-complement): Add.
2134 (color-complement-hex): Add.
2135
2136 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2137
2138 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2139
2140 * shr-color.el (shr-color-visible): Don't bug out if the colour names
2141 don't exist.
2142
2143 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2144
2145 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2146 assuming that article displaying or another mml-preview may be
2147 interrupted for an error or for the like.
2148
2149 * shr.el (shr-get-background): Fix argument name.
2150
2151 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2152
2153 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2154
2155 * gnus-sum.el (gnus-summary-include-articles): New function.
2156
2157 * message.el (message-goto-body): called-interactively-p needs a
2158 parameter, so use `any'.
2159
2160 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2161 clear marks before moving, since they're synced from the Gnus side
2162 first.
2163
2164 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2165 (gnus-summary-move-article): Copy over all marks before moving, so that
2166 IMAP doesn't think a new article has arrived.
2167
2168 2010-11-24 Julien Danjou <julien@danjou.info>
2169
2170 * shr.el (shr-insert-background-overlay): Fix typo.
2171 (shr-render-td): Copy the background before rendering.
2172
2173 * shr-color.el (shr-color-visible): Fix docstring.
2174
2175 * shr.el (shr-tag-table): Add bgcolor support.
2176 (shr-render-td): Add bgcolor support.
2177 (shr-get-background): Add.
2178 (shr-insert-foreground-overlay): Use shr-get-background.
2179
2180 * message.el (message-goto-body): Use called-interactively-p.
2181 (message-in-body-p): message-goto-body returns point.
2182
2183 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2184
2185 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
2186 Fixes something or other in Emacs 23, and is backwards compatible.
2187
2188 * message.el (message-goto-body): Remove the <#secure special-casing,
2189 which is too special.
2190
2191 * shr.el (shr-parse-style): Drop !important from styles.
2192
2193 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
2194
2195 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2196 this function to return incorrect results when calling it with an
2197 explicit article argument different from
2198 (gnus-summary-article-number).
2199
2200 2010-11-24 Julien Danjou <julien@danjou.info>
2201
2202 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2203 (shr-tag-body): Add background support.
2204 (shr-descend): Add background support.
2205 (shr-tag-title): Add.
2206
2207 * shr-color.el (shr-color-visible): Really return original background
2208 if fixed.
2209
2210 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2211
2212 * shr.el (shr-color-check): Protect against non-existent colour names.
2213
2214 2010-11-24 Julien Danjou <julien@danjou.info>
2215
2216 * color-lab.el: Require 'cl when compiling.
2217
2218 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2219
2220 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2221 matched part.
2222
2223 * color-lab.el: Fix all expt calls to use float type.
2224
2225 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
2226
2227 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2228 expression to shr-color-check as is.
2229
2230 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2231
2232 * color-lab.el: Add coding cookie.
2233 (float-pi): Use eval-and-compile.
2234
2235 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2236
2237 * shr.el (shr-insert-color-overlay): Split stuff like
2238 "#444444 !important" to find the real colour.
2239 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2240 parse <font color="red"> entries.
2241
2242 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
2243
2244 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
2245 point when parsing headers.
2246
2247 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
2248 is positioned properly when parsing headers.
2249
2250 2010-11-23 Julien Danjou <julien@danjou.info>
2251
2252 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2253
2254 * shr-color.el (shr-color->hexadecimal): Add support for color names.
2255
2256 * shr.el (shr-parse-style): Replace \n with space in style parsing.
2257
2258 * shr-color.el (shr-color-hsl-to-rgb-fractions):
2259 Use shr-color-hue-to-rgb.
2260 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2261
2262 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2263
2264 * shr.el (shr-color->hexadecimal): Autoload.
2265 (shr-descend): Add color to all tags.
2266
2267 2010-11-22 Julien Danjou <julien@danjou.info>
2268
2269 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2270 shr-color->hexadecimal.
2271
2272 * shr-color.el (shr-color->hexadecimal): Add converting functions for
2273 RGB() or HSL() color representation.
2274
2275 * shr.el (shr-tag-font): Add.
2276 (shr-tag-color-check): New function to get better colors.
2277 (shr-tag-insert-color-overlay): Factorize code between tag-font and
2278 tag-span.
2279
2280 * shr-color.el: New file.
2281
2282 * color-lab.el: New file.
2283
2284 * gnus-art.el (gnus-url-mailto): Do not downcase args.
2285
2286 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
2287
2288 * nnir.el: Fix typo in comments.
2289 (nnir-run-imap): Simplify code. No need to reverse artlist.
2290 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2291
2292 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2293
2294 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2295
2296 * nnimap.el (nnimap-get-capabilities): Refactor out.
2297 (nnimap-open-connection): Re-request capabilities after STARTTLS.
2298
2299 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
2300
2301 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2302 appearing when `mm-uu-hide-markers' is nil.
2303
2304 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2305
2306 * nnimap.el (nnimap-unselect-group): Make into its own function.
2307 (nnimap-request-rename-group): Unselect group before renaming.
2308 This had gotten lost somewhere.
2309 (nnimap-request-accept-article): Keep track of examined groups, and
2310 unselect the group before APPENDing to read-only groups.
2311 (nnimap-request-move-article): Clear flags before moving so that they
2312 can be re-set later.
2313
2314 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
2315
2316 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2317 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2318
2319 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2320
2321 * gnus-art.el (gnus-mime-display-single)
2322 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2323 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2324 parameter.
2325
2326 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2327
2328 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2329 (shr-table-vertical-line): New variable.
2330 (shr-insert-table): Use it.
2331
2332 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2333
2334 * gnus-html.el (gnus-html-wash-images): Don't display images if
2335 gnus-inhibit-images is non-nil; register displayer for cid images.
2336 (gnus-html-display-image): Work for cid image.
2337 (gnus-html-insert-image): Allow arguments.
2338 (gnus-html-put-image): Inhibit read-only.
2339 (gnus-html-prefetch-images): Don't prefetch images if
2340 gnus-inhibit-images is non-nil.
2341
2342 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2343
2344 * shr.el (shr-put-image): Break lines when inserting big pictures.
2345
2346 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2347
2348 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2349 sender, thanks Katsumi Yamaoka.
2350
2351 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
2352
2353 * nnir.el (nnir-run-imap): Reverse the article list for each group
2354 rather than the whole list.
2355
2356 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
2357
2358 * shr.el (shr-image-displayer): Protect function against non-existent
2359 image source.
2360
2361 * gnus-art.el (gnus-inhibit-images): New user option.
2362 (gnus-mime-display-single): Don't display image if it is non-nil.
2363
2364 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2365 gnus-inhibit-images.
2366
2367 * shr.el (shr-image-displayer): New function.
2368 (shr-tag-img): Use it.
2369
2370 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2371
2372 * mml2015.el (mml2015-epg-sign): Use From header.
2373
2374 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2375
2376 * gnus-html.el (gnus-html-wash-images): Register a displayer.
2377
2378 * gnus-util.el (gnus-find-text-property-region): Return markers.
2379
2380 * shr.el (shr-tag-img): Put a displayer in the text property.
2381
2382 * gnus-util.el (gnus-find-text-property-region): New utility function.
2383
2384 * gnus-html.el (gnus-html-display-image): Make the alt optional.
2385 (gnus-html-show-images): Remove.
2386
2387 * gnus-art.el (gnus-article-show-images): New, more general function.
2388
2389 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2390 image url text properties.
2391
2392 * shr.el: Ditto.
2393
2394 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2395 gnus-agent-auto-agentize-methods is set. Which it isn't.
2396
2397 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2398
2399 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2400 work for two or more articles.
2401
2402 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2403
2404 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2405 divide an image that's in an html article to two or more when washing
2406 non-ASCII characters in alt text of it.
2407
2408 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2409
2410 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2411 smime-decrypt-region using function argument.
2412 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2413
2414 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2415
2416 * smime.el (smime-decrypt-region): Catch it.
2417
2418 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2419
2420 * smime.el (smime-mode-map): Move initialization into declaration.
2421 (gnus-run-mode-hooks): Don't autoload.
2422 (smime-mode): Use define-derived-mode.
2423
2424 2010-11-11 Glenn Morris <rgm@gnu.org>
2425
2426 * smime.el (from): Restrict declaration to XEmacs.
2427
2428 * nnir.el (gnus-group-topic-name): Autoload.
2429
2430 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2431
2432 * shr.el (shr-insert): Don't break long line if it is because of
2433 kinsoku-bol characters in the line end.
2434
2435 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
2436
2437 * nnir.el (nnir-request-move-article): Fix to provide original group
2438 and subject.
2439 (nnir-warp-to-article): Don't fail on articles whose headers haven't
2440 been retrieved.
2441
2442 * gnus-sum.el (gnus-summary-move-article): Use original group and
2443 subject for virtual articles such as those in an nnir summary buffer.
2444
2445 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2446
2447 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2448 least 21.5).
2449
2450 * smime.el (from): Declare it again for XEmacs.
2451
2452 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2453
2454 * message.el (message-resend): Don't disable encoding unless it's
2455 already encoded.
2456
2457 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2458 low-numbered articles.
2459
2460 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2461
2462 * rfc2047.el (rfc2047-syntax-table): Simplify.
2463
2464 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2465 set-char-table-range for XEmacs.
2466
2467 2010-11-10 Glenn Morris <rgm@gnu.org>
2468
2469 * smime.el (from): Remove unused declaration.
2470
2471 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2472 (gnus-float-time): On Emacs, always an alias.
2473
2474 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2475 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2476
2477 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2478
2479 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2480
2481 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2482
2483 * shr.el (browse-url-mailto): Autoload.
2484
2485 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2486
2487 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2488 regexp doesn't need quoting.
2489
2490 2010-11-09 Sven Joachim <svenjoac@gmx.de>
2491
2492 * message.el (message-subject-trailing-was-ask-regexp)
2493 (message-subject-trailing-was-regexp): Match was: in addition to was.
2494
2495 2010-11-09 Glenn Morris <rgm@gnu.org>
2496
2497 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2498 (nnbabyl-check-mbox): Use point-at-bol.
2499
2500 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2501
2502 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2503
2504 * message.el (message-mailto): New function.
2505 (message-mailto): Should accept other parameters.
2506 (message-mailto): Remove since it duplicates browse-url-mailto
2507 functionality.
2508
2509 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2510
2511 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2512 methods.
2513 (gnus-read-active-file): Ditto.
2514
2515 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2516 ": " from the prompt.
2517 (gnus-group-make-group): Ditto.
2518
2519 2010-11-07 Glenn Morris <rgm@gnu.org>
2520
2521 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2522 (gnus-bookmark-kill-line): Use point-at-eol.
2523
2524 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
2525
2526 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2527 asterisks in From header.
2528
2529 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2530
2531 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2532 string to avoid making the From headers syntactically invalid.
2533
2534 * message.el (message-send-mail): Don't insert courtesy messages if the
2535 message already has List-Post and List-ID messages.
2536
2537 2010-11-06 Glenn Morris <rgm@gnu.org>
2538
2539 * gnus-art.el (gnus-treat-article): Give dynamic local variables
2540 `condition', `type', `length' a prefix.
2541 (gnus-treat-predicate): Update for above name changes.
2542
2543 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
2544
2545 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2546 binding. Handled by `gnus-summary-refer-thread' instead.
2547 (nnir-warp-to-article): New backend function.
2548
2549 * nnimap.el (nnimap-request-thread): Force dependency updating.
2550
2551 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2552 (gnus-summary-refer-thread): Rework to improve thread-referral.
2553
2554 * gnus-int.el (gnus-warp-to-article): New function.
2555
2556 * gnus-sum.el (gnus-summary-article-map): Bind it.
2557
2558 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
2559
2560 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2561 gnus-summary-refer-thread.
2562
2563 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2564 headers.
2565 (gnus-summary-limit-include-thread): Prevent articles in thread from
2566 being cut in gnus-cut-threads.
2567 (gnus-summary-refer-thread): Limit retrieved headers to those in
2568 thread.
2569
2570 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2571
2572 * message.el (message-send-mail): Use the value of
2573 message-courtesy-message from the message buffer.
2574
2575 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2576
2577 * shr.el (shr-browse-url): Implement mailto: URLs.
2578
2579 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2580 "raw".
2581
2582 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2583 if it's already selected.
2584
2585 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2586
2587 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
2588
2589 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2590 to measure the length and truncate alt text.
2591
2592 2010-11-03 Glenn Morris <rgm@gnu.org>
2593
2594 * nndiary.el (nndiary-generate-nov-databases-1)
2595 (nndiary-generate-active-info): Rename dynamic variable `files' to
2596 something less generic.
2597
2598 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
2599
2600 * nnir.el (nnir-request-move-article): Call the underlying backend to
2601 move articles from nnir.
2602
2603 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2604
2605 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2606
2607 2010-11-02 Julien Danjou <julien@danjou.info>
2608
2609 * nnir.el: Remove wais support.
2610
2611 2010-11-02 Glenn Morris <rgm@gnu.org>
2612
2613 * gnus-html.el: Reorder requirements to quieten compiler.
2614
2615 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2616
2617 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2618 properly for XEmacs as well.
2619 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2620 (gnus-article-natural-long-line-p): Use window-width rather than
2621 frame-width.
2622
2623 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
2624
2625 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
2626 (nnir-read-parms): Don't modify query.
2627 (nnir-run-query): Add ability to search topic on current line.
2628 (nnir-get-active): Clean up.
2629
2630 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2631
2632 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2633 degenerate articles.
2634
2635 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2636 (gnus-print-buffer): Just print the buffer as is, without any copying
2637 to a buffer and then re-highlighting.
2638
2639 * nnimap.el (nnimap-request-group): Store the new updated info.
2640 (nnimap-request-group): Select the group when we don't know whether it
2641 exists or not.
2642
2643 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2644 groups.
2645
2646 * gnus-group.el (gnus-group-find-new-groups): Display all the new
2647 groups.
2648
2649 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2650 groups.
2651
2652 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2653 long-lines case by only filling the long lines.
2654
2655 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2656 (bug #7311).
2657
2658 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2659
2660 * shr.el: No need to declare `declare-function' since shr.el is for
2661 only Emacsen that provide `libxml-parse-html-region'.
2662
2663 2010-11-01 Glenn Morris <rgm@gnu.org>
2664
2665 * mm-util.el (gnus-completing-read): Autoload.
2666 (mm-read-coding-system): Simplify Emacs definition.
2667
2668 * nnmail.el (gnus-activate-group):
2669 * nnimap.el (gnutls-negotiate):
2670 * nntp.el (netrc-parse): Fix declarations.
2671
2672 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2673
2674 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2675 string-match-p in Emacs >=23.
2676
2677 * gnus-msg.el (gnus-configure-posting-styles)
2678 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2679
2680 2010-11-01 Glenn Morris <rgm@gnu.org>
2681
2682 * nnir.el (declare-function): Add compat stub.
2683 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2684 (nnir-run-gmane): Require 'mm-url.
2685
2686 * mm-util.el (mm-string-to-multibyte): Simplify.
2687
2688 * shr.el (declare-function): Add compat stub.
2689 (url-cache-create-filename): Declare.
2690 (mm-disable-multibyte, widget-convert-button): Autoload.
2691
2692 * smime.el (ldap-search): Declare.
2693 (smime-cert-by-ldap-1): Require ldap on Emacs.
2694
2695 * nnimap.el: Require nnmail, and gnus-sum when compiling.
2696 (nnimap-keepalive): Use gnus-float-time.
2697
2698 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2699 (mail-source-delete-crash-box): Use gnus-float-time.
2700
2701 * gnus-dired.el (gnus-completing-read): Autoload.
2702
2703 * mm-view.el (gnus-rescale-image): Autoload.
2704
2705 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2706
2707 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2708
2709 * sieve-manage.el: Require 'cl when compiling.
2710
2711 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2712 (gnus-iswitchb-completing-read): Require iswitchb.
2713 (gnus-select-frame-set-input-focus): Silence compiler.
2714
2715 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2716
2717 * message.el (message-subject-trailing-was-query): Change default to t,
2718 since I think that's what most people want.
2719
2720 * nnimap.el (nnimap-request-accept-article): Erase buffer before
2721 appending for easier debugging.
2722 (nnimap-wait-for-connection): Take a regexp.
2723 (nnimap-request-accept-article): Wait for the continuation line before
2724 sending anything unless we're streaming.
2725
2726 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2727 leave the header washing to take place.
2728
2729 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2730
2731 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2732 regular expression match and replace in posting styles.
2733
2734 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
2735
2736 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2737 an entire server.
2738 (nnir-get-active): New function.
2739 (nnir-run-imap): Use it.
2740 (nnir-run-gmane): Who knew, gmane search returns an article score!
2741
2742 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2743 server on the current line with nnir.
2744
2745 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2746
2747 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2748 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2749 left edge.
2750 (gnus-article-foldable-buffer): Skip past the prefix when determining
2751 raggedness.
2752
2753 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2754 the raw article, and change `C-u g' to show the article without doing
2755 treatments.
2756
2757 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2758 on to `gnus-treat-article'.
2759 (gnus-inhibit-article-treatments): New variable.
2760
2761 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2762
2763 * gnus-art.el (gnus-treatment-function-alist): Have
2764 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2765 (gnus-treat-fill-long-lines): Change default to fill all text/plain
2766 sections.
2767
2768 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2769 parameter.
2770 (gnus-article-fill-cited-long-lines): New function.
2771 (gnus-article-fill-cited-article): Allow filling only long sections.
2772
2773 * shr.el (shr-find-fill-point): Don't break lines between punctuation
2774 and non-punctuation (like after the apostrophe in "'We").
2775
2776 * gnus-sum.el (gnus-summary-select-article): Make sure
2777 gnus-original-article-buffer is alive.
2778
2779 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2780 reflect the order they're in in the digest.
2781
2782 * gnus.el (gnus-group-startup-message): Move point to the start of the
2783 buffer.
2784
2785 * nnimap.el (nnimap-capability): New function.
2786 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2787 is set.
2788
2789 2010-10-31 David Engster <dengste@eml.cc>
2790
2791 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2792 conform with changes to gnus-completing-read.
2793
2794 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2795
2796 * shr.el (shr-tag-img): Output "*" instead of "[img]".
2797
2798 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
2799
2800 * nnir.el: Move defvar, defcustom around to keep file organized
2801 and keep byte-compiler quiet.
2802 (nnir-read-parms): Accept search-engine as arg.
2803 (nnir-run-query): Pass search-engine as arg.
2804 (nnir-search-engine): Remove.
2805
2806 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2807
2808 * shr.el (shr-generic): The text nodes should be text, not :text.
2809
2810 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2811 later in the file.
2812
2813 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
2814
2815 * nnir.el: General clean up. Allow searching with multiple engines.
2816 Allow separate extra-parameters for each engine.
2817 Batch queries when possible.
2818 (nnir-imap-default-search-key,nnir-method-default-engines):
2819 Add customize interface.
2820 (nnir-run-gmane): New engine.
2821 (nnir-engines): Use it. Qualify all prompts with engine name.
2822 (nnir-search-engine): Remove global variable.
2823 (nnir-run-hyrex): Restore for now.
2824 (nnir-extra-parms,nnir-search-history): New variables.
2825 (gnus-group-make-nnir-group): Use them.
2826 (nnir-group-server): Remove in favor of gnus-group-server.
2827 (nnir-request-group): Avoid searching twice.
2828 (nnir-sort-groups-by-server): New function.
2829
2830 2010-10-30 Julien Danjou <julien@danjou.info>
2831
2832 * gnus-group.el: Remove gnus-group-fetch-control.
2833
2834 * gnus-start.el (gnus-find-new-newsgroups):
2835 Remove gnus-check-first-time-used.
2836
2837 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2838
2839 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
2840
2841 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2842 set on groups that don't have \* permanentflags.
2843
2844 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2845
2846 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2847 control the background color.
2848 (shr-tag-img): Ignore very small web bug type images.
2849 (shr-put-image): Add help-echo alt texts to the images.
2850 (shr-tag-video): Show the video poster image.
2851
2852 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2853
2854 * shr.el (shr-table-depth): New variable.
2855 (shr-tag-table-1): Only insert the images after the top-level table.
2856
2857 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2858
2859 * gnus-util.el (gnus-list-memq-of-list): New function.
2860
2861 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2862 selected.
2863 (nnimap-unsplittable-articles): New slot.
2864 (nnimap-new-articles): Use it.
2865
2866 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
2867
2868 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2869 move to the previous line on `M-g'.
2870
2871 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2872
2873 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2874 *-request-group, which seems unnecessary.
2875
2876 * nnimap.el (nnimap-quote-specials): Function copied over from
2877 imap.el.
2878 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2879 they support that. Suggested by Tom Regner.
2880
2881 2010-10-29 Julien Danjou <julien@danjou.info>
2882
2883 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2884 defalias.
2885 (gnus-summary-delete-marked-with): Remove obsolete defalias.
2886
2887 * gnus.el: Remove `gnus-nntp-service' variable.
2888 (gnus-secondary-servers): Make obsolete.
2889 (gnus-nntp-server): Make obsolete.
2890
2891 * gnus-start.el (gnus-1): Remove x-splash calls.
2892
2893 * gnus-ems.el (gnus-x-splash): Remove.
2894
2895 * gnus.el (gnus-group-startup-message): Simplify/update code.
2896
2897 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2898 capability before doing anything.
2899 (gnus-group-insert-group-line): Remove useless
2900 gnus-group-remove-excess-properties.
2901
2902 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
2903
2904 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2905
2906 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2907
2908 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2909 config after reselecting.
2910
2911 2010-10-28 Julien Danjou <julien@danjou.info>
2912
2913 * shr.el (shr-put-image): Use point even if only inserting text.
2914 (shr-put-image): Save excursion when inserting alt text on non-graphic
2915 display, so the behaviour is the same when we are on a graphic display.
2916
2917 * nnir.el (nnir-run-swish-e): Remove hyrex support.
2918
2919 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2920
2921 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2922 (gnus-mime-copy-part): Check coding system, not charset.
2923 (gnus-mime-view-part-externally): Never remove part.
2924 (gnus-mime-view-part-internally): Don't remove part here.
2925 (gnus-article-part-wrapper): Make sure MIME tag is visible.
2926 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2927 multipart/alternative.
2928
2929 * mm-decode.el (mm-display-part): Take optional arg `force'.
2930
2931 2010-10-26 Julien Danjou <julien@danjou.info>
2932
2933 * gnus-group.el (gnus-group-default-list-level): Add this function to
2934 compute the default list level.
2935 (gnus-group-default-list-level): Add possibility to use a function.
2936
2937 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
2938
2939 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2940
2941 * gnus-group.el (gnus-group-completing-read)
2942 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2943 gnus-replace-in-string.
2944
2945 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
2946
2947 * shr.el (shr-tag-div): Add.
2948
2949 2010-10-25 Julien Danjou <julien@danjou.info>
2950
2951 * gnus-util.el: Remove `gnus-with-local-quit'.
2952
2953 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2954
2955 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2956
2957 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2958 the original article buffer.
2959
2960 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2961
2962 * nnimap.el (nnimap-request-head): New function.
2963 (nnimap-request-move-article): Try to be slighly faster by not
2964 requesting the entire message when moving.
2965 (nnimap-transform-headers): Don't bug out on bodiless articles.
2966 (nnimap-send-command): Have no outstanding messages if the IMAP server
2967 doesn't support streaming.
2968 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2969
2970 2010-10-24 Julien Danjou <julien@danjou.info>
2971
2972 * message.el (message-default-headers): Fix type.
2973
2974 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2975
2976 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2977 prefetching images.
2978
2979 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2980 backend for unknown groups. This is mainly useful for nnimap groups.
2981
2982 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2983 group isn't covered by the agent.
2984
2985 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
2986
2987 * nnir.el (nnir-method-default-engines): New variable.
2988 (nnir-run-query): Use it.
2989 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2990 (gnus-summary-nnir-goto-thread): Change group if needed.
2991
2992 * gnus-group.el (gnus-group-group-map): Add key binding for
2993 gnus-group-make-nnir-group.
2994
2995 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2996
2997 * shr.el (shr-tag-object): Add.
2998
2999 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3000 original article buffer live.
3001 (gnus-summary-select-article-buffer):
3002 Mention gnus-widen-article-buffer.
3003
3004 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3005
3006 * shr.el (shr-tag-strong): Add.
3007
3008 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3009
3010 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3011 group names. They mess up the group buffer badly.
3012
3013 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3014
3015 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3016 instead of the summary one.
3017
3018 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
3019
3020 * mml.el (mml-preview): Work properly when editing article.
3021
3022 * gnus-start.el (gnus-read-active-file-1): Don't add method to
3023 gnus-have-read-active-file if it's already been in.
3024
3025 2010-10-22 Tom Tromey <tromey@redhat.com>
3026
3027 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3028 gnus-group-completing-read.
3029
3030 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031
3032 * message.el (message-mode-map): Don't bind M-; to comment region, to
3033 allow the global comment-dwim to work.
3034
3035 2010-10-21 Julien Danjou <julien@danjou.info>
3036
3037 * message.el (message-setup-1): Allow message-default-headers to be a
3038 function.
3039
3040 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3041
3042 * shr.el (shr-tag-table): Simplify.
3043
3044 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3045
3046 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3047 to avoid trying to snarf invalid stuff.
3048
3049 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3050
3051 * gnus.el (gnus-message-archive-group): Quote value.
3052 (gnus-message-archive-group): Mark as changed.
3053
3054 * shr.el (shr-add-font): Don't put the font properties on the newline
3055 or the indentation.
3056
3057 * message.el (message-fix-before-sending): Change options when sending
3058 non-printable characters.
3059
3060 * gnus.el (gnus-message-archive-method): Change the default to
3061 monthly outgoing groups.
3062
3063 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3064 that have gotten new numbers.
3065
3066 * nnimap.el (nnimap-request-replace-article): New function.
3067
3068 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3069
3070 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3071 (nnrss-request-article): Don't use special html washing code.
3072
3073 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3074
3075 * shr.el (shr-tag-table): Remove useless nconc.
3076
3077 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3078
3079 * gnus-art.el (article-wash-html): Simplify and remove the charset
3080 stuff. Use the normal html rendering code instead of the special html
3081 washing code.
3082
3083 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3084 `gnus-w3m' symbols.
3085 (mm-text-html-washer-alist): Remove.
3086
3087 * mm-decode.el (mm-inline-text-html-renderer): Remove.
3088 (mm-inline-media-tests): Remove use.
3089 (mm-text-html-renderer): Change default to the `shr' symbol.
3090
3091 * mm-view.el (mm-inline-text-html): Remove use.
3092
3093 * gnus-art.el (gnus-blocked-images): New function. Allow the
3094 `gnus-blocked-images' to be a function.
3095 (gnus-article-wash-function): Remove.
3096
3097 2010-10-20 Julien Danjou <julien@danjou.info>
3098
3099 * spam.el (spam-list-of-processors): Mark as obsolete.
3100
3101 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3102 (nnimap-insert-partial-structure): Fix boundary detection.
3103
3104 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
3105
3106 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3107 run file-truename on remote files. This can be expensive and even
3108 prevent one from editing drafts if some unrelated buffer has a stale
3109 connection.
3110
3111 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3112
3113 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3114 kinsoku-eol regardless of shr-kinsoku-shorten.
3115 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3116 (shr-tag-table): Support caption, thead, and tfoot.
3117
3118 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3119
3120 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3121 lines.
3122 (shr-save-contents): New command and keystroke.
3123
3124 * nndoc.el (nndoc-type-alist): Add git support.
3125 (nndoc-git-type-p): New function.
3126 (nndoc-transform-git-article): Ditto.
3127 (nndoc-transform-git-headers): Ditto.
3128 (nndoc-transform-git-headers): Generate Subject headers.
3129
3130 * shr.el (shr-parse-style): New function.
3131 (shr-tag-span): Ditto.
3132
3133 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3134 to `G G' to avoid collisions.
3135
3136 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3137
3138 * shr.el: Load kinsoku if necessary.
3139 (shr-kinsoku-shorten): New internal variable.
3140 (shr-find-fill-point): Make kinsoku shorten text line if
3141 shr-kinsoku-shorten is bound to non-nil.
3142 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3143 shr-indentation too when testing if table is wider than frame width.
3144 (shr-insert-table): Use `string-width' instead of `length' to measure
3145 text width.
3146 (shr-insert-table-ruler): Make sure indentation is done at bol.
3147
3148 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3149
3150 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3151 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3152 undecoded network data.
3153
3154 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3155
3156 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3157 name in the mode line spec so that the mode line menu works
3158 (bug #2431).
3159
3160 * message.el (message-get-reply-headers): If we're fed `to-address',
3161 then always use that.
3162
3163 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3164 aren't so wide as to need to switch off the edit menu.
3165
3166 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3167 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3168
3169 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3170 `M-g'.
3171 (nnimap-update-info): Update flags/read marks even if \* isn't part of
3172 the permanent marks.
3173
3174 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
3175
3176 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3177 Splitting according to references/in-reply-to obeys the ignore-groups
3178 variable, while splitting by sender and subject do not.
3179
3180 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3181
3182 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3183 alist, so that we can look for non-Unicode chars.
3184 (article-translate-strings): Allow both character and string maps.
3185
3186 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3187
3188 * shr.el (shr-insert): Don't insert space behind a wide character
3189 categorized as kinsoku-bol, or between characters both categorized as
3190 nospace.
3191
3192 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
3193
3194 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
3195 headers to gnus-newsgroup-headers.
3196
3197 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3198
3199 * shr.el (shr-tag-img): Don't align images -- since we're not
3200 rescaling, this often leads to ugly displays.
3201
3202 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
3203
3204 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3205 duplicates.
3206
3207 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3208
3209 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3210 call.
3211
3212 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3213
3214 * gnus.el: Autoload gnus-html-show-images.
3215
3216 * nnimap.el: Use nnheader-message throughout.
3217
3218 * shr.el (shr-tag-img): Ignore images with no data.
3219
3220 2010-10-15 Julien Danjou <julien@danjou.info>
3221
3222 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3223 a possibility to disable format=flow encoding when using hard newlines.
3224
3225 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3226
3227 * shr.el (shr-insert): Remove space inserted before or after a
3228 breakable character or at the beginning or the end of a line.
3229 (shr-find-fill-point): Do kinsoku; find the second best point or give
3230 it up if there's no breakable point.
3231
3232 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3233
3234 * nnimap.el (nnimap-open-connection): Message when opening connection
3235 for debugging purposes.
3236
3237 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3238 on every setup buffer call to allow this to change from article to
3239 article.
3240
3241 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3242 buffers where we have a wide table.
3243
3244 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
3245
3246 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3247 uses *-request-thread.
3248
3249 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3250
3251 * nnimap.el (nnimap-open-connection): Remove %s from openssl
3252 incantation, which is no longer valid.
3253
3254 2010-10-14 Julien Danjou <julien@danjou.info>
3255
3256 * shr.el: Fix defcustom type (char -> character).
3257
3258 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3259
3260 * nnimap.el (nnimap-open-connection): tls-program should be a list of
3261 programs.
3262
3263 2010-10-14 Julien Danjou <julien@danjou.info>
3264
3265 * shr.el (shr-tag-a): Use url-link as widget type.
3266
3267 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3268 `gnus-group-get-icon'.
3269
3270 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3271
3272 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3273 This should make server editing work better.
3274
3275 * shr.el (shr-find-fill-point): Don't inloop on indented text.
3276
3277 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3278 (nnimap-parse-flags): Fix regexp.
3279
3280 * shr.el (shr-find-fill-point): Use a filling algorithm that should
3281 probably work for CJVK text, too.
3282
3283 * nnimap.el (nnimap-extend-tls-programs): Remove.
3284 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3285
3286 2010-10-13 Julien Danjou <julien@danjou.info>
3287
3288 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3289 responses.
3290
3291 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3292
3293 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3294
3295 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3296 anything in Emacs.
3297
3298 * shr.el (shr-current-column): Remove buggy and unnecessary function.
3299
3300 2010-10-13 Julien Danjou <julien@danjou.info>
3301
3302 * shr.el (shr-width): Make shr-width a defcustom with default to
3303 fill-column.
3304 (shr-tag-img): Use shr-width rather than fill-column.
3305
3306 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
3307
3308 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3309
3310 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3311 position when (X-)Faces exist.
3312 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3313 avatars when called interactively.
3314
3315 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3316
3317 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3318 gnus-article-x-face-too-ugly is bound.
3319
3320 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3321
3322 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3323
3324 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3325 mailbox that doesn't exist.
3326
3327 2010-10-12 Julien Danjou <julien@danjou.info>
3328
3329 * shr.el (shr-tag-img): Encode URL properly when retrieving.
3330 (shr-get-image-data): Encode URL properly when fetching from cache.
3331 (shr-tag-img): Use aligned-to spaces to align correctly images.
3332
3333 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3334 before inserting the Gravatar.
3335
3336 * shr.el (shr-tag-img): Add align attribute support for <img>.
3337
3338 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3339
3340 * gnus-gravatar.el (gnus-art): Require.
3341
3342 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3343 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3344 Remove long obsoleted functions.
3345
3346 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3347
3348 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3349
3350 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3351 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3352 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3353 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3354 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3355 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
3356 Fix comment for declare-function.
3357
3358 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3359
3360 * nnimap.el (nnimap-request-rename-group): Select group read-only
3361 before renaming it.
3362
3363 * shr.el (shr-insert): Fix up the white space only regexp.
3364
3365 * nnimap.el (nnimap-transform-split-mail): Not all articles have
3366 bodies. Protect against this. Reported by Michael Welsh Duggan.
3367
3368 * shr.el (shr-current-column): New function.
3369 (shr-find-fill-point): New function.
3370
3371 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3372
3373 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3374 numbers.
3375
3376 2010-10-11 Julien Danjou <julien@danjou.info>
3377
3378 * shr.el (shr-hr-line): Add.
3379 (shr-tag-hr): Use shr-hr-line to specify which character to use to
3380 display hr lines.
3381 (shr-max-columns): Do not change state to nil if we just inserting
3382 spaces.
3383
3384 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3385
3386 * gnus-topic.el (gnus-topic-read-group): If after the last group,
3387 select the last group.
3388
3389 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3390
3391 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3392
3393 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3394
3395 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3396 for Gnus.
3397 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3398 (nnimap-update-qresync-info): Mark \Seen articles as read.
3399
3400 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3401 non-variable, too.
3402
3403 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3404 available.
3405 (nnimap-update-info): Rely more on the current active than the param
3406 active to avoid marking articles as read too much.
3407
3408 * auth-source.el (auth-source-create): Use (user-login-name) for the
3409 user name default.
3410
3411 * nnimap.el (nnimap-update-info): If the server doesn't return any
3412 useful info, just use the previous info.
3413 (nnimap-update-info): Prefer old info over start-article.
3414 (nnimap-update-qresync-info): Finish implementing QRESYNC.
3415
3416 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
3417
3418 * nnir.el (autoload): Clean up autoloads.
3419 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3420 Use key rather than value.
3421 (nnir-imap-search-other): New variable.
3422 (nnir-read-parm): Use it.
3423 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3424 (gnus-summary-nnir-goto-thread): Modify to work with imap.
3425
3426 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3427
3428 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3429 the process, too.
3430
3431 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3432
3433 * spam.el (gnus-summary-mode-map): Bind to "$".
3434 Suggested by Russ Allbery.
3435
3436 * shr.el: Rework the way things are indented by <li> slightly.
3437
3438 * gnus.el (gnus-group-set-parameter): Fix typo.
3439
3440 * nnimap.el: Start implementing QRESYNC support.
3441
3442 2010-10-09 Julien Danjou <julien@danjou.info>
3443
3444 * nnir.el (nnir-engines): Fix too many arguments.
3445
3446 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3447
3448 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3449 group is the "last", so that the backends like nnfolder actually save
3450 their folders.
3451
3452 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3453 try to use that for the tls stream.
3454 (nnimap-retrieve-group-data-early): Rework the marks code to heed
3455 UIDVALIDITY and find out which groups are read-only and not.
3456 (nnimap-get-flags): Use the same marks parsing code as the rest of
3457 nnimap.
3458
3459 2010-10-09 Julien Danjou <julien@danjou.info>
3460
3461 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3462
3463 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3464 retrieving gravatars.
3465
3466 * shr.el (shr-table-corner): Add.
3467 (shr-table-line): Add.
3468 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3469
3470 2010-10-08 Julien Danjou <julien@danjou.info>
3471
3472 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3473
3474 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
3475
3476 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3477
3478 * gnus-sum.el (gnus-mark-article-as-unread)
3479 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3480 (gnus-summary-set-bookmark): Use it.
3481
3482 * gnus-msg.el (gnus-setup-message): Use it.
3483
3484 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3485
3486 * gnus.el (gnus-group-remove-parameter): Use it.
3487
3488 * gnus-group.el (gnus-group-make-web-group): Use it.
3489
3490 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3491
3492 * nnregistry.el: Update docs to mention manual.
3493
3494 * gnus-registry.el: Update docs to mention nnregistry.el.
3495 (gnus-registry-initialize): Don't install nnregistry refer method
3496 automatically.
3497 (gnus-registry-install-nnregistry): Remove it.
3498
3499 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3500
3501 * shr.el (shr-insert): Don't insert double spaces.
3502
3503 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
3504
3505 * gnus-gravatar.el (gnus-treat-from-gravatar)
3506 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3507 called interactively.
3508
3509 * gnus-art.el (gnus-mime-view-part-externally)
3510 (gnus-mime-view-part-internally): Make predicate function passed to
3511 gnus-mime-view-part-as-type assume argument is a mime type, not a list
3512 of a mime type.
3513
3514 * shr.el (shr-table-widths): Don't use cl function `reduce'.
3515
3516 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3517
3518 * shr.el (require): Require cl when compiling.
3519 (shr-tag-hr): New function.
3520
3521 * nnimap.el (nnimap-update-info): Remove double setting of high.
3522 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3523 This makes nnimap work properly on Courier again.
3524
3525 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3526 the variable for backwards compatibility.
3527
3528 * mm-decode.el (mm-save-part): If given a non-directory result, expand
3529 the file name before using to avoid setting mm-default-directory to
3530 nil.
3531
3532 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3533 bidning gnus-agent variables.
3534
3535 * shr.el (shr-render-td): Use a cache for the table rendering function
3536 to avoid getting an exponential rendering behaviour in nested tables.
3537 (shr-insert): Rework the line-breaking algorithm.
3538 (shr-insert): Don't leave trailing spaces.
3539 (shr-insert-table): Also insert empty TDs.
3540 (shr-tag-blockquote): Ensure paragraphs after </ul>.
3541
3542 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3543
3544 * gnus-sum.el (gnus-number): Rename from `number'.
3545 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3546 (gnus-summary-limit-children): Update uses correspondingly.
3547
3548 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3549
3550 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3551 (gnus-gravatar-transform-address): Don't show avatars of people of
3552 which mail addresses match gnus-gravatar-too-ugly.
3553
3554 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3555
3556 * shr.el (shr-table-widths): Expand TD elements to fill available
3557 space.
3558
3559 2010-10-07 Julien Danjou <julien@danjou.info>
3560
3561 * nnimap.el (nnimap-request-rename-group): Add this method.
3562
3563 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3564
3565 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3566 name from XEmacs' function-arglist.
3567
3568 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3569 gravatar under XEmacs.
3570
3571 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
3572
3573 * auth-source.el: Update docs with TODO items.
3574
3575 * gnus-sync.el: Update docs to explain state and plans.
3576
3577 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3578 Hooks for mark updates.
3579 (gnus-request-set-mark, gnus-request-update-mark): Use them.
3580
3581 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3582 hooks with arguments, which is needed for mark update hooks.
3583
3584 2010-10-06 Julien Danjou <julien@danjou.info>
3585
3586 * gnus.el (gnus-expand-group-parameter): Only return and act on what
3587 was matched.
3588
3589 * sieve-manage.el: Update example in `Commentary'.
3590
3591 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3592
3593 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3594 not 2000.
3595 (sieve-manage-authenticate): Re-add function.
3596
3597 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3598
3599 * shr.el (shr-insert): Get 'space transition right.
3600 (shr-render-td): Only delete space at the end of the TD.
3601
3602 * nnimap.el (nnimap-open-connection): Prepare to support
3603 open-gnutls-stream.
3604
3605 * shr.el: Rearrange function order to be more logical.
3606
3607 2010-10-06 Julien Danjou <julien@danjou.info>
3608
3609 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3610 (nnrss-discover-feed): Remove 404 URL in docstring.
3611
3612 * nnir.el: Fix Swish-E URL.
3613 Fix Namazu URL.
3614
3615 * message.el (message-change-subject): Remove 404 URL in a comment.
3616
3617 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3618
3619 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3620 called interactively.
3621
3622 * gnus-util.el (gnus-remove-if): Allow hash table.
3623 (gnus-remove-if-not): New function.
3624
3625 * gnus-art.el (gnus-mime-view-part-as-type)
3626 * gnus-score.el (gnus-summary-score-effect)
3627 * gnus-sum.el (gnus-read-move-group-name):
3628 Replace remove-if-not with gnus-remove-if-not.
3629
3630 * gnus-group.el (gnus-group-completing-read):
3631 Regard collection as a hash table if it is not a list.
3632
3633 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3634
3635 * shr.el (shr-render-td): Allow blank/missing <TD>s.
3636
3637 * shr.el: Document the table-rendering algorithm.
3638
3639 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3640 invalid URLs.
3641
3642 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3643 line-broken.
3644 (shr-tag-img): Ignore image fetching errors.
3645 (shr-overlays-in-region): Compute overlay positions correctly.
3646
3647 * mm-decode.el (mm-shr): Require shr.
3648
3649 * gnus-art.el (gnus-blocked-images): Move variable here.
3650
3651 * shr.el (shr-insert-table): Bind free variable.
3652
3653 * mm-decode.el (mm-shr): Bind shr-content-function.
3654
3655 * shr.el (shr-content-function): New variable.
3656
3657 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3658 added for symmetry.
3659
3660 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3661
3662 * gnus-group.el (gnus-group-make-group): Doc fix.
3663
3664 * nnimap.el (nnimap-request-newgroups): Return success.
3665
3666 * shr.el (shr-find-elements): New function.
3667 (shr-tag-table): Put all the images after the table.
3668 (shr-tag-table): Really inhibit images inside the table.
3669 (shr-collect-overlays): Copy over overlays from the TD elements to the
3670 main document.
3671
3672 * mm-decode.el (mm-shr): Bind shr-blocked-images to
3673 gnus-blocked-images.
3674
3675 2010-10-05 Julien Danjou <julien@danjou.info>
3676
3677 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3678
3679 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3680 (gnus-html-maximum-image-size): Add this function.
3681 (gnus-html-put-image): Use gnus-html-maximum-image-size.
3682
3683 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3684 server-value of the capability is nil.
3685
3686 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3687
3688 * shr.el (shr-tag-em): Add <EM> tag.
3689
3690 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
3691
3692 * sieve-manage.el (sieve-manage-default-stream): Make default stream
3693 customizable.
3694
3695 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3696 handing broken links to browse-url.
3697
3698 2010-10-05 Julien Danjou <julien@danjou.info>
3699
3700 * gnus-util.el (gnus-emacs-completing-read)
3701 (gnus-iswitchb-completing-read): Use autoload rather than require.
3702
3703 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
3704
3705 * gnus-util.el (gnus-completing-read-function): Exclude
3706 gnus-icompleting-read and gnus-ido-completing-read from candidates for
3707 XEmacs since iswitchb.el is very old and ido.el is unavailable in
3708 XEmacs.
3709
3710 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3711 not to use `delete-dups' that is unavailable in XEmacs 21.4.
3712
3713 * gnus-html.el: Don't require help-fns under XEmacs.
3714 (gnus-html-schedule-image-fetching): Work for XEmacs.
3715
3716 * mm-decode.el (mm-shr): Decode contents by charset.
3717
3718 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3719
3720 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3721 unknown.
3722
3723 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3724 (shr-get-image-data): Ensure against the cache file missing.
3725
3726 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3727 for data.
3728
3729 * spam-report.el (spam-report-url-ping-plain): Don't query about
3730 killing the process.
3731
3732 * shr.el (shr-render-td): Protect against too-wide text.
3733
3734 2010-10-04 Julien Danjou <julien@danjou.info>
3735
3736 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3737 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3738
3739 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3740 retrieved.
3741
3742 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3743
3744 * shr.el (browse-url): Require.
3745 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3746 lines.
3747 (shr-show-alt-text, shr-browse-image): New commands.
3748 (shr-browse-url, shr-copy-url): New commands.
3749
3750 * gnus-sum.el (gnus-widen-article-window): New variable.
3751 (gnus-summary-select-article-buffer): Use it.
3752
3753 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3754 without @ signs.
3755
3756 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3757
3758 * nnir.el (nnir-run-imap): Remove spurious space in search string.
3759
3760 2010-10-04 Julien Danjou <julien@danjou.info>
3761
3762 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3763 for XEmacs.
3764
3765 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3766
3767 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3768
3769 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3770 (nnimap-close-server): Implement.
3771
3772 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3773 (shr-insert): Tweak line breaking.
3774 (shr-insert): Handle <pre> better.
3775 (shr-tag-li): Get <li> indentation right.
3776 (shr-tag-li): Get <li> indentation even righter.
3777 (shr-tag-blockquote): Ensure paragraph start.
3778 (shr-make-table): Tweak table generation.
3779 (shr-make-table): Fix typo.
3780
3781 * shr.el: Implement table rendering.
3782
3783 2010-10-04 Julien Danjou <julien@danjou.info>
3784
3785 * gnus-html.el (gnus-html-put-image): Fix resize image code.
3786
3787 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3788
3789 * shr.el (shr-insert): Use string anchors instead of line anchors.
3790
3791 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3792
3793 * shr.el: Add headings.
3794 (shr-ensure-paragraph): Actually work.
3795 (shr-tag-li): Make <ul> prettier.
3796 (shr-insert): Get white space at the beginning/end of elements right.
3797 (shr-tag-p): Collapse subsequent <p>s.
3798 (shr-ensure-paragraph): Don't insert double line feeds after blank
3799 lines.
3800 (shr-insert): \t is also space.
3801 (shr-tag-s): Fix "s" tag name function.
3802 (shr-tag-s): Fix face prop name.
3803
3804 2010-10-03 Julien Danjou <julien@danjou.info>
3805
3806 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3807
3808 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3809 gnus-window-inside-pixel-edges.
3810
3811 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3812 gnus-ems.
3813
3814 * mm-view.el (mm-inline-image-emacs): Support image resizing.
3815
3816 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3817 function.
3818
3819 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3820 resize choice.
3821
3822 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3823
3824 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3825 beginning of the buffer.
3826
3827 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3828 article buffer again.
3829
3830 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3831
3832 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3833 when it's at the start of the buffer.
3834
3835 * shr.el (shr-tag-blockquote): Convert name.
3836 (shr-rescale-image): Use the right image-size variant.
3837
3838 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3839 buffer isn't shown, then select the current article first instead of
3840 bugging out.
3841 (gnus-summary-select-article-buffer): Show both the article and summary
3842 buffers again.
3843
3844 * shr.el (shr-fontize-cont): Protect against regions with no text.
3845 Rename tag functions to shr-tag-* for enhanced security.
3846 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3847
3848 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
3849
3850 * shr.el (shr-insert):
3851 * pop3.el (pop3-movemail):
3852 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3853 loaded.
3854
3855 2010-10-03 Glenn Morris <rgm@gnu.org>
3856
3857 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3858
3859 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3860
3861 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3862
3863 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3864
3865 * gnus-util.el (gnus-make-local-hook): Simplify.
3866
3867 2010-10-02 Julien Danjou <julien@danjou.info>
3868
3869 * gnus-util.el (gnus-iswitchb-completing-read): New function.
3870 (gnus-ido-completing-read): New function.
3871 (gnus-emacs-completing-read): New function.
3872 (gnus-completing-read): Use gnus-completing-read-function.
3873 Add gnus-completing-read-function.
3874
3875 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3876
3877 * shr.el (shr-insert-document): Autoload.
3878 (shr-img): Be silent.
3879 (shr-insert): Add a newline after every picture before text.
3880 (shr-add-font): Use overlays for combining faces.
3881 (shr-insert): Pass upwards the text start point.
3882
3883 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3884 possible.
3885 (mm-shr): New function.
3886
3887 2010-10-02 Julien Danjou <julien@danjou.info>
3888
3889 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3890 should go backward.
3891
3892 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
3893
3894 * shr.el (shr): Fix typo in provide call.
3895
3896 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3897
3898 * shr.el: New file.
3899
3900 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3901
3902 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3903 completing read.
3904
3905 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3906
3907 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3908 we're being queried about. Suggested by Dan Jacobson.
3909
3910 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3911 Suggested by Jason Eisner.
3912
3913 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3914 table, too. Suggested by Stefan Wiens.
3915 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3916 the table unnecessary. Suggested by Stefan Wiens.
3917
3918 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3919 longer needed, and probably doesn't work either, as pointed out by
3920 Stefan Wiens.
3921 (gnus-summary-exit): Remove call to the clearing function.
3922 (gnus-summary-exit-no-update): Ditto.
3923
3924 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3925 instead of gnus-eval-in-buffer-window to avoid popping up frames.
3926 Reported by Stefan Monnier.
3927 (gnus-summary-save-in-rmail): Ditto.
3928
3929 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3930 article buffer, instead of both the article buffer and the summary
3931 buffer. Sort of suggested by Dan Jacobson.
3932
3933 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3934
3935 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3936 Suggested by Dan Jacobson.
3937
3938 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3939 documentation clearer.
3940
3941 * message.el (message-shorten-references): Comment on the number "21".
3942 Suggested by Stefan Monnier.
3943
3944 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3945 Suggested by Dan Jacobson.
3946
3947 * gnus.el (gnus-large-newsgroup):
3948 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
3949
3950 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3951 externalize attachments. Bug reported by Steve Wen.
3952
3953 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3954 really message anything to the user.
3955
3956 * nnmail.el (nnmail-article-group): Allow using the fancy split method
3957 directly.
3958
3959 * nnimap.el (nnimap-request-group): Low higher than high to signal no
3960 messages in empty groups.
3961
3962 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
3963
3964 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3965 non-UIDNEXT group.
3966
3967 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3968
3969 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3970 not the value from the collection.
3971
3972 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3973 values. This sometimes happens on some groups that have no info.
3974 (nnimap-request-newgroups): New function.
3975
3976 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
3977
3978 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3979 check into `gnus-registry-initialize'.
3980 (gnus-registry-initialize): Ditto.
3981 Fix and extend header docs.
3982
3983 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3984
3985 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3986 regexp backtrace overflows.
3987
3988 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3989 for starttls that tls.el implements; i.e. openssl.
3990
3991 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
3992
3993 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3994 (gravatar-create-image): New function that's an alias to
3995 gnus-xmas-create-image, gnus-create-image, or create-image.
3996 (gravatar-data->image): Use it.
3997
3998 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
3999
4000 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4001 install the nnregistry refer method.
4002 (gnus-registry-install-hooks): Use it.
4003 (gnus-registry-unfollowed-groups): Add nnmairix to the default
4004 unfollowed groups.
4005
4006 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
4007
4008 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4009 expanding threads.
4010
4011 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4012
4013 * nnir.el: Use the server names without suffixes (bug #7009).
4014
4015 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4016 unencrypted to STARTTLS, if possible.
4017
4018 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4019
4020 * message.el (message-ignored-supersedes-headers): Strip Injection-*
4021 headers before superseding.
4022
4023 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4024
4025 * nnrss.el (nnrss-use-local): Add documentation.
4026
4027 * nnimap.el (nnimap-extend-tls-programs): New function.
4028 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4029 (nnimap-wait-for-connection): Accept the greeting from the stupid
4030 output from openssl s_client -starttls, too.
4031
4032 * nnimap.el (nnimap-find-article-by-message-id): Really return the
4033 article number.
4034 (nnimap-split-fancy): New variable.
4035 (nnimap-split-incoming-mail): Use it.
4036
4037 * nntp.el (nntp-server-list-active-group): Document.
4038
4039 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4040 SELECT to get the message-id.
4041
4042 * mail-source.el (mail-sources): Remove webmail support.
4043 (defvar): Ditto.
4044 (mail-source-fetcher-alist): Ditto.
4045 (mail-source-fetch-webmail): Remove.
4046
4047 * webmail.el: Remove -- doesn't seem relevant any more.
4048
4049 * gnus.el: Fix up make-obsolete-variable declarations throughout.
4050
4051 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4052 the \r.
4053
4054 2010-09-30 Julien Danjou <julien@danjou.info>
4055
4056 * gnus-agent.el (gnus-agent-add-group): Fix call to
4057 gnus-completing-read.
4058
4059 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4060
4061 * nndoc.el (nndoc-retrieve-groups): New function.
4062
4063 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4064 `default', use nnmail-split-methods.
4065 (nnimap-request-article): Downcase the NILs so that they are nil.
4066
4067 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4068 symbol.
4069
4070 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4071 code, since if the user has requested network, that's what they ought
4072 to get.
4073 (nnimap-request-set-mark): Erase the buffer before issuing commands.
4074 (nnimap-split-rule): Mark as obsolete.
4075
4076 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4077 New variable.
4078
4079 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4080 correct slot, too.
4081
4082 2010-09-29 Julien Danjou <julien@danjou.info>
4083
4084 * gnus.el (gnus-local-domain): Declare variable obsolete.
4085
4086 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4087 Fix history computing.
4088 (gnus-ido-completing-read): Require ido.
4089
4090 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4091
4092 * gnus-registry.el: Don't prompt on load, which makes it impossible to
4093 build Gnus.
4094
4095 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4096 when interpreting the structures.
4097 (nnimap-request-accept-article): Add \r\n to the lines to make this
4098 work with Cyrus.
4099
4100 * nndraft.el (nndraft-request-expire-articles): Use the group name
4101 instead if "nndraft". Fix found by Nils Ackermann.
4102
4103 2010-09-29 Ludovic Courtes <ludo@gnu.org>
4104
4105 * nnregistry.el: Add.
4106
4107 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4108
4109 * nnmail.el (group, group-art-list, group-art):
4110 Remove unneeded directives.
4111
4112 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4113
4114 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4115 (mm-mime-charset)
4116 * rfc2047.el (rfc2047-syntax-table)
4117 * utf7.el (utf7-utf-16-coding-system): Comment fix.
4118
4119 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4120 rather than `insert-file-contents' and `eval-region'.
4121
4122 2010-09-29 Julien Danjou <julien@danjou.info>
4123
4124 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4125 replacement of `gnus-gravatar-relief' to mimic
4126 `gnus-faces-properties-alist'.
4127 Add :version property.
4128
4129 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4130
4131 * mail-source.el (mail-source-report-new-mail)
4132 * message.el (message-default-mail-headers)
4133 * mm-decode.el (mm-valid-image-format-p): Comment fix.
4134
4135 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4136
4137 2010-09-28 Julien Danjou <julien@danjou.info>
4138
4139 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4140 mail-address contains the same string as real-name.
4141
4142 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4143 non-blank in header, otherwise it'll get stripped.
4144
4145 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4146 real-name, and then for mail address rather than doing : or , search.
4147
4148 2010-09-27 Julien Danjou <julien@danjou.info>
4149
4150 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4151 right completing-read function.
4152 (gnus-use-ido): New variable
4153 (gnus-completing-read-with-default): Remove.
4154 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4155 (gnus-agent-add-group):
4156 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4157 * mm-view.el (mm-view-pkcs7-decrypt):
4158 * mm-util.el (mm-codepage-setup):
4159 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4160 * mml-smime.el (mml-smime-openssl-sign-query):
4161 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4162 (mml-insert-multipart):
4163 * gnus-msg.el (gnus-summary-yank-message):
4164 * gnus-int.el (gnus-start-news-server):
4165 * mm-decode.el (mm-interactively-view-part):
4166 * gnus-dired.el (gnus-dired-attach):
4167 * gnus.el (gnus-read-method):
4168 * gnus-bookmark.el (gnus-bookmark-jump):
4169 * gnus-art.el (gnus-mime-view-part-as-type)
4170 (gnus-mime-action-on-part, gnus-article-encrypt-body):
4171 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4172 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4173 * nnmairix.el (nnmairix-create-server-and-default-group)
4174 (nnmairix-update-groups, nnmairix-get-server)
4175 (nnmairix-backend-to-server, nnmairix-goto-original-article)
4176 (nnmairix-get-group-from-file-path):
4177 * nnrss.el (nnrss-find-rss-via-syndic8):
4178 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4179 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4180 (gnus-group-browse-foreign-server):
4181 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4182 (gnus-summary-execute-command, gnus-summary-respool-article)
4183 (gnus-read-move-group-name):
4184 * gnus-score.el (gnus-summary-increase-score)
4185 (gnus-summary-score-effect):
4186 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4187
4188 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4189
4190 * nnimap.el (auth-source-forget-user-or-password)
4191 (auth-source-user-or-password): Autoload.
4192
4193 * message.el (message-from-style, message-interactive)
4194 (message-signature): Remove comment.
4195 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4196 always.
4197 (message-sendmail-envelope-from): Comment fix.
4198 (message-yank-prefix): Default to mail-yank-prefix always.
4199 (message-indentation-spaces):
4200 Default to mail-indentation-spaces always.
4201 (message-signature-file): Default to mail-signature-file always.
4202
4203 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4204
4205 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4206 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4207 new articles.
4208
4209 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4210 parts.
4211 (nnimap-request-article): Work with the t setting, too.
4212
4213 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4214 that you don't get flashes of other buffers.
4215 (gnus-summary-show-complete-article): Intern before setting.
4216
4217 2010-09-27 David Engster <dengste@eml.cc>
4218
4219 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4220 well as HEADERS.
4221 (nnmairix-retrieve-headers): Provide new argument for the above.
4222
4223 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4224
4225 * gnus-sum.el (gnus-summary-move-article): Don't alter
4226 gnus-newsgroup-active. This makes `/ N' work after copying to the same
4227 group.
4228
4229 * nnimap.el (nnimap-update-info): Don't destructively alter active.
4230
4231 * message.el (message-cite-prefix-regexp): Revert my last edit.
4232
4233 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4234 variable instead of the Gnus variable.
4235
4236 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4237
4238 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4239
4240 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4241 since some servers don't like it.
4242 (nnimap-open-connection): Forget credentials if the server says the
4243 password was wrong.
4244 (nnimap-parse-line): Protect against invalid data.
4245
4246 * gnus-sum.el (gnus-summary-move-article): Add comment.
4247 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4248 nothing alters it while scanning for new messages.
4249
4250 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4251 which may or may not help.
4252 (nnimap-open-connection): If we're doing a stream connection, and then
4253 discover we're on a STARTTLS-capable server, then open a STARTTLS
4254 connection instead.
4255
4256 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4257
4258 * nnimap.el (utf7): Require.
4259
4260 * message.el (message-cite-prefix-regexp): Remove "}" from citation
4261 prefix.
4262
4263 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
4264
4265 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4266
4267 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4268
4269 * nnimap.el (nnimap-request-accept-article): Message the error on
4270 error.
4271
4272 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
4273
4274 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4275
4276 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4277
4278 * nndoc.el (nndoc-request-list): Return success always.
4279
4280 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4281 `fetch-old' -- we only want to fetch the articles we've requested.
4282 The rest are in the agent, probably.
4283 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4284 disappeared server" to something low. It's not important.
4285
4286 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4287 arrived before the FETCH data.
4288
4289 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4290 target here, because we don't know the Gnus name of the group.
4291
4292 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4293 for the correct group.
4294
4295 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4296
4297 * gnus.el (gnus): Give a final warning after startup.
4298
4299 * gnus-util.el (gnus-action-message-log): New variable.
4300 (gnus-message): Use it.
4301 (gnus-final-warning): New function.
4302
4303 * nnimap.el (nnimap-open-connection): Record the greeting.
4304 (nnimap): Add greeting.
4305
4306 2010-09-26 Julien Danjou <julien@danjou.info>
4307
4308 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4309 arguments.
4310 (gnus-html-wash-images): Fix spec computing to include start/end.
4311
4312 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4313
4314 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4315
4316 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4317 deletion.
4318 (nnimap-retrieve-headers): Don't select the group, because that's
4319 already done by nnimap-possibly-change-group.
4320
4321 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4322 (gnus-picon-transform-address): Use it.
4323
4324 * mail-source.el (mail-source-value): Revert previous patch.
4325
4326 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4327 on failure.
4328 (nnimap-open-connection): Look up both virtual and physical server name
4329 credentials.
4330
4331 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4332
4333 2009-02-08 Dave Love <fx@gnu.org>
4334
4335 * gnus-win.el (gnus-window-to-buffer-helper)
4336 (gnus-all-windows-visible-p): Function needn't be a symbol.
4337
4338 * mail-source.el (mail-source-value): Function needn't be a symbol.
4339
4340 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4341
4342 * message.el (message-cite-prefix-regexp): Remove } from the cite
4343 prefix.
4344
4345 * gnus-art.el (gnus-treatment-function-alist): Do picons before
4346 highlight again, so that the highlight is correct.
4347
4348 * gnus-picon.el (gnus-picon): Remove again.
4349 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4350
4351 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4352 doing the header highlightling, so that the background colour of the
4353 picon is correct.
4354
4355 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4356 (gnus-picon): Ditto.
4357 (gnus-picon): Reinstate. The background colour for picons is white.
4358 (gnus-picon-insert-glyph): Make the background white.
4359
4360 * nnml.el (nnml-open-nov): Don't return dead buffers.
4361
4362 * auth-source.el (auth-source-create): Query the user for whether to
4363 store the credentials.
4364
4365 * auth-source.el (auth-source-user-or-password): Use the existing auth
4366 sources, if any, for creation.
4367
4368 * gnus.el (gnus-group-fast-parameter): Return the last matching
4369 parameter instead of the first matching parameter.
4370
4371 2010-09-26 Julien Danjou <julien@danjou.info>
4372
4373 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4374
4375 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4376
4377 * mml2015.el (mml2015-use): Remove gpg support.
4378
4379 * mml1991.el (mml1991-function-alist): Remove gpg function.
4380 (mml1991-gpg-sign): Remove.
4381
4382 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4383
4384 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4385 (gnus-browse-unsubscribe-current-group): Document it.
4386 (gnus-browse-unsubscribe-group): Use it.
4387
4388 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4389
4390 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4391 address to the To list for easier response.
4392
4393 * gnus.el (gnus-play-startup-jingle): Remove.
4394 (gnus-splash): Don't play jingle.
4395 (gnus): Silence gnus-load message.
4396
4397 * gnus-art.el (gnus-treat-play-sounds): Remove.
4398
4399 * gnus.el (gnus-play-jingle): Remove audio support.
4400
4401 * gnus-cus.el (gnus-score-customize): Remove audio reference.
4402
4403 * earcon.el: Remove -- no users.
4404
4405 * gnus-audio.el: Remove -- no users of this package.
4406
4407 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4408
4409 * gnus-start.el (gnus-setup-news): Remove nocem support.
4410
4411 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4412
4413 * gnus.el (gnus-use-nocem): Remove.
4414
4415 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4416 Remove.
4417
4418 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
4419 uses NoCeM any more.
4420
4421 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4422 (gnus-button-ctan-handler): Ditto.
4423 (gnus-button-handle-ctan-bogus-regexp): Ditto.
4424 (gnus-button-ctan-directory-regexp): Ditto.
4425 (gnus-button-handle-ctan): Ditto.
4426 (gnus-button-tex-level): Ditto.
4427 (gnus-button-alist): Remove CTAN stuff.
4428
4429 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4430
4431 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4432 nnimap-streaming test.
4433
4434 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4435 servers twice.
4436
4437 * nnimap.el (nnimap-open-connection): Add more error reporting when
4438 nnimap fails early.
4439
4440 * nnheader.el (nnheader-get-report-string): New function.
4441 (nnheader-get-report): Use it.
4442
4443 * gnus-int.el (gnus-check-server): Say what the error was when opening
4444 failed.
4445
4446 * nnimap.el (nnimap-wait-for-response): Search further when we're not
4447 using streaming.
4448
4449 2010-09-25 Julien Danjou <julien@danjou.info>
4450
4451 * gnus-html.el (gnus-html-rescale-image): Use our defalias
4452 gnus-window-inside-pixel-edges.
4453
4454 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4455
4456 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4457
4458 * mm-decode.el (mm-save-part): Allow saving to other directories the
4459 normal Emacs way.
4460
4461 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4462 Suggested by Jay Berkenbilt.
4463
4464 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4465 there isn't a single byte.
4466
4467 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4468 just do it. It doesn't really seem to matter what the user responds
4469 here, I think, so it's just a confusing question.
4470
4471 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4472 non-streaming case.
4473
4474 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4475 (gnus-article-encrypt-body): Use it.
4476
4477 * gnus-sum.el (gnus-summary-show-complete-article): New command and
4478 keystroke.
4479
4480 * nnimap.el (nnimap-find-wanted-parts-1):
4481 Use gnus-fetch-partial-articles.
4482
4483 * gnus-art.el (gnus-fetch-partial-articles): New variable.
4484
4485 * nnimap.el (nnimap-insert-partial-structure): New function.
4486 (nnimap-get-partial-article): New function.
4487 (nnimap-request-article): Use it.
4488 (nnimap-wait-for-response): Return whether the wait was successful.
4489 (nnimap-finish-retrieve-group-infos): Don't do anything if the
4490 retrieval wasn't successful.
4491 (nnimap-retrieve-group-data-early): Allow throttling servers.
4492 (nnimap-streaming): New variable.
4493 (nnimap-fetch-partial-articles): Remove.
4494
4495 * mm-decode.el (mm-with-part): Protect against killed buffers.
4496
4497 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4498 for prettier summary display.
4499
4500 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
4501
4502 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4503
4504 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4505
4506 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4507 apparently third-party libraries depend on it.
4508
4509 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4510 before starting negotiation.
4511
4512 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4513 privacy reasons.
4514 (gnus-treat-mail-gravatar): Ditto.
4515
4516 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4517 buffer when inserting images. Inserting text into the headers, for
4518 instance, can make them invalid.
4519
4520 2010-09-25 Julien Danjou <julien@danjou.info>
4521
4522 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4523 variables.
4524
4525 * nnheader.el: Remove useless variables news-reply-yank-from and
4526 news-reply-yank-message-id.
4527
4528 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4529 variables.
4530
4531 * mml1991.el: Remove useless mml1991-verbose.
4532
4533 * gnus.el: Remove useless variable gnus-use-generic-from.
4534 Remove obsolete variable gnus-topic-indentation.
4535
4536 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4537
4538 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4539
4540 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4541
4542 * gnus-group.el: Remove useless gnus-group-icon-cache.
4543 Remove useless gnus-ephemeral-group-server.
4544
4545 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4546
4547 * mml2015.el: Remove useless mml2015-verbose.
4548
4549 * mml-smime.el: Remove useless mml-smime-verbose.
4550
4551 * gnus.el: Remove useless gnus-local-domain.
4552
4553 * gnus-gravatar.el (gnus-gravatar-transform-address):
4554 Use gnus-gravatar-size.
4555
4556 * gnus-art.el: Remove useless gnus-treat-translate.
4557
4558 2010-09-24 Julien Danjou <julien@danjou.info>
4559
4560 * gnus-sum.el: Add support for Gravatars.
4561
4562 * gnus-art.el: Add support for Gravatars.
4563
4564 * gnus-gravatar.el: Add this file.
4565
4566 * gravatar.el: Add this file.
4567
4568 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4569
4570 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4571
4572 * gnus-group.el (gnus-group-fetch-faq): Remove.
4573
4574 * gnus.el (gnus-group-faq-directory): Remove.
4575
4576 * gnus-group.el (gnus-group-fetch-charter): Remove.
4577
4578 * gnus.el (gnus-group-charter-alist): Remove.
4579
4580 * gnus-group.el (gnus-group-archive-directory): Remove.
4581 (gnus-group-recent-archive-directory): Ditto.
4582 (gnus-group-make-archive-group): Remove.
4583
4584 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4585
4586 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4587 use the same article number for all the cached articles.
4588
4589 * nnimap.el (nnimap-command): Register the last command time so
4590 that we can use it for idling NOOPs.
4591 (nnimap-open-connection): Start the keeplive timer.
4592 (nnimap-make-process-buffer): Store all the process buffers.
4593 (nnimap-keepalive): New function.
4594
4595 * starttls.el (starttls-open-stream): Add autoload cookie.
4596
4597 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4598
4599 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4600 handling.
4601
4602 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4603
4604 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4605 its data structures.
4606
4607 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4608 instead of the cl.el copy-list.
4609 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4610 equalp.
4611
4612 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4613
4614 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4615 and tool-bar-local-item-from-menu.
4616
4617 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4618 mode-line-highlight face for Emacs.
4619
4620 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4621 loading gnus-sum.elc; fix comment for canlock-verify.
4622 (gnus-article-jump-to-part): Use read-number.
4623 (gnus-insert-mime-button, gnus-insert-mime-security-button):
4624 Remove Emacs pre-21 compatible code for help-echo.
4625 (gnus-article-next-page-1): No need to adjust the number of lines.
4626 (gnus-article-describe-bindings): Always use help-buffer.
4627
4628 * gnus-audio.el (gnus-audio-inline-sound)
4629 * gnus-cus.el (gnus-custom-mode)
4630 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4631
4632 * gnus-sum.el (gnus-remove-overlays): Doc fix.
4633
4634 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4635 compatible code.
4636
4637 2010-09-24 Glenn Morris <rgm@gnu.org>
4638
4639 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4640 visiting the fcc file in rmail-mode.
4641
4642 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4643
4644 * nnir.el: Silence the byte compiler.
4645
4646 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4647 alias to browse-url-url-encode-chars if any.
4648 (gnus-html-encode-url): Use it.
4649
4650 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4651
4652 * gnus-start.el (gnus-use-backend-marks): New variable.
4653 (gnus-get-unread-articles-in-group): Use it.
4654
4655 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4656 makeover.
4657
4658 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
4659
4660 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4661
4662 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4663
4664 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4665 Remove.
4666 (gnus-setup-news-hook):
4667 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4668
4669 * gnus-int.el (gnus-request-update-info): Protect against backends not
4670 having the function.
4671
4672 * nnimap.el (nnimap-stream): Mention starttls.
4673 (nnimap-open-connection): Add starttls support.
4674
4675 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
4676
4677 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4678
4679 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4680
4681 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4682 BODYSTRUCTUREs.
4683 (nnimap-transform-headers): Unfold quoted {42} headers.
4684
4685 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4686 the info.
4687 (gnus-get-unread-articles): Only call updatep on backends that support
4688 it.
4689
4690 * nnweb.el (nnweb-request-update-info): NOOP.
4691
4692 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4693
4694 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4695 since it only deals with marks.
4696
4697 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4698 gnus-request-marks, and make a new gnus-request-update-info.
4699
4700 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4701 the active instead of the high number, which is usually too low.
4702
4703 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
4704
4705 * encrypt.el: Remove.
4706
4707 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4708
4709 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4710 server in symbolic form.
4711
4712 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4713
4714 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4715
4716 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4717 (nnimap-update-info): Fix up code slightly.
4718
4719 * gnus-int.el (gnus-open-server): Add tracing for performance
4720 debugging.
4721
4722 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4723 (gnus-group-insert-group-line): Pass the real group name so that it
4724 gets the right data.
4725
4726 * gnus-start.el (gnus-get-unread-articles): Don't have
4727 `gnus-get-unread-articles-in-group' update info, since that can be
4728 really slow and doesn't seem to be needed?
4729
4730 2010-09-22 Julien Danjou <julien@danjou.info>
4731
4732 * gnus-group.el (gnus-group-insert-group-line):
4733 Call gnus-group-highlight-line.
4734 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4735 default hook list.
4736 (gnus-group-update-eval-form): Add new function.
4737 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4738 (gnus-group-get-icon): Use gnus-group-update-eval-form.
4739
4740 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4741
4742 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4743 immediate, then expire all articles.
4744 (nnimap-update-info): Fix off-by-one errors.
4745 (nnimap-flags-to-marks): Would return no marks lists for group with no
4746 flags. Instead return the other data.
4747
4748 2010-09-22 Julien Danjou <julien@danjou.info>
4749
4750 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4751 Only return an icon.
4752 (gnus-group-insert-group-line): Compute icon to return.
4753
4754 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4755 (gnus-html-image-fetched): Only cache if
4756 gnus-html-image-automatic-caching is set.
4757 (gnus-html-image-fetched): Check for errors.
4758
4759 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4760
4761 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4762 once per method on `g'. This ensures that backends like nnfolder don't
4763 open all their folders.
4764
4765 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4766 (nnimap-request-list): Nix out group in the correct buffer.
4767 (nnimap-parse-flags): Implement by using `read' instead of
4768 hand-parsing.
4769 (nnimap-flags-to-marks): Pass on permanent-flags.
4770 (nnimap-make-process-buffer): Record the server name.
4771 (nnimap-parse-flags): Fix typo.
4772 (nnimap-request-scan): Run split on the server in general, not just a
4773 single group.
4774
4775 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4776 parameter, and propagate this downwards.
4777
4778 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4779 since EXAMINE changes it on the server.
4780
4781 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4782 this command might take a while.
4783
4784 2010-09-22 Julien Danjou <julien@danjou.info>
4785
4786 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
4787 harmful if you have 2 images side-by-side, they can't be properly
4788 update on text deletion. Using text-property is safer here.
4789 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4790 data.
4791
4792 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4793
4794 * nnimap.el (nnimap-expunge-inbox): Remove.
4795 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4796 (nnimap-expunge): Flip default to t.
4797
4798 * gnus.el (gnus-method-to-server): Don't push things to the cache
4799 unless it's unique.
4800 (gnus-server-to-method): Ditto.
4801
4802 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
4803
4804 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4805
4806 2010-09-22 Julien Danjou <julien@danjou.info>
4807
4808 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4809 get the start of data.
4810 (gnus-html-encode-url): Add this function to encode special chars in
4811 URL.
4812 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4813 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4814
4815 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4816 default.
4817 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4818
4819 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4820 images alt-text.
4821 (gnus-html-put-image): Put alt-text as help-echo.
4822
4823 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4824
4825 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4826 * mm-util.el (mm-decompress-buffer)
4827 * nnir.el (nnir-run-find-grep)
4828 * pop3.el (pop3-list): Use 3rd arg of split-string.
4829
4830 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4831
4832 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4833 outside the active range. Suggested by Dan Christensen.
4834
4835 * gnus-start.el (gnus-get-unread-articles): Get the extended method
4836 slightly later to avoid double-getting it.
4837
4838 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4839 previous patch.
4840
4841 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4842
4843 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
4844
4845 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4846
4847 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4848
4849 * gnus-int.el (gnus-open-server): Give a better error message in the
4850 "go offline" case.
4851
4852 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4853 marks for nnimap, which is seldom the right thing to do.
4854
4855 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4856 (gnus-same-method-different-name): New function.
4857
4858 * nnimap.el (parse-time): Require.
4859
4860 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4861 method in the presence of many similar methods.
4862
4863 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4864
4865 * nnimap.el (nnimap-find-expired-articles): Don't refer to
4866 nnml-inhibit-expiry.
4867
4868 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4869 find out whether methods are equal.
4870
4871 * nnimap.el (nnimap-find-expired-articles): New function.
4872 (nnimap-process-expiry-targets): New function.
4873 (nnimap-request-move-article): Request the article before looking at
4874 what the Message-ID is. Fix found by Andrew Cohen.
4875 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4876
4877 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4878 for oldness in addition to being a predicate.
4879
4880 * nnimap.el (nnimap-request-group): When we have zero articles, return
4881 the right data to Gnus.
4882 (nnimap-request-expire-articles): Only delete articles immediately if
4883 the target is 'delete.
4884
4885 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4886 method, this would bug out.
4887
4888 * gnus-group.el (gnus-group-expunge-group): Rename from
4889 gnus-group-nnimap-expunge, and implemented as a normal interface
4890 function.
4891
4892 * gnus-int.el (gnus-request-expunge-group): New function.
4893
4894 * nnimap.el (nnimap-request-create-group): Implement.
4895 (nnimap-request-expunge-group): New function.
4896
4897 2010-09-21 Julien Danjou <julien@danjou.info>
4898
4899 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4900 (gnus-html-cache-expired): Add new function.
4901 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4902 wethever we should display image for fetch it.
4903 Compute alt-text earlier to pass it to the fetching function too.
4904 (gnus-html-schedule-image-fetching): Change function argument to only
4905 get one image at a time, not a list.
4906 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4907 cache.
4908 (gnus-html-get-image-data): New function to retrieve image data from
4909 cache.
4910 (gnus-html-put-image): Change buffer argument to use image data rather
4911 than file, and place image above region rather than inserting a new
4912 one. Do not take alt-text as argument, since it's useless now: we place
4913 the image above alt-text.
4914 (gnus-html-prune-cache): Remove.
4915 (gnus-html-show-images): Start to fetch image when we find one, do not
4916 push into a temporary list.
4917 (gnus-html-prefetch-images): Only fetch image if they have expired.
4918 (gnus-html-browse-image): Fix, use 'gnus-image-url.
4919 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4920
4921 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4922
4923 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4924
4925 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4926
4927 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4928 spec inser "*" if the group isn't active instead of 0.
4929
4930 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4931 opening the server.
4932 (nnimap-request-delete-group): Implement group deletion.
4933 (nnimap-transform-headers): Return the size of the entire message in
4934 the Bytes header, not just the size of the first part.
4935 (nnimap-request-move-article): When moving an article from nnimap,
4936 request the article first so the accepting form has an article to
4937 accept. Reported by Dan Christensen.
4938 (nnimap-command): Make sure that the error message doesn't error out.
4939
4940 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
4941
4942 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4943 we haven't requested anything.
4944
4945 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4946
4947 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4948 "". Fix found by Andrew Cohen.
4949
4950 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4951 instead of -encode-string.
4952
4953 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4954
4955 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4956
4957 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4958 by mm-subst-char-in-string.
4959
4960 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4961
4962 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4963 waiting for the connection string.
4964
4965 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4966 arriving.
4967
4968 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4969 bogus characters. This allows selecting certain Gmail groups.
4970
4971 * nnimap.el (nnimap-find-wanted-parts-1): New function.
4972 (nnimap-fetch-partial-articles): New variable.
4973 (nnimap-open-connection): When looking for credentials, also use the
4974 nnimap-server-port.
4975 (nnimap-request-article): Return the group/article number, so that Gnus
4976 `^' works as expected.
4977 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4978
4979 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4980 comments.
4981 (gnus-methods-sloppily-equal): New function.
4982 (gnus): When using the development version of Gnus, load the gnus-load
4983 file.
4984
4985 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4986 `gnus-open-server' on each method before trying to scan them etc.
4987 This ensures that all the backend parameters are set correctly.
4988
4989 * nnimap.el (nnimap-authenticator): New variable.
4990 (nnimap-open-connection): Allow anonymous login.
4991 (nnimap-transform-headers): The chars header is called Chars not Bytes.
4992 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4993
4994 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4995 patch, found by Knut Anders Hatlen.
4996
4997 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
4998
4999 * gnus-agent.el (gnus-agent-batch-confirmation)
5000 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5001 to gnus-message.
5002 * gnus-art.el (gnus-article-describe-briefly): Likewise.
5003 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5004 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5005 * gnus-int.el (gnus-open-server): Likewise.
5006 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5007 (gnus-score-check-syntax): Likewise.
5008 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5009 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5010 Likewise.
5011 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5012
5013 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5014
5015 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5016 calling conventions so that prefetch doesn't bug out.
5017
5018 2010-09-19 Julien Danjou <julien@danjou.info>
5019
5020 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5021 rather than `subst-char-in-region' in order to be able to replace ASCII
5022 char by UTF-8 ones.
5023
5024 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5025 than curl.
5026 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5027 the right URL and ALT text on images.
5028 (gnus-html-wash-tags): Fix tag case.
5029 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
5030 (gnus-article-html): Add -o display_ins_del=2 option.
5031 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5032
5033 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5034
5035 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5036 the extra mail headers, which sometimes seem to happen for unknown
5037 reasons.
5038
5039 * mail-parse.el (mail-header-encode-parameter): Define as
5040 rfc2045-encode-string instead of as rfc2231-encode-string, since some
5041 (or most, perhaps?) mail readers don't understand the latter, but do
5042 understand the former.
5043
5044 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5045 to nil, so that no methods are automatically agentized. I think this
5046 is probably what most users want.
5047
5048 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5049 from url-retrieve, for instance about invalid URLs.
5050
5051 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5052 groups that have no articles.
5053 (nnimap-request-article): Check that we really got an article when we
5054 requested one.
5055
5056 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5057 doesn't exist.
5058
5059 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5060 nntp buffer so the agent can save it.
5061 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5062 that CRLF doesn't get translated to \n.
5063 (nnimap-open-connection): Don't make 'shell commands only send \n.
5064
5065 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5066
5067 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5068 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5069 Update var name.
5070 (nnml-generate-nov-file): Use dolist.
5071 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5072 Use with-current-buffer.
5073
5074 2010-09-18 Julien Danjou <julien@danjou.info>
5075
5076 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5077 parallel.
5078
5079 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5080
5081 * nnimap.el (nnimap-update-info): When doing partial marks update, get
5082 the range update right.
5083 (nnimap-request-group): Don't make `M-g' bug out on group with no
5084 marks.
5085 (nnoo): Require, so that other packages can require nnimap.
5086 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5087 command we're looking for. This helps when the server sends more
5088 responses after we've gotten everything we expected.
5089 (nnimap): Add a `newlinep' field to keep track of end-of-line
5090 conventions.
5091 Don't send CRLF to things that don't want it.
5092 (nnimap-request-accept-article): Ditto.
5093
5094 2010-09-18 Julien Danjou <julien@danjou.info>
5095
5096 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5097 than curl to retrieve images.
5098
5099 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5100
5101 * nnimap.el (nnimap-update-info): Extend the info so that we can set
5102 the marks.
5103 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5104 (nnimap-wait-for-connection): New function.
5105 (nnimap-open-connection): If we have PREAUTH, don't query for login
5106 credentials.
5107 (nnimap-update-info): Fix off-by-one error when concatenating ranges
5108 when doing a partial update.
5109
5110 2010-09-18 Julien Danjou <julien@danjou.info>
5111
5112 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5113 tags.
5114
5115 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5116
5117 * nnimap.el (nnimap-credentials): New function.
5118 (nnimap-open-connection): Use the new function to look for credentials
5119 also on the numeric equivalents of "imap" and "imaps".
5120
5121 * gnus-start.el (gnus-activate-group): Send the info to
5122 gnus-request-group.
5123
5124 * nnimap.el (nnimap-request-group): Have the "check" version of the
5125 function parse flags and update the info, so that a `M-g' get a total
5126 resync of all flags from the group.
5127
5128 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5129 to allow backends to alter the info on group selection. Also alter all
5130 the backend -request-group functions to take the parameter.
5131
5132 * nnimap.el (nnimap-store-info): New function.
5133 (nnimap-update-info): Store the info for later usage.
5134 (nnimap-request-group): Use the stored info for the dont-check case, so
5135 that we don't retrieve all marks when we enter a group.
5136
5137 * nnimap.el: Use deffoo instead of defun for interface functions.
5138
5139 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5140 update the group info. This makes the nndraft groups, for instance, go
5141 back to their old behaviour.
5142
5143 * gnus-sum.el (gnus-select-newsgroup): Indent.
5144
5145 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5146 in.
5147 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5148 nothing.
5149
5150 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5151 from methods that are denied.
5152
5153 * gnus-int.el (gnus-method-denied-p): New function.
5154
5155 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5156 store the password instead of netrc.
5157 (nnimap-open-connection): Don't error out when we can't make a
5158 connections.
5159
5160 * auth-source.el (auth-source-create): In the password prompt, say what
5161 we're querying for. Also prompt for user name if that hasn't been
5162 given.
5163
5164 * nnimap.el (nnimap-with-process-buffer): Remove.
5165
5166 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5167
5168 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5169 method when we're reading from the agent.
5170
5171 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5172
5173 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5174 that's probably most useful for users.
5175
5176 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5177 "failed" all the time.
5178
5179 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5180 ...)) with (with-current-buffer ... ).
5181
5182 * nntp.el (nntp-open-server): Return whether the open was successful or
5183 not.
5184
5185 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5186 select an unread unseen article first.
5187
5188 * nnimap.el (nnimap-open-connection): If the user doesn't have a
5189 /etc/services, supply some sensible port defaults.
5190
5191 2010-09-17 Julien Danjou <julien@danjou.info>
5192
5193 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5194
5195 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5196
5197 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5198 doesn't have any parameters.
5199
5200 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5201
5202 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5203 only upcased checks.
5204
5205 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5206
5207 * nnimap.el (nnimap-open-shell-stream): New function.
5208 (nnimap-open-connection): Use it.
5209 (nnimap-transform-headers): Get the number of lines in each message.
5210 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5211 number of lines.
5212 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
5213 problem.
5214
5215 * utf7.el (utf7-encode): Autoload.
5216
5217 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5218 to allow the mail splitting to not return a default group. This is
5219 useful for nnimap, which will leave unmatched mail in the inbox.
5220
5221 * nnimap.el: Rewritten.
5222
5223 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5224 nnimap usage.
5225
5226 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5227 if the move is internal, so that nnimap can do fast internal moves.
5228
5229 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5230 data.
5231 (gnus-read-active-for-groups): Support finishing the early retrieval of
5232 data.
5233
5234 * gnus-range.el (gnus-range-nconcat): New function.
5235
5236 * gnus-int.el (gnus-finish-retrieve-group-infos)
5237 (gnus-retrieve-group-data-early): New functions.
5238
5239 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5240
5241 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5242 (nnrss-retrieve-groups):
5243 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5244 (pop3-quit): Use with-current-buffer.
5245
5246 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
5247
5248 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5249 instead of nnheader-accept-process-output.
5250
5251 * gnus-html.el (gnus-html-schedule-image-fetching)
5252 (gnus-html-prefetch-images): Replace process-kill-without-query by
5253 gnus-set-process-query-on-exit-flag.
5254
5255 2010-09-16 Romain Francoise <romain@orebokech.com>
5256
5257 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5258
5259 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5260
5261 * gnus-registry.el (gnus-registry-install-shortcuts): The second
5262 parameter to unintern is mandatory-ish in Emacs 24.
5263
5264 * gnus-html.el (gnus-html-schedule-image-fetching)
5265 (gnus-html-prefetch-images): Check for curl before using it.
5266
5267 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5268 depend on curl, which isn't essential.
5269
5270 * imap.el: Revert back to version
5271 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5272 seem problematic.
5273
5274 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5275
5276 * gnus-registry.el (gnus-registry-install-shortcuts):
5277 Explicitly pass `obarray' to `unintern' to avoid a warning.
5278
5279 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5280
5281 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5282 change.
5283
5284 * nnrss.el (nnrss-request-list): Remove this function and related
5285 functions, including the moreover stuff.
5286
5287 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5288
5289 * nnrss.el (nnrss-retrieve-groups): New function.
5290
5291 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5292
5293 * .dir-locals.el: Add no-byte-compile cookie.
5294
5295 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
5296
5297 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5298 for back end that doesn't support request-scan.
5299
5300 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5301
5302 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5303 then do request scans from the backends.
5304
5305 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5306 avoid running a hook per line, since this takes a lot of time,
5307 profiling shows.
5308 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5309 directly if gnus-visual-p is true.
5310
5311 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5312
5313 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5314 groups; replace mapcar with dolist which is a bit faster; pass groups
5315 info to gnus-read-active-file-1.
5316 (gnus-read-active-file-1): Scan only specified groups if the new
5317 optional arg `infos' is given.
5318
5319 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5320
5321 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5322
5323 * pop3.el (pop3-movemail): Remove.
5324 (pop3-streaming-movemail): Rename to pop3-movemail.
5325
5326 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5327 don't restrict end-tag searches to the end of the line.
5328
5329 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5330
5331 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5332 articles of every unchecked group to t, which means unknown since the
5333 server has never been opened.
5334
5335 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5336
5337 * gnus-html.el (gnus-html-show-alt-text): New command.
5338 (gnus-html-browse-image): Ditto.
5339 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5340 to browse the image directly.
5341 (gnus-html-wash-tags): Search for images first, so that <a><img> works
5342 better.
5343
5344 * gnus-async.el (gnus-async-article-callback):
5345 Call `gnus-html-prefetch-images' unconditionally.
5346
5347 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5348 before feeding URLs to curl.
5349
5350 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5351
5352 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5353 internal images as deletable by `W D D'.
5354
5355 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5356 (gnus-async-article-callback): Fix typo.
5357
5358 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5359
5360 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5361 current line to work around bugs in the output from w3m.
5362
5363 * gnus-async.el (gnus-async-article-callback): Always prefetch images
5364 for groups that want that.
5365
5366 * nntp.el (nntp-wait-for-string): Supply a timeout for
5367 accept-process-output to ensure progress.
5368
5369 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5370 level to get unread articles from, then use that for foreign groups,
5371 too.
5372
5373 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5374 confuses the rest of the function.
5375
5376 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5377 for the methods that support -retrieve-groups, too.
5378
5379 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5380
5381 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
5382
5383 * pop3.el: Require cl when compiling.
5384 (pop3-number-of-responses): Search for "+OK", not "+OK ".
5385
5386 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5387
5388 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5389 that aren't going to be activated.
5390 (gnus-get-unread-articles): Fix up the last commit.
5391
5392 * gnus-html.el (gnus-article-html): Allow calling without specifying
5393 the handle. In that case, dissect the buffer first.
5394
5395 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5396
5397 * nnimap.el (nnimap-open-connection): Revert the change that would look
5398 into authinfo for imaps instead of imap.
5399
5400 * gnus-start.el (gnus-activate-group): Take an optional parameter to
5401 say that you don't want to call gnus-request-group with don-check, but
5402 do check the reponse. This is for virtual groups only.
5403 (gnus-get-unread-articles): Count the archive groups as secondary, so
5404 that they're activated the same way as before.
5405
5406 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5407 case-insensitively.
5408 (nnimap-debug): Remove.
5409
5410 * mail-source.el (mail-source-fetch): Don't message if we're fetching
5411 mail from a file, and the file doesn't exist.
5412
5413 * pop3.el (pop3-streaming-movemail): Return t for success.
5414
5415 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5416 .authinfo if we're using ssl connection.
5417
5418 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5419 already have if we're in a main Gnus `g' run.
5420
5421 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5422
5423 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
5424
5425 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5426
5427 * nnmh.el (nnmh-request-list-1): Bind `file'.
5428
5429 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5430 alias to set-process-query-on-exit-flag or process-kill-without-query.
5431 (pop3-open-server): Use it.
5432
5433 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5434
5435 * mail-source.el (mail-source-delete-crash-box): Always move the crash
5436 box to the Incoming file. Fixes mistake in previous checkin.
5437
5438 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5439 request loop (for debugging purposes) removed.
5440
5441 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5442 culprit is more visible.
5443 (nnml-save-incremental-nov, nnml-open-incremental-nov)
5444 (nnml-add-incremental-nov): New functions to do "incremental" nov
5445 updates, where we just append to the end of the existing nov files
5446 without reading/writing them in full.
5447
5448 * mail-source.el (mail-source-delete-crash-box): Really only check the
5449 incoming files once in a while.
5450
5451 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5452
5453 * mail-source.el (mail-source-delete-crash-box): Only check the
5454 incoming files for deletion once per day to save a lot of file
5455 accesses.
5456
5457 * pop3.el (pop3-logon): Fix up unbound variable typo.
5458
5459 * mail-source.el (pop3-streaming-movemail): Autoload.
5460
5461 * pop3.el (pop3-streaming-movemail):
5462 Respect pop3-leave-mail-on-server.
5463
5464 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5465 retrieval.
5466
5467 * pop3.el (pop3-process-filter): Remove unused function.
5468 (pop3-streaming-movemail, pop3-send-streaming-command)
5469 (pop3-wait-for-messages, pop3-write-to-file)
5470 (pop3-number-of-responses): New functions for streaming pop3
5471 retrieval.
5472
5473 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5474 come from no known methods.
5475 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5476 list.
5477
5478 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5479 message sizes.
5480 (pop3-movemail): Use erase-buffer instead of looping and deleting
5481 regions, which seems rather odd.
5482
5483 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5484 file once per `g' run.
5485
5486 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5487 directories. This makes the draft queue directory work.
5488
5489 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5490 data from the backends, so that we only request the list of groups from
5491 each method once. This should speed things up considerably.
5492
5493 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5494 detect that it's not implemented.
5495
5496 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5497 we actually do recurse down into the tree, but don't stat all leaf
5498 nodes.
5499
5500 * gnus-html.el (gnus-html-show-images): If there are no images to show,
5501 then say so instead of bugging out.
5502
5503 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5504 files exist before trying to read them.
5505
5506 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5507 around <pre_int>.
5508
5509 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5510
5511 * nnmh.el (nnmh-request-list-1): Optimize for speed.
5512
5513 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5514
5515 * mm-util.el (mm-image-load-path): Just return the image directories,
5516 not all directories in the path in addition to the image directories.
5517 (mm-image-load-path): Maintain a cache of the image directories so that
5518 the `g' command in Gnus doesn't have to stat dozens of directories each
5519 time.
5520
5521 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5522 (gnus-html-wash-tags): Add a new `i' command to insert images.
5523 (gnus-html-insert-image): New command and keystroke.
5524 (gnus-html-redisplay-with-images): New command and keystroke.
5525 (gnus-html-show-images): Rename command.
5526 (gnus-html-wash-tags): Remove more white space before <pre_int> image
5527 spacers.
5528 (gnus-html-wash-tags): Decode entities at the end, so that entities
5529 inside the tags don't mess up the rest of the "parsing".
5530
5531 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5532 so that nnimap methods aren't agentized by default. There's apparently
5533 many problems related to agent/imap behaviour.
5534
5535 * gnus-art.el (gnus-article-copy-string): New command and key binding.
5536
5537 * gnus-html.el: Doc fix.
5538
5539 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
5540
5541 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5542 glyph-width and glyph-height instead of display-graphic-p and
5543 image-size; make avoidance of displaying small images work for XEmacs.
5544
5545 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5546 for XEmacs.
5547
5548 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5549 of symbol that holds plist data.
5550 (gnus-process-plist): Remove plist of process after getting it.
5551
5552 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5553
5554 * message.el (message-generate-hashcash): Change default to
5555 'opportunistic if hashcash is installed.
5556
5557 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5558 (gnus-html-put-image): Only call image-size once, since it's somewhat
5559 time-consuming on remote X servers.
5560
5561 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
5562
5563 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5564 decoded contents.
5565 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5566
5567 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5568
5569 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5570 group line format, since it isn't very interesting.
5571
5572 * gnus-agent.el (gnus-agent-short-article),
5573 (gnus-agent-long-article): Increase values for these two variables,
5574 since most people are likely to have more network connection and
5575 storage than before.
5576
5577 * gnus.el (gnus-refer-article-method): Change default to 'current.
5578 When referring an article, the common behaviour is to refer it from the
5579 current select method, not the native select method. The chances of
5580 the native select method having the message in question is rather slim
5581 these days.
5582
5583 * gnus-sum.el (gnus-auto-select-subject): Change default to
5584 `unseen-or-unread'. I think it's likely that most people want to
5585 select an unseen article over a previously seen, but unread one.
5586
5587 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
5588 means that in the article buffer none of the minor mode elements will
5589 be shown, usually, and this is not desirable in most cases.
5590
5591 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5592 that commands like `d' (and the like) go to the next line in the
5593 buffer, instead of the next unread article. I think this is the
5594 behaviour that is most natural for most users.
5595 (gnus-single-article-buffer): Change default to nil, so that people can
5596 have as many article buffers open as they have summary buffer. I think
5597 this is the most natural way for the groups to behave.
5598
5599 * message.el (message-generate-new-buffers): Change default to
5600 `unsent', so that all new message buffers start their names with the
5601 string "*unsent", and it's easier to find the buffers if you move from
5602 them.
5603
5604 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5605
5606 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5607 small. They're probably tracking images.
5608 (gnus-html-wash-tags): Remove all <pre_int> place holders.
5609 (gnus-html-rescale-image): Yet another try at getting the image sizing
5610 right.
5611
5612 * nntp.el (nntp-request-set-mark): Refuse to do marks if
5613 nntp-marks-file-name is nil.
5614
5615 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5616
5617 * gnus-html.el (gnus-html-wash-tags)
5618 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5619 Better logging.
5620
5621 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5622
5623 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5624
5625 * gnus-html.el (gnus-html-wash-tags): Check the value of
5626 gnus-blocked-images in the summary buffer.
5627
5628 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5629
5630 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5631
5632 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5633
5634 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5635 like "a", it seems like.
5636 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5637 since it needs to be picked from the correct buffer.
5638
5639 * nnwfm.el: Remove.
5640
5641 * nnlistserv.el: Remove.
5642
5643 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5644
5645 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5646 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5647
5648 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5649
5650 * nnkiboze.el: Remove.
5651
5652 * nndb.el: Remove.
5653
5654 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5655 alt text.
5656 (gnus-html-rescale-image): Try to get the rescaling logic right for
5657 images that are just wide and not tall.
5658
5659 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5660 overshadow variable bindings.
5661
5662 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5663
5664 * gnus-html.el (gnus-html-wash-tags)
5665 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5666 Add extra logging.
5667
5668 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5669
5670 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5671 (gnus-max-image-proportion): New variable.
5672 (gnus-html-rescale-image): New function.
5673 (gnus-html-put-image): Rescale images.
5674
5675 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5676
5677 Fix up some byte-compiler warnings.
5678 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5679 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5680 (gnus-article-fill-cited-article, gnus-article-hide-citation)
5681 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5682 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5683 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5684 (gnus-group-update-group): Use save-excursion and with-current-buffer.
5685
5686 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5687
5688 * gnus-html.el (gnus-article-html): Decode contents by charset.
5689
5690 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5691
5692 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5693 (gnus-html-frame-width, gnus-blocked-images)
5694 * message.el (message-prune-recipient-rules): Add custom version.
5695 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5696
5697 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5698 functions.
5699
5700 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5701 gnus-process-get.
5702
5703 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
5704
5705 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5706 instead of lsub directly.
5707
5708 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5709
5710 * nnwarchive.el: Remove.
5711
5712 * gnus-soup.el: Remove.
5713
5714 * nnsoup.el: Remove.
5715
5716 * nnultimate.el: Remove.
5717
5718 * gnus-html.el (gnus-blocked-images): New variable.
5719
5720 * message.el (message-prune-recipients): New function.
5721 (message-prune-recipient-rules): New variable.
5722
5723 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5724 guess whether a long line is natural text or not.
5725
5726 * gnus-html.el (gnus-html-schedule-image-fetching):
5727 Use gnus-process-plist and friends for compatibility.
5728
5729 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5730
5731 * gnus-html.el: Require packages that define macros used in this file.
5732 (gnus-article-mouse-face): Declare to silence byte-compiler.
5733 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5734 process-get.
5735 (gnus-html-put-image): Use plist-get to avoid getf.
5736 (gnus-html-prefetch-images): Use with-current-buffer.
5737
5738 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5739
5740 * gnus-ems.el: Provide compatibility functions for
5741 gnus-set-process-plist.
5742
5743 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5744 * gnus.el (gnus-valid-select-methods)
5745 * message.el (message-send-mail-partially-limit)
5746 * mm-decode.el (mm-text-html-renderer)
5747 * mml.el (mml-insert-mime-headers-always)
5748 * smiley.el (smiley-regexp-alist): Bump custom version.
5749
5750 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5751
5752 * gnus-html.el: require mm-url.
5753 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5754 with the url to `url'.
5755 (gnus-html-wash-tags): Support cid: URLs/images.
5756
5757 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5758
5759 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5760 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5761 bindings, as they aren't useful at all. `w' is moved to `W w'.
5762
5763 * gnus-move.el: Remove file, since it doesn't really work.
5764
5765 * gnus-html.el (gnus-article-html): Tell w3m that the input is
5766 UTF-8. This seems to fix problems with some German web feeds.
5767
5768 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5769 at the top so that the proper colours are applied.
5770
5771 * gnus-art.el (gnus-article-view-part): Doc fix.
5772
5773 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5774 XEmacs-compatible.
5775 (gnus-html-put-image): Don't do images on non-graphic displays.
5776
5777 * nnslashdot.el: Remove this unused backend.
5778
5779 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5780 actions.
5781 (gnus-undo-register-1): Revert last change.
5782
5783 * gnus-group.el (gnus-group-completing-read): Protect against not
5784 having completion-styles bound.
5785
5786 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5787 make broken recipients happier.
5788
5789 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5790
5791 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5792 point parameter.
5793
5794 * gnus-group.el (gnus-group-completing-read): Add 'substring to
5795 completion-styles for group selection.
5796
5797 2009-02-04 Andreas Schwab <schwab@suse.de>
5798
5799 * gnus-score.el (gnus-score-string): Fix regex for matching extra
5800 headers and regexp-quote the match if necessary.
5801
5802 2009-03-24 Miles Bader <miles@gnu.org>
5803
5804 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5805 the blinking smiley.
5806
5807 2009-03-24 Simon Josefsson <simon@josefsson.org>
5808
5809 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5810 blink smiley.
5811
5812 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5813
5814 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5815 where the dribbel file lives exists.
5816
5817 * message.el (message-send-mail-partially-limit): Change the default to
5818 nil, since most people don't want this.
5819
5820 * mm-url.el (mm-url-decode-entities): Also decode entities like
5821 &#x3212.
5822
5823 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
5824
5825 * gnus-sum.el (gnus-summary-idna-message):
5826 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5827 Hyperlink urls in docstrings with URL `...'.
5828
5829 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
5830
5831 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5832 functions.
5833
5834 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5835
5836 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5837 say what the mouseover text should be.
5838
5839 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5840 version of the mm-w3m-safe-url-regexp variable to only download images
5841 in the groups where we want that to happen.
5842
5843 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5844
5845 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5846 easier debugging.
5847 (gnus-article-beginning-of-window): Add kludge to allow spacing past
5848 big pictures in the article buffer.
5849
5850 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5851 gnus-article-html.
5852 (mm-text-html-renderer): gnus-article-html needs curl in addition to
5853 w3m.
5854
5855 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5856
5857 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5858
5859 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5860 which doesn't exist.
5861
5862 * message.el (message-inhibit-ecomplete): New variable to allow some
5863 function to inhibit ecomplete address storage.
5864 (message-resend): Disable ecomplete message storage when resending
5865 messages.
5866
5867 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5868
5869 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
5870
5871 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5872 Save excursion while copying, moving, and deleting articles in order to
5873 prevent the cursor from jumping to unforeseen place.
5874
5875 2010-08-17 Glenn Morris <rgm@gnu.org>
5876
5877 * gnus-sync.el: Require gnus components whose functions are used.
5878
5879 * gnus-art.el (bookmark-make-record-function):
5880 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5881 Declare for compiler.
5882
5883 * mm-url.el (mml-compute-boundary): Autoload.
5884
5885 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
5886
5887 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5888
5889 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
5890
5891 Typo fix "hoo4a" -> "hook".
5892
5893 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5894
5895 2010-08-14 Glenn Morris <rgm@gnu.org>
5896
5897 * gnus-sync.el (gnus-sync): Fix defgroup version.
5898
5899 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
5900
5901 Doc fixes and keep unknown groups (ammended for nunion bug fix).
5902
5903 * gnus-sync.el: Fix docs.
5904 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5905 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5906
5907 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5908
5909 Optimizations for gnus-sync.el.
5910
5911 * gnus-sync.el: Add docs about gnus-sync-backend
5912 possibilities.
5913 (gnus-sync-save): Remove unnecessary message.
5914 (gnus-sync-read): Optimize and show what groups were skipped.
5915
5916 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5917
5918 Minor bug fixes for gnus-sync.el.
5919
5920 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5921 Don't read the sync on get-new-news.
5922
5923 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5924 quiet.
5925
5926 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5927 (fix typo).
5928
5929 2010-07-30 Lawrence Mitchell <wence@gmx.li>
5930
5931 Make saving and restoring of hidden threads work with overlays.
5932 Patch applied by Ted Zlatanov.
5933
5934 * gnus-sum.el (gnus-hidden-threads-configuration)
5935 (gnus-restore-hidden-threads-configuration): Update to deal with text
5936 properties, rather than searching for a magic character.
5937
5938 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5939
5940 New gnus-sync.el library for synchronization of marks.
5941
5942 * gnus-sync.el: New library for synchronization of marks.
5943
5944 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5945 renamed from `gnus-registry-grep-in-list'.
5946
5947 * gnus-registry.el (gnus-registry-follow-group-p):
5948 Use `gnus-grep-in-list'.
5949
5950 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5951
5952 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
5953
5954 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5955 determining charset of text fails.
5956
5957 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
5958
5959 * nnmail.el (nnmail-get-new-mail-1): Revert.
5960
5961 * nnml.el (nnml-active-number): Make sure names of newly created groups
5962 in nnml-group-alist are encoded.
5963
5964 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
5965
5966 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5967 containing non-ASCII characters in active file for nnml back end.
5968
5969 2010-07-24 David Engster <dengste@eml.cc>
5970
5971 * mml-smime.el (mml-smime-epg-verify): Also accept the older
5972 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5973
5974 2010-07-21 Daiki Ueno <ueno@unixuser.org>
5975
5976 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5977 tag (Bug#6654).
5978
5979 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
5980
5981 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5982 the article buffer, not the summary buffer.
5983
5984 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
5985
5986 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5987 Emacs 23 as well.
5988
5989 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5990
5991 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5992 Patch applied by Karl Fogel.
5993
5994 * gnus-sum.el (gnus-summary-bookmark-make-record):
5995 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5996
5997 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5998
5999 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6000 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
6001 C-w still not working correctly from Article buffers; Thierry's
6002 patch to fix that will be applied after this.
6003
6004 * gnus-art.el (bookmark-make-record-function): New local variable.
6005
6006 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6007 article buffer.
6008 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6009
6010 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6011
6012 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6013 on changes in bookmark.el.
6014
6015 2010-06-22 Mark A. Hershberger <mah@everybody.org>
6016
6017 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6018 the *other* type of HTML form submission.
6019
6020 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
6021
6022 * auth-source.el (auth-source-pick): If choice does not contain a
6023 questioned keyword, set the check to t.
6024
6025 2010-06-12 Romain Francoise <romain@orebokech.com>
6026
6027 * gnus-util.el (gnus-date-get-time): Move up before first use.
6028
6029 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
6030
6031 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6032 (gnus-article-edit-part): Bind it to make last part that is substituted
6033 or deleted visible.
6034 (gnus-mime-display-single): Buttonize part of which id equals to
6035 gnus-mime-buttonized-part-id.
6036
6037 2010-06-10 Dan Christensen <jdc@uwo.ca>
6038
6039 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6040 (gnus-dd-mmm): Use gnus-date-get-time.
6041 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6042 simplify logic.
6043 (gnus-summary-limit-to-age): Use gnus-date-get-time.
6044 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6045
6046 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
6047
6048 * auth-source.el (top): Autoload `secrets-list-collections',
6049 `secrets-create-item', `secrets-delete-item'.
6050 (auth-sources): Fix tag string.
6051 (auth-get-source, auth-source-retrieve, auth-source-create)
6052 (auth-source-delete): New defuns.
6053 (auth-source-pick): Rewrite in order to avoid 2 passes.
6054 (auth-source-forget-user-or-password): New parameter USERNAME.
6055 (auth-source-user-or-password): New parameters CREATE-MISSING and
6056 DELETE-EXISTING. Retrieve password interactively, if needed.
6057
6058 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6059
6060 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6061 deleting unused directories when gnus-expert-user is t.
6062
6063 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
6064
6065 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6066 for each temp file when gnus-article-browse-delete-temp is ask.
6067
6068 2010-05-20 Kevin Ryde <user42@zip.com.au>
6069
6070 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
6071
6072 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
6073
6074 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6075 article unless decoding article to be saved.
6076
6077 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6078
6079 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6080 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6081 generated within the mm-with-unibyte-current-buffer macro.
6082
6083 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6084
6085 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6086 to nil when we're in a mml-preview buffer and no group is selected.
6087
6088 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
6089
6090 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6091 when catching the `C-g'. Reported by "Leo".
6092
6093 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6094
6095 * message.el (message-forward-make-body-plain)
6096 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6097 multibyte-string-p.
6098
6099 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6100
6101 * message.el (message-forward-make-body-mml): Assume original message
6102 is multibyte string; error on unibyte.
6103 (message-forward-make-body-plain): Ditto; don't add excessive newline
6104 in body end.
6105
6106 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
6107
6108 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6109 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
6110
6111 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
6112
6113 * mm-extern.el (mm-extern-url): Don't use
6114 mm-with-unibyte-current-buffer.
6115 (mm-extern-cache-contents): Use with-current-buffer instead of
6116 save-excursion + set-buffer.
6117
6118 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6119
6120 * mm-util.el (mm-emacs-mule): Remove.
6121
6122 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
6123
6124 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6125 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6126 change.
6127
6128 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6129
6130 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6131 bind the default value of enable-multibyte-characters to nil.
6132
6133 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6134
6135 * message.el (message-forward-make-body-plain)
6136 (message-forward-make-body-mml):
6137 Don't use mm-with-unibyte-current-buffer.
6138
6139 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
6140
6141 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6142 (Bug#5592).
6143
6144 2010-05-07 Julien Danjou <julien@danjou.info>
6145
6146 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6147 it to mm-pipe-part.
6148
6149 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6150 it is given.
6151
6152 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
6153
6154 * nnweb.el (nnweb-gmane-search)
6155 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6156 XEmacs.
6157
6158 * gnus-art.el (gnus-article-browse-html-parts)
6159 * gnus-group.el (gnus-read-ephemeral-gmane-group)
6160 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6161 make-temp-file.
6162
6163 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6164 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6165 compiling.
6166
6167 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6168 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6169 XEmacs when compiling.
6170
6171 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6172 gnus-pick-mode-off-hook for XEmacs when compiling.
6173 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6174 gnus-binary-mode-off-hook for XEmacs when compiling.
6175
6176 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6177 Return nil if char-charset is not available.
6178
6179 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6180 macro.
6181
6182 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6183 instead of encode-coding-string.
6184
6185 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6186 'xemacs) instead of mm-emacs-mule to switch function definitions.
6187 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6188
6189 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
6190
6191 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6192
6193 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
6194
6195 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6196 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6197
6198 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
6199
6200 * mm-util.el (mm-decompress-buffer): Use `delete-file';
6201 alias `jka-compr-delete-temp-file' no longer exists.
6202
6203 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6204
6205 Use define-minor-mode in Gnus where applicable.
6206 * mml.el (mml-mode): Use define-minor-mode.
6207 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6208 (gnus-undo-mode): Use define-minor-mode.
6209 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6210 (gnus-dead-summary-mode): Use define-minor-mode.
6211 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6212 Initialize in declaration.
6213 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6214 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6215 (gnus-mailing-list-mode): Use define-minor-mode.
6216 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6217 (gnus-draft-mode): Use define-minor-mode.
6218 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6219 (gnus-dired-mode): Use define-minor-mode.
6220
6221 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
6222
6223 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6224 handles on recursive mml-to-mime translation and check them for
6225 boundary delimiter collisions. Reported by Greg Troxel.
6226
6227 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6228
6229 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6230
6231 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6232
6233 * mm-util.el (mm-find-buffer-file-coding-system):
6234 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6235
6236 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
6237
6238 * message.el (message-generate-headers): Record insertion of optional
6239 headers as well. Otherwise the check to prevent repeated insertion of
6240 optional headers is a no-op.
6241
6242 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
6243
6244 * smime.el: Don't mention CVS.
6245
6246 * nnrss.el (nnrss-fetch): Don't mention CVS.
6247
6248 * nnir.el: Don't mention CVS.
6249
6250 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6251
6252 * gnus-sum.el (gnus-summary-bookmark-make-record):
6253 Add `location' field.
6254
6255 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6256
6257 * gnus-sum.el: Add bookmark declarations to silence the compiler.
6258 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6259 Use with-current-buffer to silence the byte-compiler.
6260 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6261 bother to require `gnus'.
6262 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
6263
6264 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6265
6266 * gnus-sum.el (gnus-summary-bookmark-make-record)
6267 (gnus-summary-bookmark-jump): New functions.
6268 (gnus-summary-mode): Setup bookmark support.
6269
6270 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
6271
6272 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6273 if set.
6274
6275 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6276
6277 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6278 gnus-article-browse-html-save-cid-image; make it work recursively for
6279 forwarded messages as well.
6280 (gnus-article-browse-html-parts): Work when prefix arg is given.
6281 (gnus-article-browse-html-article): Doc fix.
6282
6283 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
6284
6285 * message.el (message-default-mail-headers):
6286 (message-default-headers): Carry the value mail-default-headers over
6287 into message-default-mail-headers, rather than message-default-headers.
6288
6289 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
6290
6291 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6292 charset.
6293
6294 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6295 charset into the <meta> tag when the article is encoded to utf-8.
6296
6297 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
6298
6299 * gnus-art.el (gnus-article-browse-delete-temp-files):
6300 Delete directories as well.
6301 (gnus-article-browse-html-parts): Work for images that do not specify
6302 file names; delete temp directory when quitting; insert header at the
6303 right place; use file: scheme for image files.
6304
6305 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
6306
6307 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6308 (gnus-article-browse-html-parts): Use it to make temporary cid image
6309 files in addition to html file so that browser may display them.
6310
6311 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
6312
6313 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6314
6315 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6316
6317 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6318
6319 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
6320
6321 * auth-source.el (auth-sources): Change default to be simpler.
6322 Explain about Secret Service API sources. Improve Customize options.
6323 (auth-source-pick): Change to accept any number of search parameters.
6324 Implement fallbacks iteratively, not recursively. Add scoring on the
6325 second pass and sort by score. Call Secret Service API when needed.
6326 (auth-source-user-or-password): Use it. Call Secret Service API
6327 directly when needed to get the user name and the password.
6328
6329 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6330
6331 * message.el (message-interactive): Doc fix.
6332 (message-qmail-inject-args): Reflow.
6333 (message-kill-to-signature): Fix typo in docstring.
6334
6335 * smiley.el (smiley-buffer): Fix typo in docstring.
6336
6337 2010-03-24 Glenn Morris <rgm@gnu.org>
6338
6339 * mail-source.el (gnus-message): Declare.
6340 (mail-source-delete-old-incoming): Require gnus-util.
6341
6342 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
6343
6344 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6345
6346 * message.el (ecomplete-setup): Autoload it for Emacs <23.
6347
6348 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6349 password-cache's default if it is not bound.
6350 (mml-secure-passphrase-cache-expiry): Default to 16 that is
6351 password-cache-expiry's default if it is not bound.
6352
6353 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6354 available in Emacs 21.
6355
6356 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
6357
6358 * auth-source.el (auth-sources): Fix up definition so extra parameters
6359 are always inline.
6360
6361 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
6362
6363 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6364 wasn't updated after mismatch. Clear cached mailbox info correctly
6365 when uidvalidity changes.
6366 (nnimap-group-prefixed-name): New function to avoid some code
6367 duplication.
6368 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6369 (nnimap-request-group): Use it.
6370 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6371 (nnimap-update-unseen): Significantly improved speed of Gnus startup
6372 with many imap folders. This is done by caching the group status from
6373 the imap server persistently in a group parameter `imap-status'. (This
6374 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6375 but not persistently, so every Gnus startup was still very slow.)
6376
6377 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6378
6379 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
6380 secrets.el dependency.
6381 (auth-sources): Add optional user name. Add secrets.el configuration
6382 choice (unused right now).
6383
6384 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6385
6386 * gnus-sum.el (gnus-summary-make-menu-bar):
6387 Let `gnus-registry-install-shortcuts' fill in the functions.
6388
6389 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6390 warnings.
6391 (gnus-registry-misc-menus): Variable to hold registry mark menus.
6392 (gnus-registry-install-shortcuts): Populate and use it in a
6393 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6394
6395 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
6396
6397 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6398 In-place substitutions for the group name encoding/decoding.
6399 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6400 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6401 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6402 (nnimap-update-unseen, nnimap-request-list)
6403 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6404 (nnimap-request-set-mark, nnimap-split-to-groups)
6405 (nnimap-split-articles, nnimap-request-newgroups)
6406 (nnimap-request-create-group, nnimap-request-accept-article)
6407 (nnimap-request-delete-group, nnimap-request-rename-group)
6408 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
6409 `encoded-mbx' for consistency.
6410 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6411 variable `imap-current-mailbox'.
6412
6413 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6414 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6415
6416 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
6417
6418 * pop3.el (pop3-display-message-size-flag): Display message size byte
6419 counts during POP3 download.
6420 (pop3-movemail): Use it.
6421 (pop3-list): Implement listing of available messages.
6422
6423 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
6424
6425 * nnir.el (nnir-get-article-nov-override-function): New function to
6426 override the normal NOV retrieval.
6427 (nnir-retrieve-headers): Use it.
6428
6429 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
6430
6431 * auth-source.el (netrc-machine-user-or-password): Autoload.
6432
6433 2010-03-19 Glenn Morris <rgm@gnu.org>
6434
6435 Stop message.el from loading about 40 libraries it doesn't always need.
6436 The general approach is to autoload rather than require, and to
6437 require in the specific functions rather than the file. (Bug#5642)
6438
6439 * gmm-utils.el: Don't require wid-edit.
6440 (widget-create-child-value, widget-convert, widget-default-get):
6441 Autoload.
6442
6443 * gnus-util.el: Don't require time-date, netrc.
6444 (message-fetch-field, gnus-group-name-decode): Declare rather than
6445 autoloading.
6446 (gnus-fetch-field): Require message.
6447 (gnus-decode-newsgroups): Require gnus-group.
6448
6449 * ietf-drums.el: Don't require time-date.
6450
6451 * message.el: Don't require hashcash, canlock, ecomplete.
6452 Do require mail-utils. Require nnheader only when compiling.
6453 (smtpmail-default-smtp-server): Remove declaration.
6454 (message-send-mail-function): Check smtpmail-default-smtp-server
6455 is bound rather than requiring smtpmail.
6456 (message-auto-save-directory, message-insert-signature):
6457 Use expand-file-name rather than nnheader-concat.
6458 (nnheader-insert-file-contents): Autoload.
6459 (hashcash-wait-async): Declare.
6460 (message-send-mail): Only call gnus-setup-posting-charset if
6461 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
6462 (message-send-mail-with-sendmail): Require sendmail.
6463 (canlock-password, canlock-password-for-verify): Declare.
6464 (message-canlock-password): Require canlock.
6465 (nnheader-get-report): Autoload.
6466 (gnus-setup-posting-charset): Declare.
6467 (message-send-news): Require gnus-msg.
6468 (message-make-references, message-make-in-reply-to): Use mail-header-id
6469 rather than the alias mail-header-message-id.
6470 (ecomplete-add-item, ecomplete-save): Declare.
6471 (message-put-addresses-in-ecomplete): Require ecomplete.
6472 (ecomplete-display-matches): Autoload.
6473
6474 * mm-decode.el: Don't require mailcap, gnus-util.
6475 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6476 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6477 Autoload.
6478 (mailcap-mime-extensions): Declare.
6479
6480 * mm-encode.el: Don't require mailcap.
6481 (mailcap-extension-to-mime): Autoload.
6482
6483 * mml-sec.el: Don't require password-cache.
6484
6485 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6486 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6487 (mml-minibuffer-read-type): Require mailcap.
6488 (mml-preview): Require gnus-msg.
6489
6490 * mml1991.el: Require password-cache.
6491 (password-cache-expiry): Remove declaration.
6492
6493 * mml2015.el: Require password-cache.
6494 (password-cache-expiry): Remove declaration.
6495
6496 * nneething.el (mailcap): Require mailcap.
6497
6498 * nnheader.el (declare-function): Add compatibility stub.
6499 (message-remove-header): Declare rather than autoload.
6500 (nnheader-replace-header): Require message.
6501
6502 * nnimap.el (declare-function): Add compatibility stub.
6503 (netrc-parse, netrc-machine-user-or-password): Declare.
6504 (nnimap-open-connection): Require netrc.
6505
6506 * nntp.el (declare-function): Add compatibility stub.
6507 (netrc-parse, netrc-machine, netrc-get): Declare.
6508 (nntp-send-authinfo): Require netrc.
6509
6510 * rfc2047.el: Don't require qp.
6511 (quoted-printable-encode-region, quoted-printable-decode-string):
6512 Autoload.
6513
6514 * sieve-mode.el: Don't require easymenu.
6515 (easy-menu-add-item): Autoload it.
6516
6517 * spam-stat.el (time-to-number-of-days): Autoload it.
6518
6519 2010-03-17 Kevin Ryde <user42@zip.com.au>
6520
6521 * mml.el (mml-read-tag): Unquote values with `read' to reverse
6522 prin1 in mml-insert-tag (just stripping the quotes gave wrong
6523 value if any backslash escapes).
6524
6525 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6526
6527 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6528 if it is available. (bug#5647)
6529
6530 2010-02-26 Glenn Morris <rgm@gnu.org>
6531
6532 * message.el (message-send-mail-function): Change the default, so that
6533 it inherits from a customized send-mail-function. (Bug#5643)
6534
6535 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6536
6537 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6538 shell-command-to-string signals an error (bug#5299).
6539
6540 2010-02-24 Glenn Morris <rgm@gnu.org>
6541
6542 * message.el (message-smtpmail-send-it)
6543 (message-send-mail-with-mailclient): Doc fixes.
6544
6545 2010-02-16 Glenn Morris <rgm@gnu.org>
6546
6547 * message.el (message-default-mail-headers): Change the default value
6548 to ease the transition from mail-mode to message-mode. (Bug#5555)
6549
6550 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
6551
6552 * message.el (message-mail): Just pass yank-action on to message-setup.
6553 (message-setup): Handle (FUN . ARGS) form of yank-action.
6554 (message-with-reply-buffer, message-widen-reply)
6555 (message-yank-original): Handle non-buffer values of
6556 message-reply-buffer (Bug#4080).
6557 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6558
6559 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
6560
6561 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6562 Fix typo in docstring.
6563
6564 2010-01-08 Jason Rumney <jasonr@gnu.org>
6565
6566 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6567 response.
6568
6569 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6570
6571 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6572
6573 * message.el (message-check-news-header-syntax): Protect against a
6574 string that `rfc822-addresses' returns when parsing fails.
6575
6576 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6577
6578 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6579 (gnus-previous-char-property-change): New functions.
6580
6581 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6582
6583 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
6584
6585 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6586 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
6587
6588 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
6589
6590 * message.el (message-exchange-point-and-mark): Rework last change to
6591 avoid using optional arg of exchange-point-and-mark, for backward
6592 compatibility.
6593
6594 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
6595
6596 * message.el (message-exchange-point-and-mark):
6597 Call exchange-point-and-mark with an argument rather than setting
6598 mark-active by hand (Bug#5175).
6599
6600 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
6601
6602 * nntp.el (nntp-service-to-port): Work for service expressed with
6603 numeric string; replace [:digit:] with [0-9] for XEmacs.
6604
6605 2009-12-17 Glenn Morris <rgm@gnu.org>
6606
6607 * gnus-group.el (gnus-bug-group-download-format-alist):
6608 Change emacs entry to debbugs.gnu.org. Bump :version.
6609
6610 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6611
6612 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6613
6614 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6615
6616 * message.el (message-info): Explain why we use `Info-goto-node'.
6617
6618 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6619
6620 * message.el (message-completion-in-region): New compatibility function.
6621 (message-expand-group): Use it.
6622
6623 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
6624
6625 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6626 with no unread article should be listed if the 2nd arg `predicate' is
6627 given.
6628
6629 2009-11-29 Juri Linkov <juri@jurta.org>
6630
6631 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6632 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
6633 on `gnus-recenter'. (Bug#4698, Bug#4981)
6634
6635 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6636
6637 * message.el (message-from-style, message-interactive)
6638 (message-signature): Always set default values from the corresponding
6639 mail-* variables.
6640 (message-cite-prefix-regexp, message-sendmail-envelope-from)
6641 (message-yank-prefix, message-indentation-spaces)
6642 (message-signature-file, message-default-headers): Use boundp rather
6643 than (featurep 'xemacs) to check if the corresponding mail-* variables
6644 exist.
6645
6646 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
6647
6648 * message.el (message-send-mail-with-sendmail): Revert last change.
6649
6650 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
6651
6652 * message.el (message-from-style, message-interactive)
6653 (message-cite-prefix-regexp, message-sendmail-envelope-from)
6654 (message-yank-prefix, message-indentation-spaces, message-signature)
6655 (message-signature-file, message-default-headers): For GNU Emacs, set
6656 default values from the corresponding mail-* variables.
6657 (message-send-mail-with-sendmail): Use envelope-from only if
6658 mail-specify-envelope-from is non-nil.
6659
6660 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6661
6662 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6663 containing tspecial characters if they have been already quoted.
6664
6665 2009-10-24 Glenn Morris <rgm@gnu.org>
6666
6667 * gnus-art.el (help-xref-stack-item): Define for compiler.
6668
6669 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6670
6671 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6672
6673 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6674
6675 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6676 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6677
6678 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
6679
6680 * gnus.el (gnus-overlay-get): New alias to overlay-get.
6681 (gnus-overlays-in): New alias to overlays-in.
6682
6683 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6684 gnus-overlay-get, and gnus-delete-overlay.
6685 (gnus-summary-show-thread): Make it work as well for systems in which
6686 next-single-char-property-change is not available.
6687 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6688
6689 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
6690
6691 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6692
6693 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6694
6695 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6696 and XEmacs that don't have `remove-overlays'.
6697
6698 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6699
6700 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6701 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6702 selective display. Use overlays instead.
6703
6704 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6705
6706 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6707
6708 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6709
6710 * spam-stat.el (spam-stat-load): Fix typo in message.
6711
6712 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
6713
6714 * gnus-art.el (gnus-article-encrypt-body):
6715 * message.el (message-check-recipients):
6716 * mm-util.el (mm-codepage-setup):
6717 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6718 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6719
6720 2009-09-22 Daiki Ueno <ueno@unixuser.org>
6721
6722 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6723 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6724 keys from the menu if mm-{sign,encrypt}-option is 'guided.
6725 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6726 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6727
6728 2009-09-18 Glenn Morris <rgm@gnu.org>
6729
6730 * gnus-diary.el (gnus-diary-check-message):
6731 * message.el (message-insert-formatted-citation-line):
6732 * nnbabyl.el (top-level):
6733 * nndiary.el (nndiary-schedule):
6734 Fix typos in condition-case handlers.
6735
6736 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
6737
6738 * gnus-art.el (gnus-article-edit-part): Work for the buffer
6739 configuration that provides the sole article window in a frame;
6740 position point correctly after deleting a part.
6741
6742 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
6743
6744 * spam.el (spam-unregister-on-reregister): Add boolean variable.
6745 (spam-resolve-registrations-routine): Use it to unregister articles
6746 that change status.
6747
6748 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6749
6750 * nnrss.el (nnrss-request-article): Remove binding of
6751 default-enable-multibyte-characters that has gotten needless by
6752 the 2007-07-13 change in rfc2047-encode-message-header.
6753
6754 * mml.el (mml-insert-multipart): Error on the message header.
6755 (mml-insert-part): Error on the message header; position point at
6756 the end of a MIME tag.
6757
6758 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6759
6760 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6761 (gnus-float-time): Alias to float-time if it exists.
6762
6763 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6764 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6765 float-time is available; suppress compile warning for time-to-seconds.
6766
6767 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6768
6769 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6770 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6771 Add the optional argument `encoding' that overrides the default.
6772
6773 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6774 mm-encode-buffer.
6775
6776 2009-09-04 Glenn Morris <rgm@gnu.org>
6777
6778 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6779 mm-disable-multibyte, rather than default-enable-multibyte-characters.
6780 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6781 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6782 * mm-util.el (mm-with-unibyte-current-buffer)
6783 (mm-find-buffer-file-coding-system):
6784 * yenc.el (yenc-decode-region): Use default-value rather than
6785 default-enable-multibyte-characters.
6786
6787 2009-09-03 Glenn Morris <rgm@gnu.org>
6788
6789 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6790 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6791 than default-enable-multibyte-characters.
6792
6793 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
6794
6795 * gnus-art.el (gnus-article-read-summary-keys):
6796 Fix gnus-buffer-configuration's value temporarily used.
6797
6798 2009-09-02 Glenn Morris <rgm@gnu.org>
6799
6800 * gnus-util.el (gnus-float-time): New function.
6801 * gnus-delay.el (gnus-delay-article):
6802 * gnus-sum.el (gnus-thread-latest-date):
6803 * gnus-util.el (gnus-user-date): Use gnus-float-time.
6804 * nnspool.el (nnspool-request-newgroups):
6805 Use gnus-float-time rather than time-to-seconds.
6806 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6807
6808 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6809 (gnus-header-subject-face, gnus-header-newsgroups-face)
6810 (gnus-header-name-face, gnus-header-content-face):
6811 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6812 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6813 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6814 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6815 (gnus-cite-face-11):
6816 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6817 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6818 (gnus-server-closed-face, gnus-server-denied-face)
6819 (gnus-server-offline-face):
6820 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6821 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6822 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6823 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6824 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6825 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6826 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6827 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6828 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6829 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6830 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6831 (gnus-summary-selected-face, gnus-summary-cancelled-face)
6832 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6833 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6834 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6835 (gnus-summary-high-undownloaded-face)
6836 (gnus-summary-low-undownloaded-face)
6837 (gnus-summary-normal-undownloaded-face)
6838 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6839 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6840 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6841 (gnus-splash-face):
6842 * message.el (message-header-to-face, message-header-cc-face)
6843 (message-header-subject-face, message-header-newsgroups-face)
6844 (message-header-other-face, message-header-name-face)
6845 (message-header-xheader-face, message-separator-face)
6846 (message-cited-text-face, message-mml-face):
6847 * sieve-mode.el (sieve-control-commands-face)
6848 (sieve-action-commands-face, sieve-test-commands-face)
6849 (sieve-tagged-arguments-face):
6850 * spam.el (spam-face):
6851 Mark face aliases with "-face" in the name as obsolete.
6852
6853 2009-09-01 Glenn Morris <rgm@gnu.org>
6854
6855 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6856 than goto-line.
6857
6858 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6859
6860 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6861 Don't move point if the command is invoked inside the message header.
6862
6863 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6864
6865 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6866 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6867 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6868 * nnir.el (nnir-swish-e-index-file):
6869 * gnus-sum.el (gnus-summary-delete-marked-as-read)
6870 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6871 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6872 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6873 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6874 (gnus-treat-display-xface): Add Emacs version of obsolescence.
6875
6876 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
6877
6878 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6879 Don't save excursion.
6880
6881 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6882
6883 * nnheader.el (nnheader-find-file-noselect):
6884 * mm-util.el (mm-insert-file-contents):
6885 Use (default-value 'major-mode) instead of default-major-mode.
6886
6887 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6888
6889 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6890
6891 2009-08-25 Glenn Morris <rgm@gnu.org>
6892
6893 * nnir.el (top-level): Don't require cl at run-time.
6894 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6895 Replace cl-function substitute with gnus-replace-in-string.
6896 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6897 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6898 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6899 simplified expansions.
6900
6901 2009-08-22 Glenn Morris <rgm@gnu.org>
6902
6903 * gnus-art.el (gnus-button-patch): Use forward-line rather than
6904 goto-line.
6905
6906 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
6907
6908 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6909
6910 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6911 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6912 (gnus-mm-display-part, gnus-mime-display-single)
6913 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6914 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6915
6916 * gnus-sum.el
6917 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6918 (gnus-summary-move-article): Add expirable mark to articles copied or
6919 moved to group that has auto-expire turned on if the option is non-nil.
6920
6921 2009-07-24 Glenn Morris <rgm@gnu.org>
6922
6923 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6924 Fix typo. (Bug#3903)
6925
6926 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
6927
6928 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6929 gnus-article-read-summary-keys rather than gnus-summary-edit-article
6930 that should not be used for draft articles.
6931 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6932 that has no concern in minor mode keys.
6933 (gnus-article-summary-command, gnus-article-summary-command-nosave):
6934 Abolish.
6935
6936 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
6937
6938 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6939 article without making inquiry to a user for unknown encoding.
6940
6941 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6942 (nnmaildir--scan): Assume i-node and device number that file-attributes
6943 returns might be cons-cell.
6944
6945 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
6946
6947 * auth-source.el: Remove docs now in auth.texi. Don't use
6948 `gnus-message' for logging. Add new variables `auth-source-debug' and
6949 `auth-source-hide-passwords' and use them.
6950
6951 2009-07-15 Glenn Morris <rgm@gnu.org>
6952
6953 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6954
6955 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
6956
6957 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6958 excessive whitespace from the default values of title and description.
6959
6960 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
6961
6962 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6963 mail-fetch-field to fetch Content-Description header in order to
6964 exclude newlines.
6965
6966 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
6967
6968 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6969 to deleted part.
6970
6971 2009-05-30 David Engster <dengste@eml.cc>
6972
6973 * nnmairix.el: Remove old documentation in the commentary block.
6974 (nnmairix-request-group): Do not update active file for nnml back ends.
6975 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6976 end so that overview files are ignored.
6977 (nnmairix-update-groups): Make updating the groups more robust by using
6978 marks.
6979 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6980 with dollar characters in message-id.
6981
6982 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
6983
6984 * spam.el: Use dns-query instead of query-dns. Was renamed on
6985 2008-12-25 in dns.el.
6986
6987 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6988
6989 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6990 could happen if the text is only composed of spaces and/or tabs.
6991
6992 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
6993
6994 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6995 when sending a queued message to avoid extra mml tags.
6996
6997 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
6998
6999 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7000
7001 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
7002
7003 * gnus-dired.el: Remove autoload for gnus-setup-message.
7004 (gnus-dired-attach): Fake this-command value to prevent Gnus from
7005 displaying Gnus logo; always use compose-mail.
7006
7007 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7008
7009 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7010
7011 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
7012
7013 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7014 (gnus-nocem-issuers): List currently active issuers; fix custom type.
7015 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7016 available.
7017 (gnus-nocem-epg-verify): New function.
7018
7019 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
7020
7021 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7022
7023 2009-02-15 Glenn Morris <rgm@gnu.org>
7024
7025 * gnus-util.el (rmail-insert-rmail-file-header)
7026 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7027 autoloads.
7028 (rmail-default-rmail-file): Remove unnecessary declaration.
7029 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7030
7031 2009-02-14 Glenn Morris <rgm@gnu.org>
7032
7033 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7034 variable (only used in gnus-util, which declares it anyway).
7035 (rmail-output-to-rmail-file): Remove autoload of deleted function,
7036 which was only needed by gnus-art (changed to not use it any more).
7037 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7038 only used in gnus-util, which autoloads it itself.
7039 (rmail-update-summary): Fix autoload.
7040
7041 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7042 rather than rmail-output-to-rmail-file.
7043
7044 2009-02-07 Glenn Morris <rgm@gnu.org>
7045
7046 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7047 autoload of function that no longer exists.
7048 (rmail-toggle-header): Declare.
7049 (message-forward-rmail-make-body): Handle mbox Rmail.
7050
7051 2009-01-31 Glenn Morris <rgm@gnu.org>
7052
7053 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7054 2009-01-09 change.
7055
7056 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
7057
7058 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7059 (auth-source-forget-all-cached): New convenience function.
7060 (auth-source-user-or-password): Accept list of modes or a single mode.
7061
7062 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7063 auth-source modes.
7064
7065 * nnimap.el (nnimap-open-connection): Use list of
7066 auth-source modes.
7067
7068 * nntp.el (nntp-send-authinfo): Use list of
7069 auth-source modes.
7070
7071 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7072
7073 * auth-source.el: Update docs to reflect epa-file-enable is to be used
7074 now.
7075
7076 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7077
7078 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7079 coding system in XEmacs; add a workaround for XEmacs.
7080
7081 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
7082
7083 * mm-util.el (mm-coding-system-priorities): Protect against nil value
7084 of current-language-environment.
7085
7086 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7087
7088 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7089 available at runtime.
7090
7091 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7092
7093 * gnus-art.el (article-date-ut): Fix end point of narrowing.
7094
7095 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
7096
7097 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7098 the greatest positive fixnum value doesn't work under an XEmacs with
7099 bignum support; use the most-positive-fixnum constant instead,
7100 available since Emacs 21.1 with cl and XEmacs 21.1.
7101
7102 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7103
7104 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7105 XEmacs gets not to work.
7106
7107 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7108
7109 * mm-util.el (mm-coding-system-priorities): Allow the value like
7110 "Japanese (UTF-8)" of current-language-environment.
7111
7112 2009-01-09 Glenn Morris <rgm@gnu.org>
7113
7114 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7115 with last-command-event.
7116
7117 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
7118
7119 * message.el (message-fix-before-sending): Amend comment.
7120
7121 2009-01-07 David Engster <dengste@eml.cc>
7122
7123 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7124 simplified server definitions by converting it via
7125 gnus-server-to-method.
7126
7127 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7128
7129 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7130 parameter's operands.
7131
7132 2009-01-06 David Engster <dengste@eml.cc>
7133
7134 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7135 primary select method (for gnus-group-mark-article-as-read).
7136
7137 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
7138
7139 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7140 `(gnus)Face', not `(gnus)X-Face'.
7141
7142 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
7143
7144 * mm-util.el (mm-ucs-to-char): New function.
7145
7146 * mm-url.el (mm-url-decode-entities): Use it.
7147
7148 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7149
7150 * message.el (message-fix-before-sending): Add `eight-bit' to
7151 illegible-text check.
7152
7153 2009-01-03 Michael Olson <mwolson@gnu.org>
7154
7155 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7156 `headers' is nil. This can occur if the IMAP server does not have
7157 permissions to read messages from a folder, but can write new messages
7158 to the folder.
7159 (nnimap-request-article-part): Do not insert `data' if it is nil.
7160
7161 2009-01-01 Dave Love <fx@gnu.org>
7162
7163 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7164
7165 * nnimap.el: Fix author email.
7166 (nnimap-split-rule): Add FIXME comment.
7167 (nnimap-debug): Fix doc string.
7168
7169 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
7170
7171 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7172 overlay-arrow-position and overlay-arrow-string buffer-local; no need
7173 to check if those variables exist (first appeared in Emacs 18.50).
7174
7175 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
7176
7177 * mm-util.el (mm-line-number-at-pos): New function.
7178
7179 * spam-report.el (spam-report-process-queue): Use it.
7180
7181 2008-12-24 David Engster <dengste@eml.cc>
7182
7183 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7184 parameters that haven't existed as variables as buffer-local variables.
7185
7186 2008-12-23 Dave Love <fx@gnu.org>
7187
7188 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7189 cadar.
7190
7191 * sieve-manage.el (sieve-manage-starttls-p): Rename from
7192 imap-starttls-p.
7193 (sieve-manage-starttls-open): Rename from imap-starttls-open.
7194
7195 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
7196
7197 * spam-report.el (spam-report-gmane-max-requests): New constant.
7198 (spam-report-gmane-wait): New variable.
7199 (spam-report-gmane-ham, spam-report-gmane-spam)
7200 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7201 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7202 the server.
7203
7204 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7205 Add explanations.
7206
7207 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7208 nnheader-accept-process-output and nnheader-read-timeout if available.
7209 (pop3-movemail): Use it.
7210
7211 * message.el (message-check-news-body-syntax): Fix signature check if
7212 there's an attachment.
7213
7214 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7215
7216 * mm-util.el: Add comments to the mm- emulating functions.
7217
7218 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
7219
7220 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7221 Reported by Stephen Berman <stephen.berman@gmx.net>.
7222
7223 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7224
7225 * mm-util.el (mm-substring-no-properties): New function.
7226 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7227 (mm-special-display-p): Enable those lambda forms to be byte compiled.
7228 (mm-string-to-multibyte): Doc fix.
7229
7230 * mml.el (mml-attach-file): Use mm-substring-no-properties.
7231
7232 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7233
7234 * mml.el (mml-attach-file): Strip text properties from file name.
7235 (Bug#1574)
7236
7237 2008-12-16 Glenn Morris <rgm@gnu.org>
7238
7239 * mm-util.el (mm-charset-override-alist): Declare for compiler.
7240
7241 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7242
7243 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7244 knows since the charset specified might be a bogus alias that
7245 mm-charset-synonym-alist provides.
7246
7247 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7248
7249 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7250 "ISO_8859-1".
7251
7252 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7253
7254 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7255
7256 * mm-util.el (mm-charset-eval-alist):
7257 Define it before mm-charset-to-coding-system.
7258 (mm-charset-to-coding-system): Add optional argument `silent';
7259 define it before mm-charset-override-alist.
7260 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7261 default value if it can be used in Emacs currently running;
7262 silence mm-charset-to-coding-system.
7263
7264 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7265
7266 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7267 `allow-override' which says whether to use `mm-charset-override-alist'.
7268 (rfc2047-decode-encoded-words): Use it.
7269
7270 * mm-util.el (mm-charset-override-alist): Fix custom type;
7271 add `(gb2312 . gbk)' to choices.
7272
7273 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7274
7275 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7276 fast.
7277
7278 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7279
7280 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
7281
7282 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7283 on links.
7284
7285 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7286
7287 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7288
7289 * message.el (message-idna-to-ascii-rhs-1): Protect against local
7290 users' addresses that don't have domain parts.
7291 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7292 rather than message-narrow-to-head since there will be the message
7293 header separator.
7294
7295 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7296
7297 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7298 since the result is inserted in a unibyte buffer anyway.
7299 (nnimap-demule-use-string-to-multibyte): Remove.
7300 (nnimap-demule): Alias it to mm-string-to-multibyte.
7301
7302 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7303
7304 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7305 variable for debugging bug#464 and bug#1174.
7306 (nnimap-demule): Use it.
7307
7308 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7309
7310 * gnus-score.el (gnus-score-find-trace): Handle default score in total
7311 score calculation correctly.
7312
7313 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7314
7315 * message.el (message-send-mail): Just set the buffer to unibyte
7316 rather than use mm-with-unibyte-current-buffer which does a lot more.
7317 (message-send-mail-partially): Don't bother with
7318 mm-with-unibyte-current-buffer since it's already been made unibyte by
7319 message-send-mail.
7320
7321 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
7322
7323 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7324
7325 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
7326
7327 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7328
7329 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7330
7331 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7332 require itself and to remove `with-no-warnings'.
7333
7334 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
7335
7336 * starttls.el (starttls-any-program-available): Get the name of the
7337 available TLS layer program.
7338 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7339 well as the host name in the "opening" message.
7340
7341 * auth-source.el (auth-source-cache, auth-source-do-cache)
7342 (auth-source-user-or-password): Cache passwords and logins by default,
7343 allow override with `auth-source-do-cache'.
7344 (auth-source-forget-user-or-password): Allow users to remove cache
7345 entries if needed.
7346
7347 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7348
7349 * ietf-drums.el (ietf-drums-remove-comments): Localize second
7350 condition-case to only the forward-sexp call.
7351
7352 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7353
7354 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7355 quotes contained. Make it more robust regardless by an extra
7356 condition-case wrapper.
7357
7358 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
7359
7360 * nnml.el (nnml-request-expire-articles): Check if the function set to
7361 `nnmail-expiry-target' returns the symbol `delete'.
7362
7363 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7364
7365 * nnmail.el (nnmail-expiry-target): Fix custom type.
7366
7367 2008-10-02 Glenn Morris <rgm@gnu.org>
7368
7369 * mm-util.el (mm-codepage-setup): Tweak codepage error.
7370 Silence compiler warning.
7371
7372 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
7373
7374 * mml.el (mml-menu): Don't assume mml2015 is bound.
7375
7376 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7377
7378 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7379 exists.
7380
7381 2008-09-27 Glenn Morris <rgm@gnu.org>
7382
7383 * gnus-util.el (mail-header-remove-comments): Autoload it.
7384
7385 2008-09-27 Andreas Schwab <schwab@suse.de>
7386
7387 * gnus-util.el (gnus-split-references): Strip comments.
7388 (gnus-parent-id): Likewise.
7389
7390 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
7391
7392 * message.el (message-confirm-send): Fix version.
7393
7394 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
7395
7396 * message.el (message-idna-to-ascii-rhs-1): Use
7397 mail-extract-address-components rather than mail-header-parse-addresses
7398 that is an alias by default to ietf-drums-parse-addresses that does not
7399 support non-ASCII names in headers' contents.
7400
7401 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7402
7403 * message.el (message-confirm-send): Fix variable documentation to
7404 avoid the "y/n" wording.
7405
7406 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
7407
7408 * message.el (message-set-auto-save-file-name): Save to a different
7409 filename so multiple messages (especially drafts) can be recovered.
7410
7411 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
7412
7413 * message.el (message-confirm-send): Add appropriate version.
7414
7415 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
7416
7417 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7418 defvar.
7419
7420 2008-09-22 Daiki Ueno <ueno@unixuser.org>
7421
7422 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7423 (mm-pkcs7-enveloped-magic): Ditto.
7424
7425 2008-09-17 Simon Josefsson <simon@josefsson.org>
7426
7427 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7428 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7429
7430 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
7431
7432 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7433 default, it's better.
7434
7435 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
7436
7437 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7438 summary line gnus-number property and ignore them (with a warning
7439 message).
7440
7441 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7442
7443 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7444 macro caddr in the interactive form since it won't be expanded.
7445
7446 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7447
7448 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7449 `charset'; fix name of function called recursively.
7450 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7451
7452 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7453
7454 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7455 (gnus-mime-set-charset-parameters): New function.
7456 (gnus-mime-view-part-as-charset): Use it to correctly display part
7457 specifying wrong charset.
7458
7459 2008-09-08 David Engster <dengste@eml.cc>
7460
7461 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7462 in completing-read for back end server.
7463
7464 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
7465
7466 * message.el (message-confirm-send): New variable to confirm sending a
7467 message.
7468 (message-send): Use it.
7469
7470 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
7471
7472 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7473
7474 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
7475
7476 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7477
7478 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
7479
7480 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7481 prevent tracking too many groups.
7482 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7483 Use it.
7484
7485 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
7486
7487 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7488 moving point to the bottom of the window in order to avoid recentering.
7489
7490 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
7491
7492 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7493 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7494 (gnus-article-beginning-of-window): Fix calculation.
7495
7496 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
7497
7498 * gnus-msg.el (gnus-summary-supersede-article)
7499 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7500 value of gnus-newsgroup-charset to decode non-MIME encoded text in
7501 message header.
7502
7503 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7504
7505 * message.el:
7506 * gnus-start.el:
7507 * gnus-registry.el: Remove VMS support.
7508
7509 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
7510
7511 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7512 macro.
7513 (rfc2104-hash): Use it.
7514
7515 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
7516
7517 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7518 (gnus-summary-sort-by-most-recent-date): New commands.
7519 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7520 and menu entries.
7521
7522 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7523
7524 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7525 don't redisplay article for raw contents; remove plural articles stuff.
7526
7527 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7528 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7529 on gnus-summary-save-article; display results properly.
7530
7531 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
7532
7533 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7534
7535 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
7536
7537 * gnus-art.el (gnus-summary-save-in-pipe):
7538 Consider gnus-save-all-headers.
7539
7540 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7541
7542 * gnus-util.el (ns-focus-frame): Remove declaration.
7543 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
7544 like x.
7545
7546 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7547
7548 * rfc2104.el (rfc2104-zero): Delete defconst.
7549 (rfc2104-hex-alist): Likewise.
7550 (rfc2104-hex-to-int): Delete func.
7551 (rfc2104-hexstring-to-bitstring): Likewise.
7552 (rfc2104-nybbles): New defconst.
7553 (rfc2104-hash): Rewrite for speed.
7554
7555 2008-07-16 Glenn Morris <rgm@gnu.org>
7556
7557 * gnus-util.el (ns-focus-frame): Declare for compiler.
7558
7559 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7560
7561 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7562 set as a group parameter.
7563 (gnus-summary-save-in-pipe): Work when it is called independently.
7564 (gnus-summary-pipe-to-muttprint): Don't modify
7565 gnus-summary-pipe-output-default-command.
7566
7567 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7568
7569 * message.el (message-send-mail-with-sendmail):
7570 Display the error message.
7571
7572 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
7573
7574 * gnus-art.el (gnus-default-article-saver):
7575 Add gnus-summary-save-in-pipe to choices.
7576 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7577 gnus-summary-pipe-output-default-command as the default command.
7578 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7579 instead of gnus-last-shell-command.
7580
7581 * gnus-sum.el (gnus-summary-pipe-output-default-command):
7582 New user option.
7583 (gnus-summary-muttprint-program): Mention the value will be changed.
7584 (gnus-summary-save-article): Force showing of all headers.
7585 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7586
7587 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
7588
7589 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7590
7591 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
7592
7593 * nnimap.el (nnimap-id):
7594 * sieve-manage.el (sieve-manage-open): Doc fixes.
7595
7596 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
7597
7598 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7599 if available.
7600
7601 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7602
7603 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7604
7605 * nnkiboze.el (nnkiboze-generate-group):
7606 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7607
7608 * nnmairix.el: Require CL.
7609
7610 2008-06-15 David Engster <dengste@eml.cc>
7611
7612 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7613
7614 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
7615
7616 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7617 New macros that expand to an `aset'/`aref' call under Emacs, and to a
7618 runtime choice under XEmacs.
7619
7620 * gnus-sum.el (gnus-summary-set-display-table):
7621 Use `gnus-put-display-table', `gnus-get-display-table',
7622 `gnus-set-display-table' for the display table, instead of `aset'.
7623
7624 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7625
7626 * nnmairix.el: Add autoloads.
7627
7628 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7629
7630 * nnmairix.el (nnmairix-delete-recreate-group)
7631 (nnmairix-update-and-clear-marks): Fix error messages.
7632
7633 2008-06-14 David Engster <dengste@eml.cc>
7634
7635 * nnmairix.el: Upgrade to version 0.6.
7636 (nnmairix-group-toggle-propmarks-this-group)
7637 (nnmairix-group-toggle-readmarks-this-group)
7638 (nnmairix-group-delete-recreate-this-group)
7639 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7640 (nnmairix-remove-tick-mark-original-article): New commands.
7641 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7642 (nnmairix-propagate-marks-to-nnmairix-groups)
7643 (nnmairix-only-use-registry, nnmairix-allowfast-default)
7644 (nnmairix-marks-cache, nnmairix-version-output): New variables.
7645 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7646 functions needed for marks propagation and manipulation of read marks.
7647 (nnmairix-update-groups): New function.
7648 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7649 (nnmairix-determine-original-group-from-registry)
7650 (nnmairix-determine-original-group-from-path)
7651 (nnmairix-get-group-from-file-path, nnmairix-map-range)
7652 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7653 New helper functions.
7654 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7655 keystrokes for new commands.
7656 (nnmairix-delete-and-create-on-change): Doc string cleanup.
7657 (nnmairix-request-group): Check allow-fast group parameter.
7658 (nnmairix-request-create-group): Set allow-fast group parameter if
7659 nnmairix-allowfast-default is set.
7660 (nnmairix-close-group): Propagate marks upon closing if needed.
7661 (nnmairix-group-toggle-threads-this-group): Use new.
7662 nnmairix-group-toggle-parameter helper function.
7663 (nnmairix-search): Better check for empty search result.
7664 (nnmairix-goto-original-article): Use new helper functions for
7665 determining original article.
7666 (nnmairix-show-original-article): Make sure message-id is in brackets.
7667 (nnmairix-call-mairix-binary): Change variable name.
7668 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7669 helper function.
7670 (nnmairix-widget-toggle-activate): Fix doc string.
7671
7672 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
7673
7674 * nnir.el: Require edmacro when compiling with XEmacs.
7675 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7676 available in Emacs 21.
7677
7678 2008-06-11 Glenn Morris <rgm@gnu.org>
7679
7680 * gnus-util.el (x-focus-frame):
7681 * gnus.el (image-size):
7682 * mm-decode.el (image-size): Declare.
7683
7684 * gnus-picon.el (declare-function): Add compat definition.
7685 (image-size): Declare.
7686
7687 * gnus-group.el (tool-bar-map):
7688 * gnus-sum.el (tool-bar-map): Define for compiler.
7689
7690 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7691
7692 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7693
7694 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7695 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7696 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7697 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7698 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7699 * sieve-manage.el, spam-report.el, spam.el:
7700 Remove unnecessary eval-and-compile of autoloads.
7701
7702 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
7703
7704 * auth-source.el: Precise Tramp doc.
7705
7706 2008-06-07 Glenn Morris <rgm@gnu.org>
7707
7708 * nnmairix.el: Remove unnecessary eval-when-compile.
7709
7710 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
7711
7712 * nnir.el: New file.
7713
7714 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7715
7716 * gnus-util.el (gnus-read-shell-command): New function.
7717 * mm-decode.el (mm-pipe-part):
7718 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7719
7720 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
7721
7722 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7723
7724 2008-06-03 Glenn Morris <rgm@gnu.org>
7725
7726 * pop3.el (nnheader-accept-process-output): Autoload it.
7727
7728 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7729
7730 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7731 are not 2-digit hexadecimal characters that follow `%'s.
7732
7733 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
7734
7735 * message.el (message-bogus-recipient-p): Fix type in doc string.
7736 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7737 (message-bogus-addresses): Rename from message-bogus-address-regexp.
7738 Improve custom options.
7739 (message-bogus-recipient-p): Adjust accordingly.
7740
7741 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
7742
7743 * nnmairix.el: Require edmacro when compiling with XEmacs.
7744
7745 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
7746
7747 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7748 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7749
7750 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
7751
7752 * auth-source.el: Add more docs.
7753
7754 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7755
7756 * nnheader.el (nnheader-read-timeout): Change the default timeout from
7757 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
7758 retrieval faster in some cases, but might make CPU usage larger.
7759 If this has any bad side effects, we might revert this change.
7760
7761 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7762 seems to make mail retrieval much, much faster.
7763 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7764 unconditionally.
7765
7766 * gnus-draft.el (gnus-group-send-queue):
7767 Bind message-send-mail-partially-limit to nil to avoid being prompted.
7768
7769 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
7770
7771 * mml.el (mml-attach-buffer): Prompt for `disposition'.
7772
7773 * message.el (message-bogus-address-regexp): Fix and improve custom
7774 type.
7775 (message-setup-hook): Add message-check-recipients as custom option.
7776
7777 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
7778
7779 * message.el (message-cite-function): Remove bogus autoload which crept
7780 in during merge from v5-10.
7781
7782 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
7783
7784 * nnimap.el (nnimap-open-connection): Fix login/password bug.
7785
7786 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7787
7788 * auth-source.el: Preliminary Tramp docs.
7789 (auth-sources): Change the default auth-sources to use
7790 EPA .gpg files.
7791
7792 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
7793
7794 * nntp.el: Autoload `auth-source-user-or-password'.
7795 (nntp-send-authinfo): Use it.
7796
7797 * nnimap.el: Autoload `auth-source-user-or-password'.
7798 (nnimap-open-connection): Use it.
7799
7800 * auth-source.el: Add docs on using with url-auth. Import gnus-util
7801 for the gnus-message function.
7802 (auth-source-user-or-password): Use it.
7803
7804 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7805
7806 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7807 rfc2104-hexstring-to-byte-list. Return a unibyte string.
7808 (rfc2104-hash): Use it.
7809
7810 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
7811
7812 * gnus-art.el (gnus-article-toggle-truncate-lines):
7813 Don't use `iff' in docstring.
7814
7815 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
7816
7817 * gnus-registry.el: Adjusted copyright dates and added a keyword.
7818
7819 * gnus-util.el (gnus-extract-address-component-name)
7820 (gnus-extract-address-component-email): Convenience functions around
7821 `gnus-extract-address-components'.
7822
7823 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7824 Use `gnus-extract-address-component-email' to fix bug of comparing full
7825 sender name to `user-mail-address'.
7826
7827 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
7828
7829 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7830 catch/throw to optimize.
7831 (gnus-registry-find-keywords): Just use member to find a keyword.
7832
7833 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7834
7835 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7836 is current before calling gnus-server-prepare.
7837 (gnus-server-setup-buffer, gnus-server-update-server)
7838 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7839
7840 2008-05-04 Juri Linkov <juri@jurta.org>
7841
7842 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7843 (mailcap-file-default-commands): Use mailcap-replace-in-string
7844 instead of replace-regexp-in-string, and mailcap-delete-duplicates
7845 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
7846
7847 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
7848
7849 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7850
7851 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7852
7853 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7854 hooks.
7855 (gnus-update-read-articles): Speed up non-marks-using users.
7856 (gnus-use-marks): Define gnus-use-marks.
7857 (gnus-propagate-marks): Rename variable to something more sensible.
7858
7859 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
7860
7861 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7862 (gmm-image-load-path-for-library): Fix typos in docstrings.
7863 (gmm-message): Reflow docstring.
7864
7865 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
7866
7867 * mail-source.el (mail-source-set-1, mail-source-bind):
7868 Move auth-source code out of the macro to clean it up and fix bugs.
7869
7870 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
7871
7872 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7873 by sender if it's equal to user-mail-address, it's likely to be
7874 useless.
7875
7876 * mail-source.el (mail-source-bind): Don't use user or password if they
7877 are not bound. Unintern them if they are nil. Don't use server unless
7878 it's bound, and default it to empty string otherwise.
7879
7880 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
7881
7882 * mail-source.el: Load auth-source.el.
7883 (mail-source-bind): Add comments. Call auth-source-user-or-password to
7884 get user name or password, if auth-sources is set up.
7885
7886 * gnus-registry.el (gnus-registry-split-strategy): New variable for
7887 strategy of splitting with parent.
7888 (gnus-registry-split-fancy-with-parent)
7889 (gnus-registry-post-process-groups): Use it and fix prior
7890 bug (returning a list as the split result).
7891
7892 * auth-source.el (auth-sources): Remove server parameter.
7893 (auth-source-pick, auth-source-user-or-password)
7894 (auth-source-user-or-password-imap)
7895 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7896 (auth-source-user-or-password-sftp)
7897 (auth-source-user-or-password-smtp): Remove server parameter.
7898
7899 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
7900
7901 * smime.el (smime-sign-region, smime-encrypt-region)
7902 (smime-decrypt-region):
7903 Remove redundant calls to `generate-new-buffer-name'.
7904
7905 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
7906
7907 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7908 Don't use QP for message/rfc822.
7909 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7910
7911 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7912
7913 * sieve-manage.el (sieve-string-bytes): Remove.
7914 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7915 correct byte-length only if the process's coding-system is the same as
7916 the one used internally by Emacs to represent strings.
7917
7918 2008-04-22 Juri Linkov <juri@jurta.org>
7919
7920 * mailcap.el (mailcap-file-default-commands): New function.
7921
7922 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
7923
7924 * message.el (message-signature-separator, message-cite-function):
7925 Change custom version.
7926
7927 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
7928
7929 * mm-decode.el (mm-display-external): Make temp file read-only.
7930
7931 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
7932
7933 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7934 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
7935 `C-c C-f d'.
7936
7937 2008-04-12 Adrian Aichner <adrian@xemacs.org>
7938
7939 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7940
7941 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
7942
7943 * auth-source.el: Add docs.
7944 (auth-sources): Modify format to support server.
7945 (auth-source-pick, auth-source-user-or-password)
7946 (auth-source-user-or-password-imap)
7947 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7948 (auth-source-user-or-password-sftp)
7949 (auth-source-user-or-password-smtp): Add server parameter.
7950
7951 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
7952
7953 * gnus-registry.el: Initialize the registry when gnus-registry-install
7954 is t.
7955
7956 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
7957
7958 * compface.el (uncompface): Make buffer unibyte.
7959
7960 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7961
7962 * mail-source.el (mail-source-value):
7963 Prefer fboundp to functionp so it works with macros as well.
7964
7965 2008-04-05 Glenn Morris <rgm@gnu.org>
7966
7967 * gnus-ems.el (mm-disable-multibyte): Autoload it.
7968
7969 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7970
7971 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7972 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7973
7974 * nnheader.el (nnheader-init-server-buffer): Change buffer's
7975 multibyteness after rather than before erasing it.
7976
7977 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7978 mm-with-multibyte.
7979 (gnus-request-article-this-buffer): Make sure the proper decoding is
7980 used if gnus-original-article-buffer happens to be unibyte.
7981
7982 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7983 default-enable-multibyte-characters.
7984
7985 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7986 default-enable-multibyte-characters.
7987
7988 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7989
7990 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7991
7992 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7993
7994 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7995 Fix last change in case the element is not even a symbol.
7996
7997 2008-04-02 Simon Josefsson <simon@josefsson.org>
7998
7999 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8000 imap-enable-exchange-bug-workaround.
8001 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8002
8003 2008-04-01 Simon Josefsson <simon@josefsson.org>
8004
8005 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8006 a 100 byte status-checks into a 2-3MB transfer for each group.
8007 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8008 to enable bug workaround or not.
8009 (nnimap-find-minmax-uid): Only enable workaround conditionally.
8010
8011 2008-03-31 Glenn Morris <rgm@gnu.org>
8012
8013 * message.el (mml2015-use): Declare for compiler.
8014 (message-info): Require mml2015 when appropriate.
8015
8016 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8019 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8020 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8021 (nntp-service-to-port): New function.
8022 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8023 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8024 (nntp-open-netcat-stream): New function.
8025 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8026
8027 2008-03-29 Sven Joachim <svenjoac@gmx.de>
8028
8029 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8030
8031 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8032
8033 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8034
8035 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
8036
8037 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8038
8039 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8040
8041 * message.el (message-signature-separator): Change default.
8042 Improve custom type.
8043 (message-cite-function): Change default to
8044 message-cite-original-without-signature.
8045
8046 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8047 toggle.
8048
8049 * message.el (message-check-news-body-syntax): Fix signature check.
8050 (message-setup-1): Mark buffer as unmodified _after_ running
8051 message-setup-hook and handling message-alternative-emails.
8052 (message-shorten-references): Be more strict when building list of
8053 valid references to comply with GNKSA.
8054
8055 * gnus-group.el (gnus-read-ephemeral-bug-group)
8056 (gnus-read-ephemeral-debian-bug-group)
8057 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8058
8059 * message.el (message-info): Don't use booleanp which isn't supported
8060 in Emacs 21 and XEmacs.
8061
8062 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
8063
8064 * gnus-group.el (gnus-gmane-group-download-format): Rename from
8065 gnus-group-gmane-group-download-format.
8066 (gnus-group-read-ephemeral-gmane-group): Rename from
8067 gnus-group-read-ephemeral-gmane-group.
8068 (gnus-read-ephemeral-gmane-group-url): Rename from
8069 gnus-group-read-ephemeral-gmane-group-url.
8070 (gnus-bug-group-download-format-alist): New variable.
8071 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8072 (gnus-read-ephemeral-emacs-bug-group): New commands.
8073
8074 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8075
8076 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8077 (gnus-visible-headers): Improve custom type.
8078
8079 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
8080
8081 * mml.el (mml-menu): Add workarounds for XEmacs.
8082
8083 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8084 X-Boundary header.
8085
8086 * message.el (message-simplify-recipients): Fix previous commit.
8087
8088 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * mm-util.el (mm-set-buffer-multibyte): New function.
8091 * mm-decode.el (mm-copy-to-buffer): Use it.
8092
8093 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8094 Prefer fboundp to functionp so it works with macros as well.
8095
8096 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
8097
8098 * message.el (message-alter-recipients-discard-bogus-full-name):
8099 New function.
8100 (message-alter-recipients-function): New variable.
8101 (message-get-reply-headers): Use it.
8102 (message-replace-header): New helper function.
8103 (message-recipients-without-full-name): New variable.
8104 (message-simplify-recipients): New command.
8105
8106 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8107
8108 * message.el (message-info): Handle EasyPG manual.
8109
8110 * mml.el (mml-menu): Add entry for EasyPG.
8111
8112 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
8113
8114 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8115 parameter.
8116
8117 * message.el (message-disassociate-draft): Specify drafts group name
8118 fully.
8119
8120 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
8121
8122 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8123 Eliminate unnecessary duplicates from the match list.
8124
8125 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
8126
8127 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8128 args of `how-many' of which the XEmacs version doesn't take; declare
8129 Info-index-next as function.
8130
8131 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8132
8133 * gnus-score.el (gnus-score-headers): Fix handling of
8134 gnus-inhibit-slow-scoring.
8135
8136 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8137 string.
8138 (gnus-button-url-regexp): Improve handling of parenthesis.
8139 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8140 (gnus-button-handle-info-keystrokes): Handle index entries.
8141
8142 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
8143
8144 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8145 Incoming* files.
8146
8147 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8148
8149 * auth-source.el (auth-sources): Rename from auth-source-choices.
8150 (auth-source-pick): Use it.
8151
8152 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8153
8154 * auth-source.el (auth-source-protocols)
8155 (auth-source-protocols-customize, auth-source-choices): Add and
8156 modified variable customizations and defaults.
8157 (auth-source-pick, auth-source-user-or-password)
8158 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8159 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8160 (auth-source-user-or-password-sftp)
8161 (auth-source-user-or-password-smtp): Use new variables and provide an
8162 interface to netrc.el.
8163
8164 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
8165
8166 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8167 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8168 Make sure the nntp port to specify is a string.
8169
8170 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8171
8172 * nntp.el: Use with-current-buffer.
8173 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8174 dubious mm-with-unibyte-current-buffer.
8175 (nntp-with-open-group-function): New function extracted from
8176 nntp-with-open-group macro.
8177 (nntp-with-open-group): Use the function, so it's easier to debug.
8178 Add indentation and debugging info.
8179 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8180 Recommend the use of the netcat alternatives.
8181
8182 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8183 Avoid mm-string-as-multibyte as well.
8184
8185 * nnweb.el (nnweb-insert-html):
8186 Remove use of nnheader-string-as-multibyte.
8187
8188 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8189 (nnheader-string-as-multibyte): Remove.
8190
8191 * mm-view.el: Use inhibit-read-only.
8192 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8193 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8194 or unibyte-string.
8195
8196 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8197 (mm-uu-yenc-extract): Use with-current-buffer.
8198
8199 * gnus-soup.el (gnus-soup-send-packet): Don't use
8200 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8201
8202 * nnmh.el: Use with-current-buffer.
8203 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8204 mm-string-as-multibyte on the output of mm-encode-coding-string.
8205
8206 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8207 (nnimap-request-move-article): Use with-current-buffer.
8208
8209 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8210 inserting the handle-buffer's text, so the implicit multibyte->unibyte
8211 conversion uses string-make-unibyte rather than string-as-unibyte.
8212
8213 * gnus-msg.el: Use with-current-buffer.
8214
8215 * message.el (message-ignored-resent-headers): Add "Delivered-To".
8216
8217 2008-03-10 Daiki Ueno <ueno@unixuser.org>
8218
8219 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8220 string for caching if it is 'PIN.
8221
8222 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
8223
8224 * mail-source.el (mail-source-delete-old-incoming-confirm):
8225 Change default to nil.
8226 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8227
8228 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
8229
8230 * gnus-art.el (gnus-narrow-to-page): Position point properly.
8231 (gnus-article-goto-prev-page): Work for articles having ^L's.
8232
8233 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8234
8235 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8236
8237 2008-03-07 Karl Fogel <kfogel@red-bean.com>
8238
8239 * gnus-bookmark.el: Adjust for renames in bookmark.el.
8240 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8241 (gnus-bookmark-jump): Adjust some variable names.
8242
8243 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
8244
8245 * auth-source.el: New package.
8246 (auth-source-choices): Add customization entry point variable.
8247
8248 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8249 bug.
8250
8251 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
8252
8253 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8254 (gnus-registry-initialize, gnus-registry-install-p): Use it.
8255 (gnus-registry-install-shortcuts): Rename from
8256 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
8257 the `gnus-registry-mark-map' keymap dynamically from
8258 `gnus-registry-marks'. The generated functions update the summary line
8259 when a registry mark is added or deleted, and will call
8260 `gnus-registry-install-p' (see the comments in the code).
8261 (gnus-registry-user-format-function-M): Use concat intelligently.
8262
8263 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8264 the registry mark functions.
8265
8266 2008-03-05 Glenn Morris <rgm@gnu.org>
8267
8268 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8269 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8270 gnus-art.
8271 (top-level): No need to load own source when compiling.
8272
8273 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8274
8275 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8276 Suggested by <chris.anderton@zetnet.co.uk>.
8277
8278 2008-03-04 Glenn Morris <rgm@gnu.org>
8279
8280 * gnus-sum.el (top-level): No need to require gnus when compiling,
8281 since unconditionally required near start of file.
8282 (gnus-summary-display-while-building): Move definition before use.
8283
8284 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
8285
8286 * gnus-registry.el (gnus-registry-user-format-function-M):
8287 Add formatting function.
8288
8289 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8290
8291 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8292 with plists.
8293 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8294 Use new format.
8295
8296 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
8297
8298 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8299 `where-is-internal' that returns a range of key sequences.
8300
8301 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8302
8303 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8304
8305 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8306 (gnus-summary-jump-to-group): Consider windows on other displayed
8307 frames as well. Similar changes might be needed elsewhere, but that's
8308 the one I've bumped into during my use.
8309
8310 * nndoc.el (nndoc-oe-dbx-type-p):
8311 * gnus-msg.el (gnus-debug):
8312 * gnus-group.el (gnus-update-group-mark-positions):
8313 Use mm-string-to-multibyte.
8314
8315 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
8316
8317 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8318 doesn't handle NotDashEscaped.
8319
8320 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
8321 (mml-dnd-attach-options): Fix typo in custom choice.
8322
8323 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8324 Change nndoc-article-type to mbox.
8325 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8326
8327 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
8328 to nil, instead of html2text.
8329
8330 * imap.el (imap-debug): Add `imap-ping-server'.
8331
8332 * gnus-bookmark.el: Add FIXMEs.
8333
8334 * message.el (message-form-letter-separator)
8335 (message-send-form-letter-delay): New variables.
8336 (message-send-form-letter): Use them. New command to send form
8337 letters. Requested by Uwe Siart.
8338 (message-send-mail-function): Doc fix. Add "Other" custom option.
8339
8340 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
8341
8342 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8343 empty author.
8344
8345 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
8346
8347 * gnus-registry.el (gnus-registry-marks): Add variable for
8348 customization of marks and their appearance.
8349 (gnus-registry-read-mark): Use it.
8350 (gnus-registry-do-marks): Add utility function to loop through
8351 `gnus-registry-marks'.
8352 (gnus-registry-install-shortcuts-and-menus): Add function to install
8353 shortcuts and menus.
8354 (gnus-registry-initialize): Use it.
8355 (gnus-registry-default-mark): Clarify documentation.
8356
8357 2008-02-29 Glenn Morris <rgm@gnu.org>
8358
8359 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8360 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8361 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8362 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8363 Change defcustom :version from 23.0 to 23.1.
8364
8365 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
8366
8367 * gnus-registry.el (gnus-registry-follow-group-p)
8368 (gnus-registry-post-process-groups): Add functions to aid registry
8369 splitting and improve logging. Clarify behavior in function
8370 documentation.
8371 (gnus-registry-split-fancy-with-parent): Use them.
8372
8373 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8374
8375 * gnus-art.el: Use with-current-buffer.
8376
8377 2008-02-27 David Engster <dengste@eml.cc>
8378
8379 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8380 Express real group name in the response.
8381
8382 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8383
8384 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8385 (nnmairix-last-server, nnmairix-current-server): Defvar them.
8386 (nnmairix-goto-original-article): Defvar gnus-registry-install and
8387 autoload gnus-registry-fetch-group when compiling.
8388 (nnmairix-request-group-with-article-number-correction):
8389 Remove unreferenced argument passed to nnmairix-call-backend.
8390
8391 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
8392
8393 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8394 (mm-uu-extract): Improve face for low color ttys.
8395 Reported by Sascha Wilde.
8396
8397 2008-02-27 Glenn Morris <rgm@gnu.org>
8398
8399 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8400 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8401 variables to defconsts. Convert comments to doc-strings.
8402 (nnmairix-last-server, nnmairix-current-server): Convert from free
8403 variables to defvars. Convert comments to doc-strings.
8404 (gnus-registry-fetch-group): Autoload.
8405 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8406 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8407 (nnmairix-widget-build-editable-fields): Use car cddr rather than
8408 caddr.
8409 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8410 nnmairix-request-group-with-article-number-correction call.
8411 (nnmairix-fast, nnmairix-group): New, less general names, for free
8412 variables passed from nnmairix-request-group to
8413 nnmairix-request-group-with-article-number-correction. Declare.
8414 (nnmairix-request-group-with-article-number-correction):
8415 Use nnmairix-fast, nnmairix-group rather than fast, group.
8416
8417 2008-02-26 David Engster <dengste@eml.cc>
8418
8419 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
8420 version 0.5.
8421
8422 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
8423
8424 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8425 instead of making an extra function call. Don't add the current group
8426 to articles only when they have the group. Use
8427 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8428 Reported by David <de_bb@arcor.de>.
8429
8430 2008-02-24 Miles Bader <miles@gnu.org>
8431
8432 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8433 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8434 (mm-find-mime-charset-region):
8435 * mm-bodies.el (mm-encode-body):
8436 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8437
8438 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
8439
8440 * mail-source.el (mail-source-delete-incoming): Change default.
8441 Supplement doc string.
8442
8443 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8444
8445 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8446
8447 * nnmail.el (nnmail-message-id-cache-file): Derive from
8448 `gnus-home-directory'.
8449
8450 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
8451
8452 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8453 Document negative prefix.
8454
8455 * gnus-group.el (gnus-group-read-group): Document negative prefix.
8456
8457 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8458
8459 * message.el (message-unsent-separator): Add the Exim bounce
8460 separator.
8461
8462 2008-02-10 Daiki Ueno <ueno@unixuser.org>
8463
8464 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8465 list.
8466 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8467 recipient/signer list.
8468
8469 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
8470
8471 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8472 fbound (Emacs 23 unicode), signal an error.
8473
8474 2008-02-08 Glenn Morris <rgm@gnu.org>
8475
8476 * gnus-art.el (pgg-display-output-buffer): Declare as function.
8477
8478 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
8479
8480 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8481 ports to the calls to `netrc-machine-user-or-password' in addition to
8482 "imap" and "imaps".
8483
8484 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8485
8486 * gnus.el (gnus-group-startup-message): Add `find-image' call before
8487 image-load-path is let-bound. Reported by Harald Hanche-Olsen
8488 <hanche@math.ntnu.no>.
8489
8490 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8491
8492 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8493
8494 2008-02-01 Zhang Wei <id.brep@gmail.com>
8495
8496 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8497
8498 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8499
8500 2008-02-01 Miles Bader <miles@gnu.org>
8501
8502 * mml.el (mml-parse-1): Remove apparently vestigial use of
8503 `mm-hack-charsets'.
8504 * mm-bodies.el (mm-encode-body): Likewise.
8505
8506 2008-02-01 Kenichi Handa <handa@m17n.org>
8507
8508 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8509 rfc2104-hexstring-to-bitstring and changed to return a byte list.
8510 (rfc2104-hash): Convert the result of concat to unibyte string.
8511
8512 2008-02-01 Dave Love <fx@gnu.org>
8513
8514 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8515 coding-system-for-read.
8516 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8517
8518 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8519 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8520 (mm-find-mime-charset-region): Remove hack-charsets stuff.
8521
8522 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
8523
8524 * mail-source.el (mail-sources): Add `group' choice.
8525
8526 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8527 parameter `in-group' to control into which group the articles go.
8528 Add treatment of `group' mail-source.
8529
8530 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8531
8532 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8533 * message.el (message-beginning-of-line): Use featurep instead of bound
8534 tests in order to resolve conditionals at compile time.
8535
8536 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
8537
8538 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8539
8540 * mm-decode.el (mm-dissect-buffer): Decode description.
8541
8542 * mml.el (mml-to-mime): Encode message header first.
8543
8544 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
8545
8546 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8547 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8548
8549 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
8550
8551 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8552
8553 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8554
8555 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8556 prefix keys.
8557 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8558 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8559 gnus-xmas.el.
8560
8561 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
8562
8563 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8564 Add new variables for article mark management.
8565 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8566 list of extra data entries which, when present, will indicate that the
8567 article ID should not be trimmed from the registry.
8568 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8569 functions.
8570 (gnus-registry-read-mark): New function to read a mark name from the
8571 user.
8572 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8573 (gnus-registry-set-article-mark-internal): New functions to add and
8574 remove marks.
8575 (gnus-registry-get-article-marks): New function to show the marks for
8576 an article, or retrieve them for further use.
8577
8578 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8579
8580 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8581 keys when no argument is given.
8582
8583 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8584
8585 * gnus-sum.el (gnus-article-sort-by-random)
8586 (gnus-thread-sort-by-random): Fix doc strings.
8587 Reported by jidanni@jidanni.org.
8588
8589 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
8590
8591 * gnus-art.el (gnus-article-describe-bindings): New function.
8592 (gnus-article-read-summary-keys): Use it.
8593 (gnus-article-mode-map): Bind `C-h b' to it.
8594
8595 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8596
8597 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8598 XEmacs.
8599 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8600 Protect against non-character events.
8601
8602 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
8603
8604 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8605 New command.
8606 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8607 instead of END. Change name of the temp file.
8608 (gnus-group-gmane-group-download-format): Add doc string. Make it
8609 customizable.
8610
8611 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
8612
8613 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8614 bind `S W' to gnus-article-wide-reply-with-original; set default
8615 binding to gnus-article-read-summary-send-keys.
8616 (gnus-article-read-summary-keys): Fix the order of keys; display
8617 continuation keys correctly in the echo area; describe bindings
8618 correctly when keys end with `C-h'.
8619 (gnus-article-read-summary-send-keys): New function.
8620 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8621 Work for gnus-article-read-summary-send-keys; display continuation keys
8622 correctly in the echo area.
8623 (gnus-article-reply-with-original): Ignore prefix argument.
8624 (gnus-article-wide-reply-with-original): New function.
8625
8626 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
8627
8628 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8629 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8630
8631 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
8632
8633 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8634 (gnus-group-read-ephemeral-gmane-group): New command.
8635
8636 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8637
8638 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8639
8640 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
8641
8642 * message.el (message-send-mail-function): Increase custom version.
8643
8644 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8645 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
8646
8647 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8648
8649 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8650 html parts correctly; support forwarded messages.
8651 (gnus-article-browse-html-article): Remove work buffers.
8652
8653 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8654 compiling.
8655 (netrc-bound-and-true-p): New macro.
8656 (netrc-parse): Use it instead of bound-and-true-p that is not available
8657 in XEmacs 21.4.
8658
8659 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
8660
8661 * gnus-registry.el (gnus-registry-mark-article)
8662 (gnus-registry-article-marks): Add functionality to mark articles
8663 through the Gnus registry.
8664
8665 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8666 (netrc-parse): Use encrypt-file-alist to determine if
8667 encrypt-find-model or encrypt-insert-file-contents should be used.
8668
8669 2007-12-19 Glenn Morris <rgm@gnu.org>
8670
8671 * mml.el (message-options-set, message-narrow-to-head)
8672 (message-in-body-p, message-mail-p, message-encode-message-body):
8673 Autoload.
8674 (message-remove-header, message-narrow-to-headers-or-head)
8675 (message-subscribed-p, message-make-mail-followup-to)
8676 (message-position-on-field, message-news-p)
8677 (message-options-set-recipient, message-generate-headers)
8678 (message-sort-headers): Declare as functions.
8679
8680 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8681
8682 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8683 convention in doc string.
8684
8685 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8686
8687 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8688 title to html parts.
8689 (gnus-article-browse-html-article): Pass message header to it.
8690
8691 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8692
8693 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
8694
8695 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8696 or password compatible with XEmacs.
8697
8698 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
8699
8700 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8701 format document.
8702 (gnus-mime-delete-part): Don't write description line if empty.
8703 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8704
8705 2007-12-14 Johan Bockgård <bojohan@gnu.org>
8706
8707 * gnus-sum.el (gnus-summary-mark-unread-as-read)
8708 (gnus-summary-mark-read-and-unread-as-read)
8709 (gnus-summary-mark-current-read-and-unread-as-read)
8710 (gnus-summary-mark-unread-as-ticked): Doc fix.
8711 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8712
8713 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
8714
8715 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8716 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8717
8718 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
8719
8720 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8721 yes-or-no-p.
8722
8723 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
8724
8725 * mm-decode.el (mm-add-meta-html-tag): New function.
8726 (mm-save-part-to-file, mm-pipe-part): Use it.
8727
8728 * gnus-art.el (gnus-article-browse-delete-temp-files):
8729 Use gnus-y-or-n-p instead of y-or-n-p.
8730 (gnus-article-browse-html-parts): Work with message/external-body; use
8731 mm-add-meta-html-tag.
8732
8733 2007-12-11 Glenn Morris <rgm@gnu.org>
8734
8735 * gnus-cache.el: Require gnus-sum not just when compiling.
8736
8737 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8738
8739 * gnus-int.el (gnus-server-opened, gnus-status-message):
8740 Move definitions before use.
8741
8742 * mm-decode.el: Require gnus-util.
8743 (mm-remove-part): Only call delete-annotation on XEmacs.
8744
8745 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8746
8747 * nnmail.el: Require gnus-int.
8748
8749 * spam.el: Move `require's before `eval-when-compile's.
8750
8751 * gnus-ems.el (gnus-alive-p):
8752 * gnus-fun.el (message-goto-eoh):
8753 * gnus-util.el (gnus-group-name-decode):
8754 * mail-source.el (gnus-compress-sequence):
8755 * message.el (Info-goto-node, format-spec):
8756 * mm-bodies.el (message-options-get):
8757 * mm-decode.el (mm-view-pkcs7):
8758 * mm-util.el (gmm-write-region):
8759 * mml-smime.el (mml-compute-boundary)
8760 (gnus-completing-read-with-default):
8761 * mml.el (widget-button-press, gnus-make-hashtable):
8762 * mml1991.el (mm-decode-content-transfer-encoding)
8763 (mm-encode-content-transfer-encoding)
8764 (message-options-get, message-options-set):
8765 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8766 * nnfolder.el (gnus-request-group):
8767 * nnheader.el (ietf-drums-unfold-fws):
8768 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8769 * smime.el (gnus-run-mode-hooks):
8770 * spam-stat.el (gnus-message): Autoload.
8771
8772 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8773 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8774 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8775 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8776 Add declare-function compatibility definition.
8777
8778 * gnus-cache.el (nnvirtual-find-group-art):
8779 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8780 (gnus-add-image, gnus-add-wash-type):
8781 * gnus-group.el (nnkiboze-score-file):
8782 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8783 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8784 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8785 (message-tokenize-header, gnus-get-buffer-create)
8786 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8787 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8788 * gnus.el (gnus-group-decoded-name):
8789 * mail-source.el (imap-capability):
8790 * mm-bodies.el (message-options-set):
8791 * mm-decode.el (gnus-configure-windows):
8792 * mm-extern.el (message-goto-body):
8793 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8794 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8795 (epg-sub-key-validity, message-options-set):
8796 * mml.el (widget-event-point, gnus-configure-windows):
8797 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8798 * mml2015.el (epg-check-configuration, epg-configuration)
8799 (message-options-set):
8800 * nndb.el (nndb-request-article):
8801 * nnfolder.el (gnus-request-create-group):
8802 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8803 * nnmaildir.el (gnus-group-mark-article-read):
8804 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8805 * rfc1843.el (message-fetch-field):
8806 * spam.el (gnus-extract-address-components):
8807 Declare as functions.
8808
8809 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
8810
8811 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8812
8813 2007-12-09 Glenn Morris <rgm@gnu.org>
8814
8815 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8816
8817 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8818 * message.el, mm-view.el, sieve-manage.el, smime.el:
8819 Add declare-function compatibility definition.
8820
8821 * gnus-art.el (w3-region, w3m-region, Info-menu):
8822 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8823 * gnus-sum.el (gnus-get-predicate):
8824 * gnus-util.el (mm-append-to-file, w32-focus-frame):
8825 * message.el (mail-abbrev-in-expansion-header-p):
8826 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8827 (w3m-detect-meta-charset, w3m-region):
8828 * sieve-manage.el (password-read, password-cache-add)
8829 (password-cache-remove):
8830 * smime.el (password-read-and-add): Declare as functions.
8831
8832 2007-12-08 David Kastrup <dak@gnu.org>
8833
8834 * gnus-sum.el (gnus-summary-simplify-subject-query):
8835 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8836 `message'.
8837
8838 2007-12-07 Glenn Morris <rgm@gnu.org>
8839
8840 * gnus-art.el (article-make-date-line): Revert previous change.
8841
8842 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
8843
8844 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8845
8846 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
8847
8848 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8849 Call gnus-add-to-range ranges only once with a prepared article-list.
8850
8851 2007-12-06 Paul Jarc <prj@po.cwru.edu>
8852
8853 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8854 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8855 group names with backslashes.
8856 Reported by Tassilo Horn <tassilo@member.fsf.org>.
8857
8858 2007-12-06 Deepak Goel <deego3@gmail.com>
8859
8860 * gnus-art.el (article-make-date-line):
8861 * gnus-start.el (gnus-load):
8862 * pop3.el (pop3-read-response): Fix buggy call to `error'.
8863
8864 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8865
8866 * gnus-art.el (gnus-use-idna)
8867 * gnus-start.el (gnus-site-init-file)
8868 * message.el (message-use-idna)
8869 * mm-uu.el (mm-uu-hide-markers)
8870 * smiley.el (smiley-style): Revert changes that suppress warnings.
8871
8872 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8873
8874 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8875 specify charset to html source.
8876 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8877
8878 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8879
8880 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8881 idna-program in order to suppress byte compile warning issued by XEmacs
8882 that came to byte compile the default value section of defcustom forms
8883 recently.
8884
8885 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8886 value of installation-directory.
8887
8888 * message.el (message-use-idna): Don't directly refer to the value of
8889 idna-program.
8890
8891 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8892
8893 * smiley.el (smiley-style): Don't directly call face-attribute.
8894
8895 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
8896
8897 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8898
8899 * gnus-dired.el: Reduce Gnus dependencies.
8900 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8901 Don't require. Use autoloads instead.
8902 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8903 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8904 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8905 (gnus-dired-mode): Adjust doc string.
8906 (gnus-dired-mail-mode): New variable.
8907 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8908 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8909 (gnus-dired-mail-buffers): New function. Return mail or message
8910 composition buffers.
8911 (gnus-dired-attach): Use it.
8912 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8913 NO-DECODE.
8914 (gnus-dired-print): Use `gnus-print-buffer' depending on
8915 `gnus-dired-mail-mode'.
8916
8917 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
8918
8919 * rfc2047.el (rfc2047-encoded-word-regexp)
8920 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8921 explaining what regexp patterns are for.
8922
8923 2007-12-04 Glenn Morris <rgm@gnu.org>
8924
8925 * password.el: Move to ../password-cache.el.
8926
8927 * mml1991.el (password-read, password-cache-add, password-cache-remove):
8928 * mml2015.el (password-read, password-cache-add, password-cache-remove):
8929 * mml-smime.el (password-read, password-cache-add)
8930 (password-cache-remove):
8931 No need to autoload, since mml-sec requires password.
8932
8933 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8934 * message.el (gnus-extract-address-components):
8935 * mml-smime.el (gnus-extract-address-components): Define for compiler.
8936
8937 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8938 password.
8939
8940 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8941
8942 * mailcap.el: Reduce dependencies.
8943 (mail-header-parse-content-type): Autoload.
8944 (mailcap-delete-duplicates): New alias.
8945 (mailcap-mime-info): Add optional argument NO-DECODE.
8946 (mailcap-mime-types): Use mailcap-delete-duplicates.
8947
8948 * message.el (message-ignored-supersedes-headers): Add "X-ID".
8949
8950 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8951
8952 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8953 function.
8954
8955 * gnus-uu.el (gnus-uu-decode-yenc): New command.
8956 (gnus-uu-yenc-article): New function.
8957
8958 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8959
8960 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8961
8962 2007-12-02 Glenn Morris <rgm@gnu.org>
8963
8964 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
8965 Move to ../net.
8966
8967 * binhex.el, uudecode.el: Move to ../mail.
8968
8969 * encrypt.el: Remove file.
8970
8971 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
8972
8973 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8974 matches on patches.
8975
8976 * gnus-art.el (gnus-article-browse-html-article):
8977 Mention `mm-text-html-renderer' in the doc string.
8978
8979 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8980 string. Add comments.
8981
8982 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8983 if rhs is ASCII.
8984
8985 2007-12-01 Glenn Morris <rgm@gnu.org>
8986
8987 * dig.el, dns.el: Move to ../net.
8988 * format-spec.el, hex-util.el, sha1.el: Move to ../.
8989
8990 * mail-source.el (top-level): Require format-spec before
8991 eval-when-compile.
8992
8993 2007-11-30 Glenn Morris <rgm@gnu.org>
8994
8995 * encrypt.el: Require password, rather than autoloading password-read.
8996
8997 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
8998
8999 * gnus.el (gnus-method-to-server): Add an optional parameter so the
9000 caller can indicate whether the cache should be disregarded for this
9001 call. This way the result of the call is reproducible at all times and
9002 can be considered a canonical server name for the supplied method.
9003 (gnus-agent-method-p): Canonicalize server names by pushing their
9004 method through `gnus-method-to-server' using the no-cache argument.
9005
9006 * gnus-srvr.el (gnus-server-insert-server-line):
9007 Call `gnus-method-to-server' with `no-cache' argument.
9008
9009 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9010 gnus-agent-possibly-synchronize-flags as this should be called when the
9011 server is actually being opened.
9012 (gnus-agent-possibly-synchronize-flags)
9013 (gnus-agent-possibly-synchronize-flags-server): Move check for the
9014 flags file of an agentized server to the latter function.
9015
9016 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9017 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9018 after a connection has been established successfully.
9019
9020 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
9021
9022 * gnus-art.el (article-display-face): Force to display face if called
9023 interactively; check if gnus-article-x-face-too-ugly matches author.
9024 (article-display-x-face): Display face even if From header is missing
9025 as article-display-face does.
9026
9027 2007-11-28 Richard Stallman <rms@gnu.org>
9028
9029 * md4.el: Move to ../.
9030 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9031
9032 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
9033
9034 * mail-source.el (mail-sources): Default to fetch from file for
9035 compatibility with default of nnmail-spool-file.
9036
9037 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
9038
9039 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9040 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9041 to look for encoded word that should be encoded again.
9042 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9043 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9044 encoding pattern.
9045 (rfc2047-decode-region): Switch strict regexp and loose one according
9046 to rfc2047-allow-irregular-q-encoded-words.
9047
9048 2007-11-26 Simon Josefsson <simon@josefsson.org>
9049
9050 * imap.el: Move to ../net directory.
9051
9052 2007-11-25 Romain Francoise <romain@orebokech.com>
9053
9054 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9055
9056 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9057
9058 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9059 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9060
9061 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9062 `nnmail-spool-file'.
9063
9064 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9065 `nnmail-spool-file'.
9066
9067 * gnus-move.el (gnus-change-server): Ditto.
9068
9069 * gnus-kill.el (gnus-batch-score): Ditto.
9070
9071 * gnus-cache.el (gnus-jog-cache): Ditto.
9072
9073 * gnus-msg.el (gnus-summary-reply):
9074 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9075
9076 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9077
9078 * gnus-cache.el (gnus-cache-generate-nov-databases):
9079 Use nnml-generate-nov-databases-directory instead of
9080 nnml-generate-nov-databases-1.
9081
9082 2007-11-24 Glenn Morris <rgm@gnu.org>
9083
9084 * message.el (message-tool-bar-retro): Update for rename
9085 mail_send.xpm->mail-send.xpm.
9086
9087 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9088
9089 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9090 `smime-ldap-search' for Emacs 22 and up.
9091
9092 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9093
9094 * hashcash.el: Move to ../mail directory.
9095
9096 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
9097
9098 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9099 `smime-ldap-search' for Emacs 22 and up.
9100
9101 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9102
9103 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9104
9105 * message.el (message-send-mail-function): Fix error convention.
9106 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9107 (message-widen-reply, message-send-mail, message-talkative-question)
9108 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9109 (message-clone-locals, message-send-news): Use with-current-buffer.
9110 (message-insert-or-toggle-importance): Remove unused var `valid'.
9111 (message-make-references): Remove unused var `new-references'.
9112 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9113
9114 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
9115
9116 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9117 (spam-split-symbolic-return-positive): Reflow docstring.
9118 (spam-backends, spam-summary-exit-behavior)
9119 (spam-mark-ham-unread-before-move-from-spam-group)
9120 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9121 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9122 (spam-clear-cache, spam-backend-check, spam-install-backend)
9123 (spam-install-statistical-backend, spam-list-of-processors)
9124 (spam-group-processor-p, spam-split, spam-bogofilter-score)
9125 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9126 (spam-check-crm114, spam-initialize, spam-unload-hook):
9127 Fix typos in docstrings.
9128
9129 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9130
9131 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9132 been checked if they have never been read and those group levels are
9133 higher than the one that a user specified.
9134
9135 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9136
9137 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9138 foreign groups unless a group level is specified by a user.
9139 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9140
9141 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
9142
9143 * message.el (message-send-mail-function): Require sendmail.
9144
9145 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
9146
9147 * message.el (message-send-mail-function): Check for smtpmail too.
9148
9149 * utf7.el (utf7-encode, utf7-decode): Use coding system
9150 `utf-7'/`utf-7-imap' from utf-7.el' if available.
9151
9152 * message.el (message-send-mail-function): New function.
9153 (message-send-mail-function): Set default using
9154 message-send-mail-function. Adjust doc string.
9155 (message-send-mail-with-mailclient): New function.
9156
9157 2007-11-17 Richard Stallman <rms@gnu.org>
9158
9159 * assistant.el: Remove file.
9160
9161 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
9162
9163 * smime.el (from):
9164 * rfc2047.el (message-posting-charset):
9165 * qp.el (mm-use-ultra-safe-encoding):
9166 * pop3.el (parse-time-months):
9167 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9168 * nnml.el (files):
9169 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9170 (jka-compr-compression-info-list, ange-ftp-path-format)
9171 (efs-path-regexp):
9172 * nndiary.el (files):
9173 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9174 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9175 (epg-digest-algorithm-alist, inhibit-redisplay)
9176 (password-cache-expiry):
9177 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9178 (pgg-output-buffer, password-cache-expiry):
9179 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9180 (efs-path-regexp):
9181 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9182 (inhibit-redisplay):
9183 * mm-uu.el (file-name, start-point, end-point, entry)
9184 (gnus-newsgroup-name, gnus-newsgroup-charset):
9185 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9186 (latin-unity-ucs-list):
9187 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9188 (mm-uu-binhex-decode-function):
9189 * message.el (gnus-message-group-art, gnus-list-identifiers)
9190 (rmail-enable-mime-composing, gnus-local-organization)
9191 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9192 (gnus-read-active-file, facemenu-add-face-function)
9193 (facemenu-remove-face-function, gnus-article-decoded-p)
9194 (tool-bar-mode):
9195 * mail-source.el (display-time-mail-function):
9196 * gnus-util.el (nnmail-pathname-coding-system)
9197 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9198 (gnus-original-article-buffer, gnus-user-agent)
9199 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9200 (xemacs-codename, sxemacs-codename, emacs-program-version):
9201 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9202 * gnus-start.el (gnus-agent-covered-methods)
9203 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9204 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9205 (gnus-newsgroup-headers, gnus-group-list-mode)
9206 (gnus-group-mark-positions, gnus-newsgroup-data)
9207 (gnus-newsgroup-unreads, nnoo-state-alist)
9208 (gnus-current-select-method, mail-sources)
9209 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9210 (nnmail-spool-file, gnus-cache-active-hashtb):
9211 * gnus-mh.el (mh-lib-progs):
9212 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9213 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9214 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9215 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9216 (gnus-group-buffer):
9217 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9218 (font-lock-set-defaults):
9219 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9220 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9221 (gnus-summary-post-menu, total-parts, type, condition, length):
9222 * gnus-agent.el (gnus-agent-read-agentview):
9223 * flow-fill.el (show-trailing-whitespace):
9224 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9225 eval-and-compile wrappers for byte compiler pacifiers.
9226
9227 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9228 (mm-display-inline-fontify): Check for featurep 'xemacs not
9229 extent-list.
9230
9231 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9232 itimer-list.
9233 (mm-create-image-xemacs): Only do something for XEmacs.
9234 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9235
9236 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9237
9238 * gnus-registry.el (gnus-adaptive-word-syntax-table):
9239 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9240
9241 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
9242
9243 * nnimap.el (nnimap-split-download-body):
9244 * gnus-demon.el (gnus-demon):
9245 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9246
9247 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9248
9249 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9250 New macros.
9251 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9252 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9253 copy data from unibyte buffer to multibyte current buffer.
9254 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9255 to copy data from unibyte current buffer to multibyte buffer.
9256 (nntp-make-process-buffer): Make process buffer unibyte.
9257
9258 * pop3.el (pop3-open-server): Fix typo in Lisp code.
9259
9260 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
9261
9262 * pop3.el (pop3-open-server): Accept and process data more robustly at
9263 connexion start to avoid spurious "POP SSL connexion failed" errors.
9264
9265 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9266
9267 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9268 read group names.
9269
9270 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
9271
9272 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9273
9274 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
9275
9276 * nnmail.el (nnmail-parse-active): Make group names unibyte.
9277 (nnmail-save-active): Use a unibyte buffer when saving active file,
9278 which may contain non-ASCII group names.
9279
9280 * nnml.el (nnml-request-group): Decode group names in messages.
9281
9282 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
9283
9284 * message.el (message-citation-line-function)
9285 (message-insert-formatted-citation-line): Fix spelling of
9286 `message-insert-formated-citation-line'.
9287
9288 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
9289
9290 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9291
9292 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9293
9294 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9295 nnmail-pathname-coding-system.
9296
9297 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9298 that a user enters; decode group names in messages.
9299
9300 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9301
9302 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9303
9304 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9305
9306 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9307
9308 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9309 risky local variable.
9310
9311 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9312
9313 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
9314
9315 * encrypt.el: Improve documentation to fix function name typo.
9316 Reported by Daiki Ueno <ueno@unixuser.org>.
9317
9318 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9319
9320 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9321 even if the point is not in the last page of an article.
9322 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9323 back to the previous page.
9324
9325 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
9326
9327 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9328
9329 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9330
9331 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9332
9333 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
9334
9335 * message.el (message-check-news-body-syntax):
9336 Avoid mm-string-as-multibyte.
9337 (message-hide-headers): Don't assume (point-min)==1.
9338
9339 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9340
9341 * message.el (message-remove-blank-cited-lines): Fix if remove is
9342 given.
9343 (message-bogus-address-regexp): New variable.
9344 (message-bogus-recipient-p): New function.
9345 (message-check-recipients): New command.
9346 (message-syntax-checks): Add `bogus-recipient'.
9347 (message-fix-before-sending): Add `bogus-recipient'.
9348
9349 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9350 (gnus-treat-body-boundary): Don't test window-system.
9351
9352 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
9353
9354 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9355
9356 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9357
9358 * gnus.el: Bump version to Gnus v5.13.
9359
9360 2007-10-28 Miles Bader <miles@gnu.org>
9361
9362 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9363 at compile-time too.
9364
9365 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
9366
9367 * gnus-msg.el (gnus-message-setup-hook):
9368 Add `message-remove-blank-cited-lines' to options.
9369
9370 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9371
9372 * message.el (message-remove-blank-cited-lines): New function.
9373 Suggested by Karl Plästerer.
9374
9375 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9376
9377 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9378 mapc.
9379
9380 * imap.el (imap-open): Replace mapcar called for effect with mapc.
9381 (top-level): Use mapc to set functions to be traced for debugging.
9382
9383 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9384 called for effect with while loop.
9385
9386 * message.el (message-talkative-question): Replace mapcar called for
9387 effect with mapc.
9388
9389 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9390 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9391 called for effect with dolist.
9392
9393 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9394
9395 * nndiary.el: Use dolist instead of mapcar to add diary headers to
9396 gnus-extra-headers and nnmail-extra-headers.
9397
9398 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9399 called for effect with dolist.
9400 (top-level): Use mapc to set functions to be traced for debugging.
9401
9402 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9403 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9404 dolist.
9405
9406 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9407 Replace mapcar called for effect with mapc.
9408 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9409 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9410 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9411 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9412
9413 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9414 remove-if that's a cl function.
9415
9416 * webmail.el (webmail-debug): Replace mapcar called for effect with
9417 dolist.
9418
9419 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
9420
9421 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9422 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9423 with while loop.
9424
9425 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9426 functions from article-* functions.
9427 (gnus-multi-decode-header): Replace mapcar called for effect with
9428 dolist.
9429
9430 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9431 (gnus-bookmark-show-details): Replace mapcar called for effect with
9432 while loop.
9433
9434 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9435 called for effect with while loop.
9436
9437 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9438 with dolist.
9439
9440 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9441 Replace mapcar called for effect with dolist.
9442
9443 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9444
9445 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9446 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9447 Replace mapcar called for effect with dolist.
9448 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9449 mapc.
9450
9451 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9452 Replace mapcar called for effect with dolist.
9453 (gnus-topic-list): Replace mapcar called for effect with mapc.
9454
9455 * gnus.el: Use mapc instead of mapcar to add autoloads.
9456
9457 2007-10-23 Richard Stallman <rms@gnu.org>
9458
9459 * gnus-group.el (gnus-group-highlight): Mark as risky.
9460
9461 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
9462
9463 * gnus.el (gnus-server-to-method): Return method found first in
9464 gnus-newsrc-alist.
9465
9466 * gnus-art.el (gnus-article-highlight-signature)
9467 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9468 button overlay without the front stickiness.
9469
9470 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
9471
9472 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9473 overview buffer needed a catch to receive its throw.
9474 (gnus-agent-flush-cache): Declare as interactive to make this function
9475 easier to use.
9476
9477 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9478
9479 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9480 `next-line'.
9481
9482 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
9483
9484 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9485 exclude address matching message-dont-reply-to-names.
9486
9487 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9488
9489 * gnus-util.el (gnus-string<): New function.
9490
9491 * gnus-sum.el (gnus-article-sort-by-author)
9492 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9493
9494 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9495
9496 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9497 the frame-focus tag is set in gnus-buffer-configuration.
9498
9499 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9500
9501 * gnus-art.el (gnus-article-add-button): Make a button overlay without
9502 the front stickiness.
9503
9504 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9505
9506 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9507 url pattern; remove duplicate one.
9508 (gnus-article-extend-url-button): New function.
9509 (gnus-article-add-buttons): Use it.
9510 (gnus-button-push): Use concatenated url that it makes.
9511
9512 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
9513
9514 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9515 (sieve-manage-open): Use `mapc' instead of `mapcar'.
9516
9517 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9518
9519 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9520 Don't hardcode point-min==1.
9521
9522 2007-09-30 David Kastrup <dak@gnu.org>
9523
9524 * gnus-art.el (gnus-article-reply-with-original)
9525 (gnus-article-followup-with-original): When `transient-mark-mode' is
9526 off, refrain from active-region behavior for followups.
9527
9528 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9529
9530 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9531 Fix comment about "iso8859-1".
9532
9533 2007-10-08 Daiki Ueno <ueno@unixuser.org>
9534
9535 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9536 ones returned from the verify-function.
9537
9538 * mm-uu.el (mm-uu-pgp-signed-extract-1):
9539 Call mml2015-extract-cleartext-signature if extraction failed.
9540
9541 2007-10-07 Daiki Ueno <ueno@unixuser.org>
9542
9543 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9544 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9545 failed.
9546
9547 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9548
9549 * Relicense "GPLv2 or later" files to "GPLv3 or later".
9550
9551 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9552
9553 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9554 to mark a thread as expirable. Add variable `hide' to handle hiding of
9555 thread for both the null and zero (kill/expire thread) universal prefix
9556 cases.
9557 (gnus-summary-expire-thread): Add new function to expire a thread,
9558 using gnus-summary-kill-thread.
9559 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9560 shortcuts for gnus-summary-expire-thread.
9561 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9562 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
9563
9564 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9565
9566 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9567 extras value, so an extras entry can be deleted.
9568 (gnus-registry-delete-extra-entry): Use it.
9569 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9570 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9571 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9572 storage through the gnus-registry, and provide an appropriate API for
9573 it.
9574
9575 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9576
9577 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9578 Suggested by Leo <sdl.web@gmail.com>.
9579
9580 * gnus.el: Do.
9581
9582 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9583
9584 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9585 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
9586
9587 * gnus-agent.el (gnus-agent-fetch-headers): Do.
9588
9589 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9590 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9591
9592 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9593
9594 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9595 newline.
9596 (nnmbox-request-accept-article): Don't change article in source buffer;
9597 narrow to header to use message-fetch-field rather than
9598 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9599 (nnmbox-request-replace-article): Quote lines that'll be misidentified
9600 as delimiters; make sure article ends with newline.
9601 (nnmbox-delete-mail): Correct last position of article to be deleted;
9602 ignore X-Gnus-Newsgroup header in article body.
9603 (nnmbox-save-mail): Quote lines looking like delimiters at the right
9604 positions; make sure article ends with newline.
9605
9606 * message.el (message-display-abbrev): Don't infloop when a user
9607 inserts SPC in the beginning of header.
9608
9609 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
9610
9611 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9612 list of groups not followed by default. Fix type to be regexp.
9613 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9614
9615 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
9616
9617 * hmac-def.el (define-hmac-function): Switch from old-style to
9618 new-style backquotes.
9619
9620 * md4.el (md4-make-step): Likewise.
9621
9622 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
9623
9624 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9625 raw-text coding system when saving .newsrc file, which may contain
9626 non-ASCII group names.
9627
9628 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9629
9630 * gnus-cus.el (gnus-score-extra): New widget.
9631 (gnus-score-extra-convert): New function.
9632 (gnus-score-customize): Use it for Extra.
9633
9634 2007-08-31 Daiki Ueno <ueno@unixuser.org>
9635
9636 * mml2015.el (mml2015-extract-cleartext-signature): New function.
9637 (mml2015-mailcrypt-clear-verify): Use it.
9638 (mml2015-gpg-clear-verify): Use it.
9639 (mml2015-pgg-clear-verify): Use it.
9640 (mml2015-epg-clear-verify): Replace the current part with the output
9641 from GnuPG; don't extract the plaintext by itself.
9642
9643 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9644 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9645 mml2015-clear-verify-function; don't touch the armor headers or
9646 dash-escaped text here.
9647
9648 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
9649
9650 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9651 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9652 parts, or application/octet-stream as a last resort.
9653 (gnus-mime-view-part-as-type): Don't toggle display.
9654 (gnus-mime-view-part-as-charset): Don't turn off display before
9655 querying charset.
9656
9657 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9658 stuff to undisplayer function in Emacs.
9659 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9660
9661 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9662 text/calendar parts.
9663
9664 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
9665
9666 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9667 decoding text/calendar parts.
9668
9669 * message.el (message-forward-make-body-mime): Always mark body as
9670 having no illegible text; remove signed-or-encrypted argument.
9671 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9672
9673 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9674 (mml-generate-mime-1): Don't encode body if it is specified to be in
9675 raw form; don't make buffer be unibyte when inserting multibyte string.
9676
9677 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9678
9679 * sha1.el: Fix up comment style.
9680 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9681 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9682
9683 * hex-util.el: Fix up comment style.
9684 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9685
9686 * gnus-salt.el: Use with-current-buffer.
9687 (gnus-pick-setup-message): Fix long-standing typo.
9688
9689 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
9690
9691 * imap.el (imap-logout-timeout): New variable.
9692 (imap-logout, imap-logout-wait): New functions.
9693 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9694
9695 * nnimap.el (nnimap-logout-timeout): New server variable.
9696 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9697 nnimap-logout-timeout.
9698
9699 * gnus-art.el (gnus-article-summary-command-nosave)
9700 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9701
9702 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
9703
9704 * gnus.el (gnus-maximum-newsgroup): New variable.
9705
9706 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9707 according to gnus-maximum-newsgroup.
9708
9709 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9710 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9711 Limit the range of articles according to gnus-maximum-newsgroup.
9712
9713 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
9714
9715 * gnus-art.el (gnus-sticky-article): Fix problems described in
9716 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
9717 Don't perform gnus-configure-windows here; reuse existing sticky
9718 article buffer.
9719
9720 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9721 it doesn't exist in gnus-article-mode.
9722
9723 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
9724
9725 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9726 (gnus-agent-decoded-group-name): New function.
9727 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9728 (gnus-agent-expire-group-1): Use it; decode group name in messages.
9729
9730 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
9731
9732 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9733 Add binding for gnus-sticky-article.
9734 (gnus-summary-exit): Don't kill sticky article buffers.
9735
9736 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9737 article buffer.
9738 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9739 (gnus-kill-sticky-article-buffers): New commands.
9740
9741 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
9742
9743 * nntp.el (nntp-xref-number-is-evil): New server variable.
9744 (nntp-find-group-and-number): If it is non-nil, don't trust article
9745 numbers in the Xref header.
9746
9747 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9748
9749 * gnus-agent.el (gnus-agent-read-group): New function.
9750 (gnus-agent-flush-group, gnus-agent-expire-group)
9751 (gnus-agent-regenerate-group): Use it.
9752 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9753 nnmail-pathname-coding-system.
9754
9755 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
9756
9757 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9758
9759 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9760 that are unread as unread, and also as selected so that information of
9761 marks having been changed by a user may be updated when exiting group.
9762
9763 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
9764
9765 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9766
9767 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
9768
9769 * gnus-art.el (gnus-mime-display-single): Pass part number that is
9770 calculated ignoring signature parts to gnus-treat-article.
9771
9772 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
9773
9774 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9775 a point here in order to keep the window start.
9776 (gnus-insert-mime-security-button): Make a button overlay without the
9777 front stickiness.
9778 (gnus-mime-display-security): Goto the end of a button.
9779
9780 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9781
9782 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9783
9784 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9785 group-name-at-point.
9786 (gnus-group-completing-read): New function that offers decoded
9787 non-ASCII group names for completion.
9788 (gnus-fetch-group, gnus-group-read-ephemeral-group)
9789 (gnus-group-jump-to-group, gnus-group-make-group-simple)
9790 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9791 (gnus-group-fetch-control): Use it.
9792 (gnus-fetch-group): Use group-name-at-point for the initial value
9793 rather than the default value; use gnus-alive-p.
9794
9795 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9796 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9797 (gnus-summary-post-news): Use gnus-group-completing-read.
9798
9799 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9800 (gnus-read-move-group-name): Decode group name for completion.
9801
9802 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
9803
9804 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9805 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9806 Yamaoka slightly modified the code).
9807
9808 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
9809
9810 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9811 (nnmail-split-incoming): Bind it.
9812
9813 * nnml.el (nnml-group-name-charset): New function.
9814 (nnml-decoded-group-name): Use it; don't decode group name if
9815 nnmail-group-names-not-encoded-p is non-nil.
9816 (nnml-encoded-group-name): New function.
9817 (nnml-group-pathname): Inline nnml-decoded-group-name.
9818 (nnml-request-expire-articles): Decode group name in message.
9819 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9820 nnmail-pathname-coding-system.
9821 (nnml-save-mail, nnml-active-number): Work with decoded group names and
9822 not decoded ones according to nnmail-group-names-not-encoded-p.
9823 (nnml-generate-active-info): Use nnml-encoded-group-name.
9824
9825 2007-08-08 Glenn Morris <rgm@gnu.org>
9826
9827 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9828 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9829 doc-strings and comments.
9830
9831 2007-07-25 Glenn Morris <rgm@gnu.org>
9832
9833 * Relicense all FSF files to GPLv3 or later.
9834
9835 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
9836
9837 * gnus-sum.el (gnus-summary-move-article):
9838 Make gnus-summary-respool-article work.
9839
9840 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
9841
9842 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9843 string.
9844
9845 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
9846
9847 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
9848 that should be ignored when comparing distant RSS articles with local
9849 ones.
9850 (nnrss-make-hash-index): New function. Create a hash index according
9851 to the ignored fields.
9852 (nnrss-check-group): Use it.
9853
9854 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
9855
9856 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9857
9858 * gnus-art.el (article-decode-group-name): Decode Xref header too.
9859
9860 * gnus-group.el (gnus-group-make-group): Encode group name here unless
9861 the new optional argument ENCODED is non-nil.
9862 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9863 coding system for encoding group name.
9864 (gnus-group-make-rss-group): Pass un-encoded group name to
9865 gnus-group-make-group.
9866 (gnus-group-set-info): Tell gnus-group-make-group that group name is
9867 encoded.
9868
9869 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9870 Encode group name to which articles are moved or copied.
9871 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9872 coding system for encoding Newsgroup, Followup-To and Xref headers.
9873
9874 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9875 marks; use nnheader-file-coding-system to write a file.
9876 (nnagent-retrieve-headers): Bind file-name-coding-system to
9877 nnmail-pathname-coding-system.
9878
9879 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9880
9881 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9882 (nnml-request-article, nnml-request-create-group)
9883 (nnml-request-rename-group, nnml-find-id)
9884 (nnml-possibly-change-directory, nnml-possibly-create-directory)
9885 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9886 (nnml-save-marks): Use nnml-group-pathname instead of
9887 nnmail-group-pathname.
9888
9889 (nnml-request-create-group, nnml-request-expire-articles)
9890 (nnml-request-move-article, nnml-request-delete-group)
9891 (nnml-deletable-article-p, nnml-possibly-create-directory)
9892 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9893 (nnml-open-marks): Bind file-name-coding-system to
9894 nnmail-pathname-coding-system.
9895
9896 (nnml-request-article): Pass server argument to nnml-find-group-number.
9897 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9898 Pass server argument to nnml-possibly-create-directory.
9899 (nnml-request-accept-article): Pass server argument to
9900 nnml-active-number and nnml-save-mail.
9901 (nnml-find-group-number): Pass server argument to nnml-find-id.
9902 (nnml-request-update-info): Pass server argument to
9903 nnml-marks-changed-p.
9904
9905 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9906 (nnml-save-mail, nnml-active-number): Add server argument.
9907
9908 (nnml-request-delete-group): Warn if group is missing.
9909 (nnml-get-nov-buffer): Decode group name.
9910 (nnml-generate-active-info): Encode group name.
9911 (nnml-open-marks): Decode group name in messages.
9912
9913 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
9914
9915 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9916 if it is not specified.
9917 (gnus-article-pipe-part, gnus-article-save-part)
9918 (gnus-article-interactively-view-part, gnus-article-copy-part)
9919 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9920 (gnus-article-inline-part, gnus-article-save-part-and-strip)
9921 (gnus-article-replace-part, gnus-article-delete-part)
9922 (gnus-article-view-part-as-type): Pass raw prefix argument to
9923 gnus-article-part-wrapper.
9924
9925 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
9926
9927 * gnus-agent.el (gnus-agent-save-active):
9928 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9929
9930 * gnus-cache.el (gnus-cache-save-buffers)
9931 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9932 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9933 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9934 (gnus-cache-braid-nov, gnus-cache-braid-heads)
9935 (gnus-cache-generate-active, gnus-cache-rename-group)
9936 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9937 (gnus-cache-update-overview-total-fetched-for):
9938 Bind file-name-coding-system to nnmail-pathname-coding-system.
9939 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9940 New variables.
9941 (gnus-cache-decoded-group-name): New function.
9942 (gnus-cache-file-name): Use it.
9943 (gnus-cache-generate-active): Use non-decoded group name for active.
9944
9945 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9946 right place.
9947 (gnus-write-active-file): Don't break non-ASCII group names.
9948
9949 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9950 nnmail-pathname-coding-system.
9951
9952 * gnus-uu.el (gnus-uu-decode-save): Typo.
9953
9954 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
9955
9956 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9957
9958 2007-07-14 David Kastrup <dak@gnu.org>
9959
9960 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9961 finishing actions if we did not edit the article.
9962
9963 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
9964
9965 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9966 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9967 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9968 (gnus-agent-flush-group, gnus-agent-flush-cache)
9969 (gnus-agent-fetch-headers, gnus-agent-load-alist)
9970 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9971 (gnus-agent-retrieve-headers, gnus-agent-request-article)
9972 (gnus-agent-regenerate-group)
9973 (gnus-agent-update-files-total-fetched-for)
9974 (gnus-agent-update-view-total-fetched-for):
9975 Bind file-name-coding-system to nnmail-pathname-coding-system.
9976 (gnus-agent-group-pathname): Don't encode file names by
9977 nnmail-pathname-coding-system.
9978 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9979 coding-system-for-write instead of buffer-file-coding-system to
9980 gnus-agent-file-coding-system.
9981
9982 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9983 Decode group name.
9984
9985 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9986
9987 * gnus-start.el (gnus-update-active-hashtb-from-killed)
9988 (gnus-read-newsrc-el-file): Make group names unibyte.
9989
9990 * nnmail.el (nnmail-group-pathname): Don't encode file names by
9991 nnmail-pathname-coding-system.
9992
9993 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9994 (nnrss-request-delete-group): Bind file-name-coding-system to
9995 nnmail-pathname-coding-system.
9996 (nnrss-read-server-data, nnrss-read-group-data):
9997 Bind file-name-coding-system correctly.
9998 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9999
10000 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10001 (nntp-server-to-method-cache): New variable.
10002 (nntp-group-pathname): New function that decodes non-ASCII group names.
10003 (nntp-possibly-create-directory, nntp-marks-changed-p)
10004 (nntp-save-marks, nntp-open-marks): Use it.
10005 (nntp-possibly-create-directory, nntp-open-marks):
10006 Bind file-name-coding-system to nnmail-pathname-coding-system.
10007 (nntp-open-marks): Decode group names when bootstrapping marks.
10008
10009 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10010 Newsgroups and Folowup-To headers.
10011
10012 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10013
10014 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10015 (gnus-server-closed-face, gnus-server-denied-face)
10016 (gnus-server-offline-face): Remove variable.
10017 (gnus-server-font-lock-keywords): Use faces that are not aliases.
10018
10019 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10020 of modifying message-stack directly for XEmacs.
10021
10022 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10023 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10024 if the coding-system argument is nil for XEmacs.
10025
10026 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10027 mm-charset-override-alist.
10028
10029 * rfc2047.el: Don't require base64; require rfc2045 for the function
10030 rfc2045-encode-string.
10031 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10032 to quote the parameter value.
10033
10034 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
10035
10036 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10037 form in gnus-group-name-charset-method-alist.
10038
10039 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10040 overrides the default layout edit-form.
10041
10042 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10043
10044 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10045
10046 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
10047
10048 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10049 as unfetched articles.
10050
10051 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
10052
10053 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10054
10055 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10056
10057 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10058 original back end that keeps marks in the local system.
10059
10060 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
10061
10062 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10063 arg of pop-to-buffer for XEmacs.
10064 (gnus-article-read-summary-keys): Ditto; don't restore window
10065 configuration if summary command ends up with neither article buffer
10066 nor summary buffer; describe bindings if summary keys end with C-h.
10067
10068 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10069
10070 * message.el (message-fix-before-sending): Skip raw message part to be
10071 forwarded while checking illegible text.
10072 (message-forward-make-body-mime, message-forward-make-body):
10073 Mark signed or encrypted raw message as having no illegible text.
10074
10075 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10076
10077 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10078 (gnus-message-with-timestamp-1): New macro.
10079 (gnus-message-with-timestamp): New function.
10080 (gnus-message): Use them.
10081
10082 * nnheader.el (nnheader-message): Use them.
10083
10084 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
10085
10086 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10087 .newsrc.eld file.
10088
10089 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10090
10091 * gnus-agent.el (gnus-agent-fetch-headers)
10092 (gnus-agent-retrieve-headers):
10093 Bind gnus-decode-encoded-address-function to identity.
10094
10095 * nntp.el (nntp-send-xover-command): Recognize an xover command is
10096 available also when the server returns simply a dot.
10097
10098 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10099
10100 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10101
10102 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10103
10104 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10105
10106 * gnus-ems.el (gnus-x-splash): Make it work.
10107
10108 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10109 from being used.
10110
10111 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10112
10113 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10114 the front stickiness.
10115 (gnus-article-summary-command-nosave): Correct the order of the
10116 arguments passed to pop-to-buffer.
10117 (gnus-article-read-summary-keys): Ditto; make it work properly when the
10118 summary command ends up with the article buffer.
10119
10120 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10121 the same faces.
10122
10123 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10124
10125 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10126
10127 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10128
10129 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10130 * gnus-sum.el (gnus-summary-highlight):
10131 * mail-source.el (mail-source-delete-old-incoming-confirm):
10132 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10133
10134 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10135
10136 * gnus-art.el (gnus-mime-view-part-externally)
10137 (gnus-mime-view-part-internally): Fix predicate function passed to
10138 completing-read.
10139
10140 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10141
10142 * gnus.el (gnus-update-message-archive-method): Add :version.
10143
10144 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10145
10146 * gnus.el (gnus-update-message-archive-method): New variable.
10147
10148 * gnus-start.el (gnus-setup-news): Update saved "archive" method
10149 according to gnus-message-archive-method if
10150 gnus-update-message-archive-method is non-nil.
10151
10152 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10153
10154 * gnus-sum.el (gnus-summary-limit-to-address): New function.
10155 Suggested by Loic Dachary <loic@dachary.org>.
10156 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10157
10158 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10159
10160 * message.el (message-pop-to-buffer): Add switch-function argument.
10161 (message-mail): Pass switch-function argument to it.
10162
10163 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
10164
10165 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10166 Improve doc string.
10167
10168 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10169
10170 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10171 (gnus-header-content)
10172 * gnus-cite.el (gnus-cite-10)
10173 * gnus-srvr.el (gnus-server-closed)
10174 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10175 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10176 (gnus-group-mail-3-empty, gnus-group-mail-low)
10177 (gnus-group-mail-low-empty, gnus-splash)
10178 * message.el (message-header-to, message-header-cc)
10179 (message-header-subject, message-header-other, message-header-name)
10180 (message-header-xheader, message-separator, message-cited-text)
10181 (message-mml): Lighten colors of faces used for dark background.
10182
10183 2007-05-24 Simon Josefsson <simon@josefsson.org>
10184
10185 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10186 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
10187
10188 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10189
10190 * message.el (message-narrow-to-headers-or-head):
10191 Ignore mail-header-separator in the body.
10192
10193 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10194
10195 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10196 same as window size.
10197
10198 2007-05-22 Kevin Ryde <user42@zip.com.au>
10199
10200 * message.el (message-font-lock-keywords): Use message-header-xheader
10201 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
10202 ahead of the anything pattern, to get it recognised.
10203
10204 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
10205
10206 * gnus-sum.el (gnus-articles-to-read)
10207 (gnus-summary-insert-old-articles): Don't truncate group name for
10208 `read-string'.
10209
10210 * gnus-util.el (gnus-limit-string): Delete this function.
10211
10212 * gnus-sum.el (gnus-simplify-subject-fully):
10213 Use `truncate-string-to-width' instead.
10214
10215 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
10216
10217 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10218 Tell if, on summary exit, the next group has to be selected.
10219 (gnus-summary-exit): Use it.
10220
10221 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
10222
10223 * gnus-art.el (gnus-article-mode): Fix comment about displaying
10224 non-break space.
10225
10226 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10227
10228 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10229 Check if group is not a directory.
10230 (nnfolder-request-expire-articles): Don't delete articles if the target
10231 group is not available.
10232
10233 * nnml.el (nnml-request-create-group): Properly check if group is not a
10234 file.
10235 (nnml-request-expire-articles): Don't delete articles if the target
10236 group is not available.
10237
10238 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10239 Don't quote characters that are within parentheses.
10240
10241 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
10242
10243 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10244 (gnus-handle-ephemeral-exit): Select article according to it.
10245
10246 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10247
10248 * message.el (message-insert-formated-citation-line): Remove newline.
10249 (message-citation-line-format): Add final \n here so that the user can
10250 avoid a blank line.
10251
10252 2007-05-03 Dan Christensen <jdc@uwo.ca>
10253
10254 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10255 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10256 Update lanl/arXiv support.
10257
10258 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10259
10260 * gnus.el: Bump version number.
10261
10262 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10263
10264 * gnus.el (gnus-version-number): Bump version.
10265
10266 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10267
10268 * gnus.el: No Gnus v0.6 is released.
10269
10270 2007-04-27 Didier Verna <didier@xemacs.org>
10271
10272 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10273 * gmm-utils.el (gmm-regexp-concat): ... here.
10274 * message.el: Don't require 'gnus-util.
10275 (message-dont-reply-to-names): Handle name change above.
10276 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10277
10278 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10279
10280 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10281 since the initial value varies according to the system.
10282
10283 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10284
10285 * mm-util.el (mm-charset-synonym-alist): Defcustom.
10286
10287 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
10288
10289 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10290
10291 2007-04-24 Didier Verna <didier@xemacs.org>
10292
10293 Improve the type of gnus-ignored-from-addresses.
10294 * gnus-util.el (gnus-orify-regexp): New function.
10295 * message.el (gnus-util): Require it.
10296 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10297 * gnus-sum.el (gnus-ignored-from-addresses): New function.
10298 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10299
10300 2007-04-24 Didier Verna <didier@xemacs.org>
10301
10302 * gnus-sum.el:
10303 * gnus-utils.el: Fix some trailing whitespaces.
10304
10305 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
10306
10307 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10308 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10309 article's Message-ID; refer parent article in summary buffer.
10310
10311 * message.el (message-bounce): Call mime-to-mml.
10312
10313 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10314
10315 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10316
10317 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10318
10319 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10320 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10321 displayed of multipart/alternative part if it is invoked from summary
10322 buffer.
10323
10324 * mm-view.el (mm-inline-text-html-render-with-w3m)
10325 (mm-inline-text-html-render-with-w3m-standalone)
10326 (mm-inline-render-with-function): Use mail-parse-charset by default.
10327
10328 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
10329
10330 * parse-time.el (parse-time-string-chars): Check if CHAR
10331 is less than the length of parse-time-syntax.
10332
10333 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
10334
10335 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10336 from gnus-newsgroup-processable.
10337
10338 2007-04-16 Didier Verna <didier@xemacs.org>
10339
10340 * gnus-msg.el (gnus-configure-posting-styles):
10341 Handle message-signature-directory properly with :file syntax.
10342 Reported by "Leo".
10343
10344 2007-04-11 Didier Verna <didier@xemacs.org>
10345
10346 New user option: message-signature-directory.
10347 * gnus-msg.el (gnus-configure-posting-styles): Support it.
10348 * message.el (message-insert-signature): Ditto.
10349 * message.el (message-signature-file): Doc update.
10350 * message.el (message-signature-directory): New.
10351
10352 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
10353
10354 * gnus-msg.el (gnus-inews-yank-articles):
10355 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10356
10357 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
10358
10359 * message.el (message-yank-original): Make sure cited text ends with
10360 newline; don't exchange point and mark.
10361
10362 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
10363
10364 * tls.el (open-tls-stream): Properly handle case where there
10365 is no associated buffer.
10366
10367 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
10368
10369 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10370 message-yank-original, make sure (< mark TEXT point).
10371
10372 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10373
10374 * message.el (message-fill-column): New variable.
10375 (message-mode): Use it. Add comment on a possible new hook.
10376
10377 * nnmail.el (nnmail-spool-file): Mark as obsolete.
10378 (nnmail-get-new-mail): Reformat.
10379
10380 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10381
10382 * gmm-utils.el: Fix Commentary.
10383 (gmm-tool-bar-from-list): Fix typo in doc string.
10384
10385 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
10386
10387 * message.el (message-yank-original): Don't switch point and mark
10388 unnecessarily to put point and mark as documented.
10389
10390 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10391
10392 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10393 from the message heads.
10394
10395 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
10396
10397 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10398 article buffer does not have a window. This may not be the best
10399 solution but is certainly better than setting the start of the null,
10400 that is the current, window.
10401
10402 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
10403
10404 * gnus-draft.el (gnus-draft-setup-hook): New hook.
10405 (gnus-draft-setup): Run it.
10406
10407 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10408 gnus-score-fast-scoring. Allow regexp.
10409 (gnus-score-headers): Use it.
10410
10411 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10412 XEmacs.
10413
10414 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10415 string.
10416 (gnus-button-alist): Also catch `<f1> k ...'.
10417 (gnus-treat-display-x-face): Fix doc string.
10418
10419 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10420
10421 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10422 evaluation of gnus-extended-version to ensure correct generation of the
10423 User-Agent header when message-generate-headers-first is used.
10424
10425 2007-03-24 Simon Josefsson <simon@josefsson.org>
10426
10427 * hashcash.el (hashcash-generate-payment-async): Don't crash if
10428 hashcash-path is nil. Don't call callback with incorrect number of
10429 parameters if val is 0.
10430
10431 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10432
10433 * message.el (message-required-news-headers):
10434 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10435
10436 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10437
10438 * message.el (message-generate-new-buffers): Change the meaning of the
10439 nil value; add `standard' to the choices; treat t as `unique'; improve
10440 doc string.
10441 (gnus-select-frame-set-input-focus): Autoload.
10442 (message-buffer-name): Search for the existing message buffer if
10443 message-generate-new-buffers is nil or `standard'; treat the value t of
10444 message-generate-new-buffers as `unique'.
10445 (message-pop-to-buffer): Raise the frame already displaying the message
10446 buffer; clear the echo area after querying.
10447 (message-setup): Pass the `continue' argument to compose-mail.
10448 (message-mail): Prefer `switch-function' if it is given; search for the
10449 existing message buffer if the `continue' argument is non-nil; pass
10450 continue and switch-function arguments to compose-mail by way of
10451 message-setup.
10452 (message-mail-other-window): Adjust argument of message-setup.
10453 (message-mail-other-frame): Ditto.
10454
10455 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10456
10457 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10458 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10459 to turn font-lock on when turning gnus-message-citation-mode on.
10460
10461 2007-03-06 Daiki Ueno <ueno@unixuser.org>
10462
10463 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10464 (mml-smime-function-alist): New variable; add epg as the backend.
10465 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10466 mml-smime- functions instead.
10467 * mm-view.el: Require smime.
10468
10469 2007-03-05 Didier Verna <didier@xemacs.org>
10470
10471 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10472 instead of just inheritance for posting styles.
10473 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10474
10475 2007-02-24 John Paul Wallington <jpw@pobox.com>
10476
10477 * tls.el (tls-certtool-program): Fix custom type.
10478
10479 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10480
10481 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10482 and point-at-eol instead of line-(beginning|end)-position.
10483
10484 * assistant.el (assistant-parse-buffer): Ditto.
10485
10486 2007-02-28 Daiki Ueno <ueno@unixuser.org>
10487
10488 * mml2015.el (mml2015-epg-find-usable-key): New function.
10489 (mml2015-epg-sign): Use it.
10490 (mml2015-epg-encrypt): Use it.
10491
10492 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10493
10494 * message.el (message-make-in-reply-to): Quote name containing
10495 non-ASCII characters. It will make the RFC2047 encoder cause an error
10496 if there are special characters. Reported by NAKAJI Hiroyuki
10497 <nakaji@jp.freebsd.org>.
10498
10499 2007-02-27 Didier Verna <didier@xemacs.org>
10500
10501 Include the group parameters as well as the topic ones in the
10502 inheritance filter process.
10503 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10504 argument GROUP-PARAMS-LIST.
10505 * gnus-topic.el (gnus-group-topic-parameters): Use it.
10506
10507 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
10508
10509 * nntp.el (nntp-never-echoes-commands)
10510 (nntp-open-connection-functions-never-echo-commands): New variables.
10511 (nntp-send-command): Use them.
10512
10513 2007-02-20 Daiki Ueno <ueno@unixuser.org>
10514
10515 * mml2015.el (mml2015-epg-verify): Simplify.
10516
10517 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
10518
10519 * mml.el (mml-content-disposition-alist): New user option.
10520 (mml-content-disposition): New function.
10521 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10522 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10523
10524 2007-02-19 Daiki Ueno <ueno@unixuser.org>
10525
10526 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10527 verification.
10528
10529 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10530
10531 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10532 articles posted in the last 24 hours.
10533
10534 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
10535
10536 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10537
10538 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
10539
10540 * nntp.el (nntp-send-command): Don't wait for echoes when
10541 nntp-open-ssl-stream is used.
10542
10543 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
10544
10545 * gnus-cite.el (gnus-test-font-lock-add-keywords)
10546 (gnus-message-add-citation-keywords)
10547 (gnus-message-remove-citation-keywords): Remove.
10548 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10549 directly, make the variables in font-lock-defaults buffer-local, add
10550 gnus-message-citation-keywords to them and then update the value of
10551 font-lock-keywords.
10552
10553 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
10554
10555 * message.el (message-cite-original-1): Don't call
10556 gnus-article-highlight-citation.
10557
10558 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10559 citations; fix line count.
10560
10561 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
10562
10563 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10564 (gnus-message-add-citation-keywords)
10565 (gnus-message-remove-citation-keywords): Use it; fix the emulating
10566 versions of font-lock-add-keywords and font-lock-remove-keywords to
10567 work with XEmacs correctly.
10568
10569 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
10570
10571 * gnus-cite.el (gnus-cite-face-list): Set the values of
10572 gnus-message-max-citation-depth and gnus-message-citation-keywords.
10573 (gnus-message-max-citation-depth): Use defvar rather than defconst.
10574 (gnus-message-cite-prefix-regexp): New variable.
10575 (gnus-message-search-citation-line): Use it; protect against long
10576 citation prefix; fill match data with nil rather than 0 for XEmacs; set
10577 the 0th match data for Emacs.
10578 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10579 (gnus-message-add-citation-keywords): Append keywords rather than
10580 prepending; emulate font-lock-add-keywords if it is not available.
10581 (gnus-message-remove-citation-keywords):
10582 Emulate font-lock-remove-keywords if it is not available.
10583
10584 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10585
10586 * message.el (message-cite-prefix-regexp): Set the value of
10587 gnus-message-cite-prefix-regexp.
10588
10589 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10590
10591 * nnweb.el (nnweb-google-parse-1): Update parser.
10592
10593 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
10594
10595 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10596
10597 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10598
10599 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10600 regexp.
10601
10602 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10603
10604 * uudecode.el (uudecode-string-to-multibyte): New function emulating
10605 string-to-multibyte.
10606 (uudecode-decode-region-internal): Use it.
10607
10608 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
10609
10610 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10611 Fix custom choice.
10612
10613 * gnus-art.el (gnus-signature-limit): Fix custom choice.
10614
10615 2007-01-22 Daiki Ueno <ueno@unixuser.org>
10616
10617 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10618
10619 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10620 `write-region' to respect `mm-inhibit-file-name-handlers'.
10621
10622 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
10623
10624 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10625 Use gnus-home-directory instead of "~/" or "$HOME".
10626
10627 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
10628
10629 * encrypt.el (encrypt-insert-file-contents): Add better prompt
10630 to mention filename.
10631 Add comments at beginning regarding usage.
10632 (encrypt-write-file-contents): Change interactive so a string is
10633 acceptable. If the file has no associated model, show an error instead
10634 of a nonsense prompt.
10635
10636 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10637
10638 * spam.el (spam-bsfilter-ham-switch): Fix typo.
10639 Thanks to Yoshihiko Yamada for kind notification of this typo.
10640
10641 2007-01-12 Kenichi Handa <handa@m17n.org>
10642
10643 * uudecode.el (uudecode-decode-region-internal): Make it work in a
10644 multibyte buffer.
10645
10646 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
10647
10648 * gnus-score.el (gnus-score-fast-scoring): New variable.
10649 (gnus-score-headers): Use it.
10650
10651 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10652
10653 * message.el (message-cite-original-1):
10654 Call gnus-article-highlight-citation if requested.
10655 (message-make-from): Allow name and address as optional arguments.
10656
10657 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10658
10659 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10660 bugs to doc string.
10661 (gnus-button-alist): Add mid\\|message-id.
10662 (gnus-button-fetch-group): Extend for use in
10663 `browse-url-browser-function'.
10664 (gnus-button-url-regexp): Try to catch paired parentheses like in
10665 Wikipedia URLs.
10666
10667 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10668 Suggested by Simon Krahnke <overlord@gmx.li>.
10669
10670 2007-01-13 Romain Francoise <romain@orebokech.com>
10671
10672 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10673 Update copyright.
10674
10675 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
10676
10677 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10678
10679 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
10680
10681 * gnus-registry.el (gnus-registry-unfollowed-groups)
10682 (gnus-registry-split-fancy-with-parent): Fix documentation.
10683
10684 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10685
10686 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10687 from nnweb groups.
10688
10689 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10690
10691 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10692 Xref urls. Erase buffer before requesting head.
10693
10694 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10695
10696 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
10697
10698 * gnus-soup.el (gnus-soup): New custom group. Make user variables
10699 customizable.
10700
10701 2007-01-05 Daiki Ueno <ueno@unixuser.org>
10702
10703 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10704 no signing key is found.
10705 (mml2015-epg-encrypt): Ask user whether to skip or abort if
10706 no encrypting and/or signing key is found.
10707
10708 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
10709
10710 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10711
10712 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10713
10714 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10715 headers read from disk with the ones newly found in the current search.
10716 This should no longer cause problems, because the article numbers in
10717 Gmane's `nov.php' output are ignored since the previous change.
10718
10719 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10720
10721 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10722
10723 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
10724
10725 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10726
10727 2007-01-01 Romain Francoise <romain@orebokech.com>
10728
10729 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10730
10731 2006-12-31 Steve Youngs <steve@sxemacs.org>
10732
10733 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10734 `define-minor-mode' macro definition expanded properly.
10735 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10736 exclude it there.
10737
10738 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10739 of 2006-12-30. The default is nil on (S)XEmacs already because of the
10740 `fboundp' test.
10741 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10742 This is OK to autoload in (S)XEmacs now.
10743
10744 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10745
10746 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10747 keystroke.
10748 (gnus-summary-limit-to-singletons): Fix typo.
10749
10750 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10751 else fails.
10752
10753 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10754
10755 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10756 docstring.
10757
10758 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10759 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10760 (gnus-summary-insert-dormant-articles): Fix typo in message.
10761
10762 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
10763
10764 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10765 nil for XEmacs.
10766 (gnus-message-citation-mode): Don't autoload in XEmacs.
10767
10768 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10769
10770 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
10771
10772 * nnimap.el (nnimap-expunge-search-string):
10773 Mention nnimap-search-uids-not-since-is-evil in docstring.
10774
10775 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
10776
10777 * spam.el: Revert to make-obsolete-variable because
10778 define-obsolete-variable-alias is not supported in Emacs 21.
10779
10780 * spam.el (spam-ifile-path, spam-ifile-database-path)
10781 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10782 make-obsolete-variable.
10783 (spam-bsfilter-path, spam-bsfilter-program)
10784 (spam-spamassassin-path, spam-spamassassin-program)
10785 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10786 Don't use "path" inappropriately.
10787 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10788 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10789 variable names.
10790
10791 2006-12-28 Daiki Ueno <ueno@unixuser.org>
10792
10793 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10794 summary buffer.
10795
10796 * password.el (password-cache-remove): Use clear-string to burn
10797 password, if available.
10798
10799 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
10800
10801 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10802
10803 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10804
10805 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10806 (gnus-message-highlight-citation): Move defcustom here from
10807 gnus-cite.el.
10808 (gnus-message-citation-mode): Autoload.
10809
10810 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
10811 checks to make it compile with XEmacs.
10812 (gnus-message-citation-mode): New minor mode.
10813 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10814 (gnus-message-highlight-citation): New variables.
10815 (gnus-message-search-citation-line)
10816 (gnus-message-add-citation-keywords)
10817 (gnus-message-remove-citation-keywords)
10818 (turn-on-gnus-message-citation-mode)
10819 (turn-off-gnus-message-citation-mode): New functions.
10820
10821 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
10822
10823 * gnus-cite.el: Enable highlighting of different citation levels in
10824 message-mode.
10825
10826 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
10827
10828 * message.el (message-make-fqdn): Fix comment.
10829 (message-bogus-system-names): Add ".local".
10830
10831 * spam.el (spam-ifile-path, spam-ifile-program)
10832 (spam-ifile-database-path, spam-ifile-database)
10833 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10834 Don't use "path" inappropriately.
10835 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10836 strings.
10837 (spam-check-ifile, spam-ifile-register-with-ifile)
10838 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10839 Use new variable names.
10840
10841 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10842 (gnus-treat-display-smileys): Simplify using
10843 gnus-image-type-available-p.
10844
10845 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10846 available.
10847
10848 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10849
10850 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10851 one after turning on the buffer's multibyteness instead of decoding
10852 them directly in the unibyte buffer that causes unexpected conversion
10853 in Emacs 23 (unicode).
10854
10855 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10856
10857 * message.el (message-generate-hashcash): Fix custom type.
10858
10859 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
10860
10861 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10862
10863 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
10864
10865 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10866 disconnect icons. Add help text.
10867
10868 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
10869
10870 * spam.el (spam-extra-header-to-number): CRM114 spam score is
10871 negated to be consistent with the others we handle.
10872
10873 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10874
10875 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10876 version of gnus-summary-buffer to something, so that we can use two
10877 article buffers at the same time.
10878
10879 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
10880
10881 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10882 trigger all the extra headers.
10883 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10884 sorting.
10885
10886 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10887
10888 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10889 solid groups.
10890
10891 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
10892
10893 * legacy-gnus-agent.el: Add Copyright notice.
10894
10895 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
10896
10897 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10898
10899 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10900
10901 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10902
10903 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10904 to make it work reliably in CVS Emacs.
10905 (gnus-summary-limit-strange-charsets-predicate)
10906 (gnus-summary-limit-to-predicate): New functions.
10907
10908 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
10909
10910 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10911 specifying array size.
10912 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10913 array if it is too small.
10914 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10915 (gnus-sort-threads-loop): New function.
10916
10917 2006-12-06 Chris Moore <dooglus@gmail.com>
10918
10919 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10920 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10921
10922 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
10923
10924 * mm-url.el (mm-url-predefined-programs): Call curl with correct
10925 options.
10926
10927 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10928
10929 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10930 DOS-ing the recipient.
10931
10932 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10933 the headers when creating the mapping to avoid mismappings.
10934 (nnweb-gmane-create-mapping): Always nix out old mapping.
10935
10936 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
10937
10938 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10939 and mm-verify-option to never.
10940
10941 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
10942
10943 * message.el (message-signed-or-encrypted-p): New function.
10944 (message-forward-make-body): Use it.
10945
10946 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10947 Replace encode-coding-string with mm-encode-coding-string.
10948
10949 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
10950
10951 * nneething.el (nneething-decode-file-name):
10952 Replace decode-coding-string with mm-decode-coding-string.
10953
10954 * gnus-int.el (gnus-open-server): Say failed server's name.
10955
10956 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
10957
10958 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10959 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10960
10961 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10962 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10963 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10964 (gnus-group-make-directory-group, gnus-group-transpose-groups):
10965 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10966 (gnus-subscribe-newsgroup, gnus-1):
10967 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10968 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10969 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10970 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10971
10972 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10973
10974 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10975 keystroke.
10976 (gnus-summary-limit-to-bodies): Implement headersp.
10977
10978 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10979
10980 * dns.el (query-dns): Protect against "Process dns deleted" strings.
10981
10982 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10983
10984 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10985
10986 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10987
10988 * message.el (message-generate-hashcash): Expand range of values to
10989 include `opportunistic'.
10990 (message-send-mail): Use it.
10991
10992 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10993
10994 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10995 and comment it.
10996
10997 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10998
10999 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
11000
11001 * gnus-util.el (gnus-extract-address-components): Improve comment.
11002
11003 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11004
11005 * gnus-util.el (gnus-extract-address-components): Work with address in
11006 which the name portion contains @.
11007
11008 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11009
11010 * gnus.el (gnus-start): Move custom group up.
11011 (gnus-select-method): Don't autoload, but make it available for
11012 `customize-variable'.
11013 (gnus-getenv-nntpserver): Don't autoload.
11014
11015 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
11016
11017 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11018
11019 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11020
11021 * message.el (message-sendmail-extra-arguments): New variable.
11022 (message-send-mail-with-sendmail): Use it.
11023
11024 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11025
11026 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11027 mm-with-unibyte-current-buffer to make string unibyte.
11028
11029 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11030 mm-string-as-multibyte.
11031
11032 2006-11-14 Daiki Ueno <ueno@unixuser.org>
11033
11034 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11035 Reported by Werner Koch <wk@gnupg.org>.
11036
11037 2006-11-14 Daiki Ueno <ueno@p360>
11038
11039 * mml2015.el: Autoload epa-select-keys when compiling.
11040
11041 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11042
11043 * mml2015.el (mml2015-epg-sign): Save the signing keys in
11044 message-options.
11045 (mml2015-epg-encrypt): Save the recipient keys in message-options.
11046
11047 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11048
11049 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11050 EasyPG (< 0.0.6).
11051 (mml2015-always-trust): New user option.
11052 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11053 prompt.
11054
11055 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11056
11057 * nntp.el (nntp-authinfo-force): New variable.
11058 (nntp-send-authinfo): Use it.
11059
11060 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
11061
11062 * message.el (message-strip-subject-encoded-words): Allow _not_ to
11063 decode encoded words. Improve prompt. Add comment about forwarding.
11064 (message-replacement-char): Move up.
11065
11066 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11067
11068 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11069 instead of gnus-intersection because arguments of gnus-sorted-nunion
11070 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
11071
11072 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
11073
11074 * message.el (message-strip-subject-encoded-words): Reformat prompt.
11075 (message-simplify-subject-functions):
11076 Enable message-strip-subject-encoded-words by default.
11077
11078 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
11079
11080 * message.el (message-strip-subject-encoded-words): New function.
11081 (message-simplify-subject-functions): New variable.
11082 (message-simplify-subject): Use it. Fix typo in doc string.
11083 Support message-strip-subject-encoded-words.
11084
11085 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
11086
11087 * gnus-diary.el (gnus-diary-delay-format-function):
11088 * nndiary.el (nndiary-reminders):
11089 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11090
11091 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11092
11093 * gnus-art.el (article-hide-boring-headers): Fetch date from
11094 gnus-original-article-buffer to avoid problems with localized date
11095 strings.
11096
11097 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11098
11099 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11100
11101 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
11102
11103 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11104 New variables.
11105 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11106 (mm-charset-synonym-alist): Move some entries to
11107 mm-codepage-iso-8859-list.
11108 (mm-charset-synonym-alist, mm-charset-override-alist):
11109 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11110
11111 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11112
11113 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11114
11115 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11116
11117 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11118 with Emacs 21 and XEmacs.
11119
11120 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
11121
11122 * spam.el (spam-parse-address): New function for better parsing,
11123 catching errors, etc.
11124 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11125
11126 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11127
11128 * mm-view.el: Add interactive arg to html2text autoload.
11129
11130 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11131
11132 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11133
11134 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
11135
11136 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11137 New variables.
11138 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11139 (mm-charset-synonym-alist): Move some entries to
11140 mm-codepage-iso-8859-list.
11141
11142 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11143
11144 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
11145
11146 * message.el (message-citation-line-format)
11147 (message-insert-formated-citation-line): Fix implementation of %E, %N
11148 and %n according to the doc string.
11149
11150 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
11151
11152 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11153 Use car-safe to avoid bad parses.
11154
11155 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11156
11157 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11158 names.
11159
11160 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11161
11162 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11163
11164 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11165 header.
11166
11167 * message.el (message-draft-headers): Add Date.
11168 (message-headers-to-generate): Fix typo in docstring.
11169
11170 * nndraft.el (nndraft-required-headers): New variable.
11171 (nndraft-generate-headers): Use it.
11172
11173 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11174
11175 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11176
11177 * gnus-registry.el (gnus-registry-wash-for-keywords)
11178 (gnus-registry-find-keywords): New functions to allow easy searching of
11179 articles that are in the registry.
11180
11181 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11182
11183 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11184 Use ietf-drums-parse-address instead of gnus-extract-address-components.
11185 Reported by Damien Elmes <damien@repose.cx>.
11186
11187 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11188
11189 * gnus.el (gnus-mime): Remove unused custom group.
11190
11191 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11192
11193 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11194 "blank line" when searching for end of armor headers.
11195
11196 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11197
11198 * gmm-utils.el (gmm-write-region): Fix variable name.
11199
11200 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11201
11202 * gmm-utils.el (gmm-write-region): New function based on compatibility
11203 code from `mm-make-temp-file'.
11204
11205 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11206
11207 * nnmaildir.el (nnmaildir--update-nov)
11208 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11209 Use `gmm-write-region'.
11210
11211 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11212
11213 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11214 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11215
11216 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11217
11218 * message.el (message-replacement-char): New variable.
11219 (message-fix-before-sending): Use it.
11220 (message-simplify-subject): New function to remove duplicate code.
11221 (message-reply, message-followup): Use it.
11222
11223 * gnus-sum.el (gnus-summary-make-menu-bar):
11224 Clarify gnus-summary-limit-to-articles.
11225
11226 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
11227
11228 * gnus-util.el (gnus-with-local-quit): New macro.
11229
11230 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11231
11232 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
11233
11234 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11235 ignore non-string data.
11236
11237 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
11238
11239 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11240 non-string data (needs to be done in the registry too).
11241
11242 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11243
11244 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11245 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11246 (gnus-registry-split-fancy-with-parent)
11247 (gnus-registry-fetch-simplified-message-subject-fast)
11248 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11249 Remove text properties on ingress into the registry and when it's saved.
11250 (gnus-registry-clean-empty-function): Fix bug with cleaning the
11251 registry from entries with no groups.
11252
11253 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11254
11255 * gnus-util.el (gnus-string-remove-all-properties): Add utility
11256 function to remove string properties.
11257
11258 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11259
11260 * gmm-utils.el (gmm): Adjust custom version.
11261
11262 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11263 Adjust custom version.
11264
11265 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11266
11267 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11268
11269 * gnus-art.el (gnus-insert-prev-page-button)
11270 (gnus-insert-next-page-button): Simplify. Reformat.
11271
11272 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11273
11274 * gnus-art.el (gnus-insert-prev-page-button)
11275 (gnus-insert-next-page-button): Apply gnus-article-button-face.
11276
11277 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
11278
11279 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11280
11281 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11282
11283 * gnus-art.el (gnus-insert-mime-button)
11284 (gnus-insert-mime-security-button):
11285 Apply gnus-article-button-face to MIME and security buttons.
11286
11287 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
11288
11289 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11290 readable.
11291
11292 2006-09-20 Steve Youngs <steve@sxemacs.org>
11293
11294 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11295 `browse-url-of-file' instead of `browse-url'.
11296
11297 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11298
11299 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11300 regexp. Articles containing quotation were cut prematurely.
11301
11302 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11303
11304 * message.el (message-cite-original-1): Use nobody by default for the
11305 value of From header.
11306 (message-reply): Ditto.
11307
11308 2006-09-11 Daiki Ueno <ueno@unixuser.org>
11309
11310 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11311 to the gnus-info. This fixes a bug of inline-PGP message verification.
11312 Reported by Michael Piotrowski <mxp@dynalabs.de>.
11313
11314 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
11315
11316 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11317 mails in the doc string. Add some URLs in comment.
11318 (pop3-movemail): Warn about pop3-leave-mail-on-server.
11319
11320 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11321
11322 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11323 backslashes handling and the way to find boundaries of quoted strings.
11324
11325 2006-09-07 Daiki Ueno <ueno@unixuser.org>
11326
11327 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11328 mml1991-encrypt-to-self is set and mml1991-signers is not set.
11329 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11330 mml2015-encrypt-to-self is set and mml2015-signers is not set.
11331
11332 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11333
11334 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
11335 doc string.
11336 (gnus-button-regexp, gnus-button-last): Remove unused variables.
11337
11338 2006-09-06 Simon Josefsson <jas@extundo.com>
11339
11340 * mml2015.el (mml2015-use): Doc fix, mention epg.
11341
11342 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11343
11344 * mml2015.el (mml2015-use): Default to epg, if available.
11345
11346 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11347
11348 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11349 message-sender.
11350 (mml1991-epg-encrypt): Ditto.
11351 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11352 message-sender.
11353 (mml2015-epg-encrypt): Ditto.
11354
11355 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
11356
11357 * message.el (message-send-mail-with-sendmail): Look for sendmail in
11358 several common directories.
11359
11360 2006-09-05 Daiki Ueno <ueno@unixuser.org>
11361
11362 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11363 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11364
11365 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11366
11367 * gnus-art.el (article-decode-encoded-words): Make it fast.
11368
11369 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11370
11371 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11372
11373 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11374 in quoted string into `\'.
11375
11376 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11377
11378 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11379 Use standard-syntax-table.
11380
11381 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11382
11383 * gnus-art.el (gnus-decode-address-function): New variable.
11384 (article-decode-encoded-words): Use it to decode headers which are
11385 assumed to contain addresses.
11386 (gnus-mime-delete-part): Remove useless `or'.
11387
11388 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11389 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11390 (gnus-nov-parse-line): Use it to decode From header.
11391 (gnus-get-newsgroup-headers): Ditto.
11392 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11393
11394 * mail-parse.el (mail-decode-encoded-address-region): New alias.
11395 (mail-decode-encoded-address-string): New alias.
11396
11397 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11398 New function.
11399 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11400 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11401 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11402 (rfc2047-decode-string): Ditto.
11403 (rfc2047-decode-address-region): New function.
11404 (rfc2047-decode-address-string): New function.
11405
11406 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
11407
11408 * message.el (message-caesar-buffer-body): Allow rotating headers.
11409
11410 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11411
11412 * message.el (message-insert-formated-citation-line): Fix %f.
11413 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11414
11415 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
11416
11417 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11418 (gnus-bookmark-mouse-available-p): New macro.
11419 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11420 (gnus-bookmark-bmenu-show-infos): Use it.
11421 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11422 (gnus-bookmark-bmenu-hide-infos): Ditto.
11423 (gnus-bookmark-remove-properties): New function.
11424 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11425 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11426 (gnus-bookmark-write-file): Bind coding-system-for-write.
11427 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11428 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11429 group before selecting it.
11430 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11431 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11432 quit-window if it is not available; use gnus-mouse-2 and bind it to
11433 gnus-bookmark-bmenu-select-by-mouse.
11434 (gnus-bookmark-show-details): Remove unused variable `details-list'.
11435 (gnus-bookmark-bmenu-select-by-mouse): New function.
11436
11437 2006-08-13 Romain Francoise <romain@orebokech.com>
11438
11439 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11440 space.
11441
11442 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11443
11444 * compface.el (uncompface): Use binary rather than raw-text-unix.
11445
11446 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11447
11448 * compface.el (uncompface): Make sure the eol conversion doesn't take
11449 place when communicating with the external programs.
11450 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11451
11452 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
11453
11454 * nnheader.el (nnheader-insert-head): Fix typo in comment.
11455
11456 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11457
11458 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11459 Make it more robust by parsing author and date independently.
11460
11461 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11462
11463 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11464
11465 2006-07-28 Daiki Ueno <ueno@unixuser.org>
11466
11467 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11468 first matching secret key.
11469 (mml2015-epg-encrypt): Ditto.
11470
11471 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11472 first matching secret key.
11473 (mml1991-epg-encrypt): Ditto.
11474
11475 * mml2015.el (mml2015-encrypt-to-self): New user option.
11476 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11477 mml2015-epg-encrypt-to-self is set.
11478
11479 * mml1991.el (mml1991-encrypt-to-self): New variable.
11480 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11481 mml1991-epg-encrypt-to-self is set.
11482
11483 * mml2015.el (mml2015-signers): New user option.
11484 (mml2015-epg-sign): Reflect the value of mml2015-signers.
11485 (mml2015-epg-encrypt): Allow to select signing keys.
11486
11487 * mml1991.el (mml1991-signers): New variable.
11488 (mml1991-epg-sign): Reflect the value of mml1991-signers.
11489 (mml1991-epg-encrypt): Allow to select signing keys.
11490
11491 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
11492
11493 * nnheader.el (nnheader-insert-head): Make it work even if the file
11494 uses CRLF for the line-break code.
11495
11496 2006-07-25 Daiki Ueno <ueno@unixuser.org>
11497
11498 * mml2015.el: Require mml-sec instead of password.
11499 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11500 (mml2015-cache-passphrase): Inherit the default value from
11501 mml-secure-cache-passphrase.
11502 (mml2015-passphrase-cache-expiry): Inherit the default value from
11503 mml-secure-passphrase-cache-expiry.
11504
11505 * mml1991.el: Require mml-sec instead of password.
11506 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11507 (mml1991-cache-passphrase): Inherit the default value from
11508 mml-secure-cache-passphrase.
11509 (mml1991-passphrase-cache-expiry): Inherit the default value from
11510 mml-secure-passphrase-cache-expiry.
11511
11512 * mml-sec.el: Require password.
11513 (mml-secure-verbose): New user option.
11514 (mml-secure-cache-passphrase): New user option.
11515 (mml-secure-passphrase-cache-expiry): New user option.
11516
11517 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11518
11519 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11520 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
11521 andreas@altroot.de (Andreas Vögele).
11522
11523 FIXME: Use `tiny change'?
11524
11525 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11526
11527 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11528 workaround for the url package included with Emacs.
11529
11530 * nnweb.el (nnweb-google-create-mapping): Update regexp.
11531
11532 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
11533
11534 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11535 correctly. This fixes a bug caused by the 2006-05-12 change.
11536
11537 2006-07-18 Karl Fogel <kfogel@red-bean.com>
11538
11539 * nnmail.el (nnmail-article-group): If splitting raises an error, give
11540 some information about the error when saying that the `bogus' mail
11541 group will be used.
11542
11543 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
11544
11545 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11546 string.
11547
11548 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
11549
11550 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11551
11552 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11553
11554 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11555
11556 2006-07-10 Daiki Ueno <ueno@unixuser.org>
11557
11558 * mml1991.el (mml1991-function-alist): Add epg.
11559 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11560 (mml1991-epg-encrypt): New functions.
11561
11562 2006-07-10 Daiki Ueno <ueno@unixuser.org>
11563
11564 * mml2015.el (mml2015-verbose): New variable.
11565 (mml2015-cache-passphrase): Ditto.
11566 (mml2015-passphrase-cache-expiry): Ditto.
11567 (mml2015-function-alist): Add epg.
11568 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11569 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11570 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11571 New functions.
11572
11573 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11574
11575 * message.el (message-cite-original-1): Preserve region when removing
11576 quoted text due to X-No-Archive in order to avoid bogus attribution
11577 when citing multiple messages.
11578
11579 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11580
11581 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11582 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11583
11584 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
11585
11586 * gnus-diary.el (gnus-user-format-function-d)
11587 (gnus-user-format-function-D): Autoload.
11588
11589 * imap.el (Commentary): Fix typo.
11590
11591 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11592 2006-04-22 contribution.
11593
11594 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11595
11596 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11597 It didn't really fix the bogosity I'm seeing with solid web groups.
11598
11599 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11600
11601 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11602 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11603 created using server names. If we use the feature without declaring
11604 it, Gnus does not properly manage server and group state.
11605
11606 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11607 bound.
11608
11609 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11610
11611 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11612 looking up the method using GROUP's prefix before inventing a new one.
11613 It is used on killed/unknown groups in various places where returning
11614 an all-new method isn't expected by the caller.
11615
11616 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11617 and match semantics of gnus-group-real-prefix.
11618
11619 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
11620
11621 * nnmail.el (nnmail-broken-references-mailers): New variable.
11622 (nnmail-ignore-broken-references): New function generalizing
11623 nnmail-fix-eudora-headers.
11624 (nnmail-fix-eudora-headers): Now obsolete.
11625
11626 * gnus-art.el (gnus-button-handle-custom):
11627 Support `customize-apropos*'.
11628
11629 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11630
11631 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11632
11633 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11634 articles.
11635
11636 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
11637
11638 * message.el (message-cite-reply-above): New variable.
11639 (message-yank-original): Use it.
11640
11641 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
11642
11643 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11644
11645 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
11646
11647 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11648 as read.
11649
11650 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11651
11652 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
11653
11654 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11655 (gnus-bookmark-default-file): Use gnus-directory.
11656 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11657 Remove "*" in doc string.
11658 (gnus-bookmark-write-file): Simplify.
11659 (gnus-bookmark-maybe-sort-alist): Use `when'.
11660 (gnus-bookmark-get-bookmark): Fix typo in doc string.
11661 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11662 Add FIXME about Emacs 21 and XEmacs compatibility.
11663 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11664 compatibility.
11665 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11666 compatibility.
11667 (gnus-bookmark-menu-heading): Fix version.
11668
11669 2006-06-19 Bastien Guerry <bzg@altern.org>
11670
11671 * gnus-bookmark.el: New file.
11672
11673 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
11674
11675 * message.el (message-syntax-checks): Doc fix.
11676
11677 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11678
11679 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11680 unsubscribed groups as if they were killed ones. It causes duplicate
11681 entries in gnus-newsrc-alist.
11682
11683 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
11684
11685 * message.el (message-syntax-checks): Doc fix.
11686 (message-send-mail): Add check for continuation headers.
11687 (message-check-news-header-syntax): Fix regexp used to check for
11688 continuation headers.
11689
11690 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
11691
11692 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11693
11694 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
11695
11696 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11697
11698 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
11699
11700 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11701 default-truncate-lines.
11702
11703 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
11704
11705 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11706 to fill the utf-8 entry.
11707
11708 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11709
11710 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11711
11712 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
11713
11714 * gnus-agent.el (directory-files-and-attributes): Move all the way
11715 forward (the third and final move).
11716 (gnus-agent-read-agentview): Trap reconstruction errors due to
11717 nonexistent directory. Handle by returning nil.
11718
11719 2006-05-30 Didier Verna <didier@xemacs.org>
11720
11721 * message.el (message-dont-reply-to-names): Update the custom type.
11722 * message.el (message-dont-reply-to-names): New defsubst: potentially
11723 convert a list of regexps into a single one.
11724 * message.el (message-get-reply-headers): Use it.
11725 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11726
11727 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
11728
11729 * gnus-agent.el (directory-files-and-attributes): Move forward.
11730
11731 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11732
11733 * gnus-ml.el (gnus-mailing-list-subscribe)
11734 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11735 (gnus-mailing-list-message): Fix doc strings.
11736
11737 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11738
11739 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11740 of doing it manually.
11741
11742 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11743
11744 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11745 comment.
11746
11747 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
11748
11749 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11750 (gnus-agent-read-agentview): Fix handling of end-of-file error.
11751 (gnus-agent-read-local): All symbols allocated in my-obarray.
11752 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11753 (gnus-agent-regenerate-group): Check numeric names to see if they are
11754 messages or groups.
11755 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11756 better way of do this...)
11757
11758 * gnus-cache.el (gnus-agent-total-fetched-for):
11759 Ignore 'dummy.group' (there should be a better way of do this...)
11760
11761 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
11762
11763 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11764 (gnus-saved-headers): Ditto.
11765 (gnus-default-article-saver): Mention functions may have properties.
11766 (gnus-article-save): Override gnus-save-all-headers and
11767 gnus-saved-headers by :headers property which saver function may have.
11768 (gnus-summary-save-in-file): Add :headers property.
11769 (gnus-summary-write-to-file): Ditto.
11770
11771 * gnus-sum.el (gnus-summary-save-article): Bind
11772 gnus-prompt-before-saving to t when saving many articles in a file;
11773 always show all headers.
11774
11775 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11776
11777 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11778 marks.
11779
11780 * message.el (message-indent-citation): Add optional arguments to allow
11781 using it outside of message buffers.
11782
11783 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11784 (gnus-article-treat-unfold-headers): Use it.
11785 (gnus-article-truncate-lines): New variable.
11786 (gnus-article-mode): Use it.
11787 (gnus-article-toggle-truncate-lines): New function.
11788
11789 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11790 Add gnus-article-toggle-truncate-lines.
11791
11792 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11793 coding system in XEmacs, use binary.
11794
11795 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11796
11797 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11798 after-load-alist.
11799
11800 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11801 this function should save decoded articles.
11802 (gnus-summary-write-to-file): Use property to specify this function
11803 should save decoded articles and specify gnus-summary-save-in-file
11804 should be used to save articles other than the first one when saving
11805 many articles.
11806 (gnus-summary-save-body-in-file): Use property to specify this
11807 function should save decoded articles.
11808 (gnus-summary-write-body-to-file): Use property to specify this
11809 function should save decoded articles and specify
11810 gnus-summary-save-body-in-file should be used to save articles other
11811 than the first one when saving many articles.
11812
11813 * gnus-sum.el (gnus-summary-save-article): Simplify.
11814
11815 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
11816
11817 * gnus-art.el (gnus-default-article-saver):
11818 Add gnus-summary-write-body-to-file.
11819 (gnus-article-save-coding-system): Don't use coding system object
11820 in XEmacs.
11821 (gnus-read-save-file-name): Add optional `dir-var' argument which
11822 specifies directory in which files are saved; work even if optional
11823 `variable' argument is not specified.
11824 (gnus-summary-write-to-file): Read file name.
11825 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11826 (gnus-summary-write-body-to-file): New function.
11827
11828 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11829 (gnus-summary-local-variables): Add it.
11830 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11831 (gnus-summary-save-article): Remove optional `decode' argument;
11832 determine whether to decode articles by the value of
11833 gnus-default-article-saver; when saving many files using
11834 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11835 it first and use gnus-summary-save-in-file or
11836 gnus-summary-save-body-in-file thereafter unless
11837 gnus-prompt-before-saving is always; move point to article which
11838 will be saved.
11839 (gnus-summary-save-article-file): Revert.
11840 (gnus-summary-write-article-file): Revert.
11841 (gnus-summary-save-article-body-file): Revert.
11842 (gnus-summary-write-article-body-file): New function.
11843
11844 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11845
11846 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11847
11848 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
11849
11850 * gnus-art.el (gnus-default-article-saver): Doc fix.
11851 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11852 from gnus-summary-save-article-coding-system, and default to a
11853 certain coding system.
11854 (gnus-output-to-file): Add coding cookie and encode text according
11855 to gnus-article-save-coding-system; don't use mm-append-to-file.
11856
11857 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11858 gnus-art.el and rename to gnus-article-save-coding-system.
11859 (gnus-summary-save-article): Require gnus-art; don't show all
11860 headers if it decodes articles; don't add coding cookie here;
11861 don't bind mm-text-coding-system-for-write.
11862 (gnus-summary-save-article-file): Save decoded articles.
11863 (gnus-summary-write-article-file): When saving many files, use
11864 gnus-summary-write-to-file first and gnus-summary-save-in-file
11865 thereafter unless gnus-prompt-before-saving is always.
11866 (gnus-summary-save-article-body-file): Save decoded articles.
11867
11868 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11869
11870 * nnrss.el (nnrss-check-group): Bind hash-index.
11871
11872 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
11873
11874 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11875 its hash index. Store this hash in `nnrss-group-data'.
11876 (nnrss-read-group-data): Update accordingly.
11877
11878 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11879
11880 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11881 entry.
11882
11883 * gnus-sum.el (gnus-summary-make-menu-bar):
11884 Add gnus-article-browse-html-article.
11885
11886 2006-05-23 Hynek Schlawack <hynek@ularx.de>
11887
11888 * gnus-sum.el (gnus-summary-mime-map):
11889 Add gnus-article-browse-html-article.
11890
11891 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11892
11893 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11894 suitable coding systems in customize.
11895
11896 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
11897
11898 * mail-source.el (mail-sources): Fix custom type.
11899
11900 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11901
11902 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11903 (gnus-summary-expire-articles-now): Shorten prompt.
11904
11905 * gmm-utils.el (wid-edit): Require.
11906 (defun-gmm): Rename from `gmm-defun-compat'.
11907 (gmm-image-search-load-path): Use it.
11908 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
11909
11910 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
11911
11912 * gnus-sum.el (gnus-summary-save-article-coding-system):
11913 New variable.
11914 (gnus-summary-save-article): Add optional `decode' argument.
11915 If it is set and gnus-summary-save-article-coding-system is non-nil,
11916 save decoded article.
11917 (gnus-summary-write-article-file): Save decoded article if
11918 gnus-summary-save-article-coding-system is non-nil.
11919
11920 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11921 type.
11922
11923 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
11924
11925 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11926
11927 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11928
11929 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11930 first to test gnus-single-article-buffer which may be buffer-local.
11931
11932 * gnus-sum.el (gnus-summary-setup-buffer):
11933 Make gnus-single-article-buffer buffer-local and nil in ephemeral
11934 group; make gnus-article-buffer, gnus-article-current, and
11935 gnus-original-article-buffer always buffer-local.
11936 (gnus-summary-exit): Kill article buffer belonging to ephemeral
11937 group.
11938 (gnus-handle-ephemeral-exit): Don't move to next summary line.
11939
11940 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
11941
11942 * nnml.el (nnml-request-compact-group): Compressed files might not
11943 have .gz extension.
11944
11945 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11946
11947 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11948 (mm-copy-to-buffer): Use with-current-buffer.
11949 (mm-display-part): Simplify.
11950 (mm-inlinable-p): Add optional arg `type'.
11951
11952 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11953
11954 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11955 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11956 Try harder to show the attachment internally or externally using
11957 gnus-mime-view-part-as-type.
11958
11959 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
11960
11961 * message.el (message-from-style, message-signature-separator)
11962 (message-user-organization-file, message-send-mail-function)
11963 (message-citation-line-function, message-yank-prefix)
11964 (message-indent-citation-function, message-signature)
11965 (message-signature-file, message-signature-insert-empty-line):
11966 Remove autoloads.
11967
11968 * gnus-art.el (gnus-buttonized-mime-types):
11969 Remove "multipart/signed". Revert 2006-04-26 change.
11970
11971 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11972
11973 * gnus.el (gnus-version-number): Bump version.
11974
11975 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11976
11977 * gnus.el: No Gnus v0.5 is released.
11978
11979 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11980
11981 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11982 fetching articles by message-id.
11983
11984 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11985
11986 * message.el (hashcash): Require hashcash as normal.
11987
11988 * ecomplete.el (ecomplete-highlight-match-line):
11989 Use point-at-eol.
11990 (ecomplete-highlight-match-line): Use `highlight', because that
11991 face exists in both Emacs and XEmacs.
11992
11993 * message.el (message-display-abbrev): Use point-at-bol.
11994
11995 * mail-source.el: Don't require timer/timer-funcs.
11996
11997 * gnus-async.el: Ditto.
11998
11999 * password.el: Ditto.
12000
12001 * mm-url.el: Ditto.
12002
12003 * mm-util.el: Require timer/timer-funcs.
12004
12005 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12006
12007 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12008 Close.
12009
12010 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12011
12012 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12013 unibyte after clear-decrypt function runs.
12014
12015 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12016 returns as a unibyte string.
12017
12018 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12019
12020 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12021 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12022 (mml1991-pgg-encrypt): Ditto.
12023
12024 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
12025
12026 * message.el (message-user-organization-file): Check several
12027 locations of the organization file.
12028
12029 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12030 Add gnus-article-view-part-as-type.
12031
12032 * gnus-art.el (gnus-article-view-part-as-type): New function.
12033
12034 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12035 .mobi and .travel. Remove .nato, .bitnet and .uucp.
12036
12037 * mml.el: Simplify autoload.
12038 (mml-mode): defvar dnd-protocol-alist instead of using
12039 symbol-value.
12040 (mml-default-directory): New variable.
12041 (mml-minibuffer-read-file): Use it.
12042 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12043
12044 * message.el (message-citation-line-format): New variable.
12045 (message-insert-formated-citation-line): New function.
12046 (message-citation-line-function):
12047 Add `message-insert-formated-citation-line' to custom type.
12048
12049 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12050 to doc string.
12051
12052 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12053 depending on mm-verify-option.
12054
12055 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12056
12057 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12058 binding pgg-* variables; reimplement the section which prevents
12059 MIME header from being signed.
12060 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12061 pgg-text-mode; remove a blank line at the top of body.
12062
12063 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12064 lines at the top of body; use gnus-newsgroup-charset if there's no
12065 Charset header.
12066
12067 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12068
12069 * message.el (message-self-insert-commands): Doc fix.
12070
12071 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12072 (mm-uu-pgp-encrypted-test): Ditto.
12073 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12074 between header and body; return application/pgp-encrypted handle
12075 if decryption failed; decode decrypted body by charset.
12076
12077 * mm-decode.el (mm-automatic-display): Don't make application/pgp
12078 element match to application/pgp-*.
12079
12080 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12081
12082 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12083 HTML.
12084
12085 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12086
12087 * mail-source.el (mail-source-call-script): Message the error
12088 string.
12089
12090 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12091
12092 * gnus-util.el (gnus-byte-compile): Use it.
12093
12094 2006-04-22 xyblor <fake@invalid.email> (tiny change)
12095
12096 * gnus-util.el (kill-empty-logs): New function.
12097
12098 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12099
12100 * message.el (message-mail-alias-type): Doc fix.
12101 (message-mail-alias-type-p): New function.
12102 (message-send): Use it.
12103 (message-mode): Ditto.
12104 (message-strip-forbidden-properties): Ditto.
12105
12106 * ecomplete.el (ecomplete-database-file-coding-system):
12107 New variable.
12108 (ecomplete-save): Use it.
12109 (ecomplete-setup): Use it.
12110
12111 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12112
12113 * message.el (message-self-insert-commands): New variable.
12114 (message-strip-forbidden-properties): Use it.
12115
12116 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12117
12118 * message.el (message-put-addresses-in-ecomplete): Use a regexp
12119 that doesn't make XEmacs choke.
12120
12121 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
12122
12123 * gnus-util.el (gnus-replace-in-string):
12124 Prefer replace-regexp-in-string over of replace-in-string.
12125
12126 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
12127
12128 * gnus-util.el (gnus-select-frame-set-input-focus):
12129 Use select-frame-set-input-focus if it is available in XEmacs; use
12130 definition defined in Emacs 22 for old Emacsen.
12131
12132 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12133
12134 * mm-view.el (mm-inline-text): Use equal instead of equalp.
12135
12136 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
12137
12138 * gnus-registry.el (gnus-registry-cache-save): Remove text
12139 properties when saving via the temp buffer.
12140
12141 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12142
12143 * message.el (message-generate-hashcash): Honor custom type.
12144
12145 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12146
12147 * message.el (message-generate-hashcash): Default to non-nil when
12148 hashcash is found.
12149
12150 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12151 (gnus-refer-thread-limit): Increase default to 500.
12152
12153 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12154
12155 * flow-fill.el (fill-flowed): Allow delete-space.
12156
12157 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12158
12159 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12160 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12161 Remove autoloads.
12162
12163 2006-04-18 Simon Josefsson <jas@extundo.com>
12164
12165 * message.el (message-generate-hashcash): Default to.
12166
12167 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12168
12169 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12170 concatenating segments rather than before concatenating them.
12171
12172 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12173
12174 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12175
12176 * imap.el (imap-quote-specials): New function.
12177 (imap-login-auth): Quote specials.
12178
12179 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12180
12181 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12182
12183 * message.el (message-forward-make-body-plain):
12184 Allow message-forward-ignored-headers to be a list.
12185 (message-remove-ignored-headers): Factor out into function.
12186 (message-forward-make-body-mml): Use it.
12187 * rfc2231.el (rfc2231-parse-string): Remove dead code.
12188 (rfc2231-parse-string): Allow concatanation of parameters that
12189 aren't contiguous. The test case is
12190 (mail-header-parse-content-type "message/external-body;
12191 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12192 access-type=LOCAL-FILE;
12193 name*1*=plugh%2fhello-sailor%2fbing.pdf")
12194
12195 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12196
12197 * nntp.el (nntp-accept-process-output): Return the value of
12198 `nnheader-accept-process-output'.
12199
12200 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12201
12202 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12203 (gnus-button-alist): Recognize more diff formats.
12204 (gnus-button-patch): Strip directory.
12205
12206 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12207
12208 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12209 Emacs 22 when setting focus.
12210
12211 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12212
12213 * gnus-art.el (gnus-article-treat-types): Do treatment of
12214 text/x-verbatim parts.
12215 (gnus-button-patch): New command.
12216
12217 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12218 addresses that contain invalid characters.
12219
12220 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12221
12222 * message.el (message-put-addresses-in-ecomplete):
12223 Use gnus-replace-in-string.
12224 (message-is-yours-p): Use the more correct
12225 mail-header-parse-address instead of
12226 mail-extract-address-components.
12227 (message-put-addresses-in-ecomplete): Fix typo.
12228
12229 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12230 keystroke.
12231
12232 * gnus-art.el (gnus-treatment-function-alist): Change order of
12233 newsgroups/generic header folding to avoid double-folding.
12234
12235 * message.el (message-hidden-headers): Add X-Draft-From.
12236
12237 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12238 New command.
12239 (gnus-summary-repeat-search-article-backward): New command.
12240
12241 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12242 groups in the parent topic.
12243
12244 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
12245
12246 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12247 (spam-extra-header-to-number): Return the CRM114 number as a
12248 number instead of a string.
12249
12250 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12251
12252 * gnus-art.el (gnus-face-properties-alist): Move here from
12253 gnus-fun.
12254
12255 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12256
12257 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12258
12259 * message.el (message-strip-forbidden-properties): Only display on
12260 self-insert-command.
12261
12262 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12263 reindent.
12264 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12265
12266 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
12267
12268 * smiley.el (smiley-style): Fix typo.
12269
12270 2006-03-23 Kenichi Handa <handa@m17n.org>
12271
12272 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12273 instead of set-buffer-multibyte.
12274
12275 2006-03-23 Kenichi Handa <handa@m17n.org>
12276
12277 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12278 buffer and then decode the buffer text if necessary.
12279 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12280 first, and after mm-encode-body, change the buffer to unibyte.
12281
12282 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12283
12284 * hashcash.el (hashcash-insert-payment-async-2):
12285 Use message-goto-eoh instead of doing it manually.
12286 (mail-add-payment): Use message-narrow-to-header instead of trying
12287 to do the same itself.
12288
12289 * message.el (message-hidden-headers): Add Face.
12290
12291 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12292 reparenting code.
12293 (gnus-summary-reparent-children): Refactored out code.
12294 (gnus-summary-thread-map): New keystroke.
12295 (gnus-summary-reparent-children): Make into command.
12296
12297 * smiley.el (smiley-style): Default to `medium' if using a large
12298 font.
12299
12300 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12301 does it itself.
12302
12303 * message.el (message-point-in-header-p): Simplify definition.
12304
12305 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12306
12307 * nnagent.el (nnagent-request-set-mark): Silence log file
12308 writing.
12309 (nnagent-request-set-mark): Use write-region instead of
12310 append-to-file.
12311
12312 * gnus-sum.el (gnus-read-header): Fudge article number if using a
12313 strange select method.
12314
12315 * ecomplete.el (ecomplete-display-matches): Get highlightling
12316 right.
12317 (ecomplete-display-matches): Use literals.
12318 (ecomplete-display-matches): Disable message logging.
12319
12320 * message.el (message-display-abbrev): Small optimization.
12321
12322 * ecomplete.el (ecomplete-display-matches): Allow automatic
12323 display.
12324
12325 * message.el (message-strip-forbidden-properties):
12326 Display abbrevs.
12327 (message-display-abbrev): Get automatic display right.
12328
12329 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12330 keystrokes.
12331
12332 2006-04-13 Romain Francoise <romain@orebokech.com>
12333
12334 TODO: Backport to v5-10!
12335
12336 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12337 Move here (and rename) from gnus-registry.el.
12338
12339 * gnus-registry.el: Require gnus-util.
12340 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12341
12342 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12343
12344 * gnus-group.el (gnus-group-catchup-current):
12345 Change if-then-else-if-then-else into cond.
12346 (gnus-group-catchup): Indent.
12347 (group-name-at-point): New function.
12348 (gnus-fetch-group): Provide default from thing at point.
12349
12350 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12351
12352 * message.el (message-display-abbrev): Fix regexp.
12353
12354 * ecomplete.el (ecomplete-highlight-match-line):
12355 Reimplement choosing.
12356 (ecomplete-highlight-match-line): Fix up code rewrite, remove
12357 dead variables.
12358
12359 * message.el (message-newline-and-indent): Remove debugging.
12360 (message-display-abbrev): Use new implementation.
12361
12362 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12363
12364 * gnus-art.el (gnus-article-mode):
12365 Set cursor-in-non-selected-windows to nil.
12366
12367 * smiley.el: Revert previous change.
12368 (smiley-data-directory): defvar it before using it in the
12369 defcustom of `smiley-style'.
12370
12371 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12372
12373 * message.el (message-newline-and-indent): New function.
12374
12375 * ecomplete.el: Implement more bits.
12376
12377 * message.el (message-put-addresses-in-ecomplete): Clean up the
12378 string.
12379
12380 * ecomplete.el (ecomplete-add-item): Chop off decimals.
12381
12382 * gnus-sum.el (gnus-summary-save-parts):
12383 Bind gnus-summary-save-parts-counter and use it to make unique file
12384 names.
12385
12386 * gnus-art.el (gnus-ignored-headers): Add some more headers.
12387
12388 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12389 parameter to say whether to actually parse the individual
12390 addresses.
12391
12392 * message.el (message-put-addresses-in-ecomplete): New function.
12393 (ecomplete): Require.
12394 (message-mail-alias-type): Add ecomplete as an option.
12395
12396 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
12397
12398 * flow-fill.el (fill-flowed): Remove trailing space from blank
12399 quoted lines.
12400
12401 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12402
12403 * smiley.el (smiley-style): Move definition later to avoid a
12404 compilation warning.
12405
12406 2006-04-12 Kenichi Handa <handa@m17n.org>
12407
12408 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12409 buffer and then decode the buffer text if necessary.
12410 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12411 first, and after mm-encode-body, change the buffer to unibyte.
12412 Use mm-disable-multibyte instead of set-buffer-multibyte.
12413
12414 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
12415
12416 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12417 Content-Type header instead of Content-Disposition header.
12418 (gnus-mime-inline-part): Ditto.
12419 (gnus-mime-view-part-as-charset): Ignore charset that the part
12420 specifies.
12421
12422 * mm-decode.el (mm-display-part): Work with external parts and
12423 usual parts similarly.
12424
12425 * mm-extern.el (mm-inline-external-body): Use mm-display-part
12426 instead of gnus-display-mime.
12427
12428 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12429 instead of with-temp-buffer.
12430
12431 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12432 tag to summarized topics part in order to encode non-ASCII text.
12433
12434 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12435
12436 * smiley.el (smiley-style): New variable.
12437 (smiley-directory): New function.
12438 (smiley-data-directory): Derive from `smiley-style' using
12439 `smiley-directory'.
12440 (smiley-regexp-alist): Add new entries.
12441
12442 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12443 (gnus-article-browse-delete-temp): Add :version.
12444
12445 2006-04-11 Arne Jørgensen <arne@arnested.dk>
12446
12447 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12448 the sieve region.
12449
12450 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12451
12452 * gnus.el (gnus-version-number): Bump version.
12453
12454 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12455
12456 * gnus.el: No Gnus v0.4 is released.
12457
12458 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12459
12460 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12461 layout.
12462
12463 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12464 unknown charset.
12465
12466 * message.el (message-header-synonyms): Add Original-To to the
12467 default.
12468
12469 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12470 optional parameter.
12471
12472 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12473
12474 * gnus-fun.el (gnus): Require it for gnus-directory.
12475
12476 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12477
12478 * gnus-fun.el (gnus-face-properties-alist): Add :version.
12479
12480 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12481
12482 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12483
12484 2006-04-05 Simon Josefsson <jas@extundo.com>
12485
12486 * password.el (password-reset): New function.
12487
12488 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12489
12490 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12491 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12492
12493 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12494
12495 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12496 Some whitespace was matched into the url, which broke browsing hits
12497 > 100 when mm-url-use-external was nil.
12498
12499 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
12500
12501 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12502 Check gnus-extra-headers for 'Newsgroups.
12503
12504 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12505 bound.
12506
12507 2006-04-04 Daiki Ueno <ueno@unixuser.org>
12508
12509 * pgg-gpg.el: Clean up process buffers every time gpg processes
12510 complete.
12511
12512 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
12513
12514 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12515 doc string.
12516
12517 2006-04-03 Daiki Ueno <ueno@unixuser.org>
12518
12519 * pgg-gpg.el (pgg-gpg-process-filter)
12520 (pgg-gpg-wait-for-completion): Check if buffer is alive.
12521
12522 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12523 lines, temporary fix.
12524
12525 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
12526
12527 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12528
12529 2006-03-29 Daiki Ueno <ueno@unixuser.org>
12530
12531 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12532 default-enable-multibyte-characters. This reverts the change from
12533 revision 6.17 which is no longer necessary because the passphrase
12534 is sent separately now. GnuPG messages are unreadable under
12535 multibyte locales with default-enable-multibyte-characters set to
12536 nil.
12537
12538 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
12539
12540 * message.el (message-tool-bar-gnome): Move "spell".
12541
12542 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
12543
12544 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12545 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
12546 instead.
12547
12548 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
12549
12550 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12551 Improve newsgroups handling for NNTP overviews which don't include
12552 Newsgroups.
12553
12554 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12555
12556 * message.el (message-resend): Bind message-generate-hashcash to nil.
12557
12558 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12559
12560 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12561 when searching for already-paid recipients.
12562
12563 2006-03-27 Daiki Ueno <ueno@unixuser.org>
12564
12565 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12566 passphrases when it is not needed.
12567 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12568 passphrase stuff from gpg, should only be necessary when you use
12569 gpg with a smartcard.
12570
12571 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
12572
12573 * mml.el (mml-insert-mime): Ignore cached contents of
12574 message/external-body part.
12575
12576 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12577 (mm-insert-part): Ditto.
12578
12579 2006-03-23 Simon Josefsson <jas@extundo.com>
12580
12581 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12582 Reiner.
12583 (pgg-gpg-use-agent-p): Use it again.
12584
12585 2006-03-23 Simon Josefsson <jas@extundo.com>
12586
12587 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12588 older emacsen.
12589 (pgg-gpg-use-agent-p): Don't use it.
12590
12591 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
12592
12593 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12594 if we can.
12595
12596 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
12597
12598 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12599 (pgg-gpg-update-agent): New function.
12600 (pgg-gpg-use-agent-p): New function.
12601 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12602 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12603 (pgg-gpg-sign-region): Use it.
12604
12605 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
12606
12607 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12608 Reported by Ralf Wachinger <rwachinger@gmx.de>.
12609
12610 2006-03-21 Simon Josefsson <jas@extundo.com>
12611
12612 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12613 <wilde@sha-bang.de>.
12614 (pgg-gpg-use-agent): New variable.
12615 (pgg-gpg-process-region): Use it.
12616 (pgg-gpg-encrypt-region): Likewise.
12617 (pgg-gpg-encrypt-symmetric-region): Likewise.
12618 (pgg-gpg-decrypt-region): Likewise.
12619 (pgg-gpg-sign-region): Likewise.
12620 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12621
12622 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12623
12624 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12625
12626 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12627 Add comment on version.
12628
12629 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
12630
12631 * smiley.el: Add missing test smiley.
12632
12633 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
12634
12635 * mm-decode.el (mm-with-part): New macro.
12636 (mm-get-part): Use it; work with message/external-body as well.
12637 (mm-save-part): Treat name and filename equally.
12638
12639 * mm-extern.el (mm-extern-cache-contents): New function.
12640 (mm-inline-external-body): Use it; force the part to be displayed;
12641 move undisplayer added to the cached handle to the parent.
12642
12643 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12644 (gnus-mime-view-part-as-type): Work with message/external-body.
12645
12646 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12647
12648 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12649
12650 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12651 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
12652 Emacs.]
12653
12654 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
12655
12656 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12657 path rather than symbol. Always return list of directories.
12658 Guarantee that image directory comes first. [Sync with image.el,
12659 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
12660
12661 * message.el (message-make-tool-bar): Adjust to new API of
12662 `gmm-image-load-path-for-library'.
12663
12664 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12665
12666 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12667
12668 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12669
12670 * gnus-art.el (gnus-article-only-boring-p):
12671 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12672 intangible text.
12673 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12674
12675 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
12676
12677 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12678 Use `defun' instead of `gmm-defun-compat'.
12679
12680 2006-03-14 Simon Josefsson <jas@extundo.com>
12681
12682 * message.el (message-unique-id): Don't use message-number-base36
12683 if (user-uid) is a float.
12684 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12685
12686 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12687
12688 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12689
12690 * gnus-art.el (gnus-mime-display-single): Make sure there is an
12691 empty line between a part and a message part.
12692
12693 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
12694
12695 * smiley.el: Add more test smileys.
12696 (smiley-data-directory, smiley-regexp-alist)
12697 (gnus-smiley-file-types): Fix doc strings.
12698 (smiley-update-cache): Clear smiley-cached-regexp-alist before
12699 adding new elements.
12700 (smiley-mouse-map): Unused code. Make it a comment.
12701
12702 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
12703
12704 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12705 scan latest NoCeM messages instead of old ones.
12706 (gnus-nocem-check-article): Fix regexps so as to match to PGP
12707 delimiters that are recently used.
12708 (gnus-nocem-load-cache): Add autoload cookie.
12709
12710 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12711
12712 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12713 level which is larger than gnus-use-nocem is specified.
12714
12715 * gnus-group.el (gnus-group-get-new-news): Ditto.
12716
12717 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
12718
12719 * gnus-util.el (gnus-tool-bar-update): New function.
12720
12721 * gnus-group.el (gnus-group-update-tool-bar): New variable.
12722 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12723
12724 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12725
12726 * gnus-group.el (gnus-group-redraw-when-idle)
12727 (gnus-group-redraw-check): Remove.
12728 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12729
12730 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
12731
12732 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12733 if optional last element is specified in splits (FIELD VALUE...).
12734
12735 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
12736
12737 * message.el (message-make-tool-bar): Rename gmm-image-load-path
12738 to gmm-image-load-path-for-library. Call with no-error argument.
12739 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12740
12741 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12742
12743 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12744
12745 * gmm-utils.el (gmm-image-load-path): Remove alias.
12746
12747 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
12748
12749 * gmm-utils.el (gmm-image-load-path): Add alias.
12750
12751 * nnml.el (nnml-generate-nov-databases-directory): Rename from
12752 nnml-generate-nov-databases-1.
12753 (nnml-generate-nov-databases): Use it.
12754 (nnml-generate-nov-databases-directory): Document no-active
12755 argument.
12756
12757 * gmm-utils.el (gmm-image-load-path-for-library): Return single
12758 directory if path is t. Add no-error.
12759
12760 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12761 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12762
12763 * gnus-art.el (gnus-article-browse-delete-temp-files):
12764 Simplify resetting gnus-article-browse-html-temp-list.
12765
12766 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12767 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
12768 Add example to docstring. Rename local variables. Move error
12769 checks to default case in cond and simplify.
12770
12771 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
12772
12773 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12774 handle is multipart when calling it recursively.
12775 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12776
12777 2006-03-03 Daniel Pittman <daniel@rimspace.net>
12778
12779 * nnimap.el (nnimap-request-update-info-internal): Optimize.
12780 Don't `gnus-uncompress-range' to avoid excessive memory usage.
12781
12782 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12783
12784 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12785 is loaded.
12786
12787 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12788 loaded.
12789
12790 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
12791
12792 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12793 to "Emacs 23 (unicode)" in doc string.
12794
12795 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12796 "Emacs 23 (unicode)" in comment.
12797
12798 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12799
12800 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12801
12802 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12803 characters 160 through 255 in Emacs 23.
12804
12805 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
12806
12807 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12808 gnus-article-browse-html-temp.
12809 (gnus-article-browse-delete-temp): Make it customizable.
12810 Add `file'. Adjust doc string.
12811 (gnus-article-browse-delete-temp-files): Add argument.
12812 Allow query for each file. Adjust doc string.
12813 (gnus-article-browse-html-parts):
12814 Add `gnus-article-browse-delete-temp-files' to
12815 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12816
12817 2006-03-02 Hynek Schlawack <hynek@ularx.de>
12818
12819 * gnus-art.el (gnus-article-browse-html-temp)
12820 (gnus-article-browse-delete-temp): New variables.
12821 (gnus-article-browse-delete-temp-files): New function.
12822 (gnus-article-browse-html-parts): Use it.
12823
12824 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
12825
12826 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12827
12828 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12829 string.
12830
12831 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12832 gnus-summary-insert-new-articles when unplugged.
12833 Remove gnus-summary-search-article-forward.
12834
12835 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12836 display-visual-class instead of display-color-cells.
12837
12838 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
12839
12840 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12841 message/* containing non-ASCII text properly.
12842
12843 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
12844
12845 * message.el: Require gmm-utils, remove autoloads.
12846 (message-tool-bar): Set default based on
12847 gmm-tool-bar-style.
12848 (message-tool-bar-gnome): Add gmm-customize-mode.
12849
12850 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12851 gmm-tool-bar-style.
12852 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12853
12854 * gnus-group.el (gnus-group-tool-bar): Set default based on
12855 gmm-tool-bar-style.
12856 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12857
12858 * gmm-utils.el (gmm-image-directory): Rename variable from
12859 gmm-image-load-path.
12860 (gmm-image-load-path): Use gmm-image-directory.
12861 (gmm-customize-mode): New function.
12862 (gmm-tool-bar-style): New variable.
12863
12864 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12865 gnus-group-redraw-line-number.
12866 (gnus-group-redraw-check): Simplify.
12867 (gnus-group-tool-bar-update): Remove redraw check.
12868 (gnus-group-make-tool-bar): Add redraw check.
12869
12870 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12871
12872 * gnus-art.el (gnus-button): Add missing parentheses.
12873
12874 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12875
12876 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12877
12878 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
12879
12880 * gnus-art.el (gnus-button): New face.
12881 (gnus-article-button-face): Use it.
12882
12883 * gnus-sum.el (gnus-summary-tool-bar-gnome):
12884 Add gnus-summary-next-page. Re-order.
12885
12886 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12887 next-node are now included.
12888 (gnus-group-redraw-line-number): New internal variable.
12889 (gnus-group-redraw-check): Helper function for updating the tool
12890 bar.
12891 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12892
12893 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12894
12895 * spam.el (spam-spamassassin-score-regexp): New internal variable.
12896 (spam-extra-header-to-number, spam-check-spamassassin-headers):
12897 Use it to match format of Spamassassin 3.0 and later.
12898 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12899 (spam-check-bogofilter)
12900 (spam-bogofilter-register-with-bogofilter): Fix args of
12901 `gnus-error' calls.
12902
12903 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
12904
12905 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12906 unnecessary interaction when sending queued mails.
12907 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12908
12909 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
12910
12911 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12912 first or last are nil.
12913
12914 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12915
12916 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12917
12918 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12919
12920 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12921
12922 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12923
12924 * dns.el (query-dns): Protect more against buggy tcp output.
12925
12926 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
12927
12928 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12929 nov.php.
12930
12931 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12932
12933 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12934 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12935 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
12936 output on the server side.
12937 (nnweb-google-create-mapping): Update regexps and add some
12938 progress indication.
12939
12940 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
12941
12942 * gnus-group.el (gnus-group-tool-bar-gnome):
12943 Fix gnus-agent-toggle-plugged. Re-order icons.
12944 (gnus-group-tool-bar-gnome):
12945 Add gnus-group-{prev,next}-unread-group.
12946 (gnus-group-tool-bar-gnome): Re-order icons.
12947
12948 * gnus-sum.el (gnus-summary-tool-bar-gnome):
12949 Move gnus-summary-insert-new-articles.
12950
12951 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12952 Fix comments.
12953
12954 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
12955 also available in Emacs 21.3.
12956
12957 * message.el (message-fix-before-sending): Change "Emacs 22" to
12958 "Emacs 23 (unicode)" in comment.
12959
12960 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12961 "Emacs 23 (unicode)" in comment.
12962
12963 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12964 comment.
12965 (mm-coding-system-p): Add comment about no-MULE XEmacs.
12966
12967 * mm-view.el (mm-fill-flowed): Add :version.
12968
12969 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
12970
12971 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12972 and load-path.
12973
12974 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
12975
12976 * message.el: Autoload gmm-image-load-path.
12977 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12978 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
12979 consitency.
12980
12981 * gmm-utils.el (gmm-image-load-path): Also search in
12982 "../etc/images". Don't set gmm-image-load-path if we don't find
12983 the image.
12984
12985 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
12986
12987 * gmm-utils.el (gmm-image-load-path): Don't make
12988 `gmm-image-load-path' include subdirectories which the second arg
12989 `image' might specify.
12990
12991 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12992 subdirectory to icon file names.
12993
12994 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12995
12996 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
12997
12998 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12999 gmm-image-load-path calls.
13000
13001 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13002
13003 * message.el (message-make-tool-bar): Ditto.
13004
13005 * mml.el (mml-preview): Add comment concerning tool bar icons.
13006
13007 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13008 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13009
13010 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13011 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13012
13013 * message.el (message-tool-bar-gnome): Use new icon names.
13014 (message-make-tool-bar): Use `gmm-image-load-path'.
13015
13016 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13017 New functions from MH-E.
13018 (gmm-image-load-path): New variable from MH-E.
13019 (gmm-image-load-path): New function from MH-E. Add arguments
13020 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
13021 *-image-load-path-called-flag.
13022
13023 2006-02-21 Milan Zamazal <pdm@brailcom.org>
13024
13025 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13026
13027 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
13028
13029 * nnimap.el (nnimap-request-move-article): Change folder back to
13030 source group before deleting.
13031
13032 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
13033
13034 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13035
13036 * gnus-art.el (mm-url-insert-file-contents-external):
13037 Autoload mm-url.
13038
13039 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13040
13041 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
13042
13043 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13044 coding system which mm-charset-to-coding-system returns for a
13045 given charset is valid.
13046
13047 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13048
13049 * html2text.el (html2text-remove-tag-list):
13050 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13051
13052 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13053
13054 * gnus-cus.el: Revert 2005-10-17 change.
13055
13056 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
13057
13058 * gnus-art.el (article-strip-banner):
13059 Call article-really-strip-banner only when the regexp match is made.
13060
13061 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
13062
13063 * gnus-art.el (article-strip-banner):
13064 Use gnus-extract-address-components instead of
13065 mail-header-parse-addresses to make it work with non-ASCII text;
13066 remove mail-encode-encoded-word-string.
13067
13068 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13069 values which are surrounded with \"...\"; make it never cause a
13070 Lisp error; give up parsing of parameters if it failed in
13071 extracting type.
13072
13073 2006-02-14 Arne Jørgensen <arne@arnested.dk>
13074
13075 * smime.el (smime-cert-by-ldap-1): Fix bug where
13076 `smime-ldap-search' returns results without userCertificates.
13077
13078 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13079
13080 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13081
13082 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13083
13084 * spam.el (spam-check-spamassassin-headers): Adapt format for
13085 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
13086 <ari@mbf.ocn.ne.jp>.
13087 (spam-list-of-processors): Add spam-use-gmane.
13088
13089 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13090
13091 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13092 make-temp-file; make it work with XEmacs as well.
13093
13094 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13095 mm-make-temp-file.
13096
13097 * mm-decode.el (mm-display-external): Use the 3rd arg of
13098 mm-make-temp-file.
13099 (mm-create-image-xemacs): Ditto.
13100
13101 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13102
13103 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13104 with message-narrow-to-headers.
13105 (gnus-draft-setup): Narrow to header to run message-fetch-field.
13106 (gnus-draft-check-draft-articles): New function.
13107 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13108
13109 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13110
13111 * gnus-art.el (gnus-article-browse-html-parts):
13112 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13113 Don't use suffix argument for mm-make-temp-file for Emacs 21
13114 compatibility. Remove useless `format'.
13115
13116 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13117
13118 * nnweb.el (nnweb-google-wash-article): Update regexps.
13119 (nnweb-group-alist): Use defvoo instead of defvar.
13120
13121 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13122
13123 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13124 re-loading nn* modules.
13125
13126 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13127
13128 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13129 for `tool-bar-mode' and don't check it's default-value.
13130
13131 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13132
13133 * message.el (message-make-tool-bar): Ditto.
13134
13135 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13136 `substring'. Shorten tmp-file name.
13137
13138 * gnus.el: Remove bogus comment.
13139
13140 2006-02-10 Hynek Schlawack <hynek@ularx.de>
13141
13142 * gnus-art.el (gnus-article-browse-html-parts): New function.
13143 (gnus-article-browse-html-article): New function for viewing html
13144 articles with a browser.
13145
13146 2006-02-09 Daiki Ueno <ueno@unixuser.org>
13147
13148 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13149 (mml2015-pgg-encrypt): Ditto.
13150
13151 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13152 (mml1991-pgg-encrypt): Ditto.
13153
13154 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13155
13156 * nnfolder.el (nnfolder-insert-newsgroup-line):
13157 Use message-make-date instead of current-time-string.
13158
13159 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13160 to gnus-decoded which mm-uu might set.
13161
13162 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13163
13164 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13165 don't decode quoted parameters; remove misimported Emacs code.
13166 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13167 (rfc2231-decode-encoded-string): Don't use split-string which
13168 behaves differently according to Emacs version; use
13169 mm-decode-coding-region to convert charset to coding-system.
13170 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13171 (rfc2231-encode-string): Remove misimported Emacs code.
13172
13173 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13174
13175 * gnus-art.el (article-decode-charset): Don't use ignore-errors
13176 when calling mail-header-parse-content-type.
13177 (article-de-quoted-unreadable): Ditto.
13178 (article-de-base64-unreadable): Ditto.
13179 (article-wash-html): Ditto.
13180
13181 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13182 calling mail-header-parse-content-type and
13183 mail-header-parse-content-disposition.
13184 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13185 mail-header-parse-content-type.
13186
13187 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13188 insert charset and format parameters; encode description after
13189 inserting it to buffer.
13190 (mml-insert-parameter): Fold lines properly even if a parameter is
13191 segmented into two or more lines; change the max column to 76.
13192
13193 * rfc1843.el (rfc1843-decode-article-body): Don't use
13194 ignore-errors when calling mail-header-parse-content-type.
13195
13196 * rfc2231.el (rfc2231-parse-string): Return at least type if
13197 possible; don't cause an error even if it fails in parsing of
13198 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13199 (rfc2231-encode-string): Don't break lines at the beginning, leave
13200 it to mml-insert-parameter.
13201
13202 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13203 calling mail-header-parse-content-type.
13204
13205 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
13206
13207 * spam-report.el (spam-report-gmane-use-article-number):
13208 Improve doc string.
13209 (spam-report-gmane-internal): Check if a suitable header was found
13210 in the article.
13211
13212 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
13213
13214 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13215 (rfc2231-encode-string): Make param*=value always begin with LWSP.
13216
13217 2006-02-05 Romain Francoise <romain@orebokech.com>
13218
13219 Update copyright notices of all files in the gnus directory.
13220
13221 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13222
13223 * nnweb.el (nnweb-request-group): Avoid growing overview files.
13224
13225 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
13226
13227 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13228 segmented lines of parameter value to cope with Thunderbird 1.5
13229 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13230 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13231 (rfc2231-encode-string): Don't make lines exceeding 76 column.
13232
13233 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
13234
13235 * mml.el (mml-generate-mime-1): Correct the order of inline signed
13236 parts.
13237
13238 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13239
13240 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13241 there's only one active file for all servers.
13242 (nnweb-request-scan): Make sure nnweb-articles is initialized on
13243 solid groups. Gnus might have used a FAST request to select the group.
13244 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13245 and nnweb-search redundantly in the active file.
13246 (nnweb-request-list): Don't list bogus groups. There can only be one.
13247 (nnweb-request-create-group): Don't use ARGS.
13248 (nnweb-possibly-change-server, nnweb-request-group): Remove some
13249 initialisations. Let nnoo do the work.
13250
13251 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
13252
13253 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13254 Say the part has been decoded.
13255
13256 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13257
13258 2006-01-31 Kevin Ryde <user42@zip.com.au>
13259
13260 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13261 mailcap-viewer-test-cache when there's no 'test clause, since that
13262 will invert the meaning of a "nil" test previously determined by
13263 mailcap-mailcap-entry-passes-test.
13264
13265 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
13266
13267 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13268 compiling.
13269
13270 * gnus-sum.el: Ditto.
13271
13272 * message.el: Don't bind tool-bar-map when compiling.
13273
13274 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
13275
13276 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13277
13278 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13279
13280 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13281 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13282 current Google Groups.
13283
13284 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
13285
13286 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13287 and tool-bar-mode.
13288
13289 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13290 and tool-bar-mode.
13291
13292 * message.el (message-tool-bar-update): Simplify.
13293 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13294
13295 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13296 gnus-summary-buffer.
13297 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13298 gnus-summary-reply.
13299
13300 * gmm-utils.el (gmm): Add :version.
13301
13302 2006-01-26 Steve Youngs <steve@sxemacs.org>
13303
13304 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13305 Don't autoload.
13306
13307 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
13308
13309 * gmm-utils.el (gmm-verbose): Add :group.
13310
13311 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
13312
13313 * message.el: Change some comments WRT tool-bars.
13314
13315 * gnus-sum.el (gnus-summary-tool-bar)
13316 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13317 (gnus-summary-tool-bar-zap-list): New variables.
13318 (gnus-summary-make-tool-bar): Complete rewrite using
13319 `gmm-tool-bar-from-list'.
13320
13321 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13322 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13323 New variables.
13324 (gnus-group-make-tool-bar): Complete rewrite using
13325 `gmm-tool-bar-from-list'.
13326 (gnus-group-tool-bar-update): New function.
13327
13328 * message.el (message-mode-field-menu): Add "Show hidden Headers".
13329
13330 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
13331
13332 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13333 is dissected into a single part of which the type is the same as
13334 the given one; decode charset.
13335
13336 2006-01-21 Kevin Ryde <user42@zip.com.au>
13337
13338 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13339 into alists as symbol not string, since that's what
13340 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13341 look for.
13342
13343 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
13344
13345 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13346 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13347
13348 * message.el (message-tool-bar-gnome): Use gmm-ignore.
13349
13350 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13351
13352 * gnus-art.el (gnus-mime-security-button-commands): New variable.
13353 (gnus-mime-security-button-menu): New definition.
13354 (gnus-mime-security-button-map): Use them.
13355 (gnus-mime-security-button-menu): New function.
13356 (gnus-insert-mime-security-button): Addition to help echo.
13357 (gnus-mime-security-run-function, gnus-mime-security-save-part)
13358 (gnus-mime-security-pipe-part): New functions.
13359
13360 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13361 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13362
13363 * mm-decode.el (mm-handle-set-disposition): Remove.
13364 (mm-handle-set-description): Remove.
13365
13366 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13367
13368 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13369 (mm-w3m-standalone-supports-m17n-p): New function.
13370 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13371 w3m usage.
13372
13373 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13374 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13375
13376 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
13377
13378 * message.el (message-tool-bar-zap-list):
13379 Use gmm-tool-bar-zap-list as custom type.
13380 (message-tool-bar-update): New function.
13381 (message-tool-bar, message-tool-bar-gnome)
13382 (message-tool-bar-retro): Add message-tool-bar-update.
13383 (message-tool-bar-gnome): Add flyspell-buffer.
13384
13385 * gnus-util.el (gnus-error): Describe `args'.
13386
13387 * gmm-utils.el (gmm-error): Describe `args'.
13388 (gmm-tool-bar-zap-list): New widget.
13389 (gmm-tool-bar-from-list): Improve description of `zap-list'.
13390
13391 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13392
13393 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13394 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13395 the number of recursive calls.
13396
13397 * mm-decode.el (mm-handle-set-disposition): New macro.
13398 (mm-handle-set-description): New macro.
13399
13400 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13401
13402 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13403 encoding.
13404
13405 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13406
13407 * message.el (message-tool-bar-zap-list, message-tool-bar)
13408 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13409 (message-tool-bar-local-item-from-menu): Remove.
13410 (message-tool-bar-map): Replace by `message-make-tool-bar'.
13411 (message-make-tool-bar): New function.
13412 (message-mode): Use `message-make-tool-bar'.
13413
13414 * gmm-utils.el: New file.
13415 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13416 (gmm-lazy): New widget copied from `nnmail.el'.
13417 (gmm-tool-bar-from-list): New function for creating customizable
13418 tool bars.
13419 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
13420 output.
13421 (gmm): Add :prefix to defgroup.
13422
13423 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
13424
13425 * gmm-utils.el (gmm-widget-p): New function.
13426
13427 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13428
13429 * mml.el (mml-attach-file): Describe `description' in doc string.
13430 (mml-menu): Add Emacs MIME manual and PGG manual.
13431
13432 2006-01-20 Richard M. Stallman <rms@gnu.org>
13433
13434 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13435
13436 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
13437
13438 * nntp.el (nntp-end-of-line): Doc fix.
13439
13440 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
13441
13442 * imap.el (imap-open): Handle case where buffer is a buffer
13443 object.
13444
13445 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13446
13447 * gnus-delay.el (gnus-delay): Don't autoload.
13448 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13449 to be re-loaded when customizing the `gnus-delay' group.
13450
13451 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
13452
13453 * message.el (message-insert-citation-line): Use newlines.
13454
13455 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
13456
13457 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13458
13459 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13460
13461 2006-01-19 Mark D. Baushke <mdb@gnu.org>
13462
13463 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13464
13465 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13466
13467 * mm-decode.el (mm-inlined-types): Add application/pgp.
13468 (mm-automatic-display): Ditto.
13469
13470 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13471 part as text.
13472
13473 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13474
13475 * nnrss.el: Update copyright.
13476 (nnrss-opml-import): Query whether to subscribe to each entry.
13477
13478 * gnus-art.el:
13479 * gnus-sum.el:
13480 * mm-uu.el:
13481 * mm-view.el: Update copyright.
13482
13483 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
13484
13485 * message.el (message-info): New function.
13486 (message-mode-menu): Add it.
13487 Update copyright.
13488
13489 * ChangeLog: Fix and update copyright.
13490
13491 2006-01-13 Romain Francoise <romain@orebokech.com>
13492
13493 * message.el (message-forward-subject-name-subject): Prefer the
13494 address to 'nowhere' if the sender has no name.
13495 Fix typo. Update copyright year.
13496
13497 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
13498
13499 * gnus-art.el (article-wash-html):
13500 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13501 (gnus-article-wash-html-with-w3m-standalone): New function.
13502
13503 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13504 mm-inline-text-html-render-with-w3m-standalone.
13505 (mm-text-html-washer-alist): Map w3m-standalone to
13506 gnus-article-wash-html-with-w3m-standalone.
13507 (mm-inline-text-html-render-with-w3m-standalone): New function.
13508
13509 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13510
13511 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13512 Improve LaTeX.
13513
13514 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13515
13516 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13517 (nnrss-request-article): Render text/plain parts as HTML.
13518
13519 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13520 the buffer.
13521
13522 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
13523
13524 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13525 custom definition of `gnus-posting-styles'.
13526
13527 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13528 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13529
13530 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
13531
13532 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13533 Use nntp for bug archive.
13534
13535 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
13536
13537 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13538 parts.
13539 (nnrss-normalize-date): New function converts ISO 8601 date into
13540 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13541 (nnrss-check-group): Use it.
13542
13543 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
13544
13545 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13546
13547 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13548 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13549 (nnrss-insert-w3): Ditto.
13550
13551 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
13552
13553 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13554 the articles to be forwarded including the case where neither a
13555 number of articles nor a region is specified.
13556
13557 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
13558
13559 * nnrss.el (nnrss-request-article): Fix last change; fill
13560 text/plain parts.
13561
13562 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
13563
13564 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13565 in text/plain part.
13566 (nnrss-check-group): Don't add excessive newline to dc:subject.
13567
13568 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
13569
13570 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13571 article.
13572
13573 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13574
13575 * nnml.el: Don't require gnus-bcklg. Autoload it.
13576 (nnml-use-compressed-files, nnml-save-mail): Support other
13577 comression programs such as bzip2.
13578
13579 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13580
13581 * dns.el (query-dns): Make sure we check the buffer size before
13582 removing tcp headers.
13583
13584 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
13585
13586 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13587 remove MIME buttons associated with multipart/alternative parts.
13588 (gnus-mime-display-alternative): Tag buttons using `article-type'
13589 text property.
13590
13591 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13592 associated with multipart/alternative parts.
13593
13594 * gnus-art.el (gnus-signature-separator): Fix custom type.
13595
13596 * mm-decode.el (mm-inlined-types): Fix custom type.
13597 (mm-keep-viewer-alive-types): Ditto.
13598 (mm-automatic-display): Ditto.
13599 (mm-attachment-override-types): Ditto.
13600 (mm-inline-override-types): Ditto.
13601 (mm-automatic-external-display): Ditto.
13602
13603 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13604
13605 * spam-report.el (spam-report-user-mail-address)
13606 (spam-report-user-agent): New variables.
13607 (spam-report-url-ping-plain): Use spam-report-user-agent.
13608
13609 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
13610
13611 * gnus-art.el (gnus-button-handle-custom): Do not just use
13612 `customize-apropos' for any "M-x customize-*" button but the
13613 function called for. Accept both the function name and its
13614 argument in order to achieve this.
13615 (gnus-button-alist): Remove support for "custom:" URL's.
13616 Pass function name to `gnus-button-handle-custom' in case of "M-x
13617 customize-*" buttons.
13618
13619 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
13620
13621 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13622 multipart/alternative and add xref to mm-discouraged-alternatives
13623 in doc string.
13624
13625 * mm-decode.el (mm-discouraged-alternatives): Add xref to
13626 gnus-buttonized-mime-types in doc string.
13627
13628 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
13629
13630 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13631 Suggest image/.* in the doc string.
13632
13633 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
13634
13635 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13636 message-marks (Debian bug #342521).
13637
13638 2005-12-12 Simon Josefsson <jas@extundo.com>
13639
13640 * password.el (password-read-from-cache): Add.
13641 (password-read): Use it.
13642
13643 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
13644
13645 * rfc2047.el (rfc2047-charset-to-coding-system):
13646 Recognize us-ascii as a MIME charset.
13647
13648 * mm-bodies.el (mm-decode-content-transfer-encoding):
13649 Protect against the case where the 2nd arg TYPE is nil.
13650
13651 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13652
13653 * pop3.el (pop3-stream-type): Fix custom version.
13654
13655 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13656
13657 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13658
13659 * mm-decode.el (mm-display-external): Add missing cdr.
13660
13661 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
13662
13663 * mm-decode.el (mm-display-external): Use nametemplate (defined in
13664 RFC1524) if it is in mailcap or add a suffix according to
13665 mailcap-mime-extensions when generating a temp filename; postpone
13666 deleting a temp file for 2 seconds for some wrappers, shell
13667 scripts, and so on, which might exit right after having started a
13668 viewer command as a background job.
13669
13670 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13671
13672 * nntp.el (nntp-marks-directory): Fix custom group.
13673
13674 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13675 steps when < 10.
13676
13677 * gnus-start.el (gnus-no-server-1):
13678 Mention `gnus-level-default-subscribed' in doc string.
13679
13680 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13681
13682 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13683 parens.
13684
13685 2005-11-26 Dave Love <fx@gnu.org>
13686
13687 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13688 (tls-program, tls-success): Provide openssl alternative.
13689
13690 * starttls.el: Doc fixes.
13691 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13692 SERVICE to PORT.
13693
13694 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
13695 port null or service name.
13696 (starttls-negotiate): Autoload.
13697
13698 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
13699
13700 * message.el (message-kill-to-signature): Fix interactive spec.
13701
13702 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
13703
13704 * pop3.el (pop3-open-server): Recognize a string as a service name.
13705
13706 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
13707
13708 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13709
13710 2005-11-23 Dave Love <fx@gnu.org>
13711
13712 Add pop3s, pop3/starttls.
13713
13714 * pop3.el (pop3-authentication-scheme): Clarify doc.
13715 (open-tls-stream, starttls-open-stream): Autoload.
13716 (pop3-stream-type): New.
13717 (pop3-open-server): Use it.
13718
13719 * mail-source.el (mail-sources): Fix some :types. Add stream type
13720 for POP.
13721 (mail-source-keyword-map): Add :stream for POP.
13722 (mail-source-fetch-pop): Use pop3-stream-type.
13723
13724 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
13725
13726 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13727 of current-time-string.
13728
13729 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
13730
13731 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13732 date header.
13733
13734 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
13735
13736 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13737 it can seriously impact performance as it bypasses the agent's
13738 local caches.
13739
13740 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
13741
13742 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13743 must be explicitly online rather than "not explicitly offline" for
13744 its flags to be synchronized.
13745
13746 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13747 that gnus-uu-unmark-thread will function correctly.
13748
13749 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13750 1024K is instead displayed as 1M.
13751
13752 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13753
13754 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13755
13756 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
13757
13758 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13759
13760 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
13761
13762 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13763 error message to display actual error condition.
13764 (gnus-agent-save-local): Avoid saving symbols that are bound to
13765 nil as they simply result in a warning message in
13766 gnus-agent-read-local.
13767
13768 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
13769
13770 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13771 rather than make-variable-buffer-local for file-precious-flag.
13772
13773 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
13774
13775 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13776 for duplicates which are removed. The invalid sort check then
13777 triggers a rescan after the sort as sorting may have moved
13778 duplicate entries such that they can be cheaply detected.
13779
13780 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
13781
13782 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13783
13784 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
13785
13786 * gnus-agent.el (gnus-agent-article-alist-save-format):
13787 Change internal variable to a custom variable. Change default value
13788 from compressed(2) to uncompressed(1).
13789 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13790 support for uncompressed agentview files. Taken together, reading
13791 the agentview file should now be 6-7 times faster.
13792
13793 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
13794
13795 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13796 as a buffer-local variable. This avoids creating truncated
13797 dribble files as a result of a hang up, eg.
13798
13799 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13800
13801 * gnus-start.el (gnus-start-draft-setup):
13802 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13803
13804 * gnus.el (gnus-splash): Change custom group.
13805 (gnus-group-get-parameter, gnus-group-parameter-value):
13806 Describe allow-list argument.
13807
13808 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13809 string.
13810
13811 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13812
13813 * gnus-art.el (gnus-default-article-saver): Add user-defined
13814 `function' to custom type.
13815
13816 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
13817
13818 * imap.el (imap-open): Handle case where buffer is a buffer
13819 object.
13820
13821 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
13822
13823 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13824 long lines.
13825 (gnus-cache-delete-group): Wrap doc strings.
13826
13827 * gnus-agent.el (gnus-agent-rename-group)
13828 (gnus-agent-delete-group): Wrap doc strings.
13829
13830 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13831
13832 * gnus-start.el (gnus-1): Add "native" to
13833 gnus-predefined-server-alist.
13834
13835 * gnus.el (gnus-method-to-server): Don't add "native" to the
13836 lists here, because that leads to problems when
13837 gnus-select-method is bound.
13838
13839 2005-11-09 Simon Josefsson <jas@extundo.com>
13840
13841 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13842 use (not sort-by-date) instead.
13843
13844 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
13845
13846 * gnus-delay.el (gnus-delay-group): Don't autoload.
13847 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13848 to be re-loaded when customizing the `gnus-delay' group.
13849
13850 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
13851
13852 * message.el: Revert last changes.
13853 (message-insert-citation-line): Use newlines.
13854
13855 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
13856
13857 * message.el (message-courtesy-message)
13858 (message-mark-insert-begin, message-mark-insert-end)
13859 (message-elide-ellipsis, message-cancel-message)
13860 (message-add-header, message-change-subject)
13861 (message-cross-post-followup-to-header)
13862 (message-cross-post-insert-note, message-reduce-to-to-cc)
13863 (message-widen-reply, message-delete-not-region)
13864 (message-kill-to-signature, message-insert-signature)
13865 (message-insert-importance-high, message-insert-importance-low)
13866 (message-insert-or-toggle-importance)
13867 (message-insert-disposition-notification-to)
13868 (message-indent-citation, message-yank-original)
13869 (message-cite-original-without-signature, message-cite-original)
13870 (message-insert-citation-line, message-position-on-field)
13871 (message-fix-before-sending, message-send-mail-partially)
13872 (message-send-mail, message-send-mail-with-sendmail)
13873 (message-send-mail-with-qmail, message-send-news)
13874 (message-check-news-header-syntax, message-generate-headers)
13875 (message-insert-courtesy-copy, message-fill-address)
13876 (message-fill-header, message-shorten-references)
13877 (message-setup-1, message-cancel-news)
13878 (message-forward-make-body-plain, message-forward-make-body-mime)
13879 (message-forward-make-body-mml, message-encode-message-body)
13880 (message-forward-make-body-digest-plain)
13881 (message-forward-make-body-digest-mime)
13882 (message-use-alternative-email-as-from): Insert `hard-newline'
13883 instead of ordinary newlines.
13884
13885 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
13886
13887 * message.el (message-generate-headers): Downcase the argument
13888 given to message-check-element.
13889
13890 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
13891
13892 * nntp.el (nntp-authinfo-rejected): New error condition.
13893 (nntp-wait-for): Use new error condition to signal authentication
13894 error.
13895 (nntp-retrieve-data): Rethrow new error condition to break out of
13896 recursive call to nntp-send-authinfo.
13897
13898 2005-11-08 Romain Francoise <romain@orebokech.com>
13899
13900 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13901 (gnus-summary-exit-map): Bind to `Z p'.
13902 (gnus-summary-make-menu-bar): Add menu item.
13903
13904 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
13905
13906 * gnus-art.el (gnus-article-treat-custom): Add `first'.
13907 (gnus-treat-*): Add `first' in all doc strings.
13908
13909 * gnus-group.el (gnus-group-compact-group): Fix typo.
13910
13911 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
13912
13913 * gnus.el (gnus-parameters-case-fold-search): New variable.
13914 (gnus-parameters-get-parameter): Use it.
13915
13916 * gnus-score.el (gnus-home-score-file): Doc fix.
13917
13918 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
13919
13920 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13921
13922 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
13923
13924 * mm-util.el (mm-special-display-p): New function.
13925
13926 * mml.el (mml-preview): Use it; doc fix.
13927
13928 2005-10-29 Romain Francoise <romain@orebokech.com>
13929
13930 * message.el (message-fix-before-sending): Fix comment.
13931
13932 2005-10-29 Jari Aalto <jari.aalto@cante.net>
13933
13934 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13935
13936 2005-10-29 Jari Aalto <jari.aalto@cante.net>
13937
13938 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13939 Used in gnus-score.el.
13940
13941 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13942
13943 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13944
13945 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
13946
13947 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13948 whitespace removed in revision 7.8. Use concatenated string to
13949 protect trailing whitespace.
13950
13951 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
13952
13953 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13954 (nnimap-request-expire-articles): Use it to avoid sending 'UID
13955 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13956 Courier IMAP ("some version from 2004"). Mostly based on similar
13957 code in the same function.
13958
13959 2005-10-26 Didier Verna <didier@xemacs.org>
13960
13961 * gnus-group.el (gnus-group-compact-group): Invalidate original
13962 article buffer.
13963 * gnus-srvr.el (gnus-server-compact-server): Ditto.
13964 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13965 NOV database and in article itself.
13966 Invalidate article backlog.
13967
13968 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13969
13970 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13971
13972 2005-10-26 Simon Josefsson <jas@extundo.com>
13973
13974 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13975 part of 2004-07-25 change.
13976
13977 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
13978
13979 * message.el (message-display-completion-list): New function.
13980 (message-expand-group): Use it; make sure the Completions buffer
13981 is modifiable.
13982
13983 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
13984
13985 * imap.el (imap-open): Handle case where buffer is a buffer object.
13986
13987 2005-10-24 Eli Zaretskii <eliz@gnu.org>
13988
13989 * pgg-def.el:
13990 * pgg-gpg.el:
13991 * pgg-parse.el:
13992 * pgg-pgp.el:
13993 * pgg-pgp5.el:
13994 * pgg.el: Move to the parent lisp directory.
13995
13996 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13997
13998 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13999 user-mail-name is an empty string.
14000
14001 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14002
14003 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14004 depending on gnus-score-decay-constant.
14005
14006 * encrypt.el (encrypt-insert-file-contents)
14007 (encrypt-write-file-contents): Don't use `gnus-message'.
14008
14009 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14010 arguments.
14011 (mm-uu-type-alist): Add message-marks and insert-marks.
14012 Pass arguments to mm-uu-verbatim-marks-extract.
14013 (mm-uu-hide-markers): New variable.
14014 (mm-uu-extract): Use face similar to `gnus-cite-3'.
14015
14016 * gnus-fun.el (gnus-convert-image-to-x-face-command)
14017 (gnus-convert-image-to-face-command): Use "convert" by default to
14018 allow other input image formats.
14019 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14020 accordingly.
14021
14022 2005-10-23 Simon Josefsson <jas@extundo.com>
14023
14024 * imap.el (imap-gssapi-program): Align command line parameters
14025 with latest GNU SASL.
14026 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14027
14028 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14029
14030 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14031 HTML.
14032 (nnslashdot-request-article): Ditto.
14033
14034 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14035
14036 * mail-source.el (mail-source-fetch-pop): Require pop3.
14037 (mail-source-check-pop): Ditto.
14038
14039 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14040
14041 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14042 errors.
14043
14044 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14045
14046 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14047 (gnus-treat-strip-leading-blank-lines): Improve doc string.
14048
14049 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14050
14051 * mm-bodies.el (mm-decode-string):
14052 Call `mm-charset-to-coding-system' with allow-override argument.
14053
14054 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14055
14056 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14057 (rfc2047-charset-to-coding-system): New function.
14058 (rfc2047-decode-encoded-words): New function.
14059 (rfc2047-decode-region): Use them.
14060 (rfc2047-decode-cte): Remove.
14061 (rfc2047-parse-and-decode): Remove.
14062 (rfc2047-decode): Remove.
14063
14064 2005-10-15 Kenichi Handa <handa@m17n.org>
14065
14066 * rfc2047.el (rfc2047-decode-cte): New function.
14067 (rfc2047-decode-region): Change the way to decode successive
14068 encoded-words: decode B- or Q-encoding in each encoded-word,
14069 concatenate them, and decode it as charset.
14070
14071 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14072
14073 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
14074 widget-move-and-invoke.
14075 (gnus-custom-mode): Use gnus-custom-map.
14076
14077 2005-10-15 Bill Wohler <wohler@newt.com>
14078
14079 * message.el (message-tool-bar-map): Rename image file from
14080 mail_send to mail/send.
14081
14082 2005-10-16 Masatake YAMATO <jet@gyve.org>
14083
14084 * message.el (message-expand-group): Pass the common
14085 prefix substring of completion to `display-completion-list'.
14086
14087 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
14088
14089 * mml-sec.el (mml-secure-method): New internal variable.
14090 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14091 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14092 New functions using mml-secure-method.
14093
14094 * mml.el (mml-mode-map): Add key bindings for those functions.
14095 (mml-menu): Simplify security menu entries. Suggested by Jesper
14096 Harder <harder@myrealbox.com>.
14097 (mml-attach-file, mml-attach-buffer, mml-attach-external):
14098 Goto end of message if point is the headers of the message.
14099
14100 * message.el (message-in-body-p): New function.
14101
14102 * assistant.el: Autoload gnus-util and netrc.
14103
14104 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14105 Use `mm-charset-override-alist' only when decoding.
14106
14107 * mm-bodies.el (mm-decode-body):
14108 Call `mm-charset-to-coding-system' with allow-override argument.
14109
14110 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14111 `filename' from Content-Disposition if Content-Type doesn't
14112 provide `name'.
14113 (gnus-mime-view-part-as-type): Set default instead of
14114 initial-input.
14115
14116 2005-10-09 Daniel Brockman <daniel@brockman.se>
14117
14118 * format-spec.el (format-spec): Propagate text properties of % spec.
14119
14120 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14121
14122 * gnus-art.el (gnus-treat-predicate): Add `first'.
14123
14124 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14125
14126 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14127 (mm-charset-override-alist): New variable.
14128 (mm-charset-to-coding-system): Use it.
14129 (mm-codepage-setup): New helper function.
14130 (mm-charset-eval-alist): New variable.
14131 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14132 Warn about unknown charsets.
14133
14134 2005-10-04 David Hansen <david.hansen@gmx.net>
14135
14136 * nnrss.el (nnrss-request-article): Add support for the comments tag.
14137 (nnrss-check-group): Ditto.
14138
14139 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14140
14141 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14142 Rename x-gnus-verbatim to x-verbatim.
14143 (mm-uu-type-alist): Fix regexp for verbatim-marks.
14144
14145 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14146 x-verbatim.
14147
14148 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14149
14150 * gnus-util.el (gnus-remove-duplicates): Remove.
14151
14152 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14153 instead of gnus-remove-duplicates.
14154
14155 * message.el (message-remove-duplicates): Remove.
14156 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14157 message-remove-duplicates.
14158
14159 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14160 available, else use implementation from `delete-dups'.
14161
14162 * message.el (message-insert-expires): New function.
14163 (message-mode-map): Add key binding.
14164 (message-mode-field-menu): Add menu entry.
14165 (message-mode): Document it.
14166 (message-make-expires-date): Use `message-make-date'.
14167
14168 2005-10-04 Josh Huber <huber@alum.wpi.edu>
14169
14170 * message.el (message-make-expires-date): New function.
14171
14172 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
14173
14174 * time-date.el: Autoload parse-time-string, XEmacs needs it.
14175
14176 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14177
14178 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14179 function rather than the diff-mode.el package.
14180 (mm-display-external): Use with-current-buffer.
14181 (mm-viewer-completion-map, mm-viewer-completion-map):
14182 Move initialization inside declaration.
14183
14184 2005-09-29 Simon Josefsson <jas@extundo.com>
14185
14186 * spam.el: Load hashcash when compiling, to avoid warnings.
14187 Don't autoload mail-check-payment.
14188 (spam-check-hashcash): Define unconditionally, since hashcash.el
14189 is part of Gnus now. Ignore errors from payment checking.
14190
14191 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14192
14193 * message.el (message-bold-region, message-unbold-region):
14194 Rename from `bold-region' and `unbold-region'.
14195
14196 * message.el: Remove useless autoloads.
14197
14198 2005-09-28 Simon Josefsson <jas@extundo.com>
14199
14200 * message.el (message-use-idna): Default to t.
14201 (message-use-idna): Test whether encoding works too. Doc fix.
14202
14203 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
14204
14205 * nntp.el (nntp-warn-about-losing-connection): Remove.
14206
14207 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14208
14209 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14210 customizable. Change default value.
14211 (mm-uu-diff-groups-regexp): Change default value.
14212 (mm-uu-type-alist): Add doc string.
14213 (mm-uu-configure): Add doc string. Make it interactive.
14214 (mm-uu-tex-groups-regexp): New variable.
14215 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14216 (mm-uu-type-alist): Add LaTeX documents.
14217 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14218 of "text/verbatim".
14219 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14220
14221 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14222 instead of "text/verbatim".
14223
14224 * message.el (message-mark-inserted-region)
14225 (message-mark-insert-file): Use slrn style marks when called with
14226 prefix argument.
14227
14228 2005-09-27 Simon Josefsson <jas@extundo.com>
14229
14230 * message.el (message-idna-to-ascii-rhs-1): Reformat.
14231
14232 2005-09-27 Arne Jørgensen <arne@arnested.dk>
14233
14234 * message.el (message-remove-duplicates): New function.
14235 Implementation borrowed from `gnus-remove-duplicates'.
14236 (message-idna-to-ascii-rhs): Also encode idna addresses in
14237 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14238 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14239 only ask about the same idna domain once per header and also tell
14240 in what header to replace the idna domain.
14241
14242 * gnus-art.el (article-decode-idna-rhs): Also decode idna
14243 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14244 (article-decode-idna-rhs): Fix regexp so that all idna-address in
14245 a header is decoded and not just the last one.
14246
14247 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14248
14249 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14250 has been decoded.
14251
14252 * mm-decode.el (mm-automatic-display): Add text/verbatim.
14253 (mm-insert-part): Don't modify text if it has been decoded.
14254
14255 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14256 decoded.
14257
14258 * mm-view.el (mm-inline-text): Don't strip text props unless
14259 decoding enriched or richtext parts.
14260
14261 2005-09-25 Romain Francoise <romain@orebokech.com>
14262
14263 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14264 * gnus-start.el (gnus-subscribe-interactively):
14265 * gnus-uu.el (gnus-uu-grab-articles):
14266 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14267 space.
14268
14269 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14270
14271 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14272 * mm-view.el (mm-view-pkcs7-decrypt):
14273 * gnus-sum.el (gnus-summary-limit-to-extra)
14274 (gnus-summary-respool-article, gnus-read-move-group-name):
14275 * gnus-score.el (gnus-summary-increase-score):
14276 * gnus-util.el (gnus-completing-read-with-default):
14277 * gnus-art.el (gnus-read-save-file-name)
14278 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14279 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14280 * message.el (message-check-news-header-syntax):
14281 Follow convention for reading with the minibuffer.
14282
14283 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
14284
14285 * spam-report.el (spam-report-url-ping-plain):
14286 Use gnus-extended-version as User-Agent.
14287
14288 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14289 default value is nil.
14290
14291 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14292 (mm-uu-verbatim-marks-extract): New function.
14293 (mm-uu-extract): New face.
14294 (mm-uu-copy-to-buffer): Use it.
14295
14296 * spam-report.el (spam-report-gmane-ham): Rename from
14297 `spam-report-gmane-unspam'.
14298 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14299 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
14300
14301 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14302 Autoload.
14303 (spam-report-gmane-unregister-routine):
14304 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14305
14306 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
14307
14308 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14309 (spam-report-gmane-unregister-routine): Add support for gmane
14310 unregistration.
14311
14312 * spam-report.el (spam-report-gmane-unspam)
14313 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14314 (spam-report-gmane): Change to take a single article and do unspam
14315 registration.
14316
14317 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14318
14319 * mm-url.el (mm-url-decode-entities): Fix regexp.
14320
14321 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14322
14323 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14324 default to nil, to be able to use Gnus at all. If the default
14325 switches to something else, then the function should be fixed not
14326 be exceedingly slow.
14327
14328 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
14329
14330 * gnus-start.el (gnus-activate-group): If the server is nil, don't
14331 fail hard.
14332
14333 * spam-report.el: Add better Keywords line.
14334
14335 * spam.el: Add Maintainer and better Keywords line.
14336
14337 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14338
14339 * gnus-art.el (gnus-article-replace-part)
14340 (gnus-mime-replace-part): New functions.
14341 (gnus-mime-action-alist, gnus-mime-button-commands)
14342 (gnus-mime-save-part-and-strip): Add file argument.
14343 (gnus-article-part-wrapper): Add interactive argument.
14344
14345 * gnus-sum.el (gnus-summary-mime-map):
14346 Add `gnus-article-replace-part'.
14347
14348 2005-09-19 Didier Verna <didier@xemacs.org>
14349
14350 The nnml compaction feature:
14351 * nnml.el (nnml-request-compact-group): New function.
14352 * nnml.el (nnml-request-compact): New function.
14353 * gnus-int.el (gnus-request-compact-group): New function.
14354 * gnus-int.el (gnus-request-compact): New function.
14355 * gnus-group.el (gnus-group-compact-group): New function.
14356 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14357 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14358 * gnus-srvr.el (gnus-server-compact-server): New function.
14359 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14360 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14361
14362 2005-09-18 Deepak Goel <deego@gnufans.org>
14363
14364 * sieve.el (sieve-help): Fix `message' call: first arg should be a
14365 format spec.
14366
14367 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14368
14369 * gnus.el (gnus-group-startup-message): Bind image-load-path.
14370
14371 2005-09-15 Romain Francoise <romain@orebokech.com>
14372
14373 * message.el (message-fill-paragraph): Clarify docstring.
14374
14375 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
14376
14377 * gnus-art.el (gnus-mime-display-part): Protect against broken
14378 MIME messages.
14379
14380 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14381
14382 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14383 before parsing header.
14384
14385 2005-09-11 Jari Aalto <jari.aalto@cante.net>
14386
14387 * html2text.el (html2text-replace-list): Add new entities.
14388
14389 2005-09-11 Romain Francoise <romain@orebokech.com>
14390
14391 * message.el (message-alternative-emails): Improve docstring.
14392 (message-setup-1): Call `message-use-alternative-email-as-from'
14393 after `message-setup-hook' to give it precedence over posting
14394 styles, etc.
14395 (message-use-alternative-email-as-from): Add docstring.
14396 Remove the original From header if present.
14397
14398 * nnml.el (nnml-compressed-files-size-threshold): New variable.
14399 (nnml-save-mail): Use it.
14400
14401 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14402 articles. Add new argument `silent'.
14403 (gnus-uu-mark-all): Report the total number of marked articles.
14404
14405 2005-09-10 Romain Francoise <romain@orebokech.com>
14406
14407 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14408 (gnus-uu-mark-series): Likewise.
14409
14410 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
14411
14412 * spam-report.el (spam-report-gmane): Fix generation of spam
14413 report URL.
14414
14415 2005-09-10 Simon Josefsson <jas@extundo.com>
14416
14417 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14418 t, based on discussion on the ding list with Robert Epprecht
14419 <epprecht@solnet.ch>.
14420
14421 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
14422
14423 * spam-report.el (spam-report-gmane): Make it work without
14424 X-Report-Spam header. Gmane now only provides Archived-At.
14425 This is only used if `spam-report-gmane-use-article-number' is nil.
14426 (spam-report-gmane-spam-header): Remove. Not used anymore.
14427
14428 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14429 make `gnus-summary-sort-by-recipient' work with threading.
14430
14431 * nnweb.el (nnweb-google-wash-article): Print a message if article
14432 is not available.
14433
14434 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14435
14436 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14437 change. Decode text/* parts content before displaying.
14438
14439 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14440
14441 * mml-smime.el: Remove defvar of gnus-extract-address-components.
14442
14443 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14444
14445 * mm-view.el (mm-display-inline-fontify): Disable support modes.
14446
14447 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
14448
14449 * message.el (message-tab-body-function): Fix mismatched custom type.
14450
14451 * gnus.el (gnus-group-change-level-function): Ditto.
14452
14453 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14454
14455 * gnus-art.el (gnus-signature-limit)
14456 (gnus-article-mime-part-function): Ditto.
14457
14458 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14459
14460 * mml.el (mml-mode): Silence the byte compiler.
14461
14462 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14463 using `(sit-for 0)' before moving the point to the specified part;
14464 skip unbuttonized parts.
14465 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14466 return to the summary window if gnus-auto-select-part is non-nil.
14467
14468 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
14469
14470 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14471 New variables.
14472 (mml-dnd-attach-file, mml-mode): Use them.
14473
14474 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14475 Make fetching article by MID work again for Google Groups.
14476 Add FIXME concerning gnus-group-make-web-group.
14477
14478 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14479 Don't depend on Gnus by using mail-extract-address-components if
14480 gnus-extract-address-components is not bound.
14481
14482 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14483
14484 * gnus-art.el (gnus-mime-display-security): Don't display the
14485 signature, but only the signed part.
14486
14487 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
14488
14489 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14490
14491 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14492 list, not listp.
14493
14494 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
14495
14496 * mm-encode.el (mm-encode-content-transfer-encoding):
14497 Likewise when encoding.
14498
14499 * mm-bodies.el (mm-decode-content-transfer-encoding):
14500 De-canonicalize CRLF for all text content types, not just
14501 text/plain.
14502
14503 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14504
14505 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14506 valid article; point arrow and cursor at the MIME button.
14507
14508 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
14509
14510 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14511 Suggested by Dan Christensen <jdc@uwo.ca>.
14512
14513 * mm-decode.el (mm-save-part): Enable change of prompt.
14514
14515 2005-08-29 Jari Aalto <jari.aalto@cante.net>
14516
14517 * gnus-msg.el (gnus-inews-add-send-actions):
14518 Make `message-post-method' lambda parameter ARG `&optional'.
14519
14520 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14521
14522 * gnus-sum.el (gnus-summary-mime-map):
14523 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14524 gnus-article-jump-to-part.
14525
14526 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14527 (gnus-article-edit-part): Use it.
14528 (gnus-article-part-wrapper): Add no-handle argument.
14529 (gnus-article-save-part-and-strip, gnus-article-delete-part):
14530 New functions.
14531
14532 2005-08-29 Romain Francoise <romain@orebokech.com>
14533
14534 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14535 docstring.
14536 (gnus-face-from-file): Likewise.
14537
14538 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14539
14540 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14541 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14542 non-nil.
14543 (gnus-auto-select-part): New variable.
14544 (gnus-article-jump-to-part): New function.
14545 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14546 (gnus-mime-delete-part): Allow selecting specified part after
14547 deleting or stripping parts.
14548 (gnus-article-jump-to-part): Don't use `read-number'. Use last
14549 part if argument is bogus.
14550
14551 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14552
14553 * gnus-art.el (w3m-minor-mode-map):
14554 * gnus-spec.el (gnus-newsrc-file-version):
14555 * gnus-util.el (nnmail-active-file-coding-system)
14556 (gnus-original-article-buffer, gnus-user-agent):
14557 * gnus.el (gnus-ham-process-destinations)
14558 (gnus-parameter-ham-marks-alist)
14559 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14560 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14561 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14562 * mm-decode.el (gnus-current-window-configuration):
14563 * mm-extern.el (gnus-article-mime-handles):
14564 * mm-url.el (url-current-object, url-package-name)
14565 (url-package-version):
14566 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14567 (smime-keys, w3m-cid-retrieve-function-alist)
14568 (w3m-current-buffer, w3m-display-inline-images)
14569 (w3m-minor-mode-map):
14570 * mml-smime.el (gnus-extract-address-components):
14571 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14572 (gnus-newsrc-hashtb, message-default-charset)
14573 (message-deletable-headers, message-options)
14574 (message-posting-charset, message-required-mail-headers)
14575 (message-required-news-headers):
14576 * mml1991.el (mc-pgp-always-sign):
14577 * mml2015.el (mc-pgp-always-sign):
14578 * nnheader.el (nnmail-extra-headers):
14579 * rfc1843.el (gnus-decode-encoded-word-function)
14580 (gnus-decode-header-function, gnus-newsgroup-name):
14581 * spam-stat.el (gnus-original-article-buffer): Add defvars.
14582
14583 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
14584
14585 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14586 the end of the date treatments.
14587
14588 2005-08-15 Simon Josefsson <jas@extundo.com>
14589
14590 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14591 it in url-handlers.el and XEmacs in url.el. Reported by Luca
14592 Capello and Romain Francoise.
14593 (pgg-fetch-key-function): Remove, not used?
14594 (pgg-insert-url-with-w3): Require url, to get
14595 url-insert-file-contents regardless of where it is defined.
14596
14597 2005-08-13 Romain Francoise <romain@orebokech.com>
14598
14599 * message.el (message-cite-original-1): New function.
14600 (message-cite-original): Use it.
14601 (message-cite-original-without-signature): Ditto.
14602
14603 2005-08-08 Romain Francoise <romain@orebokech.com>
14604
14605 * message.el (message-yank-empty-prefix): New variable.
14606 (message-indent-citation): Use it.
14607 (message-cite-original-without-signature): Respect X-No-Archive.
14608
14609 2005-08-08 Simon Josefsson <jas@extundo.com>
14610
14611 * pgg.el: Autoload url-insert-file-contents instead of loading
14612 w3/url.
14613 (pgg-insert-url-with-w3): Don't load url here.
14614
14615 2005-08-07 Jesper Harder <harder@phys.au.dk>
14616
14617 * message.el (message-kill-to-signature): Don't insert newline at
14618 bol.
14619 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14620
14621 2005-08-06 Romain Francoise <romain@orebokech.com>
14622
14623 * message.el (message-user-fqdn): Fix typo in docstring.
14624
14625 2005-08-05 Daiki Ueno <ueno@unixuser.org>
14626
14627 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14628
14629 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14630
14631 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
14632
14633 * mm-bodies.el (mm-encode-body): Use coding system rather than
14634 charset to encode text.
14635
14636 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14637 number of charsets if utf-8 is available (XEmacs).
14638
14639 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14640
14641 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14642 taken from `gnus-button-mid-or-mail-regexp'.
14643 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14644 (gnus-button-alist): Improve regexp for domain part of the MIDs
14645 for news:localpart@domain buttons.
14646 (gnus-button-ctan-directory-regexp): Update.
14647
14648 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14649
14650 * sieve-manage.el (sieve-manage-interactive-login):
14651 Use make-local-variable rather than make-variable-buffer-local.
14652 (sieve-manage-open): Ditto.
14653 (sieve-manage-authenticate): Ditto.
14654
14655 * mml.el (mml-generate-mime-1): Make the content type default to
14656 text/plain if the filename is not specified.
14657
14658 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
14659
14660 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14661 instead of insert-buffer.
14662
14663 * message.el (message-yank-original): Ditto; set the mark at the
14664 end of the yanked message.
14665
14666 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
14667
14668 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14669 lines to scroll rather than to stop it.
14670
14671 * mml.el (mml-generate-default-type): Add doc string.
14672 (mml-generate-mime-1): Use mm-default-file-encoding or make it
14673 default to application/octet-stream when determining the content
14674 type if it is not specified for the part or the mml contents; add
14675 a comment about mml-generate-default-type.
14676
14677 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
14678
14679 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14680 make it default to application/octet-stream when determining the
14681 content type if it is not specified for the external contents.
14682
14683 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
14684
14685 * rfc2231.el (rfc2231-parse-string): Take care that not only a
14686 segmented parameter but also other parameters might be there.
14687
14688 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
14689
14690 * mm-decode.el (mm-display-external): Delete temp file, directory
14691 and buffer immediately if the external process is exited.
14692
14693 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
14694
14695 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14696 fewer lines than that of scroll-margin.
14697 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14698
14699 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
14700
14701 * gnus-art.el (gnus-article-next-page): Revert.
14702 (gnus-article-beginning-of-window): New macro.
14703 (gnus-article-next-page-1): Use it.
14704 (gnus-article-prev-page): Ditto.
14705 (gnus-article-edit-part): Use insert-buffer-substring instead of
14706 insert-buffer.
14707 (gnus-article-edit-exit): Ditto.
14708
14709 * gnus-util.el (gnus-beginning-of-window): Remove.
14710 (gnus-end-of-window): Remove.
14711
14712 2005-07-25 Simon Josefsson <jas@extundo.com>
14713
14714 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14715 to have the url package without w3. Reported by Daiki Ueno
14716 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14717
14718 2005-07-20 Didier Verna <didier@xemacs.org>
14719
14720 * gnus-diary.el: Remove the description comment (nndiary is now
14721 properly documented in the Gnus manual).
14722 Fix the spelling of "Back End".
14723 * nndiary.el: Ditto.
14724 Fix the copyright notice.
14725
14726 2005-07-18 Romain Francoise <romain@orebokech.com>
14727
14728 * gnus-sum.el (gnus-summary-to-prefix)
14729 (gnus-summary-newsgroup-prefix): New variables.
14730 (gnus-summary-from-or-to-or-newsgroups): Use them.
14731
14732 2005-07-17 Romain Francoise <romain@orebokech.com>
14733
14734 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14735 space as it's generally not especially interesting to the user.
14736
14737 2005-07-16 Romain Francoise <romain@orebokech.com>
14738
14739 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14740 nil to avoid prompting and file modification if one of the
14741 messages at the top of the nnfolder file contains a copyright
14742 notice.
14743 Update copyright notice.
14744
14745 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14746 instead of `current-time-string' as the latter creates a time
14747 string that is not RFC 2822 compliant (it lacks the zone).
14748 Update copyright notice.
14749
14750 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
14751
14752 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14753 for text/rtf. Display default in prompt. Pass default for M-n.
14754
14755 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14756
14757 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14758
14759 * gnus-msg.el (gnus-button-mailto):
14760 Remove save-selected-window-window hackery because it relies on
14761 save-selected-window internals.
14762
14763 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
14764
14765 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14766 (gnus-article-next-page-1): Use gnus-beginning-of-window.
14767 (gnus-article-prev-page): Ditto.
14768
14769 * gnus-util.el (gnus-beginning-of-window): New function.
14770 (gnus-end-of-window): New function.
14771
14772 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14773
14774 * gnus-score.el (gnus-score-edit-all-score):
14775 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14776 gnus-message.
14777
14778 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14779
14780 * gnus-msg.el (gnus-button-mailto):
14781 Remove save-selected-window-window hackery because it relies on
14782 save-selected-window internals.
14783
14784 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14785
14786 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14787 add-minor-mode.
14788 (gnus-binary-mode): Ditto.
14789
14790 * gnus-topic.el (gnus-topic-mode): Ditto.
14791
14792 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
14793
14794 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14795 (gnus-article-prev-page): Take scroll-margin into consideration.
14796
14797 2005-07-04 Lute Kamstra <lute@gnu.org>
14798
14799 Update FSF's address in GPL notices.
14800
14801 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14802
14803 * gnus.el (gnus-exit):
14804 * gnus-group.el (gnus-group-icons):
14805 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14806
14807 * gnus-nocem.el (gnus-nocem):
14808 * message.el (message-various, message-buffers, message-sending)
14809 (message-interface, message-forwarding, message-insertion)
14810 (message-headers, message-news, message-mail):
14811 * pgg-gpg.el (pgg-gpg):
14812 * pgg-parse.el (pgg-parse):
14813 * pgg-pgp.el (pgg-pgp):
14814 * pgg-pgp5.el (pgg-pgp5):
14815 * pop3.el (pop3): Finish `defgroup' description with period.
14816
14817 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
14818
14819 * gnus-art.el (article-display-face): Improve the efficiency.
14820 (article-display-x-face): Ditto; remove grey x-face stuff.
14821
14822 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
14823
14824 * gnus-art.el (article-display-face): Correct the position in
14825 which Faces are inserted.
14826
14827 2005-06-29 Didier Verna <didier@xemacs.org>
14828
14829 * gnus-art.el (article-display-face): Display faces in correct
14830 order.
14831
14832 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
14833
14834 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14835 (gnus-fill-real-hashtb): Use hash table instead of obarray.
14836 (gnus-nocem-check-article): Fetch the Type header.
14837 (gnus-nocem-message-wanted-p): Fix the way to examine types.
14838 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14839 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14840 make sure gnus-nocem-hashtb is initialized.
14841 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14842 (gnus-nocem-unwanted-article-p): Ditto.
14843
14844 * pgg.el (pgg-verify): Return the verification result.
14845
14846 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14847
14848 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14849 is ascii.
14850
14851 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14852
14853 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14854 `show-nonbreak-escape'.
14855
14856 2005-06-23 Lute Kamstra <lute@gnu.org>
14857
14858 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14859
14860 * dig.el (dig-mode):
14861 * smime.el (smime-mode): Use gnus-run-mode-hooks.
14862
14863 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14864
14865 * nnimap.el (nnimap-split-download-body): Fix spellings.
14866
14867 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
14868
14869 * gnus-art.el (gnus-article-encrypt-body):
14870 * gnus-cus.el (gnus-score-customize):
14871 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14872 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14873
14874 2005-06-16 Arne Jørgensen <arne@arnested.dk>
14875
14876 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14877 header by looking for magic "MII" at the beginnig.
14878
14879 2005-06-16 Miles Bader <miles@gnu.org>
14880
14881 * assistant.el (assistant-field): Remove "-face" suffix from face name.
14882 (assistant-field-face): New backward-compatibility alias for renamed
14883 face.
14884 (assistant-render-text): Use renamed assistant-field face.
14885
14886 * spam.el (spam): Remove "-face" suffix from face name.
14887 (spam-face): New backward-compatibility alias for renamed face.
14888 (spam-face, spam-initialize): Use renamed spam face.
14889
14890 * message.el (message-header-to, message-header-cc)
14891 (message-header-subject, message-header-newsgroups)
14892 (message-header-other, message-header-name)
14893 (message-header-xheader, message-separator, message-cited-text)
14894 (message-mml): Remove "-face" suffix from face names.
14895 (message-header-to-face, message-header-cc-face)
14896 (message-header-subject-face, message-header-newsgroups-face)
14897 (message-header-other-face, message-header-name-face)
14898 (message-header-xheader-face, message-separator-face)
14899 (message-cited-text-face, message-mml-face):
14900 New backward-compatibility aliases for renamed faces.
14901 (message-font-lock-keywords): Use renamed message faces.
14902
14903 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14904 (sieve-test-commands, sieve-tagged-arguments):
14905 Remove "-face" suffix from face names.
14906 (sieve-control-commands-face, sieve-action-commands-face)
14907 (sieve-test-commands-face, sieve-tagged-arguments-face):
14908 New backward-compatibility aliases for renamed faces.
14909 (sieve-control-commands-face, sieve-action-commands-face)
14910 (sieve-test-commands-face, sieve-tagged-arguments-face):
14911 Use renamed sieve faces.
14912
14913 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14914 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14915 (gnus-group-news-3-empty, gnus-group-news-4)
14916 (gnus-group-news-4-empty, gnus-group-news-5)
14917 (gnus-group-news-5-empty, gnus-group-news-6)
14918 (gnus-group-news-6-empty, gnus-group-news-low)
14919 (gnus-group-news-low-empty, gnus-group-mail-1)
14920 (gnus-group-mail-1-empty, gnus-group-mail-2)
14921 (gnus-group-mail-2-empty, gnus-group-mail-3)
14922 (gnus-group-mail-3-empty, gnus-group-mail-low)
14923 (gnus-group-mail-low-empty, gnus-summary-selected)
14924 (gnus-summary-cancelled, gnus-summary-high-ticked)
14925 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14926 (gnus-summary-high-ancient, gnus-summary-low-ancient)
14927 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14928 (gnus-summary-low-undownloaded)
14929 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14930 (gnus-summary-low-unread, gnus-summary-normal-unread)
14931 (gnus-summary-high-read, gnus-summary-low-read)
14932 (gnus-summary-normal-read, gnus-splash):
14933 Remove "-face" suffix from face names.
14934 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14935 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14936 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14937 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14938 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14939 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14940 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14941 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14942 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14943 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14944 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14945 (gnus-summary-selected-face, gnus-summary-cancelled-face)
14946 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14947 (gnus-summary-normal-ticked-face)
14948 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14949 (gnus-summary-normal-ancient-face)
14950 (gnus-summary-high-undownloaded-face)
14951 (gnus-summary-low-undownloaded-face)
14952 (gnus-summary-normal-undownloaded-face)
14953 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14954 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14955 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14956 (gnus-splash-face):
14957 New backward-compatibility aliases for renamed faces.
14958 (gnus-group-startup-message): Use renamed gnus faces.
14959
14960 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14961 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14962 (gnus-server-agent): Remove "-face" suffix from face names.
14963 (gnus-server-agent-face, gnus-server-opened-face)
14964 (gnus-server-closed-face, gnus-server-denied-face)
14965 (gnus-server-offline-face):
14966 New backward-compatibility aliases for renamed faces.
14967 (gnus-server-agent-face, gnus-server-opened-face)
14968 (gnus-server-closed-face, gnus-server-denied-face)
14969 (gnus-server-offline-face): Use renamed gnus faces.
14970
14971 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14972 Remove "-face" suffix from face names.
14973 (gnus-picon-xbm-face, gnus-picon-face):
14974 New backward-compatibility aliases for renamed faces.
14975
14976 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14977 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14978 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14979 (gnus-cite-11): Remove "-face" suffix from face names.
14980 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14981 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14982 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14983 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14984 New backward-compatibility aliases for renamed faces.
14985 (gnus-cite-attribution-face, gnus-cite-face-list)
14986 (gnus-article-boring-faces): Use renamed gnus faces.
14987
14988 * gnus-art.el (gnus-signature, gnus-header-from)
14989 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14990 (gnus-header-content): Remove "-face" suffix from face names.
14991 (gnus-signature-face, gnus-header-from-face)
14992 (gnus-header-subject-face, gnus-header-newsgroups-face)
14993 (gnus-header-name-face, gnus-header-content-face):
14994 New backward-compatibility aliases for renamed faces.
14995 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14996
14997 * gnus-sum.el (gnus-summary-selected-face)
14998 (gnus-summary-highlight): Use renamed gnus faces.
14999 * gnus-group.el (gnus-group-highlight): Likewise.
15000
15001 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15002
15003 * gnus-sieve.el (gnus-sieve-article-add-rule):
15004 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15005 * spam-stat.el (spam-stat-buffer-change-to-spam)
15006 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15007
15008 * message.el (message-is-yours-p):
15009 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15010
15011 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15012
15013 * mm-view.el (mm-inline-text): Withdraw the last change.
15014
15015 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15016
15017 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15018 executing enriched-decode.
15019
15020 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15021
15022 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15023 charset of tar files.
15024
15025 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15026
15027 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15028
15029 2005-06-04 Lute Kamstra <lute@gnu.org>
15030
15031 * nnfolder.el (nnfolder-read-folder): Make sure that undo
15032 information is never recorded.
15033
15034 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15035
15036 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15037
15038 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
15039
15040 * pop3.el (pop3-apop): Run md5 in the binary mode.
15041
15042 * starttls.el (starttls-set-process-query-on-exit-flag):
15043 Use eval-and-compile.
15044
15045 2005-05-31 Simon Josefsson <jas@extundo.com>
15046
15047 * smime.el (smime-replace-in-string): Define.
15048 (smime-cert-by-ldap-1): Use it.
15049
15050 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
15051
15052 * gnus-art.el (article-display-x-face): Replace
15053 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15054
15055 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15056 set-process-query-on-exit-flag or process-kill-without-query.
15057
15058 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15059 loop instead of replace-regexp.
15060
15061 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15062 instead of process-kill-without-query if it is available.
15063
15064 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15065 instead of find-file-hooks if it is available.
15066
15067 * mml1991.el: Bind pgg-default-user-id when compiling.
15068
15069 * mml2015.el: Bind pgg-default-user-id when compiling.
15070
15071 * nndraft.el (nndraft-request-associate-buffer):
15072 Use write-contents-functions instead of write-contents-hooks if it is
15073 available.
15074
15075 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15076 instead of find-file-hooks if it is available.
15077
15078 * nntp.el (nntp-open-connection): Replace
15079 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15080 (nntp-open-ssl-stream): Ditto.
15081 (nntp-open-tls-stream): Ditto.
15082
15083 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15084 set-process-query-on-exit-flag or process-kill-without-query.
15085 (starttls-open-stream-gnutls): Use it instead of
15086 process-kill-without-query.
15087 (starttls-open-stream): Ditto.
15088
15089 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
15090
15091 * smime.el (smime-cert-by-ldap-1): Don't use
15092 replace-regexp-in-string.
15093
15094 2005-05-31 Arne Jørgensen <arne@arnested.dk>
15095
15096 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15097
15098 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15099 in PEM format. Adjust to the XEmacs compability.
15100
15101 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
15102
15103 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15104 by `string-to-number'.
15105 * gnus-agent.el (gnus-agent-regenerate-group)
15106 (gnus-agent-fetch-articles): Ditto.
15107 * gnus-art.el (gnus-button-fetch-group): Ditto.
15108 * gnus-cache.el (gnus-cache-generate-active)
15109 (gnus-cache-articles-in-group): Ditto.
15110 * gnus-group.el (gnus-group-set-current-level)
15111 (gnus-group-insert-group-line): Ditto.
15112 * gnus-score.el (gnus-score-set-expunge-below)
15113 (gnus-score-set-mark-below, gnus-summary-score-effect)
15114 (gnus-summary-score-entry): Ditto.
15115 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15116 (gnus-soup-pack): Ditto.
15117 * gnus-spec.el (gnus-xmas-format): Ditto.
15118 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15119 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15120 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15121 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15122 * nndb.el (nndb-get-remote-expire-response): Ditto.
15123 * nndiary.el (nndiary-parse-schedule-value)
15124 (nndiary-string-to-number, nndiary-request-replace-article)
15125 (nndiary-request-article): Ditto.
15126 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15127 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15128 * nneething.el (nneething-make-head): Ditto.
15129 * nnfolder.el (nnfolder-request-article)
15130 (nnfolder-retrieve-headers): Ditto.
15131 * nnheader.el (nnheader-file-to-number): Ditto.
15132 * nnkiboze.el (nnkiboze-request-article): Ditto.
15133 * nnmail.el (nnmail-process-unix-mail-format)
15134 (nnmail-process-babyl-mail-format): Ditto.
15135 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15136 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15137 (nnmh-request-create-group, nnmh-request-list-1)
15138 (nnmh-request-group, nnmh-request-article): Ditto.
15139 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15140 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15141 * nnsoup.el (nnsoup-make-active): Ditto.
15142 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15143 * nntp.el (nntp-find-group-and-number)
15144 (nntp-retrieve-headers-with-xover): Ditto.
15145 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15146 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15147 (pgg-format-key-identifier): Ditto.
15148 * pop3.el (pop3-last, pop3-stat): Ditto.
15149 * qp.el (quoted-printable-decode-region): Ditto.
15150
15151 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15152 of concat.
15153
15154 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15155
15156 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15157
15158 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15159
15160 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15161
15162 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15163
15164 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15165
15166 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15167
15168 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15169 (gnus-carpal-mode): Ditto.
15170
15171 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15172 (gnus-browse-mode): Ditto.
15173
15174 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15175
15176 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15177
15178 2005-05-29 Richard M. Stallman <rms@gnu.org>
15179
15180 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15181
15182 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15183
15184 * gnus-util.el (gnus-run-mode-hooks): New function.
15185
15186 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15187
15188 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15189
15190 * gnus-agent.el (gnus-agent-make-mode-line-string):
15191 Use mode-line-highlight as mouse-face.
15192
15193 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15194
15195 * canlock.el (canlock): Change the parent group to news.
15196
15197 * deuglify.el (gnus-outlook-deuglify): Add :group.
15198
15199 * dig.el (dig): Add :group.
15200
15201 * dns-mode.el (dns-mode): Add :group.
15202
15203 * encrypt.el (encrypt): Add :group.
15204
15205 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15206 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15207 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15208 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15209 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15210
15211 * gnus-diary.el (gnus-diary): Add :group.
15212
15213 * gnus.el (gnus-group-news-1-face): Add :group.
15214 (gnus-group-news-1-empty-face): Ditto.
15215 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15216 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15217 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15218 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15219 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15220 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15221 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15222 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15223 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15224 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15225 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15226 (gnus-summary-high-ticked-face): Ditto.
15227 (gnus-summary-low-ticked-face): Ditto.
15228 (gnus-summary-normal-ticked-face): Ditto.
15229 (gnus-summary-high-ancient-face): Ditto.
15230 (gnus-summary-low-ancient-face): Ditto.
15231 (gnus-summary-normal-ancient-face): Ditto.
15232 (gnus-summary-high-undownloaded-face): Ditto.
15233 (gnus-summary-low-undownloaded-face): Ditto.
15234 (gnus-summary-normal-undownloaded-face): Ditto.
15235 (gnus-summary-high-unread-face): Ditto.
15236 (gnus-summary-low-unread-face): Ditto.
15237 (gnus-summary-normal-unread-face): Ditto.
15238 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15239 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15240
15241 * hashcash.el (hashcash): New custom group.
15242 (hashcash-default-payment): Add :group.
15243 (hashcash-payment-alist): Ditto.
15244 (hashcash-default-accept-payment): Ditto.
15245 (hashcash-accept-resources): Ditto.
15246 (hashcash-path): Ditto.
15247 (hashcash-extra-generate-parameters): Ditto.
15248 (hashcash-double-spend-database): Ditto.
15249 (hashcash-in-news): Ditto.
15250
15251 * message.el (message-minibuffer-local-map): Add :group.
15252
15253 * netrc.el (netrc): Add :group.
15254
15255 * sieve-manage.el (sieve-manage-log): Add :group.
15256 (sieve-manage-default-user): Diito.
15257 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15258 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15259 (sieve-manage-authenticators): Ditto.
15260 (sieve-manage-authenticator-alist): Ditto.
15261 (sieve-manage-default-port): Ditto.
15262
15263 * sieve-mode.el (sieve-control-commands-face): Add :group.
15264 (sieve-action-commands-face): Ditto.
15265 (sieve-test-commands-face): Ditto.
15266 (sieve-tagged-arguments-face): Ditto.
15267
15268 * smime.el (smime): Add :group.
15269
15270 * spam-report.el (spam-report): Add :group.
15271
15272 * spam.el (spam, spam-face): Add :group.
15273
15274 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15275
15276 * nntp.el (nntp-next-result-arrived-p): Some news servers may
15277 return \n.\n.\n at the end of articles. Protect against that.
15278 (nntp-with-open-group): Allow debugging.
15279
15280 * nnheader.el (mail-header-set-extra): Make into a function
15281 because I just could't understand how to quote the list properly.
15282
15283 * dns.el (query-dns-cached): New function.
15284
15285 2005-05-26 Lute Kamstra <lute@gnu.org>
15286
15287 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15288
15289 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15290
15291 * gnus-art.el: Don't autoload mail-extract-address-components.
15292
15293 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15294 eval-and-compile to evaluate it.
15295
15296 * hashcash.el: Don't autoload executable-find.
15297
15298 * nndb.el: Don't declare the nndb back end two or more times; don't
15299 autoload news-reply-mode, news-setup, cancel-timer and telnet.
15300
15301 * nntp.el: Autoload format-spec instead of format; use
15302 eval-and-compile to evaluate autoload forms.
15303
15304 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
15305
15306 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15307
15308 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15309
15310 * gnus.el (gnus-version-number): Bump version.
15311
15312 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15313
15314 * gnus.el: No Gnus v0.3 is released.
15315
15316 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15317
15318 * gnus-art.el (gnus-article-edit-part): Disable undo.
15319
15320 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15321
15322 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15323 gnus-article-date-lapsed-new-header is t if date timer is active;
15324 skip headers in which the original date value is empty.
15325 (gnus-article-save-original-date): Redefine it as a macro.
15326 (gnus-display-mime): Use it.
15327
15328 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15329
15330 * gnus-art.el (article-date-ut): Support converting date in
15331 forwarded parts as well.
15332 (gnus-article-save-original-date): New function.
15333 (gnus-display-mime): Use it.
15334
15335 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
15336
15337 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15338 enclosure element of <item>.
15339
15340 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
15341
15342 * message.el (message-kill-buffer-query): Rename from
15343 `message-kill-buffer-query-if-modified'. Add :version.
15344
15345 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15346
15347 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15348 window layout.
15349
15350 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15351
15352 * mml.el: Autoload dnd when compiling.
15353
15354 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15355
15356 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15357 x-dnd-*.
15358
15359 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15360
15361 * qp.el (quoted-printable-encode-region): Save excursion.
15362
15363 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
15364
15365 * message.el (message-kill-buffer-query-if-modified): Add new variable
15366 so the user can kill a modified message buffer quickly.
15367 (message-kill-buffer): Use it.
15368
15369 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
15370
15371 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15372 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15373
15374 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15375
15376 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15377 contained in text because xml.el decodes entities) with LFs.
15378
15379 2005-04-11 Lute Kamstra <lute@gnu.org>
15380
15381 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15382 differently.
15383
15384 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15385
15386 * mm-util.el (mm-detect-coding-region): Typo.
15387
15388 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
15389
15390 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15391
15392 2005-04-06 Deepak Goel <deego@gnufans.org>
15393
15394 * spam-stat.el (spam-stat-score-buffer): Add a call to a
15395 user-function allow user modifications of the scores.
15396 (spam-stat-score-buffer-user): New function, to allow
15397 user-computed modifications to the score.
15398 (spam-stat-score-buffer-user-functions): List of additional
15399 scoring functions.
15400 (spam-stat-error-holder): Global temporary error holder.
15401 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15402 variable.
15403
15404 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
15405
15406 * gnus-registry.el (gnus-registry-clean-empty-function)
15407 (gnus-registry-trim, gnus-registry-fetch-groups)
15408 (gnus-registry-delete-group): Groups that match
15409 `gnus-registry-ignored-groups' are removed from the registry
15410 entries, not just ignored for splitting. This helps clean up the
15411 registry. Also, `gnus-registry-fetch-groups' is a convenient way
15412 to get all the groups a message ID is in.
15413
15414 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15415 (spam-stat-split-fancy): Change "threshhold" to "threshold".
15416 (spam-stat-score-buffer-user-functions): Add :number custom type.
15417
15418 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15419
15420 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15421 argument in XEmacs.
15422
15423 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15424 (nnrss-request-group): Decode group name first.
15425 (nnrss-request-article): Make a text/plain article if mml-to-mime
15426 failed.
15427 (nnrss-get-encoding): Return a compatible encoding according to
15428 nnrss-compatible-encoding-alist.
15429 (nnrss-find-el): Use consp instead of listp.
15430 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15431
15432 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15433
15434 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15435 which Emacs 20 doesn't support.
15436 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15437
15438 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
15439
15440 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15441 silence the byte compiler inside the defun.
15442
15443 * gnus-demon.el (parse-time-string): Add autoload.
15444
15445 * gnus-delay.el (parse-time-string): Add autoload.
15446
15447 * gnus-art.el (parse-time-string): Add autoload.
15448
15449 * nnultimate.el (parse-time): Require for `parse-time-string'.
15450
15451 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15452
15453 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15454
15455 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15456
15457 * smime.el (smime-ldap-host-list): Add :version.
15458
15459 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
15460
15461 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15462 pass it to `gnus-browse-read-group'.
15463 (gnus-browse-read-group): Add NUMBER argument and pass it to
15464 `gnus-group-read-ephemeral-group'.
15465
15466 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15467 argument and pass it to `gnus-group-read-group'.
15468
15469 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
15470
15471 * mm-util.el (mm-xemacs-find-mime-charset): Only call
15472 mm-xemacs-find-mime-charset-1 if we have the mule feature
15473 available at runtime.
15474
15475 2005-03-25 Werner Lemberg <wl@gnu.org>
15476
15477 * nnmaildir.el: Replace `illegal' with `invalid'.
15478
15479 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15480
15481 * gnus-start.el (gnus-display-time-event-handler):
15482 Check display-time-timer at runtime rather than only at load time
15483 in case display-time-mode is turned off in the mean time.
15484
15485 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
15486
15487 * nnimap.el (nnimap-open-connection): Print which authinfo file is
15488 used.
15489
15490 * nneething.el (nneething-map-file-directory): Derive from
15491 `gnus-directory'.
15492
15493 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15494 the To/Cc button.
15495
15496 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
15497
15498 * nnmaildir.el (nnmaildir-request-accept-article):
15499 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15500
15501 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15502
15503 * gnus-async.el: Require timer-funcs at compile time when in
15504 XEmacs for `run-with-idle-timer'.
15505
15506 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15507
15508 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15509 autoloaded function.
15510
15511 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15512
15513 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15514
15515 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
15516
15517 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15518
15519 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
15520
15521 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15522 Add gnus-expert-user to default.
15523
15524 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
15525
15526 * nnimap.el (nnimap-open-server): Ditto.
15527
15528 * imap.el (imap-authenticate): Fix typo.
15529
15530 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
15531
15532 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15533 buffer (since IMAP server might return FETCH response out of
15534 order, and the nntp buffer must be sorted).
15535
15536 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
15537
15538 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15539 comparison on string.
15540
15541 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15542 (gnus-agent-score): Rename category keywords to match gnus-cus.
15543 (gnus-agent-summary-fetch-series): Modify to protect against
15544 gnus-agent-summary-fetch-group clearing processable flags.
15545 (gnus-agent-synchronize-group-flags): Update live group buffer as
15546 synchronization may occur due to the user toggle the plugged
15547 status.
15548 (gnus-agent-fetch-group-1): Clear downloadable flag when article
15549 successfully downloaded.
15550 (gnus-agent-expire-group-1): Avoid using markers when the overview
15551 is in ascending order; greatly improves performance.
15552 (gnus-agent-regenerate-group):
15553 Use gnus-agent-synchronize-group-flags to reset read status in both
15554 gnus and server.
15555 (gnus-agent-update-files-total-fetched-for): Fix initial size.
15556
15557 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
15558
15559 * message.el: Don't autoload former message-utils variables.
15560 (message-strip-subject-trailing-was): Change doc string.
15561
15562 * nnweb.el: Fixes for `gnus-group-make-web-group'.
15563 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
15564 (nnweb-google-search): Add "hl=en" here.
15565 (nnweb-google-parse-1, nnweb-google-create-mapping):
15566 Don't hardcode URL.
15567
15568 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
15569
15570 * message.el (message-get-reply-headers, message-followup):
15571 Mention related variables `message-use-followup-to' and
15572 `message-use-mail-followup-to', in the information buffer.
15573
15574 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15575 of broken groups(-beta).google.com.
15576
15577 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
15578
15579 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15580 parameter to invoked gnus-request-move-article; remove the
15581 redundant gnus-sum-hint-move-is-internal variable; apply the marks
15582 all at once instead of once per article.
15583 (gnus-summary-remove-process-mark): Accept a list of articles as
15584 well as a single article for processing.
15585
15586 * gnus-int.el (gnus-request-move-article): Add move-is-internal
15587 parameter.
15588
15589 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15590
15591 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15592
15593 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15594 parameter.
15595
15596 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15597 parameter.
15598
15599 * nnimap.el (nnimap-request-move-article): Add move-is-internal
15600 parameter and remove the gnus-sum-hint-move-is-internal variable.
15601
15602 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15603 parameter.
15604
15605 * nndraft.el (nndraft-request-move-article): Add move-is-internal
15606 parameter.
15607
15608 * nndiary.el (nndiary-request-move-article): Add move-is-internal
15609 parameter.
15610
15611 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15612
15613 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15614 parameter.
15615
15616 * nnagent.el (nnagent-request-move-article): Add move-is-internal
15617 parameter.
15618
15619 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
15620
15621 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15622 a more conservative way.
15623
15624 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15625
15626 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15627 buffer, so it moves the window's cursor.
15628
15629 2005-02-26 Arne Jørgensen <arne@arnested.dk>
15630
15631 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15632 `mm-dissect-multipart' and receive the from field as an (optional)
15633 argument from `mm-dissect-multipart'.
15634 (mm-dissect-multipart): Receive the from field as an argument and
15635 pass it on when we call `mm-dissect-buffer' on MIME parts.
15636 Fixes verification/decryption of signed/encrypted MIME parts.
15637
15638 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
15639
15640 * gnus-sum.el (gnus-summary-move-article):
15641 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15642 whatever it calls (right now, only nnimap-request-move article
15643 respects it).
15644
15645 * nnimap.el (nnimap-request-move-article):
15646 When gnus-sum-hint-move-is-internal is set, don't do the extra
15647 nnimap-request-article.
15648
15649 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
15650
15651 * nnheader.el (nnheader-find-file-noselect): Add doc string.
15652
15653 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15654 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15655
15656 * gnus-sum.el (gnus-summary-caesar-message):
15657 Apply `gnus-treat-article' after rotation.
15658
15659 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15660 doc string.
15661
15662 2005-02-22 Simon Josefsson <jas@extundo.com>
15663
15664 * encrypt.el (encrypt-password-cache-expiry): Remove (use
15665 `password-cache-expiry' instead). Reported by Arne Jørgensen
15666 <arne@arnested.dk>.
15667 (encrypt): Add password-cache and password-cache-expiry as group
15668 members.
15669
15670 2005-02-22 Arne Jørgensen <arne@arnested.dk>
15671
15672 * smime.el (smime-ldap-host-list): Doc fix.
15673 (smime-ask-passphrase): Use `password-read-and-add' to read (and
15674 cache) password.
15675 (smime-sign-region): Use it.
15676 (smime-decrypt-region): Use it.
15677 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15678 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15679 fails.
15680 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15681 certificate from DER to PEM format rather than calling openssl.
15682
15683 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15684
15685 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15686 for signing/encryption.
15687
15688 * mml.el (mml-parse-1): Use them.
15689
15690 2005-02-21 Arne Jørgensen <arne@arnested.dk>
15691
15692 * nnrss.el (nnrss-verbose): Remove.
15693 (nnrss-request-group): Use `nnheader-message' instead.
15694
15695 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
15696
15697 * nnrss.el (nnrss-verbose): New variable.
15698 (nnrss-request-group): Make it say nnrss is requesting a group.
15699
15700 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
15701
15702 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15703 Handle news URL with given port correctly.
15704
15705 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15706
15707 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15708 containing special characters.
15709
15710 * gnus-sum.el (gnus-summary-edit-article): Ditto.
15711
15712 * mml.el (mime-to-mml): Ditto.
15713
15714 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15715 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15716 (rfc2047-decode-region): Quote decoded words containing special
15717 characters when rfc2047-quote-decoded-words-containing-tspecials
15718 is non-nil.
15719
15720 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
15721
15722 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15723
15724 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15725
15726 2005-02-15 Simon Josefsson <jas@extundo.com>
15727
15728 * nnimap.el (nnimap-debug): Doc fix.
15729
15730 * imap.el (imap-debug): Doc fix.
15731
15732 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
15733
15734 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15735
15736 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15737
15738 * gnus.el (spam-contents): Improve docs for spam-contents
15739 parameter in its variable incarnation.
15740
15741 2005-02-14 Simon Josefsson <jas@extundo.com>
15742
15743 * smime-ldap.el: Use require instead of load-library for ldap.
15744 (smime-ldap-search): Indent.
15745 (smime-ldap-search-internal): Shorten line.
15746
15747 * smime.el (smime-cert-by-dns): Add doc-string.
15748 (smime-cert-by-ldap-1): Indent.
15749
15750 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15751 mml-smime-get-dns-ldap.
15752 (mml-smime-encrypt-query): Use new function. Default to ldap.
15753
15754 2005-02-14 Arne Jørgensen <arne@arnested.dk>
15755
15756 * smime.el: Require smime-ldap.
15757 (smime-ldap-host-list): New variable.
15758 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15759
15760 * mml-smime.el (mml-smime-encrypt-query): New function.
15761 (mml-smime-encrypt-query): Use it.
15762
15763 * smime-ldap.el: New file.
15764
15765 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15766
15767 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15768
15769 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
15770
15771 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15772 argument in doc string. Make query for type more clear.
15773
15774 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
15775
15776 * gnus.el (gnus-group-startup-message): Search for gnus images in
15777 etc/images/gnus.
15778 * mm-util.el (mm-image-load-path): Likewise.
15779 * smiley.el (smiley-data-directory): Search for smilies in
15780 etc/images/smilies.
15781
15782 2005-02-09 Kim F. Storm <storm@cua.dk>
15783
15784 Change Emacs release version from 21.4 to 22.1 throughout.
15785 Change Emacs development version from 21.3.50 to 22.0.50.
15786
15787 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
15788
15789 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15790
15791 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15792 non-Mule XEmacs as well.
15793 (mm-decompress-buffer): Signal an error intentionally if it does
15794 not decompress compressed data because auto-compression-mode is
15795 disabled.
15796
15797 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
15798
15799 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15800 an ID in the registry even if it has no groups.
15801
15802 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
15803
15804 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15805 merge it into mm-decompress-buffer.
15806 (gnus-mime-copy-part): Use the MIME part charset, the value which
15807 a user specified or gnus-newsgroup-charset for decoding, like
15808 gnus-mime-inline-part does; set buffer-file-coding-system to tell
15809 save-buffer what was used. Suggested by Kevin Ryde
15810 <user42@zip.com.au>.
15811 (gnus-mime-inline-part): Allow the name parameter as well as the
15812 filename parameter; force decompressing of compressed data; always
15813 display contents being not decoded as unibyte.
15814
15815 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15816 as well as the filename parameter.
15817
15818 * mm-util.el (mm-decompress-buffer):
15819 Merge gnus-mime-jka-compr-maybe-uncompress.
15820 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15821 of compressed data.
15822
15823 2005-02-08 Simon Josefsson <jas@extundo.com>
15824
15825 * imap.el (imap-log): Doc fix.
15826
15827 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15828
15829 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15830 the coding cookies; decompress compressed parts.
15831
15832 * mml.el (mml-generate-mime-1): Add the charset parameter according
15833 to the value which a user specified manually or the coding cookie.
15834
15835 * mm-util.el (mm-string-to-multibyte): New function.
15836 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15837 (mm-coding-system-to-mime-charset): New function.
15838 (mm-decompress-buffer): New function.
15839 (mm-find-buffer-file-coding-system): New function.
15840
15841 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15842 (mm-display-inline-fontify): Rewrite for decoding and decompressing
15843 parts.
15844
15845 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15846
15847 * mm-view.el (mm-display-inline-fontify): Decode a part according
15848 to the charset parameter.
15849
15850 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
15851
15852 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15853 prefix arg is neither nil nor a number, as info specifies.
15854
15855 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
15856
15857 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15858 timestamps.
15859
15860 2005-02-02 Jari Aalto <jari.aalto@cante.net>
15861
15862 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15863 groups error checking and notify user.
15864
15865 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
15866
15867 * message.el (message-send-mail-function): Check existence of
15868 sendmail-program first before using default value
15869 `message-send-mail-with-sendmail'. Otherwise use more generic
15870 `smtpmail-send-it'.
15871
15872 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
15873
15874 * nntp.el (nntp-request-update-info): Always return nil.
15875
15876 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
15877
15878 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15879
15880 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
15881
15882 * message.el (message-beginning-of-line): Change the behavior when
15883 invoked between BOL and : so that it first moves backward.
15884
15885 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
15886
15887 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15888 article buffer when editing of the article is discarded.
15889 (gnus-article-prepare): Revert.
15890
15891 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
15892
15893 * gnus-art.el (gnus-article-prepare):
15894 Remove message-strip-forbidden-properties from the local hook.
15895
15896 2005-01-27 Simon Josefsson <jas@extundo.com>
15897
15898 * password.el (password-cache-add): Only start one timer per key.
15899 Reported by Derek Atkins <warlord@MIT.EDU>.
15900
15901 2005-01-26 Steve Youngs <steve@sxemacs.org>
15902
15903 * run-at-time.el: Remove. It is no longer needed as
15904 timer-funcs.el in the xemacs-base package has a working version of
15905 `run-at-time'.
15906
15907 * password.el: Require timer-funcs instead of run-at-time in
15908 XEmacs.
15909 Remove `password-run-at-time' macro.
15910 (password-cache-add): Use `run-at-time' instead of
15911 `password-run-at-time'.
15912
15913 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15914 for `run-with-idle-timer'.
15915
15916 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15917 for `run-at-time'.
15918
15919 * mm-url.el: Require timer-funcs at compile time when in XEmacs
15920 for `with-timeout'.
15921
15922 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15923
15924 * mml.el (mml-generate-mime-1): Convert string into unibyte when
15925 inserting " *mml*" buffer's contents into a unibyte temp buffer.
15926
15927 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
15928
15929 * mail-source.el (mail-source-fetch-imap): Search for ^From case
15930 sensitively.
15931
15932 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
15933
15934 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15935
15936 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
15937
15938 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15939 which will be inserted according to the multibyteness of a buffer
15940 rather than the type of contents. Suggested by ARISAWA Akihiro
15941 <ari@mbf.ocn.ne.jp>.
15942
15943 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15944 of string which old xml.el may return rather than a string.
15945
15946 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
15947
15948 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15949
15950 2005-01-16 Simon Josefsson <jas@extundo.com>
15951
15952 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15953 idn/idna.el isn't available.
15954 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
15955 <michael@waxrat.com>.
15956
15957 * hashcash.el: Remove non-FSF copyright header.
15958
15959 * hashcash.el (hashcash-extra-generate-parameters): New variable.
15960 (hashcash-generate-payment): Use it.
15961 (hashcash-generate-payment-async): Use it.
15962
15963 2005-01-15 Simon Josefsson <jas@extundo.com>
15964
15965 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15966 Suggested by Raymond Scholz <ray-2005@zonix.de>.
15967
15968 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15969 gnus-summary-idna-message.
15970 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15971 (gnus-summary-idna-message): New function.
15972
15973 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
15974
15975 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15976 gnus-novice-user.
15977
15978 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
15979
15980 * nnrss.el (nnrss-request-delete-group): Delete entries in
15981 nnrss-group-alist as well.
15982 (nnrss-save-server-data): Insert newline.
15983
15984 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
15985
15986 * gnus.el (gnus-user-agent): Use list of symbols instead of
15987 symbols. Display full version number for (S)XEmacs.
15988 Optionally display (S)XEmacs codename.
15989
15990 * gnus-util.el (gnus-emacs-version): Update for new
15991 `gnus-user-agent'.
15992
15993 * gnus-msg.el (gnus-extended-version): Make it possible to omit
15994 Gnus version.
15995
15996 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
15997
15998 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
15999 which is unreadable in some setups.
16000
16001 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16002
16003 * gnus-spec.el (gnus-update-format-specifications): Flush the
16004 group format spec cache if it doesn't support decoded group names.
16005
16006 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16007
16008 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16009 Allow to apply decay on score files matching a regexp.
16010
16011 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
16012
16013 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16014 compatibility in %g and %c.
16015
16016 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
16017
16018 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16019 name for only %g and %c.
16020 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16021 of gnus-tmp-group to decoded group name.
16022 (gnus-group-make-rss-group): Exclude `/'s from group names.
16023
16024 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
16025
16026 * nnrss.el (nnrss-get-encoding): Fix regexp.
16027
16028 2004-12-27 Simon Josefsson <jas@extundo.com>
16029
16030 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16031 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16032 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
16033
16034 2004-12-17 Kim F. Storm <storm@cua.dk>
16035
16036 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16037
16038 * gnus-sum.el (gnus-summary-mode-map): Likewise.
16039
16040 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16041
16042 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16043
16044 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
16045
16046 * nnrss.el: Require rfc2047 and mml.
16047 (nnrss-file-coding-system): New variable.
16048 (nnrss-format-string): Redefine it as an inline function.
16049 (nnrss-decode-group-name): New function.
16050 (nnrss-string-as-multibyte): Remove.
16051 (nnrss-retrieve-headers): Decode group name; don't use
16052 nnrss-format-string.
16053 (nnrss-request-group): Decode group name.
16054 (nnrss-request-article): Decode group name; allow a Message-ID as
16055 well as an article number; don't use nnrss-format-string; encode a
16056 Message-ID string which may contain non-ASCII characters; use
16057 mml-to-mime to compose a MIME article.
16058 (nnrss-request-expire-articles): Decode group name.
16059 (nnrss-request-delete-group): Decode group name.
16060 (nnrss-fetch): Clarify error message.
16061 (nnrss-read-server-data): Use insert-file-contents instead of load;
16062 bind file-name-coding-system; use multibyte buffer.
16063 (nnrss-save-server-data): Bind coding-system-for-write to the
16064 value of nnrss-file-coding-system; bind file-name-coding-system;
16065 add coding cookie.
16066 (nnrss-read-group-data): Use insert-file-contents instead of load;
16067 bind file-name-coding-system; use multibyte buffer.
16068 (nnrss-save-group-data): Bind coding-system-for-write to the
16069 value of nnrss-file-coding-system; bind file-name-coding-system.
16070 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16071 make it work with non-ASCII text.
16072 (nnrss-find-el): Make it work with old xml.el as well.
16073
16074 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16075
16076 * nnrss.el (nnrss-get-encoding): New function.
16077 (nnrss-fetch): Use unibyte buffer initially; bind
16078 coding-system-for-read while performing mm-url-insert; remove ^Ms;
16079 decode contents according to the encoding attribute.
16080 (nnrss-save-group-data): Add coding cookie.
16081 (nnrss-mime-encode-string): New function.
16082 (nnrss-check-group): Use it to encode subject and author.
16083
16084 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
16085
16086 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16087 imaginary variable.
16088
16089 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16090
16091 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16092 correctly even if there are wide characters.
16093
16094 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16095
16096 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16097 downcased symbol names; make a new cache instead of reusing
16098 bbdb-hashtable.
16099
16100 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16101
16102 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16103 concatenating segments rather than before concatenating them.
16104 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16105
16106 * message.el (message-get-reply-headers): Bind `extra'.
16107
16108 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16109
16110 * message.el (message-extra-wide-headers): New variable.
16111 (message-get-reply-headers): Use it.
16112
16113 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16114
16115 * gnus-agent.el (gnus-agent-group-path): Decode group name.
16116 (gnus-agent-group-pathname): Ditto.
16117
16118 * gnus-cache.el (gnus-cache-file-name): Decode group name.
16119
16120 * gnus-group.el (gnus-group-make-group): Decode group name.
16121 (gnus-group-make-rss-group): Register the group data after opening
16122 the nnrss group.
16123
16124 2004-12-17 Paul Jarc <prj@po.cwru.edu>
16125
16126 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16127 by expiry now get marked as read.
16128
16129 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16130
16131 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16132
16133 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
16134
16135 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16136 unify Latin characters in XEmacs.
16137 (mm-find-mime-charset-region): Use it.
16138
16139 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16140
16141 * gnus-util.el (gnus-delete-directory): New function.
16142
16143 * gnus-agent.el (gnus-agent-delete-group): Use it.
16144
16145 * gnus-cache.el (gnus-cache-delete-group): Use it.
16146
16147 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
16148
16149 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16150 names.
16151
16152 2004-12-16 Simon Josefsson <jas@extundo.com>
16153
16154 * hashcash.el (hashcash-payment-alist): Fix custom :type.
16155
16156 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
16157
16158 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16159
16160 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16161 (gnus-group-set-current-level): Decode group name.
16162
16163 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
16164
16165 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16166 failed.
16167
16168 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
16169
16170 * gnus-group.el (gnus-group-delete-group): Decode group name.
16171 (gnus-group-make-rss-group): Encode group name.
16172 (gnus-group-catchup-current): Decode group name.
16173 (gnus-group-kill-group): Decode group name.
16174
16175 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16176
16177 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16178
16179 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
16180
16181 * gnus-group.el (gnus-group-make-rss-group):
16182 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16183
16184 * gnus-start.el (gnus-setup-news): Honor user's setting to
16185 gnus-message-archive-method. Suggested by Lute Kamstra
16186 <lute@gnu.org>.
16187
16188 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
16189
16190 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16191 global counterparts of the buffer-local variables.
16192
16193 2004-11-16 Romain Francoise <romain@orebokech.com>
16194
16195 * gnus-sum.el (gnus-summary-exit): Don't clear the global
16196 counterparts of the buffer-local variables.
16197
16198 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16199
16200 * message.el (message-forbidden-properties): Fix typo in doc
16201 string.
16202
16203 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16204
16205 * gnus-util.el (gnus-replace-in-string): Add doc string.
16206
16207 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16208 to avoid problems when splitting mails with many recipients.
16209
16210 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16211
16212 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16213 pop-to-buffer, covered by the subsequent gnus-configure-windows.
16214
16215 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
16216
16217 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16218 if there is no hashtable in memory or file modification time is
16219 newer than cached timestamp.
16220
16221 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
16222
16223 * gnus-sum.el (gnus-summary-limit-to-recipient):
16224 Implement not-matching option.
16225
16226 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
16227
16228 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16229 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16230 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16231 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16232 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
16233 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16234
16235 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
16236
16237 * message.el (message-forward-make-body-mml): Remove headers
16238 according to message-forward-ignored-headers if a message is decoded.
16239
16240 2004-12-02 Romain Francoise <romain@orebokech.com>
16241
16242 * message.el (message-forward-make-body-plain): Always remove
16243 headers according to message-forward-ignored-headers.
16244
16245 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
16246
16247 * spam.el (spam-summary-prepare-exit): Remove the
16248 gnus-summary-limit pop for now, it has problems with ham marks for
16249 me.
16250
16251 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
16252
16253 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16254 correctly.
16255
16256 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
16257
16258 * format-spec.el (format-spec): Message the char.
16259
16260 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
16261
16262 * gnus-art.el (gnus-split-methods): Reformat comments.
16263
16264 * spam.el (spam-summary-prepare-exit): Remove article limits
16265 before exiting the summary buffer.
16266
16267 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16268
16269 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16270 order to silence the byte compiler.
16271
16272 * spam.el: Fix the way to silence the byte compiler, which
16273 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16274 bbdb-search-simple, spam-BBDB-register-routine,
16275 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16276 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16277 spam-stat-buffer-is-spam, spam-stat-load,
16278 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16279 spam-stat-save and spam-stat-split-fancy.
16280
16281 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16282
16283 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16284 which may confuse users.
16285 (canlock-password-for-verify): Ditto.
16286
16287 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16288
16289 * gnus-art.el (gnus-emphasis-alist): Ditto.
16290
16291 * gnus-registry.el (gnus-registry-max-entries): Ditto.
16292
16293 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16294
16295 * gnus-start.el (gnus-save-killed-list): Ditto.
16296
16297 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16298 (gnus-sum-thread-tree-root): Ditto.
16299 (gnus-sum-thread-tree-false-root): Ditto.
16300 (gnus-sum-thread-tree-single-indent): Ditto.
16301
16302 * message.el (message-courtesy-message): Ditto.
16303 (message-archive-note): Ditto.
16304 (message-subscribed-address-file): Ditto.
16305 (message-user-fqdn): Ditto.
16306
16307 * spam-report.el (spam-report-gmane-regex): Ditto.
16308
16309 * spam.el (spam-blackhole-good-server-regex): Ditto.
16310
16311 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16312
16313 * mml.el (mml-preview): Widen the message buffer before copying
16314 the contents to the preview buffer; sort headers before previewing.
16315
16316 * message.el (message-hidden-headers): Fix the way to avoid a bug
16317 in the `repeat' widget in Emacs 21.3 or earlier.
16318
16319 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16320
16321 * message.el (message-hidden-headers): Default to "^References:".
16322 Improve customization type. Suggested by Reiner Steib
16323 <Reiner.Steib@gmx.de>.
16324
16325 2004-11-25 Romain Francoise <romain@orebokech.com>
16326
16327 * message.el (message-strip-forbidden-properties): Remove check for
16328 obsolete `message-hidden' text property, hidden headers are not
16329 accessible in the buffer anymore.
16330
16331 2004-11-22 Romain Francoise <romain@orebokech.com>
16332
16333 * message.el (message-header-format-alist): Add `From' in list
16334 so that it can be sorted.
16335 (message-fix-before-sending): Widen and sort headers before
16336 sending.
16337 (message-hide-headers): Use narrowing to hide headers by moving
16338 them to the top of the buffer and narrowing to the region
16339 underneath.
16340
16341 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16342
16343 * message.el (message-strip-forbidden-properties):
16344 Bind buffer-read-only (etc) to nil.
16345
16346 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
16347
16348 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16349 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16350
16351 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
16352
16353 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16354
16355 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16356
16357 * dns.el (query-dns): Use sit-for to time instead of
16358 accept-process-output, since that doesn't seem to work on udp
16359 sockets.
16360
16361 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
16362
16363 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16364
16365 2004-11-15 Jesper Harder <harder@ifa.au.dk>
16366
16367 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16368 doc string. Improve doc string.
16369
16370 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
16371
16372 * nntp.el (nntp-request-update-info): Return nil if
16373 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16374 may not call gnus-activate-group which uselessly issues the GROUP
16375 commands for all nntp groups and wastes time. Reported by Romain
16376 Francoise <romain@orebokech.com>.
16377
16378 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16379
16380 2004-11-15 Simon Josefsson <jas@extundo.com>
16381
16382 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16383 headers separately.
16384 (gnus-button-openpgp): New function, inspired by Jochen Küpper
16385 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16386
16387 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16388
16389 * gnus-start.el (gnus-convert-old-newsrc):
16390 Assign legacy-gnus-agent to 5.10.7.
16391
16392 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16393
16394 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16395 start of the lines.
16396
16397 2004-11-14 Magnus Henoch <mange@freemail.hu>
16398
16399 * hashcash.el (hashcash-default-payment): Change default to 20.
16400 (hashcash-default-accept-payment): Change default to 20.
16401 (hashcash-process-alist): New variable.
16402 (hashcash-generate-payment-async): Add.
16403 (hashcash-already-paid-p): Add.
16404 (hashcash-insert-payment): Don't generate payments twice.
16405 (hashcash-insert-payment-async): Add.
16406 (hashcash-insert-payment-async-2): Add.
16407 (hashcash-cancel-async): Add.
16408 (hashcash-wait-async): Add.
16409 (hashcash-processes-running-p): Add.
16410 (hashcash-wait-or-cancel): Add.
16411 (mail-add-payment): New optional argument. Conditionally start
16412 asynchronous calculation.
16413 (mail-add-payment-async): Add.
16414
16415 * message.el (message-send-mail): Wait for asynchronous hashcash
16416 results. Don't clobber existing X-Hashcash headers.
16417 (message-setup-1): Call mail-add-payment-async when
16418 message-generate-hashcash is non-nil.
16419
16420 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16421
16422 * message.el (message-use-alternative-email-as-from): Examine the
16423 From header as well; use message-make-from in order to include a
16424 user's full name.
16425
16426 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16427
16428 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16429 default; improve customization type.
16430 (gnus-emphasis-custom-with-format): New macro.
16431 (gnus-emphasis-custom-value-to-external): New function.
16432 (gnus-emphasis-custom-value-to-internal): New function.
16433
16434 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16435
16436 * dns.el (query-dns): Resolve reverse addresses.
16437
16438 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16439
16440 * gnus-group.el (gnus-group-get-new-news): Use it.
16441
16442 * gnus-start.el (gnus-check-reasonable-setup): New function.
16443
16444 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
16445
16446 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16447 "Args out of range" error. Reported by Arnaud Giersch
16448 <arnaud.giersch@free.fr>.
16449
16450 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
16451
16452 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16453
16454 2004-11-04 Richard M. Stallman <rms@gnu.org>
16455
16456 * spam.el (spam group): Add :version.
16457
16458 * pgg-def.el (pgg group): Add :version.
16459
16460 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
16461
16462 * gnus-art.el (gnus-article-edit-article): Don't associate the
16463 article buffer with a draft file. This is a temporary measure
16464 against the 2004-08-22 change to gnus-article-edit-mode.
16465
16466 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
16467
16468 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16469 (html2text-format-tags): Remove unused variable `attr'.
16470
16471 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16472
16473 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16474
16475 * spam-stat.el (spam-stat): Add :version.
16476
16477 * sieve.el (sieve): Add :version.
16478
16479 * sha1.el (sha1): Add :version.
16480 (sha1-use-external): Remove redundant version.
16481
16482 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16483 (nnmail-cache-ignore-groups, nnmail-spool-hook)
16484 (nnmail-split-fancy-match-partial-words)
16485 (nnmail-split-lowercase-expanded): Add :version.
16486
16487 * nndiary.el (nndiary): Add :version.
16488
16489 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16490
16491 * mml-sec.el (mml-default-sign-method)
16492 (mml-default-encrypt-method, mml-signencrypt-style-alist):
16493 Add :version.
16494
16495 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16496
16497 * mm-url.el (mm-url-use-external, mm-url-program)
16498 (mm-url-arguments): Add :version.
16499
16500 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16501 (mm-attachment-file-modes, mm-decrypt-option)
16502 (mm-w3m-safe-url-regexp): Add :version.
16503
16504 * message.el (message-cite-prefix-regexp)
16505 (message-sendmail-envelope-from, message-minibuffer-local-map)
16506 (message-user-fqdn, message-completion-alist): Add :version.
16507
16508 * gnus-win.el (gnus-configure-windows-hook)
16509 (gnus-use-frames-on-any-display): Add :version.
16510
16511 * gnus-art.el (gnus-article-address-banner-alist)
16512 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16513 (gnus-treat-from-picon, gnus-treat-mail-picon)
16514 (gnus-treat-x-pgp-sig): Add :version.
16515
16516 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16517 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16518 (gnus-summary-article-delete-hook)
16519 (gnus-summary-display-while-building): Add :version.
16520
16521 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16522 (gnus-get-top-new-news-hook): Add :version.
16523
16524 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16525 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16526
16527 * gnus-registry.el (gnus-registry): Add :version.
16528
16529 * gnus-spec.el (gnus-use-correct-string-widths)
16530 (gnus-make-format-preserve-properties): Add :version.
16531
16532 * gnus.el (gnus-group-charter-alist)
16533 (gnus-group-fetch-control-use-browse-url)
16534 (gnus-install-group-spam-parameters): Add :version.
16535
16536 * gnus-diary.el (gnus-diary): Add :version.
16537
16538 * gnus-delay.el (gnus-delay): Add :version.
16539
16540 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16541 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16542 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16543 Add :version.
16544
16545 * gnus-agent.el (gnus-agent-max-fetch-size)
16546 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16547 (gnus-agent-prompt-send-queue): Add :version.
16548
16549 * deuglify.el (gnus-outlook-deuglify): Add :version.
16550
16551 * html2text.el: Beautify code. Improve doc strings.
16552 Some checkdoc cleanup.
16553 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16554
16555 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
16556
16557 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16558
16559 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
16560
16561 * gnus-registry.el (gnus-registry-hashtb): Create the registry
16562 when package is loaded.
16563
16564 * spam.el (spam-summary-score-preferred-header): Add global preference
16565 for people who want to override the default SpamAssassin over
16566 Bogofilter preference (when both are set).
16567 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16568 (spam-user-format-function-S):
16569 Check spam-summary-score-preferred-header.
16570 (spam-extra-header-to-number): Add X-Bogosity header parsing.
16571 (spam-user-format-function-S): Format the score correctly.
16572
16573 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16574
16575 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16576 signature file. Suggested by Manoj Srivastava
16577 <srivasta@golden-gryphon.com>.
16578
16579 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16580 iso-2022-jp even in the Japanese language environment.
16581 Suggested by Jason Rumney <jasonr@gnu.org>.
16582
16583 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
16584
16585 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16586 use the same characters as the dummy marks; make it free from
16587 getting affected by the language environment.
16588 (gnus-summary-read-group-1): Update mark positions only when the
16589 format spec is updated.
16590
16591 * gnus-spec.el (gnus-update-format-specifications): Return a list
16592 of updated types.
16593
16594 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
16595
16596 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16597 of boundp to check if display-warning is available.
16598
16599 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
16600
16601 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16602
16603 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
16604
16605 * nnspool.el (nnspool-spool-directory): Use news-path if the
16606 news-directory variable is not bound.
16607
16608 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16609 function instead of display-warning if it is not available.
16610
16611 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16612
16613 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16614 v5-10: Use `point-at-bol'.
16615
16616 2004-10-26 Simon Josefsson <jas@extundo.com>
16617
16618 * hashcash.el: Fix URL in comment, reported by Cheng Gao
16619 <chenggao@gmail.com>.
16620
16621 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16622
16623 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
16624 instead.
16625
16626 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
16627
16628 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16629 to remove a server from the nnimap-server-buffer-alist.
16630 (nnimap-open-connection, nnimap-close-server): Use it.
16631
16632 * gnus-encrypt.el: Remove file in favor of encrypt.el.
16633
16634 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
16635
16636 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16637 running the major-mode function.
16638
16639 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16640
16641 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16642 dummy marks in the right way.
16643
16644 2004-10-18 David Edmondson <dme@dme.org>
16645
16646 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16647 excessively.
16648
16649 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
16650
16651 * gnus-util.el (gnus-split-references): Accept a nil references
16652 string and go on blissfully.
16653
16654 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16655 cases where the references string is non-nil but has no references.
16656
16657 * encrypt.el: Add autoload tags.
16658
16659 * spam.el (spam-resolve-registrations-routine): Remove article
16660 from unregistration list too. Reported by David Hanak
16661 <dhanak@isis.vanderbilt.edu>
16662
16663 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
16664
16665 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16666 nil. Change custom type.
16667
16668 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
16669
16670 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16671
16672 * gnus-sum.el (gnus-summary-move-article): Use it.
16673
16674 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
16675
16676 * encrypt.el: Add autoload cookies.
16677
16678 * spam.el (spam-backend-article-list-property)
16679 (spam-backend-get-article-todo-list)
16680 (spam-backend-put-article-todo-list)
16681 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16682 Resolve registrations separately.
16683 (spam-register-routine): Format comments.
16684 (spam-unregister-routine, spam-register-routine): Always call with
16685 specific-articles, no default list.
16686 (spam-summary-prepare-exit): Use the spam-classifications function.
16687
16688 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16689 gnus-encrypt.el.
16690
16691 * encrypt.el: Copied from gnus-encrypt.el.
16692
16693 * gnus-encrypt.el: Commented that it's obsolete.
16694
16695 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
16696
16697 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16698 (gnus-score-save): Use it.
16699
16700 * message.el (message-bury): Use `window-dedicated-p'.
16701
16702 2004-10-15 Simon Josefsson <jas@extundo.com>
16703
16704 * pop3.el (top-level): Don't require nnheader.
16705 (pop3-read-timeout): Add.
16706 (pop3-accept-process-output): Add.
16707 (pop3-read-response, pop3-retr): Use it.
16708
16709 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
16710
16711 * spam.el (spam-register-routine): Move comment.
16712 (spam-verify-bogofilter): Use 'unknown for the initial
16713 spam-bogofilter-valid state, not 'never.
16714
16715 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16716 for netrc-machine.
16717
16718 * nnimap.el (nnimap-open-connection):
16719 Use netrc-machine-user-or-password.
16720
16721 2004-10-17 Richard M. Stallman <rms@gnu.org>
16722
16723 * gnus-registry.el (gnus-registry-unload-hook):
16724 Set as a variable with add-hook.
16725
16726 * nnspool.el (nnspool-spool-directory): Use news-directory instead
16727 of news-path.
16728
16729 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16730
16731 * spam.el: Delete duplicate `provide'.
16732 (spam-unload-hook): Set as a variable with add-hook.
16733
16734 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
16735
16736 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16737 in the doc string.
16738
16739 * message.el (message-ignored-news-headers)
16740 (message-ignored-supersedes-headers)
16741 (message-ignored-resent-headers)
16742 (message-forward-ignored-headers): Improve custom type.
16743
16744 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
16745
16746 * message.el (message-tokenize-header): Fix 2004-09-06 change
16747 which used point-min in the wrong place.
16748
16749 2004-10-12 Simon Josefsson <jas@extundo.com>
16750
16751 * tls.el (tls-certtool-program): New variable.
16752 (tls-certificate-information): New function, based on
16753 ssl-certificate-information.
16754
16755 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
16756
16757 * compface.el: Move the version of ELisp-based uncompface program
16758 to the contrib directory because of the copyright problem.
16759
16760 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
16761
16762 * message.el (message-kill-buffer): Raise the current frame.
16763
16764 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16765
16766 * gnus-sum.el: Mention that multibyte characters don't work as marks.
16767
16768 * gnus.el (message-y-or-n-p): Autoload.
16769
16770 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16771 (pop3-password-required, pop3-authentication-scheme)
16772 (pop3-leave-mail-on-server): Make customizable.
16773 (pop3): New custom group.
16774 (pop3-retr): Remove `sleep-for' statements.
16775 Suggested by Dave Love <fx@gnu.org>.
16776
16777 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16778 Windows/DOS.
16779
16780 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16781 (imap-parse-body): Fix incorrect use of `assert'.
16782 Suggested by Dave Love <fx@gnu.org>.
16783
16784 * mml.el (mml-minibuffer-read-disposition): Require match.
16785 Suggested by Dave Love <fx@gnu.org>.
16786
16787 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
16788
16789 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
16790 doc string.
16791
16792 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
16793
16794 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16795
16796 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16797
16798 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16799 instead of calling `mm-insert-inline', to decode text/* parts
16800 before displaying them.
16801
16802 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
16803
16804 * mm-uu.el (mm-uu-text-plain-type): New variable.
16805 (mm-uu-pgp-signed-extract-1): Use it.
16806 (mm-uu-pgp-encrypted-extract-1): Use it.
16807 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16808 bind mm-uu-text-plain-type with that value.
16809 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16810 mm-uu-dissect.
16811
16812 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
16813
16814 * gnus-group.el (gnus-update-group-mark-positions):
16815 * gnus-sum.el (gnus-update-summary-mark-positions):
16816 * message.el (message-check-news-body-syntax):
16817 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16818 of string-as-multibyte.
16819
16820 2004-10-05 Juri Linkov <juri@jurta.org>
16821
16822 * gnus-group.el (gnus-update-group-mark-positions):
16823 * gnus-sum.el (gnus-update-summary-mark-positions):
16824 * message.el (message-check-news-body-syntax):
16825 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16826 8-bit unibyte values to a multibyte string for search functions.
16827
16828 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
16829
16830 * mm-uu.el (mm-uu-dissect): Allow optional arg.
16831 (mm-uu-dissect-text-parts): New function.
16832
16833 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16834 dissect text parts.
16835
16836 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16837 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16838
16839 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16840
16841 * gnus-topic.el (gnus-topic-hierarchical-parameters):
16842 Use gnus-current-topics instead of gnus-current-topic.
16843
16844 2004-10-06 Jesper Harder <harder@ifa.au.dk>
16845
16846 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16847
16848 2004-10-05 Jesper Harder <harder@ifa.au.dk>
16849
16850 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16851 where approriate.
16852
16853 * nnml.el (nnml-generate-active-info): do.
16854
16855 * nndiary.el (nndiary-generate-active-info): do.
16856
16857 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16858 (gnus-topic-move): do.
16859
16860 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16861 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16862
16863 * gnus-srvr.el (gnus-server-prepare)
16864 (gnus-server-open-all-servers): do.
16865
16866 * gnus-msg.el (gnus-summary-cancel-article)
16867 (gnus-summary-resend-message)
16868 (gnus-summary-mail-crosspost-complaint): do.
16869
16870 * gnus-move.el (gnus-change-server): do.
16871
16872 * gnus-group.el (gnus-group-unmark-all-groups)
16873 (gnus-group-set-current-level): do.
16874
16875 2004-10-04 Simon Josefsson <jas@extundo.com>
16876
16877 * message.el (message-generate-hashcash): Doc fix.
16878
16879 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
16880
16881 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16882 avoid infinite recursion via gnus-get-function.
16883
16884 2004-10-02 Jesper Harder <harder@ifa.au.dk>
16885
16886 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16887
16888 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16889
16890 * nnmail.el (nnmail-split-history): do.
16891
16892 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16893 (nnml-request-delete-group): do.
16894
16895 * nnslashdot.el (nnslashdot-read-groups): do.
16896
16897 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16898 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16899
16900 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16901 (nnspool-sift-nov-with-sed): Use last.
16902 (nnspool-retrieve-headers-with-nov): Use mapc.
16903 (nnspool-request-newgroups): Use dolist.
16904 (nnspool-request-group): Use last.
16905
16906 * nntp.el (nntp-read-server-type): Use dolist.
16907
16908 * nnvirtual.el (nnvirtual-create-mapping)
16909 (nnvirtual-update-read-and-marked): Use dolist.
16910 (nnvirtual-convert-headers): Simplify.
16911
16912 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
16913
16914 * gnus-agent.el (gnus-agent-synchronize-group-flags):
16915 Add support for sync'ing tick marks.
16916
16917 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
16918
16919 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16920 there's no visible header.
16921
16922 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
16923
16924 * gnus-agent.el (gnus-agent-synchronize-group-flags):
16925 When necessary, pass full group name to gnus-request-set-marks.
16926
16927 2004-10-01 Simon Josefsson <jas@extundo.com>
16928
16929 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
16930 acroread.
16931
16932 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16933
16934 * spam-report.el (spam-report-gmane): Fix interactive.
16935
16936 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16937
16938 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16939 when writing file.
16940 (gnus-agent-synchronize-flags): Don't default to being
16941 interactive.
16942
16943 2004-09-30 Simon Josefsson <jas@extundo.com>
16944
16945 * message.el (message-generate-hashcash): Add.
16946 (message-send-mail): Use it, call mail-add-payment.
16947
16948 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16949
16950 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16951
16952 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
16953
16954 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16955 gnus-requst-update-info with explicit code to sync the in-memory
16956 info read flags with the marks being sync'd to the backend.
16957
16958 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16959
16960 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16961
16962 * spam.el (spam-verify-bogofilter): Add new function.
16963 (spam-check-bogofilter)
16964 (spam-bogofilter-register-with-bogofilter): Use it.
16965 (spam-verify-bogofilter): Add small fixes.
16966
16967 2004-09-28 Simon Josefsson <jas@extundo.com>
16968
16969 * hashcash.el (hashcash-generate-payment): Revert.
16970
16971 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16972
16973 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16974 Use gnus-extract-references instead of gnus-split-references.
16975
16976 * gnus-util.el (gnus-extract-references): Add new function, analogous
16977 to gnus-split-references but extracts only the message-ID without
16978 anything extra.
16979
16980 * hashcash.el (hashcash-generate-payment)
16981 (hashcash-check-payment): Do the right thing if hashcash-path is
16982 nil (because the hashcash program could not be found).
16983
16984 * spam.el (spam-use-hashcash): Remove comment.
16985
16986 2004-09-27 Jesper Harder <harder@ifa.au.dk>
16987
16988 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16989 (gnus-cache-enter-article, gnus-cache-remove-article)
16990 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16991
16992 * gnus-async.el (gnus-async-prefetch-remove-group): do.
16993
16994 * gnus-art.el (article-hide-boring-headers)
16995 (article-translate-strings, article-display-face)
16996 (gnus-article-mime-match-handle-first)
16997 (gnus-article-highlight-headers)
16998 (gnus-article-add-buttons-to-head): do.
16999
17000 2004-09-27 Simon Josefsson <jas@extundo.com>
17001
17002 * hashcash.el: New version, from
17003 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
17004 ../contrib/.
17005
17006 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17007
17008 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17009
17010 2004-09-26 Jesper Harder <harder@ifa.au.dk>
17011
17012 * gnus-dup.el (gnus-dup-open): Use mapc.
17013 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17014
17015 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17016 Reported by Stefan Wiens <s.wi@gmx.net>.
17017
17018 * gnus.el (gnus-shutdown): Use dolist.
17019
17020 * gnus-undo.el (gnus-undo): Use mapc.
17021
17022 * nnrss.el (nnrss-generate-active): do.
17023
17024 * message.el (message-cite-original-without-signature)
17025 (message-cite-original): Use mapc.
17026 (message-do-actions, message-make-forward-subject): Use dolist.
17027
17028 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17029
17030 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17031 deletion to remove entire duplicate line. Fixes merged article
17032 number bug.
17033
17034 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17035
17036 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17037 servers that are offline. Avoids having gnus-agent-toggle-plugged
17038 first ask if you want to open a server and then, even when you
17039 responded with no, asking if you want to synchronize the server's
17040 flags.
17041 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17042 multi-line expressions.
17043 (gnus-agent-synchronize-group-flags): New internal function.
17044 Updates marks in memory (in the info structure) AND in the
17045 backend.
17046
17047 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17048
17049 * nnagent.el (nnagent-request-set-mark):
17050 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17051 method, to ensure that synchronization updates marks in the
17052 backend and in the info (in memory) structure.
17053
17054 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
17055
17056 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17057 convention fully; don't miss the root article of a thread; make
17058 the X-Draft-From header with correct article numbers.
17059
17060 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
17061
17062 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17063 unless plugged. Disable the agent so that an open failure causes
17064 an error.
17065
17066 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17067 Revert 2004-09-21 change. The backend must be opened while
17068 synchronizing flags even when the backend stores the flags
17069 locally.
17070
17071 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
17072
17073 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17074 in `header' match. Reported by Svend Tollak Munkejord.
17075
17076 * message.el (message-cite-original): Fix use of
17077 `message-cite-articles-with-x-no-archive'.
17078
17079 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
17080
17081 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17082 (gnus-window-to-buffer): Ditto.
17083
17084 * mml.el (mml-preview-buffer): New variable.
17085 (mml-preview): Manage window layout with gnus-buffer-configuration.
17086
17087 * gnus-msg.el (gnus-setup-message): Put article numbers into the
17088 X-Draft-From header even if those articles aren't quoted.
17089
17090 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
17091
17092 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17093 (gnus-request-set-mark, gnus-request-update-mark): Use new
17094 g-s-t-u-l-m to decide to use backend even when unplugged.
17095
17096 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
17097
17098 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17099 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
17100
17101 2004-09-20 Simon Josefsson <jas@extundo.com>
17102
17103 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17104 "utf-16-le".
17105
17106 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17107
17108 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17109
17110 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17111
17112 * uudecode.el (uudecode-use-external): Add :version.
17113
17114 * smime.el (smime-CA-file, smime-encrypt-cipher)
17115 (smime-dns-server): Add :version.
17116
17117 * smiley.el (gnus-smiley-file-types): Add :version.
17118
17119 * sha1.el (sha1-use-external): Add :version.
17120
17121 * pgg-def.el (pgg-query-keyserver): Add :version.
17122
17123 * nnmail.el (nnmail-fancy-expiry-targets)
17124 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17125 Add :version.
17126
17127 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17128 (nnimap-retrieve-groups-asynchronous): Add :version.
17129 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
17130
17131 * mml.el (mml-content-disposition-parameters)
17132 (mml-insert-mime-headers-always): Add :version.
17133
17134 * mm-util.el (mm-coding-system-priorities): Add :version.
17135
17136 * mm-decode.el (mm-inline-text-html-with-images)
17137 (mm-keep-viewer-alive-types, mm-external-terminal-program)
17138 (mm-verify-option): Add :version.
17139 (mm-text-html-renderer): Change :version.
17140
17141 * message.el (message-fcc-externalize-attachments)
17142 (message-required-headers, message-draft-headers)
17143 (message-subject-trailing-was-query)
17144 (message-subject-trailing-was-ask-regexp)
17145 (message-subject-trailing-was-regexp, message-mark-insert-begin)
17146 (message-mark-insert-end, message-archive-header)
17147 (message-archive-note, message-cross-post-default)
17148 (message-cross-post-note, message-followup-to-note)
17149 (message-cross-post-note-function, message-use-mail-followup-to)
17150 (message-subscribed-address-functions)
17151 (message-subscribed-address-file, message-subscribed-addresses)
17152 (message-subscribed-regexps, message-allow-no-recipients)
17153 (message-yank-cited-prefix, message-signature-insert-empty-line)
17154 (message-hidden-headers, message-hierarchical-addresses)
17155 (message-mail-user-agent, message-use-idna)
17156 (message-valid-fqdn-regexp)
17157 (message-strip-special-text-properties, message-header-synonyms)
17158 (message-beginning-of-line, message-tab-body-function): Add :version.
17159 (message-insert-canlock, message-wide-reply-confirm-recipients):
17160 Change :version.
17161
17162 * mail-source.el (mail-source-ignore-errors): Add :group, :type
17163 and :version.
17164 (mail-source-delete-old-incoming-confirm)
17165 (mail-source-movemail-program): Add :version.
17166
17167 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17168 (gnus-agent-cache, gnus-agent): Change :version.
17169
17170 * gnus-util.el (gnus-use-byte-compile): Change :version.
17171
17172 * gnus-sum.el (gnus-summary-make-false-root-always)
17173 (gnus-summary-default-high-score)
17174 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17175 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17176 (gnus-read-all-available-headers, gnus-article-emulate-mime)
17177 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17178 (gnus-sum-thread-tree-single-indent)
17179 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17180 (gnus-sum-thread-tree-leaf-with-other)
17181 (gnus-sum-thread-tree-single-leaf): Add :version.
17182 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17183 (gnus-article-loose-mime): Change :version.
17184
17185 * gnus-start.el (gnus-backup-startup-file)
17186 (gnus-save-startup-file-via-temp-buffer): Add :version.
17187
17188 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17189 (gnus-server-offline-face): Add :version.
17190
17191 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17192
17193 * gnus-msg.el (gnus-gcc-externalize-attachments)
17194 (gnus-debug-files, gnus-debug-exclude-variables)
17195 (gnus-discouraged-post-methods): Change :version.
17196 (gnus-confirm-mail-reply-to-news)
17197 (gnus-confirm-treat-mail-like-news): Add :version.
17198
17199 * gnus-int.el (gnus-server-unopen-status): Add :version.
17200
17201 * gnus-group.el (gnus-group-jump-to-group-prompt)
17202 (gnus-large-ephemeral-newsgroup)
17203 (gnus-fetch-old-ephemeral-headers): Add :version.
17204
17205 * gnus-fun.el (gnus-x-face-directory)
17206 (gnus-convert-pbm-to-x-face-command)
17207 (gnus-convert-image-to-x-face-command)
17208 (gnus-convert-image-to-face-command): Add :version.
17209
17210 * gnus-delay.el (gnus-delay-default-hour): Add :version.
17211
17212 * gnus-cite.el (gnus-cite-blank-line-after-header)
17213 (gnus-article-boring-faces): Add :version.
17214
17215 * gnus-art.el (gnus-buttonized-mime-types)
17216 (gnus-inhibit-mime-unbuttonizing)
17217 (gnus-treat-display-face)
17218 (gnus-treat-body-boundary): Change :version.
17219 (gnus-body-boundary-delimiter, gnus-picon-databases)
17220 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17221 (gnus-treat-date-english, gnus-treat-fold-headers)
17222 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17223 (gnus-treat-mail-picon, gnus-treat-wash-html)
17224 (gnus-article-encrypt-protocol)
17225 (gnus-use-idna, gnus-article-over-scroll)
17226 (gnus-mime-display-multipart-alternative-as-mixed)
17227 (gnus-mime-display-multipart-related-as-mixed)
17228 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17229 (gnus-ctan-url, gnus-button-ctan-handler)
17230 (gnus-button-handle-ctan-bogus-regexp)
17231 (gnus-button-ctan-directory-regexp)
17232 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17233 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17234 (gnus-button-man-level, gnus-button-emacs-level)
17235 (gnus-button-message-level, gnus-button-browse-level): Add :version.
17236
17237 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17238 (gnus-agent-go-online): Change :version.
17239 (gnus-agent-expire-unagentized-dirs)
17240 (gnus-agent-auto-agentize-methods): Add :version.
17241
17242 * flow-fill.el (fill-flowed-display-column)
17243 (fill-flowed-encode-column): Add :version.
17244
17245 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17246 (gnus-outlook-deuglify-unwrap-max)
17247 (gnus-outlook-deuglify-cite-marks)
17248 (gnus-outlook-deuglify-unwrap-stop-chars)
17249 (gnus-outlook-deuglify-no-wrap-chars)
17250 (gnus-outlook-deuglify-attrib-cut-regexp)
17251 (gnus-outlook-deuglify-attrib-verb-regexp)
17252 (gnus-outlook-deuglify-attrib-end-regexp)
17253 (gnus-outlook-display-hook): Add :version.
17254
17255 * binhex.el (binhex-use-external): Add :version.
17256
17257 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
17258
17259 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17260 and `invisible'.
17261
17262 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17263
17264 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17265 in gnus-registry-trim.
17266
17267 2004-09-13 Simon Josefsson <jas@extundo.com>
17268
17269 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17270
17271 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17272
17273 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17274 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17275 <yamaoka@jpl.org>.
17276 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17277 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17278 <yamaoka@jpl.org>.
17279
17280 * sieve.el (sieve-manage-mode): Ditto.
17281
17282 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
17283
17284 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17285
17286 2004-09-11 Simon Josefsson <jas@extundo.com>
17287
17288 * dns-mode.el: Add.
17289
17290 * mm-view.el (mm-display-dns-inline): Add.
17291
17292 * mm-decode.el (mm-inline-media-tests): Add text/dns.
17293 (mm-automatic-display): Ditto.
17294
17295 * mailcap.el (mailcap-mime-data): Add text/dns.
17296 (mailcap-mime-extensions): Map .soa to text/dns.
17297
17298 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
17299
17300 * gnus-art.el (article-decode-mime-words, article-babel)
17301 (gnus-article-highlight-signature, gnus-article-add-buttons)
17302 (gnus-signature-toggle): Remove unnecessary bindings of
17303 `inhibit-read-only' inherited from v5.10 merge.
17304
17305 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17306
17307 * nntp.el (nntp): New customization group.
17308 (nntp-authinfo-file): Add customization group.
17309
17310 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17311
17312 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17313
17314 * gnus.el (to-address, to-list, subscribed)
17315 (large-newsgroup-initial): Ditto.
17316
17317 * flow-fill.el (fill-flowed-display-column)
17318 (fill-flowed-encode-column): Ditto.
17319
17320 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17321
17322 * message.el (message-tokenize-header, message-send-mail-with-qmail):
17323 Use point-min rather than 1.
17324 (message-send-mail): Use buffer-size rather than point-max.
17325
17326 * gnus-sum.el (gnus-summary-search-article-forward):
17327 Signal a specific `search-failed' rather than a generic `error'.
17328
17329 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17330 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17331 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17332
17333 2004-09-10 Simon Josefsson <jas@extundo.com>
17334
17335 * nndb.el (require): Remove tcp and duplicate cl.
17336
17337 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
17338
17339 * gnus-agent.el (directory-files-and-attributes): Move forward.
17340
17341 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17342
17343 * gnus-agent.el (directory-files-and-attributes):
17344 Optionally defined to support XEmacs.
17345
17346 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17347
17348 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17349 to avoid run-time CL dependencies.
17350 (gnus-agent-unfetch-articles): New function.
17351 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17352 article numbers even when local .overview file is missing.
17353 (gnus-agent-read-article-number): New function. Only accepts
17354 27-bit article numbers.
17355 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17356 Use gnus-agent-read-article-number.
17357 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17358 from backend while recognizing that article numbers in .overview
17359 must be valid.
17360 (gnus-agent-update-files-total-fetched-for):
17361 Use directory-files-and-attributes to improve performance.
17362 * gnus-int.el (gnus-request-move-article):
17363 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17364 improve performance.
17365
17366 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17367 some users confused by references to .newsrc when they only have a
17368 .newsrc.eld file.
17369 (gnus-convert-mark-converter-prompt)
17370 (gnus-convert-converter-needs-prompt): Fix use of property list.
17371 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17372 New function. Used internally to only display 'gnus converting
17373 files' message when actually necessary.
17374
17375 * gnus-sum.el (): Remove (require 'gnus-agent) as required
17376 methods now autoloaded.
17377
17378 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
17379
17380 * gnus-sum.el (gnus-summary-insert-subject): Remove list
17381 identifiers.
17382
17383 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
17384
17385 * gnus-picon.el: Fix indentation and closing parenthesis.
17386
17387 2004-09-01 Simon Josefsson <jas@extundo.com>
17388
17389 * message.el (message-canlock-generate): Require sha1, not
17390 sha1-el. (Can we get rid of this require altogether? It is ugly
17391 to require within a function. Sadly, if sha1.el isn't loaded, the
17392 let binding in m-c-g will hide the defcustom definition, which is
17393 bad.)
17394
17395 * canlock.el: Require sha1, not sha1-el.
17396
17397 * message.el: Don't autoload sha1 (there is a autoload cookie in
17398 sha1.el).
17399
17400 * sha1-el.el: Rename to sha1.el.
17401
17402 2004-08-30 Juanma Barranquero <lektu@terra.es>
17403
17404 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17405
17406 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17407
17408 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17409
17410 2004-08-30 Kim F. Storm <storm@cua.dk>
17411
17412 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17413
17414 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17415 Add :group 'nnimap.
17416
17417 2004-08-30 Andreas Schwab <schwab@suse.de>
17418
17419 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17420 ?* and ?\;.
17421
17422 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17423 and ?\' to symbol instead of whitespace.
17424
17425 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
17426
17427 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17428
17429 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17430 instead of re-search-forward.
17431
17432 * gnus-uu.el (gnus-uu-save-article): Ditto.
17433 (gnus-uu-post-encode-uuencode): Ditto.
17434
17435 * html2text.el (html2text-clean-list-items): Ditto.
17436 (html2text-clean-dtdd): Ditto.
17437 (html2text-format-tags): Ditto.
17438
17439 * message.el (message-send-mail-with-sendmail): Fix regexp.
17440 (message-fill-field-general): Use search-forward instead of
17441 re-search-forward.
17442 (unbold-region): Ditto.
17443
17444 * nnrss.el (nnrss-request-article): Ditto.
17445
17446 * nnslashdot.el (nnslashdot-request-article): Ditto.
17447
17448 * nnweb.el (nnweb-gmane-wash-article): Ditto.
17449
17450 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17451 "Unrecognized menu descriptor" error in XEmacs.
17452
17453 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
17454
17455 * gnus-sum.el (gnus-read-header): Don't remove a header for the
17456 parent article of a sparse article in the thread hashtb.
17457
17458 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
17459
17460 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17461 (nnmail-expand-newtext): Lowercase expanded entries if
17462 nnmail-split-lowercase-expanded is non-nil.
17463
17464 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
17465
17466 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17467
17468 * gnus-group.el (gnus-group-line-format-alist): Convert the value
17469 of gnus-tmp-news-method into string under XEmacs. It will be
17470 passed to gnus-correct-length which takes only a string argument.
17471
17472 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
17473
17474 * gnus-util.el (gnus-bind-print-variables): New macro.
17475 (gnus-prin1): Use it.
17476 (gnus-prin1-to-string): Use it.
17477 (gnus-pp): New function.
17478 (gnus-pp-to-string): New function.
17479
17480 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17481 Replace pp-to-string with gnus-pp-to-string.
17482 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17483 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17484 * gnus-msg.el (gnus-debug): Ditto.
17485 * gnus-score.el (gnus-score-save): Ditto.
17486 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17487 gnus-pp-to-string.
17488 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17489 with gnus-pp.
17490 * score-mode.el (gnus-score-pretty-print): Ditto.
17491 * webmail.el (webmail-debug): Ditto.
17492
17493 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
17494
17495 * gnus-art.el (article-display-face, article-display-x-face):
17496 Use buffer-read-only.
17497
17498 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
17499
17500 * gnus-art.el (article-hide-list-identifiers):
17501 Bind inhibit-read-only as t.
17502
17503 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
17504
17505 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17506
17507 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17508
17509 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17510 (gnus-narrow-to-page): Don't assume point-min == 1.
17511 (gnus-article-edit-mode): Derive from message-mode.
17512
17513 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17514 point-min == 1.
17515
17516 * imap.el (imap-parse-address-list, imap-parse-body-ext):
17517 Disable incorrect use of `assert'.
17518
17519 * message.el (message-mode): Set comment-start-skip.
17520
17521 2004-08-22 Sam Steingold <sds@gnu.org>
17522
17523 * pop3.el (pop3-leave-mail-on-server): New user variable.
17524 (pop3-movemail): Delete mail only when it is nil.
17525
17526 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
17527
17528 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17529
17530 * mml.el (mml-preview): Use `pop-to-buffer'.
17531
17532 * message.el (message-goto-mail-followup-to): Insert after "To".
17533 (message-carefully-insert-headers): Add comment.
17534
17535 * gnus.el: Remove unused variable `gnus-article-check-size'.
17536
17537 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17538
17539 * gnus-art.el (gnus-button-alist):
17540 Improve `gnus-button-handle-library' entry.
17541
17542 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
17543
17544 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17545 Use downcase, since XEmacs capitalizes error messages differently.
17546
17547 2004-08-18 Jesper Harder <harder@ifa.au.dk>
17548
17549 * nntp.el: Add (require 'gnus) due to reference to
17550 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
17551
17552 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
17553
17554 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17555 Bind `mm-fill-flowed'.
17556
17557 * mm-decode.el (mm-dissect-singlepart): Check it.
17558
17559 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
17560
17561 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17562 'imap' for netrc parsing.
17563
17564 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
17565
17566 * mailcap.el (mailcap-mime-data): Mark as risky.
17567
17568 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
17569
17570 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17571 may be included in the encoded word.
17572 (rfc2047-encode): Don't append a space if the encoded word
17573 includes close parenthesis.
17574
17575 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
17576
17577 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17578 of text within parentheses.
17579
17580 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
17581
17582 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17583 (gnus-encrypt-write-file-contents): Make the password key the file
17584 name PLUS the cipher, not just the cipher. Also remove failed
17585 passwords from the cache.
17586
17587 2004-08-06 Simon Josefsson <jas@extundo.com>
17588
17589 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17590 Doc fix.
17591
17592 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
17593
17594 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17595 LWSP.
17596
17597 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
17598
17599 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17600 Try to append in-reply-to: data to the references: header.
17601
17602 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17603 (netrc-parse): Use gnus-encrypt.el functions.
17604
17605 * gnus-encrypt.el: Add new file for encryption support; currently
17606 does only a few GPG ciphers and an internal XOR cipher.
17607
17608 * password.el: Add comments on using password-read-and-add.
17609 (password-read-and-add): Add function to read and add the
17610 password to the cache at once.
17611
17612 2004-07-28 Simon Josefsson <jas@extundo.com>
17613
17614 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17615 parameter (but don't use it, for now).
17616
17617 * imap.el (imap-ssl-open): Use imap-process-connection-type,
17618 instead of hard coding to nil.
17619
17620 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17621
17622 * mm-view.el (mm-inline-image-emacs): Open lines under an image
17623 as mm-inline-image-xemacs does.
17624
17625 2004-07-26 Simon Josefsson <jas@extundo.com>
17626
17627 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17628 Revert part of 2004-07-17 change below.
17629
17630 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
17631
17632 * rfc2047.el (rfc2047-encode-region): Don't infloop.
17633 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17634
17635 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
17636
17637 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17638 quotes that actually start with ">" at the beginning of the
17639 lines.
17640
17641 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
17642
17643 * rfc2047.el (rfc2047-encode-region): Fix last change.
17644 (rfc2047-encode-parameter): Remove useless concat.
17645
17646 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
17647
17648 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17649 encode special characters; fix some kind of misconfigured headers;
17650 signal a real error if debug-on-quit or debug-on-error is non-nil.
17651 (rfc2047-encode-max-chars): New variable.
17652 (rfc2047-encode-1): Use it.
17653 (rfc2047-encode-parameter): New function.
17654
17655 * mml.el (mml-insert-parameter): Remove an excessive space.
17656
17657 2004-07-17 Simon Josefsson <jas@extundo.com>
17658
17659 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17660 Kai Grossjohann <kai@emptydomain.de>.
17661 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17662 (gnus-group-make-menu-bar): Ditto.
17663
17664 * gnus-util.el (gnus-group-server): Add.
17665
17666 2004-07-16 Jesper Harder <harder@ifa.au.dk>
17667
17668 * message.el (message-clone-locals): Clone sendmail and smtp
17669 variables.
17670
17671 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
17672
17673 * rfc2047.el (rfc2047-encode-region): Fix last change.
17674
17675 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
17676
17677 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17678 characters as non-special.
17679
17680 2004-07-09 Simon Josefsson <jas@extundo.com>
17681
17682 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17683 Users will lose all flag changes made while unplugged with
17684 e.g. nntp unless flag synchronization happens, thus `nil' is not a
17685 good default. See numerous reports on ding mailing list.
17686
17687 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
17688
17689 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17690 add generate-head-function and generate-article-function to the
17691 rfc822-forward entry.
17692 (nndoc-rfc822-forward-generate-article): New function.
17693 (nndoc-rfc822-forward-generate-head): New function.
17694
17695 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17696
17697 2004-07-06 Dan Christensen <jdc@uwo.ca>
17698
17699 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17700 respect display group parameter and gnus-summary-expunge-below.
17701 (gnus-articles-to-read): Remove unused reference to display group
17702 parameter.
17703
17704 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17705
17706 * nnheader.el (nnheader-uniquify-message-id): New experimental
17707 variable.
17708 (nnheader-nov-read-message-id): Use it.
17709
17710 * spam-report.el (spam-report-gmane): Add interactive.
17711
17712 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
17713
17714 * mm-encode.el (mm-content-transfer-encoding-defaults):
17715 Use qp-or-base64 for the application/* types.
17716
17717 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
17718
17719 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17720
17721 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
17722
17723 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17724 trim value.
17725
17726 2004-01-25 Paul Jarc <prj@po.cwru.edu>
17727
17728 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17729 New macro and function.
17730 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17731
17732 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
17733
17734 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17735 after-load-alist.
17736
17737 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
17738
17739 * gnus-group.el (gnus-group-get-new-news-this-group):
17740 Don't update info that isn't there.
17741
17742 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
17743
17744 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17745 entry.
17746
17747 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
17748
17749 * mm-view.el (mm-inline-render-with-function): Use multibyte
17750 buffer; decode html source by charset.
17751
17752 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17753
17754 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17755 Mule-UCS is loaded under XEmacs.
17756 (mm-mime-mule-charset-alist): Avoid duplicated entries.
17757
17758 2004-06-28 Jesper Harder <harder@ifa.au.dk>
17759
17760 * nnheader.el (nnheader-max-head-length): Increase to 8192.
17761
17762 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
17763
17764 * mm-util.el (mm-coding-system-p): Return a coding-system.
17765 (mm-mime-mule-charset-alist): Use shift_jis instead of
17766 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17767 entries for the mime charsets iso-2022-jp-3 and shift_jis.
17768 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17769 instead of japanese-shift-jis and iso-latin-1 respectively in
17770 order to share the default value with both Emacs and XEmacs-mule.
17771 (mm-mule-charset-to-mime-charset):
17772 Make mm-coding-system-priorities effective.
17773 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17774 while predicating of candidates upon the priorities.
17775
17776 2004-06-27 Jesper Harder <harder@ifa.au.dk>
17777
17778 * gnus-sum.el (gnus-summary-make-menu-bar):
17779 Add gnus-uu-invert-processable.
17780
17781 * gnus.el: Autoload gnus-uu-invert-processable.
17782
17783 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
17784
17785 * mm-util.el (mm-with-multibyte-buffer): New macro.
17786
17787 * rfc2047.el (rfc2047-encode-string): Use it.
17788 (rfc2047-encode-region): Move point to the end of the region after
17789 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17790
17791 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
17792
17793 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17794 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17795
17796 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
17797
17798 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17799 (gnus-cite-parse): Ignore quoted envelope From_.
17800 Suggested by Karl Chen <quarl@nospam.quarl.org>.
17801
17802 2004-06-23 Jesper Harder <harder@ifa.au.dk>
17803
17804 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17805 invalid addresses.
17806
17807 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
17808
17809 * spam.el: Change section markers, revise TODO list.
17810 (spam-backends): Make new master list of all installed backends.
17811 (spam-summary-exit-behavior): Add new variable to determine how
17812 messages moves are done at summary exit.
17813 (spam-move-spam-nonspam-groups-only)
17814 (spam-process-ham-in-nonham-groups)
17815 (spam-process-ham-in-spam-groups): Remove variables, the
17816 spam-summary-exit-behavior variable should be used to manage this
17817 behavior.
17818 (spam-old-ham-articles, spam-old-spam-articles): Remove.
17819 (spam-old-articles): Add variable, replacing spam-old-ham-articles
17820 and spam-old-spam-articles.
17821 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17822 Add empty variables, placeholders for the backends they represent.
17823 (spam-set-difference): Move, unchanged.
17824 (spam-list-of-processors): Declare OBSOLETE, not used anymore
17825 unless the user has a processor variable.
17826 (spam-classifications, spam-classification-valid-p)
17827 (spam-backend-properties, spam-backend-property-valid-p)
17828 (spam-backend-function-type-valid-p)
17829 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17830 (spam-report-articles-gmane, spam-report-articles-resend):
17831 Remove functions, they are not needed.
17832 (spam-install-backend-super, spam-backend-list)
17833 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17834 (spam-backend-function, spam-backend-ham-registration-function)
17835 (spam-backend-spam-registration-function)
17836 (spam-backend-ham-unregistration-function)
17837 (spam-backend-spam-unregistration-function)
17838 (spam-backend-statistical-p, spam-backend-mover-p)
17839 (spam-install-backend-alias, spam-install-checkonly-backend)
17840 (spam-install-mover-backend, spam-install-nocheck-backend)
17841 (spam-install-backend, spam-install-statistical-backend)
17842 (spam-install-statistical-checkonly-backend): Add backend installation
17843 support.
17844 (spam-summary-prepare-exit): Rewrite to use the new backend code.
17845 (spam-group-processor-p): Use the new backend code and respect the
17846 summary exit behavior.
17847 (spam-mark-spam-as-expired-and-move-routine): Remove.
17848 (spam-summary-prepare): Change to use the new spam-old-articles
17849 variable.
17850 (spam-copy-or-move-routine, spam-copy-spam-routine)
17851 (spam-move-spam-routine, spam-copy-ham-routine)
17852 (spam-move-ham-routine): Add code to copy/move ham or spam.
17853 (spam-fetch-field-fast): Improve doc and code, plus allow the
17854 'number request.
17855 (spam-list-of-checks, spam-list-of-statistical-checks):
17856 Remove variables.
17857 (spam-split, spam-find-spam): Use the new backend code.
17858 (spam-registration-functions): Remove variable.
17859 (spam-unregister-routine): Add convenience wrapper.
17860 (spam-log-undo-registration, spam-register-routine)
17861 (spam-log-processing-to-registry)
17862 (spam-log-unregistration-needed-p): Rename "check" to "backend"
17863 where possible.
17864 (spam-check-gmane-xref, spam-check-regex-headers)
17865 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17866 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17867 (spam-check-bogofilter-headers, spam-check-spamoracle)
17868 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17869 (spam-check-crm114-headers): Use the spam-split-group that
17870 spam-split prepares, no need to determine it every time.
17871
17872 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17873 to the nnheader-parse-naked-head call.
17874
17875 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17876
17877 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17878 the nnheader-nov-read-message-id call.
17879
17880 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
17881
17882 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17883 gnus-activate-group twice. Suggested by Markus Peter
17884 <warp@spin.de>.
17885
17886 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
17887
17888 * gnus-art.el (gnus-article-time-format): Exchange the order of
17889 day and month in the default value; fix customization type.
17890 (article-date-ut): Use add-text-properties.
17891 (article-make-date-line): Use message-make-date instead of
17892 current-time-string.
17893
17894 * message.el (message-fetch-field): Don't use set-text-properties.
17895 (message-make-date): Simplify.
17896
17897 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
17898
17899 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17900 (rfc2047-encode-region): Treat text within parentheses as special;
17901 show the original text when error has occurred.
17902
17903 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17904 already-computed method to gnus-activate-group.
17905
17906 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17907 same select-methods identical Lisp objects.
17908
17909 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17910 object when modifying the info.
17911
17912 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
17913
17914 * gnus-srvr.el (gnus-server-set-info): Remove the server from
17915 gnus-opened-servers since it has never been opened with the new
17916 configuration yet.
17917
17918 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
17919
17920 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17921 arg to nnheader-generate-fake-message-id.
17922
17923 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
17924
17925 * nnheader.el (nnheader-generate-fake-message-id): Accept a
17926 number and build a fake message ID localized to a group and
17927 article number (so it's repeatable from that point on).
17928 (nnheader-fake-message-id-p): Change regex to accommodate new fake
17929 ID format.
17930
17931 * gnus-sum.el (gnus-get-newsgroup-headers):
17932 Call nnheader-generate-fake-message-id with the article number.
17933
17934 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
17935
17936 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17937 end-of-buffer.
17938
17939 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17940
17941 * message.el (message-ignored-supersedes-headers): Add Approved.
17942
17943 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
17944
17945 * rfc2047.el (rfc2047-encode-message-header): Remove useless
17946 goto-char.
17947 (rfc2047-encode): Fold the line before encoding.
17948
17949 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
17950
17951 * rfc2047.el (rfc2047-encode-message-header): Disabled header
17952 folding -- not all headers can be folded, and this should be done
17953 by the message composition mode. Probably. I think.
17954
17955 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
17956
17957 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17958 fast.
17959
17960 * gnus-ems.el (gnus-remove-image): Don't use
17961 message-text-with-property; remove only the image found first.
17962
17963 2004-06-09 Jesper Harder <harder@ifa.au.dk>
17964
17965 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17966
17967 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
17968
17969 * message.el (message-text-with-property): Make it fast and accept
17970 optional arguments.
17971 (message-strip-forbidden-properties): Use it.
17972 (message-fix-before-sending): Follow the m-t-w-p change.
17973
17974 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17975
17976 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
17977
17978 * gnus-art.el (article-hide-headers): Don't change the buffer
17979 mistakenly when performing mml-preview even if
17980 gnus-single-article-buffer is nil.
17981
17982 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
17983
17984 * message.el (message-expand-name-databases): New user option.
17985 (message-expand-name): Use it.
17986
17987 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
17988
17989 * spam.el (spam-report-articles-resend)
17990 (spam-report-resend-register-routine): Allow ham reporting.
17991 (spam-report-resend-register-ham-routine): Add wrapper.
17992 (spam-registration-functions): Add ham resending functions.
17993 (spam-list-of-processors): Add ham resend processor.
17994
17995 * gnus.el (ham-resend-to): Add new group parameter.
17996 (spam-process): Add ham resend option.
17997
17998 * spam-report.el (spam-report-resend): Allow reporting ham.
17999 (spam-report-resend-ham): Add wrapper.
18000
18001 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18002
18003 * message.el (message-cite-articles-with-x-no-archive):
18004 New variable.
18005 (message-cite-original): Use it.
18006
18007 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18008
18009 * message.el (message-cite-original): Respect X-No-Archive.
18010
18011 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
18012
18013 * gnus-art.el (article-hide-headers): Refer to the values for
18014 gnus-ignored-headers and gnus-visible-headers in the summary
18015 buffer since a user may have set them as group parameters.
18016
18017 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
18018
18019 * assistant.el (assistant-node-name): Add convenience function.
18020 (assistant-render-text, assistant-render-node): Add error handling,
18021 plus handle multiple next nodes.
18022 (assistant-find-next-node): Comment out for now.
18023 (assistant-find-next-nodes): Add function, returns list of next
18024 nodes.
18025
18026 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
18027
18028 * mail-source.el (mail-source-directory): Fix doc-string.
18029
18030 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
18031
18032 * assistant.el (assistant-render-text, assistant-eval): Add :set
18033 widget type, which is different because it takes and returns a
18034 list. Much hilarity ensues.
18035
18036 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
18037
18038 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18039
18040 * gnus-group.el (gnus-group-get-new-news-this-group):
18041 Add doc-string.
18042
18043 * gnus-start.el (gnus-activate-group): Add doc-string.
18044
18045 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
18046
18047 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18048
18049 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
18050
18051 * assistant.el (assistant-render-text): Try to add a :set
18052 widget, more to come.
18053
18054 * spam.el (spam-group-spam-contents-p): Handle empty groupname
18055 strings.
18056 (spam-report-articles-resend)
18057 (spam-register-routine): Do registration iff any articles warrant
18058 it.
18059 (spam-summary-prepare-exit): Change log message for nil group
18060 destinations.
18061
18062 2004-05-27 Daniel Pittman <daniel@rimspace.net>
18063
18064 * spam.el (spam-report-resend-register-routine):
18065 Allow spam-report-resend-to to be a group parameter or a global value.
18066
18067 2004-05-26 Simon Josefsson <jas@extundo.com>
18068
18069 * starttls.el: Merge with my GNUTLS based starttls.el.
18070 (starttls-gnutls-program, starttls-use-gnutls)
18071 (starttls-extra-arguments, starttls-process-connection-type)
18072 (starttls-connect, starttls-failure, starttls-success):
18073 New variables.
18074 (starttls-program, starttls-extra-args): Doc fix.
18075 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18076 New functions.
18077 (starttls-negotiate, starttls-open-stream):
18078 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18079 function if it is set.
18080
18081 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18082
18083 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18084 structured fields.
18085
18086 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18087
18088 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18089
18090 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
18091
18092 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18093 Add variable.
18094 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
18095 assigning the spam-mark to new messages.
18096
18097 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
18098
18099 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18100
18101 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18102
18103 * rfc2047.el (rfc2047-encodable-p): Don't move point.
18104 (rfc2047-decode): Treat the ascii coding-system as raw-text by
18105 default.
18106
18107 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
18108
18109 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18110 correct data.
18111
18112 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
18113
18114 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18115 (spam-group-processor-p): Fix function.
18116 (spam-group-processor-multiple-p)
18117 (spam-group-spam-processor-report-gmane-p)
18118 (spam-group-spam-processor-report-resend-p)
18119 (spam-group-spam-processor-bogofilter-p)
18120 (spam-group-spam-processor-blacklist-p)
18121 (spam-group-spam-processor-ifile-p)
18122 (spam-group-ham-processor-ifile-p)
18123 (spam-group-spam-processor-spamoracle-p)
18124 (spam-group-spam-processor-crm114-p)
18125 (spam-group-ham-processor-bogofilter-p)
18126 (spam-group-spam-processor-stat-p)
18127 (spam-group-ham-processor-stat-p)
18128 (spam-group-ham-processor-whitelist-p)
18129 (spam-group-ham-processor-BBDB-p)
18130 (spam-group-ham-processor-spamoracle-p)
18131 (spam-group-ham-processor-copy-p): Remove functions with some
18132 prejudice against unneeded code.
18133 (spam-report-articles-resend)
18134 (spam-report-resend-register-routine): Allow the group/topic
18135 spam-resend-to value to override spam-report-resend-to.
18136 (spam-summary-prepare-exit): Invoke spam-group-processor-p
18137 properly now.
18138
18139 * gnus.el (spam-resend-to): Add group/topic parameter.
18140 (spam-process): Move the OBSOLETE processors to the end of the
18141 choices.
18142
18143 2004-05-24 Daniel Pittman <daniel@rimspace.net>
18144
18145 * spam-report.el (spam-report-resend-to, spam-report-resend):
18146 Start with resend-to set to nil, and then ask the user if necessary.
18147 (spam-report-resend): spam-report-resend takes a list of articles, not
18148 separate article numbers.
18149
18150 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
18151
18152 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18153 addition to emacs-w3m.
18154
18155 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18156
18157 * assistant.el (assistant-authinfo-data): New function.
18158 (assistant-eval): Eval for entire assistant.
18159
18160 * netrc.el (netrc-services-file): New variable.
18161 (netrc-parse-services): New function.
18162 (netrc-find-service-name): New function.
18163 (netrc-find-service-number): New function.
18164 (netrc-port-equal): New function.
18165 (netrc-machine): Use it.
18166
18167 * nnimap.el (nnimap-open-connection): Use netrc.
18168
18169 * gnus-util.el (gnus-netrc-get): Remove aliases.
18170
18171 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18172
18173 * assistant.el (wid-edit): Fix compilation.
18174
18175 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18176
18177 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
18178
18179 * gnus-util.el (gnus-set-file-modes): New function. (small
18180 patch).
18181
18182 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18183
18184 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18185
18186 * assistant.el (assistant-render-node): Fix up rendering and
18187 read-only text.
18188 (assistant-render-node): Reset.
18189 (assistant-make-read-only): Not sticky.
18190
18191 2004-05-20 Danny Siu <dsiu@adobe.com>
18192
18193 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18194 centered even when gnus-auto-center-summary is t
18195
18196 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18197
18198 * dns.el (dns-get-txt-answer): New function.
18199 (dns-read-txt): Ditto.
18200 (query-dns): Use it.
18201
18202 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
18203
18204 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18205 active for foreign groups even if the group level is higher than
18206 the specified value.
18207
18208 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18209
18210 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18211 non-active groups.
18212
18213 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18214
18215 2004-05-20 Magnus Henoch <mange@freemail.hu>
18216
18217 * dns.el (dns-read-type): Add support for SVR. (small patch)
18218
18219 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
18220
18221 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18222 (spam-crm114-header, spam-crm114-spam-switch)
18223 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18224 (spam-crm114-positive-spam-header)
18225 (spam-crm114-database-directory, spam-list-of-processors)
18226 (spam-group-spam-processor-crm114-p)
18227 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18228 (spam-generic-score, spam-list-of-checks)
18229 (spam-list-of-statistical-checks, spam-registration-functions)
18230 (spam-check-crm114-headers, spam-crm114-score)
18231 (spam-check-crm114, spam-crm114-register-with-crm114)
18232 (spam-crm114-register-spam-routine)
18233 (spam-crm114-unregister-spam-routine)
18234 (spam-crm114-register-ham-routine)
18235 (spam-crm114-unregister-ham-routine): Add CRM114 support.
18236 From asjo@koldfront.dk (Adam Sjøgren).
18237
18238 * gnus.el: Add spam-use-crm114.
18239
18240 * spam.el (spam-list-of-processors, spam-registration-functions):
18241 Add spam-use-resend.
18242 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18243 (spam-report-articles-gmane): Add doc fix.
18244 (spam-report-articles-resend, spam-report-resend-register-routine):
18245 Add wrappers around spam-report-resend-to.
18246
18247 * spam-report.el (spam-report-resend-to, spam-report-resend):
18248 Add support for resending spam.
18249 (spam-report-gmane): Fix line length >80.
18250
18251 * gnus.el (spam-process): Add spam-use-resend.
18252
18253 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18254
18255 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18256 number of processed spam messages.
18257 (spam-ham-copy-or-move-routine): Return the number of processed
18258 ham messages.
18259 (spam-summary-prepare-exit): Use the above values to decide
18260 whether status messages shouled be displayed.
18261
18262 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
18263
18264 * rfc2047.el (rfc2047-encode-function-alist): Rename from
18265 `rfc2047-encoding-function-alist' in order to avoid conflicting
18266 with the old version.
18267 (rfc2047-encode-region): Concatenate words containing non-ASCII
18268 characters in structured fields; don't encode space-delimited
18269 ASCII words even in unstructured fields; don't break words at
18270 char-category boundaries.
18271 (rfc2047-encode-1): New function.
18272 (rfc2047-encode): Use it; encode text so that it occupies the
18273 maximum width within 76-column; work correctly on Q encoding for
18274 iso-2022-* charsets.
18275 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18276 sure not to break a line just after the header name.
18277 (rfc2047-b-encode-region): Remove.
18278 (rfc2047-b-encode-string): New function.
18279 (rfc2047-q-encode-region): Remove.
18280 (rfc2047-q-encode-string): New function.
18281
18282 * mm-util.el (mm-replace-in-string): New function.
18283
18284 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18285
18286 * gnus-msg.el (gnus-inews-make-draft-meta-information):
18287 Really get it right.
18288 (gnus-inews-make-draft): Really.
18289
18290 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
18291
18292 * nnmh.el (nnmh-request-list-1): Don't check the link count
18293 before descending. (small patch)
18294
18295 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18296
18297 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18298 stuff.
18299
18300 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18301 Match on real group name.
18302
18303 * gnus-art.el (gnus-signature-limit): Doc fix.
18304
18305 * gnus-msg.el (gnus-inews-make-draft): Quote list.
18306
18307 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18308
18309 * gnus-draft.el (gnus-draft-send):
18310 Bind rfc2047-encode-encoded-words.
18311
18312 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18313 (rfc2047-encodable-p): Say that =? needs encoding.
18314 (rfc2047-encode-encoded-words): New variable.
18315
18316 * gnus-group.el (gnus-group-select-group): Doc fix.
18317
18318 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18319
18320 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18321 to nil.
18322
18323 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18324
18325 * nnheader.el (nnheader-get-lines-and-char): New function.
18326
18327 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
18328
18329 * gnus-msg.el (gnus-summary-followup-with-original):
18330 Document yanking of region when active.
18331
18332 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
18333
18334 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18335 groups if the group level is higher than the specified value.
18336
18337 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18338
18339 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18340 (gnus-group-jump-to-group): Add prefix argument using
18341 `gnus-group-jump-to-group-prompt'. Query before jumping to
18342 non-active group.
18343
18344 * compface.el (uncompface): Be verbose when changing
18345 `uncompface-use-external'.
18346
18347 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18348 handle manual section.
18349
18350 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18351
18352 * gnus-art.el (gnus-button-alist): Revert previous change.
18353
18354 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18355
18356 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18357
18358 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18359
18360 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18361 whether backend can accept message.
18362
18363 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18364
18365 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
18366
18367 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18368 Avoid creating directory when nntp-marks-is-evil is true.
18369 Reported by Reiner Steib.
18370
18371 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18372
18373 * gnus-picon.el (gnus-picon-style): New variable.
18374 (gnus-picon-insert-glyph): Add optional `nostring' argument.
18375 (gnus-picon-transform-address): Support `gnus-picon-style'.
18376 From Jesper Harder <harder@ifa.au.dk>.
18377
18378 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18379
18380 * message.el (message-fill-field): Return point.
18381 (message-generate-headers): Go to end of field.
18382
18383 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18384 stuff for non-living groups.
18385
18386 2004-05-18 Jesper Harder <harder@ifa.au.dk>
18387
18388 * gnus-art.el (gnus-article-followup-with-original)
18389 (gnus-article-reply-with-original): gnus-mark-active-p ->
18390 gnus-region-active-p.
18391
18392 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
18393
18394 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18395 only when there is spam or ham to be processed.
18396
18397 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18398
18399 * mail-source.el (mail-source-delete-crash-box): Refactor.
18400 (mail-source-fetch): Use it.
18401 (mail-source-fetch-file): Ditto.
18402 (mail-source-fetch-directory): Run postscript in loop.
18403 (mail-source-fetch-pop): Delete.
18404 (mail-source-fetch-maildir): Ditto.
18405 (mail-source-fetch-imap): Ditto.
18406
18407 * imap.el (imap-authenticators): Comment out sasl.
18408
18409 * message.el (message-skip-to-next-address): New function.
18410 (message-fill-header-address): Refactor.
18411 (message-fill-address): Use it.
18412 (message-delete-address): Use it.
18413 (message-fill-header-general): Refactor.
18414 (message-fill-field-address): Rename.
18415 (message-narrow-to-field): Find the start of the header.
18416 (message-header-format-alist): Don't pre-fill.
18417 (message-fill-header): Remove.
18418 (message-insert-header): New function.
18419 (message-shorten-references): Use it.
18420
18421 * rfc2047.el (rfc2047-field-value): Strip props.
18422
18423 * mail-parse.el (mail-header-make-address): New alias.
18424
18425 * ietf-drums.el (ietf-drums-make-address): New function.
18426
18427 * imap.el: Add compiler directives.
18428
18429 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18430
18431 * gnus-art.el (article-decode-idna-rhs): Don't use
18432 message-idna-inside-rhs-p.
18433
18434 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18435
18436 * message.el (message-idna-inside-rhs-p): Remove.
18437 (message-idna-to-ascii-rhs-1): Use proper address parsing.
18438
18439 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18440 false positives.
18441
18442 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18443
18444 * imap.el (imap-sasl-make-mechanisms): Use sasl.
18445
18446 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18447
18448 * nneething.el (nneething-file-name): Don't create spurious
18449 files.
18450
18451 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18452 (gnus-inews-do-gcc): Remove sleep.
18453
18454 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18455 part under point.
18456
18457 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18458 (gnus-agent-regenerate-group): Using nil messages aren't valid.
18459
18460 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
18461
18462 * spam.el (spam-summary-prepare-exit): Fix (length).
18463
18464 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
18465
18466 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18467 as expired without moving it" message when there are spam
18468 messages left.
18469
18470 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
18471
18472 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18473 header is not nil.
18474
18475 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
18476
18477 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18478 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18479 (nntp-marks-changed-p): New arg SERVER.
18480 (nntp-request-update-info): Adjust caller.
18481
18482 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
18483
18484 * nntp.el (nntp-save-marks): Pass missing arg.
18485
18486 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
18487
18488 * nntp.el: Support marks.
18489 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18490 (nntp-marks-modtime, nntp-marks-directory): New variables.
18491 (nntp-request-set-mark, nntp-request-update-info)
18492 (nntp-possibly-create-directory, nntp-marks-changed-p)
18493 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18494 New functions.
18495
18496 2004-05-12 Jesper Harder <harder@ifa.au.dk>
18497
18498 * gnus-score.el (gnus-score-insert-help):
18499 Use gnus-select-lowest-window.
18500
18501 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18502 appt-select-lowest-window and rename to gnus-select-lowest-window.
18503
18504 * gnus.el: do.
18505
18506 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18507
18508 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18509 encodings of MIME-encoded words, in order to improve
18510 interoperability with several broken MUAs.
18511
18512 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18513
18514 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18515 tags, only when charsets are not specified in headers.
18516 (mm-inline-text-html-render-with-w3m): Ditto.
18517
18518 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18519
18520 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18521 instead of MIME-decoded from fields when checking
18522 `gnus-article-address-banner-alist'.
18523
18524 2004-05-03 Jesper Harder <harder@ifa.au.dk>
18525
18526 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18527 description rather than subject.
18528
18529 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18530
18531 * gnus.el (gnus-version-number): Bump.
18532
18533 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18534
18535 * gnus.el: No Gnus v0.2 is released.
18536
18537 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18538
18539 * gnus-agent.el (gnus-agent-read-agentview):
18540 Inline gnus-uncompress-range.
18541
18542 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18543
18544 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18545 `exec-installed-p'.
18546
18547 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18548
18549 * gnus.el (spam-process, spam-autodetect-methods):
18550 Add bsfilter and bsfilter-headers.
18551
18552 * spam.el (spam-bsfilter): New customize group.
18553 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18554 (spam-bsfilter-header, spam-bsfilter-probability-header)
18555 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18556 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18557 (spam-bsfilter-database-directory): New options.
18558 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18559 (spam-list-of-statistical-checks, spam-registration-functions):
18560 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18561 (spam-bsfilter-score): New command.
18562 (spam-check-bsfilter-headers, spam-check-bsfilter)
18563 (spam-bsfilter-register-with-bsfilter)
18564 (spam-bsfilter-register-spam-routine)
18565 (spam-bsfilter-unregister-spam-routine)
18566 (spam-bsfilter-register-ham-routine)
18567 (spam-bsfilter-unregister-ham-routine): New functions.
18568 (spam-generic-score): Support bsfilter; Accept an optional argument
18569 to recalcurate spam score even if scoring header has already been
18570 added.
18571 (spam-bogofilter-score, spam-spamassassin-score): Accept an
18572 optional argument to recalcurate spam score even if scoring header
18573 has already been added.
18574
18575 2004-04-29 Jesper Harder <harder@ifa.au.dk>
18576
18577 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18578 strings! Reported by David D. Smith <davidsmith@acm.org>.
18579 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18580 link is missing.
18581
18582 2004-04-28 Jesper Harder <harder@ifa.au.dk>
18583
18584 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18585 (html2text-get-attr): Rewrite.
18586
18587 * message.el (message-setup-1): Remove redundant put-text-property
18588 on mail-header-separator.
18589
18590 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
18591
18592 * gnus-registry.el (gnus-registry-cache-whitespace)
18593 (gnus-registry-action, gnus-registry-spool-action)
18594 (gnus-registry-split-fancy-with-parent): Change message levels
18595 from 5 to 3 or 7, as needed.
18596
18597 * spam.el (spam-summary-prepare-exit)
18598 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18599 (spam-split, spam-find-spam, spam-log-undo-registration)
18600 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18601 level from 5 to 6.
18602
18603 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
18604
18605 * gnus-ems.el: Autoload appt-select-lowest-window (revert
18606 2004-03-04 change).
18607
18608 2004-04-25 Jesper Harder <harder@ifa.au.dk>
18609
18610 * sieve-manage.el (sieve-manage-open):
18611 * nnweb.el (nnweb-insert-html):
18612 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18613 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18614 * nnspool.el (nnspool-request-group):
18615 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18616 * nnml.el (nnml-request-update-info):
18617 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18618 (nnmh-request-create-group, nnmh-update-gnus-unreads):
18619 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18620 (nnimap-request-set-mark):
18621 * nnfolder.el (nnfolder-request-update-info):
18622 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18623 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18624 * gnus-uu.el (gnus-uu-find-articles-matching):
18625 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18626 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18627 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18628 * gnus-nocem.el (gnus-nocem-scan-groups):
18629 * gnus-int.el (gnus-start-news-server):
18630 * gnus-group.el (gnus-group-make-kiboze-group)
18631 (gnus-group-browse-foreign-server):
18632 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18633 Use mapc when appropriate.
18634
18635 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
18636
18637 FIXME: Make separate entries for each person.
18638
18639 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18640 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18641 <shields@msrl.com>:
18642
18643 * spam.el (spam-necessary-extra-headers): Get the extra headers we
18644 may need for spam sorting and scoring.
18645 (spam-user-format-function-S): Add user format function suitable for
18646 general use.
18647 (spam-article-sort-by-spam-status): Add sorting function for summary
18648 sorting.
18649 (spam-extra-header-to-number): Add function to get a score from a
18650 header.
18651 (spam-summary-score): Add function to get a numeric score from the
18652 headers.
18653 (spam-generic-score): Fix function doc, was in wrong place.
18654 (spam-initialize): Take symbols when it's run, and install the
18655 extra headers that spam-necessary-extra-headers thinks we need.
18656
18657 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
18658
18659 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18660 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18661
18662 2004-04-17 Jesper Harder <harder@ifa.au.dk>
18663
18664 * gnus-sum.el (gnus-set-global-variables)
18665 (gnus-build-all-threads, gnus-get-newsgroup-headers)
18666 (gnus-article-get-xrefs, gnus-summary-best-group)
18667 (gnus-summary-next-article, gnus-summary-enter-digest-group)
18668 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18669 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18670 Use with-current-buffer.
18671
18672 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
18673
18674 * spam.el (spam-summary-prepare-exit): Simplify logic.
18675 (spam-fetch-article-header): Read the article header if it's not
18676 available.
18677 (spam-list-articles): Simplify logic.
18678 (spam-filelist-register-routine): Fix bug with unregister-list.
18679
18680 * gnus-registry.el: Fix comments at beginning.
18681
18682 2004-04-16 Jesper Harder <harder@ifa.au.dk>
18683
18684 * message.el (message-cater-to-broken-inn): Remove.
18685 (message-shorten-references): Make sure the total folded length of
18686 References is shorter than 998 characters to cater to a bug in INN
18687 2.3. Also, don't pretend that references aren't folded -- this
18688 hasn't worked for a while.
18689
18690 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
18691
18692 * gnus-agent.el (gnus-agentize):
18693 gnus-agent-send-mail-real-function no longer set to current value
18694 of message-send-mail-function but rather a lambda that calls
18695 message-send-mail-function. The change makes the agent real-time
18696 responsive to user changes to message-send-mail-function.
18697
18698 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
18699
18700 * legacy-gnus-agent.el
18701 (gnus-agent-convert-to-compressed-agentview): Fix typos with
18702 help from Florian Weimer <fw@deneb.enyo.de>
18703
18704 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
18705
18706 * nnmail.el (nnmail-cache-insert): Revert last change.
18707
18708 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
18709
18710 * nnmail.el (nnmail-cache-insert): Always check whether
18711 nnmail-cache-ignore-groups matches a group name.
18712
18713 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
18714
18715 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18716 (spam-find-spam, spam-log-processing-to-registry)
18717 (spam-log-registered-p, spam-log-unregistration-needed-p)
18718 (spam-log-undo-registration): Use gnus-message instead of
18719 gnus-error, none of these errors are fatal.
18720
18721 * gnus-registry.el (gnus-registry-clean-empty-function)
18722 (gnus-registry-clean-empty): Remove only empty entries without
18723 extra data.
18724
18725 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
18726
18727 * spam-stat.el (spam-stat-buffer-change-to-spam)
18728 (spam-stat-buffer-change-to-non-spam): Change (error) to
18729 (gnus-message 8) invocation.
18730
18731 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
18732
18733 * nntp.el (nntp-via-netcat-command): New variable.
18734 (nntp-via-netcat-switches): New variable.
18735 (nntp-open-via-rlogin-and-netcat): New function.
18736 (nntp-open-connection-function): Doc fix.
18737 (nntp-telnet-command): Doc fix.
18738 (nntp-end-of-line): Doc fix.
18739 (nntp-via-rlogin-command): Doc fix.
18740 (nntp-via-user-name): Doc fix.
18741 (nntp-via-address): Doc fix.
18742
18743 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
18744
18745 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18746 error in Emacs 21.1.
18747
18748 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
18749
18750 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18751
18752 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
18753
18754 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18755 (gnus-agent-with-refreshed-group): New macro.
18756 (gnus-agent-rename-group): New function.
18757 (gnus-agent-delete-group): New function.
18758 (gnus-agent-save-group-info): Use gnus-command-method when
18759 `method' parameter is nil. Don't write nil entries into the
18760 active file.
18761 (gnus-agent-get-group-info): New function.
18762 (gnus-agent-fetch-articles):
18763 Use gnus-agent-update-files-total-fetched-for to increment disk space
18764 used.
18765 (gnus-agent-fetch-headers, gnus-agent-save-alist):
18766 Use gnus-agent-update-view-total-fetched-for to increment disk space
18767 used.
18768 (gnus-agent-get-local): Add optional parameters to avoid calling
18769 gnus-group-real-name and gnus-find-method-for-group.
18770 (gnus-agent-set-local): Delete stored entry if either min, or max,
18771 are nil.
18772 (gnus-agent-fetch-session): Reworded error/quit messages.
18773 On quit, use gnus-agent-regenerate-group to record existence of any
18774 articles fetched to disk before the quit occurred.
18775 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18776 gnus-agent-update-view-total-fetched-for, and
18777 gnus-agent-update-files-total-fetched-for to decrement disk space
18778 used.
18779 (gnus-agent-retrieve-headers):
18780 Use gnus-agent-update-view-total-fetched-for to increment disk space
18781 used.
18782 (gnus-agent-regenerate-group): Replace gnus-group-update-group
18783 with gnus-agent-update-files-total-fetched-for to decrement disk
18784 space and fresh group buffer.
18785 (gnus-agent-inhibit-update-total-fetched-for): New variable.
18786 (gnus-agent-need-update-total-fetched-for): New variable.
18787 (gnus-agent-update-files-total-fetched-for): New function.
18788 (gnus-agent-update-view-total-fetched-for): New function.
18789 (gnus-agent-total-fetched-for): New function.
18790
18791 * gnus-cache.el (gnus-cache-save-buffers):
18792 Use gnus-cache-update-overview-total-fetched-for to change disk space
18793 used by this group.
18794 (gnus-cache-possibly-enter-article):
18795 Use gnus-cache-update-file-total-fetched-for to increment disk space
18796 used by this group.
18797 (gnus-cache-possibly-remove-article):
18798 Use gnus-cache-update-file-total-fetched-for to decrement disk space
18799 used by this group.
18800 (gnus-cache-generate-nov-databases): Purge total fetched cache.
18801 (gnus-cache-rename-group): New function.
18802 (gnus-cache-delete-group): New function.
18803 (gnus-cache-inhibit-update-total-fetched-for): New variable.
18804 (gnus-cache-need-update-total-fetched-for): New variable.
18805 (gnus-cache-with-refreshed-group): New macro.
18806 (gnus-cache-update-file-total-fetched-for): New function.
18807 (gnus-cache-update-overview-total-fetched-for): New function.
18808 (gnus-cache-rename-group-total-fetched-for): New function.
18809 (gnus-cache-delete-group-total-fetched-for): New function.
18810 (gnus-cache-total-fetched-for): New function.
18811
18812 * gnus-group.el: Require gnus-sum and autoload functions to
18813 resolve warnings when gnus-group.el compiled alone.
18814 (gnus-group-line-format): Documented new %F.
18815 (size of Fetched data) group line format; identifies disk space
18816 used by agent and cache.
18817 (gnus-group-line-format-alist): Defined new F format.
18818 (gnus-total-fetched-for): New function.
18819 (gnus-group-delete-group): No longer update
18820 gnus-cache-active-altered as gnus-request-delete-group now keeps
18821 the cache in sync.
18822 (gnus-group-list-active): Let the agent store a server's active
18823 list if currently plugged.
18824
18825 * gnus-int.el (gnus-request-delete-group):
18826 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18827 local disk in sync with the server.
18828 (gnus-request-rename-group):
18829 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18830 local disk in sync with the server.
18831
18832 * gnus-start.el (gnus-get-unread-articles):
18833 Cosmetic simplification to logic.
18834
18835 * gnus-util.el (gnus-rename-file): New function.
18836
18837 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
18838
18839 * mm-util.el (mm-image-load-path): Handle nil in load-path.
18840
18841 2004-04-07 Jesper Harder <harder@ifa.au.dk>
18842
18843 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18844 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
18845
18846 2004-04-06 Jesper Harder <harder@ifa.au.dk>
18847
18848 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18849 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
18850
18851 2004-04-03 Jesper Harder <harder@ifa.au.dk>
18852
18853 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18854
18855 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
18856
18857 * spam.el (spam-set-difference): Add function to replace
18858 gnus-set-difference in spam.el.
18859 (spam-summary-prepare-exit): Use spam-set-difference.
18860
18861 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
18862
18863 * gnus-registry.el (gnus-registry-cache-file): Update to use
18864 gnus-dribble-directory OR gnus-home-directory OR ~.
18865 (gnus-registry-split-fancy-with-parent): Fix doc.
18866
18867 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
18868
18869 * message.el (message-exchange-point-and-mark):
18870 Use message-mark-active-p. Suggested by Jesper Harder
18871 <harder@ifa.au.dk>.
18872
18873 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
18874
18875 * message.el (message-exchange-point-and-mark): Don't activate
18876 region if it was inactive. Suggested by Hiroshi Fujishima
18877 <pooh@nature.tsukuba.ac.jp>.
18878
18879 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
18880
18881 * gnus-art.el (article-display-face): Display Faces in the same
18882 order as X-Faces.
18883
18884 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
18885
18886 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18887
18888 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
18889
18890 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18891 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18892 (gnus-article-mime-hierarchy): Remove.
18893 (gnus-article-mime-hierarchy-next): Remove.
18894 (gnus-article-mode): Revert 2004-03-19 change.
18895 (gnus-article-setup-buffer): Revert 2004-03-19 change.
18896 (gnus-insert-mime-button): Revert 2004-03-19 change.
18897 (gnus-mime-accumulate-hierarchy): Remove.
18898 (gnus-mime-enter-multipart): Remove.
18899 (gnus-mime-leave-multipart): Remove.
18900 (gnus-mime-display-part): Revert 2004-03-19 change.
18901 (gnus-mime-display-alternative): Revert 2004-03-19 change.
18902
18903 * mml.el (mml-preview): Revert 2004-03-19 change.
18904
18905 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
18906
18907 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18908
18909 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
18910
18911 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18912 t while entering a file name using the mm-with-multibyte macro.
18913 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18914
18915 * mm-util.el (mm-with-multibyte): New macro.
18916
18917 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
18918
18919 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18920 New user option.
18921 (gnus-mime-multipart-functions): Doc and customization fix.
18922 (gnus-article-mime-hierarchy): New variable.
18923 (gnus-article-mime-hierarchy-next): New variable.
18924 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18925 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18926 gnus-article-mime-hierarchy-next to nil.
18927 (gnus-insert-mime-button): Show hierarchy numbers.
18928 (gnus-mime-accumulate-hierarchy): New function.
18929 (gnus-mime-enter-multipart): New function.
18930 (gnus-mime-leave-multipart): New function.
18931 (gnus-mime-display-part): Recompute hierarchical MIME structure.
18932 (gnus-mime-display-alternative): Show hierarchy numbers.
18933
18934 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18935 gnus-article-mime-hierarchy-next to nil.
18936
18937 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
18938
18939 * dns.el: Don't require gnus-xmas.
18940
18941 2004-03-17 Jesper Harder <harder@ifa.au.dk>
18942
18943 * mml.el (mml-generate-mime-1): Don't use format=flowed with
18944 inline PGP.
18945 (mml-menu): Disable mml-quote-region if mark is inactive.
18946
18947 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
18948
18949 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18950 when the group's active is not available.
18951
18952 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
18953
18954 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18955 error.
18956
18957 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
18958
18959 * imap.el (imap-store-password): New variable.
18960 (imap-interactive-login): Use it.
18961 Suggested by Mark Plaksin <happy@mcplaksin.org>.
18962
18963 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
18964
18965 * gnus-art.el (gnus-article-read-summary-keys): Restore new
18966 window-start and hscroll to summary window.
18967
18968 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
18969
18970 * gnus-start.el (gnus-convert-old-newsrc): Only write the
18971 conversion message to newsrc-dribble when an actual conversion is
18972 performed.
18973
18974 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
18975
18976 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18977
18978 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
18979
18980 * mm-decode.el (mm-complicated-handles): New function reviving
18981 former definition of mm-multiple-handles.
18982
18983 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18984 (gnus-mime-delete-part): Use it.
18985
18986 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
18987
18988 * gnus-agent.el (gnus-agent-read-local):
18989 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18990 avoid the implicit assumption that they will always be equal.
18991 (gnus-agent-save-local): Bind buffer-file-coding-system, not
18992 coding-system-for-write, as the with-temp-file macro first prints
18993 to a buffer then saves the buffer.
18994
18995 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
18996
18997 * gnus-art.el (gnus-article-edit-part): New function.
18998 (gnus-mime-save-part-and-strip): Use it; do query instead of
18999 signaling an error; don't use mm-multiple-handles.
19000 (gnus-mime-delete-part): Ditto.
19001
19002 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
19003
19004 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19005 old file versions.
19006 (gnus-group-prepare-hook): Remove function that converted list
19007 form of gnus-agent-expire-days to group properties.
19008
19009 * gnus-int.el: Autoload gnus-agent-regenerate-group.
19010 (gnus-request-accept-article): Re-indented.
19011
19012 * gnus-start.el (gnus-convert-old-newsrc): Registered new
19013 converters to handle old agent file formats. Add logic for a
19014 "backup before upgrading warning".
19015 (gnus-convert-mark-converter-prompt): Developers can mark
19016 functions as needing (default), or not needing,
19017 gnus-convert-old-newsrc's "backup before upgrading warning".
19018 (gnus-convert-converter-needs-prompt): Tests whether the user
19019 should be protected from potentially irreversable changes by the
19020 function.
19021
19022 * legacy-gnus-agent.el: New. Provides converters that are only
19023 loaded when gnus-convert-old-newsrc needs to call them.
19024
19025 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
19026
19027 * mail-source.el (mail-source-touch-pop): Doc fix.
19028
19029 * message.el (message-smtpmail-send-it): Doc fix.
19030
19031 2004-03-05 Jesper Harder <harder@ifa.au.dk>
19032
19033 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19034
19035 * nnmail.el (nnmail-split-fancy): do.
19036
19037 * gnus-kill.el (gnus-kill, gnus-execute): do.
19038
19039 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
19040
19041 * gnus-sum.el (gnus-widget-reversible-match)
19042 (gnus-widget-reversible-to-internal)
19043 (gnus-widget-reversible-to-external): New functions.
19044 (gnus-widget-reversible): New widget.
19045 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19046
19047 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
19048
19049 * gnus-sum.el (gnus-thread-sort-functions)
19050 (gnus-article-sort-functions): Document `(not F)' items.
19051
19052 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
19053
19054 * spam.el (spam-use-gmane-xref): Add new backend.
19055 (spam-gmane-xref-spam-group): Add variable to control the name of the
19056 Gmane spam group.
19057 (spam-blackhole-servers, spam-blackhole-good-server-regex)
19058 (spam-regex-headers-spam, spam-regex-headers-ham)
19059 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19060 (spam-list-of-checks): Add spam-use-gmane-xref to list of
19061 backends and checks.
19062 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19063
19064 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19065 an autodetect method.
19066
19067 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19068
19069 * gnus-int.el (gnus-request-accept-article): Inform the agent that
19070 articles are being added to a group.
19071 (gnus-request-replace-article): Inform the agent that articles
19072 need to be uncached as the cached contents are no longer valid.
19073
19074 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19075
19076 * binhex.el: Don't autoload executable-find.
19077
19078 * canlock.el: Don't autoload mail-fetch-field.
19079
19080 * gnus-ems.el: Don't autoload appt-select-lowest-window.
19081
19082 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19083 rmail-dont-reply-to and rmail-output.
19084
19085 * gnus-score.el: Don't autoload ffap-string-at-point.
19086
19087 * gnus-setup.el: Don't autoload sc-cite-original.
19088
19089 * imap.el: Don't autoload base64-decode-string,
19090 base64-encode-string and md5.
19091
19092 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19093 and rmail-msg-restore-non-pruned-header.
19094
19095 * mm-decode.el: Don't autoload executable-find.
19096
19097 * mm-url.el: Don't autoload executable-find.
19098
19099 * mm-view.el: Don't autoload diff-mode.
19100
19101 * nndb.el: Don't autoload news-reply-mode, news-setup,
19102 cancel-timer and telnet.
19103
19104 * password.el: Don't autoload run-at-time for Emacs.
19105
19106 * sha1-el.el: Don't autoload executable-find.
19107
19108 * sieve-mode.el: Don't autoload c-mode.
19109
19110 * uudecode.el: Don't autoload executable-find.
19111
19112 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19113
19114 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19115 (gnus-agent-possibly-alter-active): Avoid null in numeric
19116 comparison.
19117 (gnus-agent-set-local): Refuse to save null in local object table.
19118 (gnus-agent-regenerate-group): The REREAD parameter can now be a
19119 list of articles that will be marked as unread.
19120
19121 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19122
19123 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19124
19125 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19126
19127 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19128 language tags.
19129
19130 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
19131
19132 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19133 Don't bind "obarray".
19134
19135 * gnus-sum.el (gnus-thread-sort-functions):
19136 Add `gnus-thread-sort-by-most-recent-number' and
19137 `gnus-thread-sort-by-most-recent-date'.
19138 Reported by Kai Grossjohann <kai@emptydomain.de>.
19139
19140 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
19141
19142 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19143
19144 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
19145
19146 * gnus-cus.el (gnus-agent-customize-category):
19147 Remove ignore-errors macro reference that required cl to be loaded at
19148 run-time.
19149
19150 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19151 single-interval range of the form (min . max). Previously the
19152 range had to look like ((min . max)). Likewise, return
19153 (min . max) rather than ((min . max)).
19154 (gnus-range-map): Use gnus-range-normalize to accept
19155 single-interval range.
19156
19157 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19158 the cache, but not the agent, now appear with their usual face.
19159
19160 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
19161
19162 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19163 w3m-safe-url-regexp variable buffer-local.
19164
19165 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19166
19167 2004-02-27 Simon Josefsson <jas@extundo.com>
19168
19169 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19170 gnus-group-real-prefix.
19171 (gnus-summary-move-article): Use it, instead of
19172 gnus-group-real-prefix.
19173
19174 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
19175
19176 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19177 w3m-safe-url-regexp variable buffer-local and set it as the value
19178 of mm-w3m-safe-url-regexp.
19179
19180 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19181
19182 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19183 parsing gnus-posting-styles when the message is not for replying.
19184
19185 * nnrss.el (nnrss-opml-export):
19186 Use mm-set-buffer-file-coding-system instead of
19187 set-buffer-file-coding-system.
19188
19189 2004-02-27 Jesper Harder <harder@ifa.au.dk>
19190
19191 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19192 of checkdoc.el).
19193 * nnrss.el: do.
19194 * gnus-mlspl.el: do.
19195 * gnus-ml.el: do.
19196 * gnus-srvr.el: do.
19197
19198 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19199
19200 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
19201
19202 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19203 Corrections to custom-manual links.
19204
19205 * gnus-art.el (gnus-article): Ditto.
19206
19207 * mm-decode.el (mime-display, mime-security): Ditto.
19208
19209 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19210
19211 * flow-fill.el: Typo.
19212
19213 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
19214
19215 * spam-wash.el: New file.
19216
19217 2004-02-26 Mark A. Hershberger <mah@everybody.org>
19218
19219 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19220
19221 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
19222
19223 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19224 to be run with new-articles as LIST1, not LIST2.
19225 (spam-registration-functions): Add spam-use-ham-copy as a nil
19226 registration backend.
19227
19228 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19229
19230 * spam-stat.el (spam-stat-washing-hook): New option.
19231 (spam-stat-buffer-words): Use it.
19232 (spam-stat-process-directory, spam-stat-test-directory):
19233 Use insert-file-contents-literally.
19234 (spam-stat-coding-system): New variable.
19235 (spam-stat-load, spam-stat-save): Use it.
19236
19237 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
19238
19239 * spam-report.el (spam-report-plug-agent):
19240 Quote spam-report-url-to-file and spam-report-url-ping-plain.
19241
19242 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
19243
19244 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19245 Allow / in mailto URLs.
19246
19247 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19248
19249 * spam-report.el (spam-report-process-queue): Fix interactive use.
19250 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19251 (spam-report-unplug-agent): Doc fixes.
19252 (spam-report-url-ping-mm-url, spam-report-url-to-file)
19253 (spam-report-agentize, spam-report-deagentize):
19254 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
19255
19256 * message.el (message-setup-fill-variables): Add mml tags to
19257 paragraph-start and paragraph-separate. Suggested by Andrew Korty
19258 <ajk@iu.edu>.
19259 (message-mode): Don't modify paragraph-separate there.
19260
19261 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
19262
19263 * compface.el (uncompface-use-external): Default to undecided.
19264 (uncompface-use-external-threshold): New variable.
19265 (uncompface-float-time): New macro.
19266 (uncompface): Determine whether to use the external decoder if
19267 uncompface-use-external is undecided.
19268
19269 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19270
19271 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19272 after images.
19273
19274 * gnus-art.el (gnus-mime-display-single): Remove dead code.
19275
19276 2004-02-14 Jesper Harder <harder@ifa.au.dk>
19277
19278 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19279
19280 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19281
19282 * gnus-sum.el (gnus-summary-limit-to-age)
19283 (gnus-summary-limit-children): do.
19284
19285 * gnus-int.el (gnus-request-scan): do.
19286
19287 * gnus-group.el (gnus-group-suspend): do.
19288
19289 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19290
19291 * gnus-cite.el (gnus-cite-parse-attributions): do.
19292
19293 * gnus-agent.el (gnus-summary-set-agent-mark)
19294 (gnus-agent-regenerate-group): do.
19295
19296 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19297
19298 * binhex.el (binhex-decode-region-internal): do.
19299
19300 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19301
19302 * gnus-fun.el (gnus-face-properties-alist): New user option.
19303 (gnus-display-x-face-in-from): Use it.
19304
19305 * gnus-art.el (article-display-face): Ditto.
19306
19307 * compface.el (uncompface-use-external): Default to nil.
19308
19309 2004-02-12 Jesper Harder <harder@ifa.au.dk>
19310
19311 * nntp.el (nntp-erase-buffer): New function.
19312 (nntp-retrieve-data, nntp-send-command)
19313 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19314 (nntp-possibly-change-group): Use it.
19315
19316 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19317 Use with-current-buffer.
19318
19319 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
19320
19321 * compface.el: Merge the ELisp-based uncompface program.
19322 (compface): New customization group.
19323 (uncompface-use-external): New user option.
19324 (uncompface): Call uncompface-internal if uncompface-use-external
19325 is nil.
19326 (uncompface-internal): New function. Note that there are also
19327 some other functions and variables added for this function.
19328
19329 2004-02-10 Jesper Harder <harder@ifa.au.dk>
19330
19331 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19332 if necessary.
19333
19334 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
19335
19336 * spam-report.el (spam-report-unplug-agent)
19337 (spam-report-plug-agent, spam-report-deagentize)
19338 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19339 Add support for the Agent in spam-report: when unplugged, report to a
19340 file; when plugged, submit all the requests.
19341
19342 * spam.el (spam-register-routine): Fix message about
19343 registration.
19344
19345 2004-02-09 Jesper Harder <harder@ifa.au.dk>
19346
19347 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19348 dependencies.
19349 (rfc2047-encode): Use it.
19350
19351 * gnus-art.el (gnus-button-marker-list): Move before first
19352 reference.
19353
19354 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19355 (imap-parse-body): Fix format string mismatch.
19356
19357 * gnus-score.el (gnus-summary-increase-score): do.
19358
19359 * nnrss.el (nnrss-close): New function.
19360
19361 2004-02-08 Jesper Harder <harder@ifa.au.dk>
19362
19363 * nnrss.el (nnrss-make-filename): New function.
19364 (nnrss-request-delete-group, nnrss-read-server-data)
19365 (nnrss-save-server-data, nnrss-read-group-data)
19366 (nnrss-save-group-data): Use it.
19367 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19368 (nnrss-read-server-data, nnrss-read-group-data): Use load.
19369 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19370
19371 2004-02-07 Jesper Harder <harder@ifa.au.dk>
19372
19373 * mml.el (mml-compute-boundary-1): Don't uncompress files.
19374
19375 2004-02-06 Jesper Harder <harder@ifa.au.dk>
19376
19377 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19378 files.
19379
19380 * message.el (message-generate-headers-first): Don't quote nil
19381 and t in docstrings.
19382
19383 * imap.el (imap-id): do.
19384
19385 * gnus-agent.el (gnus-agent-consider-all-articles)
19386 (gnus-agent-queue-mail): do.
19387
19388 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
19389
19390 * spam-report.el (spam-report-process-queue): New function.
19391 Process requests from `spam-report-requests-file'.
19392 (spam-report-process-queue): Doc fix.
19393
19394 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
19395
19396 * spam.el (spam-register-routine)
19397 (spam-log-processing-to-registry, spam-log-registered-p)
19398 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19399 Change "check" to "spam-check" for semi-clarity.
19400
19401 2004-02-05 Jesper Harder <harder@ifa.au.dk>
19402
19403 * pop3.el: Require nnheader.
19404
19405 * mml-smime.el: Require cl. Autoload message-fetch-field.
19406
19407 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19408
19409 * gnus-picon.el: Require cl.
19410
19411 * gnus-fun.el: Require gnus-ems and gnus-util.
19412
19413 * gnus.el (gnus-method-to-server): Move defsubst before first use.
19414
19415 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19416
19417 * gnus-art.el (gnus-article-edit-mode): Define before first
19418 reference.
19419
19420 2004-02-04 Jesper Harder <harder@ifa.au.dk>
19421
19422 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19423 (gnus-uu-post-encoded): Use point-at-bol.
19424
19425 * gnus-topic.el (gnus-group-active-topic-p): do.
19426
19427 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19428
19429 * gnus-group.el (gnus-group-kill-region): do.
19430
19431 * gnus-art.el (article-date-ut): do.
19432
19433 * message.el (message-fetch-field): Remove redundant
19434 case-fold-search binding.
19435 (message-narrow-to-field): Simplify.
19436
19437 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
19438
19439 * spam.el (spam-directory): Derive from `gnus-directory'.
19440
19441 * spam-report.el (spam-report-url-to-file)
19442 (spam-report-requests-file): New function and variable for offline
19443 reporting.
19444 (spam-report-url-ping-function): Add `spam-report-url-to-file'
19445 and user defined function.
19446 (spam-report-url-ping-mm-url): Remove doubled slash.
19447
19448 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
19449
19450 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19451
19452 2004-02-03 Jesper Harder <harder@ifa.au.dk>
19453
19454 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19455 Fix format string mismatch.
19456
19457 * sieve.el (sieve-deactivate-all): do.
19458
19459 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19460
19461 * nnlistserv.el (nnlistserv-kk-wash-article): do.
19462
19463 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19464
19465 * mm-bodies.el (mm-7bit-chars): Don't include \r.
19466
19467 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
19468
19469 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19470 the list of checks.
19471
19472 2004-01-31 Jesper Harder <harder@ifa.au.dk>
19473
19474 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19475 padding.
19476
19477 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
19478
19479 * mm-view.el (mm-fill-flowed): New variable.
19480 (mm-inline-text): Use it.
19481
19482 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
19483
19484 * spam.el (spam-spamassassin-register-ham-routine)
19485 (spam-spamassassin-register-spam-routine): Fix function names.
19486
19487 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
19488
19489 * gnus.el (gnus-tmp-grouplens): Remove.
19490 (gnus-summary-line-format): Remove grouplens.
19491
19492 * gnus-group.el (gnus-group-line-format): Ditto.
19493
19494 * gnus-spec.el (gnus-format-specs): Ditto.
19495 (gnus-update-format-specifications): Flush the group format spec
19496 cache if there's the grouplens stuff.
19497 (gnus-parse-simple-format): Replace %l with the empty string.
19498
19499 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
19500
19501 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19502 omission.
19503
19504 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
19505
19506 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19507 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19508
19509 2004-01-25 Paul Jarc <prj@po.cwru.edu>
19510
19511 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19512 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19513 New macros and functions.
19514 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19515 Handle > NLINK_MAX messages.
19516 * nnmaildir.el (nnmaildir-request-set-mark):
19517 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19518
19519 2004-01-25 Alex Schroeder <alex@gnu.org>
19520
19521 * spam-stat.el (spam-stat-process-directory-age): New option.
19522 (spam-stat-process-directory): Use it.
19523
19524 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
19525
19526 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19527 (spam-stat-save): Accept prefix argument.
19528
19529 2004-01-23 Paul Jarc <prj@po.cwru.edu>
19530
19531 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19532 links" error.
19533
19534 2004-01-23 Jesper Harder <harder@ifa.au.dk>
19535
19536 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19537 compatibility with old .newsrc.eld files.
19538
19539 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19540
19541 * gnus-start.el (gnus-1): do.
19542
19543 * gnus-group.el (gnus-group-line-format-alist): do.
19544
19545 * gnus.el (gnus-use-grouplens, gnus-visual): do.
19546
19547 * gnus-gl.el: Remove.
19548
19549 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
19550
19551 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19552 marks consisting of a single range {for example, (3 . 5)} rather
19553 than a list of a single range { ((3 . 5)) }.
19554
19555 2004-01-23 Jesper Harder <harder@ifa.au.dk>
19556
19557 * spam-stat.el (spam-stat-store-gnus-article-buffer):
19558 Use with-current-buffer.
19559 (spam-stat-store-current-buffer): Use insert-buffer-substring to
19560 avoid consing a string.
19561
19562 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19563 Remove obsolete entries for big5 and gb2312.
19564
19565 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
19566
19567 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19568 uncompressed list.
19569
19570 2004-01-22 Jesper Harder <harder@ifa.au.dk>
19571
19572 * spam-stat.el (spam-stat-strip-xref): New function.
19573 (spam-stat-process-directory): Use it.
19574
19575 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19576 here -- it's done in message-fetch-field.
19577
19578 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
19579
19580 * gnus-agent.el (gnus-agent-queue-mail)
19581 (gnus-agent-prompt-send-queue): New variables.
19582 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19583 * gnus-draft.el (gnus-group-send-queue): Pass the group name
19584 "nndraft:queue" along to gnus-draft-send.
19585 Use gnus-agent-prompt-send-queue.
19586 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19587 is "nndraft:queue". Suggested by Gaute Strokkenes
19588 <gs234@srcf.ucam.org>
19589
19590 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19591 (agent-enable-undownloaded-faces): Add.
19592 (gnus-agent-cat-groups): Use eval-and-compile, not
19593 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19594 method of gnus-agent-cat-groups even when the buffer has been
19595 evaled.
19596 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19597 delete gnus-agent-save-active-1.
19598 (gnus-agent-save-groups): Delete. Identical to
19599 gnus-agent-save-active.
19600 (gnus-agent-write-active): No longer adjust agent's copy of active
19601 file as agent's adjustments are now stored in their own
19602 file. Remove optional parameter.
19603 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19604 servers. Add use of min/max range limits from server's local
19605 file.
19606 (gnus-agent-save-alist): Remove unused optional argument.
19607 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19608 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19609 (gnus-agent-set-local): A per-server file that keeps min/max range
19610 limits for articles known to the agent. Provides a fast mechanism
19611 for altering many active ranges.
19612 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19613 active file (local makes it unnecessary).
19614 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19615
19616 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19617 (agent-enable-undownloaded-faces): Add.
19618
19619 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19620 disable it when sending to "nndraft:queue".
19621 (gnus-group-send-queue): Add safety check to avoid sending queue
19622 when unplugged.
19623
19624 * gnus-group.el (gnus-group-catchup): Use new
19625 gnus-sequence-of-unread-articles, not
19626 gnus-list-of-unread-articles, to avoid exhausting memory with huge
19627 numbers of articles. Use gnus-range-map to avoid having to
19628 uncompress the unread list.
19629 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19630 Fix invalid ange-ftp reference.
19631
19632 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19633 (gnus-sorted-range-intersection): Intersection of two ranges
19634 without requiring that they first be uncompressed.
19635
19636 * gnus-start.el (gnus-activate-group): Unless blocked by the
19637 caller, possibly expand the active range to include both cached
19638 and agentized articles.
19639 (gnus-convert-old-newsrc): Rewrote in anticipation of having
19640 multiple version-dependent converters.
19641 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19642 gnus-agent-save-active.
19643 (gnus-save-newsrc-file): Save dirty agent range limits.
19644
19645 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19646 gnus-agent-possibly-alter-active.
19647 (gnus-adjust-marked-articles): Faster handling of simple lists
19648
19649 2004-01-21 Jesper Harder <harder@ifa.au.dk>
19650
19651 * spam-stat.el (spam-stat-test-directory): New optional argument
19652 displays a list of files detected. Suggested by Andrew Cohen
19653 <cohen@andy.bu.edu>.
19654 (spam-stat-buffer-words-with-scores): Don't narrow and change
19655 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
19656
19657 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
19658
19659 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19660 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19661 (spam-spamassassin-arguments)
19662 (spam-spamassassin-spam-flag-header)
19663 (spam-spamassassin-positive-spam-flag-header)
19664 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19665 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19666 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19667 (spam-list-of-processors, spam-list-of-checks)
19668 (spam-list-of-statistical-checks, spam-registration-functions)
19669 (spam-check-spamassassin-headers, spam-check-spamassassin)
19670 (spam-spamassassin-score)
19671 (spam-spamassassin-register-with-sa-learn)
19672 (spam-spamassassin-register-spam-routine)
19673 (spam-spamassassin-register-ham-routine)
19674 (spam-assassin-register-spam-routine)
19675 (spam-assassin-register-ham-routine): Add SpamAssassin support.
19676 (spam-bogofilter-score): Fix to show article before scoring.
19677
19678 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
19679
19680 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19681 default scoring function.
19682 (spam-generic-score): Call spam-spamassassin-score if
19683 spam-use-spamassassin or spam-use-spamassassin-headers is on;
19684 spam-bogofilter-score otherwise.
19685
19686 * gnus.el (spam-process, spam-autodetect-methods):
19687 Add spamassassin and spamassassin-headers.
19688
19689 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
19690
19691 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19692 Suppress unnecessary messages.
19693
19694 2004-01-20 Jesper Harder <harder@ifa.au.dk>
19695
19696 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19697 make-hash-table.
19698
19699 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
19700
19701 * canlock.el (base64-encode-string): Don't autoload it.
19702
19703 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
19704
19705 * run-at-time.el: Remove useless (require 'itimer),
19706 eval-and-compile and (featurep 'xemacs).
19707
19708 2004-01-16 Jesper Harder <harder@ifa.au.dk>
19709
19710 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19711 GROUP is a virtual group.
19712
19713 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
19714
19715 * gnus.el: Autoload `message-y-or-n-p'.
19716
19717 2004-01-15 Jesper Harder <harder@ifa.au.dk>
19718
19719 * pgg-parse.el: Remove unnecessary (require 'custom).
19720
19721 * pgg-def.el: do.
19722
19723 * nnmail.el: do.
19724
19725 * gnus-undo.el: do.
19726
19727 * gnus-picon.el: do.
19728
19729 * gnus-util.el: do.
19730
19731 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
19732
19733 * gnus-sum.el (gnus-pick-line-number): Add autoload.
19734
19735 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
19736
19737 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19738 handle, as well as a list.
19739
19740 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19741 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19742 (mm-w3m-cid-retrieve): Simplify.
19743
19744 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
19745
19746 * message.el (message-kill-to-signature): Allow prefix arg to
19747 specify number of lines to keep before signature.
19748
19749 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
19750
19751 * message.el (message-kill-to-signature): Change docstring.
19752
19753 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
19754
19755 * canlock.el: Always require sha1-el.
19756 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19757
19758 * message.el: Autoload sha1 only when compiling.
19759
19760 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
19761
19762 * message.el (message-canlock-generate): Require sha1-el.
19763
19764 2004-01-13 Jesper Harder <harder@ifa.au.dk>
19765
19766 * message.el (message-expand-name): Silence the byte compiler.
19767
19768 2004-01-13 Simon Josefsson <jas@extundo.com>
19769
19770 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19771 Invoke gnus-score-mode.
19772 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19773
19774 * gnus-range.el (gnus-compress-sequence): Doc fix.
19775 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19776
19777 2004-01-12 Jesper Harder <harder@ifa.au.dk>
19778
19779 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19780
19781 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
19782
19783 * spam.el (spam-get-article-as-string): Update to use
19784 gnus-request-article-this-buffer, much simpler.
19785 (spam-get-article-as-buffer): Remove.
19786
19787 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
19788
19789 * message.el (message-expand-name): Use EUDC if the user uses that.
19790
19791 2004-01-12 Jesper Harder <harder@ifa.au.dk>
19792
19793 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19794 character for the encoding to avoid consing a string.
19795
19796 * rfc2047.el (rfc2047-decode-string): Don't cons a string
19797 unnecessarily.
19798
19799 * mm-util.el (mm-replace-chars-in-string): Remove.
19800
19801 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19802 of mm-replace-chars-in-string.
19803
19804 2004-01-11 Jesper Harder <harder@ifa.au.dk>
19805
19806 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19807
19808 * mm-util.el (mm-subst-char-in-string): Support inplace.
19809
19810 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19811 a new string in every iteration. Use shy groups.
19812
19813 2004-01-10 Jesper Harder <harder@ifa.au.dk>
19814
19815 * gnus-srvr.el (gnus-browse-unsubscribe-group):
19816 * gnus-soup.el (gnus-soup-group-brew):
19817 * gnus-msg.el (gnus-put-message):
19818 * gnus-move.el (gnus-group-move-group-to-server):
19819 * gnus-kill.el (gnus-batch-score):
19820 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19821 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19822 (gnus-group-update-group, gnus-group-read-group)
19823 (gnus-group-make-group, gnus-group-make-help-group)
19824 (gnus-group-make-archive-group, gnus-group-make-directory-group)
19825 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19826 (gnus-group-sort-by-unread, gnus-group-catchup)
19827 (gnus-group-unsubscribe-group, gnus-group-kill-group)
19828 (gnus-group-yank-group, gnus-group-set-info)
19829 (gnus-group-list-groups):
19830 * gnus.el (gnus-generate-new-group-name):
19831 * gnus-delay.el (gnus-delay-send-queue):
19832 * nnvirtual.el (nnvirtual-catchup-group):
19833 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19834 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19835 (gnus-group-prepare-topics, gnus-topic-check-topology):
19836 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19837 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19838 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19839 (gnus-group-make-articles-read):
19840 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19841 (gnus-group-change-level, gnus-kill-newsgroup)
19842 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19843 (gnus-get-unread-articles, gnus-make-articles-unread)
19844 (gnus-make-ascending-articles-unread): Use accessor
19845 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19846 to get group information for improved readability.
19847
19848 2004-01-09 Jesper Harder <harder@ifa.au.dk>
19849
19850 * gnus-art.el (article-decode-mime-words, article-babel)
19851 (gnus-article-highlight-signature, gnus-article-add-buttons)
19852 (gnus-signature-toggle): Use gnus-with-article-buffer.
19853
19854 * gnus-art.el (gnus-article-highlight-headers)
19855 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19856
19857 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19858 (gnus-article-set-globals, gnus-request-article-this-buffer)
19859 (gnus-button-message-id, gnus-article-maybe-hide-headers)
19860 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19861 (gnus-mime-display-alternative): Use with-current-buffer.
19862
19863 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
19864
19865 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19866 also under 80 char limit, and call gnus-error if needed.
19867 (spam-fetch-article-header): Fix - it was a
19868 buffer-local variable (gnus-newsgroup-data).
19869 (spam-find-spam): Use spam-generate-fake-headers, forget about
19870 spam-insert-fake-headers.
19871 (spam-insert-fake-headers): Remove.
19872
19873 2004-01-09 Jesper Harder <harder@ifa.au.dk>
19874
19875 * deuglify.el (gnus-article-outlook-unwrap-lines)
19876 (gnus-outlook-rearrange-article)
19877 (gnus-outlook-repair-attribution-outlook)
19878 (gnus-outlook-repair-attribution-block)
19879 (gnus-outlook-repair-attribution-other): Remove redundant
19880 save-excursion.
19881
19882 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
19883
19884 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19885 (spam-fetch-field-subject-fast)
19886 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19887 (spam-fetch-article-header): Add functions to deal with Gnus
19888 internals for fast retrieval of article header data.
19889 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19890
19891 2004-01-09 Jesper Harder <harder@ifa.au.dk>
19892
19893 * pop3.el (pop3-md5): Remove.
19894 (pop3-apop): Replace pop3-md5 with md5.
19895
19896 * mm-bodies.el: base64 is always built-in.
19897
19898 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19899 Use with-current-buffer.
19900
19901 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
19902
19903 * canlock.el (canlock-insert-header): Remove excessive grouping in
19904 regexp.
19905
19906 * gnus-sum.el (gnus-summary-read-document): Ditto.
19907
19908 * gnus-uu.el (gnus-uu-part-number): Ditto.
19909
19910 * html2text.el (html2text-remove-tags): Ditto.
19911 (html2text-format-tags): Ditto.
19912 (html2text-format-single-elements): Ditto.
19913
19914 * mml.el (mml-parse-1): Ditto.
19915
19916 2004-01-08 Jesper Harder <harder@ifa.au.dk>
19917
19918 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19919
19920 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19921
19922 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19923
19924 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19925
19926 2003-11-15 Simon Josefsson <jas@extundo.com>
19927
19928 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19929 (pgg-gpg-lookup-key): Use regexp match instead of
19930 split-string (split-string is different between emacs 21.2 and
19931 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
19932
19933 2004-01-08 Jesper Harder <harder@ifa.au.dk>
19934
19935 * gnus-art.el (gnus-mime-view-all-parts)
19936 (gnus-article-part-wrapper, gnus-article-view-part):
19937 Use with-current-buffer.
19938
19939 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
19940
19941 * spam.el (spam-disable-spam-split-during-ham-respool)
19942 (spam-spamoracle-database, spam-cache-lookups)
19943 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19944 (spam-group-ham-mark-p, spam-group-spam-mark-p)
19945 (spam-group-ham-marks, spam-group-spam-marks)
19946 (spam-group-spam-contents-p, spam-group-ham-contents-p)
19947 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19948 also add spam-use-blackholes to the statistical checks.
19949 (spam-fetch-field-fast): Add interface to fetching fields, may
19950 become a macro.
19951 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19952 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19953 (spam-insert-fake-headers): Fake an article when needed.
19954 (spam-find-spam): Fake article when possible.
19955 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19956 (spam-check-bogofilter-headers): Use message-fetch-field instead
19957 of nnmail-fetch-field.
19958
19959 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
19960
19961 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19962
19963 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
19964
19965 * spam.el (spam-split): Do not require spam-use-CHECK to be
19966 enabled if that check is passed to spam-split explicitly; also
19967 fix so 'spam doesn't get converted to spam-split-group when
19968 spam-split-symbolic-return is t.
19969 (spam-find-spam): Find registrations of the article and use those
19970 instead of re-running spam-split to find the spam/ham
19971 classification of the article.
19972 (spam-log-processing-to-registry, spam-log-registered-p)
19973 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19974 Use gnus-error instead of gnus-message.
19975 (spam-log-registration-type): Add function to determine the
19976 classification of a message based on registry entries; will
19977 return nil if both 'spam and 'ham are found.
19978 (spam-check-BBDB): Expand all the BBDB macros here so we can have
19979 a reasonably fast local cache without the loading errors.
19980 (spam-cache-lookups): Set to t by default.
19981 (spam-find-spam): Don't try to guess spam-cache-lookups.
19982 (spam-enter-whitelist, spam-enter-blacklist): Clear the
19983 spam-caches entry.
19984 (spam-filelist-build-cache, spam-filelist-check-cache):
19985 Fix caching of whitelist/blacklist entries.
19986 (spam-check-whitelist, spam-check-blacklist):
19987 Invoke spam-from-listed-p with a type, not a cache variable.
19988 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19989
19990 2004-01-07 Jesper Harder <harder@ifa.au.dk>
19991
19992 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19993
19994 * nnmail.el (nnmail-split-fancy): do.
19995
19996 * mml.el (mml-parse): do.
19997
19998 * gnus-score.el (gnus-enter-score-words-into-hashtb)
19999 (gnus-score-adaptive): do.
20000
20001 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20002
20003 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20004 (gnus-mime-button-map): Don't set keymap parent.
20005 (gnus-button-ctan-directory-regexp): Use shy grouping.
20006 (gnus-prev-page-map): Don't set keymap parent.
20007 (gnus-prev-page-map): Remove duplicated one.
20008 (gnus-next-page-map): Don't set keymap parent.
20009 (gnus-mime-security-button-map): Ditto.
20010
20011 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20012 version number.
20013
20014 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20015
20016 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20017
20018 * canlock.el (canlock-sha1-function): Remove.
20019 (canlock-sha1-function-for-verify): Remove.
20020 (canlock-openssl-program): Remove.
20021 (canlock-openssl-args): Remove.
20022 (canlock-ignore-errors): Remove.
20023 (canlock-sha1-with-openssl): Remove.
20024 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20025 (canlock-verify): Don't use canlock-ignore-errors.
20026
20027 * sha1-el.el (sha1-string-external): Make it can return a string
20028 in binary form.
20029 (sha1-region-external): Ditto.
20030 (sha1-string-internal): Ditto.
20031 (sha1-region-internal): Ditto.
20032 (sha1-region): Ditto.
20033 (sha1-string): Ditto.
20034 (sha1): Ditto.
20035
20036 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20037
20038 * spam.el (spam-report-articles-gmane): New command.
20039
20040 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20041
20042 * gnus.el: Don't make unnecessary *Group* buffer when loading.
20043
20044 * run-at-time.el (run-at-time-saved): Remove.
20045 (run-at-time): Doc fix.
20046
20047 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20048
20049 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20050 (gnus-summary-limit-map): Add it.
20051 (gnus-summary-make-menu-bar): do.
20052
20053 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
20054
20055 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20056 Make attempt at some caching support (done for BBDB only now).
20057 (spam-find-spam): Set spam-cache-lookups if there are more than 2
20058 addresses to be checked.
20059 (spam-clear-cache-BBDB): Add function, to be invoked by
20060 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20061 (spam-check-BBDB): Check and use the caches, if
20062 spam-cache-lookups is on, remove superfluous (provide).
20063
20064 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
20065
20066 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20067
20068 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
20069
20070 * run-at-time.el (run-at-time-saved): Move to after the definition
20071 of `run-at-time'.
20072
20073 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20074
20075 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20076 mm-w3m-local-map-property.
20077
20078 * mm-view.el (mm-w3m-mode-map): Remove.
20079 (mm-w3m-local-map-property): Remove.
20080 (mm-inline-text-html-render-with-w3m): Don't use
20081 mm-w3m-local-map-property.
20082
20083 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20084
20085 * run-at-time.el: New file.
20086
20087 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20088 of gnus-set-text-properties.
20089
20090 * gnus-uu.el (gnus-uu-save-article): Ditto.
20091
20092 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20093
20094 * gnus-cite.el (gnus-cite-parse): Ditto.
20095
20096 * gnus-art.el (gnus-button-push): Use set-text-properties instead
20097 of gnus-.
20098
20099 * gnus.el: Change calls to nnheader-run-at-time and
20100 password-run-at-time throughout to use run-at-time directly.
20101
20102 * password.el: Remove definition of run-at-time.
20103
20104 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
20105
20106 * mml.el (mml-minibuffer-read-disposition): Show attachment type
20107 in prompt.
20108
20109 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20110
20111 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20112 XEmacs version.
20113
20114 * dns.el (dns-make-network-process): Use `open-network-stream'
20115 instead of `gnus-xmas-open-network-stream'.
20116
20117 * .cvsignore: Add auto-autoloads.el, custom-load.el.
20118
20119 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20120
20121 * gnus-art.el (gnus-mime-display-alternative)
20122 (gnus-insert-mime-button, gnus-insert-mime-security-button)
20123 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20124 Don't use gnus-local-map-property.
20125
20126 * gnus-util.el (gnus-local-map-property): Remove.
20127
20128 * mm-view.el (mm-view-pkcs7-decrypt):
20129 Replace gnus-completing-read-maybe-default with completing-read.
20130
20131 * gnus-util.el (gnus-completing-read): do.
20132 (gnus-completing-read-maybe-default): Remove.
20133
20134 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20135
20136 * password.el: Only autoload `run-at-time' if not XEmacs.
20137 Only autoload the itimer functions if XEmacs.
20138
20139 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20140
20141 * gnus-art.el (gnus-read-string): Remove.
20142 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20143 read-string.
20144
20145 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
20146
20147 * netrc.el: Autoload password-read.
20148 (netrc): Add configuration group.
20149 (netrc-encoding-method, netrc-openssl-path):
20150 Add variables for encoding and decoding of files with symmetric
20151 ciphers.
20152 (netrc-encode): Add assistant function to encode a file with
20153 netrc-encoding-method.
20154 (netrc-parse): Add interactive parameter, added optional
20155 decoding if netrc-encoding-method is non-nil but otherwise
20156 behavior is standard.
20157 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20158 Do s/encode/encrypt/ everywhere.
20159
20160 * spam.el: Remove executable-find autoload.
20161
20162 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20163
20164 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20165
20166 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20167
20168 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20169
20170 * gnus-art.el (gnus-treat-ansi-sequences)
20171 (article-treat-ansi-sequences): New variable and function.
20172 Suggested by Dan Jacobson <jidanni@jidanni.org>.
20173
20174 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20175 Use it.
20176
20177 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20178
20179 * mm-util.el (mm-quote-arg): Remove.
20180
20181 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20182 shell-quote-argument.
20183
20184 * gnus-uu.el (gnus-uu-command): do.
20185
20186 * gnus-sum.el (gnus-summary-insert-pseudos): do.
20187
20188 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20189 with make-char.
20190
20191 * mm-util.el (mm-make-char): Remove.
20192
20193 * mml.el (mml-mode): Replace gnus-add-minor-mode with
20194 add-minor-mode.
20195
20196 * gnus-undo.el (gnus-undo-mode): do.
20197
20198 * gnus-topic.el (gnus-topic-mode): do.
20199
20200 * gnus-sum.el (gnus-dead-summary-mode): do.
20201
20202 * gnus-start.el (gnus-slave-mode): do.
20203
20204 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20205
20206 * gnus-ml.el (gnus-mailing-list-mode): do.
20207
20208 * gnus-gl.el (gnus-grouplens-mode): do.
20209
20210 * gnus-draft.el (gnus-draft-mode): do.
20211
20212 * gnus-dired.el (gnus-dired-mode): do.
20213
20214 * gnus-ems.el (gnus-add-minor-mode): Remove.
20215
20216 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20217 Replace gnus-char-width with char-width.
20218
20219 * gnus-ems.el (gnus-char-width): Remove.
20220
20221 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20222 Replace gnus-char-width with char-width.
20223
20224 * gnus-ems.el (gnus-char-width): Remove.
20225
20226 * spam-stat.el (with-syntax-table): Remove with-syntax-table
20227 definition.
20228 Remove Emacs 20 hash table compatibility code.
20229
20230 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20231 20 compatibility code.
20232
20233 * spam.el (spam-point-at-eol): Replace with point-at-eol.
20234
20235 * smime.el (smime-point-at-eol): Replace with point-at-eol.
20236
20237 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20238 Replace with point-at-{eol,bol}.
20239
20240 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20241
20242 * imap.el (imap-point-at-eol): Replace with point-at-eol.
20243
20244 * flow-fill.el (fill-flowed-point-at-bol)
20245 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20246
20247 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20248 Replace with point-at-{eol,bol} throughout all files.
20249
20250 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
20251
20252 * ntlm.el (ntlm-string-as-unibyte): New macro.
20253 (ntlm-build-auth-response): Use it.
20254
20255 Remove Emacs 20 stuff:
20256 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20257 of delq and copy-sequence.
20258 * gnus-art.el (popup-menu): Remove the compiler macro.
20259 * nnmail.el (nnmail-split-fancy): Don't support customizing with
20260 Emacs 20.
20261
20262 2004-01-05 Simon Josefsson <jas@extundo.com>
20263
20264 * ntlm.el: Fix namespace. Change smb-passwd-hash into
20265 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20266 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20267 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20268 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20269 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20270 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20271 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20272 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20273 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20274 ntlm-string-permute, string-lshift into ntlm-string-lshift,
20275 string-xor into ntlm-string-xor.
20276 Suggested by Jesper Harder <harder@myrealbox.com>.
20277
20278 * ntlm.el: Don't include poem.
20279
20280 * md4.el (print-int32, print-string-hexa): Remove.
20281 Suggested by Jesper Harder <harder@myrealbox.com>.
20282
20283 * sasl-ntlm.el, ntlm.el, md4.el: New files.
20284
20285 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
20286 probably breaks emacs with DL patch, but do we care? Is anyone
20287 still using the DL stuff?)
20288
20289 * sieve-manage.el: Use the password package.
20290 (sieve-manage-read-passwd): Remove.
20291 (sieve-manage-interactive-login): Use password. Re-add
20292 condition-case around loop.
20293
20294 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20295 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20296 Use the password package.
20297
20298 2003-02-19 Simon Josefsson <jas@extundo.com>
20299
20300 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20301 token.
20302
20303 2002-08-07 Simon Josefsson <jas@extundo.com>
20304
20305 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20306 (sieve-manage-authenticators):
20307 (sieve-manage-authenticator-alist): Add some SASL mechs.
20308 (sieve-sasl-auth): New function.
20309 (sieve-manage-cram-md5-auth):
20310 (sieve-manage-plain-auth): Rewrite using SASL library.
20311 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20312 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20313 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20314 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20315
20316 2004-01-05 Simon Josefsson <jas@extundo.com>
20317
20318 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20319 New files.
20320
20321 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20322
20323 * gnus-group.el (gnus-no-groups-message): Update.
20324
20325 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20326
20327 2003-11-09 Simon Josefsson <jas@extundo.com>
20328
20329 * imap.el: Support for ID IMAP extension (RFC 2971).
20330 (imap-local-variables): Add imap-id.
20331 (imap-id): New variable.
20332 (imap-id): New function.
20333 (imap-parse-response): Parse untagged ID response.
20334 * nnimap.el (nnimap-id): New variable.
20335 (nnimap-open-connection): Use it.
20336
20337 2003-12-28 Simon Josefsson <jas@extundo.com>
20338
20339 * gnus-score.el (gnus-score-edit-all-score): New.
20340 * gnus-group.el (gnus-group-score-map): Bind it to W e.
20341
20342 2004-01-04 Simon Josefsson <jas@extundo.com>
20343
20344 * password.el: Add.
20345
20346 2004-01-04 Mario Lang <lang@zid.tugraz.at>
20347
20348 * dns.el (dns-query-types): Fix typo.
20349 (dns-query-types): New function.
20350 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
20351 PTR and SOA replies, see RFC 1035.
20352
20353 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20354
20355 * gnus.el (gnus-logo-color-style): Change colors to `no'.
20356
20357 * Move to Changelog.2.
20358
20359 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20360
20361 * gnus.el (gnus-version-number): Bump version.
20362
20363 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20364
20365 * gnus.el: No Gnus v0.1 is released.
20366
20367 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20368
20369 * gnus.el: No Gnus v0.0 is released.
20370
20371 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20372
20373 * gnus.el (gnus-version-number): Bump.
20374 (gnus-version): No.
20375
20376 See ChangeLog.2 for earlier changes.
20377
20378 Copyright (C) 2004-2011 Free Software Foundation, Inc.
20379
20380 This file is part of GNU Emacs.
20381
20382 GNU Emacs is free software: you can redistribute it and/or modify
20383 it under the terms of the GNU General Public License as published by
20384 the Free Software Foundation, either version 3 of the License, or
20385 (at your option) any later version.
20386
20387 GNU Emacs is distributed in the hope that it will be useful,
20388 but WITHOUT ANY WARRANTY; without even the implied warranty of
20389 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20390 GNU General Public License for more details.
20391
20392 You should have received a copy of the GNU General Public License
20393 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20394
20395 ;; Local Variables:
20396 ;; coding: utf-8
20397 ;; fill-column: 79
20398 ;; add-log-time-zone-rule: t
20399 ;; End: