summaryrefslogtreecommitdiff
path: root/lisp
AgeCommit message (Expand)Author
2024-06-21; eliminate backslash duplicate in regexpMattias EngdegÄrd
2024-06-21Merge remote-tracking branch 'origin/scratch/emacs-editorconfig'Stefan Monnier
2024-06-21; Avoid byte-compiler warning in comint.elEli Zaretskii
2024-06-20Ensure navigating by paragraphs in Eshell stops at prompts and paragraphsJim Porter
2024-06-20Limit the amount of text we examine when looking for password promptsJim Porter
2024-06-20Allow giving "ping" flags with `C-u M-x ping`Tomas Fabrizio Orsi
2024-06-20* lisp/hi-lock.el (hi-lock-revert-buffer-rehighlight): Restore same faces.Juri Linkov
2024-06-20Remove more references to Windows 95Stefan Kangas
2024-06-19* lisp/editorconfig.el (editorconfig-version): Delete functionStefan Monnier
2024-06-19Fix display-buffer-override-next-command (bug#71654)Rodrigo Kassick
2024-06-19* lisp/which-key.el (which-key-is-verbose): Remove unused optionPhilip Kaludercic
2024-06-19Integrate feedback from Stefan Kangas and Michael AlbinusStefan Monnier
2024-06-19(editorconfig-indentation-alist): Sync with upstreamStefan Monnier
2024-06-19editorconfig-core-handle.el: Reduce allocation in parserStefan Monnier
2024-06-19editorconfig-fnmatch.el: Eliminate O(N^2) complexityStefan Monnier
2024-06-19editorconfig-core.el: Remove unneeded defaulting codeStefan Monnier
2024-06-19editorconfig-core-handle.el: Don't use file names as glob patternStefan Monnier
2024-06-19lisp/editorconfig: Minor cosmetic fixesStefan Kangas
2024-06-19editorconfig.el: Miscellaneous minor changesStefan Monnier
2024-06-19lisp/editorconfig: Advise `find-auto-coding` i.s.o `insert-file-contents`Stefan Monnier
2024-06-19lisp/editorconfig: Use new Emacs-30 hooksStefan Monnier
2024-06-19(editorconfig-set-local-variables): Get first, set laterStefan Monnier
2024-06-19lisp/editorconfig: Don't hook into `read-only-mode-hook`Stefan Monnier
2024-06-19(editorconfig--should-set): Eliminate `lisp-indent-offset` special caseStefan Monnier
2024-06-19* lisp/editorconfig.el (editorconfig-mode): Remove `:lighter`Stefan Monnier
2024-06-19* lisp/editorconfing.el: Cosmetic ELisp style changesStefan Monnier
2024-06-19Remove support for `editorconfig-exclude-*`Stefan Monnier
2024-06-19Remove support for `editorconfig-override-*-local-variables`Stefan Monnier
2024-06-19Remove support for the `editorconfig` executableStefan Monnier
2024-06-19Fix up copyright lines and license blurbsStefan Monnier
2024-06-19Squashed commit of the following:Stefan Monnier
2024-06-19; Delete redundant and/or misleading package headersStefan Kangas
2024-06-19; * lisp/htmlfontify.el: Remove "Version" header.Stefan Kangas
2024-06-18Merge remote-tracking branch 'origin/feature/which-key-in-core'Philip Kaludercic
2024-06-18* lisp/org/ob-lua.el: Minor doc fixes.Stefan Kangas
2024-06-18Update to Transient v0.7.0-1-g482bc777Jonas Bernoulli
2024-06-18Adapt tramp-use-file-attributesMichael Albinus
2024-06-18Disable usage of unicode for which-key by defaultPhilip Kaludercic
2024-06-18Remove :underline from 'which-key-highlighted-command-face 'Philip Kaludercic
2024-06-18; * lisp/which-key.el (which-key--process-page): Use ?\sPhilip Kaludercic
2024-06-18Prevent which-key faces from over-extending during formattingPhilip Kaludercic
2024-06-17diff-mode: Optimize source language syntax highlightingDmitry Gutov
2024-06-17* lisp/tab-line.el (tab-line-force-update): New function (bug#71601).Juri Linkov
2024-06-17* lisp/outline.el: Make revert-related functions internal.Juri Linkov
2024-06-17(bookmark--jump-via): Ensure 'window-point' is set correctlyEshel Yaron
2024-06-17* lisp/touch-screen.el (touch-screen-inhibit-drag): Fix 'not' arity use.Andrea Corallo
2024-06-17Don't hide `not` and `null` arity errorsMattias EngdegÄrd
2024-06-17; Auto-commit of loaddefs files.Po Lu
2024-06-17Improve treatment of touch screen input by rmc and its callersPo Lu
2024-06-17* lisp/outline.el: Keep point on the same outline after revert.Juri Linkov