| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove arch-tags from all files, since these are no longer needed. | Lars Magne Ingebrigtsen | 2010-09-02 | 152 | -154/+3 |
* | Remove nnlistserv, nnwfm and related code. | Lars Magne Ingebrigtsen | 2010-09-02 | 4 | -586/+6 |
* | Remove nndb, nnkiboze and related code. | Lars Magne Ingebrigtsen | 2010-09-02 | 6 | -759/+8 |
* | gnus-html.el: add and use gnus-html-image-url-blocked-p | Teodor Zlatanov | 2010-09-02 | 2 | -9/+20 |
* | gnus-html.el: We can't rescale if we don't have the article buffer in a window. | Lars Magne Ingebrigtsen | 2010-09-02 | 1 | -2/+3 |
* | gnus-html.el: Try to get the rescaling logic right for images that are just w... | Lars Magne Ingebrigtsen | 2010-09-02 | 2 | -5/+10 |
* | gnus.el, gnus-html.el: Use the deleted text as the image alt text. | Lars Magne Ingebrigtsen | 2010-09-02 | 3 | -12/+26 |
* | gnus-html.el: Rescale images in article buffers for Emacs versions that suppo... | Lars Magne Ingebrigtsen | 2010-09-01 | 2 | -1/+34 |
* | gnus-html.el: Add extra logging. | Teodor Zlatanov | 2010-09-01 | 2 | -7/+17 |
* | gnus-html.el: Delete the IMG_ALT region. | Lars Magne Ingebrigtsen | 2010-09-01 | 2 | -0/+8 |
* | Fix up some byte-compiler warnings. | Stefan Monnier | 2010-09-01 | 4 | -149/+139 |
* | * lisp/simple.el (blink-paren-function): Move from C to here. | Stefan Monnier | 2010-09-01 | 2 | -1/+21 |
* | * lisp/emacs-lisp/pcase.el (pcase-split-memq): Overenthusiastic optimisation. | Stefan Monnier | 2010-09-01 | 3 | -15/+27 |
* | gnus-article-html: Decode contents by charset. | Katsumi Yamaoka | 2010-09-01 | 2 | -1/+11 |
* | gnus-process-put: Fix previous commit. | Katsumi Yamaoka | 2010-09-01 | 1 | -1/+1 |
* | gnus-html.el, message.el: Add custom version to new variables; gnus-sum.el: B... | Katsumi Yamaoka | 2010-09-01 | 4 | -1/+11 |
* | gnus-html-curl-sentinel: Replace process-get with gnus-process-get. | Katsumi Yamaoka | 2010-09-01 | 2 | -2/+5 |
* | Add compatibility functions gnus-process-get and gnus-process-put for Emacs 2... | Katsumi Yamaoka | 2010-09-01 | 2 | -20/+38 |
* | Fix previous merge from Gnus trunk. | Katsumi Yamaoka | 2010-09-01 | 1 | -2/+2 |
* | Remove nnwarchive.el. | Katsumi Yamaoka | 2010-09-01 | 1 | -727/+0 |
* | Use nnimap-request-list-method instead of lsub directly; by Julien Danjou <ju... | Katsumi Yamaoka | 2010-09-01 | 2 | -2/+7 |
* | Remove nnwarchive by Lars Magne Ingebrigtsen <larsi@gnus.org>. | Katsumi Yamaoka | 2010-09-01 | 3 | -37/+2 |
* | Remove nnultimate.el and related code; Remove nnsoup.el, gnus-soup.el and rel... | Katsumi Yamaoka | 2010-08-31 | 7 | -1934/+10 |
* | gnus-html.el: Introduce a new variable, gnus-blocked-images, and use that ins... | Katsumi Yamaoka | 2010-08-31 | 2 | -21/+28 |
* | gnus-ems.el: Provide compatibility functions for gnus-set-process-plist by Ka... | Katsumi Yamaoka | 2010-08-31 | 5 | -5/+84 |
* | * lisp/gnus/gnus-html.el: Require pkgs that define macros used in this file. | Stefan Monnier | 2010-08-31 | 2 | -10/+21 |
* | * textmodes/nroff-mode.el (nroff-view): New command. | Chong Yidong | 2010-08-31 | 2 | -0/+20 |
* | Clarify the code a bit by renaming the variable with the url to `url'; Suppor... | Katsumi Yamaoka | 2010-08-31 | 3 | -20/+38 |
* | * lisp/emacs-lisp/smie.el (smie-down-list): New command. | Stefan Monnier | 2010-08-31 | 2 | -0/+38 |
* | Remove old indentation and navigation code on octave-mode. | Stefan Monnier | 2010-08-31 | 2 | -311/+98 |
* | Bump custom version of some user options of which the default values changed. | Katsumi Yamaoka | 2010-08-31 | 7 | -4/+20 |
* | Fix several Package Menu and Finder bugs. | Chong Yidong | 2010-08-30 | 6 | -249/+267 |
* | gnus-html.el: require mm-url; by Lars Magne Ingebrigtsen <larsi@gnus.org>. | Katsumi Yamaoka | 2010-08-31 | 1 | -0/+2 |
* | Fix previous merge from Gnus trunk. | Katsumi Yamaoka | 2010-08-31 | 2 | -10/+9 |
* | Remove the `w' and `i' summary keybindings, since they aren't useful; by Lars... | Katsumi Yamaoka | 2010-08-31 | 2 | -2/+4 |
* | Removed gnus-move.el and pointers to it, since it doesn't really work; by Lar... | Katsumi Yamaoka | 2010-08-31 | 3 | -183/+2 |
* | Tell w3m that the input is UTF-8; This seems to fix problems with some German... | Katsumi Yamaoka | 2010-08-31 | 2 | -0/+5 |
* | Put the xpm version of the logo at the top so that the proper colours are app... | Katsumi Yamaoka | 2010-08-31 | 2 | -3/+6 |
* | gnus-article-view-part: Doc fix by Lars Magne Ingebrigtsen <larsi@gnus.org>. | Katsumi Yamaoka | 2010-08-31 | 2 | -1/+5 |
* | Always insert Content-Type headers, to make broken recipients happier; by Lar... | Katsumi Yamaoka | 2010-08-31 | 1 | -1/+1 |
* | Use gnus-create-image to be XEmacs-compatible; Don't do images on non-graphic... | Katsumi Yamaoka | 2010-08-31 | 2 | -15/+22 |
* | Remove the unused nnslashdot backend by Lars Magne Ingebrigtsen <larsi@gnus.o... | Katsumi Yamaoka | 2010-08-30 | 4 | -509/+3 |
* | Limit the undo actions to 100 actions by Lars Magne Ingebrigtsen <larsi@gnus.... | Katsumi Yamaoka | 2010-08-30 | 2 | -0/+6 |
* | Protect against not having completion-styles bound by Lars Magne Ingebrigtsen... | Katsumi Yamaoka | 2010-08-30 | 2 | -1/+8 |
* | Use insert-image instead of put-image when putting images into a buffer; This... | Katsumi Yamaoka | 2010-08-30 | 2 | -2/+2 |
* | Make html image insertion probably work for XEmacs, too by Lars Magne Ingebri... | Katsumi Yamaoka | 2010-08-30 | 3 | -10/+17 |
* | gnus-group-completing-read: Add 'substring to completion-styles for group sel... | Katsumi Yamaoka | 2010-08-30 | 9 | -16/+20 |
* | Use SMIE for octave-mode. | Stefan Monnier | 2010-08-30 | 2 | -36/+170 |
* | Fix bug #6944. | Eli Zaretskii | 2010-08-30 | 2 | -1/+6 |
* | * lisp/emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take | Stefan Monnier | 2010-08-30 | 2 | -5/+14 |