Merge from trunk
[bpt/emacs.git] / lisp / emacs-lisp /
2011-03-31 Stefan MonnierMerge from trunk
2011-03-30 Stefan Monnier* lisp/subr.el (apply-partially): Use a non-nil static...
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-23 Paul EggertMerge from mainline.
2011-03-22 Juanma Barranquerolisp/emacs-lisp/derived.el: Don't warn about keymaps...
2011-03-21 Stefan MonnierMerge from trunk
2011-03-21 Paul EggertMerge from trunk and from gnulib stdio.
2011-03-20 Christian Ohler* emacs-lisp/ert.el (ert-run-tests-batch): Remove unuse...
2011-03-20 Christian Ohler* emacs-lisp/cl-macs.el (cl-block-wrapper): Fix typo...
2011-03-20 Stefan Monnier* lisp/emacs-lisp/debug.el (debugger-setup-buffer)...
2011-03-19 Chong YidongMerge changes from emacs-23 branch
2011-03-19 Chong YidongFix tar package handling, and clean up package-subdirec...
2011-03-19 Stefan Monnier* lisp/emacs-lisp/cl-macs.el (cl-byte-compile-block...
2011-03-17 Paul EggertMerge from mainline.
2011-03-16 Stefan MonnierRemove bytecomp- prefix, plus misc changes.
2011-03-15 Stefan Monnier* lisp/emacs-lisp/bytecomp.el (byte-compile-save-excurs...
2011-03-13 Stefan Monnier* src/eval.c (Ffunction): Use simpler format for closures.
2011-03-13 Paul EggertMerge from mainline.
2011-03-13 Paul EggertImprove quality of tests for time stamp overflow.
2011-03-12 Glenn MorrisMerge from emacs-23; up to 2010-06-03T22:16:02Z!dann...
2011-03-12 Stefan MonnierTry and fix w32 build; misc cleanup.
2011-03-12 Stefan Monnier* lisp/emacs-lisp/bytecomp.el (byte-compile-make-obsole...
2011-03-11 Stefan MonnierMisc fixes, and use lexical-binding in more files.
2011-03-11 Juanma BarranqueroBackport 2011-03-01T03:59:31Z!lekktu@gmail.com from...
2011-03-11 Paul EggertMerge: Minor changes for problems found by GCC 4.5...
2011-03-10 Chong YidongFix package.el handling of version numbers like 1.0pre6.
2011-03-10 Chong YidongFix package-strip-rcs-id to be more robust.
2011-03-10 Stefan Monnier* lisp/emacs-lisp/bytecomp.el: Use lexical-binding.
2011-03-10 Stefan Monnier* lisp/emacs-lisp/byte-opt.el: Use lexical binding.
2011-03-10 Stefan MonnierRewrite the cconv conversion algorithm, for clarity.
2011-03-08 Chong YidongUse condition-case-no-debug in package.el.
2011-03-08 Michael Albinus* simple.el (shell-command-to-string): Use `process...
2011-03-07 Paul EggertMerge from mainline.
2011-03-06 Stefan MonnierMerge from trunk
2011-03-06 Chong YidongUsability improvements to commands in package-x.el.
2011-03-06 Paul EggertMerge from mainline.
2011-03-06 Stefan MonnierFix pcase memoizing; change lexbound byte-code marker.
2011-03-06 Chong YidongAllow specifying local ELPA mirrors in package-archives.
2011-03-06 Nikolaj Schumacher* lisp/emacs-lisp/elp.el (elp-results): Fix off-by...
2011-03-04 Bob RogersMinor ewoc fix for bug#3261.
2011-03-03 Christian OhlerMerged an ERT fix and a speedup.
2011-03-03 Christian OhlerAdded fast path to ERT explanation of `equal'.
2011-03-03 Christian OhlerFix ERT bug related to quit handling.
2011-03-02 Paul EggertMerge from mainline.
2011-03-01 Stefan Monnier* doc/lispref/variables.texi (Scope): Mention the avail...
2011-03-01 Juanma Barranquerolisp/emacs-lisp/cl-macs.el (lexical-let*): Fix argument...
2011-02-28 Juanma Barranquerolisp/emacs-lisp/pcase.el (pcase, pcase--u1, pcase-...
2011-02-28 Glenn MorrisMerge from emacs-23; up to 2010-06-03T05:41:49Z!rgm...
2011-02-27 Eli ZaretskiiImplement stub emulation of `readlink' for MS-DOS.
2011-02-27 Paul EggertMerge: Minor cleanups uncovered by gcc warnings
2011-02-27 Stefan Monnier* lisp/emacs-lisp/pcase.el (pcase--if): Try to invert...
2011-02-26 Stefan Monnier* lisp/emacs-lisp/assoc.el: Remove misleading `sort'.
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 Jambunathan KFix package uploading for newly made or local archives.
2011-02-25 Paul EggertMerge from mainline.
2011-02-25 Stefan MonnierGet rid of funvec.
2011-02-24 Glenn MorrisAvoid some possible prompts from autoloads.el.
2011-02-23 Stefan Monnier* lisp/emacs-lisp/bytecomp.el (byte-compile-disable...
2011-02-23 Glenn MorrisMerge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka...
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 MonnierMissing files in last commit; remove stack-depth in...
2011-02-21 Stefan MonnierUse offsets relative to top rather than bottom for...
2011-02-21 Paul EggertMerge from mainline.
2011-02-21 Paul EggertImport filemode module from gnulib.
2011-02-20 Paul EggertMerge from mainline.
2011-02-20 Paul EggertImport filemode module from gnulib.
2011-02-19 Glenn MorrisMerge from emacs-23; up to 2010-06-01T01:49:15Z!monnier...
2011-02-19 Paul EggertMerge from mainline.
2011-02-19 Stefan Monnier* lisp/subr.el (save-window-excursion): New macro,...
2011-02-18 Chong YidongFix incorrect changes introduced in 2011-02-02T17:59...
2011-02-18 Stefan Monnier* lisp/emacs-lisp/pcase.el (pcase--expand, pcase--u...
2011-02-18 Glenn MorrisUse generated-autoload-file for internal eieio autoloads.
2011-02-18 Paul EggertMerge from mainline.
2011-02-18 Stefan Monnier* lisp/emacs-lisp/pcase.el (pcase--u1): Understand...
2011-02-18 Christian OhlerFix ERT.
2011-02-17 Stefan MonnierVarious compiler bug-fixes. MPC seems to run correctly...
2011-02-16 Glenn MorrisMerge from emacs-23; up to 2010-05-28T19:18:47Z!juri...
2011-02-15 Paul EggertMerge from mainline.
2011-02-13 Chong YidongMerge changes from emacs-23 branch
2011-02-12 Chong YidongMerge changes from emacs-23 branch
2011-02-12 Stefan Monnier* lisp/emacs-lisp/byte-lexbind.el: Delete.
2011-02-12 Paul EggertMerge from mainline.
2011-02-12 Juanma BarranqueroFix trivial typos in comments and ChangeLogs.
2011-02-12 Stefan MonnierMerge from trunk
2011-02-12 Phil HagelbergAllow packages to be reinstalled.
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-11 Glenn Morris* lisp/emacs-lisp/cl-specs.el (multiple-value-bind...
2011-02-11 Paul EggertMerge from mainline.
2011-02-10 Stefan Monnier* lisp/emacs-lisp/bytecomp.el (byte-compile-catch)
2011-02-10 Stefan Monnier* lisp/emacs-lisp/smie.el (smie-blink-matching-open...
2011-02-10 Stefan Monnier* lisp/emacs-lisp/edebug.el (edebug-instrument-function...
2011-02-10 Igor Kuzmin* lisp/emacs-lisp/cconv.el: New file.
2011-02-10 Paul EggertMerge from mainline.
2011-02-10 Andreas SchwabUpdate cl-loaddefs.el again
2011-02-10 Stefan MonnierMove keymap initialization into declaration.
2011-02-10 Andreas SchwabUpdate cl-loaddefs.el and ibuffer.el
next