summaryrefslogtreecommitdiff
path: root/src/indent.c
Commit message (Expand)AuthorAge
* 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
* | unbind_to performance tuningPaul Eggert2018-06-29
|/
* Fix vertical-motion with 'visual' line-number displayEli Zaretskii2018-06-18
* Fix cursor movement by 'next-logical-line' after 'next-line'Eli Zaretskii2018-06-06
* * src/indent.c (Findent_to): Doc fix. (Bug#30260)Eli Zaretskii2018-01-27
* Update copyright year to 2018Paul Eggert2018-01-01
* Prevent aborts in line-move-visualEli Zaretskii2017-11-17
* Make :align-to account for display-line-numbersEli Zaretskii2017-10-20
* Improve documentation of 'line-number-display-width'Eli Zaretskii2017-10-17
* Fix 'line-number-display-width' in hscrolled windowsEli Zaretskii2017-10-16
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Fix vertical cursor motion across too wide imagesEli Zaretskii2017-08-13
* Exclude blank columns from value of line-number-display-widthEli Zaretskii2017-07-07
* Fix vertical-motion across the place where line-number width changesEli Zaretskii2017-07-07
* Avoid errors in vertical-motion when buffer is narrowedEli Zaretskii2017-07-03
* Avoid off-by-one errors in column C-n/C-p calculationsEli Zaretskii2017-07-02
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-16
* Fix quitting bug when buffers are frozenPaul Eggert2017-02-01
* Revamp quitting and fix infloopsPaul Eggert2017-02-01
* Remove immediate_quit.Paul Eggert2017-02-01
* Replace QUIT with maybe_quitPaul Eggert2017-01-25
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Protect change of window's buffer in vertical-motion against unwinds (bug#25209)Andreas Schwab2016-12-19
* | Prefer now-standard int width macrosPaul Eggert2016-09-15
* | Port to ISO/IEC TS 18661-1:2014Paul Eggert2016-09-13