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
*
Fix bug #13108 introduced by the fix to bug #12930.
Eli Zaretskii
2012-12-07
1
-1
/
+5
*
Fix bug #12930 with vertical-motion through a display string.
Eli Zaretskii
2012-11-21
1
-1
/
+7
*
* alloc.c (Fmake_byte_code): Fix typo in comment.
Dmitry Antipov
2012-10-16
1
-4
/
+2
*
Clean out old termopts cruft.
Paul Eggert
2012-10-10
1
-1
/
+0
*
image.c, indent.c: Use bool for booleans.
Paul Eggert
2012-09-24
1
-31
/
+34
*
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-15
1
-1
/
+0
*
Simplify redefinition of 'abort' (Bug#12316).
Paul Eggert
2012-09-04
1
-2
/
+2
*
* buffer.h (BSET): Remove.
Paul Eggert
2012-08-17
1
-2
/
+2
*
* window.h (WSET): Remove.
Paul Eggert
2012-08-17
1
-2
/
+2
*
A few more naming-convention fixes for getters and setters.
Paul Eggert
2012-08-17
1
-1
/
+1
*
Use BSET for write access to Lisp_Object members of struct buffer.
Dmitry Antipov
2012-08-13
1
-2
/
+2
*
Inline functions to examine and change buffer overlays.
Dmitry Antipov
2012-08-08
1
-2
/
+1
*
Inline functions to examine and change buffer intervals.
Dmitry Antipov
2012-08-08
1
-1
/
+1
*
Drop WGET and revert read access to Lisp_Objects slots of struct window.
Dmitry Antipov
2012-08-07
1
-12
/
+12
*
Separate read and write access to Lisp_Object slots of struct window.
Dmitry Antipov
2012-08-06
1
-14
/
+14
*
Use INTERNAL_FIELD for windows.
Dmitry Antipov
2012-08-01
1
-15
/
+16
*
* indent.c (compute_motion): Remove unused local.
Paul Eggert
2012-07-30
1
-2
/
+0
*
* window.h (struct window): Change type of 'hscroll',
Dmitry Antipov
2012-06-28
1
-1
/
+1
*
* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
Andreas Schwab
2012-06-16
1
-1
/
+1
*
Merge from trunk.
Paul Eggert
2012-04-21
1
-1
/
+2
|
\
|
*
Fix typo in last commit.
Chong Yidong
2012-04-13
1
-1
/
+1
|
*
* src/indent.c (Fmove_to_column): Change interactive spec.
Reuben Thomas
2012-04-13
1
-1
/
+2
*
|
Merge from trunk.
Paul Eggert
2012-04-09
1
-2
/
+14
|
\
|
|
*
Remove * characters from the front of variable docstrings.
Chong Yidong
2012-04-09
1
-1
/
+1
|
*
Fix bug #11133 with vertical-motion across a long display string.
Eli Zaretskii
2012-04-07
1
-1
/
+13
*
|
Merge from trunk.
Paul Eggert
2012-01-09
1
-1
/
+1
|
\
|
|
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
|
Fix botched merge.
Paul Eggert
2011-11-18
1
-2
/
+0
*
|
Merge from trunk.
Paul Eggert
2011-11-18
1
-0
/
+2
|
\
|
|
*
Spelling fixes.
Paul Eggert
2011-11-14
1
-1
/
+1
*
|
Merge from trunk.
Paul Eggert
2011-09-24
1
-50
/
+55
|
\
|
|
*
* indent.c (Fvertical_motion): Fix == vs = typo.
Paul Eggert
2011-09-24
1
-1
/
+1
|
*
Fix vertical cursor motion when the newline is covered by a display string.
Eli Zaretskii
2011-09-24
1
-48
/
+53
*
|
* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
Paul Eggert
2011-09-21
1
-98
/
+98
|
/
*
Remove unused external symbols.
Paul Eggert
2011-09-14
1
-1
/
+1
*
Fix bug #2496 with column counting in presence of display tables.
Eli Zaretskii
2011-09-12
1
-1
/
+1
*
* indent.c: Integer overflow fixes.
Paul Eggert
2011-09-04
1
-6
/
+6
*
Merge from trunk.
Paul Eggert
2011-08-05
1
-1
/
+1
|
\
|
*
Fix bug #9221 with memory leak in bidi display.
Eli Zaretskii
2011-08-05
1
-1
/
+1
|
|
\
|
|
*
Fix bug #9221 with resource allocation under word-wrap.
Eli Zaretskii
2011-08-05
1
-1
/
+1
*
|
|
Adjust in response to jan.h.d's comments.
Paul Eggert
2011-08-04
1
-1
/
+1
*
|
|
Don't assume that stated character widths fit in int.
Paul Eggert
2011-07-18
1
-1
/
+1
*
|
|
Don't assume that tab-width fits in int.
Paul Eggert
2011-07-18
1
-15
/
+6
|
/
/
*
|
* indent.c (Fvertical_motion): Mark locals as initialized.
Paul Eggert
2011-07-14
1
-1
/
+1
*
|
Support bidi reordering of overlay and display strings.
Eli Zaretskii
2011-07-14
1
-0
/
+3
|
\
|
|
*
Empty the bidi cache "stack" when it->sp is zeroed.
Eli Zaretskii
2011-07-05
1
-0
/
+3
*
|
Fix bugs in vertical-motion and display-buffer-normalize-special.
Martin Rudalics
2011-07-14
1
-3
/
+11
*
|
Protoize
Andreas Schwab
2011-07-10
1
-2
/
+1
*
|
* indent.c (Fcompute_motion): Don't assume hscroll and tab offset fit in int.
Paul Eggert
2011-06-18
1
-1
/
+1
*
|
* indent.c (sane_tab_width): New function.
Paul Eggert
2011-06-18
1
-19
/
+15
[next]