summaryrefslogtreecommitdiff
path: root/src/indent.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #13108 introduced by the fix to bug #12930.Eli Zaretskii2012-12-071-1/+5
* Fix bug #12930 with vertical-motion through a display string.Eli Zaretskii2012-11-211-1/+7
* * alloc.c (Fmake_byte_code): Fix typo in comment.Dmitry Antipov2012-10-161-4/+2
* Clean out old termopts cruft.Paul Eggert2012-10-101-1/+0
* image.c, indent.c: Use bool for booleans.Paul Eggert2012-09-241-31/+34
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-2/+2
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-2/+2
* * window.h (WSET): Remove.Paul Eggert2012-08-171-2/+2
* A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-171-1/+1
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-2/+2
* Inline functions to examine and change buffer overlays.Dmitry Antipov2012-08-081-2/+1
* Inline functions to examine and change buffer intervals.Dmitry Antipov2012-08-081-1/+1
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-12/+12
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-14/+14
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-15/+16
* * indent.c (compute_motion): Remove unused local.Paul Eggert2012-07-301-2/+0
* * window.h (struct window): Change type of 'hscroll',Dmitry Antipov2012-06-281-1/+1
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Merge from trunk.Paul Eggert2012-04-211-1/+2
|\
| * Fix typo in last commit.Chong Yidong2012-04-131-1/+1
| * * src/indent.c (Fmove_to_column): Change interactive spec.Reuben Thomas2012-04-131-1/+2
* | Merge from trunk.Paul Eggert2012-04-091-2/+14
|\|
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
| * Fix bug #11133 with vertical-motion across a long display string.Eli Zaretskii2012-04-071-1/+13
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Fix botched merge.Paul Eggert2011-11-181-2/+0
* | Merge from trunk.Paul Eggert2011-11-181-0/+2
|\|
| * Spelling fixes.Paul Eggert2011-11-141-1/+1
* | Merge from trunk.Paul Eggert2011-09-241-50/+55
|\|
| * * indent.c (Fvertical_motion): Fix == vs = typo.Paul Eggert2011-09-241-1/+1
| * Fix vertical cursor motion when the newline is covered by a display string.Eli Zaretskii2011-09-241-48/+53
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-98/+98
|/
* Remove unused external symbols.Paul Eggert2011-09-141-1/+1
* Fix bug #2496 with column counting in presence of display tables.Eli Zaretskii2011-09-121-1/+1
* * indent.c: Integer overflow fixes.Paul Eggert2011-09-041-6/+6
* Merge from trunk.Paul Eggert2011-08-051-1/+1
|\
| * Fix bug #9221 with memory leak in bidi display.Eli Zaretskii2011-08-051-1/+1
| |\
| | * Fix bug #9221 with resource allocation under word-wrap.Eli Zaretskii2011-08-051-1/+1
* | | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-1/+1
* | | Don't assume that stated character widths fit in int.Paul Eggert2011-07-181-1/+1
* | | Don't assume that tab-width fits in int.Paul Eggert2011-07-181-15/+6
|/ /
* | * indent.c (Fvertical_motion): Mark locals as initialized.Paul Eggert2011-07-141-1/+1
* | Support bidi reordering of overlay and display strings.Eli Zaretskii2011-07-141-0/+3
|\|
| * Empty the bidi cache "stack" when it->sp is zeroed.Eli Zaretskii2011-07-051-0/+3
* | Fix bugs in vertical-motion and display-buffer-normalize-special.Martin Rudalics2011-07-141-3/+11
* | ProtoizeAndreas Schwab2011-07-101-2/+1
* | * indent.c (Fcompute_motion): Don't assume hscroll and tab offset fit in int.Paul Eggert2011-06-181-1/+1
* | * indent.c (sane_tab_width): New function.Paul Eggert2011-06-181-19/+15