log src/indent.c @ 44137:32c7d9355caf

age author description
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
Tue, 29 May 2001 11:10:47 +0000 Gerd Moellmann *** empty log message ***
Fri, 16 Mar 2001 13:33:17 +0000 Gerd Moellmann (current_column, current_column_1, Fmove_to_column)
Fri, 19 Jan 2001 03:50:40 +0000 Kenichi Handa (check_composition): Check validity of composition.
Tue, 02 Jan 2001 14:05:57 +0000 Eli Zaretskii (current_column): Remove unused variable `stopchar'.
Sat, 25 Nov 2000 02:08:59 +0000 Miles Bader (compute_motion): Keep pos_byte in sync with pos.
Thu, 21 Sep 2000 20:54:57 +0000 Gerd Moellmann Avoid some more compiler warnings.
Tue, 22 Aug 2000 22:41:00 +0000 Andrew Innes Include keyboard.h before frame.h.
Sat, 03 Jun 2000 22:23:57 +0000 Dave Love Fix nested comment.
Tue, 16 May 2000 14:29:27 +0000 Gerd Moellmann (Fmove_to_column): When ending within a tab, insert
Mon, 10 Apr 2000 11:44:37 +0000 Gerd Moellmann (compute_motion): Set immediate_quit.
Fri, 24 Mar 2000 13:30:08 +0000 Gerd Moellmann (Fvertical_motion): Always use the current buffer.
Wed, 15 Dec 1999 00:13:13 +0000 Kenichi Handa (check_composition): New function.
Thu, 11 Nov 1999 11:45:06 +0000 Gerd Moellmann Remove USE_TEXT_PROPERTIES.
Sun, 12 Sep 1999 05:07:01 +0000 Ken Raeburn Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.
Fri, 03 Sep 1999 01:28:42 +0000 Kenichi Handa (MULTIBYTE_BYTES_WIDTH): Delete the 2nd arg C. Use the
Sat, 21 Aug 1999 19:29:47 +0000 Gerd Moellmann Remove conditional compilation on NO_PROMPT_IN_BUFFER.