summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAge
...
| * Fix intra compilation unit function type declarationAndrea Corallo2024-05-05
| * eglot.el: Require `track-changes` unconditionallyStefan Monnier2024-05-05
| * Fix Eshell handling of remote files like "/ssh:remote:~/file.txt"Jim Porter2024-05-05
| * Fix tab-line-tabs-buffer-groups (bug#59438)Gabriel do Nascimento Ribeiro2024-05-05
| * * lisp/tab-line.el: Use defcustom for group sort variables (bug#59438).Juri Linkov2024-05-05
| * Fix lock-file format in TrampMichael Albinus2024-05-05
| * project--vc-list-files: Use vc-git-command for better error reportingDmitry Gutov2024-05-05
| * (read-passwd-toggle-visibility): Fix some loose endsStefan Monnier2024-05-05
| * Retract lexical cookie source load warningMattias Engdegård2024-05-05
| * Run c-unmark-<>-around-region in after-change-functions always.Alan Mackenzie2024-05-05
| * ; Improve documentation of a recent changeEli Zaretskii2024-05-05
| * New variable 'project-files-relative-names'Dmitry Gutov2024-05-05
| * Don't permit C-x 8 RET &c in isearch.el to contaminate search stringPo Lu2024-05-05
| * (eglot--track-changes-signal): Improve last fix (bug#70541)Stefan Monnier2024-05-04
| * textsec: handle email address without domain partAndreas Schwab2024-05-04
| * (ruler-mode-ruler): Minor optimizationStefan Monnier2024-05-04
| * Allow `letrec` binding without init expressionMattias Engdegård2024-05-04
| * ; Fix last changeEli Zaretskii2024-05-04
| * Locate error source of ExceptionGroup in Python shellshynur2024-05-04
| * Delete redundant backquotes in android-win.elPo Lu2024-05-04
| * * lisp/progmodes/eglot.el (eglot--track-changes-signal): More typoStefan Monnier2024-05-03
| * * lisp/emacs-lisp/track-changes.el (track-changes-inconsistent-state-p): TypoStefan Monnier2024-05-03
| * Query Eglot version via package.elPhilip Kaludercic2024-05-03
| * Warn when loading .el files without lexical-binding declarationMattias Engdegård2024-05-03
| * track-changes.el: Add a workaround for bug#70541Stefan Monnier2024-05-03
| * mhtml-mode: Use `run-mode-hook' to run `prog-mode-hook' (bug#70671)Ihor Radchenko2024-05-03
| * Fix bug#70711Elias G. Perez2024-05-03
| * Only run 'eshell-first-time-mode-hook' once per Emacs sessionLin Sun2024-05-02
| * ; Set explicit hook depth for erc-once-with-server-eventF. Jason Park2024-05-02
| * Eliminate string data mutation in ruler-modeMattias Engdegård2024-05-02
| * * lisp/tab-bar.el: Support mouse clicks bound in keymap properties.Juri Linkov2024-05-02
| * Make the buffer displayed by tab-bar-select-restore-windows internalJuri Linkov2024-05-02
| * Merge branch 'lisp-func-type-decls' into 'master'Andrea Corallo2024-05-02
| |\
| | * * lisp/emacs-lisp/regexp-opt.el (regexp-opt): Fix type declaration.Andrea Corallo2024-04-30
| | * Rename property 'declared-type' to 'function-type'Andrea Corallo2024-04-29
| | * Move lisp function arg type declarations to the functions itselfAndrea Corallo2024-04-29
| | * Make use of Lisp function declarationsAndrea Corallo2024-04-29
| | * * Add function type declarations for Lisp functionsAndrea Corallo2024-04-29
| * | Add lexical cookie to new init filesMattias Engdegård2024-05-02
| * | ; Fix last changeEli Zaretskii2024-05-02
| * | New function 'python-shell-send-block' for python-modeLin Sun2024-05-02
| * | Improve performance of `file-truename' (bug#70036)Ihor Radchenko2024-05-02
| * | Add ExceptionGroup as a Python keywordkobarity2024-05-02
| * | Eglot: Add 'command-modes' property to all suitable commandsAugusto Stoffel2024-05-02
| * | * lisp/emacs-lisp/warnings.el: Fix 'warning-display-at-bottom'.Juri Linkov2024-05-02
| * | Support hints in the :repeat keyword of defvar-keymap for repeat-modeJuri Linkov2024-05-02
| * | * lisp/progmodes/ruby-ts-mode.el (ruby-ts-mode): Add 'text' (bug#67036).Juri Linkov2024-05-02
| * | Tighten regexp for rust-ts-mode keyword workaroundYuan Fu2024-05-01
| * | Fix fontification for else in macro body in rust-ts-modeYuan Fu2024-05-01
| * | Add font-locking for typed parameters in python-ts-mode (bug#70665)Noah Peart2024-05-01