summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-18Avoid build failure when building without -fsanitize=address.feature/asan-gc-poisoningVibhav Pant1-1/+5
2022-12-18src/alloc.c: Convert ASan functions to macros to reduce overhead.Vibhav Pant1-262/+95
2022-12-07Make unaligned loads work with sanitization.Vibhav Pant3-3/+25
2022-12-04src/alloc.c: Fix incorrect pointer arithmetic.Vibhav Pant1-1/+1
2022-12-04Merge branch 'master' into feature/asan-gc-poisoningVibhav Pant29-111/+194
2022-12-04Fix potential crash deselecting for property change notificationsPo Lu1-2/+10
2022-12-04Make a boxed menu bar have a shadow at its right end (bug#59778)Manuel Giraud1-5/+25
2022-12-04Make Emacs build with Xfixes support on old versions of the libraryPo Lu3-8/+26
2022-12-04Merge from origin/emacs-29Stefan Kangas23-95/+132
2022-12-04; Merge from origin/emacs-29Stefan Kangas0-0/+0
2022-12-04Merge from origin/emacs-29Stefan Kangas1-1/+1
2022-12-03Fix comment-start-skip in tree-sitter modes (bug#59690)Yuan Fu5-6/+13
2022-12-03; * lisp/treesit.el (treesit-end-of-defun): Guard against nil value.Yuan Fu1-1/+6
2022-12-03; * lisp/subr.el (posn-col-row): Revert inadvertent change.Eli Zaretskii1-1/+1
2022-12-03; Remove debugging leftover messageEli Zaretskii1-1/+0
2022-12-03Speed up Unicode normalisation tests by a factor of 5Mattias Engdegård1-47/+53
2022-12-03Fix "C-h k" when clicking on another frameEli Zaretskii2-3/+5
2022-12-03Merge branch 'master' into feature/asan-gc-poisoningVibhav Pant363-15291/+41816
2022-12-03; src/alloc.c: Use the correct preprocessor check for ASan poisoningVibhav Pant1-1/+1
2022-12-03; Fix typosStefan Kangas10-12/+13
2022-12-03Improve performance of other_frames and XTfullscreen_hookPo Lu2-13/+56
2022-12-03Fix and expand tests broken by commit 2772ebe366 of 2022-11-28Juanma Barranquero1-24/+31
2022-12-03; Add cross-reference to string-equal docstringStefan Kangas2-2/+6
2022-12-03Fix handling of relative directories in "--init-directory=DIR"Eli Zaretskii1-1/+3
2022-12-03Don't trigger ASan use-after-poison while checking for live pointersVibhav Pant1-2/+37
2022-12-03Make sure 'user-emacs-directory' ends in a slashEli Zaretskii1-0/+4
2022-12-03Fix gud-minor-mode-menuEli Zaretskii1-3/+0
2022-12-03Revert "Make easy-mmode-defmap obsolete and adjust only caller"Eli Zaretskii2-89/+138
2022-12-02vc-git-print-log: Don't assume vc-git-log-switches is a listSean Whitton1-1/+1
2022-12-03Merge from origin/emacs-29Stefan Kangas5-25/+30
2022-12-03; Merge from origin/emacs-29Stefan Kangas0-0/+0
2022-12-03Merge from origin/emacs-29Stefan Kangas1-1/+1
2022-12-03* lisp/bindings.el (bound-and-true-p): Verify argument is a symbolJuanma Barranquero1-0/+2
2022-12-02* lisp/emacs-lisp/cl-macs.el (cl-flet): Optimize a bit moreStefan Monnier1-1/+2
2022-12-02; server-tests: remove CI debuggingMattias Engdegård1-3/+0
2022-12-02; * lisp/subr.el (string-equal-ignore-case): Doc fix (bug#59779).Eli Zaretskii1-1/+1
2022-12-02; server-test CI debuggingMattias Engdegård1-2/+4
2022-12-02Fix server-tests run noninteractively (bug#59742)Mattias Engdegård1-4/+11
2022-12-02Use file-name-nondirectory to determine default project-nameRandy Taylor1-2/+2
2022-12-02Speed up auto-completion in 'sh-script-mode'Yikai Zhao1-16/+14
2022-12-02Fix error editing multisession variables (bug#59710)Juanma Barranquero1-2/+3
2022-12-02More behind the scenes transparent speedups around xselect.cPo Lu5-26/+98
2022-12-02; Fix a typo in .clang-format.dickmao1-1/+1
2022-12-02; Make clang-format format indent preprocessor blocks correctly.Vibhav Pant1-0/+2
2022-12-02; Fix typo in .clang-format (Bug#59768)dickmao1-1/+1
2022-12-02Add tsx-ts-mode to eglot-server-programsBrian Leung1-1/+1
2022-12-02Merge from origin/emacs-29Stefan Kangas12-124/+466
2022-12-02* lisp/tab-bar.el (tab-bar-format-align-right): Fix alignment on TTY frames.Juri Linkov1-3/+8
2022-12-02Fix the width of margins for icons in outline-minor-mode (bug#59719)Juri Linkov3-10/+41
2022-12-01; Change c-ts-mode--base-mode to c-ts-base-modeYuan Fu1-3/+3