aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Enlarge dumped_dataPo Lu2023-09-231-1/+1
* | Correct comparisons between size_t and ssize_tPo Lu2023-09-232-55/+62
* | Properly apply XY offsets to compound component glyphsPo Lu2023-09-231-9/+4
* | Display background dialogs using the correct stylePo Lu2023-09-231-0/+8
* | File-expand DIRECTORY argument to vc-clonePhilip Kaludercic2023-09-221-2/+1
* | Enable opening mailto URLs under AndroidPo Lu2023-09-223-23/+73
* | Flymake: new 'short' option for flymake-show-diagnostics-at-end-of-lineJoão Távora2023-09-211-16/+42
* | ; Handle authentication properly when reconnecting to IRCManphiz2023-09-211-0/+1
* | package-tests.el: Add test Bug#65475Philip Kaludercic2023-09-211-0/+16
* | ; Handle edge-case when deleting the last packagePhilip Kaludercic2023-09-211-7/+9
* | * src/regex-emacs.c (mutually_exclusive_aux) [ENABLE_CHECKING]: Fix ifStefan Monnier2023-09-211-3/+4
* | regex-emacs.c (mutually_exclusive_aux): Rework againStefan Monnier2023-09-211-41/+86
* | Flymake: fix bug in end-of-line overlay updatesJoão Távora2023-09-211-7/+7
* | macOS: only cp emacs.pdmp when installing (bug#66022)Gerd Möllmann2023-09-212-2/+3
* | ; * src/android.c (android_damage_window): Remove unused variable.Po Lu2023-09-211-1/+1
* | Update Android portPo Lu2023-09-212-42/+56
* | Flymake: fix eol overlay flicker due to untimely overlay deletionJoão Távora2023-09-211-7/+13
* | Flymake: more fixes to the end-of-line overlaysJoão Távora2023-09-211-16/+16
* | Flymake: do use condition-case-unless-debugJoão Távora2023-09-211-9/+1
* | Flymake: more fixes to flymake--highlight-lineJoão Távora2023-09-211-4/+9
* | Flymake: Fix bug in flymake-diagnosticsJoão Távora2023-09-201-1/+4
* | Flymake: use 'compilation-info' as basis for "note" facesJim Porter2023-09-201-2/+2
* | Insert symbol `debug' into two condition-case handlersAlan Mackenzie2023-09-202-4/+4
* | Flymake: fix many problems with the end-of-line overlaysJoão Távora2023-09-201-68/+80
* | * lisp/emacs-lisp/comp.el (comp-compute-dominator-tree): Simplify.Andrea Corallo2023-09-201-1/+1
* | Eglot: better consider diagnostics at point on code action requestsJoão Távora2023-09-202-7/+21
* | Re-enable -Wswitch when building with ClangMattias Engdegård2023-09-201-1/+0
* | Reorder type tests for efficiencyMattias Engdegård2023-09-201-24/+28
* | * src/alloc.c: (cleanup_vector) Dispatch on pseudovector typeMattias Engdegård2023-09-201-74/+115
* | Fix off-by-1 typo in vadd_to_logPaul Eggert2023-09-201-1/+1
* | * lisp/tab-bar.el (tab-bar-auto-width): Don't check if width changes.Juri Linkov2023-09-191-4/+2
* | ; * tab-bar, tab-line: Use integer 1 instead of float for height em.Juri Linkov2023-09-192-9/+9
* | Warn about duplicated :tag strings in defcustom choicesMattias Engdegård2023-09-192-2/+12
* | Don't use pointer arithmetic for pointer tagging (bug#65491)Mattias Engdegård2023-09-191-12/+3
* | Update modus-themes to their version 4.3.0Protesilaos Stavrou2023-09-1910-187/+636
* | ; Fix typos in last changePo Lu2023-09-191-6/+6
* | Update Android portPo Lu2023-09-191-13/+38
* | Don't use ellipses while cl-printing strings.Alan Mackenzie2023-09-192-30/+5
* | * lisp/emacs-lisp/comp.el (comp-final1): Clean-up unused form.Andrea Corallo2023-09-191-7/+4
* | * lisp/emacs-lisp/comp.el (comp-op-to-fun): Use `string-replace'.Andrea Corallo2023-09-191-1/+1
* | Fix treesit--update-ranges-localYuan Fu2023-09-181-1/+3
* | ; Add debug instrumention for queueing commands in EshellJim Porter2023-09-181-9/+13
* | Improve XUNTAG commentPaul Eggert2023-09-181-4/+3
* | Don't use pointer arithmetic for untagging Lisp values (bug#65491)Mattias Engdegård2023-09-181-4/+6
* | Fix another race condition when waiting for Eshell processesJim Porter2023-09-182-6/+12
* | * Fix comp-function-type-spec for non symbol input (bug#66021)Andrea Corallo2023-09-181-2/+4
* | Correct build on systems without PAGE_MASKPo Lu2023-09-181-1/+1
* | Correct crash in child processes under armeabi AndroidPo Lu2023-09-181-8/+14
* | Offset ranges before applying embedded tree-sitter parserDanny Freeman2023-09-172-18/+53
* | Use 'eshell-with-temp-command' (indirectly) to parse Eshell script filesJim Porter2023-09-172-45/+46