| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix earlier half-done eieio-defmethod change. | Stefan Monnier | 2011-05-05 | 1 | -80/+44 |
* | lisp/emacs-lisp/warnings.el: Tiny fixes. | Juanma Barranquero | 2011-05-05 | 1 | -53/+53 |
* | Make autoloading commands prompt for autoload file (Bug#7989) | Chong Yidong | 2011-05-04 | 1 | -29/+48 |
* | * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989). | Chong Yidong | 2011-05-03 | 1 | -4/+12 |
* | Restore ability to show a restricted list of packages in Package Menu. | Chong Yidong | 2011-04-24 | 1 | -21/+37 |
* | Doc fixes for package.el. | Chong Yidong | 2011-04-21 | 1 | -26/+34 |
* | * lisp/emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code, | Stefan Monnier | 2011-04-20 | 1 | -5/+4 |
* | Allow glyphless-char-display to distinguish between X and text terminals. | Chong Yidong | 2011-04-18 | 1 | -1/+12 |
* | * lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars. | Stefan Monnier | 2011-04-15 | 1 | -1/+1 |
* | * lisp/emacs-lisp/bytecomp.el (byte-temp-output-buffer-show) | Stefan Monnier | 2011-04-15 | 1 | -6/+5 |
* | Preserve arg names for advice of subr and lexical functions. | Stefan Monnier | 2011-04-13 | 1 | -126/+15 |
* | Fix typo in tabulated-list-print-entry | Leo Liu | 2011-04-10 | 1 | -1/+1 |
* | Remove list-processes C function; misc fixes to last change. | Chong Yidong | 2011-04-06 | 2 | -6/+8 |
* | Make Package Menu a child of Tabulated List mode. | Chong Yidong | 2011-04-06 | 1 | -296/+164 |
* | * lisp/emacs-lisp/tabulated-list.el: New file. | Chong Yidong | 2011-04-06 | 1 | -0/+355 |
* | Convert some .el files to lexical scoping. | Juanma Barranquero | 2011-04-04 | 1 | -2/+2 |
* | Merge open-protocol-stream into open-network-stream. | Chong Yidong | 2011-04-02 | 1 | -1/+1 |
* | Merge from lexical-binding branch. | Stefan Monnier | 2011-04-01 | 19 | -1440/+2516 |
|\ |
|
| * | Miscellanous cleanups in preparation for the merge.old-branches/lexbind-new | Stefan Monnier | 2011-04-01 | 10 | -129/+75 |
| * | Merge from trunk | Stefan Monnier | 2011-03-31 | 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/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 |
| |\ \ |
|
| * | | | 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 |
| |\ \ \ |
|
| * | | | | Missing files in last commit; remove stack-depth in byte-optimize-lapcode | Stefan Monnier | 2011-02-21 | 3 | -90/+27 |
| * | | | | Use offsets relative to top rather than bottom for stack refs | Stefan Monnier | 2011-02-21 | 5 | -126/+124 |
| * | | | | * lisp/subr.el (save-window-excursion): New macro, moved from C. | Stefan Monnier | 2011-02-19 | 4 | -38/+8 |
| * | | | | * lisp/emacs-lisp/pcase.el (pcase--expand, pcase--u, pcase--u1, pcase--q1): | Stefan Monnier | 2011-02-18 | 1 | -28/+42 |
| * | | | | Various compiler bug-fixes. MPC seems to run correctly now. | Stefan Monnier | 2011-02-17 | 6 | -169/+200 |
| * | | | | * lisp/emacs-lisp/byte-lexbind.el: Delete. | Stefan Monnier | 2011-02-12 | 4 | -1048/+227 |
| * | | | | Merge from trunk | Stefan Monnier | 2011-02-11 | 10 | -54/+43 |
| |\ \ \ \ |
|
| * | | | | | Let cconv use :fun-body in special forms that need it. | Stefan Monnier | 2011-02-11 | 4 | -194/+175 |