summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Another final fix to last changesscratch/long-lines-cleanupGregory Heytings2023-04-021-1/+1
* Three final fixes to last changesGregory Heytings2023-04-011-3/+3
* Two further fixes to last changesGregory Heytings2023-04-011-2/+3
* Improve and fix last changesGregory Heytings2023-04-011-12/+21
* Fix cursor motion in character-only terminalsGregory Heytings2023-03-291-2/+6
* Make get_medium_narrowing_begv/zv staticGregory Heytings2023-03-292-4/+2
* Improve accuracy of cursor motion commands in long linesGregory Heytings2023-03-291-2/+21
* Remove labeled restrictions before calling FwidenGregory Heytings2023-03-298-0/+14
* Code cleanup for long line optimizationsGregory Heytings2023-03-296-207/+313
* Improve docs for global-mode-string / %M constructPhil Sainty2023-03-261-1/+1
* * src/buffer.c (mode-line-format): Document %o and %q constructsPhil Sainty2023-03-261-0/+3
* * src/buffer.c (mode-line-format): Remove docs for obsolete %t constructPhil Sainty2023-03-261-1/+0
* Fix system time sampling on MS-WindowsEli Zaretskii2023-03-241-0/+9
* Fix treesit_ensure_parsed (bug#62333)Yuan Fu2023-03-241-5/+5
* Fix toolbar item validation in the NS portDaniel Martín2023-03-231-0/+4
* Improve warning about changing the string returned by symbol-nameGregory Heytings2023-03-191-1/+4
* Protect against too large size of 'recent-keys' vectorEli Zaretskii2023-03-191-2/+15
* Don't add a key binding when REMOVE is non-nilRobert Pluim2023-03-171-15/+16
* Fix value history shown for 'gc-cons-percentage'Eli Zaretskii2023-03-121-1/+1
* ; More accurate doc strings for 'window-at' and 'window-at-x-y'.Eli Zaretskii2023-03-041-2/+5
* * src/intervals.c (set_intervals_multibyte_1): Fix bug#61887Stefan Monnier2023-03-031-0/+3
* Improvements to xwidget on macOS (bug#60703)Andrew De Angelis2023-03-023-53/+112
* * 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
* 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
* Fix infloop in bidi.cEli Zaretskii2023-02-251-0/+1
* Avoid crashes in batch mode due to lack of frame face cacheEli Zaretskii2023-02-241-1/+3
* 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
* 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
* 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
* ; * 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
| * 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