summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Change cursor color on NS port when it matches the face backgroundDaniel Martín2023-04-08
* Fix scrolling window when point moves upShynur2023-03-30
* Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo2023-03-29
* Improve docs for global-mode-string / %M constructPhil Sainty2023-03-26
* * src/buffer.c (mode-line-format): Document %o and %q constructsPhil Sainty2023-03-26
* * src/buffer.c (mode-line-format): Remove docs for obsolete %t constructPhil Sainty2023-03-26
* Fix system time sampling on MS-WindowsEli Zaretskii2023-03-24
* Fix treesit_ensure_parsed (bug#62333)Yuan Fu2023-03-24
* Fix toolbar item validation in the NS portDaniel Martín2023-03-23
* Improve warning about changing the string returned by symbol-nameGregory Heytings2023-03-19
* Protect against too large size of 'recent-keys' vectorEli Zaretskii2023-03-19
* Don't add a key binding when REMOVE is non-nilRobert Pluim2023-03-17
* Fix value history shown for 'gc-cons-percentage'Eli Zaretskii2023-03-12
* ; More accurate doc strings for 'window-at' and 'window-at-x-y'.Eli Zaretskii2023-03-04
* * src/intervals.c (set_intervals_multibyte_1): Fix bug#61887Stefan Monnier2023-03-03
* Improvements to xwidget on macOS (bug#60703)Andrew De Angelis2023-03-02
* * src/profiler.c (malloc_probe): Make it safe for GC (bug#60237)Stefan Monnier2023-03-01
* Replace C++ comments with C style equivalentsPo Lu2023-03-01
* Fix 'vertical-motion' when display strings are aroundEli Zaretskii2023-02-26
* ; * src/treesit.c (treesit_predicate_match): Fix typo.Yuan Fu2023-02-26
* Fix infloop in bidi.cEli Zaretskii2023-02-25
* Avoid crashes in batch mode due to lack of frame face cacheEli Zaretskii2023-02-24
* Avoid division by zero in get_narrowed_* functionsEli Zaretskii2023-02-22
* ; * src/xterm.c (x_update_end): Condition on HAVE_XDBERobert Pluim2023-02-21
* Fix build --without-xdbeEli Zaretskii2023-02-21
* regex-emacs.c: Reduce the use of backtracking a bit furtherStefan Monnier2023-02-20
* Make the native compiler always use `make-temp-file' for temporary filesAndrea Corallo2023-02-20
* Fix 'display-buffer-use-least-recent-window'martin rudalics2023-02-18
* Fix cursor motion when there's line-prefix and display string at BOLEli Zaretskii2023-02-18
* Fix comment in treesit_record_change (bug#61369)Yuan Fu2023-02-18
* ; * src/treesit.c: Improve sectioning.Po Lu2023-02-18
* Don't completely clip into visible range in treesit_record_changeYuan Fu2023-02-17
* ; Improve and update documentation of native compilationEli Zaretskii2023-02-17
* Merge 'emacs-29' into 'feature/inhibit-native-comp-cleanup'Andrea Corallo2023-02-17
|\
| * Allow 'icon-title-format' to have the value tEli Zaretskii2023-02-17
| * Improve backward compatibility of save-restrictionGregory Heytings2023-02-14
| * Rename with/without-narrowing to with/without-restrictionEli Zaretskii2023-02-13
| * Merge branch 'scratch/fix-locked-narrowing'Gregory Heytings2023-02-13
| |\
| | * Save and restore the absence of narrowing locksGregory Heytings2023-02-10
| | * Update the documentation about labeled (locked) narrowingGregory Heytings2023-02-09
| | * Rename two long line optimizations variablesGregory Heytings2023-02-09
| | * Add specific symbols for narrowingsGregory Heytings2023-02-09
| | * Make 'narrowing-lock' and 'narrowing-unlock' internalGregory Heytings2023-02-09
| | * Fix 'save-restriction' for narrowing locksGregory Heytings2023-02-09
* | | Rename native-comp-deferred-compilation into native-comp-jit-compilationAndrea Corallo2023-02-13
* | | Rename comp-enable-subr-trampolines into native-comp-enable-subr-trampolinesAndrea Corallo2023-02-13
* | | Support `comp-enable-subr-trampolines' as string valueAndrea Corallo2023-02-13
* | | Revert "Add new variable 'inhibit-native-compilation'"Andrea Corallo2023-02-13
* | | Revert "Rename to inhibit-automatic-native-compilation"Andrea Corallo2023-02-13
|/ /
* | ; * src/pdumper.c (dump_buffer): Update hash.Basil L. Contovounesios2023-02-12