index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
indent.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further speedups of redisplay of long and truncated lines
Eli Zaretskii
2022-08-14
1
-7
/
+53
*
Fix C-n/C-p inside bidirectional text
Eli Zaretskii
2022-08-06
1
-1
/
+9
*
Merge from origin/emacs-28
Stefan Kangas
2022-07-31
1
-2
/
+7
|
\
|
*
Improve documentation of column-related functions
Eli Zaretskii
2022-07-30
1
-2
/
+7
*
|
Avoid calling 'current_column' in buffers with long lines.
Eli Zaretskii
2022-07-23
1
-0
/
+5
*
|
Allow plist-get/plist-put/plist-member to take a comparison function
Lars Ingebrigtsen
2022-06-27
1
-4
/
+4
*
|
Merge branch 'abort-redisplay'
Eli Zaretskii
2022-06-24
1
-0
/
+2
|
\
\
|
*
|
Allow aborting redisplay stuck in 'parse-partial-sexp'
Eli Zaretskii
2022-06-18
1
-0
/
+2
*
|
|
Use BASE_EQ instead of EQ where obviously safe
Mattias Engdegård
2022-06-16
1
-1
/
+1
|
/
/
*
|
Account for remapped faces in $COLUMNS and $LINES in Eshell
Jim Porter
2022-06-09
1
-2
/
+2
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-04-16
1
-1
/
+4
|
\
|
|
*
Fix cursor motion under truncate-lines with Flymake fringe indicator
Eli Zaretskii
2022-04-15
1
-1
/
+4
*
|
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-12
1
-2
/
+2
*
|
Fix 'current-column' in the presence of display strings
Eli Zaretskii
2022-02-05
1
-25
/
+36
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
src/indent.c, src/xdisp.c: Questions about with_echo_area_buffer_unwind_data
Stefan Monnier
2021-11-22
1
-0
/
+1
|
/
*
Fix infloop in lsp-mode
Eli Zaretskii
2021-05-04
1
-0
/
+5
*
Fix typos
Mattias Engdegård
2021-02-18
1
-1
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Fix 'move-to-column' when invisible text follows a TAB
Eli Zaretskii
2020-09-30
1
-11
/
+19
*
Merge from origin/emacs-27
Glenn Morris
2020-07-29
1
-2
/
+2
|
\
|
*
Fix Arabic shaping when column-number-mode is in effect
Pip Cet
2020-07-25
1
-2
/
+2
*
|
Prefer more inline functions in character.h
Paul Eggert
2020-04-17
1
-13
/
+11
*
|
Fix type-checking bug in vertical-motion
Paul Eggert
2020-04-16
1
-8
/
+6
*
|
* src/indent.c (Fvertical_motion): Fix int/Lisp_Object mix up.
Glenn Morris
2020-04-16
1
-1
/
+1
*
|
Avoid compiler warning in indent.c
Eli Zaretskii
2020-04-16
1
-0
/
+2
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Avoid some unnecessary stdio.h includes
Paul Eggert
2019-07-08
1
-1
/
+0
*
Merge branch 'master' into harfbuzz
YAMAMOTO Mitsuharu
2019-05-23
1
-3
/
+4
|
\
|
*
Merge from origin/emacs-26
Glenn Morris
2019-05-14
1
-3
/
+4
|
|
\
|
|
*
Fix description of (move-to-column <n> t) when column <n> is inside a tab
Alan Mackenzie
2019-05-09
1
-3
/
+4
*
|
|
Merge branch 'master' into harfbuzz
YAMAMOTO Mitsuharu
2019-04-27
1
-12
/
+15
|
\
|
|
|
*
|
Avoid assertion violations in calculating line-number width
Eli Zaretskii
2019-04-26
1
-2
/
+5
|
*
|
Fix 'end-of-visual-line' with overlay strings with newlines
Eli Zaretskii
2019-03-02
1
-2
/
+2
|
*
|
Widen modiff counts to avoid wraparound
Paul Eggert
2019-01-31
1
-1
/
+1
|
*
|
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
|
\
|
|
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
|
*
|
Remove CHECK_FIXNUM_CAR etc.
Paul Eggert
2018-12-09
1
-6
/
+6
*
|
|
Fix text direction of the HarfBuzz shaping buffer
Eli Zaretskii
2019-01-02
1
-2
/
+2
|
/
/
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-36
/
+36
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-39
/
+39
*
|
unbind_to performance tuning
Paul Eggert
2018-06-29
1
-3
/
+1
|
/
*
Fix vertical-motion with 'visual' line-number display
Eli Zaretskii
2018-06-18
1
-2
/
+1
*
Fix cursor movement by 'next-logical-line' after 'next-line'
Eli Zaretskii
2018-06-06
1
-7
/
+3
*
* src/indent.c (Findent_to): Doc fix. (Bug#30260)
Eli Zaretskii
2018-01-27
1
-1
/
+1
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prevent aborts in line-move-visual
Eli Zaretskii
2017-11-17
1
-6
/
+11
*
Make :align-to account for display-line-numbers
Eli Zaretskii
2017-10-20
1
-5
/
+18
*
Improve documentation of 'line-number-display-width'
Eli Zaretskii
2017-10-17
1
-1
/
+2
[next]