summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-10-16Adapt last change to Haiku portPo Lu
2022-10-16Fix multiple sources of flicker under XPo Lu
2022-10-15; Prefer HTTPS to HTTP in many URLsStefan Kangas
2022-10-15; Fix documentation of 'comp-enable-subr-trampolines'Eli Zaretskii
2022-10-15Remove redundant call to expensive function XOpenDisplayPo Lu
2022-10-14src/textprop.c (get_char_property_and_overlay): Fix bug#58479Stefan Monnier
2022-10-14Rename `file-attribute-file-number' to `file-attribute-file-identifier'Michael Albinus
2022-10-14Fix bug#56153Po Lu
2022-10-14Avoid redundant creation of XRender picturesPo Lu
2022-10-14; Fix recent change in documentation of "device number"Eli Zaretskii
2022-10-13* src/treesit.c (Ftreesit_query_language): New function.Yuan Fu
2022-10-13Clarify structure of file-attribute's device numberMichael Albinus
2022-10-13Improve checks for recent "File exists" fixupPaul Eggert
2022-10-13Shrink client list window structurePo Lu
2022-10-13Simplify recent "File exists" fixPaul Eggert
2022-10-13Fix misleading "File exists, but cannot be read" in browse-url-emacsLars Ingebrigtsen
2022-10-12src/frame.c (do_switch_frame): Fix bug#58343Stefan Monnier
2022-10-12; * src/itree.c (check_subtree): fix logical error in eassertMatt Armstrong
2022-10-12Better signal data for treesit-load-language-errorYuan Fu
2022-10-12Stop relying on Xt hack to set window manager hintsPo Lu
2022-10-11; * src/itree.c (check_tree): assert that the tree root is blackMatt Armstrong
2022-10-11Lazily compile tree-sitter queryYuan Fu
2022-10-11itree.c (check_tree): SimplifyStefan Monnier
2022-10-11Also avoid setting _NET_WM_USER_TIME on crossingPo Lu
2022-10-11; * src/fns.c (HAVE_FAST_UNALIGNED_ACCESS): run faster on mainframesMattias Engdegård
2022-10-11Speed up scrolling when lines are very long and truncatedEli Zaretskii
2022-10-11Remove some more unnecessary calls to block_inputPo Lu
2022-10-10Stop reading and writing the itree_null.parent field entirely.Matt Armstrong
2022-10-10Simplify itree_null initializationMatt Armstrong
2022-10-10Check red-black invariants in most placesMatt Armstrong
2022-10-10Improve check_subtreeMatt Armstrong
2022-10-11Improve error message from sqlite-executeLars Ingebrigtsen
2022-10-10Fix typo in Makefile.inDaniel Martín
2022-10-10Support "insert into ... returning ..." in sqlite-executeLars Ingebrigtsen
2022-10-10Fix some indentation in Fsqlite_executeLars Ingebrigtsen
2022-10-09Tighten up handling of `otick`Stefan Monnier
2022-10-09Make Fsqlite_select error data betterLars Ingebrigtsen
2022-10-09Clean up Fsqlite_select slightlyLars Ingebrigtsen
2022-10-09Fix user time handling bug on GNOME Shell and MetacityPo Lu
2022-10-09itree.c: Use `interval_tree_inherit_offset`Stefan Monnier
2022-10-08Debug check overlay tree invariantsMatt Armstrong
2022-10-08Comment change: explain inheriting "dirty" offsetsMatt Armstrong
2022-10-08Restrict string-lessp vectorisation to safe architecturesMattias Engdegård
2022-10-08Better Lisp_String commentsMattias Engdegård
2022-10-08Improved format string error message (bug#58168)Mattias Engdegård
2022-10-08Make sqlite-select signal errors when there's an errorLars Ingebrigtsen
2022-10-08Stop passing CurrentTime to SetInputFocusPo Lu
2022-10-07itree: Try and detect non-local exits during itree iterationsStefan Monnier
2022-10-07subr.el (inhibit-point-motion-hooks): Mark it as obsoleteStefan Monnier
2022-10-07; * src/itree.c: Add comment describing when noverlay is O(N)Matt Armstrong