summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-10-24Fix regexp matching with atomic strings and optimised backtrackingMattias Engdegård
2022-10-23Make treesit-node-child and fiends accept negative indexYuan Fu
2022-10-23Change function signiture of treesit search functionsYuan Fu
2022-10-23; Resolve FIXME's in tree-sitter manual sectionsYuan Fu
2022-10-23Fix compiler warning about possible null pointer dereferenceMatt Armstrong
2022-10-23Reduce duplicate code for creating "special windows"Po Lu
2022-10-22Fix infinite loop in treesit-search-forward-gotoYuan Fu
2022-10-22Fix `get-pos-property' for the new overlay implementation.Matt Armstrong
2022-10-22Audit some plist uses with new predicate argumentBasil L. Contovounesios
2022-10-22Further fixes to menu event processing on no-toolkit buildsPo Lu
2022-10-21Fix a narrow-to-region vs. overlays-at bugMatt Armstrong
2022-10-21Fix handling of overlays that begin at END in 'overlays_in'Matt Armstrong
2022-10-21; * src/menu.c (x_popup_menu_1): Make 'cancel_hourglass' call conditional.Eli Zaretskii
2022-10-21; * src/menu.c: Include dispextern.h (bug#58688).Eli Zaretskii
2022-10-21Fix various menu problemsPo Lu
2022-10-21Fix delivery of window manager ping events during menuPo Lu
2022-10-20Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic
2022-10-20Work around problems setting input focus when a frame is in the backgroundPo Lu
2022-10-19Rename all exported itree.h functions with the itree_ prefixMatt Armstrong
2022-10-19Prefix all itree.h type names with itree_Matt Armstrong
2022-10-19Revert "mark_overlays: Use the normal ITREE_FOREACH"Matt Armstrong
2022-10-19Remove the ITREE_NULL macro and use NULL everywhere.Matt Armstrong
2022-10-19; * src/buffer.c (set_overlay_region): remove unused function.Matt Armstrong
2022-10-19Fix various buildsPo Lu
2022-10-19Fix build warning without XKB, Xmb, and XInput 2Po Lu
2022-10-19Merge from origin/emacs-28Stefan Kangas
2022-10-19; * src/xterm.c (mark_xterm): Fix x11 with i18n buildRandy Taylor
2022-10-18Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic
2022-10-18; Fix typos in treesit.cDaniel Martín
2022-10-18Fix bug#58584Po Lu
2022-10-17Change free to xfree in treesit.elYuan Fu
2022-10-17Change malloc to xmalloc in treesit.cYuan Fu
2022-10-17Fix casts to uint32_t in treesit.cYuan Fu
2022-10-17Simplify error reported by loading tree-sitter language definitionYuan Fu
2022-10-17Fix memory leak in ts_load_languageYuan Fu
2022-10-17* src/itree.c: Eliminate all prototypes for static functionsStefan Monnier
2022-10-17Make sure the treesit path variables are listsEli Zaretskii
2022-10-17Rename itree iterators with itree_iterator prefixMatt Armstrong
2022-10-17; * src/itree.c: remove 'inline' from functions with extern linkageMatt Armstrong
2022-10-17Delete the itree_null sentinel node, use NULL everywhere.Matt Armstrong
2022-10-17Fix pieces of code being too expensive over slow network connectionsPo Lu
2022-10-17; * src/window.c: Fix some comments. (Bug#58550)Manuel Giraud
2022-10-17; Rename ts_* symbols in treesit.cEli Zaretskii
2022-10-17; * src/treesit.c (ts_search_dfs): Fix tab inline.Yuan Fu
2022-10-17; * src/treesit.c: Change commentary to reflect recent changes.Yuan Fu
2022-10-17; Fix doc strings in treesit.cEli Zaretskii
2022-10-17* src/keyboard.c (echo_add_key): Mention quick-helpPhilip Kaludercic
2022-10-16; * src/treesit.c: Fix some indentation problems and doc strings.Eli Zaretskii
2022-10-16Support MinGW build on MS-WindowsEli Zaretskii
2022-10-16Merge from origin/emacs-28Stefan Kangas