summaryrefslogtreecommitdiff
path: root/src/indent.c
AgeCommit message (Expand)Author
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd
2022-02-05Fix 'current-column' in the presence of display stringsEli Zaretskii
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-22src/indent.c, src/xdisp.c: Questions about with_echo_area_buffer_unwind_dataStefan Monnier
2021-05-04Fix infloop in lsp-modeEli Zaretskii
2021-02-18Fix typosMattias EngdegÄrd
2021-01-01Update copyright year to 2021Paul Eggert
2020-09-30Fix 'move-to-column' when invisible text follows a TABEli Zaretskii
2020-07-29Merge from origin/emacs-27Glenn Morris
2020-07-25Fix Arabic shaping when column-number-mode is in effectPip Cet
2020-04-17Prefer more inline functions in character.hPaul Eggert
2020-04-16Fix type-checking bug in vertical-motionPaul Eggert
2020-04-16* src/indent.c (Fvertical_motion): Fix int/Lisp_Object mix up.Glenn Morris
2020-04-16Avoid compiler warning in indent.cEli Zaretskii
2020-01-01Update copyright year to 2020Paul Eggert
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert
2019-05-23Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu
2019-05-14Merge from origin/emacs-26Glenn Morris
2019-05-09Fix description of (move-to-column <n> t) when column <n> is inside a tabAlan Mackenzie
2019-04-27Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu
2019-04-26Avoid assertion violations in calculating line-number widthEli Zaretskii
2019-03-02Fix 'end-of-visual-line' with overlay strings with newlinesEli Zaretskii
2019-01-31Widen modiff counts to avoid wraparoundPaul Eggert
2019-01-02Fix text direction of the HarfBuzz shaping bufferEli Zaretskii
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-09Remove CHECK_FIXNUM_CAR etc.Paul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-29unbind_to performance tuningPaul Eggert
2018-06-18Fix vertical-motion with 'visual' line-number displayEli Zaretskii
2018-06-06Fix cursor movement by 'next-logical-line' after 'next-line'Eli Zaretskii
2018-01-27* src/indent.c (Findent_to): Doc fix. (Bug#30260)Eli Zaretskii
2018-01-01Update copyright year to 2018Paul Eggert
2017-11-17Prevent aborts in line-move-visualEli Zaretskii
2017-10-20Make :align-to account for display-line-numbersEli Zaretskii
2017-10-17Improve documentation of 'line-number-display-width'Eli Zaretskii
2017-10-16Fix 'line-number-display-width' in hscrolled windowsEli Zaretskii
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-08-13Fix vertical cursor motion across too wide imagesEli Zaretskii
2017-07-07Exclude blank columns from value of line-number-display-widthEli Zaretskii
2017-07-07Fix vertical-motion across the place where line-number width changesEli Zaretskii
2017-07-03Avoid errors in vertical-motion when buffer is narrowedEli Zaretskii
2017-07-02Avoid off-by-one errors in column C-n/C-p calculationsEli Zaretskii
2017-05-16Merge with gnulib, pacifying GCC 7Paul Eggert
2017-02-01Fix quitting bug when buffers are frozenPaul Eggert
2017-02-01Revamp quitting and fix infloopsPaul Eggert
2017-02-01Remove immediate_quit.Paul Eggert
2017-01-25Replace QUIT with maybe_quitPaul Eggert