aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix reentrancy problem/crash in xterm.cPo Lu2022-11-241-1/+27
* Avoid assertion violations in treesit.c when editing non-ASCIIEli Zaretskii2022-11-241-2/+2
* ; * src/treesit.c (treesit_predicate_match): Move use below check.Yuan Fu2022-11-231-2/+3
* ; * src/treesit.c: Minor comment improvement.Yuan Fu2022-11-231-1/+2
* ; * src/pdumper.c (dump_buffer, dump_vectorlike): Update hashes.Eli Zaretskii2022-11-231-2/+2
* Improve documentation of locale-specific string comparisonEli Zaretskii2022-11-231-1/+2
* Fix error signaled by mouse-highlight on mode lineEli Zaretskii2022-11-231-1/+4
* Improve last change to xterm.cPo Lu2022-11-232-8/+10
* ; Fix typosStefan Kangas2022-11-231-2/+2
* ; * src/casefiddle.c (casify_region): Stylistic change.Yuan Fu2022-11-221-1/+2
* Fix 'treesit-max-buffer-size' and its useEli Zaretskii2022-11-221-3/+3
* ; Fix comparisons in treesit.cEli Zaretskii2022-11-221-2/+2
* Adjust x_display_set_last_user_time for Xlib sign-extensionPo Lu2022-11-221-0/+5
* Improve the doc string of 'string-collate-lessp'Ihor Radchenko2022-11-221-2/+3
* Avoid potentially expensive XFlush and fix orderingPo Lu2022-11-221-4/+9
* Fix treesit_record_change in casify_regionYuan Fu2022-11-221-2/+2
* ; Fix typosStefan Kangas2022-11-221-5/+5
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-2178-2627/+5568
|\
| * Avoid native compiler setting user-init-file to warnings.el (bug#59358)Juanma Barranquero2022-11-201-6/+9
| * Coalesce duplicate scroll valuator handling codePo Lu2022-11-201-17/+45
| * ; Fix typosStefan Kangas2022-11-208-11/+11
| * Advise against using too-high GC thresholdsEli Zaretskii2022-11-201-1/+11
| * Fix error trapping in x_set_mouse_colorPo Lu2022-11-191-1/+9
| * Fixes to fast mouse position reportingPo Lu2022-11-191-94/+137
| * Fix automatic DPI adjustment and add workarounds for some systemsPo Lu2022-11-199-56/+102
| * Fix bug#59371Po Lu2022-11-191-2/+10
| * Fix earlier changes to keyboard.cPo Lu2022-11-191-2/+33
| * Fix build with ext menu barPo Lu2022-11-191-1/+1
| * Fix click position to menu bar entry with no-toolkitManuel Giraud2022-11-193-4/+19
| * itree: Make sure a deleted overlay has NULL pointer fieldsStefan Monnier2022-11-182-14/+20
| * ; Fix typosStefan Kangas2022-11-189-15/+15
| * ; Fix typos (prefer US spelling)Stefan Kangas2022-11-183-4/+4
| * Add knob to make `mouse-position' faster on XPo Lu2022-11-182-14/+130
| * Merge remote-tracking branch 'origin/scratch/noverlay'Stefan Monnier2022-11-177-288/+230
| |\
| | * itree.c: Get rid of the old iterator codescratch/noverlayStefan Monnier2022-11-174-214/+23
| | * itree.c: Make the iterator reentrant (bug#59183)Stefan Monnier2022-11-175-109/+37
| | * itree.c: Add new "stateless" iterator code and post-order traversalStefan Monnier2022-11-172-47/+252
| * | Fix display of mode line when the right divider is usedEli Zaretskii2022-11-171-1/+19
| * | ; Fix typos (duplicate words)Stefan Kangas2022-11-176-8/+8
| * | Fix treatment of input focus on MPX setupsPo Lu2022-11-171-16/+62
| |/
| * ; * src/comp.c (Fnative_elisp_load): Fix typo in docstringJuanma Barranquero2022-11-171-1/+1
| * * src/itree.c: Use more uniform names starting with `itree_`Stefan Monnier2022-11-161-114/+114
| * Fix calculation of tab bar lines during automatic height adjustmentPo Lu2022-11-165-20/+65
| * Fix error trapping in x_focus_framePo Lu2022-11-161-7/+14
| * Fix last change againPo Lu2022-11-151-0/+7
| * More fixes to last changePo Lu2022-11-153-6/+32
| * Fix recent Cairo xsettings changesPo Lu2022-11-153-1/+46
| * Make C-x 5 o work on GNOME Shell-like Wayland compositorsPo Lu2022-11-142-44/+98
| * Prevent crashes upon trying to focus a child frame on clickPo Lu2022-11-141-1/+12
| * Fix bug#59075Po Lu2022-11-131-0/+2