Mercurial > emacs
graph
-
gnus-art.el (gnus-url-mailto): Unfold URLs before using them.Fri, 26 Nov 2010 02:31:57 +0000, by Katsumi Yamaoka
-
* mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs beforeFri, 26 Nov 2010 03:28:03 +0100, by Lars Magne Ingebrigtsen
-
nnimap.el (nnimap-request-set-mark): Add is "+", not "-".Fri, 26 Nov 2010 02:17:55 +0000, by Katsumi Yamaoka
-
nnml.el, nnfolder.el, nntp.el (*-request-set-mark): Extend syntax with 'set.Fri, 26 Nov 2010 02:11:40 +0000, by Katsumi Yamaoka
-
nnimap.el (nnimap-find-uid-response): The UID is the last element in the list.Fri, 26 Nov 2010 01:27:37 +0000, by Katsumi Yamaoka
-
nnimap.el: Use the UID returned when copying and accepting articles, instead of searching for the ID (on the servers that support it).Fri, 26 Nov 2010 01:14:40 +0000, by Katsumi Yamaoka
-
nnimap.el (nnimap-last-response-string): Remove the unfolding -- it introduces regressions in article selection.Fri, 26 Nov 2010 00:45:03 +0000, by Katsumi Yamaoka
-
nnimap.el (nnimap-last-response-string): Fix last unfolding fix.Thu, 25 Nov 2010 23:43:16 +0000, by Katsumi Yamaoka
-
message.el (message-called-interactively-p): A temporary macro.Thu, 25 Nov 2010 23:20:19 +0000, by Katsumi Yamaoka
-
nnimap.el (nnimap-unfold-quoted-lines): Refactor out.Thu, 25 Nov 2010 23:05:10 +0000, by Katsumi Yamaoka
-
* diff.el (diff): Fix it for good, hopefully, this time.Thu, 25 Nov 2010 16:59:30 -0500, by Stefan Monnier
-
Fixing bug #7474 also fixes #7481.Thu, 25 Nov 2010 22:28:14 +0200, by Eli Zaretskii
-
Fix bug #7474 with cursor positioning in overlay strings.Thu, 25 Nov 2010 20:38:09 +0200, by Eli Zaretskii
-
shr.el (shr-insert): Fix the way to fold lines.Thu, 25 Nov 2010 14:51:51 +0000, by Katsumi Yamaoka
-
gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].Thu, 25 Nov 2010 11:14:14 +0000, by Katsumi Yamaoka
-
shr-color.el (shr-color-visible): Don't bug out if the colour names don't exist.Thu, 25 Nov 2010 07:46:51 +0000, by Katsumi Yamaoka
-
mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil, assuming that article displaying or another mml-preview may be interrupted for an error or for the like.Thu, 25 Nov 2010 05:09:25 +0000, by Katsumi Yamaoka
-
* lisp/vc/diff.el (diff): Fix last change.Wed, 24 Nov 2010 23:43:56 -0500, by Stefan Monnier
-
shr.el (shr-get-background): Fix argument name.Thu, 25 Nov 2010 01:13:37 +0000, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk.Wed, 24 Nov 2010 22:54:47 +0000, by Katsumi Yamaoka
-
* lisp/emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.Wed, 24 Nov 2010 11:39:51 -0500, by Stefan Monnier
-
nsterm.m (keyDown): Compare Left key masks exactly (Bug#7458).Wed, 24 Nov 2010 15:52:14 +0100, by Jan D.
-
color-lab: Require 'cl when compiling.Wed, 24 Nov 2010 12:56:50 +0000, by Katsumi Yamaoka
-
color-lab.el: Fix all expt calls to use float type.Wed, 24 Nov 2010 11:32:22 +0000, by Katsumi Yamaoka
-
Bug 7458: Make key press like Left + right ctrl work when right is not control.Wed, 24 Nov 2010 08:50:08 +0100, by Jan D.
-
shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color expression to shr-color-check as is.Wed, 24 Nov 2010 06:50:28 +0000, by Katsumi Yamaoka
-
(mailclient-send-it): Bind `browse-url-mailto-function' to nil toWed, 24 Nov 2010 07:34:12 +0100, by Lars Magne Ingebrigtsen
-
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.Wed, 24 Nov 2010 07:29:06 +0100, by Lars Magne Ingebrigtsen
-
shr-color.el (shr-color->hexadecimal): Ignore case of color names.Wed, 24 Nov 2010 06:22:51 +0000, by Katsumi Yamaoka
-
color-lab.el: Add coding cookie.Wed, 24 Nov 2010 01:28:37 +0000, by Katsumi Yamaoka
-
shr.el (shr-tag-font): Resurrect shr-tag-font again, since it's needed to parse <font color="red"> entries.Wed, 24 Nov 2010 00:35:23 +0000, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk.Tue, 23 Nov 2010 22:24:15 +0000, by Katsumi Yamaoka
-
Avoid GCC warning with inline functions.Tue, 23 Nov 2010 22:27:22 +0200, by Eli Zaretskii
-
Fix compilation on Windows following revno 102488.Tue, 23 Nov 2010 22:21:16 +0200, by Eli Zaretskii
-
* src/nsmenu.m: Use #include <config.h> instead of "config.h".Tue, 23 Nov 2010 11:36:48 -0800, by Dan Nicolaescu
-
Move extern declarations from term.c to lisp.h.Tue, 23 Nov 2010 10:56:28 -0800, by Dan Nicolaescu
-
Mark debugger related variables and functions as EXTERNALLY_VISIBLETue, 23 Nov 2010 10:47:23 -0800, by Dan Nicolaescu
-
Include <sys/ioctl.h> unconditionally.Tue, 23 Nov 2010 10:09:55 -0800, by Dan Nicolaescu
-
* lisp/eshell/: Use with-silent-modifications.Tue, 23 Nov 2010 12:36:15 -0500, by Stefan Monnier
-
Always issue a full prompt in vc-merge-branch operation.Tue, 23 Nov 2010 10:13:43 -0500, by Chong Yidong
-
* lisp/shell.el (shell): Use current-buffer by default if it's alreadyTue, 23 Nov 2010 09:19:54 -0500, by Stefan Monnier
-
shr-color.el: fix several function calls.Tue, 23 Nov 2010 10:22:49 +0000, by Katsumi Yamaoka
-
shr.el (shr-color->hexadecimal): Autoload.Tue, 23 Nov 2010 08:21:09 +0000, by Katsumi Yamaoka
-
* mail/emacsbug.el (report-emacs-bug-query-existing-bugs): MentionTue, 23 Nov 2010 09:00:56 +0100, by Tassilo Horn
-
etc/NEWS: Document vc-update and vc-merge changes.Mon, 22 Nov 2010 20:26:02 -0500, by Chong Yidong
-
Initial support for unified DVCS pull and merge.Mon, 22 Nov 2010 20:15:08 -0500, by Chong Yidong
-
shr.el (shr-tag-color-check): Convert colors to hexadecimal with shr-color->hexadecimal.Tue, 23 Nov 2010 00:03:44 +0000, by Katsumi Yamaoka
-
* lisp/Makefile.in: Fix up last merge.Mon, 22 Nov 2010 17:09:17 -0500, by Stefan Monnier
-
Cleanup diff-buffer-with-file.Mon, 22 Nov 2010 14:22:03 -0500, by Stefan Monnier
-
w32.c: Fix a typo in a comment.Mon, 22 Nov 2010 20:15:07 +0200, by Eli Zaretskii
-
* lisp/gnus/ChangeLog: Improve style.Mon, 22 Nov 2010 13:00:40 -0500, by Stefan Monnier
-
* lisp/files.el: Make revert work with diff-buffer-with-file.Mon, 22 Nov 2010 12:57:46 -0500, by Stefan Monnier
-
gnus-art.el (gnus-url-mailto): Do not downcase args.Mon, 22 Nov 2010 11:33:06 +0000, by Katsumi Yamaoka
-
* textmodes/reftex-ref.el (reftex-goto-label): Use the currentMon, 22 Nov 2010 09:09:41 +0100, by Tassilo Horn
-
* alloc.c (mark_maybe_object): Return early if given a Lisp integer (Bug#6301).Sun, 21 Nov 2010 19:43:53 -0500, by Chong Yidong
-
Merge changes made in Gnus trunk.Sun, 21 Nov 2010 22:46:16 +0000, by Katsumi Yamaoka
-
The default value of `backup-by-copying-when-mismatch' is now t.Sun, 21 Nov 2010 20:46:48 +0100, by Michael Albinus
-
* files.el (backup-by-copying-when-mismatch): The default value isSun, 21 Nov 2010 20:39:21 +0100, by Michael Albinus
-
* tool-bar.el (tool-bar-setup): Remove save as, print and customize.Sun, 21 Nov 2010 19:29:08 +0100, by Jan D.
-
Highlight top-level augmented assignments in Python (Bug#6445).Sun, 21 Nov 2010 12:12:44 -0500, by Chong Yidong
-
* src/sheap.c (STATIC_HEAP_SIZE): Revert previous change.Sun, 21 Nov 2010 10:46:23 -0500, by Ken Brown
-
ns_appbindir must end in /.Sun, 21 Nov 2010 15:39:55 +0100, by Jan D.
-
Add separate key mappings for left/right control/command on Nextstep (Bug#7458).Sun, 21 Nov 2010 14:09:34 +0100, by Jan D.
-
Gnus: Fix display of message insertion marks.Sun, 21 Nov 2010 09:51:04 +0100, by Ralf Angeli
-
nnimap.el (nnimap-unselect-group): Made into its own function.Sun, 21 Nov 2010 07:11:35 +0000, by Katsumi Yamaoka
-
Remove emacs-priority.Sat, 20 Nov 2010 21:39:01 -0800, by Dan Nicolaescu
-
Remove INLINE uses in header files.Sat, 20 Nov 2010 21:20:50 -0800, by Dan Nicolaescu
-
* configure.in (INLINE): Do not depend on OPTIMIZE, unused.Sat, 20 Nov 2010 21:17:19 -0800, by Dan Nicolaescu
-
diary-lib comments.Sat, 20 Nov 2010 14:29:35 -0800, by Glenn Morris
-
Tiny authors.el updates.Sat, 20 Nov 2010 14:27:56 -0800, by Glenn Morris
-
ChangeLog fixes prompted by M-x authors.Sat, 20 Nov 2010 14:25:56 -0800, by Glenn Morris
-
* mail/emacsbug.el (report-emacs-bug-query-existing-bugs)Sat, 20 Nov 2010 18:32:57 +0100, by Tassilo Horn
-
* src/sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.Sat, 20 Nov 2010 10:23:49 -0500, by Ken Brown
-
Use \uNNNN, \UNNNNNN, or \xNNNNNN for hex-code display on a TTY.Sat, 20 Nov 2010 17:04:50 +0200, by Eli Zaretskii
-
Add keyword :vert-only for tool bar items with labels not shown horizontally.Sat, 20 Nov 2010 15:51:25 +0100, by Jan D.
-
Make glyphless-char-display-control a defcustom.Sat, 20 Nov 2010 16:35:45 +0200, by Eli Zaretskii
-
Sync with Tramp 2.2.0.Sat, 20 Nov 2010 14:17:25 +0100, by Michael Albinus
-
Sync with Tramp 2.2.0.Sat, 20 Nov 2010 14:12:27 +0100, by Michael Albinus
-
lisp/ChangeLog: Fix entry for bug-querying changes.Sat, 20 Nov 2010 13:52:09 +0200, by Eli Zaretskii
-
faces.el (glyphless-char): Define value for `pc'.Sat, 20 Nov 2010 13:47:49 +0200, by Eli Zaretskii
-
msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line.Sat, 20 Nov 2010 13:45:14 +0200, by Eli Zaretskii
-
faces.el (glyphless-char): Define value for `pc'.Sat, 20 Nov 2010 13:43:01 +0200, by Eli Zaretskii
-
msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line.Sat, 20 Nov 2010 13:24:28 +0200, by Eli Zaretskii
-
* mail/emacsbug.el (report-emacs-bug-tracker-url)Sat, 20 Nov 2010 12:39:44 +0100, by Tassilo Horn
-
* src/xfaces.c (lookup_face): Make static.Sat, 20 Nov 2010 11:07:00 +0100, by Andreas Schwab
-
gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.Sat, 20 Nov 2010 01:18:17 +0000, by Katsumi Yamaoka
-
Fix bug #6687 with cursor positioning after before-string from overlays.Fri, 19 Nov 2010 18:34:22 +0200, by Eli Zaretskii
-
lisp/ldefs-boot.el: Regenerate.Fri, 19 Nov 2010 14:25:17 +0100, by Juanma Barranquero
-
* textmodes/reftex-ref.el (reftex-goto-label): If point is insideFri, 19 Nov 2010 12:18:15 +0100, by Tassilo Horn
-
gnus-html.el (gnus-html-prefetch-images): Fix last change.Fri, 19 Nov 2010 05:11:59 +0000, by Katsumi Yamaoka
-
Assume that gnus-inhibit-images may be a group parameter.Fri, 19 Nov 2010 04:55:16 +0000, by Katsumi Yamaoka
-
calc.texi (TeX and LaTeX Language Modes, Predefined Units):Thu, 18 Nov 2010 19:14:36 -0600, by Jay Belanger
-
* src/alloc.c (refill_memory_reserve): Move declaration ...Thu, 18 Nov 2010 13:45:03 -0800, by Dan Nicolaescu
-
* src/strftime.c (_strftime_copytm): Add declaration.Thu, 18 Nov 2010 13:39:15 -0800, by Dan Nicolaescu
-
* src/callproc.c (syms_of_callproc): Use intern_c_string.Thu, 18 Nov 2010 08:59:12 -0800, by Dan Nicolaescu
-
Move declarations from .c files to .h files.Thu, 18 Nov 2010 08:57:00 -0800, by Dan Nicolaescu
-
Convert definitions to standard C.Thu, 18 Nov 2010 08:49:30 -0800, by Dan Nicolaescu
-
shr.el: Allow customizing the vertical table lines.Thu, 18 Nov 2010 06:34:02 +0000, by Katsumi Yamaoka
-
Merge from emacs-23Wed, 17 Nov 2010 22:54:14 -0500, by Stefan Monnier
-
* lisp/textmodes/rst.el: Minor cleanup to improve style.Wed, 17 Nov 2010 22:02:15 -0500, by Stefan Monnier
-
* comint.el (comint-kill-region): Fix last change.Wed, 17 Nov 2010 22:44:35 -0500, by Stefan Monnier
-
Make the yank-handler argument obsolete.Wed, 17 Nov 2010 21:09:41 -0500, by Stefan Monnier
-
* emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokensWed, 17 Nov 2010 14:59:16 -0500, by Stefan Monnier
-
* vc-hg.el (vc-hg-program): New var.Wed, 17 Nov 2010 09:34:28 -0500, by Stefan Monnier
-
autoload.el fix for bug#7414.Tue, 16 Nov 2010 19:47:16 -0800, by Glenn Morris
-
* lisp/server.el (server-force-stop): Ensure the server is stopped (Bug#7409).Tue, 16 Nov 2010 15:09:47 -0500, by Chong Yidong
-
Fix link error on Fedora 14: newer GConf don't use g_type_*.Sun, 14 Nov 2010 12:47:31 +0100, by Jan D
-
Fix link error on Fedora 14: newer GConf don't use g_type_*.Sun, 14 Nov 2010 12:46:00 +0100, by Jan D
-
Document revision 100210 as an incompatible change in posn-col-row.Sat, 13 Nov 2010 23:59:28 +0200, by Eli Zaretskii
-
subr.el (posn-col-row): Pay attention to header line. (Bug#7390)Sat, 13 Nov 2010 23:07:58 +0200, by Eli Zaretskii
-
Fix picture-mouse-set-point calculation (Bug#7390).Sat, 13 Nov 2010 16:01:10 -0500, by Chong Yidong
-
Backport fix for Bug#6170 from trunk.Sat, 13 Nov 2010 12:22:52 -0500, by Chong Yidong