summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Merge changes made in Gnus trunk.Teodor Zlatanov2011-04-054-824/+601
* Remove extraneous messages in 2011-03-30 completion change.Chong Yidong2011-04-052-5/+7
* lisp/font-lock.el: Remove obsolete code.Juanma Barranquero2011-04-052-3/+6
* lisp/info.el: Fix typos; mark unused parameters.Juanma Barranquero2011-04-052-94/+112
* * lisp/net/rcirc.el: Update my e-mail address.Deniz Dogan2011-04-052-3/+4
* * lisp/net/rcirc.el (rcirc-mode-map): Remove M-o binding.Deniz Dogan2011-04-052-1/+4
* Fix theme and X-resource interactions for the cursor face.Chong Yidong2011-04-043-1/+23
* lisp/help-fns.el: Fix mistake in previous change.Juanma Barranquero2011-04-051-1/+1
* lisp/help-fns.el (describe-variable): Fix completion.Juanma Barranquero2011-04-052-2/+8
* gnus-sum.el (gnus-update-marks): Reinstate the code to not alter marks on non...Lars Magne Ingebrigtsen2011-04-043-5/+20
* Convert some .el files to lexical scoping.Juanma Barranquero2011-04-047-33/+51
* lisp/dired.el: Update autoloads.Juanma Barranquero2011-04-041-7/+7
* Use lexical binding in ep[ga]*.el.Daiki Ueno2011-04-047-32/+41
* * lisp/dired-aux.el (dired-create-files): Add docstring (Bug#7970).Chong Yidong2011-04-032-22/+19
* Add changes to lisp/url/ChangeLog omitted from 2011-04-02T23:41:03Z!cyd@stupi...Chong Yidong2011-04-031-0/+5
* Improvements to flyspell-mark-duplications-exceptions.Chong Yidong2011-04-032-11/+31
* Merge open-protocol-stream into open-network-stream.Chong Yidong2011-04-028-163/+160
* find-dired improvements for bug#4403.Glenn Morris2011-04-022-14/+56
* Remove some unnecessary purecopy's from find-dired.Glenn Morris2011-04-022-8/+9
* Remove some autoload cookies on defcustoms in find-dired.Glenn Morris2011-04-022-3/+3
* ChangeLog fix.Glenn Morris2011-04-021-1/+1
* Use find -exec with '+' for grep-find if supported.Glenn Morris2011-04-022-11/+31
* * lisp/files.el (save-some-buffers): Doc fix.Glenn Morris2011-04-022-0/+7
* A better default for $(EMACS) in lisp/makefile.w32-in.Eli Zaretskii2011-04-022-2/+6
* lisp/url/url-cookie.el: Use `dolist' rather than `mapcar'.Juanma Barranquero2011-04-022-3/+7
* lisp/progmodes/idlwave.el: Use `dolist' rather than `mapcar'.Juanma Barranquero2011-04-022-11/+13
* Merge from lexical-binding branch.Stefan Monnier2011-04-0148-2256/+3682
|\
| * Miscellanous cleanups in preparation for the merge.old-branches/lexbind-newStefan Monnier2011-04-0113-132/+90
| * Merge from trunkStefan Monnier2011-03-3137-544/+940
| |\
| * | * lisp/subr.el (apply-partially): Use a non-nil static environment.Stefan Monnier2011-03-303-23/+55
| * | lisp/makefile.w32-in (COMPILE_FIRST): Remove pcase.Juanma Barranquero2011-03-302-1/+4
| * | * lisp/subr.el (with-output-to-temp-buffer): Don't change current-buffer toStefan Monnier2011-03-294-71/+85
| * | Fix C-M-x in lexbind mode. Misc tweaks.Stefan Monnier2011-03-246-82/+117
| * | Clean up left over Emacs-18/19 code, inline byte-code-functions.Stefan Monnier2011-03-224-245/+207
| * | Merge from trunkStefan Monnier2011-03-2190-997/+2343
| |\ \
| * | | * emacs-lisp/cl-macs.el (cl-block-wrapper): Fix typo that broke CLChristian Ohler2011-03-202-1/+6
| * | | * lisp/emacs-lisp/debug.el (debugger-setup-buffer): Revert local change toStefan Monnier2011-03-192-4/+7
| * | | * lisp/emacs-lisp/cl-macs.el (cl-byte-compile-block, cl-block-wrapper)Stefan Monnier2011-03-182-30/+32
| * | | Remove bytecomp- prefix, plus misc changes.Stefan Monnier2011-03-1610-379/+440
| * | | * lisp/makefile.w32-in (COMPILE_FIRST): Fix up last change.Stefan Monnier2011-03-143-1170/+1252
| * | | * src/eval.c (Ffunction): Use simpler format for closures.Stefan Monnier2011-03-135-6/+11
| * | | Try and fix w32 build; misc cleanup.Stefan Monnier2011-03-119-208/+264
| * | | Misc fixes, and use lexical-binding in more files.Stefan Monnier2011-03-1126-175/+267
| * | | * lisp/emacs-lisp/bytecomp.el: Use lexical-binding.Stefan Monnier2011-03-103-92/+99
| * | | * lisp/emacs-lisp/byte-opt.el: Use lexical binding.Stefan Monnier2011-03-102-11/+22
| * | | Rewrite the cconv conversion algorithm, for clarity.Stefan Monnier2011-03-093-402/+260
| * | | Merge from trunkStefan Monnier2011-03-06152-3464/+4535
| |\ \ \
| * | | | Fix pcase memoizing; change lexbound byte-code marker.Stefan Monnier2011-03-057-47/+129
| * | | | * doc/lispref/variables.texi (Scope): Mention the availability of lexbind.Stefan Monnier2011-03-0113-115/+220
| * | | | * lisp/emacs-lisp/cconv.el (cconv-closure-convert-rec): Fix last change forStefan Monnier2011-02-262-4/+12