log lisp/gnus/ChangeLog @ 110097:19dfa5177fdd

age author description
Thu, 02 Sep 2010 00:08:22 +0000 Katsumi Yamaoka gnus-html.el: Try to get the rescaling logic right for images that are just wide and not tall.
Thu, 02 Sep 2010 00:03:57 +0000 Katsumi Yamaoka gnus.el, gnus-html.el: Use the deleted text as the image alt text.
Wed, 01 Sep 2010 23:53:57 +0000 Katsumi Yamaoka gnus-html.el: Rescale images in article buffers for Emacs versions that support this. This is currently only Emacs 24 compiled with imagemagick support.
Wed, 01 Sep 2010 23:46:59 +0000 Katsumi Yamaoka gnus-html.el: Add extra logging.
Wed, 01 Sep 2010 23:40:39 +0000 Katsumi Yamaoka gnus-html.el: Delete the IMG_ALT region.
Wed, 01 Sep 2010 17:42:37 +0200 Stefan Monnier Fix up some byte-compiler warnings.
Wed, 01 Sep 2010 06:04:49 +0000 Katsumi Yamaoka gnus-article-html: Decode contents by charset.
Wed, 01 Sep 2010 04:44:25 +0000 Katsumi Yamaoka gnus-html.el, message.el: Add custom version to new variables; gnus-sum.el: Bump custom version of gnus-auto-expirable-marks.
Wed, 01 Sep 2010 04:28:56 +0000 Katsumi Yamaoka gnus-html-curl-sentinel: Replace process-get with gnus-process-get.
Wed, 01 Sep 2010 04:22:17 +0000 Katsumi Yamaoka Add compatibility functions gnus-process-get and gnus-process-put for Emacs 21 and XEmacs.
Wed, 01 Sep 2010 00:06:27 +0000 Katsumi Yamaoka Use nnimap-request-list-method instead of lsub directly; by Julien Danjou <julien@danjou.info>.
Wed, 01 Sep 2010 00:02:13 +0000 Katsumi Yamaoka Remove nnwarchive by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Tue, 31 Aug 2010 23:55:50 +0000 Katsumi Yamaoka Remove nnultimate.el and related code; Remove nnsoup.el, gnus-soup.el and related code; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Tue, 31 Aug 2010 23:38:57 +0000 Katsumi Yamaoka gnus-html.el: Introduce a new variable, gnus-blocked-images, and use that instead of the w3m variable; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Tue, 31 Aug 2010 23:26:23 +0000 Katsumi Yamaoka gnus-ems.el: Provide compatibility functions for gnus-set-process-plist by Katsumi Yamaoka <yamaoka@jpl.org>; gnus-html.el: Use gnus-process-plist and friends for compatibility; gnus-cite.el: New function to guess whether a long line is natural text or not; message.el: Implement message-prune-recipient-rules; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Tue, 31 Aug 2010 21:47:35 +0200 Stefan Monnier * lisp/gnus/gnus-html.el: Require pkgs that define macros used in this file.
Tue, 31 Aug 2010 13:28:02 +0000 Katsumi Yamaoka Clarify the code a bit by renaming the variable with the url to `url'; Support cid: URLs/images; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Tue, 31 Aug 2010 04:21:18 +0000 Katsumi Yamaoka Bump custom version of some user options of which the default values changed.
Tue, 31 Aug 2010 00:42:27 +0000 Katsumi Yamaoka Remove the `w' and `i' summary keybindings, since they aren't useful; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Tue, 31 Aug 2010 00:38:32 +0000 Katsumi Yamaoka Removed gnus-move.el and pointers to it, since it doesn't really work; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Tue, 31 Aug 2010 00:23:25 +0000 Katsumi Yamaoka Tell w3m that the input is UTF-8; This seems to fix problems with some German web feeds; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Tue, 31 Aug 2010 00:19:31 +0000 Katsumi Yamaoka Put the xpm version of the logo at the top so that the proper colours are applied; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Tue, 31 Aug 2010 00:15:33 +0000 Katsumi Yamaoka gnus-article-view-part: Doc fix by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Tue, 31 Aug 2010 00:07:40 +0000 Katsumi Yamaoka Use gnus-create-image to be XEmacs-compatible; Don't do images on non-graphic displays; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Mon, 30 Aug 2010 23:53:47 +0000 Katsumi Yamaoka Remove the unused nnslashdot backend by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Mon, 30 Aug 2010 23:47:12 +0000 Katsumi Yamaoka Limit the undo actions to 100 actions by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Mon, 30 Aug 2010 23:40:10 +0000 Katsumi Yamaoka Protect against not having completion-styles bound by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Mon, 30 Aug 2010 23:29:56 +0000 Katsumi Yamaoka Make html image insertion probably work for XEmacs, too by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Mon, 30 Aug 2010 23:24:56 +0000 Katsumi Yamaoka gnus-group-completing-read: Add 'substring to completion-styles for group selection; imap.el, mailcap.el, message.el, mm-util.el, nnheader.el, nnmail.el, pop3.el: Remove references to outdated systems; References to win32 w32 mswindows ms-windows emx were probably cargo-culted, and are removed for clarity; By Lars Magne Ingebrigtsen <larsi@gnus.org>.
Mon, 30 Aug 2010 06:32:33 +0000 Katsumi Yamaoka gnus-score-string: Fix regex for matching extra headers and regexp-quote the match if necessary by Andreas Schwab <schwab@suse.de>.
Mon, 30 Aug 2010 06:28:53 +0000 Katsumi Yamaoka smiley-regexp-alist: Don't delete the semicolon before the blinking smiley by Miles Bader <miles@gnu.org>; Disallow ;;) from being treated as a blink smiley by Simon Josefsson <simon@josefsson.org>.
Mon, 30 Aug 2010 06:25:05 +0000 Katsumi Yamaoka Misc Gnus fixes by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Mon, 30 Aug 2010 06:21:33 +0000 Katsumi Yamaoka gnus-summary-idna-message, nnrss-normalize-date, nnrss-discover-feed: Hyperlink urls in docstrings with URL `...' by Kevin Ryde <user42@zip.com.au>.
Mon, 30 Aug 2010 06:17:45 +0000 Katsumi Yamaoka Misc Gnus fixes by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Mon, 30 Aug 2010 06:13:50 +0000 Katsumi Yamaoka Add a new super-simple HTML renderer based on w3m -halfdump by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Mon, 30 Aug 2010 06:10:18 +0000 Katsumi Yamaoka Misc Gnus fixes by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Fri, 27 Aug 2010 01:53:01 +0000 Katsumi Yamaoka gnus-summary-(move,delete)-article: Save excursion while copying, moving,
Tue, 17 Aug 2010 00:04:35 -0700 Glenn Morris Silence more Gnus compiler warnings.
Tue, 17 Aug 2010 00:00:16 -0700 Glenn Morris Silence some Gnus compiler warnings.
Sun, 15 Aug 2010 23:30:04 +0000 Katsumi Yamaoka gnus-start-draft-setup: Move doc string forward.
Sat, 14 Aug 2010 22:14:02 +0000 Katsumi Yamaoka Typo fix "hoo4a" -> "hook".
Sat, 14 Aug 2010 10:50:20 +0000 Katsumi Yamaoka Ammended for bug fix on the loader nunion.
Sat, 14 Aug 2010 10:45:32 +0000 Katsumi Yamaoka Doc fixes and keep unknown groups.
Fri, 13 Aug 2010 19:02:31 -0700 Glenn Morris * lisp/gnus/gnus-sync.el (gnus-sync): Fix defgroup version.
Fri, 13 Aug 2010 11:03:19 +0000 Katsumi Yamaoka Optimizations for gnus-sync.el.
Fri, 13 Aug 2010 10:58:21 +0000 Katsumi Yamaoka Minor bug fixes for gnus-sync.el.
Fri, 13 Aug 2010 10:54:05 +0000 Katsumi Yamaoka Minor bug fixes for gnus-sync.el.
Fri, 13 Aug 2010 10:44:22 +0000 Katsumi Yamaoka Make saving and restoring of hidden threads work with overlays.
Fri, 13 Aug 2010 10:39:16 +0000 Katsumi Yamaoka Add new gnus-sync.el library.
Fri, 13 Aug 2010 10:32:35 +0000 Katsumi Yamaoka Make gnus-start-draft-setup interactive.
Fri, 06 Aug 2010 03:43:29 +0000 Katsumi Yamaoka (rfc2047-encode): Use utf-8 charset as a last resort.
Sun, 01 Aug 2010 23:49:32 +0000 Katsumi Yamaoka Fix last nnmail-get-new-mail-1 change that caused double encoding in XEmacs.
Fri, 30 Jul 2010 02:01:04 +0000 Katsumi Yamaoka Encode names of nnml groups that nnmail-get-new-mail creates in active file.
Sun, 25 Jul 2010 10:29:49 +0000 Katsumi Yamaoka Accept x-pkcs7-signature MIME type as signature.
Sat, 24 Jul 2010 13:53:19 +0200 Juanma Barranquero Fix typos in ChangeLogs.
Wed, 21 Jul 2010 14:56:18 +0900 Daiki Ueno Fix multiple-recipient handling of Gnus S/MIME.
Tue, 20 Jul 2010 13:13:25 +0200 Juanma Barranquero Fix typos in ChangeLogs.
Tue, 20 Jul 2010 01:19:04 +0000 Katsumi Yamaoka Fix previous change in gnus-summary-bookmark-make-record.
Thu, 15 Jul 2010 00:54:06 +0000 Katsumi Yamaoka Make gnus-summary-bookmark-make-record work for Emacs 23 as well.
Wed, 14 Jul 2010 12:41:40 -0400 Karl Fogel Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).