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