log src/indent.c @ 23110:0d84817a4973

age author description
1998-08-16 Richard M. Stallman (vmotion): Don't use WINDOW for Fget_char_property
1998-06-23 Richard M. Stallman (indented_beyond_p): Return the right kind of value.
1998-05-25 Richard M. Stallman (compute_motion): Check for past vpos/hpos target
1998-05-09 Kenichi Handa Fix previous change.
1998-05-08 Richard M. Stallman Comment change.
1998-05-08 Kenichi Handa (compute_motion): Fix, in a different way, the bug of handling
1998-05-08 Richard M. Stallman (compute_motion): Undo both May 7 changes.
1998-05-08 Kenichi Handa (compute_motion): Fix previous change.
1998-05-07 Kenichi Handa (compute_motion): Fix bug of handling wide-column
1998-05-03 Richard M. Stallman (compute_motion): When invisible text cross TO,
1998-04-14 Andreas Schwab (indented_beyond_p): Fix mixing of Lisp_Object and int.
1998-04-14 Andreas Schwab Fix -Wimplicit warnings.
1998-04-13 Karl Heuer (Fcompute_motion): Check that TO and FROM are in range.
1998-03-25 Kenichi Handa (compute_motion): Call strwidth only when necessary.
1998-03-24 Kenichi Handa (MULTIBYTE_BYTES_WIDTH): Set wide_column only when we
1998-02-27 Andreas Schwab (compute_motion): If we just moved over a continuation
1998-02-20 Kenichi Handa (MULTIBYTE_BYTES_WIDTH): New macro.
1998-02-09 Andreas Schwab (compute_motion): If right margin is reached and we are
1998-01-21 Richard M. Stallman Update copyright year.
1998-01-21 Richard M. Stallman (current_column_1): Eliminate argument POS; use PT and PT_BYTE.
1998-01-02 Richard M. Stallman (current_column_1, Fmove_to_column):
1997-11-27 Kenichi Handa (invalidate_current_column): Declare it as void.
1997-11-15 Karl Heuer (position_indentation): Detect non-breaking space,
1997-09-15 Richard M. Stallman (compute_motion): Ignore the display table entry for a
1997-08-07 Richard M. Stallman (current_column): Update ptr differently at newline
1997-08-02 Richard M. Stallman (compute_motion): Correct the criterion for when to
1997-07-25 Kenichi Handa (compute_motion): Handle display table correctly for
1997-07-04 Richard M. Stallman Fix bugs with inappropriate mixing of Lisp_Object with int.
1997-06-02 Richard M. Stallman (compute_motion): Use XFASTINT on width_table elts.
1997-05-27 Richard M. Stallman (compute_motion): Return correctly if skip_invisible
1997-03-05 Kenichi Handa (compute_motion): When POS >= TO, don't call
1997-02-20 Karl Heuer (current_column_bol_cache): New variable. This makes
1997-01-24 Richard M. Stallman (pos_tab_offset): Take the width of the minibuffer prompt into account.
1996-10-06 Richard M. Stallman (vmotion, compute_motion): Fill in ovstring_chars_done in the return value.
1996-09-21 Richard M. Stallman Comment change.
1996-09-01 Karl Heuer Change all references from point to PT.
1996-07-13 Karl Heuer (Fvertical_motion): Doc fix.
1996-07-06 Miles Bader (Fvertical_motion): Doc fix.
1996-06-28 Richard M. Stallman (Fmove_to_column): Go after invis chars at the goal column.
1996-06-23 Richard M. Stallman (current_column_1): Add declaration.
1996-06-23 Richard M. Stallman Make current-column, move-to-column and current-indentation
1996-05-22 Karl Heuer (compute_motion): When calling Fget_char_property,
1996-04-21 Richard M. Stallman (compute_motion): Pass window to Fget_char_property.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-09 Erik Naggum (Findent_to): Harmonize arguments with documentation.
1995-11-10 Richard M. Stallman (Fmove_to_column): Doc fix.
1995-10-31 Karl Heuer (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
1995-10-11 Richard M. Stallman (buffer_display_table): Use DISP_TABLE_P.
1995-10-05 Richard M. Stallman (Fmove_to_column): Make it interactive.
1995-06-15 Karl Heuer Update GPL to version 2.
1995-06-06 Karl Heuer (Fvertical_motion): Add cast.
1995-05-18 Karl Heuer (compute_motion): Handle overlay strings.
1995-05-15 Karl Heuer (vmotion): handle the case where `minibuf_prompt' is nil.
1995-05-13 Karl Heuer (vmotion): Simplify. Replace last three args with a single
1995-05-05 Richard M. Stallman (string_display_width): Renamed from string_width.
1995-04-08 Richard M. Stallman (Fmove_to_column): Fix minor bug in prev change.
1995-04-08 Richard M. Stallman (string_width): New function.
1995-03-16 Richard M. Stallman (compute_motion, Fmove_to_column, current_column)
1995-03-11 Richard M. Stallman (compute_motion): Call recenter_overlay_lists sooner.
1995-01-24 Karl Heuer (compute_motion): Don't get hung in selective-display loop.