aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | * lisp/emacs-lisp/syntax.el: Fix bug#41195Stefan Monnier2020-05-121-6/+18
* | Revert "Inhibit modification hooks when saving eieio-persistent's"Michael Heerdegen2020-05-121-2/+1
* | Support sorting timer-list-mode by column (Bug#40854)Stefan Kangas2020-05-121-4/+31
* | Base timer-list-mode on tabulated-list-mode (Bug#40854)Stefan Kangas2020-05-121-56/+49
* | Fix bug #40992 whilst still allowing breakpoint highlights in edebugAlan Mackenzie2020-05-111-15/+38
* | * lisp/emacs-lisp/pcase.el (pcase--fgrep): Look inside vectorsStefan Monnier2020-05-111-4/+9
* | ; Fix last change to bibtex.elBasil L. Contovounesios2020-05-111-0/+1
* | * lisp/textmodes/bibtex.el: Avoid `eval`Stefan Monnier2020-05-111-50/+59
* | * lisp/subr.el (dolist, dotimes, combine-change-calls): Cosmetic tweaksStefan Monnier2020-05-111-9/+9
* | * lisp/emacs-lisp/syntax.el (syntax-propertize): Use run-hook-wrappedStefan Monnier2020-05-111-17/+21
* | * lisp/ielm.el: Handle corner case where */**/*** are not yet boundStefan Monnier2020-05-111-18/+13
* | Map "mail/compose" icon to "mail-message-new" in GTKDmitry Gutov2020-05-111-1/+1
* | Use the "modern" toolbars in Gnus againDmitry Gutov2020-05-111-3/+3
* | Use better icons on GTK in message-mode and isearchDmitry Gutov2020-05-112-4/+6
* | * lisp/emacs-lisp/pcase.el: Don't bind unused vars in branchesStefan Monnier2020-05-101-20/+27
* | * lisp/emacs-lisp/eieio.el (eieio pcase macro): Fix last-minute typoStefan Monnier2020-05-101-1/+1
* | Prefer function-put over put for setting browse-url-browser-kind.Tassilo Horn2020-05-101-38/+41
* | * lisp/emacs-lisp/eieio.el (eieio pcase macro): Remove unused var `is`Stefan Monnier2020-05-101-10/+9
* | Use lexical-binding in glasses.el and add testsSimen Heggestøyl2020-05-101-10/+1
* | Allow underscores in CSS variable namesSimen Heggestøyl2020-05-101-1/+1
* | 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