aboutsummaryrefslogtreecommitdiffstats
path: root/src/indent.c
Commit message (Expand)AuthorAgeFilesLines
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-1/+1
* use guile-snarf for subr definitionBT Templeton2015-04-181-7/+2
* Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-1/+1
* Fix bug #17823 with vertical-motion in lines with line-prefix.Eli Zaretskii2014-06-211-12/+6
* Improve documentation of how vertical-motion interprets columns.Eli Zaretskii2014-06-211-3/+6
* Fix bug #17244 with line-move-visual when display string covers a lot of text.Eli Zaretskii2014-04-121-2/+9
* src/indent.c (current_column_1): Correct commentary.Eli Zaretskii2014-01-291-1/+1
* Fix bug #16265 with buffer caches when modifying text in indirect buffers.Eli Zaretskii2014-01-011-23/+45
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-2/+2
* Port to stricter C99 platforms.Paul Eggert2013-11-031-3/+3
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-3/+3
* Hook scanning and indentation functions to find_newline. This helpsDmitry Antipov2013-08-291-25/+13
* Use region cache to speedup bidi_find_paragraph_start.Dmitry Antipov2013-08-061-3/+3
* Fix vertical cursor motion when there are overlay strings at EOL.Eli Zaretskii2013-04-131-2/+6
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-011-1/+1
* * indent.c (current_column_bol_cache): Remove leftover which is notDmitry Antipov2013-03-291-11/+0
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-6/+6
* Fix inaccuracy in a comment.Eli Zaretskii2013-03-281-2/+2
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-1/+1
* * search.c (find_newline): Accept start and end byte positionsDmitry Antipov2013-03-081-5/+14
* Avoid character to byte conversions in motion subroutines.Dmitry Antipov2013-03-071-43/+32
* Rename find_next_newline to find_newline_no_quit.Eli Zaretskii2013-03-061-4/+4
* * lisp.h (find_next_newline_no_quit): Rename to find_next_newline.Dmitry Antipov2013-03-061-4/+4
* * search.c (find_newline): Return byte position in bytepos.Dmitry Antipov2013-02-201-19/+12
* Merge from emacs-24; up to 2012-12-17T11:17:[email protected]Glenn Morris2013-02-121-1/+1
|\
| * In doc, use standard American English style for e.g., etc., i.e.Paul Eggert2013-02-121-1/+1
* | * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-1/+1
* | * indent.c (Fvertical_motion): Remove now-incorrect GCPROsPaul Eggert2013-01-111-2/+2
* | Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-2/+2
|\|
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | Avoid calls to CHAR_TO_BYTE if byte position is known.Dmitry Antipov2012-12-201-1/+2
* | Consistently use marker_position and marker_byte_position.Dmitry Antipov2012-12-111-2/+2
* | Merge from emacs-24; up to 2012-11-26T19:56:[email protected]Glenn Morris2012-12-091-1/+5
|\|
| * Fix bug #13108 introduced by the fix to bug #12930.Eli Zaretskii2012-12-071-1/+5
* | Merge from emacs-24; up to 2012-11-19T11:36:[email protected]Glenn Morris2012-11-231-1/+7
|\|
| * Fix bug #12930 with vertical-motion through a display string.Eli Zaretskii2012-11-211-1/+7
* | Window-related stuff cleanup here and there.Dmitry Antipov2012-11-021-12/+3
|/
* * 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