| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from trunk | Stefan Monnier | 2011-03-31 | 1 | -1/+1 |
|\ |
|
| * | lisp/emacs-lisp/derived.el: Don't warn about keymaps already `defconst'ed. | Juanma Barranquero | 2011-03-22 | 1 | -1/+1 |
* | | * lisp/subr.el (apply-partially): Use a non-nil static environment. | Stefan Monnier | 2011-03-30 | 1 | -1/+2 |
* | | Fix C-M-x in lexbind mode. Misc tweaks. | Stefan Monnier | 2011-03-24 | 4 | -4/+29 |
* | | Clean up left over Emacs-18/19 code, inline byte-code-functions. | Stefan Monnier | 2011-03-22 | 3 | -245/+180 |
* | | Merge from trunk | Stefan Monnier | 2011-03-21 | 5 | -194/+269 |
|\ \
| |/ |
|
| * | * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable. | Christian Ohler | 2011-03-20 | 1 | -5/+4 |
| * | Fix tar package handling, and clean up package-subdirectory-regexp usage. | Chong Yidong | 2011-03-19 | 1 | -26/+21 |
| * | * lisp/emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the | Stefan Monnier | 2011-03-14 | 1 | -1/+2 |
| * | * lisp/emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable): | Stefan Monnier | 2011-03-11 | 1 | -0/+11 |
| * | Fix package.el handling of version numbers like 1.0pre6. | Chong Yidong | 2011-03-10 | 1 | -5/+32 |
| * | Fix package-strip-rcs-id to be more robust. | Chong Yidong | 2011-03-10 | 1 | -7/+9 |
| * | Use condition-case-no-debug in package.el. | Chong Yidong | 2011-03-08 | 1 | -2/+2 |
| * | * simple.el (shell-command-to-string): Use `process-file'. | Michael Albinus | 2011-03-08 | 2 | -41/+44 |
| * | Usability improvements to commands in package-x.el. | Chong Yidong | 2011-03-06 | 1 | -108/+145 |
* | | * emacs-lisp/cl-macs.el (cl-block-wrapper): Fix typo that broke CL | Christian Ohler | 2011-03-20 | 1 | -1/+1 |
* | | * lisp/emacs-lisp/debug.el (debugger-setup-buffer): Revert local change to | Stefan Monnier | 2011-03-19 | 1 | -4/+2 |
* | | * lisp/emacs-lisp/cl-macs.el (cl-byte-compile-block, cl-block-wrapper) | Stefan Monnier | 2011-03-18 | 1 | -30/+24 |
* | | Remove bytecomp- prefix, plus misc changes. | Stefan Monnier | 2011-03-16 | 7 | -379/+416 |
* | | * src/eval.c (Ffunction): Use simpler format for closures. | Stefan Monnier | 2011-03-13 | 2 | -3/+2 |
* | | Try and fix w32 build; misc cleanup. | Stefan Monnier | 2011-03-11 | 4 | -161/+177 |
* | | Misc fixes, and use lexical-binding in more files. | Stefan Monnier | 2011-03-11 | 10 | -51/+74 |
* | | * lisp/emacs-lisp/bytecomp.el: Use lexical-binding. | Stefan Monnier | 2011-03-10 | 1 | -77/+80 |
* | | * lisp/emacs-lisp/byte-opt.el: Use lexical binding. | Stefan Monnier | 2011-03-10 | 1 | -10/+15 |
* | | Rewrite the cconv conversion algorithm, for clarity. | Stefan Monnier | 2011-03-09 | 2 | -402/+247 |
* | | Merge from trunk | Stefan Monnier | 2011-03-06 | 11 | -151/+304 |
|\ \
| |/ |
|
| * | Allow specifying local ELPA mirrors in package-archives. | Chong Yidong | 2011-03-05 | 1 | -57/+67 |
| * | * lisp/emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746) | Nikolaj Schumacher | 2011-03-05 | 1 | -1/+1 |
| * | Minor ewoc fix for bug#3261. | Bob Rogers | 2011-03-03 | 1 | -0/+2 |
| * | Added fast path to ERT explanation of `equal'. | Christian Ohler | 2011-03-03 | 1 | -16/+26 |
| * | Fix ERT bug related to quit handling. | Christian Ohler | 2011-03-03 | 1 | -6/+14 |
| * | lisp/emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring. | Juanma Barranquero | 2011-03-01 | 2 | -3/+3 |
| * | lisp/emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1): Fix typos in docstrings. | Juanma Barranquero | 2011-02-28 | 1 | -5/+5 |
| * | * lisp/emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth. | Stefan Monnier | 2011-02-26 | 1 | -14/+87 |
| * | * lisp/emacs-lisp/assoc.el: Remove misleading `sort'. | Stefan Monnier | 2011-02-26 | 1 | -5/+5 |
| * | Fix package uploading for newly made or local archives. | Jambunathan K | 2011-02-25 | 1 | -22/+67 |
| * | Avoid some possible prompts from autoloads.el. | Glenn Morris | 2011-02-23 | 1 | -6/+10 |
| * | * lisp/emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete. | Stefan Monnier | 2011-02-23 | 1 | -0/+1 |
* | | Fix pcase memoizing; change lexbound byte-code marker. | Stefan Monnier | 2011-03-05 | 5 | -44/+89 |
* | | * doc/lispref/variables.texi (Scope): Mention the availability of lexbind. | Stefan Monnier | 2011-03-01 | 4 | -44/+120 |
* | | * lisp/emacs-lisp/cconv.el (cconv-closure-convert-rec): Fix last change for | Stefan Monnier | 2011-02-26 | 1 | -4/+9 |
* | | Compute freevars in cconv-analyse. | Stefan Monnier | 2011-02-26 | 5 | -345/+268 |
* | | Get rid of funvec. | Stefan Monnier | 2011-02-24 | 9 | -285/+169 |
* | | * lisp/emacs-lisp/cconv.el (cconv-closure-convert-rec): Let the byte | Stefan Monnier | 2011-02-21 | 2 | -39/+36 |
* | | Merge from trunk | Stefan Monnier | 2011-02-21 | 11 | -52/+124 |
|\ \
| |/ |
|
| * | Import filemode module from gnulib. | Paul Eggert | 2011-02-20 | 1 | -1/+1 |
| * | Fix incorrect changes introduced in 2011-02-02T17:59:44Z!sds@gnu.org. | Chong Yidong | 2011-02-18 | 1 | -2/+2 |
| * | Use generated-autoload-file for internal eieio autoloads. | Glenn Morris | 2011-02-18 | 3 | -9/+75 |
| * | * lisp/emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns. | Stefan Monnier | 2011-02-17 | 1 | -1/+8 |
| * | Fix ERT. | Christian Ohler | 2011-02-18 | 1 | -11/+11 |