]> code.delx.au - gnu-emacs/history - lisp/emacs-lisp/cconv.el
Add 2012 to FSF copyright years for Emacs files
[gnu-emacs] / lisp / emacs-lisp / cconv.el
2012-01-05 Glenn MorrisAdd 2012 to FSF copyright years for Emacs files
2011-11-27 Paul EggertSpelling fixes.
2011-11-25 Juanma BarranqueroFix typos.
2011-11-20 Paul EggertMerge from trunk.
2011-11-15 Juanma BarranqueroFix typos.
2011-11-06 Glenn MorrisMerge from emacs-23; up to 2010-06-22T07:41:10Z!rgm...
2011-10-01 Chong YidongMerge changes from emacs-23
2011-09-18 Chong YidongMerge changes from emacs-23 branch
2011-08-30 Chong YidongMerge changes from emacs-23 branch
2011-08-09 Chong YidongMerge from emacs-23 branch
2011-08-05 Eli ZaretskiiFix bug #9221 with memory leak in bidi display.
2011-07-25 Eli ZaretskiiFix logic of caching display string positions for bidi...
2011-07-23 Eli ZaretskiiFix pos-visible-in-window-p under bidi redisplay.
2011-07-23 Eli ZaretskiiSpeed up keyboard auto-repeat cursor motion under bidi...
2011-07-14 Eli ZaretskiiSupport bidi reordering of overlay and display strings.
2011-07-07 Chong YidongMerge from emacs-23 branch
2011-07-06 Glenn MorrisMerge from emacs-23; up to 2010-06-16T23:27:20Z!jay...
2011-06-25 Glenn MorrisMerge from emacs-23; up to 2010-06-15T03:34:12Z!rgm...
2011-06-04 Glenn MorrisMerge from emacs-23; up to 2010-06-12T17:12:15Z!cyd...
2011-06-04 Eli ZaretskiiSupport bidi reordering of text covered by display...
2011-06-02 Paul EggertMerge from trunk.
2011-06-02 Paul EggertMerge from trunk.
2011-06-02 Paul EggertMerge: Minor fixes for signed vs unsigned integers.
2011-06-01 Stefan MonnierMiscellaneous tweaks.
2011-05-29 Glenn MorrisMerge from emacs-23; up to 2010-06-12T11:17:12Z!eliz...
2011-05-27 Glenn MorrisMerge from emacs-23; up to 2010-06-12T10:58:54Z!romain...
2011-05-25 Glenn MorrisMerge from emacs-23; up to 2010-06-12T08:59:37Z!albinus...
2011-05-24 Glenn MorrisMerge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu...
2011-05-21 Glenn MorrisMerge from emacs-23; up to 2010-06-11T18:51:00Z!juri...
2011-05-17 Glenn MorrisMerge from emacs-23; up to 2010-06-11T14:39:54Z!cyd...
2011-05-12 Glenn MorrisMerge from emacs-23; up to 2010-06-10T12:56:11Z!michael...
2011-05-05 Glenn MorrisMerge from emacs-23; up to 2010-06-10T05:17:21Z!rgm...
2011-04-23 Glenn MorrisMerge from emacs-23; up to 2010-06-09T17:54:28Z!albinus...
2011-04-13 Eli ZaretskiiFix bug #8487 with invisible text at EOB under bidi.
2011-04-11 Eli ZaretskiiFix bug #8468 with redisplay and scroll-margin > 0.
2011-04-09 Paul EggertMerge from mainline.
2011-04-09 Glenn MorrisMerge from emacs-23; up to 2010-06-08T03:06:47Z!dann...
2011-04-08 Chong YidongMerge changes from emacs-23 branch
2011-04-06 Chong YidongRemove list-processes C function; misc fixes to last...
2011-04-01 Paul EggertMerge from mainline.
2011-04-01 Stefan MonnierMerge from lexical-binding branch.
2011-04-01 Stefan MonnierMiscellanous cleanups in preparation for the merge. origin/old-branches/lexbind-new
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.