summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't modify interactive closures destructively (Bug#60974).fix/bug-60974Vibhav Pant2023-03-012-10/+39
* ; Merge from origin/emacs-29Stefan Kangas2023-03-010-0/+0
|\
| * ; Auto-commit of loaddefs files.Stefan Kangas2023-03-011-15/+31
* | Merge from origin/emacs-29Stefan Kangas2023-03-018-53/+67
|\ \ | |/
| * Eglot: fix M-x eglot-show-workspace-configuration (bug#61866)João Távora2023-03-011-35/+31
| * ruby-mode: Fix method call indentation in rhs of multiple assignmentDmitry Gutov2023-02-282-5/+13
| * * lisp/net/tramp.el (tramp-remote-path): Improve docstring.Michael Albinus2023-02-281-1/+3
| * Minor change in 'dired--find-possibly-alternative-file'Felix2023-02-281-1/+2
| * Implement prefix arg for 'c-ts-mode-toggle-comment-style'Felix2023-02-281-9/+13
| * Defaults to zero for image-dired--number-of-thumbnailsManuel Giraud2023-02-281-1/+1
| * ; Add a doc string for 'ediff-window-display-p' obsolescenceEli Zaretskii2023-02-281-1/+4
* | Update SKK-JISYO.L from upstreamStefan Kangas2023-03-011-2/+2
* | Update publicsuffix.txt from upstreamStefan Kangas2023-03-011-15/+134
* | ; Auto-commit of loaddefs files.Stefan Kangas2023-03-011-23/+53
* | Fix some useless condition-case formsMattias Engdegård2023-02-283-32/+33
* | Improve warning in tramp-handle-unlock-fileMichael Albinus2023-02-281-12/+13
* | Merge from origin/emacs-29Stefan Kangas2023-02-2823-172/+270
|\ \ | |/
| * Rename the newly added -ref- faces to -use-Dmitry Gutov2023-02-2818-76/+76
| * Eglot: support multiple labels in same inlay hintJoão Távora2023-02-271-15/+25
| * Eglot: don't paint hints outside requested region (bug#61812)João Távora2023-02-271-1/+2
| * ; * doc/misc/gnus.texi: Fix last change.Eli Zaretskii2023-02-271-11/+11
| * ; Add `nnimap-user' to Gnus manualArash Esbati2023-02-271-0/+17
| * ; * lisp/progmodes/c-ts-mode.el (treesit-node-prev-sibling): Declare.Eli Zaretskii2023-02-271-0/+1
| * Eglot: protect against unintended field text motion (bug#61726)João Távora2023-02-271-12/+16
| * ; And yet another fix to eglot-current-linepos-function's docstringJoão Távora2023-02-271-5/+9
| * Fix description of 'desktop-save-mode'Eli Zaretskii2023-02-271-4/+6
| * Adjust tree-sitter defun navigation (bug#61617)Yuan Fu2023-02-272-37/+68
| * Simplify c-ts-mode--top-level-label-matcherYuan Fu2023-02-261-9/+6
| * New tree-sitter indent anchor standalone-parent used by c-ts-modeYuan Fu2023-02-263-13/+44
* | New user option 'grep-use-headings'Augusto Stoffel2023-02-273-0/+89
* | Introduce 'compilation-annotation' text propertyAugusto Stoffel2023-02-271-14/+21
* | * lisp/icomplete.el (fido-mode): Enable in-buffer completion (bug#45763).João Távora2023-02-271-0/+3
* | * lisp/icomplete.el: Fix in-buffer completion.Juri Linkov2023-02-271-3/+17
* | Adjust some `pure` and `side-effect-free` function declarationsMattias Engdegård2023-02-272-4/+16
* | Warn about `condition-case` without handlersMattias Engdegård2023-02-273-8/+34
* | * lisp/calc/calc.el (calcDigit-backspace): Hush warning.Mattias Engdegård2023-02-271-1/+2
* | Improve delete-consecutive-dups doc precision and add testMattias Engdegård2023-02-272-1/+37
* | Merge from origin/emacs-29Stefan Kangas2023-02-2710-86/+153
|\ \ | |/
| * ruby-smie-rules: Fix misindentation of a method call after assignmentDmitry Gutov2023-02-272-1/+7
| * * lib-src/etags.c (process_file_name): Free malloc'ed vars (bug#61819).Eli Zaretskii2023-02-261-0/+2
| * ; Improve documentation of loading *.eln filesEli Zaretskii2023-02-262-23/+39
| * ; Another doc fix in eglot.elEli Zaretskii2023-02-261-5/+6
| * ; Fix last changeJoão Távora2023-02-261-1/+1
| * ; Fix last changeEli Zaretskii2023-02-261-8/+8
| * Eglot: rename and redocument encoding-related functions (bug#61726)João Távora2023-02-262-65/+81
| * Eglot: support positionEncoding LSP capability (bug#61726)Augusto Stoffel2023-02-261-0/+28
| * Eglot: use faster strategy for moving to LSP positions (bug#61726)Eli Zaretskii2023-02-261-13/+10
| * Fix mule-tests in UTF-8 localesEli Zaretskii2023-02-261-3/+4
| * Fix 'vertical-motion' when display strings are aroundEli Zaretskii2023-02-261-1/+1
| * ; * src/treesit.c (treesit_predicate_match): Fix typo.Yuan Fu2023-02-261-1/+1