Miscellanous cleanups in preparation for the merge.
[bpt/emacs.git] / lisp / emacs-lisp / cconv.el
2011-04-01 Stefan MonnierMiscellanous cleanups in preparation for the merge.
2011-03-31 Stefan MonnierMerge from trunk
2011-03-24 Stefan MonnierFix C-M-x in lexbind mode. Misc tweaks.
2011-03-23 Stefan MonnierClean up left over Emacs-18/19 code, inline byte-code...
2011-03-21 Stefan MonnierMerge from trunk
2011-03-16 Stefan MonnierRemove bytecomp- prefix, plus misc changes.
2011-03-12 Stefan MonnierTry and fix w32 build; misc cleanup.
2011-03-11 Stefan MonnierMisc fixes, and use lexical-binding in more files.
2011-03-10 Stefan MonnierRewrite the cconv conversion algorithm, for clarity.
2011-03-06 Stefan MonnierMerge from trunk
2011-03-06 Stefan MonnierFix pcase memoizing; change lexbound byte-code marker.
2011-03-01 Stefan Monnier* doc/lispref/variables.texi (Scope): Mention the avail...
2011-02-26 Stefan Monnier* lisp/emacs-lisp/cconv.el (cconv-closure-convert-rec...
2011-02-26 Stefan MonnierCompute freevars in cconv-analyse.
2011-02-25 Stefan MonnierGet rid of funvec.
2011-02-21 Stefan Monnier* lisp/emacs-lisp/cconv.el (cconv-closure-convert-rec...
2011-02-21 Stefan MonnierMerge from trunk
2011-02-21 Stefan MonnierUse offsets relative to top rather than bottom for...
2011-02-19 Stefan Monnier* lisp/subr.el (save-window-excursion): New macro,...
2011-02-17 Stefan MonnierVarious compiler bug-fixes. MPC seems to run correctly...
2011-02-12 Stefan Monnier* lisp/emacs-lisp/byte-lexbind.el: Delete.
2011-02-12 Stefan MonnierMerge from trunk
2011-02-11 Stefan MonnierLet cconv use :fun-body in special forms that need it.
2011-02-11 Stefan MonnierMake cconv-analyse understand the need for closures.
2011-02-10 Stefan Monnier* lisp/emacs-lisp/bytecomp.el (byte-compile-catch)
2011-02-10 Igor Kuzmin* lisp/emacs-lisp/cconv.el: New file.