summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* gnus-registry.el: Don't use ERT if it's not available.Teodor Zlatanov2011-04-063-2/+68
* Update and split ChangeLogs.Juanma Barranquero2011-04-068-22786/+22836
* Auto-commit of loaddefs files.Glenn Morris2011-04-051-1372/+1287
* Make update_autogen handle loaddefs-like files as well.Glenn Morris2011-04-052-6/+17
* Calendar fix for scroll-bar scrolling (b#8305).Glenn Morris2011-04-053-7/+28
* * lisp/gnus/registry.el: Fix copyright, standardize license notice.Glenn Morris2011-04-051-4/+6
* lisp/mh-e/mh-funcs.el (mh-undo-folder): Make compatible with `revert-buffer' ...Juanma Barranquero2011-04-062-2/+8
* Add lisp/gnus/registry.el.Ted Zlatanov2011-04-051-0/+409
* 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