summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkStefan Monnier2011-03-311-1/+1
|\
| * lisp/emacs-lisp/derived.el: Don't warn about keymaps already `defconst'ed.Juanma Barranquero2011-03-221-1/+1
* | * lisp/subr.el (apply-partially): Use a non-nil static environment.Stefan Monnier2011-03-301-1/+2
* | Fix C-M-x in lexbind mode. Misc tweaks.Stefan Monnier2011-03-244-4/+29
* | Clean up left over Emacs-18/19 code, inline byte-code-functions.Stefan Monnier2011-03-223-245/+180
* | Merge from trunkStefan Monnier2011-03-215-194/+269
|\ \ | |/
| * * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.Christian Ohler2011-03-201-5/+4
| * Fix tar package handling, and clean up package-subdirectory-regexp usage.Chong Yidong2011-03-191-26/+21
| * * lisp/emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change theStefan Monnier2011-03-141-1/+2
| * * lisp/emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):Stefan Monnier2011-03-111-0/+11
| * Fix package.el handling of version numbers like 1.0pre6.Chong Yidong2011-03-101-5/+32
| * Fix package-strip-rcs-id to be more robust.Chong Yidong2011-03-101-7/+9
| * Use condition-case-no-debug in package.el.Chong Yidong2011-03-081-2/+2
| * * simple.el (shell-command-to-string): Use `process-file'.Michael Albinus2011-03-082-41/+44
| * Usability improvements to commands in package-x.el.Chong Yidong2011-03-061-108/+145
* | * emacs-lisp/cl-macs.el (cl-block-wrapper): Fix typo that broke CLChristian Ohler2011-03-201-1/+1
* | * lisp/emacs-lisp/debug.el (debugger-setup-buffer): Revert local change toStefan Monnier2011-03-191-4/+2
* | * lisp/emacs-lisp/cl-macs.el (cl-byte-compile-block, cl-block-wrapper)Stefan Monnier2011-03-181-30/+24
* | Remove bytecomp- prefix, plus misc changes.Stefan Monnier2011-03-167-379/+416
* | * src/eval.c (Ffunction): Use simpler format for closures.Stefan Monnier2011-03-132-3/+2
* | Try and fix w32 build; misc cleanup.Stefan Monnier2011-03-114-161/+177
* | Misc fixes, and use lexical-binding in more files.Stefan Monnier2011-03-1110-51/+74
* | * lisp/emacs-lisp/bytecomp.el: Use lexical-binding.Stefan Monnier2011-03-101-77/+80
* | * lisp/emacs-lisp/byte-opt.el: Use lexical binding.Stefan Monnier2011-03-101-10/+15
* | Rewrite the cconv conversion algorithm, for clarity.Stefan Monnier2011-03-092-402/+247
* | Merge from trunkStefan Monnier2011-03-0611-151/+304
|\ \ | |/
| * Allow specifying local ELPA mirrors in package-archives.Chong Yidong2011-03-051-57/+67
| * * lisp/emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)Nikolaj Schumacher2011-03-051-1/+1
| * Minor ewoc fix for bug#3261.Bob Rogers2011-03-031-0/+2
| * Added fast path to ERT explanation of `equal'.Christian Ohler2011-03-031-16/+26
| * Fix ERT bug related to quit handling.Christian Ohler2011-03-031-6/+14
| * lisp/emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.Juanma Barranquero2011-03-012-3/+3
| * lisp/emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1): Fix typos in docstrings.Juanma Barranquero2011-02-281-5/+5
| * * lisp/emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.Stefan Monnier2011-02-261-14/+87
| * * lisp/emacs-lisp/assoc.el: Remove misleading `sort'.Stefan Monnier2011-02-261-5/+5
| * Fix package uploading for newly made or local archives.Jambunathan K2011-02-251-22/+67
| * Avoid some possible prompts from autoloads.el.Glenn Morris2011-02-231-6/+10
| * * lisp/emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.Stefan Monnier2011-02-231-0/+1
* | Fix pcase memoizing; change lexbound byte-code marker.Stefan Monnier2011-03-055-44/+89
* | * doc/lispref/variables.texi (Scope): Mention the availability of lexbind.Stefan Monnier2011-03-014-44/+120
* | * lisp/emacs-lisp/cconv.el (cconv-closure-convert-rec): Fix last change forStefan Monnier2011-02-261-4/+9
* | Compute freevars in cconv-analyse.Stefan Monnier2011-02-265-345/+268
* | Get rid of funvec.Stefan Monnier2011-02-249-285/+169
* | * lisp/emacs-lisp/cconv.el (cconv-closure-convert-rec): Let the byteStefan Monnier2011-02-212-39/+36
* | Merge from trunkStefan Monnier2011-02-2111-52/+124
|\ \ | |/
| * Import filemode module from gnulib.Paul Eggert2011-02-201-1/+1
| * Fix incorrect changes introduced in 2011-02-02T17:59:44Z!sds@gnu.org.Chong Yidong2011-02-181-2/+2
| * Use generated-autoload-file for internal eieio autoloads.Glenn Morris2011-02-183-9/+75
| * * lisp/emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.Stefan Monnier2011-02-171-1/+8
| * Fix ERT.Christian Ohler2011-02-181-11/+11