aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-29João Távora2023-04-031-2/+3
|\
| * Fix scrolling window when point moves upShynur2023-03-301-2/+3
| * Improve docs for global-mode-string / %M constructPhil Sainty2023-03-261-1/+1
* | Improve docs for global-mode-string / %M constructPhil Sainty2023-03-271-1/+1
* | Merge from origin/emacs-29Stefan Kangas2023-03-021-1/+1
|\ \ | |/
| * Replace C++ comments with C style equivalentsPo Lu2023-03-011-1/+1
* | Merge from origin/emacs-29Stefan Kangas2023-02-231-5/+5
|\ \ | |/
| * Avoid division by zero in get_narrowed_* functionsEli Zaretskii2023-02-221-5/+5
* | Merge from origin/emacs-29Stefan Kangas2023-02-191-2/+2
|\ \ | |/
| * Fix cursor motion when there's line-prefix and display string at BOLEli Zaretskii2023-02-181-2/+2
* | Merge from origin/emacs-29Stefan Kangas2023-02-181-4/+7
|\ \ | |/
| * Allow 'icon-title-format' to have the value tEli Zaretskii2023-02-171-4/+7
* | Merge from origin/emacs-29Stefan Kangas2023-02-151-13/+14
|\ \ | |/
| * Rename with/without-narrowing to with/without-restrictionEli Zaretskii2023-02-131-1/+1
| * Update the documentation about labeled (locked) narrowingGregory Heytings2023-02-091-6/+5
| * Rename two long line optimizations variablesGregory Heytings2023-02-091-6/+6
| * Add specific symbols for narrowingsGregory Heytings2023-02-091-1/+3
* | Merge from origin/emacs-29Stefan Kangas2023-02-081-0/+5
|\ \ | |/
| * Fix display of raised/lowered composed textEli Zaretskii2023-02-051-0/+5
* | Update some commentary for C23Paul Eggert2023-02-041-1/+1
* | Add new SI prefixes R, Q in other placesPaul Eggert2023-01-061-1/+3
* | Merge from origin/emacs-29Stefan Kangas2023-01-061-6/+9
|\ \ | |/
| * Avoid assertion violation due to fill-column indicator faceEli Zaretskii2023-01-051-6/+9
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Merge from origin/emacs-29Stefan Kangas2022-12-281-3/+5
|\ \ | |/
| * Improve handling of tab-bar height.Gregory Heytings2022-12-261-3/+5
* | Redisplay "invisible" frames that are actually visible on modern XPo Lu2022-12-261-12/+12
* | Merge from origin/emacs-29Stefan Kangas2022-12-251-1/+7
|\ \ | |/
| * ; * src/xdisp.c (redisplay_internal): Reinstate the FRAME_LIVE_P test.Eli Zaretskii2022-12-241-0/+4
| * Fix crash after X errorPo Lu2022-12-241-5/+7
* | Merge from origin/emacs-29Stefan Kangas2022-12-191-4/+14
|\ \ | |/
| * Avoid crashes in PGTK build due to signal in 'note_mouse_highlight'Eli Zaretskii2022-12-181-4/+7
| * Fix resizing of mini-windows by 'set-minibuffer-message'Eli Zaretskii2022-12-171-0/+7
* | Merge from origin/emacs-29Po Lu2022-12-111-2/+1
|\ \ | |/
| * Actually improve detection of long linesGregory Heytings2022-12-111-2/+1
* | Make a boxed menu bar have a shadow at its right end (bug#59778)Manuel Giraud2022-12-041-5/+25
* | More behind the scenes transparent speedups around xselect.cPo Lu2022-12-021-7/+16
* | Merge from origin/emacs-29Stefan Kangas2022-12-021-1/+2
|\ \ | |/
| * Improve detection of very long linesEli Zaretskii2022-12-021-1/+2
* | Merge from origin/emacs-29Stefan Kangas2022-12-011-1/+2
|\ \ | |/
| * ; Fix typos (don't abbreviate "with" or "without")Stefan Kangas2022-12-011-1/+2
* | Make sure the menu-bar height is updated on X when fonts changeManuel Giraud2022-12-011-1/+17
|/
* Do not enter locked narrowing when it would span the whole bufferGregory Heytings2022-11-281-2/+3
* Minor improvements to locked narrowingGregory Heytings2022-11-271-4/+5
* Merge branch 'feature/improved-locked-narrowing'Gregory Heytings2022-11-271-11/+48
|\
| * ; * src/xdisp.c (get_locked_narrowing_begv): Minor change.feature/improved-locked-narrowingGregory Heytings2022-11-271-2/+1
| * Docstring improvementsGregory Heytings2022-11-261-1/+1
| * Docstring improvementsGregory Heytings2022-11-261-4/+5
| * Improve locked narrowing around low-level hooks.Gregory Heytings2022-11-261-4/+40