aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Restore HTML rendering behavior of browse-url-of-buffer/file.Tassilo Horn2020-05-061-0/+7
* | Merge from origin/emacs-27Glenn Morris2020-05-061-1/+1
|\ \ | |/
| * Fix docstring quotingNoam Postavsky2020-05-051-1/+1
| * Revert "cl-loop: Calculate the array length just once"Noam Postavsky2020-05-051-9/+3
| * Revert "cl-loop: Add missing guard condition"Noam Postavsky2020-05-051-25/+7
| * Revert "Refix conditional step clauses in cl-loop"Noam Postavsky2020-05-051-37/+59
* | Merge from origin/emacs-27Glenn Morris2020-05-061-2/+2
|\ \ | |/
| * Clarify message-sendmail-extra-arguments docstringStefan Kangas2020-05-051-2/+2
| * Remove calls to non-existent functions from edebug.el.Alan Mackenzie2020-05-041-3/+1
* | Merge from origin/emacs-27Glenn Morris2020-05-062-10/+27
|\ \ | |/
| * Honor search-upper-caseDmitry Gutov2020-05-041-10/+23
| * Fix eww-follow-link on URLs with #targetBasil L. Contovounesios2020-05-041-0/+4
| * Revert part of recent commit 85544f8ef5 (bug#40808)Juri Linkov2020-05-041-4/+3
| * Revert "Mark breakpoints in edebug with highlights". This fixes bug #40992Alan Mackenzie2020-05-031-40/+1
* | Consult browse-url-{default-,}handlers in drag&drop.Tassilo Horn2020-05-061-14/+20
* | process-file in Tramp must return exit code (Bug#41099)Michael Albinus2020-05-062-21/+28
* | Allow for custom URL handlers in browse-url.Tassilo Horn2020-05-061-36/+78
* | Prefer 'strong' and 'em' to 'b' and 'i' in html-modeStefan Kangas2020-05-061-3/+3
* | Try and improve the *Help* layout for things like `diff-refine`.Stefan Monnier2020-05-051-4/+4
* | Fix setting of INSIDE_EMACS in TrampMichael Albinus2020-05-041-1/+11
* | * lisp/emacs-lisp/eieio.el (oset, oset-default): Mark as obsoleteStefan Monnier2020-05-031-2/+4
* | Use lexical-binding in check-declare.el and add testsSimen Heggestøyl2020-05-031-2/+2
* | Fix calculator division truncation (bug#40892)Mattias Engdegård2020-05-031-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-05-032-29/+45
|\ \ | |/
| * Document effect of 'search-upper-case' on replacement commandsEli Zaretskii2020-05-021-14/+21
| * * lisp/desktop.el (desktop-save): Doc fix. (Bug#41007)Eli Zaretskii2020-05-011-15/+24
| * ; Auto-commit of loaddefs files.Glenn Morris2020-05-011-18/+12
* | Merge from origin/emacs-27Glenn Morris2020-05-031-1/+1
|\ \ | |/
| * Revert "Fix calculator division truncation (bug#40892)"Eli Zaretskii2020-04-301-1/+1
| * Fix calculator division truncation (bug#40892)Mattias Engdegård2020-04-301-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-05-031-17/+19
|\ \ | |/
| * Expand file name for remote dirs as wellDmitry Gutov2020-04-291-8/+6
| * Fix project.el commands in "transient" projectsEli Zaretskii2020-04-291-17/+21
* | Remove redundant :groups args missed in last commitStefan Kangas2020-05-031-8/+4
* | Improve indentation of 'loop' formsStefan Kangas2020-05-031-14/+10
* | Use lexical-binding in w32-vars.elStefan Kangas2020-05-031-9/+5
* | Improve accuracy of apropos commands that search doc stringsEli Zaretskii2020-05-031-6/+15
* | Do not delete asynchronous Tramp processes due to session timeoutMichael Albinus2020-05-032-5/+9
* | Improve Tramp debug messagesMichael Albinus2020-05-031-19/+29
* | Use lexical-binding for some term librariesStefan Kangas2020-05-026-4/+7
* | Improve Info-mode doc and menuStefan Kangas2020-05-021-9/+17
* | ;; Revert recent change in tramp-cache.elMichael Albinus2020-05-021-9/+4
* | Fix 'count-screen-lines' when lines are truncatedEli Zaretskii2020-05-021-10/+26
* | Properly fix embarassing missing paren typo in jsonrpc.elJoão Távora2020-05-021-3/+3
* | Inhibit modification hooks when saving eieio-persistent'sMichael Heerdegen2020-05-011-1/+2
* | cc-mode: add support for Doxygen documentation styleMichal Nazarewicz2020-05-012-0/+79
* | * lisp/jsonrpc.el (initialize-instance): Fix closing-paren typo.Paul Eggert2020-05-011-1/+1
* | Consolidate lisp/jsonrpc.el logging in single events bufferJoão Távora2020-05-011-11/+39
* | ; Fix recent additions with lisp-data-modeBasil L. Contovounesios2020-05-013-5/+5
* | ; Auto-commit of loaddefs files.Glenn Morris2020-05-011-13/+77