log src/indent.c @ 83214:2bd6d4c2d21c

age author description
2004-08-07 Karoly Lorentey Merged in changes from CVS trunk.
2004-08-03 Karoly Lorentey Merged in changes from CVS trunk.
2004-05-07 Karoly Lorentey Merged in changes from CVS trunk.
2004-04-08 Karoly Lorentey Merged in changes from CVS HEAD
2004-03-07 Karoly Lorentey Merged in changes from CVS HEAD
2004-01-05 Karoly Lorentey Converted display hooks to be display-local. Plus many bugfixes.
2004-01-03 Karoly Lorentey Portability fixes (now it compiles & runs fine on Solaris).
2008-01-08 Glenn Morris Add 2008 to copyright years.
2007-08-08 Glenn Morris Replace `iff' in comments.
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-04-08 Richard M. Stallman (Fmove_to_column): Set next_boundary with correct start pt.
2007-03-24 Eli Zaretskii (Findent_to): Doc fix.
2007-02-03 Eli Zaretskii (Fmove_to_column): Document that the argument COLUMN is taken from prefix
2007-01-21 Glenn Morris Add 2007 to copyright years.
2007-01-05 Kim F. Storm (Fvertical_motion): Fix IT overshoot check for overlay
2006-11-20 Kenichi Handa (Fvertical_motion): Include composition in the case of
2006-09-26 Chong Yidong * indent.c (Fvertical_motion): Do move back if the Lisp string
2006-09-15 Juanma Barranquero (Fcurrent_column, Findent_to): Fix typos in docstring.
2006-08-29 Chong Yidong * indent.c (Fvertical_motion): Don't move back if we were
2006-02-22 Kim F. Storm (Fvertical_motion): Only try to move back if we can.
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-12-09 Kim F. Storm From: Kyotaro HORIGUCHI (tiny change)
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-13 Kim F. Storm (Fvertical_motion): If start position is on an image,
2005-07-04 Lute Kamstra Update FSF's address.
2005-04-26 Richard M. Stallman (Fvertical_motion): Undo previous change.
2005-04-24 Richard M. Stallman (Fvertical_motion): Bind fontification-functions to nil.
2005-01-23 Stefan Monnier (Fcurrent_column): Doc fix.
2005-01-19 Kim F. Storm (Fvertical_motion): Temporarily disable selective display.
2004-12-12 Richard M. Stallman (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
2004-11-23 Stefan Monnier (skip_invisible): Avoid non-idempotent side-effects in macro arguments.
2004-11-21 Kim F. Storm (Fvertical_motion): Fix last change. Use another
2004-11-19 Kim F. Storm (Fvertical_motion): Fix last change.
2004-11-18 Kim F. Storm (Fvertical_motion): Undo 2004-11-16 change.
2004-11-16 Richard M. Stallman (Fvertical_motion): In batch mode, use vmotion directly.
2004-11-16 Kim F. Storm (Fvertical_motion): Fix last change. Only reseat when
2004-11-14 Richard M. Stallman (Fvertical_motion): Scan to PT from start of line to make iterator consistent.
2004-10-27 Richard M. Stallman (vmotion): When moving up, check the newline before.
2004-08-02 Kim F. Storm (compute_motion): Fix last change.
2004-08-02 Kim F. Storm (compute_motion): Fix check for full width window
2004-08-02 Kim F. Storm (compute_motion): Use actual window width if WIDTH is -1,
2004-05-02 Stefan Monnier (compute_motion): Save vpos in prev_vpos when dealing
2004-04-05 Kim F. Storm (vmotion): Do not reserve one column for continuation
2004-03-02 Richard M. Stallman (compute_motion): Save vpos in prev_vpos, like hpos etc.
2003-12-25 Karoly Lorentey Implemented multiple tty support.
2003-09-01 Miles Bader Add arch taglines
2003-07-09 Stefan Monnier (current_column): Use new type for overlays_(before|after).
2003-05-24 Kim F. Storm Make (few) trivial substitutions for renamed and
2002-11-29 Richard M. Stallman Comment change.
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-07-11 Richard M. Stallman (last_known_column): Declare as double, not float.
2002-06-03 Thien-Thi Nguyen (last_known_column): Now a float.
2002-04-25 Pavel Janík (Fvertical_motion): Fix last change.
2002-04-25 Gerd Moellmann (Fvertical_motion): Move to the start of the line
2002-04-19 Juanma Barranquero (Fmove_to_column): Remove unused local variable `next_boundary_byte'.
2002-04-17 Juanma Barranquero (Fmove_to_column): Remove unused local variable `end_byte'.
2002-03-05 Stefan Monnier (skip_invisible): Fix my brain fart.
2001-12-09 Pavel Janík (compute_motion): Likewise.
2001-11-19 Richard M. Stallman (current_column_1): Fix handling of scan_bytes for mb chars.
2001-11-09 Pavel Janík (current_column_1): Remove unused variable `prev_col'.