summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-12-08Remove conversion_fail_tag from selection requestsPo Lu
2022-12-08; * src/emacs.c (main): Improvements to last change.Po Lu
2022-12-08Fix crash on Windows 9XPo Lu
2022-12-07Improve parameter checking in tree-sitter functionsYuan Fu
2022-12-07; Minor copyedits of the latest xterm changeEli Zaretskii
2022-12-07Fix some more problems with running Emacs as untrustedPo Lu
2022-12-07Merge from origin/emacs-29Stefan Kangas
2022-12-06; Minor cleanup in treesit.cEli Zaretskii
2022-12-06Avoid crashes in a build --without-modulesEli Zaretskii
2022-12-06Work around sample server bugPo Lu
2022-12-06Lisp reader undefined behaviour excisionMattias Engdegård
2022-12-06Merge from origin/emacs-29Stefan Kangas
2022-12-05Fix treesit-query-captureYuan Fu
2022-12-06Fix crash on Windows 9XPo Lu
2022-12-05; * src/xfns.c: Actually remove "#include <xcb/xcb_aux.h>".Eli Zaretskii
2022-12-05Fix build with old XCBPo Lu
2022-12-05Don't excessively sync in some other codePo Lu
2022-12-04Fix potential crash deselecting for property change notificationsPo Lu
2022-12-04Prevent a segfault when deleting a fullscreen frame on NextStep.Kai Ma
2022-12-04Make a boxed menu bar have a shadow at its right end (bug#59778)Manuel Giraud
2022-12-04Make Emacs build with Xfixes support on old versions of the libraryPo Lu
2022-12-04Merge from origin/emacs-29Stefan Kangas
2022-12-03Improve performance of other_frames and XTfullscreen_hookPo Lu
2022-12-03; Add cross-reference to string-equal docstringStefan Kangas
2022-12-02More behind the scenes transparent speedups around xselect.cPo Lu
2022-12-02Merge from origin/emacs-29Stefan Kangas
2022-12-02Improve detection of very long linesEli Zaretskii
2022-12-01Merge from origin/emacs-29Stefan Kangas
2022-12-01; Fix typos (don't abbreviate "with" or "without")Stefan Kangas
2022-12-01Make sure the menu-bar height is updated on X when fonts changeManuel Giraud
2022-12-01Finish up last change with more speedupsPo Lu
2022-12-01Remove unnecessary error checks in xselect.cPo Lu
2022-12-01; * src/xselect.c (syms_of_xselect_for_pdumper): Fix last change.Po Lu
2022-12-01Fix pdumper buildPo Lu
2022-12-01Speed up handling X selection requestsPo Lu
2022-12-01Merge from origin/emacs-29Po Lu
2022-12-01Fix crashes and memory leaks during display deinitializationPo Lu
2022-11-30Add itree_empty_p for clarity and reduced couplingMatt Armstrong
2022-11-30Merge from origin/emacs-29Stefan Kangas
2022-11-29Fix typo in flag to load Emacs-specific LLDB commandsDaniel Martín
2022-11-28Reparse tree-sitter tree when buffer restriction changesYuan Fu
2022-11-28Bump master Emacs version to 30.0.50Eli Zaretskii
2022-11-28Do not enter locked narrowing when it would span the whole bufferGregory Heytings
2022-11-27Minor improvements to locked narrowingGregory Heytings
2022-11-27Merge branch 'feature/improved-locked-narrowing'Gregory Heytings
2022-11-27; * src/treesit.c (Ftreesit_parser_included_ranges): Doc fix.Eli Zaretskii
2022-11-27; Fix typo (Bug#59634)Stefan Kangas
2022-11-27Extend memory-info for remote systemsMichael Albinus
2022-11-27Make frame synchronization more robustPo Lu
2022-11-27; * src/xdisp.c (get_locked_narrowing_begv): Minor change.Gregory Heytings