Wed, 22 Sep 2010 12:14:12 +0000 |
Katsumi Yamaoka |
gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on images alt-text.
|
Wed, 22 Sep 2010 06:01:22 +0000 |
Katsumi Yamaoka |
Remove Emacs 21 stuff.
|
Tue, 21 Sep 2010 23:13:46 +0000 |
Katsumi Yamaoka |
Merge changes made in Gnus trunk.
|
Tue, 21 Sep 2010 11:48:40 +0000 |
Katsumi Yamaoka |
gnus-html.el: Make gnus-html use url-cache system.
|
Mon, 20 Sep 2010 23:44:05 +0000 |
Katsumi Yamaoka |
rfc2047.el (rfc2047-encode-parameter): Doc fix.
|
Mon, 20 Sep 2010 23:08:33 +0000 |
Katsumi Yamaoka |
Merge changes made in Gnus trunk.
|
Mon, 20 Sep 2010 01:57:46 +0000 |
Katsumi Yamaoka |
Make Gnus work for Emacs 22 and XEmacs.
|
Mon, 20 Sep 2010 03:20:32 +0200 |
Juanma Barranquero |
Fix typos in ChangeLogs.
|
Mon, 20 Sep 2010 00:36:54 +0000 |
Katsumi Yamaoka |
Merge changes made in Gnus trunk.
|
Sun, 19 Sep 2010 10:45:51 +0000 |
Katsumi Yamaoka |
Merge changes made in Gnus trunk.
|
Sun, 19 Sep 2010 11:16:28 +0200 |
Stefan Monnier |
* lisp/gnus/nnml.el (nnml-files): Add prefix to dynamic var `files'.
|
Sat, 18 Sep 2010 23:36:29 +0000 |
Katsumi Yamaoka |
Merge changes made in Gnus trunk.
|
Sat, 18 Sep 2010 22:27:52 +0200 |
Lars Magne Ingebrigtsen |
* nnimap.el: Require nnoo and other files necessary.
|
Sat, 18 Sep 2010 13:59:25 +0000 |
Katsumi Yamaoka |
gnus-start.el (gnus-get-unread-articles): Allow the backends to update the group info. This makes the nndraft groups, for instance, go back to their old behaviour.
|
Sat, 18 Sep 2010 10:21:30 +0000 |
Katsumi Yamaoka |
Fix previous merge from Gnus trunk.
|
Fri, 17 Sep 2010 16:22:06 +0200 |
Stefan Monnier |
Silence byte-compiler
|
Fri, 17 Sep 2010 06:46:54 +0000 |
Katsumi Yamaoka |
pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output instead of nnheader-accept-process-output.
|
Fri, 17 Sep 2010 06:24:10 +0000 |
Katsumi Yamaoka |
gnus-html.el: Replace process-kill-without-query by gnus-set-process-query-on-exit-flag.
|
Fri, 17 Sep 2010 05:38:38 +0000 |
Katsumi Yamaoka |
gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
|
Tue, 14 Sep 2010 23:14:44 +0000 |
Katsumi Yamaoka |
Merge changes made in Gnus trunk.
|
Tue, 14 Sep 2010 16:59:42 +0200 |
Juanma Barranquero |
Explicitly pass `obarray' to `unintern' to avoid a warning.
|
Tue, 14 Sep 2010 13:44:44 +0000 |
Katsumi Yamaoka |
Fixed up nnrss group activation, and removed moreover stuff.
|
Tue, 14 Sep 2010 13:50:15 +0200 |
Juanma Barranquero |
lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.
|
Tue, 14 Sep 2010 03:40:10 +0000 |
Katsumi Yamaoka |
gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group for back end that doesn't support request-scan.
|
Sat, 11 Sep 2010 00:36:27 +0000 |
Katsumi Yamaoka |
Merge changes made in Gnus trunk.
|
Fri, 10 Sep 2010 05:32:25 +0000 |
Katsumi Yamaoka |
gnus-start.el (gnus-read-active-for-groups): Check only subscribed groups.
|
Fri, 10 Sep 2010 00:08:31 +0000 |
Katsumi Yamaoka |
Remove pop3-movemail and rename pop3-streaming-movemail to pop3-movemail.
|
Fri, 10 Sep 2010 00:07:33 +0000 |
Katsumi Yamaoka |
gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and don't restrict end-tag searches to the end of the line.
|
Thu, 09 Sep 2010 06:15:13 +0000 |
Katsumi Yamaoka |
gnus-start.el (gnus-get-unread-articles): Set the number of unread articles of every unchecked group to t, which means unknown since the server has never been opened.
|
Thu, 09 Sep 2010 00:08:06 +0000 |
Katsumi Yamaoka |
gnus-html (gnus-html-wash-tags): Search for images first, so that <a><img> works better; (gnus-html-displayed-image-map): Bind RET and TAB on images for better UX.
|