Wed, 01 Dec 2010 17:34:09 -0500 |
Stefan Monnier |
* lisp/ido.el (ido-common-initilization): New function.
|
Mon, 29 Nov 2010 21:22:39 +0900 |
Kenichi Handa |
Implement rmail-search-mime-message-function.
|
Sun, 12 Dec 2010 11:53:24 -0500 |
Karl Fogel |
* lisp/bookmark.el (bookmark-name-from-full-record): Rename back to
|
Sun, 12 Dec 2010 12:24:56 +0000 |
Alan Mackenzie |
(c-forward-type): Before scanning a template arglist, check that the
|
Fri, 10 Dec 2010 18:54:07 -0800 |
Glenn Morris |
Misc vc-bzr.el.
|
Fri, 10 Dec 2010 18:50:58 -0800 |
Glenn Morris |
* lisp/textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
|
Fri, 10 Dec 2010 18:48:23 -0800 |
Glenn Morris |
* lisp/files.el (auto-mode-alist): Use html-mode for *.xhtml.
|
Fri, 10 Dec 2010 15:00:25 -0500 |
Stefan Monnier |
Derive from prog-mode, use derived-mode-p, and fix up various
|
Fri, 10 Dec 2010 09:10:08 -0500 |
Stefan Monnier |
* lisp/textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
|
Fri, 10 Dec 2010 13:56:44 +0200 |
Eli Zaretskii |
arc-mode.el (archive-zip-extract): If w32-quote-process-args is nil, do quote
|
Thu, 09 Dec 2010 19:47:49 -0800 |
Glenn Morris |
* lisp/files.el (diff-no-select): Declare.
|
Thu, 09 Dec 2010 19:39:18 -0800 |
Glenn Morris |
Small emacsbug.el stuff.
|
Thu, 09 Dec 2010 19:36:46 -0800 |
Glenn Morris |
* lisp/comint.el (comint-input-ring-file-name): Doc fix.
|
Thu, 09 Dec 2010 19:34:59 -0800 |
Glenn Morris |
Fix ChangeLog attribution.
|
Thu, 09 Dec 2010 21:07:53 +0200 |
Eli Zaretskii |
Fix bug #1077 with popping new frames from a minibuffer-only frame.
|
Thu, 09 Dec 2010 08:55:03 -0200 |
Vinicius Jose Latorre |
Tiny code fix.
|
Wed, 08 Dec 2010 21:55:25 -0800 |
Glenn Morris |
Rename some landmark functions.
|
Wed, 08 Dec 2010 17:25:11 -0200 |
Vinicius Jose Latorre |
New version 13.2. (Bug#7582)
|
Wed, 08 Dec 2010 03:09:27 -0500 |
Karl Fogel |
Adjust parameter names and doc strings to resolve confusion over
|
Tue, 07 Dec 2010 21:00:12 -0800 |
Glenn Morris |
In gdb, try to init comint history from gdbhist.
|
Tue, 07 Dec 2010 19:47:27 -0800 |
Glenn Morris |
* mail/emacsbug.el (report-emacs-bug): Try to handle some other mail clients.
|
Tue, 07 Dec 2010 21:18:02 -0500 |
Stefan Monnier |
* lisp/files.el (dir-locals-collect-variables): Don't let errors stop us.
|
Tue, 07 Dec 2010 20:38:38 +0100 |
Tassilo Horn |
* simple.el (just-one-space): Make argument n default to 1 if
|
Tue, 07 Dec 2010 10:36:08 -0500 |
Stefan Monnier |
* lisp/electric.el (electric-indent-post-self-insert-function):
|
Mon, 06 Dec 2010 13:21:42 -0500 |
Stefan Monnier |
* lisp/simple.el (just-one-space): Delete newlines for negative arg.
|
Mon, 06 Dec 2010 11:51:37 -0500 |
Stefan Monnier |
* lisp/ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
|
Sat, 04 Dec 2010 20:01:23 -0500 |
Chong Yidong |
* lisp/vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
|
Sat, 04 Dec 2010 17:10:12 -0500 |
Chong Yidong |
Smarter initialization for dired-use-ls-dired (Bug#7546).
|
Fri, 03 Dec 2010 20:58:06 -0500 |
Stefan Monnier |
* lisp/replace.el: Add "collect" feature to occur.
|
Fri, 03 Dec 2010 19:49:49 -0500 |
Stefan Monnier |
* lisp/progmodes/which-func.el (which-func-ff-hook): Log the error message.
|
Fri, 03 Dec 2010 18:20:27 -0500 |
Stefan Monnier |
* lisp/subr.el (with-demoted-errors): Distinguish symbols from strings.
|
Fri, 03 Dec 2010 18:14:50 -0500 |
Stefan Monnier |
* lisp/newcomment.el (comment-styles): Add docs to each style.
|
Fri, 03 Dec 2010 12:48:24 +0100 |
Jan D. |
Restore dock New Frame and Preferences menu functions (Bug#7535).
|
Thu, 02 Dec 2010 19:13:24 -0800 |
Glenn Morris |
Silence nxml-mode.el compilation.
|
Thu, 02 Dec 2010 19:10:25 -0800 |
Glenn Morris |
Remove leading `*' from nxml defcustom docs.
|
Thu, 02 Dec 2010 19:06:11 -0800 |
Glenn Morris |
startup.el trivia.
|
Thu, 02 Dec 2010 19:04:29 -0800 |
Glenn Morris |
Remove some browse-url.el autoloads.
|
Thu, 02 Dec 2010 19:03:06 -0800 |
Glenn Morris |
emacsbug.el trivia.
|
Thu, 02 Dec 2010 19:01:16 -0800 |
Glenn Morris |
diff-sentinel trivia.
|
Fri, 03 Dec 2010 10:52:43 +0900 |
Daiki Ueno |
Trivial fixes for epg.el.
|
Thu, 02 Dec 2010 20:34:31 +0100 |
Michael Albinus |
* net/tramp.el (tramp-local-host-regexp): Add "localhost6".
|
Thu, 02 Dec 2010 09:36:45 -0800 |
Glenn Morris |
cl-macs `loop' fix for bug#7492.
|
Thu, 02 Dec 2010 09:34:35 -0800 |
Glenn Morris |
Small flymake changes.
|
Tue, 30 Nov 2010 12:57:48 -0500 |
Sam Steingold |
* lisp/nxml/nxml-mode.el (nxml-parent-document): Add a variable.
|
Sat, 27 Nov 2010 15:06:23 -0500 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
Sat, 27 Nov 2010 15:04:57 -0500 |
Chong Yidong |
Merge changes from emacs-23 branch
|
Sat, 27 Nov 2010 14:41:49 -0500 |
Chong Yidong |
Fix log-edit-font-lock-keywords (Bug#6465).
|
Sat, 27 Nov 2010 11:56:49 +0200 |
Eli Zaretskii |
Fix bug #7308 with `locate' on MS-Windows.
|
Fri, 26 Nov 2010 16:33:21 -0500 |
Stefan Monnier |
* emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
|
Fri, 26 Nov 2010 21:58:41 +0900 |
Kenichi Handa |
mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported multipart subtypes, insert all as usual.
|
Fri, 26 Nov 2010 16:58:35 +0900 |
Kenichi Handa |
mail/rmail.el: Require rfc2047.
|
Fri, 26 Nov 2010 13:06:59 +0900 |
Kenichi Handa |
Improve rmail's MIME handling.
|
Tue, 23 Nov 2010 21:21:55 -0500 |
Stefan Monnier |
* progmodes/which-func.el (which-func-imenu-joiner-function):
|
Tue, 23 Nov 2010 20:52:25 +0100 |
Michael Albinus |
* net/tramp.el (tramp-default-method-alist)
|
Sun, 21 Nov 2010 12:04:43 -0500 |
Chong Yidong |
Backport fixes for Bug#5390 and Bug#5694 from trunk.
|
Sun, 21 Nov 2010 11:52:05 -0500 |
Chong Yidong |
Make the sys.path remove in Python mode customizable (Bug#7454).
|
Sat, 20 Nov 2010 15:23:26 -0500 |
Chong Yidong |
Prompt before running print commands.
|
Sat, 27 Nov 2010 11:48:16 -0800 |
Glenn Morris |
startup.el trivia.
|
Sat, 27 Nov 2010 10:40:19 +0200 |
Eli Zaretskii |
Exclude NL and TAB from c0-control group for glyphless display.
|
Fri, 26 Nov 2010 19:29:06 -0800 |
Glenn Morris |
sendmail.el trivia.
|