aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make tutorial read-onlyPhillip Lord2017-05-081-1/+2
* First org-mode tutorialPhillip Lord2017-05-072-2/+34
* Add tutorial-org, refactor tutorial, and lots of supporting changes.Phillip Lord2017-05-074-165/+212
* Add test frameworkPhillip Lord2017-05-068-0/+2687
* Support saving org-mode tutorialPhillip Lord2017-05-061-7/+16
* CommitPhillip Lord2017-05-051-0/+1
* Fontify the doc-string in some CL forms as suchGlenn Morris2017-05-041-0/+3
* * lisp/emacs-lisp/cl-lib.el (cl-mapcar): Remove recent autoload cookie.Glenn Morris2017-05-041-1/+0
* cl-defmethod: Make the edebug spec more technically correctDmitry Gutov2017-05-051-2/+3
* Fix MH-E not to load cl at runtime (Bug#25552)Mike Kupfer2017-05-042-6/+4
* Multiline support in NS "Open Selected File" service.Jean-Christophe Helary2017-05-041-1/+10
* ; xref-collect-matches: Add a TODODmitry Gutov2017-05-041-0/+3
* Require cl-lib at runtime in vc-hgGöktuğ Kayaalp2017-05-041-1/+2
* Inherit incompatible/obsolete package faces from errorTino Calancha2017-05-041-1/+1
* Set process property `adjust-window-size-function' to `ignore' in TrampMichael Albinus2017-05-044-0/+9
* * lisp/emacs-lisp/seq.el: Bump seq version.Nicolas Petton2017-05-041-1/+1
* Add seq-set-equal-p to test for set equalityDamien Cassou2017-05-041-0/+6
* Spelling fixesPaul Eggert2017-05-033-15/+17
* Add color highlighting to css-modeTom Tromey2017-05-031-35/+382
* Fix Bug#26763Michael Albinus2017-05-035-13/+16
* Tweak auth-source-pass.el to avoid run-time subr-xGlenn Morris2017-05-021-2/+2
* Fix error in completion for separate Tramp syntaxMichael Albinus2017-05-021-1/+1
* Fix Edebug specs for 'cl-defmethod' and 'defmethod'Gemini Lasswell2017-05-022-5/+6
* ; Fix the comment backDmitry Gutov2017-05-021-1/+1
* Speed up project-find-regexp for simple regexpsDmitry Gutov2017-05-021-6/+22
* Warn about missing backslashes during loadPhilipp Stephani2017-05-011-0/+7
* vc-git-state: Return `ignored' as appropriate with newer GitDmitry Gutov2017-05-011-14/+22
* ; Auto-commit of loaddefs files.Glenn Morris2017-05-011-91/+166
* vc-git-state: Bring back CentOS 6 compatibilityDmitry Gutov2017-05-011-1/+20
* Fix filenotify-tests.el for cygwinMichael Albinus2017-05-011-2/+2
* Speed up vc-git-status and make it more preciseJonathan Ganc2017-05-011-26/+49
* Fix Git revision navigation in currently removed directoriesDmitry Gutov2017-05-011-3/+2
* Don't lose key bindings on mis-spelled text in flyspell-modeEli Zaretskii2017-04-301-1/+6
* Fix `delete-frame' behavior including Bug#26682Martin Rudalics2017-04-301-5/+2
* Fix dependency error during bootstrapTino Calancha2017-04-301-0/+4
* ; Fix function namePhilipp Stephani2017-04-291-1/+1
* Reimplement auto-saving to visited filesPhilipp Stephani2017-04-291-0/+40
* Broaden comint-password-prompt-regexpGlenn Morris2017-04-281-1/+2
* * lisp/auth-source.el (auth-source-backend-parse): `return' -> cl-return.Stefan Monnier2017-04-281-2/+2
* Don't pass the value of point to 'push-mark', as that's the default.Bartosz Duszel2017-04-2819-28/+28
* Merge from origin/emacs-25Glenn Morris2017-04-274-28/+34
|\
| * Set Emacs version to 25.2 and update AUTHORS fileemacs-25.2Nicolas Petton2017-04-201-8/+8
| * * lisp/menu-bar.el (kill-this-buffer): Doc fix. (Bug#26466)Eli Zaretskii2017-04-121-1/+4
| * Mention that processes start in default-directory (Bug#18515)Noam Postavsky2017-04-061-1/+6
| * Fix docstring of dabbrev-abbrev-char-regexpNoam Postavsky2017-03-261-17/+15
| * Narrow scope of modification hook renabling in org-src fontificationNoam Postavsky2017-03-211-9/+9
* | ; Fix copyright and license notice in recent additionsGlenn Morris2017-04-271-1/+1
* | auth-source-pass: Add documentation; fix tests and indentation.Damien Cassou2017-04-271-11/+6
* | auth-source-pass: Enable finding entries by "host/username"foudfou2017-04-271-9/+12
* | Integrate auth-source with password-storeDamien Cassou2017-04-271-0/+255