aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Doc fixes for package.el.Chong Yidong2011-04-211-26/+34
* * lisp/emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,Stefan Monnier2011-04-201-5/+4
* Allow glyphless-char-display to distinguish between X and text terminals.Chong Yidong2011-04-181-1/+12
* * lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.Stefan Monnier2011-04-151-1/+1
* * lisp/emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)Stefan Monnier2011-04-151-6/+5
* Preserve arg names for advice of subr and lexical functions.Stefan Monnier2011-04-131-126/+15
* Fix typo in tabulated-list-print-entryLeo Liu2011-04-101-1/+1
* Remove list-processes C function; misc fixes to last change.Chong Yidong2011-04-062-6/+8
* Make Package Menu a child of Tabulated List mode.Chong Yidong2011-04-061-296/+164
* * lisp/emacs-lisp/tabulated-list.el: New file.Chong Yidong2011-04-061-0/+355
* Convert some .el files to lexical scoping.Juanma Barranquero2011-04-041-2/+2
* Merge open-protocol-stream into open-network-stream.Chong Yidong2011-04-021-1/+1
* Merge from lexical-binding branch.Stefan Monnier2011-04-0119-1440/+2516
|\
| * Miscellanous cleanups in preparation for the merge.Stefan Monnier2011-04-0110-129/+75
| * Merge from trunkStefan Monnier2011-03-311-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/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
| |\ \
| * | | 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
| |\ \ \
| * | | | Missing files in last commit; remove stack-depth in byte-optimize-lapcodeStefan Monnier2011-02-213-90/+27
| * | | | Use offsets relative to top rather than bottom for stack refsStefan Monnier2011-02-215-126/+124
| * | | | * lisp/subr.el (save-window-excursion): New macro, moved from C.Stefan Monnier2011-02-194-38/+8
| * | | | * lisp/emacs-lisp/pcase.el (pcase--expand, pcase--u, pcase--u1, pcase--q1):Stefan Monnier2011-02-181-28/+42
| * | | | Various compiler bug-fixes. MPC seems to run correctly now.Stefan Monnier2011-02-176-169/+200
| * | | | * lisp/emacs-lisp/byte-lexbind.el: Delete.Stefan Monnier2011-02-124-1048/+227
| * | | | Merge from trunkStefan Monnier2011-02-1110-54/+43
| |\ \ \ \
| * | | | | Let cconv use :fun-body in special forms that need it.Stefan Monnier2011-02-114-194/+175
| * | | | | Make cconv-analyse understand the need for closures.Stefan Monnier2011-02-114-205/+192
| * | | | | * lisp/emacs-lisp/bytecomp.el (byte-compile-catch)Stefan Monnier2011-02-102-814/+837
| * | | | | * lisp/emacs-lisp/cconv.el: New file.Igor Kuzmin2011-02-103-12/+908
| * | | | | Merge from trunkStefan Monnier2011-02-0176-1058/+3261
| |\ \ \ \ \
| * | | | | | * src/eval.c (Fdefvar): Record specialness before computing initial value.Stefan Monnier2010-12-271-2/+16