aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean-up now unnecessary 'comp-primitive-type-specifiers'scratch/func-type-declsAndrea Corallo2024-02-232-19/+9
* Update C-h fAndrea Corallo2024-02-232-15/+16
* Make use of Lisp function declarations in the native compilerAndrea Corallo2024-02-232-12/+25
* Rename comp-primitive-type-specifiersAndrea Corallo2024-02-232-8/+4
* Move remaning declared types out of comp-known-type-specifiersAndrea Corallo2024-02-239-62/+55
* Add function type declarations for Lisp functions as wellAndrea Corallo2024-02-231-1/+7
* Move entries from comp-known-type-specifiers to DEFUNAndrea Corallo2024-02-231-307/+14
* * Fix 'parse-colon-path' entry in 'comp-known-type-specifiers'Andrea Corallo2024-02-221-1/+1
* * lisp/help-fns.el (describe-mode-outline): New user option (bug#64684).Juri Linkov2024-02-222-30/+79
* Recognize functions and macros as defuns in 'cmake-ts-mode'Jörg Bornemann2024-02-221-6/+12
* ; * lisp/emacs-lisp/comp-run.el: Fix typo.Andrea Corallo2024-02-211-1/+1
* * lisp/emacs-lisp/comp.el (comp--compute-function-types): Fix missing doc.Andrea Corallo2024-02-211-1/+1
* ; Fix mid-symbol updating/cycling completion previewEshel Yaron2024-02-211-12/+12
* ; Update URL of the tree-sitter-lua grammarjohn muhl2024-02-211-2/+2
* ; Add two comments on comp-known-predicates cl-deftype-satisfiesAndrea Corallo2024-02-212-0/+4
* * Add few missing entries in 'comp-known-predicates'Andrea Corallo2024-02-211-7/+13
* * lisp/emacs-lisp/comp-cstr.el (comp-cstr): Rename constructors.Andrea Corallo2024-02-211-14/+14
* ; * lisp/emacs-lisp/comp.el (native-comp-debug): Fix spacing.Andrea Corallo2024-02-211-1/+1
* * Make 'comp--compute-function-types' a passAndrea Corallo2024-02-211-27/+34
* Set tty mode to raw when setting up Inferior Pythonkobarity2024-02-211-0/+11
* * lisp/emacs-lisp/map.el (map--make-pcase-bindings): Fix use in Emacs<30Stefan Monnier2024-02-211-8/+19
* Do not attempt to check declarations in lock filesJonas Bernoulli2024-02-201-3/+8
* Allow trivially autoloading uses of transient's define macrosJonas Bernoulli2024-02-202-6/+12
* * Fix missing entry in 'cl--typeof-types'Andrea Corallo2024-02-201-0/+1
* Make find-function-regexp also find transient-define-*Jonas Bernoulli2024-02-201-0/+1
* ; CopyeditsMichael Albinus2024-02-202-1/+3
* Add Tramp methods dockercp and podmancpMichael Albinus2024-02-207-35/+110
* Allow attaching files at point using 'gnus-dired-attach'Philip Kaludercic2024-02-191-1/+8
* Check shortdoc keywords and fix one mistakeMattias Engdegård2024-02-191-1/+13
* Don't update ranges for the whole buffer in treesit--pre-redisplayYuan Fu2024-02-181-1/+9
* Back out part of commit db5e84af202Eric Abrahamsen2024-02-181-3/+2
* ; Fix typo from commit 32c5bdfa971Philip Kaludercic2024-02-171-1/+1
* Provide better default value for date in Gnus scoringJakub Ječmínek2024-02-171-3/+8
* Alias some gnus-specific do-nothing functionsEric Abrahamsen2024-02-172-10/+6
* Merge from origin/emacs-29Eli Zaretskii2024-02-175-181/+197
|\
| * Improve directory prompt used by package-vc-checkoutJoseph Turner2024-02-141-2/+2
| * Minor Tramp doc adaptionMichael Albinus2024-02-141-3/+3
| * * Improve reproducibility of inferred values by native compAndrea Corallo2024-02-111-0/+2
| * Handle typescript ts grammar breaking change for function_expressionLoïc Lemaître2024-02-111-174/+188
| * Don't quote 't' in doc stringsEli Zaretskii2024-02-101-2/+2
| * Tramp: Handle PIN requests from security keys (don't merge)Michael Albinus2024-02-092-11/+24
* | ; Fix last changeEli Zaretskii2024-02-171-1/+2
* | Make key selection method configurable in EPA.Aleksandr Vityazev2024-02-171-1/+32
* | Eagerly indent first field in tables in 'lua-ts-mode'john muhl2024-02-171-0/+2
* | Support shebang lines with amended environmentKévin Le Gouguec2024-02-171-1/+4
* | Support more complex env invocations in shebang linesKévin Le Gouguec2024-02-171-1/+7
* | Use modern fallback for channel name detection in ERCF. Jason Park2024-02-162-18/+15
* | Normalize ISUPPORT params with empty values in ERCF. Jason Park2024-02-161-8/+13
* | Ignore the TGT-LIST parameter in erc-openF. Jason Park2024-02-161-23/+16
* | Make erc-fill-wrap depend on scrolltobottomF. Jason Park2024-02-161-30/+32