aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Remove redundant call to expensive function XOpenDisplayPo Lu2022-10-151-4/+18
| * | | | | | Rename `file-attribute-file-number' to `file-attribute-file-identifier'Michael Albinus2022-10-141-1/+1
| * | | | | | Fix bug#56153Po Lu2022-10-141-10/+13
| * | | | | | Avoid redundant creation of XRender picturesPo Lu2022-10-141-19/+49
| * | | | | | ; Fix recent change in documentation of "device number"Eli Zaretskii2022-10-141-3/+3
| * | | | | | Clarify structure of file-attribute's device numberMichael Albinus2022-10-131-2/+3
| * | | | | | Improve checks for recent "File exists" fixupPaul Eggert2022-10-131-0/+1
| * | | | | | Shrink client list window structurePo Lu2022-10-131-9/+9
| * | | | | | Simplify recent "File exists" fixPaul Eggert2022-10-131-1/+1
| * | | | | | Fix misleading "File exists, but cannot be read" in browse-url-emacsLars Ingebrigtsen2022-10-131-1/+1
| * | | | | | src/frame.c (do_switch_frame): Fix bug#58343Stefan Monnier2022-10-123-18/+24
| * | | | | | Stop relying on Xt hack to set window manager hintsPo Lu2022-10-124-26/+40
| * | | | | | Also avoid setting _NET_WM_USER_TIME on crossingPo Lu2022-10-111-9/+11
| * | | | | | ; * src/fns.c (HAVE_FAST_UNALIGNED_ACCESS): run faster on mainframesMattias Engdegård2022-10-111-1/+2
| * | | | | | Speed up scrolling when lines are very long and truncatedEli Zaretskii2022-10-112-6/+106
| * | | | | | Remove some more unnecessary calls to block_inputPo Lu2022-10-111-18/+7
| * | | | | | Improve error message from sqlite-executeLars Ingebrigtsen2022-10-111-12/+20
| * | | | | | Support "insert into ... returning ..." in sqlite-executeLars Ingebrigtsen2022-10-101-56/+64
| * | | | | | Fix some indentation in Fsqlite_executeLars Ingebrigtsen2022-10-101-8/+9
| * | | | | | Make Fsqlite_select error data betterLars Ingebrigtsen2022-10-091-7/+11
| * | | | | | Clean up Fsqlite_select slightlyLars Ingebrigtsen2022-10-091-1/+1
| * | | | | | Fix user time handling bug on GNOME Shell and MetacityPo Lu2022-10-092-31/+55
| * | | | | | Restrict string-lessp vectorisation to safe architecturesMattias Engdegård2022-10-081-10/+30
| * | | | | | Better Lisp_String commentsMattias Engdegård2022-10-082-5/+10
| * | | | | | Improved format string error message (bug#58168)Mattias Engdegård2022-10-081-4/+9
| * | | | | | Make sqlite-select signal errors when there's an errorLars Ingebrigtsen2022-10-081-1/+5
| * | | | | | Stop passing CurrentTime to SetInputFocusPo Lu2022-10-081-2/+31
| * | | | | | subr.el (inhibit-point-motion-hooks): Mark it as obsoleteStefan Monnier2022-10-071-9/+1
| * | | | | | Speed up string-lessp for multibyte stringsMattias Engdegård2022-10-071-12/+39
| * | | | | | Handle IM server disconnects during preeditPo Lu2022-10-071-0/+36
* | | | | | | ; * src/treesit.c (treesit_load_language): Move call to eassume.Yuan Fu2022-11-211-3/+1
* | | | | | | ; Repair build without tree-sitterMattias Engdegård2022-11-212-4/+10
* | | | | | | * src/treesit.c (treesit_load_language): Fix uninitialized uses.Po Lu2022-11-211-1/+6
* | | | | | | Avoid usage of intern_c_string in treesit.cPo Lu2022-11-211-4/+8
* | | | | | | Stylistic fixes to treesit.cPo Lu2022-11-211-6/+6
* | | | | | | Fix documentation of recent treesit changesEli Zaretskii2022-11-171-5/+5
* | | | | | | Fix treesit-search-forward not matching leaf nodesYuan Fu2022-11-161-0/+9
* | | | | | | Allow checking for outdated nodes in tree-sitterYuan Fu2022-11-161-3/+12
* | | | | | | ; Add documentation for tree-sitter parser after-change notifiersYuan Fu2022-11-161-3/+11
* | | | | | | ; * src/treesit.c: Minor stylistic changes.Yuan Fu2022-11-151-13/+8
* | | | | | | Fix the MS-Windows build due to use of a new TS functionEli Zaretskii2022-11-151-4/+5
* | | | | | | Allow tree-sitter to notify parse-tree changesYuan Fu2022-11-152-1/+89
* | | | | | | Extract out treesit_make_rangesYuan Fu2022-11-151-17/+27
* | | | | | | Remove feature that checks whether tree-sitter node "has changes"Yuan Fu2022-11-141-8/+2
* | | | | | | Fix crash on MS-Windows due to memory-allocation problem in treesit.cEli Zaretskii2022-11-131-2/+2
* | | | | | | ; Fix docstring graph alignment in Ftreesit_search_forwardYuan Fu2022-11-101-4/+4
* | | | | | | Make tree-sitter node type match case-sensitiveYuan Fu2022-11-091-7/+5
* | | | | | | New function fast_c_string_match and fast_c_string_match_internalYuan Fu2022-11-092-8/+31
* | | | | | | Fix treesit-parser-set-included-rangesYuan Fu2022-11-032-6/+21
* | | | | | | ; * src/treesit.c: Minor comment change.Yuan Fu2022-11-031-0/+1