log src/indent.c @ 59343:64db8dceb925

age author description
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'.
2001-11-06 Pavel Janík (current_column_1): Remove unused variable `prev_col'.
2001-11-04 Richard M. Stallman (current_column_1, Fmove_to_column): Separate the code
2001-11-02 Pavel Janík Update usage of CHECK_ macros (remove unused second argument).
2001-10-21 Pavel Janík Change doc-string comments to `new style' [w/`doc:' keyword].
2001-10-16 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
2001-10-14 Stefan Monnier (skip_invisible): Use new retval of TEXT_PROP_MEANS_INVISIBLE.
2001-10-14 Eli Zaretskii Fix a typo in a comment.
2001-10-12 Stefan Monnier (skip_invisible): Don't skip "ellipsisized" text.
2001-10-08 Gerd Moellmann Don't define min/max.
2001-07-23 Gerd Moellmann (current_column): Fix column computation in the
2001-05-29 Gerd Moellmann *** empty log message ***
2001-03-16 Gerd Moellmann (current_column, current_column_1, Fmove_to_column)
2001-01-19 Kenichi Handa (check_composition): Check validity of composition.
2001-01-02 Eli Zaretskii (current_column): Remove unused variable `stopchar'.
2000-11-25 Miles Bader (compute_motion): Keep pos_byte in sync with pos.
2000-09-21 Gerd Moellmann Avoid some more compiler warnings.
2000-08-22 Andrew Innes Include keyboard.h before frame.h.
2000-06-03 Dave Love Fix nested comment.
2000-05-16 Gerd Moellmann (Fmove_to_column): When ending within a tab, insert
2000-04-10 Gerd Moellmann (compute_motion): Set immediate_quit.
2000-03-24 Gerd Moellmann (Fvertical_motion): Always use the current buffer.
1999-12-15 Kenichi Handa (check_composition): New function.
1999-11-11 Gerd Moellmann Remove USE_TEXT_PROPERTIES.
1999-09-12 Ken Raeburn Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.
1999-09-03 Kenichi Handa (MULTIBYTE_BYTES_WIDTH): Delete the 2nd arg C. Use the
1999-08-21 Gerd Moellmann Remove conditional compilation on NO_PROMPT_IN_BUFFER.
1999-08-12 Gerd Moellmann (vmotion): Don't add in mini-buffer prompt width
1999-07-26 Karl Heuer (Fmove_to_column): Extend end of line only if FORCE is t.
1999-07-21 Gerd Moellmann (Fvertical_motion): Rewritten.