summaryrefslogtreecommitdiff
path: root/src/indent.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-29Eli Zaretskii2023-05-131-0/+1
|\
| * Remove labeled restrictions before calling FwidenGregory Heytings2023-03-291-0/+1
* | Optimize search for composable characters in redisplayEli Zaretskii2023-04-291-4/+4
|/
* Fix 'vertical-motion' when display strings are aroundEli Zaretskii2023-02-261-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Improve documentation of TAB/SPC indentationEli Zaretskii2022-12-271-0/+2
* Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-281-4/+1
|\
| * Merge 'master' into noverlayStefan Monnier2022-09-251-165/+280
| |\
| * | Provide a new tree data-structure for overlays.Andreas Politz2017-10-041-4/+1
* | | Fix rare problems with current-column when text is invisibleEli Zaretskii2022-10-261-0/+8
| |/ |/|
* | Use truncated-partial-width-window-p in more places (bug#56815)Juri Linkov2022-08-271-6/+9
* | 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