log src/indent.c @ 77069:50bb3d12f1b1

age author description
Sun, 08 Apr 2007 23:59:19 +0000 Richard M. Stallman (Fmove_to_column): Set next_boundary with correct start pt.
Sat, 24 Mar 2007 15:58:17 +0000 Eli Zaretskii (Findent_to): Doc fix.
Sat, 03 Feb 2007 21:54:54 +0000 Eli Zaretskii (Fmove_to_column): Document that the argument COLUMN is taken from prefix
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Fri, 05 Jan 2007 15:00:45 +0000 Kim F. Storm (Fvertical_motion): Fix IT overshoot check for overlay
Mon, 20 Nov 2006 02:47:15 +0000 Kenichi Handa (Fvertical_motion): Include composition in the case of
Tue, 26 Sep 2006 19:25:35 +0000 Chong Yidong * indent.c (Fvertical_motion): Do move back if the Lisp string
Fri, 15 Sep 2006 01:53:18 +0000 Juanma Barranquero (Fcurrent_column, Findent_to): Fix typos in docstring.
Tue, 29 Aug 2006 22:17:05 +0000 Chong Yidong * indent.c (Fvertical_motion): Don't move back if we were
Wed, 22 Feb 2006 20:29:41 +0000 Kim F. Storm (Fvertical_motion): Only try to move back if we can.
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Fri, 09 Dec 2005 09:35:21 +0000 Kim F. Storm From: Kyotaro HORIGUCHI (tiny change)
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Wed, 13 Jul 2005 10:02:58 +0000 Kim F. Storm (Fvertical_motion): If start position is on an image,
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Tue, 26 Apr 2005 18:24:52 +0000 Richard M. Stallman (Fvertical_motion): Undo previous change.
Sun, 24 Apr 2005 21:35:43 +0000 Richard M. Stallman (Fvertical_motion): Bind fontification-functions to nil.
Sun, 23 Jan 2005 22:18:26 +0000 Stefan Monnier (Fcurrent_column): Doc fix.
Wed, 19 Jan 2005 23:17:00 +0000 Kim F. Storm (Fvertical_motion): Temporarily disable selective display.
Sun, 12 Dec 2004 18:16:53 +0000 Richard M. Stallman (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
Tue, 23 Nov 2004 05:19:17 +0000 Stefan Monnier (skip_invisible): Avoid non-idempotent side-effects in macro arguments.
Sun, 21 Nov 2004 12:56:53 +0000 Kim F. Storm (Fvertical_motion): Fix last change. Use another
Fri, 19 Nov 2004 09:44:14 +0000 Kim F. Storm (Fvertical_motion): Fix last change.
Thu, 18 Nov 2004 11:00:14 +0000 Kim F. Storm (Fvertical_motion): Undo 2004-11-16 change.
Tue, 16 Nov 2004 16:58:16 +0000 Richard M. Stallman (Fvertical_motion): In batch mode, use vmotion directly.
Tue, 16 Nov 2004 14:21:37 +0000 Kim F. Storm (Fvertical_motion): Fix last change. Only reseat when
Sun, 14 Nov 2004 04:13:54 +0000 Richard M. Stallman (Fvertical_motion): Scan to PT from start of line to make iterator consistent.
Wed, 27 Oct 2004 10:57:40 +0000 Richard M. Stallman (vmotion): When moving up, check the newline before.
Mon, 02 Aug 2004 23:59:28 +0000 Kim F. Storm (compute_motion): Fix last change.
Mon, 02 Aug 2004 23:42:14 +0000 Kim F. Storm (compute_motion): Fix check for full width window
Mon, 02 Aug 2004 15:06:06 +0000 Kim F. Storm (compute_motion): Use actual window width if WIDTH is -1,
Sun, 02 May 2004 16:57:32 +0000 Stefan Monnier (compute_motion): Save vpos in prev_vpos when dealing
Mon, 05 Apr 2004 21:41:08 +0000 Kim F. Storm (vmotion): Do not reserve one column for continuation
Tue, 02 Mar 2004 16:04:32 +0000 Richard M. Stallman (compute_motion): Save vpos in prev_vpos, like hpos etc.
Thu, 25 Dec 2003 06:59:31 +0000 Karoly Lorentey Implemented multiple tty support.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Wed, 09 Jul 2003 14:50:21 +0000 Stefan Monnier (current_column): Use new type for overlays_(before|after).
Sat, 24 May 2003 22:07:03 +0000 Kim F. Storm Make (few) trivial substitutions for renamed and
Fri, 29 Nov 2002 15:13:50 +0000 Richard M. Stallman Comment change.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 11 Jul 2002 17:38:49 +0000 Richard M. Stallman (last_known_column): Declare as double, not float.
Mon, 03 Jun 2002 01:52:02 +0000 Thien-Thi Nguyen (last_known_column): Now a float.
Thu, 25 Apr 2002 12:13:58 +0000 Pavel Jank (Fvertical_motion): Fix last change.
Thu, 25 Apr 2002 10:39:29 +0000 Gerd Moellmann (Fvertical_motion): Move to the start of the line
Fri, 19 Apr 2002 13:43:25 +0000 Juanma Barranquero (Fmove_to_column): Remove unused local variable `next_boundary_byte'.
Wed, 17 Apr 2002 14:19:00 +0000 Juanma Barranquero (Fmove_to_column): Remove unused local variable `end_byte'.
Tue, 05 Mar 2002 18:56:16 +0000 Stefan Monnier (skip_invisible): Fix my brain fart.
Sun, 09 Dec 2001 00:57:28 +0000 Pavel Jank (compute_motion): Likewise.
Mon, 19 Nov 2001 06:25:33 +0000 Richard M. Stallman (current_column_1): Fix handling of scan_bytes for mb chars.
Fri, 09 Nov 2001 06:21:35 +0000 Pavel Jank (current_column_1): Remove unused variable `prev_col'.
Tue, 06 Nov 2001 13:21:27 +0000 Pavel Jank (current_column_1): Remove unused variable `prev_col'.
Sun, 04 Nov 2001 23:26:52 +0000 Richard M. Stallman (current_column_1, Fmove_to_column): Separate the code
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Sun, 21 Oct 2001 12:13:46 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Sun, 14 Oct 2001 20:19:10 +0000 Stefan Monnier (skip_invisible): Use new retval of TEXT_PROP_MEANS_INVISIBLE.
Sun, 14 Oct 2001 08:42:52 +0000 Eli Zaretskii Fix a typo in a comment.
Fri, 12 Oct 2001 22:31:23 +0000 Stefan Monnier (skip_invisible): Don't skip "ellipsisized" text.
Mon, 08 Oct 2001 08:07:49 +0000 Gerd Moellmann Don't define min/max.
Mon, 23 Jul 2001 14:47:23 +0000 Gerd Moellmann (current_column): Fix column computation in the