aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove sort-onscratch/sort-keyMattias Engdegård2024-03-231-21/+0
* ; * lisp/help-fns.el (help-fns-function-name): Doc fix.Eli Zaretskii2024-03-221-1/+8
* Fix display of custom menus after putative cosmetic changePo Lu2024-03-221-8/+11
* * lisp/help.el (help--analyze-key): Use `help-fns-function-name`Stefan Monnier2024-03-211-1/+3
* (help-fns-function-name): New functionStefan Monnier2024-03-215-88/+121
* (make-help-screen): Move most of the code out to a functionStefan Monnier2024-03-211-135/+140
* Update to Transient v0.6.0-1-gcaef3347Jonas Bernoulli2024-03-211-96/+183
* (describe-symbol-backends): Fix addition of the "type" backendStefan Monnier2024-03-212-7/+3
* byte-opt.el: Remove test that's not applicable any moreStefan Monnier2024-03-211-1/+0
* Speed up `describe-char` when a property has a large valueStefan Monnier2024-03-213-59/+44
* wid-edit.el: Cosmetic changesStefan Monnier2024-03-211-204/+159
* (widget--allow-insertion): New macroStefan Monnier2024-03-211-78/+78
* 'vtable-update-object' can now be called with one argumentAdam Porter2024-03-211-2/+13
* Avoid recomputing the whole table in 'vtable--recompute-numerical'Adam Porter2024-03-211-1/+1
* ; * lisp/emacs-lisp/comp-run.el (comp-run-async-workers): Fix indentation.Andrea Corallo2024-03-201-2/+2
* ; Minor copyedits of last change.Eli Zaretskii2024-03-201-12/+13
* ; * lisp/emacs-lisp/comp.el: Add a simple sanitizer usage example.Andrea Corallo2024-03-201-0/+12
* ; Fix doc strings of recent changesEli Zaretskii2024-03-201-1/+2
* ; * lisp/emacs-lisp/comp-cstr.el (comp--normalize-typeset0): Fix comment.Andrea Corallo2024-03-201-7/+4
* Add native compiler sanitizerAndrea Corallo2024-03-202-0/+47
* Respect file display names during Android drag-and-dropPo Lu2024-03-201-16/+21
* * Use 'cl-type-of' in comp-cstr.elAndrea Corallo2024-03-191-4/+4
* Respect display names of Android content URIsPo Lu2024-03-191-3/+4
* ; * lisp/vc/vc-git.el (vc-git--out-str): Doc fix.Eli Zaretskii2024-03-182-2/+2
* * lisp/emacs-lisp/cl-preloaded.el (user-ptr): Add predicateStefan Monnier2024-03-181-2/+5
* Followup changes to `cl-type-of`scratch/object-typeStefan Monnier2024-03-182-2/+2
* (primitive-function): New typeStefan Monnier2024-03-182-2/+11
* (cl-type-of): New function to return more precise types (bug#69739)Stefan Monnier2024-03-183-11/+9
* ; Re-apply accidentally reverted commitKévin Le Gouguec2024-03-171-14/+32
* * lisp/tab-bar.el (tab-bar-select-restore-windows): New defcustom.Juri Linkov2024-03-171-1/+53
* Update modus-themes to their 4.4.0 versionProtesilaos Stavrou2024-03-171-32/+14
* Fix vc-dir when "remote" Git branch is localKévin Le Gouguec2024-03-171-14/+32
* debug.el: Prevent re-entering the debugger for the same errorStefan Monnier2024-03-161-2/+19
* ; Document more DND functions with limited supportEli Zaretskii2024-03-161-3/+12
* Merge from origin/emacs-29Eli Zaretskii2024-03-162-4/+5
|\
| * ; Fix bibtex-biblatex-field-alist docstring typo.Basil L. Contovounesios2024-03-121-1/+1
| * Fix 'with-sqlite-transaction'F. Jason Park2024-03-111-3/+4
* | In window-related documentation write 'symbol' instead of 'constant'Martin Rudalics2024-03-161-4/+4
* | Respond to default action from Gnus notificationsPo Lu2024-03-161-2/+3
* | * lisp/emacs-lisp/bindat.el (sint): Burp in dynbind (bug#69749)Stefan Monnier2024-03-151-0/+4
* | * Don't install unnecessary trampolines (bug#69573)Andrea Corallo2024-03-151-7/+9
* | * lisp/emacs-lisp/advice.el (comp-subr-trampoline-install): Don't declare.Andrea Corallo2024-03-151-2/+0
* | Further adjustments for restoring killed buffer windows (Bug#68235)Martin Rudalics2024-03-151-25/+24
* | ; Fix documentation of 'flyspell-check-changes'Eli Zaretskii2024-03-151-5/+9
* | * lisp/vc/diff-mode.el (diff-mode-menu): Add menu item "Apply all hunks".Juri Linkov2024-03-151-0/+2
* | With visible-completions, only bind RET when completion is selectedSpencer Baugh2024-03-152-14/+29
* | Keep indenting text when 'shr-fill-text' is nil (bug#69555)Kévin Le Gouguec2024-03-151-5/+10
* | (project--value-in-dir): Ensure that the global value is still honoredDmitry Gutov2024-03-151-1/+2
* | fix: project submodule detection does not work for worktreesPatrick Bader2024-03-151-1/+1
* | (set-auto-mode): Streamline to fix bug#67795Stefan Monnier2024-03-141-113/+118