| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new, simple definition of `remove-duplicates' | Lars Magne Ingebrigtsen | 2011-07-11 | 1 | -1/+10 |
* | * lisp/subr.el (remq): Handle the empty list. (Bug#9024) | Glenn Morris | 2011-07-08 | 1 | -1/+1 |
* | Add multiple inheritance to keymaps. | Stefan Monnier | 2011-07-02 | 1 | -7/+65 |
* | New primitive secure-hash supporting md5, sha-1 and sha-2 | Leo Liu | 2011-06-21 | 1 | -0/+8 |
* | Renamed `process-alive-p' to `process-live-p' for consistency with other `-li... | Lars Magne Ingebrigtsen | 2011-06-15 | 1 | -1/+1 |
* | * lisp/subr.el (make-progress-reporter): Add "..." by default. | Stefan Monnier | 2011-06-02 | 1 | -0/+2 |
* | Miscellaneous tweaks. | Stefan Monnier | 2011-06-01 | 1 | -0/+1 |
* | Add the tiny convenience function `process-alive-p'. | Lars Magne Ingebrigtsen | 2011-05-31 | 1 | -0/+7 |
* | * lisp/subr.el (def-edebug-spec): Doc fix (Bug#8430). | Kevin Ryde | 2011-05-28 | 1 | -1/+1 |
* | Add delayed warnings support. | Juanma Barranquero | 2011-04-28 | 1 | -1/+14 |
* | * subr.el (shell-quote-argument): Use alternate escaping strategy | Daniel Colascione | 2011-04-27 | 1 | -1/+1 |
* | Improve Windows quoting robustness | Daniel Colascione | 2011-04-26 | 1 | -17/+53 |
* | lisp/*.el: Lexical-binding cleanup. | Juanma Barranquero | 2011-04-19 | 1 | -4/+4 |
* | Merge open-protocol-stream into open-network-stream. | Chong Yidong | 2011-04-02 | 1 | -22/+0 |
* | Merge from trunk | Stefan Monnier | 2011-03-31 | 1 | -0/+2 |
|\ |
|
| * | * subr.el (deferred-action-list, deferred-action-function): Mark obsolete. | Stefan Monnier | 2011-03-21 | 1 | -0/+2 |
* | | * lisp/subr.el (apply-partially): Use a non-nil static environment. | Stefan Monnier | 2011-03-30 | 1 | -22/+43 |
* | | * lisp/subr.el (with-output-to-temp-buffer): Don't change current-buffer to | Stefan Monnier | 2011-03-29 | 1 | -16/+17 |
* | | Merge from trunk | Stefan Monnier | 2011-03-21 | 1 | -18/+18 |
|\ \
| |/ |
|
| * | * lisp/subr.el (read-char-choice): Only show the cursor after the prompt, | Stefan Monnier | 2011-03-14 | 1 | -18/+18 |
| * | undo 2011-02-01T18:15:18Z!sds@gnu.org (purecopy-cons, purecopy-car) at Stefan... | Sam Steingold | 2011-02-01 | 1 | -7/+0 |
| * | fix docstrings of `purecopy-cons' & `purecopy-car' per Chong Yidong's request | Sam Steingold | 2011-02-01 | 1 | -2/+2 |
| * | * lisp/subr.el (purecopy-cons, purecopy-car): Add shortcuts. | Sam Steingold | 2011-02-01 | 1 | -0/+7 |
* | | Remove bytecomp- prefix, plus misc changes. | Stefan Monnier | 2011-03-16 | 1 | -0/+3 |
* | | * src/eval.c (Ffunction): Use simpler format for closures. | Stefan Monnier | 2011-03-13 | 1 | -1/+1 |
* | | Try and fix w32 build; misc cleanup. | Stefan Monnier | 2011-03-11 | 1 | -0/+13 |
* | | Misc fixes, and use lexical-binding in more files. | Stefan Monnier | 2011-03-11 | 1 | -0/+61 |
* | | * lisp/emacs-lisp/bytecomp.el: Use lexical-binding. | Stefan Monnier | 2011-03-10 | 1 | -14/+0 |
* | | Use offsets relative to top rather than bottom for stack refs | Stefan Monnier | 2011-02-21 | 1 | -6/+45 |
* | | * lisp/subr.el (save-window-excursion): New macro, moved from C. | Stefan Monnier | 2011-02-19 | 1 | -0/+19 |
* | | Merge from trunk | Stefan Monnier | 2011-02-01 | 1 | -113/+150 |
|\ \
| |/ |
|
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| * | Merge from emacs-23 | Glenn Morris | 2011-01-22 | 1 | -7/+2 |
| |\ |
|
| | * | * lisp/subr.el (shell-quote-argument): Properly quote \n. | Stefan Monnier | 2011-01-21 | 1 | -7/+2 |
| * | | Revert changes adding format args to yes-or-no-p and y-or-n-p. | Chong Yidong | 2011-01-19 | 1 | -6/+4 |
| * | | Merge from emacs-23 branch, up to 2010-05-20T21:33:58Z!juri@jurta.org. | Glenn Morris | 2011-01-15 | 1 | -11/+29 |
| |\ \
| | |/ |
|
| | * | Make last-resort backup file in .emacs.d (Bug#6953). | Mark Diekhans | 2011-01-14 | 1 | -3/+8 |
| | * | * lisp/subr.el (event-start, event-end): Doc fix (Bug#7826). | Chong Yidong | 2011-01-13 | 1 | -8/+21 |
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| * | | * lisp/subr.el (eval-after-load): Fix timing for features. | Stefan Monnier | 2011-01-10 | 1 | -11/+24 |
| * | | * lisp/subr.el (read-char-choice): Use read-key. Suggested by Stefan. | Chong Yidong | 2011-01-09 | 1 | -1/+1 |
| * | | Doc fix for y-or-n-p and yes-or-no-p. | Chong Yidong | 2011-01-08 | 1 | -2/+5 |
| * | | New function read-char-choice for reading a restricted set of chars. | Chong Yidong | 2011-01-08 | 1 | -0/+29 |
| * | | Allow format args for y-or-n-p and yes-or-no-p. | Chong Yidong | 2011-01-07 | 1 | -50/+49 |
| * | | Remove code and comments related to lib-src/fns-*.el; long removed. | Glenn Morris | 2010-12-15 | 1 | -20/+0 |
| * | | Merge from emacs-23 | Stefan Monnier | 2010-12-13 | 1 | -13/+16 |
| |\ \
| | |/ |
|
| | * | subr.el (posn-col-row): Evaluate header-line-format in the context of | Eli Zaretskii | 2010-12-12 | 1 | -1/+3 |
| | * | Doc fixes. | Glenn Morris | 2010-12-10 | 1 | -8/+8 |
| | * | Doc fix for posn-* functions (Bug#7471). | Chong Yidong | 2010-12-04 | 1 | -6/+8 |
* | | | Make the effect of (defvar foo) local. | Stefan Monnier | 2010-12-12 | 1 | -5/+5 |