summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* * src/keyboard.c (safe_run_hook_funcall): Fix last change (don't stop at theStefan Monnier2011-04-032-1/+7
* * 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
* * nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6Jan Djärv2011-04-032-0/+8
* Fix missing NEWS subentry (Bug#8400).Chong Yidong2011-04-021-0/+1
* src/xdisp.c: Remove some unused parameters.Juanma Barranquero2011-04-032-25/+33
* Merge open-protocol-stream into open-network-stream.Chong Yidong2011-04-029-163/+166
* 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
* do not dereference NULL upon failed strdupJim Meyering2011-04-022-3/+8
* src/eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove redundant assignment.Juanma Barranquero2011-04-022-1/+5
* A better default for $(EMACS) in lisp/makefile.w32-in.Eli Zaretskii2011-04-022-2/+6
* * nsterm.m (ns_update_auto_hide_menu_bar): Only for OSX 10.6 or later.Jan Djärv2011-04-022-0/+9
* 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-0172-2496/+4643
|\
| * Miscellanous cleanups in preparation for the merge.old-branches/lexbind-newStefan Monnier2011-04-0123-194/+138
| * Merge from trunkStefan Monnier2011-03-31170-2650/+5695
| |\
| * | * lisp/subr.el (apply-partially): Use a non-nil static environment.Stefan Monnier2011-03-304-23/+56
| * | 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-21250-3902/+7240
| |\ \
| * | | * 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-1614-389/+453
| * | | * 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-139-17/+28
| * | | 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-1131-191/+329
| * | | * 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-096-436/+373
| * | | Merge from trunkStefan Monnier2011-03-06280-14134/+17700
| |\ \ \
| * | | | Missing file in last commit.Stefan Monnier2011-03-061-4/+3
| * | | | Fix pcase memoizing; change lexbound byte-code marker.Stefan Monnier2011-03-0510-78/+188