summaryrefslogtreecommitdiff
path: root/src/indent.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* (skip_invisible): Fix my brain fart.Stefan Monnier2002-03-051-6/+8
* (compute_motion): Likewise.Pavel Janík2001-12-091-2/+2
* (current_column_1): Fix handling of scan_bytes for mb chars.Richard M. Stallman2001-11-191-1/+3
* (current_column_1): Remove unused variable `prev_col'.Pavel Janík2001-11-091-1/+0
* (current_column_1): Remove unused variable `prev_col'.Pavel Janík2001-11-061-1/+0
* (current_column_1, Fmove_to_column): Separate the codeRichard M. Stallman2001-11-041-39/+68
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-20/+20
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-211-105/+99
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-6/+6
* (skip_invisible): Use new retval of TEXT_PROP_MEANS_INVISIBLE.Stefan Monnier2001-10-141-3/+1
* Fix a typo in a comment.Eli Zaretskii2001-10-141-2/+2
* (skip_invisible): Don't skip "ellipsisized" text.Stefan Monnier2001-10-121-1/+3
* Don't define min/max.Gerd Moellmann2001-10-081-3/+0
* (current_column): Fix column computation in theGerd Moellmann2001-07-231-0/+13
* (string_display_width): Put in #if 0.Gerd Moellmann2001-05-281-0/+6
* (current_column, current_column_1, Fmove_to_column)Gerd Moellmann2001-03-161-171/+296
* (check_composition): Check validity of composition.Kenichi Handa2001-01-191-1/+2
* (current_column): Remove unused variable `stopchar'.Eli Zaretskii2001-01-021-2/+1
* (compute_motion): Keep pos_byte in sync with pos.Miles Bader2000-11-251-0/+1
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-3/+3
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-0/+1
* Fix nested comment.Dave Love2000-06-031-1/+1
* (Fmove_to_column): When ending within a tab, insertGerd Moellmann2000-05-161-7/+14
* (compute_motion): Set immediate_quit.Gerd Moellmann2000-04-101-1/+6
* (Fvertical_motion): Always use the current buffer.Gerd Moellmann2000-03-241-11/+12