| Commit message (Expand) | Author | Age | Files | Lines |
* | * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@... | Juanma Barranquero | 2010-09-20 | 1 | -4/+1 |
* | * lisp/subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow. | Stefan Monnier | 2010-09-17 | 1 | -3/+10 |
* | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-09-14 | 1 | -6/+7 |
|\ |
|
| * | * subr.el (unintern): Declare the obarray arg mandatory. | Stefan Monnier | 2010-09-14 | 1 | -6/+7 |
* | | * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key. | Stefan Monnier | 2010-09-12 | 1 | -0/+46 |
* | | Use `declare' in defmacros. | Stefan Monnier | 2010-08-30 | 1 | -4/+5 |
* | | Add "Package:" file headers to denote built-in packages. | Chong Yidong | 2010-08-29 | 1 | -0/+1 |
* | | Let version-to-list handle versions like "10.3d". | Chong Yidong | 2010-08-28 | 1 | -5/+10 |
* | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-08-22 | 1 | -1/+8 |
|\ \
| |/ |
|
| * | * subr.el (read-key): Don't echo keystrokes. | Stefan Monnier | 2010-08-21 | 1 | -0/+1 |
| * | * lisp/subr.el (read-key): Don't hide the menu-bar entries. | Stefan Monnier | 2010-08-19 | 1 | -1/+6 |
| * | * subr.el (ignore-errors): Add debug declaration. | Andreas Schwab | 2010-08-11 | 1 | -0/+1 |
* | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-07-10 | 1 | -6/+5 |
|\ \
| |/ |
|
| * | * lisp/subr.el (read-quoted-char): Fix up last change. | Stefan Monnier | 2010-06-16 | 1 | -6/+5 |
| * | Fix for momentary-string-display (Bug#6238). | Juanma Barranquero | 2010-05-31 | 1 | -16/+5 |
| * | Stefan Monnier <monnier@iro.umontreal.ca> | Chong Yidong | 2010-05-18 | 1 | -6/+4 |
* | | Turn `directory-sep-char' into a noop. | Juanma Barranquero | 2010-06-04 | 1 | -1/+5 |
* | | Fix for momentary-string-display (Bug#6238). | Juanma Barranquero | 2010-05-31 | 1 | -16/+5 |
* | | Implement bidi-sensitive word movement with arrow keys. | Eli Zaretskii | 2010-05-29 | 1 | -25/+0 |
* | | * subr.el (read-quoted-char): Resolve modifiers after key remapping. | Stefan Monnier | 2010-05-18 | 1 | -6/+4 |
* | | Implement bidi-sensitive movement with arrow keys. | Eli Zaretskii | 2010-05-15 | 1 | -0/+25 |
* | | Minor cleanups. | Stefan Monnier | 2010-05-05 | 1 | -4/+2 |
* | | Remove references to (default-)direction-reversed. | Juanma Barranquero | 2010-04-21 | 1 | -1/+0 |
* | | Merge from emacs-23 branch | Stefan Monnier | 2010-03-30 | 1 | -33/+33 |
|\ \
| |/ |
|
| * | Fix doc strings of version-* functions and variables. | Eli Zaretskii | 2010-03-27 | 1 | -33/+33 |
* | | * subr.el: Extend progress reporters to perform "spinning". | Chong Yidong | 2010-03-29 | 1 | -68/+90 |
|/ |
|
* | Close bug#5670 with patch from Å tÄpán NÄmec <stepnem at gmail.com>. | Štěpán Němec | 2010-03-02 | 1 | -3/+3 |
* | subr.el (remove-yank-excluded-properties): Explain in a comment why `category' | Eli Zaretskii | 2010-02-20 | 1 | -1/+5 |
* | (copy-overlay): Damn typo. | Stefan Monnier | 2010-02-11 | 1 | -1/+1 |
* | * subr.el (copy-overlay): Handle deleted overlays. | Stefan Monnier | 2010-02-11 | 1 | -4/+8 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | (string-prefix-p): New function. | Stefan Monnier | 2009-11-25 | 1 | -0/+7 |
* | * progmodes/grep.el (grep-regexp-alist): | Dan Nicolaescu | 2009-11-11 | 1 | -2/+2 |
* | * subr.el (add-hook): Purecopy strings. | Dan Nicolaescu | 2009-11-11 | 1 | -2/+4 |
* | * subr.el (menu-bar-separator): New defconst. | Dan Nicolaescu | 2009-11-11 | 1 | -0/+2 |
* | * term/x-win.el (x-gtk-stock-map): | Dan Nicolaescu | 2009-11-11 | 1 | -1/+1 |
* | (all-completions): Declare the 4th arg obsolete. | Stefan Monnier | 2009-10-26 | 1 | -2/+6 |
* | (read-key-delay): Reduce to 0.01. | Stefan Monnier | 2009-10-20 | 1 | -2/+2 |
* | * subr.el (error, sit-for, start-process-shell-command) | Juanma Barranquero | 2009-10-16 | 1 | -6/+6 |
* | (error, sit-for, start-process-shell-command) | Stefan Monnier | 2009-10-16 | 1 | -12/+11 |
* | * eval.c (Fcalled_interactively_p): Add `kind' argument. | Stefan Monnier | 2009-10-01 | 1 | -31/+33 |
* | (declare-function): Doc fix. | Glenn Morris | 2009-10-01 | 1 | -5/+1 |
* | * subr.el (baud-rate): Remove long-obsolete function (Bug#4372). | Chong Yidong | 2009-09-19 | 1 | -6/+0 |
* | * subr.el: Fix last change to avoid using the `unless' macro, which | Chong Yidong | 2009-09-17 | 1 | -4/+8 |
* | (push, pop, dolist, dotimes, declare): Don't overwrite CL's | Stefan Monnier | 2009-09-17 | 1 | -6/+15 |
* | (after-load-functions): New hook. | Stefan Monnier | 2009-09-15 | 1 | -4/+9 |
* | * startup.el (tutorial-directory): Make it a defcustom. | Stefan Monnier | 2009-09-12 | 1 | -16/+0 |
* | * lread.c (Fload): Don't output a message after loading an obsolete | Stefan Monnier | 2009-09-12 | 1 | -2/+14 |
* | * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove. | Stefan Monnier | 2009-09-10 | 1 | -0/+1 |
* | (with-silent-modifications): New macro. | Stefan Monnier | 2009-09-08 | 1 | -0/+23 |