summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-10-01; (move_it_vertically_backward): Yet another fix of bug#58210.Eli Zaretskii
2022-10-01Make it compile with ITREE_DEBUG definedGerd Möllmann
2022-10-01Fix 'C-a' and 'C-e' under 'visual-line-mode'Eli Zaretskii
2022-09-30itree.c: Improve division between tree and iteratorStefan Monnier
2022-09-30Speed up string-lessp furtherMattias Engdegård
2022-09-30Fix some issues with vertical-motion in bidi-reordered textEli Zaretskii
2022-09-30Remove the per-tree null nodeGerd Möllmann
2022-09-30Fix calculation of frame times when X server time overflowsPo Lu
2022-09-29itree: Remove the `visited` flag from the tree nodesStefan Monnier
2022-09-29free_buffer_overlays: Move nearer to its sole callerStefan Monnier
2022-09-29* src/itree.c (interval_tree_iter_start): Improve error messageStefan Monnier
2022-09-29alloc.c: Avoid nested overlay iterations (bug#58158)Stefan Monnier
2022-09-29Pacify compiler warning in xterm.cPo Lu
2022-09-28itree.[ch]: Add sanity checks, comments, and minor tweaksStefan Monnier
2022-09-28Merge remote-tracking branch 'origin/scratch/noverlay-wip' into noverlayStefan Monnier
2022-09-28; Fix typosStefan Kangas
2022-09-28Merge from origin/emacs-28Stefan Kangas
2022-09-28Avoid nested iteration over intervals (bug#58144)Gerd Möllmann
2022-09-28Add debugging help for nested iterators (nug#58144)Gerd Möllmann
2022-09-28Avoid assertion violations in 'pop_it'Eli Zaretskii
2022-09-28Merge from origin/emacs-28Stefan Kangas
2022-09-28Apply root window coordinate optimizations to crossing events as wellPo Lu
2022-09-28Fix last changeGerd Möllmann
2022-09-28Port better to C23 bool+true+false keywordsPaul Eggert
2022-09-27Document the new "XRandR 1.5" valueStefan Kangas
2022-09-27; * src/xfns.c (Fx_window_property): Fix markup.Po Lu
2022-09-27Improve doc of `x-window-property'Po Lu
2022-09-27Fix macOS build (bug#58108)Gerd Möllmann
2022-09-27Avoid uninitialized variable warningYAMAMOTO Mitsuharu
2022-09-27Optimize coordinate translation during event handlingPo Lu
2022-09-27Adjust zero-width grapheme clusters so they are displayed (Bug#50951)YAMAMOTO Mitsuharu
2022-09-26; Add commentary to disabled OTF support code in font.cEli Zaretskii
2022-09-25* src/buffer.c (overlays_in): Fix confusion Z-vs-ZVStefan Monnier
2022-09-26Make average width computation on ftcr more permissive (Bug#43058)YAMAMOTO Mitsuharu
2022-09-25Merge 'master' into noverlayStefan Monnier
2022-09-25; * src/fns.c (Fcopy_alist): More accurate error typeMattias Engdegård
2022-09-25Don't crash in copy-alist with non-list argumentMattias Engdegård
2022-09-25Implement font-use-system-font on HaikuPo Lu
2022-09-24Fix treesit-induce-sparse-treeYuan Fu
2022-09-24Fix treesit-search-forwardYuan Fu
2022-09-24Add the treesit-search functions that supplant the removed onesYuan Fu
2022-09-24; * src/treesit.c (Ftreesit_node_field_name_for_child): Doc fix.Yuan Fu
2022-09-24Change make_string to build_string in treesit.cYuan Fu
2022-09-24Improve printing treesit nodesYuan Fu
2022-09-24Ensure no memory leaks of glyph_matrixManuel Giraud
2022-09-24Merge branch 'emacs-28'Stefan Monnier
2022-09-24`append' doc string clarificationLars Ingebrigtsen
2022-09-24Reduce complexity of scroll bar window protection codePo Lu
2022-09-24; * src/keyboard.c (Fposn_at_point): Doc fix. (Bug#52092)Eli Zaretskii
2022-09-23Merge from origin/emacs-28Stefan Kangas