| Commit message (Expand) | Author | Age | Files | Lines |
* | * emulation/cua-base.el (cua--init-keymaps): | Kim F. Storm | 2011-01-14 | 1 | -0/+5 |
* | * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach | Tassilo Horn | 2011-01-14 | 1 | -0/+5 |
* | * lisp/emacs-lisp/easymenu.el: Add :enable, and obey :label. Require CL. | Stefan Monnier | 2011-01-13 | 1 | -0/+9 |
* | Use run-mode-hooks for major mode hooks. | Stefan Monnier | 2011-01-13 | 1 | -0/+28 |
* | * lisp/mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code | Stefan Monnier | 2011-01-13 | 1 | -0/+3 |
* | * lisp/progmodes/prolog.el: Use syntax-propertize. Further code cleanup. | Stefan Monnier | 2011-01-13 | 1 | -0/+40 |
* | (doc-view-initiate-display): Fall back to normal mode when | Tassilo Horn | 2011-01-13 | 1 | -0/+3 |
* | * doc-view.el (doc-view-open-text): Use meaningful text buffer | Tassilo Horn | 2011-01-13 | 1 | -0/+4 |
* | * simple.el (shell-command): Don't error out if shell command | Tassilo Horn | 2011-01-13 | 1 | -0/+6 |
* | * ido.el (ido-may-cache-directory): Move "too-big" check later. | Kim F. Storm | 2011-01-13 | 1 | -0/+6 |
* | * dired-x.el (dired-omit-verbose): New defcustom that allows | Tassilo Horn | 2011-01-13 | 1 | -0/+6 |
* | Merged from trunk. | Christian Ohler | 2011-01-13 | 1 | -0/+29 |
|\ |
|
| * | * font-lock.el (font-lock-verbose): Default to nil. | Chong Yidong | 2011-01-12 | 1 | -0/+4 |
| * | New arg RETURN-ACTION for compose-mail, and related functions. | Chong Yidong | 2011-01-12 | 1 | -0/+16 |
| * | * cus-theme.el (customize-themes): Use switch-to-buffer. | Chong Yidong | 2011-01-12 | 1 | -0/+4 |
| * | * emacs-lisp/package.el (package--list-packages): Use switch-to-buffer. | Chong Yidong | 2011-01-12 | 1 | -0/+5 |
* | | Add ERT, a tool for automated testing in Emacs Lisp. | Christian Ohler | 2011-01-13 | 1 | -0/+4 |
|/ |
|
* | * lisp/emacs-lisp/unsafep.el (unsafep): Handle backquoted forms. | Johan Bockgård | 2011-01-11 | 1 | -0/+4 |
* | * lisp/progmodes/prolog.el: Fix up coding conventions and such. | Stefan Monnier | 2011-01-11 | 1 | -0/+33 |
* | * lisp/progmodes/prolog.el: Replace by a whole new file. | Stefan Bruda | 2011-01-10 | 1 | -0/+4 |
* | * lisp/subr.el (eval-after-load): Fix timing for features. | Stefan Monnier | 2011-01-10 | 1 | -0/+6 |
* | * lisp/calendar/diary-lib.el (diary-mode): Refresh *Calendar* after | Stefan Monnier | 2011-01-10 | 1 | -14/+19 |
* | allout.el: Add 2011 to the file copyright. | Ken Manheimer | 2011-01-10 | 1 | -0/+7 |
* | * net/dbus.el (dbus-unregister-service): Complete doc. Fix | Michael Albinus | 2011-01-10 | 1 | -1/+3 |
* | * net/dbus.el (dbus-register-property): Use `dont-register' keyword. | Michael Albinus | 2011-01-10 | 1 | -0/+4 |
* | * net/dbus.el (dbus-unregister-service): Translate returned | Michael Albinus | 2011-01-10 | 1 | -0/+7 |
* | Make org-link and idlwave-help-link inherit from link face. | Chong Yidong | 2011-01-09 | 1 | -0/+3 |
* | * lisp/comint.el (comint-highlight-prompt): Inherit from minibuffer-prompt. | Chong Yidong | 2011-01-09 | 1 | -0/+2 |
* | Fix 2010-03-12T22:56:30Z!cyd@stupidchicken.com change -- rename :on/off-image... | Chong Yidong | 2011-01-09 | 1 | -0/+13 |
* | * lisp/net/ldap.el (ldap-search-internal): Don't use eval. | Andreas Schwab | 2011-01-09 | 1 | -0/+4 |
* | * lisp/subr.el (read-char-choice): Use read-key. Suggested by Stefan. | Chong Yidong | 2011-01-09 | 1 | -0/+2 |
* | Record "safe themes" as sha1 hashes, as suggested by Stefan Monnier. | Chong Yidong | 2011-01-08 | 1 | -0/+7 |
* | Tweaks to tool-bar for default, VC-dir, Compile, and Info. | Chong Yidong | 2011-01-08 | 1 | -0/+13 |
* | * doc-view.el (doc-view-mode-p): Check for png or imagemagick | Tassilo Horn | 2011-01-08 | 1 | -0/+5 |
* | Doc fix for y-or-n-p and yes-or-no-p. | Chong Yidong | 2011-01-08 | 1 | -0/+2 |
* | Load themes using `load', querying if theme file not known safe. | Chong Yidong | 2011-01-08 | 1 | -0/+5 |
* | New function read-char-choice for reading a restricted set of chars. | Chong Yidong | 2011-01-08 | 1 | -0/+15 |
* | * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist) | Andreas Schwab | 2011-01-08 | 1 | -0/+1 |
* | Fixes: debbugs:7806 | Andreas Schwab | 2011-01-08 | 1 | -0/+6 |
* | Add --no-site-lisp to more Makefiles. | Glenn Morris | 2011-01-07 | 1 | -0/+2 |
* | In Makefiles, -batch implies -q. | Glenn Morris | 2011-01-07 | 1 | -0/+4 |
* | * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of | Sam Steingold | 2011-01-07 | 1 | -0/+6 |
* | Allow format args for y-or-n-p and yes-or-no-p. | Chong Yidong | 2011-01-07 | 1 | -0/+4 |
* | Add --no-site-lisp option, make -Q use it. (Bug#5707) | Glenn Morris | 2011-01-06 | 1 | -3/+6 |
* | allout.el: (allout-back-to-current-heading): Ensure return to the visible | Ken Manheimer | 2011-01-06 | 1 | -0/+11 |
* | vc-bzr fix for bug #7792. | Glenn Morris | 2011-01-05 | 1 | -0/+6 |
* | * doc-view.el (doc-view-image-width): New variable. | Tassilo Horn | 2011-01-05 | 1 | -0/+7 |
* | * lisp/emacs-lisp/rx.el (rx-repeat): Replace CL function. | Glenn Morris | 2011-01-04 | 1 | -0/+4 |
* | ChangeLog fix. | Glenn Morris | 2011-01-04 | 1 | -3/+1 |
* | Include recent allout.el changes, and add missing '*' asterisk to my | Ken Manheimer | 2011-01-04 | 1 | -2/+22 |