summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-30Fix prefix discovery for files with read-symbol-shorthands (bug#67325)bugfix/shorthand-fixesJoão Távora1-1/+5
2023-11-30Also teach loaddefs-gen.el about shorthands (bug#63480)João Távora1-1/+14
2023-11-30Improve shorthands-font-lock-shorthands (bug#67390)João Távora1-23/+11
2023-11-30Consider read-symbol-shorthands in check-declare.el (bug#67523)João Távora1-48/+53
2023-11-30Process read-symbol-shorthands from longest to shortest (bug#67390)João Távora2-0/+24
2023-11-30Make sure read-symbol-shorthands is permanently localJoão Távora1-1/+2
2023-11-28Jsonrpc: prevent while-no-input messing with jsonrpc-requestJoão Távora1-1/+2
2023-11-28Unbreak Eglot, Jsonrpc as EIEIO inches closer to CLOS (bug#67480)João Távora2-0/+8
2023-11-27* lisp/dired.el (dired-context-menu): Add menu item "Open With" (bug#63911).Juri Linkov1-3/+18
2023-11-27New user option 'shell-command-guess-functions' (bug#18132)Juri Linkov3-34/+75
2023-11-27* lisp/dired.el (dired-insert-set-properties): Fix 'isearch-open-invisible'.Juri Linkov1-1/+1
2023-11-27* lisp/progmodes/project.el (project-prompt-project-name): Add 'reverse'.Juri Linkov1-1/+1
2023-11-27Compiler optimizer: push forms onto byte-compile-form-stackAlan Mackenzie1-0/+2
2023-11-27* lisp/vc/vc.el (vc-deduce-backend-nonvc-modes): Use defcustom (bug#67171).Juri Linkov1-4/+8
2023-11-26Restore prompt correctly when reconnecting in ERCF. Jason Park3-6/+25
2023-11-26; Fix erc--channel-modes test on graphical displaysF. Jason Park3-2/+50
2023-11-26Font-lock shorthands with arbitrary punctuation (bug#67390)João Távora1-6/+17
2023-11-26Add autoload cookie to autoload-compute-prefixes (bug#67325)João Távora1-0/+1
2023-11-26(ruby-ts-mode): Extend treesit-thing-settings moreDmitry Gutov1-0/+3
2023-11-26(ruby-ts-mode): Also add 'self' and 'super' to thingsDmitry Gutov1-0/+2
2023-11-26(ruby-ts-mode): Extend treesit-thing-settings (bug#67036)Dmitry Gutov1-0/+3
2023-11-26Make EIEIO ':accessor' behave like ':reader' when reading (bug#66938)Brandon2-3/+23
2023-11-26.elc format: Record lambdas' doc strings lazily, not inlineAlan Mackenzie1-110/+160
2023-11-26; * lisp/textmodes/ispell.el (ispell-complete-word): Remove FIXME.Eli Zaretskii1-1/+0
2023-11-26Fix 'dired--get-ellipsis-length'Eli Zaretskii1-2/+6
2023-11-26Unbind 'C-M-i' in Text modeEshel Yaron8-32/+62
2023-11-25Simplify gnus-group-search-forwardEric Abrahamsen1-35/+33
2023-11-26* src/pdumper.c (dump_vectorlike): Avert compiler warning.Po Lu1-1/+1
2023-11-26; Update Autoconf auxiliaries in execPo Lu2-27/+50
2023-11-25; Mark test for erc--update-channel-modes as :unstableF. Jason Park7-10/+12
2023-11-25Simplify option erc-fill-wrap-merge-indicatorF. Jason Park1-30/+64
2023-11-25Refactor pseudovector printingMattias Engdegård1-135/+134
2023-11-25; * src/pdumper.c (dump_vectorlike): Populate switch fully.Mattias Engdegård1-45/+30
2023-11-25regex-emacs.c (forall_firstchar): Fix regression bug#67226Stefan Monnier1-6/+20
2023-11-25Repair `tab-first-completion` (bug#67158)Aymeric Agon-Rambosson1-15/+9
2023-11-25(project-prompt-project-name): Simplify a bitDmitry Gutov1-5/+5
2023-11-25; project-prompt-project-name: Reword a commentDmitry Gutov1-1/+1
2023-11-25; * configure.ac: Fix the unexec build.Eli Zaretskii1-0/+3
2023-11-25Merge from origin/emacs-29Eli Zaretskii7-12/+26
2023-11-25Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2-1/+9
2023-11-25Don't insert subscript on a newlineRahguzar1-0/+7
2023-11-25Optionally turn on visual-line-mode + outline supportRahguzar1-0/+4
2023-11-25Outline support for shr rendered documentsRahguzar1-1/+40
2023-11-25Allow displaying images inlineRahguzar1-15/+60
2023-11-25Make some aspects of shr rendering customizableRahguzar1-9/+33
2023-11-25Don't enable pinentry loopback mode for gpgsmUlrich Müller2-1/+9
2023-11-25Add option `dired-filename-display-length'Liu Hui3-42/+123
2023-11-25Fix merging italic and underline faces with other fontsEli Zaretskii1-2/+7
2023-11-25; Avoid 'completion-at-point' in 'completion-preview-insert'Eshel Yaron1-69/+52
2023-11-25; Improve and add tests for Completion Preview modeEshel Yaron2-41/+250