summaryrefslogtreecommitdiff
path: root/src/indent.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix 'line-number-display-width' in hscrolled windowsEli Zaretskii2017-10-161-0/+5
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix vertical cursor motion across too wide imagesEli Zaretskii2017-08-131-2/+2
* Exclude blank columns from value of line-number-display-widthscratch/line-numbersEli Zaretskii2017-07-071-3/+1
* Fix vertical-motion across the place where line-number width changesEli Zaretskii2017-07-071-22/+62
* Avoid errors in vertical-motion when buffer is narrowedEli Zaretskii2017-07-031-0/+13
* Avoid off-by-one errors in column C-n/C-p calculationsEli Zaretskii2017-07-021-1/+18
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-0/+1
* Fix quitting bug when buffers are frozenPaul Eggert2017-02-011-3/+3
* Revamp quitting and fix infloopsPaul Eggert2017-02-011-3/+8
* Remove immediate_quit.Paul Eggert2017-02-011-2/+0
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-3/+3
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Protect change of window's buffer in vertical-motion against unwinds (bug#25209)Andreas Schwab2016-12-191-12/+20
* | Prefer now-standard int width macrosPaul Eggert2016-09-151-5/+5
* | Port to ISO/IEC TS 18661-1:2014Paul Eggert2016-09-131-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-08-051-0/+1
|\ \ | |/
| * Fix 'vertical-motion' in non-interactive sessionsEli Zaretskii2016-07-101-0/+1
| * Port to GCC 5.3.1 20160406 (Red Hat 5.3.1-6)Paul Eggert2016-04-161-1/+1
* | Avoid segfaults in compute_motionEli Zaretskii2016-07-261-5/+8
* | Fix vertical-movement in buffers with wrap-prefixEli Zaretskii2016-07-021-0/+4
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-3/+3
* | * src/indent.c (Fvertical_motion): Pacify GCCPaul Eggert2016-04-141-1/+1
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix rendering of HTML pages that use character compositionEli Zaretskii2015-12-301-0/+9