aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-29Stefan Kangas2022-12-072-16/+14
|\
| * ; Minor cleanup in treesit.cEli Zaretskii2022-12-061-6/+4
| * Avoid crashes in a build --without-modulesEli Zaretskii2022-12-061-8/+8
| * Lisp reader undefined behaviour excisionMattias Engdegård2022-12-061-2/+2
* | Work around sample server bugPo Lu2022-12-061-11/+22
* | Merge from origin/emacs-29Stefan Kangas2022-12-061-4/+7
|\ \ | |/
| * Fix treesit-query-captureYuan Fu2022-12-051-4/+7
| * Prevent a segfault when deleting a fullscreen frame on NextStep.Kai Ma2022-12-041-2/+10
* | Fix crash on Windows 9XPo Lu2022-12-061-0/+6
* | ; * src/xfns.c: Actually remove "#include <xcb/xcb_aux.h>".Eli Zaretskii2022-12-051-1/+0
* | Fix build with old XCBPo Lu2022-12-052-20/+19
* | Don't excessively sync in some other codePo Lu2022-12-054-26/+42
* | Fix potential crash deselecting for property change notificationsPo Lu2022-12-041-2/+10
* | Make a boxed menu bar have a shadow at its right end (bug#59778)Manuel Giraud2022-12-041-5/+25
* | Make Emacs build with Xfixes support on old versions of the libraryPo Lu2022-12-042-7/+25
* | Merge from origin/emacs-29Stefan Kangas2022-12-041-1/+3
|\ \ | |/
| * ; Add cross-reference to string-equal docstringStefan Kangas2022-12-031-1/+3
* | Improve performance of other_frames and XTfullscreen_hookPo Lu2022-12-032-13/+56
* | More behind the scenes transparent speedups around xselect.cPo Lu2022-12-025-26/+98
* | Merge from origin/emacs-29Stefan Kangas2022-12-021-1/+2
|\ \ | |/
| * Improve detection of very long linesEli Zaretskii2022-12-021-1/+2
* | Merge from origin/emacs-29Stefan Kangas2022-12-013-3/+4
|\ \ | |/
| * ; Fix typos (don't abbreviate "with" or "without")Stefan Kangas2022-12-013-3/+4
* | Make sure the menu-bar height is updated on X when fonts changeManuel Giraud2022-12-011-1/+17
* | Finish up last change with more speedupsPo Lu2022-12-012-0/+20
* | Remove unnecessary error checks in xselect.cPo Lu2022-12-011-4/+2
* | ; * src/xselect.c (syms_of_xselect_for_pdumper): Fix last change.Po Lu2022-12-011-0/+3
* | Fix pdumper buildPo Lu2022-12-011-0/+5
* | Speed up handling X selection requestsPo Lu2022-12-015-240/+560
* | Merge from origin/emacs-29Po Lu2022-12-012-6/+38
|\ \ | |/
| * Fix crashes and memory leaks during display deinitializationPo Lu2022-12-012-6/+38
* | Add itree_empty_p for clarity and reduced couplingMatt Armstrong2022-11-304-4/+12
* | Merge from origin/emacs-29Stefan Kangas2022-11-302-7/+21
|\ \ | |/
| * Fix typo in flag to load Emacs-specific LLDB commandsDaniel Martín2022-11-291-1/+1
| * Reparse tree-sitter tree when buffer restriction changesYuan Fu2022-11-281-6/+20
* | Bump master Emacs version to 30.0.50Eli Zaretskii2022-11-283-3/+18
|/
* Do not enter locked narrowing when it would span the whole bufferGregory Heytings2022-11-282-5/+9
* Minor improvements to locked narrowingGregory Heytings2022-11-272-5/+7
* Merge branch 'feature/improved-locked-narrowing'Gregory Heytings2022-11-276-91/+407
|\
| * ; * src/xdisp.c (get_locked_narrowing_begv): Minor change.feature/improved-locked-narrowingGregory Heytings2022-11-272-3/+2
| * ; * src/editfns.c: Minor improvements in comments.Gregory Heytings2022-11-271-2/+3
| * Simplify narrowing_locks_restoreGregory Heytings2022-11-271-11/+3
| * Improve handling of killed buffers in locked narrowingsGregory Heytings2022-11-271-19/+39
| * Minor improvements for locked narrowingGregory Heytings2022-11-261-2/+8
| * Docstring improvementsGregory Heytings2022-11-262-3/+3
| * Docstring improvementsGregory Heytings2022-11-263-7/+12
| * Further improvements to narrowing locksGregory Heytings2022-11-261-48/+50
| * Improve locked narrowing around low-level hooks.Gregory Heytings2022-11-265-12/+92
| * Save and restore narrowing locks in 'save-restriction'.Gregory Heytings2022-11-261-0/+31
| * Reworked locked narrowing.Gregory Heytings2022-11-253-79/+168