1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

1803 Commits

Author SHA1 Message Date
Lars Magne Ingebrigtsen
53080505af Remove arch-tags from all files, since these are no longer needed. 2010-09-02 00:55:51 +00:00
Lars Magne Ingebrigtsen
261ff377d4 Remove nnlistserv, nnwfm and related code. 2010-09-02 00:39:34 +00:00
Lars Magne Ingebrigtsen
f736244589 Remove nndb, nnkiboze and related code. 2010-09-02 00:28:01 +00:00
Teodor Zlatanov
d743e0d118 gnus-html.el: add and use gnus-html-image-url-blocked-p 2010-09-02 00:17:40 +00:00
Lars Magne Ingebrigtsen
e5e2587e9e gnus-html.el: We can't rescale if we don't have the article buffer in a window. 2010-09-02 00:13:51 +00:00
Lars Magne Ingebrigtsen
1ee093a370 gnus-html.el: Try to get the rescaling logic right for images that are just wide and not tall. 2010-09-02 00:08:22 +00:00
Lars Magne Ingebrigtsen
075843d346 gnus.el, gnus-html.el: Use the deleted text as the image alt text. 2010-09-02 00:03:57 +00:00
Lars Magne Ingebrigtsen
7d7520b969 gnus-html.el: Rescale images in article buffers for Emacs versions that support this. This is currently only Emacs 24 compiled with imagemagick support. 2010-09-01 23:53:57 +00:00
Teodor Zlatanov
6ca07e4960 gnus-html.el: Add extra logging. 2010-09-01 23:46:59 +00:00
Lars Magne Ingebrigtsen
fe01e1a3a0 gnus-html.el: Delete the IMG_ALT region. 2010-09-01 23:40:39 +00:00
Stefan Monnier
765abcce0a Fix up some byte-compiler warnings.
* lisp/gnus/gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
* lisp/gnus/gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
(gnus-article-fill-cited-article, gnus-article-hide-citation)
(gnus-article-hide-citation-in-followups, gnus-cite-toggle):
* lisp/gnus/gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
(gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
(gnus-group-update-group): Use save-excursion and with-current-buffer.
2010-09-01 17:42:37 +02:00
Katsumi Yamaoka
da43765da1 gnus-article-html: Decode contents by charset. 2010-09-01 06:04:49 +00:00
Katsumi Yamaoka
b89666afd2 gnus-process-put: Fix previous commit. 2010-09-01 04:48:51 +00:00
Katsumi Yamaoka
b0e3031077 gnus-html.el, message.el: Add custom version to new variables; gnus-sum.el: Bump custom version of gnus-auto-expirable-marks. 2010-09-01 04:44:25 +00:00
Katsumi Yamaoka
cd110b2b0c gnus-html-curl-sentinel: Replace process-get with gnus-process-get. 2010-09-01 04:28:56 +00:00
Katsumi Yamaoka
a14b341783 Add compatibility functions gnus-process-get and gnus-process-put for Emacs 21 and XEmacs. 2010-09-01 04:22:17 +00:00
Katsumi Yamaoka
0a46a12f7a Fix previous merge from Gnus trunk. 2010-09-01 00:18:24 +00:00
Katsumi Yamaoka
c7e663544a Remove nnwarchive.el. 2010-09-01 00:10:19 +00:00
Katsumi Yamaoka
8f563146e8 Use nnimap-request-list-method instead of lsub directly; by Julien Danjou <julien@danjou.info>.
Not using this variable here has no sence, because using LSUB method
is useless if you never subscribed anything on the IMAP side.
2010-09-01 00:06:27 +00:00
Katsumi Yamaoka
3c08d668f4 Remove nnwarchive by Lars Magne Ingebrigtsen <larsi@gnus.org>. 2010-09-01 00:02:13 +00:00
Katsumi Yamaoka
c4d82de839 Remove nnultimate.el and related code; Remove nnsoup.el, gnus-soup.el and related code; by Lars Magne Ingebrigtsen <larsi@gnus.org>. 2010-08-31 23:55:50 +00:00
Katsumi Yamaoka
51dee5ef43 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>. 2010-08-31 23:38:57 +00:00
Katsumi Yamaoka
2cdd366f84 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>. 2010-08-31 23:26:23 +00:00
Stefan Monnier
2d217ead4c * lisp/gnus/gnus-html.el: Require pkgs that define macros used in this file.
(gnus-article-mouse-face): Declare to silence byte-compiler.
(gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
process-get.
(gnus-html-put-image): Use plist-get to avoid getf.
(gnus-html-prefetch-images): Use with-current-buffer.
2010-08-31 21:47:35 +02:00
Katsumi Yamaoka
ad1421332b 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>. 2010-08-31 13:28:02 +00:00
Katsumi Yamaoka
1a10d4212f Bump custom version of some user options of which the default values changed. 2010-08-31 04:21:18 +00:00
Katsumi Yamaoka
14721afcd6 gnus-html.el: require mm-url; by Lars Magne Ingebrigtsen <larsi@gnus.org>. 2010-08-31 01:15:32 +00:00
Katsumi Yamaoka
0c32d78212 Fix previous merge from Gnus trunk. 2010-08-31 00:51:08 +00:00
Katsumi Yamaoka
c2861968e4 Remove the w' and i' summary keybindings, since they aren't useful; by Lars Magne Ingebrigtsen <larsi@gnus.org>. 2010-08-31 00:42:27 +00:00
Katsumi Yamaoka
390dd504eb Removed gnus-move.el and pointers to it, since it doesn't really work; by Lars Magne Ingebrigtsen <larsi@gnus.org>. 2010-08-31 00:38:32 +00:00
Katsumi Yamaoka
379dde032c 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>. 2010-08-31 00:23:25 +00:00
Katsumi Yamaoka
5a2756c8ca Put the xpm version of the logo at the top so that the proper colours are applied; by Lars Magne Ingebrigtsen <larsi@gnus.org>. 2010-08-31 00:19:31 +00:00
Katsumi Yamaoka
47fe149b7c gnus-article-view-part: Doc fix by Lars Magne Ingebrigtsen <larsi@gnus.org>. 2010-08-31 00:15:33 +00:00
Katsumi Yamaoka
1f60954932 Always insert Content-Type headers, to make broken recipients happier; by Lars Magne Ingebrigtsen <larsi@gnus.org>. 2010-08-31 00:11:37 +00:00
Katsumi Yamaoka
fb16bb4689 Use gnus-create-image to be XEmacs-compatible; Don't do images on non-graphic displays; by Lars Magne Ingebrigtsen <larsi@gnus.org>. 2010-08-31 00:07:40 +00:00
Katsumi Yamaoka
77ae8989c4 Remove the unused nnslashdot backend by Lars Magne Ingebrigtsen <larsi@gnus.org>. 2010-08-30 23:53:47 +00:00
Katsumi Yamaoka
75856ec0cb Limit the undo actions to 100 actions by Lars Magne Ingebrigtsen <larsi@gnus.org>. 2010-08-30 23:47:12 +00:00
Katsumi Yamaoka
0be02d8a41 Protect against not having completion-styles bound by Lars Magne Ingebrigtsen <larsi@gnus.org>. 2010-08-30 23:40:10 +00:00
Katsumi Yamaoka
a3e01263b1 Use insert-image instead of put-image when putting images into a buffer; This makes all the Gnus image-inserting functions work, I think; by Lars Magne Ingebrigtsen <larsi@gnus.org>. 2010-08-30 23:35:19 +00:00
Katsumi Yamaoka
929989ffac Make html image insertion probably work for XEmacs, too by Lars Magne Ingebrigtsen <larsi@gnus.org>. 2010-08-30 23:29:56 +00:00
Katsumi Yamaoka
f5ec697d93 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>. 2010-08-30 23:24:56 +00:00
Katsumi Yamaoka
5ec440915c gnus-score-string: Fix regex for matching extra headers and regexp-quote the match if necessary by Andreas Schwab <schwab@suse.de>.
2009-02-04  Andreas Schwab  <schwab@suse.de>
 * gnus-score.el (gnus-score-string): Fix regex for matching extra
 headers and regexp-quote the match if necessary.
2010-08-30 06:32:33 +00:00
Katsumi Yamaoka
07466c8e7b 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>.
2009-03-24  Miles Bader  <miles@gnu.org>
 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
 the blinking smiley.
2009-03-24  Simon Josefsson  <simon@josefsson.org>
 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
 blink smiley.
2010-08-30 06:28:53 +00:00
Katsumi Yamaoka
8bff7c00b7 Misc Gnus fixes by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
 where the dribbel file lives exists.

 * message.el (message-send-mail-partially-limit): Change the default to
 nil, since most people don't want this.

 * mm-url.el (mm-url-decode-entities): Also decode entities like
 &#x3212.
2010-08-30 06:25:05 +00:00
Katsumi Yamaoka
0b10e43782 gnus-summary-idna-message, nnrss-normalize-date, nnrss-discover-feed: Hyperlink urls in docstrings with URL `...' by Kevin Ryde <user42@zip.com.au>.
2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
 * gnus-sum.el (gnus-summary-idna-message):
 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
 Hyperlink urls in docstrings with URL `...'.
2010-08-30 06:21:33 +00:00
Katsumi Yamaoka
b1992461d7 Misc Gnus fixes by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
 functions.

2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
 say what the mouseover text should be.

 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
 version of the mm-w3m-safe-url-regexp variable to only download images
 in the groups where we want that to happen.

 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.

 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
 easier debugging.
 (gnus-article-beginning-of-window): Add kludge to allow spacing past
 big pictures in the article buffer.

 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
 gnus-article-html.
 (mm-text-html-renderer): gnus-article-html needs curl in addition to
 w3m.
2010-08-30 06:17:45 +00:00
Katsumi Yamaoka
655efd7175 Add a new super-simple HTML renderer based on w3m -halfdump by Lars Magne Ingebrigtsen <larsi@gnus.org>.
* gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2010-08-30 06:13:50 +00:00
Katsumi Yamaoka
6b8382e49d Misc Gnus fixes by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
 which doesn't exist.

 * message.el (message-inhibit-ecomplete): New variable to allow some
 function to inhibit ecomplete address storage.
 (message-resend): Disable ecomplete message storage when resending
 messages.

 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2010-08-30 06:10:18 +00:00
Chong Yidong
aad4679e7d Add "Version:" and "Package:" Lisp file headers. 2010-08-29 16:10:43 -04:00
Katsumi Yamaoka
dc6de55363 gnus-summary-(move,delete)-article: Save excursion while copying, moving,
and deleting articles in order to prevent the cursor from jumping to
 unforeseen place.
2010-08-27 01:53:01 +00:00