aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * src/lisp.h: Improve commentary for XIL, XLI, XLP (bug#64645).Eli Zaretskii2023-07-151-1/+8
* ; * src/lisp.h (struct Lisp_Overlay): Update commentary (bug#64580).Eli Zaretskii2023-07-131-11/+5
* Fix bug#64152 (Minibuffer sometimes goes "modal")Alan Mackenzie2023-06-211-1/+1
* Remove labeled restrictions before calling FwidenGregory Heytings2023-03-291-0/+1
* Code cleanup for long line optimizationsGregory Heytings2023-03-291-3/+2
* (treesit_predicate_match): Match node text against regexp without consingDmitry Gutov2023-02-021-0/+3
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Merge branch 'feature/improved-locked-narrowing'Gregory Heytings2022-11-271-1/+2
|\
| * Reworked locked narrowing.Gregory Heytings2022-11-251-0/+1
| * Merge master into feature/improved-locked-narrowing.Gregory Heytings2022-11-241-1/+2
| |\
| * \ Merge master into feature/improved-locked-narrowing.Gregory Heytings2022-10-301-18/+20
| |\ \
| * | | Improved locked narrowing.Gregory Heytings2022-08-201-1/+1
* | | | Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-211-18/+20
|\ \ \ \ | | |_|/ | |/| |
| * | | itree: Reproduce markers's behavior more faithfully (bug#58928)Stefan Monnier2022-11-031-1/+1
| * | | Initialize child signal handling before posix_spawn too.Paul Eggert2022-11-021-0/+1
| | |/ | |/|
| * | Fix the subr-arity returned by native compiled functions with lots of argsAlan Mackenzie2022-10-291-4/+5
| * | Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-281-6/+3
| |\ \
| | * | Prefix all itree.h type names with itree_Matt Armstrong2022-10-191-1/+1
| | * | Tighten up handling of `otick`Stefan Monnier2022-10-091-1/+0
| | * | Merge 'master' into noverlayStefan Monnier2022-09-251-1245/+2067
| | |\ \
| | * | | Provide a new tree data-structure for overlays.Andreas Politz2017-10-041-10/+9
| * | | | lisp.h: Remove unnecessary preprocessor conditionsLin Sun2022-10-251-2/+0
| * | | | src/frame.c (do_switch_frame): Fix bug#58343Stefan Monnier2022-10-121-1/+1
| * | | | Better Lisp_String commentsMattias Engdegård2022-10-081-4/+9
| | |/ / | |/| |
* | | | New function fast_c_string_match and fast_c_string_match_internalYuan Fu2022-11-091-2/+17
* | | | Merge branch 'master' into feature/tree-sitterYuan Fu2022-10-051-1/+2
|\ \ \ \ | |/ / /
| * | | Port alignas definition to C23Paul Eggert2022-09-131-1/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-291-17/+47
|\ \ \ | |/ /
| * | New debugging facility: backtraces from errors in Lisp called from redisplayAlan Mackenzie2022-08-111-0/+2
| * | Allow creating processes where only one of stdin or stdout is a PTYJim Porter2022-08-051-1/+2
| * | Merge branch 'master' into feature/long-lines-improvementsGregory Heytings2022-08-041-2/+3
| |\ \
| | * | Fix the bytecode incompatibility due to the change to 'narrow-to-region'.Gregory Heytings2022-08-011-0/+1
| | * | Tune blv_foundPaul Eggert2022-08-011-2/+2
| * | | Add locked narrowing around pre- and post-command-hookGregory Heytings2022-07-311-0/+1
| |/ /
| * | Correct symbol in error for failed CHECK_INTEGER (bug#56723)Mattias Engdegård2022-07-231-1/+1
| * | Merge branch 'feature/fix-the-long-lines-display-bug'Gregory Heytings2022-07-211-4/+10
| |\ \
| | * | Further tweaks to long lines handling.Gregory Heytings2022-07-201-0/+3
| | * | Simplified and improved heuristic for long lines detection.Gregory Heytings2022-07-191-3/+4
| | * | Improvements to long lines handling.Gregory Heytings2022-07-161-0/+2
| * | | Make STRING_SET_MULTIBYTE an inline functionStefan Monnier2022-07-091-7/+7
| * | | Remove now unused parameter TRACK from do_switch_frame.Alan Mackenzie2022-07-081-1/+1
| * | | Fix undo of changes in cloned indirect buffersEli Zaretskii2022-07-071-0/+1
| |/ /
| * | ; Fix typos.Stefan Kangas2022-07-021-1/+1
| * | Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-0/+4
| * | Streamline time decoding and conversionPaul Eggert2022-06-151-0/+14
* | | Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-06-141-14/+14
|\ \ \ | |/ /
| * | Fix two crashes when a display connection is lostPo Lu2022-06-071-0/+4
| * | Simplify CHAR_TABLE_REF_ASCIIPaul Eggert2022-05-311-9/+7
| * | Nonrecursive Lisp reader (bug#55676)Mattias Engdegård2022-05-301-0/+1
| * | Remove stray decl of nonexistent varPaul Eggert2022-05-271-1/+0