Thu, 06 Jan 2011 02:19:05 -0500 |
Ken Manheimer |
allout.el: (allout-back-to-current-heading): Ensure return to the visible
|
Wed, 05 Jan 2011 21:14:54 -0800 |
Glenn Morris |
vc-bzr fix for bug #7792.
|
Wed, 05 Jan 2011 22:17:51 +0100 |
Tassilo Horn |
* doc-view.el (doc-view-image-width): New variable.
|
Tue, 04 Jan 2011 23:04:51 -0800 |
Glenn Morris |
* lisp/emacs-lisp/rx.el (rx-repeat): Replace CL function.
|
Tue, 04 Jan 2011 23:03:21 -0800 |
Glenn Morris |
ChangeLog fix.
|
Tue, 04 Jan 2011 14:50:21 -0500 |
Ken Manheimer |
Include recent allout.el changes, and add missing '*' asterisk to my
|
Tue, 04 Jan 2011 09:04:10 -0800 |
Glenn Morris |
* lisp/textmodes/rst.el (rst-compile-toolsets): Add pdf and s5 to option alist.
|
Tue, 04 Jan 2011 11:57:24 +0100 |
Michael Albinus |
* net/dbus.el (dbus-register-property): Added optional parameter
|
Tue, 04 Jan 2011 11:09:13 +0100 |
Andreas Schwab |
* lisp/textmodes/rst.el (rst-compile-pdf-preview)
|
Mon, 03 Jan 2011 20:47:39 -0800 |
Glenn Morris |
Small rst.el stuff.
|
Mon, 03 Jan 2011 15:50:05 -0500 |
Ken Manheimer |
add neglected allout.el ChangeLog entries to ChangeLog.
|
Sun, 02 Jan 2011 15:28:40 -0500 |
Chong Yidong |
Merge changes from emacs-23 branch
|
Sun, 02 Jan 2011 10:58:36 -0800 |
Glenn Morris |
Remove duplicate ChangeLog entry.
|
Sat, 01 Jan 2011 22:57:26 -0500 |
Stefan Monnier |
* lisp/files.el (file-local-variables-alist): Make permanent-local.
|
Sat, 01 Jan 2011 22:16:03 -0500 |
Stefan Monnier |
* lisp/mail/mail-utils.el (mail-strip-quoted-names): Don't modify the
|
Sat, 01 Jan 2011 18:46:30 -0800 |
Glenn Morris |
Set short copyright year to 2011.
|
Sat, 01 Jan 2011 18:43:26 -0800 |
Glenn Morris |
Mail-utils fix for bug#7746. (tiny change)
|
Sat, 01 Jan 2011 18:35:23 -0800 |
Glenn Morris |
Small mail-utils fix for bug 7760.
|
Fri, 31 Dec 2010 21:17:53 +0100 |
Michael Albinus |
* net/tramp.el (tramp-methods): Add recursive options to "scpc",
|
Fri, 31 Dec 2010 14:38:06 +0200 |
Eli Zaretskii |
Fix bug #7716 with PNG image support libraries on Windows.
|
Sat, 25 Dec 2010 13:50:34 +0200 |
Eli Zaretskii |
Fix bug #7713 with doc string of display-time-mode.
|
Sat, 25 Dec 2010 13:34:45 +0200 |
Eli Zaretskii |
Fix bug #7702 with docs of selections wrt MS-Windows.
|
Fri, 24 Dec 2010 23:00:14 +0900 |
Kenichi Handa |
Fix error handling of MIME parsing.
|
Fri, 24 Dec 2010 13:38:22 +0900 |
Kenichi Handa |
Enable display mode of MIME message in rmail.
|
Mon, 20 Dec 2010 19:31:15 +0800 |
Chong Yidong |
* help-fns.el (describe-variable): Fix 2010-12-17 change (Bug#7511).
|
Mon, 20 Dec 2010 01:18:15 +0000 |
Juri Linkov |
* lisp/isearch.el (isearch-lazy-highlight-error): New variable.
|
Fri, 17 Dec 2010 19:38:22 +0800 |
Chong Yidong |
* lisp/help-fns.el (describe-variable): Don't emit trailing whitespace (Bug#7511).
|
Fri, 17 Dec 2010 19:04:40 +0800 |
Chong Yidong |
Minor fix for eshell-previous-matching-input (Bug#7585).
|
Thu, 16 Dec 2010 09:11:21 +0800 |
Chong Yidong |
Use make-temp-file in rst.el (Bug#7646).
|
Wed, 15 Dec 2010 09:26:56 +0800 |
Chong Yidong |
* emulation/edt-mapper.el: Override mapping of function keys
|
Mon, 13 Dec 2010 17:12:01 +0200 |
Eli Zaretskii |
Fix bug #7589 with EOL format in smtpmail's queued mail.
|
Fri, 31 Dec 2010 20:57:05 +0100 |
Michael Albinus |
* net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
|
Thu, 30 Dec 2010 19:08:18 +0100 |
Tassilo Horn |
* doc-view.el (doc-view-set-doc-type): New function refactored
|
Thu, 30 Dec 2010 16:15:34 +0100 |
Andreas Schwab |
* lisp/emacs-lisp/rx.el (rx-syntax): Fix typo.
|
Thu, 30 Dec 2010 15:58:32 +0100 |
Tassilo Horn |
* doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
|
Thu, 30 Dec 2010 15:47:53 +0100 |
Tassilo Horn |
* doc-view.el (doc-view-mode, doc-view-toggle-display): Use
|
Thu, 30 Dec 2010 14:53:22 +0100 |
Tassilo Horn |
* doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS Office) files also for searching.
|
Thu, 30 Dec 2010 14:45:09 +0100 |
Tassilo Horn |
* doc-view.el: Implement viewing of OpenDocument (and Microsoft Office) files.
|
Thu, 30 Dec 2010 10:04:15 +0100 |
Michael Albinus |
* net/tramp.el (tramp-default-method-alist)
|
Tue, 28 Dec 2010 22:24:09 -0500 |
Karl Fogel |
* lisp/saveplace.el (save-place-alist-to-file): Save list sorted and
|
Tue, 28 Dec 2010 17:39:25 +0800 |
Chong Yidong |
Fix 2010-12-20 change to tool-bar.el.
|
Mon, 27 Dec 2010 18:52:17 +0100 |
Michael Albinus |
* net/secrets.el (secrets-delete-alias): New defun.
|
Mon, 27 Dec 2010 11:56:26 +0100 |
Michael Albinus |
* net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
|
Sun, 26 Dec 2010 18:17:09 -0500 |
Stefan Monnier |
* lisp/emacs-lisp/rx.el: Make it a superset of sregex.
|
Sat, 25 Dec 2010 12:57:02 +0200 |
Eli Zaretskii |
Fix bug #7699 with pasting selected text on MS-Windows.
|
Wed, 22 Dec 2010 19:00:12 -0500 |
Stefan Monnier |
Fix up last change.
|
Tue, 21 Dec 2010 14:45:11 +0800 |
Chong Yidong |
* help-fns.el (find-lisp-object-file-name): Locate .emacs from .emacs.elc (Bug#7530).
|
Tue, 21 Dec 2010 10:36:48 +0800 |
Chong Yidong |
Revert bogus 2010-10-24 change to widget-image-find.
|
Tue, 21 Dec 2010 11:30:36 +0900 |
Daiki Ueno |
Mark PGG obsolete.
|
Mon, 20 Dec 2010 21:11:01 +0100 |
Jan D. |
* dnd.el (dnd-get-local-file-name): Unhex of file name shall
|
Mon, 20 Dec 2010 22:44:28 +0800 |
Chong Yidong |
Bind "Copy" menu item to kill-ring-save, obsoleting menu-bar-kill-ring-save.
|
Mon, 20 Dec 2010 11:18:56 +0800 |
Chong Yidong |
Move color.el out of the gnus/ tree.
|
Mon, 20 Dec 2010 08:20:25 +0800 |
Chong Yidong |
Fix 2010-11-22 change to diff.el.
|
Mon, 20 Dec 2010 08:17:26 +0800 |
Chong Yidong |
Implement tool-bar separators for non-GTK tool-bars.
|
Sat, 18 Dec 2010 12:39:05 -0800 |
Glenn Morris |
Add missing ChangeLog entry for r102680.
|
Fri, 17 Dec 2010 10:14:57 -0500 |
Ken Brown |
* loadup.el: Use version numbers in Cygwin build.
|
Fri, 17 Dec 2010 18:56:03 +0800 |
Chong Yidong |
Ask for confirmation in ido-file-internal (Bug#1238).
|
Fri, 17 Dec 2010 12:04:06 +0800 |
Chong Yidong |
Support for menu separators in the GTK tool-bar.
|
Thu, 16 Dec 2010 11:35:56 +0900 |
Daiki Ueno |
Extend epa-file-select-keys to allow users to inhibit key selection.
|
Thu, 16 Dec 2010 10:26:39 +0800 |
Chong Yidong |
* eshell/eshell.el (eshell-directory-name): Use locate-user-emacs-file (Bug#7578).
|
Wed, 15 Dec 2010 00:16:53 -0800 |
Glenn Morris |
Remove code and comments related to lib-src/fns-*.el; long removed.
|
Wed, 15 Dec 2010 10:56:22 +0800 |
Chong Yidong |
New command rectangle-number-lines (Bug#4382).
|
Wed, 15 Dec 2010 10:05:38 +0800 |
Chong Yidong |
Delete long unused functions and variables in rect.el.
|
Tue, 14 Dec 2010 21:33:33 +0100 |
Michael Albinus |
* net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
|
Tue, 14 Dec 2010 00:06:18 -0800 |
Glenn Morris |
Tidy up some js.el requires.
|
Mon, 13 Dec 2010 21:01:08 -0800 |
Glenn Morris |
Misc sendmail.el.
|
Mon, 13 Dec 2010 20:46:07 -0800 |
Glenn Morris |
ChangeLog fix.
|
Mon, 13 Dec 2010 20:42:59 -0800 |
Glenn Morris |
Make build-mail-aliases an interactive command.
|
Mon, 13 Dec 2010 20:35:33 -0800 |
Glenn Morris |
Remove some dired.el autoload cookies on defcustoms.
|
Mon, 13 Dec 2010 20:32:14 -0800 |
Glenn Morris |
Make some dired defvars into defcustoms.
|
Mon, 13 Dec 2010 20:26:01 -0800 |
Glenn Morris |
* lisp/mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
|
Mon, 13 Dec 2010 22:29:12 +0000 |
Katsumi Yamaoka |
Merge changes made in Gnus trunk.
|
Mon, 13 Dec 2010 23:20:32 +0100 |
Romain Francoise |
* net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
|
Mon, 13 Dec 2010 10:27:36 -0500 |
Stefan Monnier |
Merge from emacs-23
|
Sun, 12 Dec 2010 22:45:57 +0200 |
Eli Zaretskii |
subr.el (posn-col-row): Evaluate header-line-format in the context of
|
Fri, 10 Dec 2010 18:34:55 -0800 |
Glenn Morris |
Doc fixes.
|
Fri, 10 Dec 2010 05:14:57 +0100 |
Michael Albinus |
* net/tramp.el (tramp-action-password, tramp-process-actions):
|
Thu, 09 Dec 2010 20:53:17 +0200 |
Eli Zaretskii |
Fix bug #1077 with popping new frames from a minibuffer-only frame.
|
Wed, 08 Dec 2010 17:50:08 -0800 |
Glenn Morris |
diary-lib fix for bug#7536.
|
Wed, 08 Dec 2010 17:46:03 -0800 |
Glenn Morris |
* lisp/mail/smtpmail.el (smtpmail-send-it): Revert previous change.
|
Wed, 08 Dec 2010 21:07:25 +0100 |
Michael Albinus |
* net/tramp.el (tramp-handle-start-file-process): Protect
|
Tue, 07 Dec 2010 19:42:00 -0800 |
Glenn Morris |
* lisp/log-edit.el (log-edit-changelog-entries): Regexp quote filename.
|
Tue, 07 Dec 2010 19:36:01 -0800 |
Glenn Morris |
* lisp/cus-edit.el (custom-save-all): Bind print-length and print-level to nil.
|
Tue, 07 Dec 2010 19:32:31 -0800 |
Glenn Morris |
mouse.el fix for bug#7586.
|
Tue, 07 Dec 2010 19:29:41 -0800 |
Glenn Morris |
Small smtpmail fix for bug#7588.
|
Tue, 07 Dec 2010 19:25:57 -0800 |
Glenn Morris |
Fix ChangeLog whitespace.
|
Tue, 07 Dec 2010 19:23:49 -0800 |
Glenn Morris |
Fix ChangeLog typo.
|
Tue, 07 Dec 2010 14:48:15 -0500 |
Stefan Monnier |
* diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
|
Mon, 06 Dec 2010 15:07:48 -0500 |
Chong Yidong |
Fix Lawrence Mitchell's email address in lisp/ChangeLog.
|
Mon, 06 Dec 2010 14:55:21 -0500 |
Chong Yidong |
* dired-aux.el (dired-do-redisplay): Postphone dired-after-readin-hook while mapping over marks (Bug#6810).
|
Mon, 06 Dec 2010 14:45:31 -0500 |
Chong Yidong |
Initialize image-dired auxilliary filenames relative to image-dired-dirs (Bug#7518).
|
Mon, 06 Dec 2010 14:35:54 -0500 |
Chong Yidong |
Fix arg usage of format-decode-run-method (Bug#7488).
|
Mon, 06 Dec 2010 07:51:06 +0100 |
Jan D. |
* frame.el (blink-cursor-mode): Make default t for ns.
|
Sun, 05 Dec 2010 10:30:58 +0900 |
Daiki Ueno |
Trivial fixes for epg.el.
|
Sat, 04 Dec 2010 19:59:37 -0500 |
Chong Yidong |
* vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
|
Sat, 04 Dec 2010 19:55:00 -0500 |
Chong Yidong |
Doc fixes for comint functions (Bug#7499).
|
Sat, 04 Dec 2010 19:43:18 -0500 |
Chong Yidong |
Doc fix for posn-* functions (Bug#7471).
|
Sat, 04 Dec 2010 17:43:51 -0500 |
Chong Yidong |
* dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil (Bug#7533).
|
Sat, 04 Dec 2010 16:45:17 -0500 |
Chong Yidong |
* lisp/files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
|
Sat, 04 Dec 2010 16:15:17 -0500 |
Chong Yidong |
* simple.el (transient-mark-mode): Doc fix (Bug#7465).
|
Sat, 04 Dec 2010 14:52:04 +0200 |
Eli Zaretskii |
Fix bug #4674 with UNCs in file-relative-name.
|
Wed, 01 Dec 2010 23:40:32 -0800 |
Glenn Morris |
That's not how you spell "initialization".
|
Wed, 01 Dec 2010 20:56:54 -0800 |
Glenn Morris |
ChangeLog fixes.
|
Wed, 01 Dec 2010 20:06:52 -0800 |
Glenn Morris |
Small ps-print fixes.
|
Thu, 02 Dec 2010 09:44:25 +0900 |
Kenichi Handa |
merge emacs-23
|
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.
|
Fri, 26 Nov 2010 19:25:35 -0800 |
Glenn Morris |
* lisp/allout.el (allout-command-prefix, allout-mode-map): Declare.
|
Fri, 26 Nov 2010 19:22:00 -0800 |
Glenn Morris |
* lisp/shell.el (shell-dir-cookie-re): Move definition before use.
|
Fri, 26 Nov 2010 19:15:59 -0800 |
Glenn Morris |
Fix emacsbug.el errors clearly flagged by the byte-compiler.
|
Fri, 26 Nov 2010 21:10:26 +0200 |
Eli Zaretskii |
Force left-to-right paragraph direction in echo area and prog-mode buffers.
|
Fri, 26 Nov 2010 20:38:40 +0200 |
Eli Zaretskii |
term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
|
Thu, 25 Nov 2010 19:10:16 -0800 |
Glenn Morris |
diary-lib.el diary-outlook* changes.
|
Fri, 26 Nov 2010 03:28:03 +0100 |
Lars Magne Ingebrigtsen |
* mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
|
Wed, 24 Nov 2010 23:43:56 -0500 |
Stefan Monnier |
* lisp/vc/diff.el (diff): Fix last change.
|
Wed, 24 Nov 2010 11:39:51 -0500 |
Stefan Monnier |
* lisp/emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
|
Wed, 24 Nov 2010 07:34:12 +0100 |
Lars Magne Ingebrigtsen |
(mailclient-send-it): Bind `browse-url-mailto-function' to nil to
|
Wed, 24 Nov 2010 07:29:06 +0100 |
Lars Magne Ingebrigtsen |
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
|
Tue, 23 Nov 2010 12:36:15 -0500 |
Stefan Monnier |
* lisp/eshell/: Use with-silent-modifications.
|
Tue, 23 Nov 2010 10:13:43 -0500 |
Chong Yidong |
Always issue a full prompt in vc-merge-branch operation.
|
Tue, 23 Nov 2010 09:19:54 -0500 |
Stefan Monnier |
* lisp/shell.el (shell): Use current-buffer by default if it's already
|
Tue, 23 Nov 2010 09:00:56 +0100 |
Tassilo Horn |
* mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Mention
|
Mon, 22 Nov 2010 20:15:08 -0500 |
Chong Yidong |
Initial support for unified DVCS pull and merge.
|
Mon, 22 Nov 2010 17:09:17 -0500 |
Stefan Monnier |
* lisp/Makefile.in: Fix up last merge.
|
Mon, 22 Nov 2010 14:22:03 -0500 |
Stefan Monnier |
Cleanup diff-buffer-with-file.
|
Mon, 22 Nov 2010 12:57:46 -0500 |
Stefan Monnier |
* lisp/files.el: Make revert work with diff-buffer-with-file.
|
Mon, 22 Nov 2010 09:09:41 +0100 |
Tassilo Horn |
* textmodes/reftex-ref.el (reftex-goto-label): Use the current
|
Sun, 21 Nov 2010 20:39:21 +0100 |
Michael Albinus |
* files.el (backup-by-copying-when-mismatch): The default value is
|
Sun, 21 Nov 2010 19:29:08 +0100 |
Jan D. |
* tool-bar.el (tool-bar-setup): Remove save as, print and customize.
|
Sun, 21 Nov 2010 12:12:44 -0500 |
Chong Yidong |
Highlight top-level augmented assignments in Python (Bug#6445).
|
Sun, 21 Nov 2010 14:09:34 +0100 |
Jan D. |
Add separate key mappings for left/right control/command on Nextstep (Bug#7458).
|
Sat, 20 Nov 2010 14:27:56 -0800 |
Glenn Morris |
Tiny authors.el updates.
|
Sat, 20 Nov 2010 14:25:56 -0800 |
Glenn Morris |
ChangeLog fixes prompted by M-x authors.
|
Sat, 20 Nov 2010 18:32:57 +0100 |
Tassilo Horn |
* mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
|
Sat, 20 Nov 2010 15:51:25 +0100 |
Jan D. |
Add keyword :vert-only for tool bar items with labels not shown horizontally.
|
Sat, 20 Nov 2010 16:35:45 +0200 |
Eli Zaretskii |
Make glyphless-char-display-control a defcustom.
|
Sat, 20 Nov 2010 14:12:27 +0100 |
Michael Albinus |
Sync with Tramp 2.2.0.
|
Sat, 20 Nov 2010 13:52:09 +0200 |
Eli Zaretskii |
lisp/ChangeLog: Fix entry for bug-querying changes.
|
Sat, 20 Nov 2010 13:47:49 +0200 |
Eli Zaretskii |
faces.el (glyphless-char): Define value for `pc'.
|
Sat, 20 Nov 2010 13:43:01 +0200 |
Eli Zaretskii |
faces.el (glyphless-char): Define value for `pc'.
|
Sat, 20 Nov 2010 12:39:44 +0100 |
Tassilo Horn |
* mail/emacsbug.el (report-emacs-bug-tracker-url)
|
Fri, 19 Nov 2010 12:18:15 +0100 |
Tassilo Horn |
* textmodes/reftex-ref.el (reftex-goto-label): If point is inside
|
Thu, 18 Nov 2010 19:14:36 -0600 |
Jay Belanger |
calc.texi (TeX and LaTeX Language Modes, Predefined Units):
|
Wed, 17 Nov 2010 22:54:14 -0500 |
Stefan Monnier |
Merge from emacs-23
|
Wed, 17 Nov 2010 22:02:15 -0500 |
Stefan Monnier |
* lisp/textmodes/rst.el: Minor cleanup to improve style.
|
Wed, 17 Nov 2010 21:09:41 -0500 |
Stefan Monnier |
Make the yank-handler argument obsolete.
|
Wed, 17 Nov 2010 14:59:16 -0500 |
Stefan Monnier |
* emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
|
Wed, 17 Nov 2010 09:34:28 -0500 |
Stefan Monnier |
* vc-hg.el (vc-hg-program): New var.
|
Tue, 16 Nov 2010 19:47:16 -0800 |
Glenn Morris |
autoload.el fix for bug#7414.
|
Tue, 16 Nov 2010 15:09:47 -0500 |
Chong Yidong |
* lisp/server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
|
Sat, 13 Nov 2010 23:07:58 +0200 |
Eli Zaretskii |
subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
|
Sat, 13 Nov 2010 16:01:10 -0500 |
Chong Yidong |
Fix picture-mouse-set-point calculation (Bug#7390).
|
Sat, 13 Nov 2010 11:08:21 +0100 |
Michael Albinus |
* net/tramp.el (tramp-remote-coding-commands): Add an alternative
|
Sat, 13 Nov 2010 01:16:18 -0800 |
Glenn Morris |
* lisp/novice.el (disabled-command-function): Fix 2009-11-15 change. (Bug#7384)
|
Thu, 11 Nov 2010 19:16:20 -0800 |
Glenn Morris |
diary-iso-date-forms fix for bug#7377.
|
Thu, 11 Nov 2010 20:33:28 -0500 |
Stefan Monnier |
* lisp/emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
|
Thu, 11 Nov 2010 17:19:01 -0500 |
Stefan Monnier |
* lisp/files.el (safe-local-variable-p): Gracefully handle errors.
|
Thu, 11 Nov 2010 00:08:25 -0500 |
Stefan Monnier |
* lisp/emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
|
Wed, 10 Nov 2010 19:48:46 -0800 |
Glenn Morris |
Fix some ls-lisp oddness.
|
Tue, 09 Nov 2010 23:55:15 -0800 |
Glenn Morris |
* lisp/printing.el (pr-menu-bind): Doc fix.
|
Tue, 09 Nov 2010 23:52:12 -0800 |
Glenn Morris |
* lisp/speedbar.el (speedbar-toggle-images): Doc fix.
|
Tue, 09 Nov 2010 23:46:01 -0800 |
Glenn Morris |
* lisp/progmodes/python.el (python-shell): Doc fix.
|
Tue, 09 Nov 2010 23:44:30 -0800 |
Glenn Morris |
wid-edit doc fixes.
|
Wed, 17 Nov 2010 21:44:44 -0500 |
Stefan Monnier |
* lisp/minibuffer.el (completion-fail-discreetly): New var.
|
Wed, 17 Nov 2010 21:43:42 -0500 |
Stefan Monnier |
* lisp/electric.el (electric-pair-pairs): New var.
|
Wed, 17 Nov 2010 10:07:48 -0500 |
Stefan Monnier |
Remove "tiny change"s for Eric Hanchrow
|
Wed, 17 Nov 2010 10:00:16 -0500 |
Stefan Monnier |
* lisp/progmodes/python.el (run-python): Explain why we remove the current
|
Wed, 17 Nov 2010 09:54:15 -0500 |
Stefan Monnier |
* lisp/progmodes/grep.el (grep-regexp-alist): Tighten the regexp.
|
Tue, 16 Nov 2010 16:19:34 -0500 |
Stefan Monnier |
* lisp/progmodes/octave-mod.el: Rely on elecric-*-modes.
|
Tue, 16 Nov 2010 16:14:46 -0500 |
Stefan Monnier |
* lisp/electric.el (electric-layout-mode): New minor mode.
|
Mon, 15 Nov 2010 16:40:30 -0500 |
Stefan Monnier |
* lisp/emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
|
Mon, 15 Nov 2010 13:27:33 +0100 |
Agustin Martin |
flyspell.el (flyspell-generic-progmode-verify): Make sure to check inside the word (Bug#6761).
|
Sat, 13 Nov 2010 21:09:11 -0500 |
Chong Yidong |
Let the cursorColor X resource set the the cursor face (Bug#7392).
|
Sat, 13 Nov 2010 16:47:07 -0800 |
Glenn Morris |
ChangeLog OCD.
|
Sat, 13 Nov 2010 17:30:10 -0500 |
Ken Manheimer |
(allout-keybindings), (allout-bind-keys), (allout-keybindings-binding),
|
Sat, 13 Nov 2010 13:34:02 -0500 |
Chong Yidong |
Fix background-color setting in initial frame (Bug#7373).
|
Sat, 13 Nov 2010 15:35:44 +0200 |
Eli Zaretskii |
lisp/ChangeLog: Fix last log entry.
|
Sat, 13 Nov 2010 15:29:31 +0200 |
Eli Zaretskii |
Fix and document display of glyphless characters.
|
Sat, 13 Nov 2010 11:42:32 +0100 |
Michael Albinus |
* net/tramp-compat.el (tramp-compat-line-beginning-position)
|
Fri, 12 Nov 2010 19:46:00 -0800 |
Glenn Morris |
* lisp/simple.el (count-words-region): New function.
|
Fri, 12 Nov 2010 19:36:32 -0800 |
Glenn Morris |
ChangeLog whitespace.
|
Fri, 12 Nov 2010 09:13:48 -0500 |
Stefan Monnier |
* lisp/shell.el (shell-dir-cookie-re): New custom variable.
|