| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | * subr.el (do-after-load-evaluation): Fix last change: use `mapc' | Juanma Barranquero | 2009-08-30 | 1 | -5/+6 |
* | * subr.el (do-after-load-evaluation): Simplify. | Juanma Barranquero | 2009-08-29 | 1 | -10/+5 |
* | * subr.el (default-mode-line-format, default-header-line-format) | Stefan Monnier | 2009-08-27 | 1 | -0/+39 |
* | (read-passwd): Use read-key so keypad keys work as well. | Stefan Monnier | 2009-08-19 | 1 | -4/+2 |
* | * subr.el (listify-key-sequence-1): Use normal syntax since those | Stefan Monnier | 2009-08-19 | 1 | -14/+58 |
* | * subr.el: Provide hashtable-print-readable. | Chong Yidong | 2009-08-09 | 1 | -0/+9 |
* | (process-kill-buffer-query-function): New function. | Juri Linkov | 2009-07-18 | 1 | -0/+10 |
* | (def-edebug-spec): Doc fix. | Glenn Morris | 2009-07-14 | 1 | -2/+5 |
* | (eval-after-load): Doc fix. | Glenn Morris | 2009-07-06 | 1 | -1/+5 |
* | Fix previous change, sigh. | Glenn Morris | 2009-06-19 | 1 | -1/+2 |
* | (open-network-stream): Doc fix. | Glenn Morris | 2009-06-19 | 1 | -10/+10 |
* | * subr.el (assoc-default): Doc fix. | Chong Yidong | 2009-04-29 | 1 | -5/+7 |
* | * subr.el (posn-col-row): Properly compute line spacing. | Chong Yidong | 2009-04-15 | 1 | -7/+13 |
* | * subr.el (forward-point): Add obsolescence declaration. | Juanma Barranquero | 2009-03-19 | 1 | -0/+1 |
* | (translation-table-for-input): Declare obsolete again. | Eli Zaretskii | 2009-02-14 | 1 | -0/+6 |
* | (locate-library): Doc fix. (Bug#2291) | Eli Zaretskii | 2009-02-13 | 1 | -0/+3 |
* | Don't declare `translation-table-for-input' obsolete. | Eli Zaretskii | 2009-02-07 | 1 | -3/+0 |
* | * subr.el (play-sound): Doc fix. (Bug#250) | Juanma Barranquero | 2009-01-12 | 1 | -3/+5 |
* | Comment (fix typo). | Glenn Morris | 2009-01-10 | 1 | -1/+1 |
* | (last-input-char, last-command-char): Move here from src/keyboard.c. | Glenn Morris | 2009-01-09 | 1 | -0/+10 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | (mkdir): New defalias. | Dan Nicolaescu | 2008-12-29 | 1 | -0/+1 |
* | (keymap-canonicalize): Properly preserve keymap prompt. | Andreas Schwab | 2008-12-26 | 1 | -3/+3 |
* | * subr.el (chmod): New defalias for set-file-modes. | Dan Nicolaescu | 2008-12-24 | 1 | -0/+1 |
* | (declare-function): Doc fix. | Glenn Morris | 2008-12-13 | 1 | -1/+1 |
* | Fix typo in last change. | Chong Yidong | 2008-11-16 | 1 | -1/+1 |
* | (read-passwd): Use read-event instead of read-char-exclusive. | Chong Yidong | 2008-11-16 | 1 | -9/+16 |
* | (read-passwd): Yank current kill if the user enters C-y. | Chong Yidong | 2008-11-16 | 1 | -16/+29 |
* | (looking-back): Fix doc-string typo. | Martin Rudalics | 2008-11-04 | 1 | -1/+1 |
* | (looking-back): Doc fix. | Chong Yidong | 2008-11-03 | 1 | -3/+5 |
* | (with-selected-window): Call set-frame-selected-window | Martin Rudalics | 2008-11-02 | 1 | -20/+23 |