Sun, 05 Sep 2010 00:44:53 +0000 |
Katsumi Yamaoka |
gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local file once per `g' run.
|
Sun, 05 Sep 2010 00:38:39 +0000 |
Katsumi Yamaoka |
nnmh.el (nnmh-request-list-1): Output active lines also for empty directories. This makes the draft queue directory work.
|
Sun, 05 Sep 2010 00:34:16 +0000 |
Katsumi Yamaoka |
Rewrite the Gnus group activation method to be more efficient; nnmh.el (nnmh-request-list-1): Fix up the recursion behavior; Add more changes related to the new methodology for requesting backend data.
|
Sun, 05 Sep 2010 00:54:58 +0200 |
Stefan Monnier |
* lisp/electric.el (electric-indent-post-self-insert-function):
|
Sun, 05 Sep 2010 00:51:39 +0200 |
Stefan Monnier |
* lisp/emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
|
Sat, 04 Sep 2010 16:42:03 -0400 |
Chong Yidong |
Fix Ruby compilation error matching.
|
Sat, 04 Sep 2010 21:44:39 +0200 |
Andreas Schwab |
Update cl-loaddefs.el
|
Sat, 04 Sep 2010 21:39:34 +0200 |
Andreas Schwab |
Check all lisp types in image loader
|
Sat, 04 Sep 2010 20:47:29 +0200 |
Stefan Monnier |
Avoid global recursive calls to kill-buffer-hooks, and fit into 80 cols.
|
Sat, 04 Sep 2010 13:54:48 -0400 |
Chong Yidong |
* emacs-lisp/package.el (package-directory-list): Only call file-name-nondirectory on a string.
|
Sat, 04 Sep 2010 13:13:14 -0400 |
Chong Yidong |
Avoid corrupting archive-contents file.
|
Sat, 04 Sep 2010 15:34:39 +0000 |
Katsumi Yamaoka |
gnus.texi (Adaptive Scoring): Fix typo.
|
Sat, 04 Sep 2010 15:28:57 +0000 |
Katsumi Yamaoka |
(gnus-html-show-images): If there are no images to show, then say so instead of bugging out.
|
Sat, 04 Sep 2010 15:24:35 +0000 |
Katsumi Yamaoka |
(gnus-article-copy-string): Say what data we copied; (gnus-html-wash-tags): Remove even more white space around <pre_int>; (gnus-agent-load-alist): Check whether the agentview files exist before trying to read them.
|
Sat, 04 Sep 2010 18:16:08 +0300 |
Eli Zaretskii |
Fix display of composed R2L text on MS-Windows.
|
Sat, 04 Sep 2010 12:43:43 +0200 |
Andreas Schwab |
* image.c (Fimagemagick_types): Doc fix.
|
Sat, 04 Sep 2010 12:41:52 +0200 |
Andreas Schwab |
Fix type mismatch in ImageMagick loader
|
Sat, 04 Sep 2010 10:23:09 +0200 |
Andreas Schwab |
* image.c (imagemagick_image_p): Replace bcopy by memcpy.
|
Sat, 04 Sep 2010 10:30:14 +0300 |
Eli Zaretskii |
Update config.bat due to lisp/gnus/.dir-locals.el.
|
Sat, 04 Sep 2010 00:50:02 +0000 |
Katsumi Yamaoka |
Fix previous merge from Gnus trunk.
|
Sat, 04 Sep 2010 00:45:13 +0000 |
Katsumi Yamaoka |
mm-util.el: Just return the image directories, not all directories in the path in addition to the image directories; Maintain a cache of the image directories. This means that the `g' command in Gnus doesn't have to stat dozens of directories each time; nnmh.el: Only recurse down into subdirectories if the link count is more than 2. This results in a 100x speed up on my nnmh spool, and that's from an SSD disk, and not over nfs.
|
Sat, 04 Sep 2010 00:36:13 +0000 |
Katsumi Yamaoka |
gnus-html.el: Remove more white space before <pre_int> image spacers; Decode entities at the end. So that entities inside the tags don't mess up the rest of the "parsing".
|
Sat, 04 Sep 2010 00:30:49 +0000 |
Katsumi Yamaoka |
gnus-html.el: Add the new command gnus-html-show-images.
|
Sat, 04 Sep 2010 00:26:18 +0000 |
Katsumi Yamaoka |
gnus-html.el: Fix up the logic that marks resized images for buffer deletion; Have the image insertion work even if the missing image is in an <a>.
|