summaryrefslogtreecommitdiff
path: root/src/indent.c
Commit message (Expand)AuthorAgeFilesLines
* Further speedups of redisplay of long and truncated linesEli Zaretskii2022-08-141-7/+53
* Fix C-n/C-p inside bidirectional textEli Zaretskii2022-08-061-1/+9
* Merge from origin/emacs-28Stefan Kangas2022-07-311-2/+7
|\
| * Improve documentation of column-related functionsEli Zaretskii2022-07-301-2/+7
* | Avoid calling 'current_column' in buffers with long lines.Eli Zaretskii2022-07-231-0/+5
* | Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-4/+4
* | Merge branch 'abort-redisplay'Eli Zaretskii2022-06-241-0/+2
|\ \
| * | Allow aborting redisplay stuck in 'parse-partial-sexp'Eli Zaretskii2022-06-181-0/+2
* | | Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-1/+1
|/ /
* | Account for remapped faces in $COLUMNS and $LINES in EshellJim Porter2022-06-091-2/+2
* | Merge from origin/emacs-28Eli Zaretskii2022-04-161-1/+4
|\|
| * Fix cursor motion under truncate-lines with Flymake fringe indicatorEli Zaretskii2022-04-151-1/+4
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-2/+2
* | Fix 'current-column' in the presence of display stringsEli Zaretskii2022-02-051-25/+36
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | src/indent.c, src/xdisp.c: Questions about with_echo_area_buffer_unwind_dataStefan Monnier2021-11-221-0/+1
|/
* Fix infloop in lsp-modeEli Zaretskii2021-05-041-0/+5
* Fix typosMattias Engdegård2021-02-181-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix 'move-to-column' when invisible text follows a TABEli Zaretskii2020-09-301-11/+19
* Merge from origin/emacs-27Glenn Morris2020-07-291-2/+2
|\
| * Fix Arabic shaping when column-number-mode is in effectPip Cet2020-07-251-2/+2
* | Prefer more inline functions in character.hPaul Eggert2020-04-171-13/+11
* | Fix type-checking bug in vertical-motionPaul Eggert2020-04-161-8/+6
* | * src/indent.c (Fvertical_motion): Fix int/Lisp_Object mix up.Glenn Morris2020-04-161-1/+1
* | Avoid compiler warning in indent.cEli Zaretskii2020-04-161-0/+2
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-05-231-3/+4
|\
| * Merge from origin/emacs-26Glenn Morris2019-05-141-3/+4
| |\
| | * Fix description of (move-to-column <n> t) when column <n> is inside a tabAlan Mackenzie2019-05-091-3/+4
* | | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-271-12/+15
|\| |
| * | Avoid assertion violations in calculating line-number widthEli Zaretskii2019-04-261-2/+5
| * | Fix 'end-of-visual-line' with overlay strings with newlinesEli Zaretskii2019-03-021-2/+2
| * | Widen modiff counts to avoid wraparoundPaul Eggert2019-01-311-1/+1
| * | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
| |\|
| | * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * | Remove CHECK_FIXNUM_CAR etc.Paul Eggert2018-12-091-6/+6
* | | Fix text direction of the HarfBuzz shaping bufferEli Zaretskii2019-01-021-2/+2
|/ /
* | More macro renamings for bignumTom Tromey2018-08-071-36/+36
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-39/+39
* | unbind_to performance tuningPaul Eggert2018-06-291-3/+1
|/
* Fix vertical-motion with 'visual' line-number displayEli Zaretskii2018-06-181-2/+1
* Fix cursor movement by 'next-logical-line' after 'next-line'Eli Zaretskii2018-06-061-7/+3
* * src/indent.c (Findent_to): Doc fix. (Bug#30260)Eli Zaretskii2018-01-271-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prevent aborts in line-move-visualEli Zaretskii2017-11-171-6/+11
* Make :align-to account for display-line-numbersEli Zaretskii2017-10-201-5/+18
* Improve documentation of 'line-number-display-width'Eli Zaretskii2017-10-171-1/+2