aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Minor improvements to locked narrowing.Gregory Heytings2022-08-211-5/+5
| * | | | ; * src/editfns.c (Fnarrowing_lock): Minor docstring improvement.Gregory Heytings2022-08-211-2/+2
| * | | | ; * src/editfns.c (Fnarrow_to_region): Two forgotten cases.Gregory Heytings2022-08-211-0/+2
| * | | | Better way to protect redisplay routines from locked narrowings.Gregory Heytings2022-08-212-12/+59
| * | | | Revert 4f19e1a5d1Gregory Heytings2022-08-211-37/+19
| * | | | Fix mode line redisplay bug when locked narrowing is in effect.Gregory Heytings2022-08-211-19/+37
| * | | | Fix user narrowing handling.Gregory Heytings2022-08-211-2/+19
| * | | | Improved locked narrowing.Gregory Heytings2022-08-204-79/+101
* | | | | ; * src/treesit.c (Ftreesit_parser_included_ranges): Doc fix.Eli Zaretskii2022-11-271-2/+2
* | | | | ; Fix typo (Bug#59634)Stefan Kangas2022-11-271-2/+2
* | | | | Extend memory-info for remote systemsMichael Albinus2022-11-271-1/+11
* | | | | Make frame synchronization more robustPo Lu2022-11-272-7/+45
* | | | | ; * src/treesit.c (Ftreesit_induce_sparse_tree): Doc fix.Eli Zaretskii2022-11-271-1/+1
* | | | | Add default limit for tree-sitter recursive tree-traversing functionYuan Fu2022-11-261-28/+27
* | | | | ; * src/treesit.c: Fix typos and wording in comments.Eli Zaretskii2022-11-261-25/+25
* | | | | Reduce wasted cycles in x*.cPo Lu2022-11-262-14/+14
* | | | | Fix tree-sitter assertion error (bug#59574)Yuan Fu2022-11-251-9/+15
* | | | | Rename treesit_ensure_position_synced to treesit_sync_visible_regionYuan Fu2022-11-251-13/+14
* | | | | ; Add comments in treesit.c and treesit.hYuan Fu2022-11-252-11/+51
* | | | | Fix no-accept-focus handling for embedded framesPo Lu2022-11-261-2/+6
* | | | | ; * src/sqlite.c (Fsqlite_version): Doc fix.Eli Zaretskii2022-11-251-1/+2
* | | | | Add sqlite library version string retrieval function (bug#58766)Mattias EngdegÄrd2022-11-251-0/+14
* | | | | Remove unused parameter from image_create_pix_containerStefan Kangas2022-11-251-4/+4
* | | | | Work around lsp-mode compatibility bugPaul Eggert2022-11-241-1/+1
* | | | | ; * src/emacs.c (usage_message): Fix typoPhilip Kaludercic2022-11-241-1/+1
* | | | | * src/emacs.c (usage_message): Add missing --init-directory entryPhilip Kaludercic2022-11-241-0/+1
* | | | | 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