aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-29Stefan Kangas2023-03-033-53/+112
|\
| * Improvements to xwidget on macOS (bug#60703)Andrew De Angelis2023-03-023-53/+112
* | Merge from origin/emacs-29Stefan Kangas2023-03-024-5/+9
|\ \ | |/
| * * src/profiler.c (malloc_probe): Make it safe for GC (bug#60237)Stefan Monnier2023-03-011-0/+3
| * Replace C++ comments with C style equivalentsPo Lu2023-03-013-5/+6
* | ; * src/haikufont.c (haikufont_open): Remove unused variable.Po Lu2023-03-021-1/+1
* | Merge from origin/emacs-29Stefan Kangas2023-02-272-2/+2
|\ \ | |/
| * Fix 'vertical-motion' when display strings are aroundEli Zaretskii2023-02-261-1/+1
| * ; * src/treesit.c (treesit_predicate_match): Fix typo.Yuan Fu2023-02-261-1/+1
* | Merge from origin/emacs-29Stefan Kangas2023-02-261-0/+1
|\ \ | |/
| * Fix infloop in bidi.cEli Zaretskii2023-02-251-0/+1
* | Merge from origin/emacs-29Stefan Kangas2023-02-251-1/+3
|\ \ | |/
| * Avoid crashes in batch mode due to lack of frame face cacheEli Zaretskii2023-02-241-1/+3
* | kmacro: Simplify register code and recent changeStefan Monnier2023-02-241-3/+3
* | Merge from origin/emacs-29Stefan Kangas2023-02-232-5/+11
|\ \ | |/
| * Avoid division by zero in get_narrowed_* functionsEli Zaretskii2023-02-221-5/+5
| * ; * src/xterm.c (x_update_end): Condition on HAVE_XDBERobert Pluim2023-02-211-0/+2
| * Fix build --without-xdbeEli Zaretskii2023-02-211-0/+4
* | Merge from origin/emacs-29Stefan Kangas2023-02-212-2/+24
|\ \ | |/
| * regex-emacs.c: Reduce the use of backtracking a bit furtherStefan Monnier2023-02-201-0/+18
| * Make the native compiler always use `make-temp-file' for temporary filesAndrea Corallo2023-02-201-1/+6
* | Detect and prevent function alias loops in `fset` and `defalias`Mattias EngdegÄrd2023-02-212-45/+20
* | Merge from origin/emacs-29Stefan Kangas2023-02-193-16/+31
|\ \ | |/
| * Fix 'display-buffer-use-least-recent-window'martin rudalics2023-02-181-8/+25
| * Fix cursor motion when there's line-prefix and display string at BOLEli Zaretskii2023-02-181-2/+2
| * Fix comment in treesit_record_change (bug#61369)Yuan Fu2023-02-181-6/+4
* | Merge from origin/emacs-29Stefan Kangas2023-02-184-59/+78
|\ \ | |/
| * ; * src/treesit.c: Improve sectioning.Po Lu2023-02-181-1/+10
| * Don't completely clip into visible range in treesit_record_changeYuan Fu2023-02-171-3/+12
| * ; Improve and update documentation of native compilationEli Zaretskii2023-02-171-41/+44
| * Merge 'emacs-29' into 'feature/inhibit-native-comp-cleanup'Andrea Corallo2023-02-174-113/+121
| |\
| | * Allow 'icon-title-format' to have the value tEli Zaretskii2023-02-171-4/+7
| * | Rename native-comp-deferred-compilation into native-comp-jit-compilationAndrea Corallo2023-02-131-4/+4
| * | Rename comp-enable-subr-trampolines into native-comp-enable-subr-trampolinesAndrea Corallo2023-02-132-2/+3
| * | Support `comp-enable-subr-trampolines' as string valueAndrea Corallo2023-02-132-2/+5
| * | Revert "Add new variable 'inhibit-native-compilation'"Andrea Corallo2023-02-131-8/+0
| * | Revert "Rename to inhibit-automatic-native-compilation"Andrea Corallo2023-02-131-4/+3
* | | Merge from origin/emacs-29Stefan Kangas2023-02-154-109/+114
|\ \ \ | | |/ | |/|
| * | Improve backward compatibility of save-restrictionGregory Heytings2023-02-144-13/+21
| * | Rename with/without-narrowing to with/without-restrictionEli Zaretskii2023-02-134-14/+14
| * | Merge branch 'scratch/fix-locked-narrowing'Gregory Heytings2023-02-137-106/+103
| |\ \ | | |/ | |/|
| | * Save and restore the absence of narrowing locksGregory Heytings2023-02-101-6/+4
| | * Update the documentation about labeled (locked) narrowingGregory Heytings2023-02-094-79/+65
| | * Rename two long line optimizations variablesGregory Heytings2023-02-093-13/+13
| | * Add specific symbols for narrowingsGregory Heytings2023-02-092-2/+7
| | * Make 'narrowing-lock' and 'narrowing-unlock' internalGregory Heytings2023-02-091-6/+8
| | * Fix 'save-restriction' for narrowing locksGregory Heytings2023-02-094-2/+8
* | | * src/comp.c (Fcomp__compile_ctxt_to_file): Don't create output file twiceAndrea Corallo2023-02-141-1/+2
* | | Fix insert-file-contents on /proc filesPaul Eggert2023-02-131-32/+25
* | | Fix src/fileio.c commentPaul Eggert2023-02-131-1/+1