summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Every defcustom should specify its typeGlenn Morris2013-12-281-1/+2
* Add missing custom :versions, plus small fixesGlenn Morris2013-12-271-0/+5
* authors.el updates and ChangeLog fixesGlenn Morris2013-12-271-0/+12
* Revert unnecessary earlier changeGlenn Morris2013-12-271-4/+3
* * lisp/emacs-lisp/lisp-mode.el (lisp-mode-variables): Unbreak bootstrap.Glenn Morris2013-12-271-3/+4
* Make Electric Pair mode smarter/more useful:João Távora2013-12-261-1/+7
* Update doc for advice changes.Chong Yidong2013-12-261-25/+3
* byte-run.el (eval-when-compile), cc-defs.el (cc-eval-when-compile): Fix edebu...Katsumi Yamaoka2013-12-251-1/+1
* * doc/emacs/trouble.texi (Checklist): Fix a cross-reference.Xue Fuqiao2013-12-241-1/+1
* * lisp/emacs-lisp/subr-x.el: (string-remove-prefix): New function.Bozhidar Batsov2013-12-201-0/+12
* * lisp/emacs-lisp/subr-x.el: Renamed from helpers.el.Bozhidar Batsov2013-12-201-3/+7
* * lisp/simple.el (eval-expression-print-format): Don't check forJuri Linkov2013-12-192-10/+28
* * lisp/emacs-lisp/ert.el (ert-select-tests): Fix string/symbol mixup.Glenn Morris2013-12-191-1/+2
* Fix bug#16116Dmitry Gutov2013-12-171-9/+20
* * lisp/emacs-lisp/gv.el (gv-ref): Mention lexbind restriction.Stefan Monnier2013-12-161-1/+4
* Support filtering by keywords in package listings.Ted Zlatanov2013-12-141-20/+106
* * lisp/emacs-lisp/package.el (package--prepare-dependencies): New function.Tom Willemse2013-12-141-1/+20
* * lisp/emacs-lisp/nadvice.el: Add `depth' property to manage ordering.Stefan Monnier2013-12-124-14/+25
* * lisp/emacs-lisp/package.el (finder-list-matches): AutoloadGlenn Morris2013-12-111-1/+1
* * lisp/emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matchingStefan Monnier2013-12-111-1/+1
* * lisp/emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.Stefan Monnier2013-12-111-0/+1
* Remove finder.el require dependency in package.elTed Zlatanov2013-12-091-2/+2
* Add keyword buttons to package description.Ted Zlatanov2013-12-091-11/+32
* Spelling fixes.Paul Eggert2013-12-081-1/+1
* * lisp/emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.Bozhidar Batsov2013-12-071-1/+1
* * lisp/emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^.Cameron Desautels2013-12-051-1/+3
* Trim whitespace in lm-keywords-listTed Zlatanov2013-12-041-2/+2
* Fix eldoc-in-minibuffer's modeline update.Stefan Monnier2013-12-031-11/+8
* * lisp/emacs-lisp/debug.el (debugger-toggle-locals): New command.Helmut Eller2013-12-021-6/+74
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-2/+2
* Make the `interactive-only' bytecomp warning like the `obsolete' oneGlenn Morris2013-11-301-8/+12
* * lisp/emacs-lisp/helpers.el (string-empty-p): New function.Bozhidar Batsov2013-11-291-0/+8
* * lisp/emacs-lisp/helpers.el (string-reverse): New function.Bozhidar Batsov2013-11-261-0/+4
* * lisp/emacs-lisp/helpers.el (string-join): New function.Bozhidar Batsov2013-11-251-0/+4
* * lisp/emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.Bozhidar Batsov2013-11-251-1/+1
* * lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):Bozhidar Batsov2013-11-251-10/+16
* * lisp/emacs-lisp/helpers.el: Add some string helpers.Bozhidar Batsov2013-11-241-0/+16
* * etc/enriched.txt: Rename from enriched.doc. Glenn Morris2013-11-221-0/+1
* * lisp/emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec.Stefan Monnier2013-11-201-6/+5
* * emacs-lisp/package.el (describe-package-1): Add package archive.Ted Zlatanov2013-11-201-0/+2
* * lisp/emacs-lisp/nadvice.el (remove-function): Align withStefan Monnier2013-11-171-1/+1
* * lisp/emacs-lisp/cconv.el (cconv-convert): Print warning instead ofNathan Trapuzzano2013-11-101-3/+3
* * lisp/emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.Stefan Monnier2013-11-071-4/+3
* * lisp/emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning forNathan Trapuzzano2013-11-061-6/+14
* * lisp/electric.el (electric-indent-local-mode): New minor mode.Stefan Monnier2013-11-051-0/+4
* * lisp/progmodes/python.el (python-mode): Remove incorrect text from docstring.Bozhidar Batsov2013-11-051-10/+3
* Spelling fixes.Paul Eggert2013-11-041-1/+1
* * lisp/rect.el (rectangle--highlight-for-redisplay):Stefan Monnier2013-11-041-2/+2
* * lisp/emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.Stefan Monnier2013-11-041-1/+2
* * lisp/emacs-lisp/cl-indent.el (with-compilation-unit): Add rule.Helmut Eller2013-11-041-0/+1