aboutsummaryrefslogtreecommitdiffstats
path: root/src/indent.c
Commit message (Expand)AuthorAgeFilesLines
* Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-3/+7
|\
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
| * (Fvertical_motion): If start position is on an image,Kim F. Storm2005-07-131-2/+6
* | Merged from [email protected] (patch 469)Karoly Lorentey2005-07-051-2/+2
|\|
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Merged from [email protected] (patch 281-285)Karoly Lorentey2005-05-021-7/+0
|\|
| * (Fvertical_motion): Undo previous change.Richard M. Stallman2005-04-261-7/+0
* | Merged from [email protected] (patch 67, 270-278)Karoly Lorentey2005-04-251-0/+7
|\|
| * (Fvertical_motion): Bind fontification-functions to nil.Richard M. Stallman2005-04-241-0/+7
* | Merged in changes from CVS trunk. (Long time no see!) :-)Karoly Lorentey2005-02-031-3/+10
|\|
| * (Fcurrent_column): Doc fix.Stefan Monnier2005-01-231-3/+5
| * (Fvertical_motion): Temporarily disable selective display.Kim F. Storm2005-01-191-0/+5
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-231-2/+3
|\|
| * (Fvertical_motion): Call move_it_by_lines even if LINES = 0.Richard M. Stallman2004-12-121-2/+3
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-081-3/+4
|\|
| * (skip_invisible): Avoid non-idempotent side-effects in macro arguments.Stefan Monnier2004-11-231-3/+4
* | Merged in changes from CVS trunk.Karoly Lorentey2004-11-221-15/+35
|\|
| * (Fvertical_motion): Fix last change. Use anotherKim F. Storm2004-11-211-1/+4
| * (Fvertical_motion): Fix last change.Kim F. Storm2004-11-191-1/+1
| * (Fvertical_motion): Undo 2004-11-16 change.Kim F. Storm2004-11-181-9/+9
| * (Fvertical_motion): In batch mode, use vmotion directly.Richard M. Stallman2004-11-161-18/+27
| * (Fvertical_motion): Fix last change. Only reseat whenKim F. Storm2004-11-161-4/+9
| * (Fvertical_motion): Scan to PT from start of line to make iterator consistent.Richard M. Stallman2004-11-141-2/+5
* | Merged in changes from CVS trunk.Karoly Lorentey2004-10-311-28/+25
|\|
| * (vmotion): When moving up, check the newline before.Richard M. Stallman2004-10-271-28/+25
* | Merged in changes from CVS trunk.Karoly Lorentey2004-08-071-3/+3
|\|
| * (compute_motion): Fix last change.Kim F. Storm2004-08-021-3/+3
* | Merged in changes from CVS trunk.Karoly Lorentey2004-08-031-22/+57
|\|
| * (compute_motion): Fix check for full width windowKim F. Storm2004-08-021-2/+10
| * (compute_motion): Use actual window width if WIDTH is -1,Kim F. Storm2004-08-021-21/+48
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-071-1/+2
|\|
| * (compute_motion): Save vpos in prev_vpos when dealingStefan Monnier2004-05-021-1/+2
* | Merged in changes from CVS HEADKaroly Lorentey2004-04-081-3/+7
|\|
| * (vmotion): Do not reserve one column for continuationKim F. Storm2004-04-051-3/+7
* | Merged in changes from CVS HEADKaroly Lorentey2004-03-071-5/+7
|\|
| * (compute_motion): Save vpos in prev_vpos, like hpos etc.Richard M. Stallman2004-03-021-5/+7
* | Converted display hooks to be display-local. Plus many bugfixes.Karoly Lorentey2004-01-051-1/+0
* | Portability fixes (now it compiles & runs fine on Solaris).Karoly Lorentey2004-01-031-0/+2
* | Implemented multiple tty support.Karoly Lorentey2003-12-251-0/+1
|/
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (current_column): Use new type for overlays_(before|after).Stefan Monnier2003-07-091-3/+3
* Make (few) trivial substitutions for renamed andKim F. Storm2003-05-241-10/+12
* Comment change.Richard M. Stallman2002-11-291-5/+6
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-3/+3
* (last_known_column): Declare as double, not float.Richard M. Stallman2002-07-111-14/+14
* (last_known_column): Now a float.Thien-Thi Nguyen2002-06-031-37/+41
* (Fvertical_motion): Fix last change.Pavel Janík2002-04-251-1/+1
* (Fvertical_motion): Move to the start of the lineGerd Moellmann2002-04-251-2/+12
* (Fmove_to_column): Remove unused local variable `next_boundary_byte'.Juanma Barranquero2002-04-191-8/+2
* (Fmove_to_column): Remove unused local variable `end_byte'.Juanma Barranquero2002-04-171-2/+1