aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add containment module to CSS property listSimen Heggestøyl2020-05-101-0/+4
* Add writing modes module to CSS property listSimen Heggestøyl2020-05-101-2/+10
* Use lexical-binding in help-mode.el and add testsSimen Heggestøyl2020-05-091-6/+7
* Merge from origin/emacs-27Glenn Morris2020-05-096-17/+39
|\
| * Small fix for type of 'display-fill-column-indicator-character'Philipp Stephani2020-05-091-1/+1
| * Fix customization of 'display-fill-column-indicator-character'Eli Zaretskii2020-05-091-2/+9
| * Refer to fill column indicator Info node in some places.Philipp Stephani2020-05-091-2/+4
| * Fix GTK's Tool Bar menu radio buttonsMartin Rudalics2020-05-091-2/+2
| * Improve documentation of 'with-suppressed-warnings'.Philipp Stephani2020-05-081-5/+6
| * Fix a typo in a commentEli Zaretskii2020-05-081-1/+1
| * Improve documentation of Hi Lock modeEli Zaretskii2020-05-081-4/+16
| * Fix references to Speedbar in VHDL modeBjörn Holby2020-05-081-1/+1
* | Add new filter command to Package Menu (Bug#39903)Pieter van Oostrum2020-05-091-0/+31
* | cc-mode: extend regexp used by ‘c-or-c++-mode’Michal Nazarewicz2020-05-091-6/+15
* | cc-mode: add ‘c-lineup-ternary-bodies’ (bug#41061)Michal Nazarewicz2020-05-091-0/+32
* | Only treat display strings as buttons if they have 'button' propertyClément Pit-Claudel2020-05-091-4/+6
* | Fix reading kind argument in browse-url-with-browser-kind.Tassilo Horn2020-05-081-5/+5
* | Allow predicates for matching in browse-url-handlers.Tassilo Horn2020-05-081-17/+24
* | Make pcase pattern 'eieio' respect slot access related functions.Zhu Zihao2020-05-081-10/+7
* | ; Update recent function declaration in dnd.elBasil L. Contovounesios2020-05-071-1/+2
* | Allow browsing an URL explicitly with an internal or external browser.Tassilo Horn2020-05-071-0/+28
* | Categorize browse-url functions into internal and external ones.Tassilo Horn2020-05-073-5/+109
* | ; Fix recent byte-compiler warning in dnd.el againBasil L. Contovounesios2020-05-071-0/+2
* | ; Improve recent change to browse-url.elBasil L. Contovounesios2020-05-071-1/+2
* | Don't increment array index in cl-loop twice (Bug#40727)Noam Postavsky2020-05-071-1/+2
* | Revert "cl-loop: Calculate the array length just once"Noam Postavsky2020-05-071-10/+4
* | Fix browse-url (remove debugging leftover).Tassilo Horn2020-05-071-1/+1
* | Handle signals in Tramp's process-fileMichael Albinus2020-05-072-0/+8
* | Refactor browse-url handler selection into separate function.Tassilo Horn2020-05-072-40/+36
* | ; Fix recent byte-compiler warnings in dnd.elBasil L. Contovounesios2020-05-071-1/+1
* | 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