Lars Magne Ingebrigtsen
846daf20c2
gnus-html.el (gnus-html-rescale-image): The rescaling logic scaled down too much; nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2010-09-02 01:24:21 +00:00
Teodor Zlatanov
2aafbe5a81
gnus-html.el: prefix log messages with function name
2010-09-02 01:18:45 +00:00
Lars Magne Ingebrigtsen
9a4b54dbe6
gnus-html.el (gnus-html-wash-tags): Check the value ofgnus-blocked-images in the summary buffer.
2010-09-02 01:14:38 +00:00
Teodor Zlatanov
9a047bac91
gnus-html.el: Doc fix for gnus-html-image-url-blocked-p.
2010-09-02 01:10:25 +00:00
Lars Magne Ingebrigtsen
5b77fa4d82
gnus-html.el (gnus-html-image-url-blocked-p): Say in the message what the regexp really is.
2010-09-02 01:06:36 +00:00
Lars Magne Ingebrigtsen
c6c815761c
gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just like "a", it seems like; (gnus-html-image-url-blocked-p): Take a parameter for blocked-images since it needs to be picked from the correct buffer.
2010-09-02 01:02:03 +00:00
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
59d09f15ac
gnus.texi (HTML): Document gnus-max-image-proportion.
2010-09-01 23:57:53 +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
Stefan Monnier
8f4e9110ca
* lisp/simple.el (blink-paren-function): Move from C to here.
...
(blink-paren-post-self-insert-function): New function.
(post-self-insert-hook): Use it.
* src/cmds.c (Vblink_paren_function): Remove.
(internal_self_insert): Make it insert N chars at a time.
Don't call blink-paren-function.
(Fself_insert_command): Adjust accordingly.
(syms_of_cmds): Don't declare blink-paren-function.
2010-09-01 16:41:17 +02:00
Stefan Monnier
4de81ee0d2
* lisp/emacs-lisp/pcase.el (pcase-split-memq): Overenthusiastic optimisation.
...
(pcase-u1): Handle the case of a lambda pred.
2010-09-01 12:03:08 +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
a2b2dd84f4
message.texi: Fix some syntax errors in the last check-in; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-31 23:30:11 +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
Stefan Monnier
b819f760b1
* src/keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
2010-08-31 21:42:39 +02:00
Chong Yidong
61f7096c3b
* textmodes/nroff-mode.el (nroff-view): New command.
...
(nroff-mode-map): Bind it to C-c C-c.
2010-08-31 14:04:26 -04:00
Chong Yidong
07fa68a7e8
* src/keyboard.c (command_loop_1): Don't call x-set-selection on tty.
2010-08-31 11:39:31 -04: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
Stefan Monnier
c8977b2e62
* lisp/emacs-lisp/smie.el (smie-down-list): New command.
2010-08-31 14:22:40 +02:00
Stefan Monnier
ec5d3ff71f
Remove old indentation and navigation code on octave-mode.
...
* lisp/progmodes/octave-mod.el (octave-mode-map): Remap down-list to
smie-down-list rather than add a binding for octave-down-block.
(octave-mark-block, octave-blink-matching-block-open):
Rely on forward-sexp-function.
(octave-fill-paragraph): Don't narrow, so you can use
indent-according-to-mode.
(octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
(octave-in-block-p, octave-re-search-forward-kw)
(octave-re-search-backward-kw, octave-indent-calculate)
(octave-end-as-array-index-p, octave-block-end-offset)
(octave-scan-blocks, octave-forward-block, octave-backward-block)
(octave-down-block, octave-backward-up-block, octave-up-block)
(octave-before-magic-comment-p, octave-indent-line): Remove.
2010-08-31 14:13:51 +02: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
Chong Yidong
187d3296ae
Fix several Package Menu and Finder bugs.
...
* finder.el: Load finder-inf using `require'.
(finder-list-matches): Sorting by status is now the default.
(finder-compile-keywords): Simpify printing.
* emacs-lisp/package.el (package--read-archive-file): Just use
`read', to avoid copying an additional string.
(package-menu-mode): Set header-line-format here.
(package-menu-refresh, package-menu-revert): Signal an error if
not in the Package Menu.
(package-menu-package-list): New var.
(package--generate-package-list): Operate on the current buffer;
don't assume that it is *Packages*, since the user may rename it.
Allow persistent package listings and sort keys using
package-menu-package-list and package-menu-package-sort-key.
(package-menu--version-predicate): Fix version calculation.
(package-menu-sort-by-column): Don't select the window.
(package--list-packages): Create the *Packages* buffer. Set
package-menu-package-list-key.
(list-packages): Sorting by status is now the default.
(package-buffer-info): Use match-string-no-properties.
(define-package): Add a &rest argument for future proofing, but
don't use it yet.
(package-install-from-buffer, package-install-buffer-internal):
Merged into a single function, package-install-from-buffer.
(package-install-file): Caller changed.
Also, fix headers for hfy-cmap.el and ps-print.el.
2010-08-30 21:53:46 -04: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
f02566ce1e
gnus.texi (Changing Servers): Remove documentation on gnus-change-server and friends, since it's been removed; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-31 00:34:43 +00:00
Katsumi Yamaoka
b0e4f3fc00
gnus.texi (Summary Mail Commands): Note that only the addresses from the first message are used for wide replies; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-31 00:28:54 +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