Mercurial > emacs
graph
-
(nnmh-request-list-1): Bind `file'.Sun, 05 Sep 2010 04:09:07 +0000, by Katsumi Yamaoka
-
pop3-set-process-query-on-exit-flag: New function that's an alias to set-process-query-on-exit-flag, or process-kill-without-query for XEmacs and old Emacsen.Sun, 05 Sep 2010 04:01:41 +0000, by Katsumi Yamaoka
-
Update to latest Unicode 6.0 beta data files.Sun, 05 Sep 2010 04:06:39 +0200, by Juanma Barranquero
-
gnus-int.el (gnus-request-group): Indent.Sun, 05 Sep 2010 01:31:15 +0000, by Katsumi Yamaoka
-
mail-source.el (mail-source-delete-crash-box): Always move the crash box to the Incoming file. Fixes mistake in previous checkin; Do incremental NOV updates when scanning new male. (nnml-save-incremental-nov, nnml-open-incremental-nov, nnml-add-incremental-nov): New functions to do "incremental" nov updates, where we just append to the end of the existing nov files without reading/writing them in full.Sun, 05 Sep 2010 01:27:15 +0000, by Katsumi Yamaoka
-
pop3.el (pop3-write-to-file): Don't output messages when saving; mail-source.el (mail-source-delete-crash-box): Really only check the incoming files once in a while; nnml.el (nnml-save-nov): Message around nnml-save-nov so that the culprit is more visible; pop3.el (pop3-send-streaming-command): Off-by-one error on the request loop (for debugging purposes) removed.Sun, 05 Sep 2010 01:18:05 +0000, by Katsumi Yamaoka
-
pop3.el (pop3-streaming-movemail): Always close the pop3 connection.Sun, 05 Sep 2010 01:12:51 +0000, by Katsumi Yamaoka
-
gnus-start.el: White space clean up; mail-source.el (mail-source-fetch-pop): Use streaming pop3 retrieval; pop3.el (pop3-streaming-movemail): Respect pop3-leave-mail-on-server; pop3.el (pop3-logon): Fix up unbound variable typo; mail-source.el (mail-source-delete-crash-box): Only check the incoming files for deletion once per day to save a lot of file accesses.Sun, 05 Sep 2010 01:08:22 +0000, by Katsumi Yamaoka
-
gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc list.Sun, 05 Sep 2010 00:56:31 +0000, by Katsumi Yamaoka
-
pop3.el (pop3-movemail): Use erase-buffer instead of looping and deleting regions, which seems rather odd; gnus-start.el (gnus-get-unread-articles): Protect against groups that come from no known methods.Sun, 05 Sep 2010 00:52:55 +0000, by Katsumi Yamaoka
-
(pop3-display-message-size-flag): Removed -- everybody wants message sizes.Sun, 05 Sep 2010 00:49:07 +0000, by 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:44:53 +0000, by 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:38:39 +0000, by 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:34:16 +0000, by Katsumi Yamaoka
-
* lisp/electric.el (electric-indent-post-self-insert-function):Sun, 05 Sep 2010 00:54:58 +0200, by Stefan Monnier
-
* lisp/emacs-lisp/syntax.el (syntax-ppss): More sanity check to catchSun, 05 Sep 2010 00:51:39 +0200, by Stefan Monnier
-
Fix Ruby compilation error matching.Sat, 04 Sep 2010 16:42:03 -0400, by Chong Yidong
-
Update cl-loaddefs.elSat, 04 Sep 2010 21:44:39 +0200, by Andreas Schwab
-
Check all lisp types in image loaderSat, 04 Sep 2010 21:39:34 +0200, by Andreas Schwab
-
Avoid global recursive calls to kill-buffer-hooks, and fit into 80 cols.Sat, 04 Sep 2010 20:47:29 +0200, by Stefan Monnier
-
* emacs-lisp/package.el (package-directory-list): Only call file-name-nondirectory on a string.Sat, 04 Sep 2010 13:54:48 -0400, by Chong Yidong
-
Avoid corrupting archive-contents file.Sat, 04 Sep 2010 13:13:14 -0400, by Chong Yidong
-
gnus.texi (Adaptive Scoring): Fix typo.Sat, 04 Sep 2010 15:34:39 +0000, by 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:28:57 +0000, by Katsumi Yamaoka
-
Fix display of composed R2L text on MS-Windows.Sat, 04 Sep 2010 18:16:08 +0300, by Eli Zaretskii
-
* image.c (Fimagemagick_types): Doc fix.Sat, 04 Sep 2010 12:43:43 +0200, by Andreas Schwab
-
Fix type mismatch in ImageMagick loaderSat, 04 Sep 2010 12:41:52 +0200, by Andreas Schwab
-
* image.c (imagemagick_image_p): Replace bcopy by memcpy.Sat, 04 Sep 2010 10:23:09 +0200, by Andreas Schwab
-
Update config.bat due to lisp/gnus/.dir-locals.el.Sat, 04 Sep 2010 10:30:14 +0300, by Eli Zaretskii
-
Fix previous merge from Gnus trunk.Sat, 04 Sep 2010 00:50:02 +0000, by 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:45:13 +0000, by 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:36:13 +0000, by Katsumi Yamaoka
-
gnus-html.el: Add the new command gnus-html-show-images.Sat, 04 Sep 2010 00:30:49 +0000, by 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>.Sat, 04 Sep 2010 00:26:18 +0000, by Katsumi Yamaoka
-
gnus-agent.el: Change the default so that nnimap methods aren't agentized by default. There's apparently many problems related to agent/imap behaviour; gnus-art.el: Don't reuse the 'gnus-data text property, but use a new property. This avoids stomping over other functions that use this for other things; gnus-html.el: Add a new `i' command to insert images.Sat, 04 Sep 2010 00:21:34 +0000, by Katsumi Yamaoka
-
gnus-html: Comment fix.; gnus-art.el: Provide an `u' command on urls and the like that copies the string over to the kill ring; Also have the `u' command work for HTML links.Sat, 04 Sep 2010 00:12:44 +0000, by Katsumi Yamaoka
-
Added a .dir-locals.el file so that trailing whitespace is shown.Sat, 04 Sep 2010 00:04:48 +0000, by Katsumi Yamaoka
-
Use SMIE's blink-paren for octave-mode.Fri, 03 Sep 2010 15:28:09 +0200, by Stefan Monnier
-
* lisp/electric.el (electricity): New group.Fri, 03 Sep 2010 15:06:51 +0200, by Stefan Monnier
-
* lisp/calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replaceFri, 03 Sep 2010 13:26:08 +0200, by Stefan Monnier
-
Provide blink-matching support to SMIE.Fri, 03 Sep 2010 13:18:45 +0200, by Stefan Monnier
-
* lisp/simple.el (newline): Fix last change to properly remove itself fromFri, 03 Sep 2010 13:12:46 +0200, by Stefan Monnier
-
gnus-html.el (gnus-html-put-image): make avoidance of displaying small images work for XEmacs.Fri, 03 Sep 2010 06:10:04 +0000, by Katsumi Yamaoka
-
Make gnus-html work for XEmacs.Fri, 03 Sep 2010 02:29:03 +0000, by Katsumi Yamaoka
-
gnus-ems.el: Make process-plist functions work.Fri, 03 Sep 2010 01:00:10 +0000, by Katsumi Yamaoka
-
Add blink-matching-check-function and misc cleanups.Thu, 02 Sep 2010 23:57:08 +0200, by Stefan Monnier
-
Fix lisp/ChangeLog entries.Thu, 02 Sep 2010 18:06:51 +0200, by Jan D.
-
Set revert-buffer-function in Package Menu.Thu, 02 Sep 2010 11:29:15 -0400, by Chong Yidong
-
gnus-html-rescale-image: Fix up typo in rescaling.Thu, 02 Sep 2010 14:10:03 +0000, by Katsumi Yamaoka
-
ispell.el: better `default-directory' and kill-ispell-on-exit handlingThu, 02 Sep 2010 14:37:29 +0200, by Agustin martin
-
* simple.el (kill-new): Call interprogram-cut-function with only one argument.Thu, 02 Sep 2010 12:54:43 +0200, by Jan D
-
Forgor to save ChangeLog for previous commit.Thu, 02 Sep 2010 12:20:20 +0200, by Jan D.
-
Remove cut buffer from documentation.Thu, 02 Sep 2010 12:17:02 +0200, by Jan D.
-
Support for cut buffers has been removed.Thu, 02 Sep 2010 11:52:24 +0200, by Jan D.
-
emoved cut-buffer code.Thu, 02 Sep 2010 11:47:53 +0200, by Jan D.
-
Removed cut-buffer code.Thu, 02 Sep 2010 11:47:08 +0200, by Jan D.
-
gnus-html-put-image, gnus-html-rescale-image: Pass `file' argument.Thu, 02 Sep 2010 05:03:06 +0000, by Katsumi Yamaoka
-
gnus-article-html: Make work buffer multibyte for decoded contents.Thu, 02 Sep 2010 03:47:31 +0000, by Katsumi Yamaoka
-
gnus-group.el (gnus-group-line-format): Remove %O (moderated) from group line format, since it isn't very interesting.Thu, 02 Sep 2010 03:43:31 +0000, by Katsumi Yamaoka
-
gnus-agent.el (gnus-agent-short-article, gnus-agent-long-article): Increase values for these two variables.Thu, 02 Sep 2010 03:39:33 +0000, by Katsumi Yamaoka
-
gnus.el (gnus-mode-non-string-length): Change default to 30; gnus-sum.el (gnus-auto-select-subject): Change default to `unseen-or-unread'; gnus.el (gnus-refer-article-method): Change default to 'current.Thu, 02 Sep 2010 03:35:06 +0000, by Katsumi Yamaoka
-
message.el (message-generate-new-buffers): Change default to `unsent'; gnus-sum.el (gnus-summary-goto-unread, gnus-single-article-buffer): Change default to nil.Thu, 02 Sep 2010 03:27:17 +0000, by Katsumi Yamaoka
-
merge changes in emacs-23 branchThu, 02 Sep 2010 11:00:18 +0900, by Kenichi Handa
-
merge trunkThu, 02 Sep 2010 10:09:22 +0900, by Kenichi Handa
-
merge trunkThu, 02 Sep 2010 10:04:37 +0900, by Kenichi Handa
-
merge trunkThu, 02 Sep 2010 09:58:05 +0900, by Kenichi Handa
-
merge trunkThu, 02 Sep 2010 09:54:08 +0900, by Kenichi Handa
-
merge changes in emacs-23 branchWed, 01 Sep 2010 16:13:21 +0900, by Kenichi Handa
-
Fix handling of 8-bit characters in a display table.Tue, 31 Aug 2010 20:21:51 +0900, by Kenichi Handa
-
Fix handling of 8-bit characters in a display table.Tue, 31 Aug 2010 16:49:21 +0900, by Kenichi Handa
-
term.c (encode_terminal_code): Encode byte chars to the correspnding bytes.Sun, 29 Aug 2010 14:24:08 +0900, by Kenichi Handa
-
merge emacs-23Sun, 29 Aug 2010 14:22:52 +0900, by Kenichi Handa
-
term.c (encode_terminal_code): Encode byte chars to the correspnding bytes.Sun, 29 Aug 2010 14:15:34 +0900, by Kenichi Handa
-
merge emacs-23Sat, 28 Aug 2010 20:26:20 +0900, by Kenichi Handa
-
* etc/ChangeLog: Whitespace.Sat, 28 Aug 2010 13:01:36 -0700, by Glenn Morris
-
* etc/ChangeLog: Mark tiny change.Sat, 28 Aug 2010 12:59:18 -0700, by Glenn Morris
-
quail/japanese.el (quail-japanese-update-translation): Fix handling of invalid key.Sat, 28 Aug 2010 15:03:00 +0900, by Kenichi Handa
-
merge emacs-23Fri, 27 Aug 2010 23:06:02 +0900, by Kenichi Handa
-
Sync with Tramp 2.1.19.Thu, 26 Aug 2010 21:40:13 +0200, by Michael Albinus
-
Sync with Tramp 2.1.19.Thu, 26 Aug 2010 21:23:02 +0200, by Michael Albinus
-
play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).Thu, 26 Aug 2010 17:33:52 +0200, by Juanma Barranquero
-
* emacs.1: Mention "maximized" value for the "fullscreen" X resource.Thu, 26 Aug 2010 11:14:55 -0400, by Chong Yidong
-
* simple.el (beginning-of-buffer, end-of-buffer): Doc fix (Bug#6907).Thu, 26 Aug 2010 11:09:45 -0400, by Chong Yidong
-
quail/japanese.el (quail-japanese-update-translation): Fix handling of invalid key.Sat, 28 Aug 2010 14:58:44 +0900, by Kenichi Handa
-
merge trunkThu, 26 Aug 2010 12:42:08 +0900, by Kenichi Handa
-
* progmodes/python.el (python-block-pairs): Allow use of "finally" with "else" (Bug#3991).Sun, 22 Aug 2010 20:44:55 -0400, by Chong Yidong
-
* emacs3.py: Import imp module and use it (Bug#5756).Sun, 22 Aug 2010 19:50:38 -0400, by Chong Yidong
-
Handle multiple entries in some RCIRC commands (Bug#6894).Sun, 22 Aug 2010 18:44:55 -0400, by Chong Yidong
-
gnus-html.el (gnus-html-rescale-image): Yet another try at getting the image sizing right.Thu, 02 Sep 2010 01:46:34 +0000, by Katsumi Yamaoka
-
Delete all trailing white space.Thu, 02 Sep 2010 01:42:32 +0000, by Katsumi Yamaoka
-
gnus-html.el (gnus-html-wash-tags): Remove all <pre_int> place holders.Thu, 02 Sep 2010 01:33:31 +0000, by Katsumi Yamaoka
-
gnus-html.el (gnus-html-wash-tags): Don't show images that are really small. They're probably tracking images; nntp.el (nntp-request-set-mark): Refuse to do marks if nntp-marks-file-name is nil.Thu, 02 Sep 2010 01:29:42 +0000, by Katsumi Yamaoka
-
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.Thu, 02 Sep 2010 01:24:21 +0000, by Katsumi Yamaoka
-
gnus-html.el: prefix log messages with function nameThu, 02 Sep 2010 01:18:45 +0000, by Katsumi Yamaoka