summaryrefslogtreecommitdiff
path: root/src/indent.c
Commit message (Expand)AuthorAge
* Fix 'vertical-motion' when display strings are aroundEli Zaretskii2023-02-26
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Improve documentation of TAB/SPC indentationEli Zaretskii2022-12-27
* Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-28
|\
| * Merge 'master' into noverlayStefan Monnier2022-09-25
| |\
| * | Provide a new tree data-structure for overlays.Andreas Politz2017-10-04
* | | Fix rare problems with current-column when text is invisibleEli Zaretskii2022-10-26
| |/ |/|
* | Use truncated-partial-width-window-p in more places (bug#56815)Juri Linkov2022-08-27
* | Further speedups of redisplay of long and truncated linesEli Zaretskii2022-08-14
* | Fix C-n/C-p inside bidirectional textEli Zaretskii2022-08-06
* | Merge from origin/emacs-28Stefan Kangas2022-07-31
|\ \
| * | Improve documentation of column-related functionsEli Zaretskii2022-07-30
* | | Avoid calling 'current_column' in buffers with long lines.Eli Zaretskii2022-07-23
* | | Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-27
* | | Merge branch 'abort-redisplay'Eli Zaretskii2022-06-24
|\ \ \
| * | | Allow aborting redisplay stuck in 'parse-partial-sexp'Eli Zaretskii2022-06-18
* | | | Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-16
|/ / /
* | | Account for remapped faces in $COLUMNS and $LINES in EshellJim Porter2022-06-09
* | | Merge from origin/emacs-28Eli Zaretskii2022-04-16
|\| |
| * | Fix cursor motion under truncate-lines with Flymake fringe indicatorEli Zaretskii2022-04-15
* | | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-12
* | | Fix 'current-column' in the presence of display stringsEli Zaretskii2022-02-05
* | | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\| |
| * | ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | | src/indent.c, src/xdisp.c: Questions about with_echo_area_buffer_unwind_dataStefan Monnier2021-11-22
|/ /
* | Fix infloop in lsp-modeEli Zaretskii2021-05-04
* | Fix typosMattias Engdegård2021-02-18
* | Update copyright year to 2021Paul Eggert2021-01-01
* | Fix 'move-to-column' when invisible text follows a TABEli Zaretskii2020-09-30
* | Merge from origin/emacs-27Glenn Morris2020-07-29
|\ \
| * | Fix Arabic shaping when column-number-mode is in effectPip Cet2020-07-25
* | | Prefer more inline functions in character.hPaul Eggert2020-04-17
* | | Fix type-checking bug in vertical-motionPaul Eggert2020-04-16
* | | * src/indent.c (Fvertical_motion): Fix int/Lisp_Object mix up.Glenn Morris2020-04-16
* | | Avoid compiler warning in indent.cEli Zaretskii2020-04-16
|/ /
* | Update copyright year to 2020Paul Eggert2020-01-01
* | Avoid some unnecessary stdio.h includesPaul Eggert2019-07-08
* | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-05-23
|\ \
| * \ Merge from origin/emacs-26Glenn Morris2019-05-14
| |\ \
| | * | Fix description of (move-to-column <n> t) when column <n> is inside a tabAlan Mackenzie2019-05-09
* | | | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-27
|\| | |
| * | | Avoid assertion violations in calculating line-number widthEli Zaretskii2019-04-26
| * | | Fix 'end-of-visual-line' with overlay strings with newlinesEli Zaretskii2019-03-02
| * | | Widen modiff counts to avoid wraparoundPaul Eggert2019-01-31
| * | | Merge from origin/emacs-26Paul Eggert2018-12-31
| |\| |
| | * | Update copyright year to 2019Paul Eggert2019-01-01
| * | | Remove CHECK_FIXNUM_CAR etc.Paul Eggert2018-12-09
* | | | Fix text direction of the HarfBuzz shaping bufferEli Zaretskii2019-01-02
|/ / /
* | | More macro renamings for bignumTom Tromey2018-08-07
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12