log src/indent.c @ 20880:4f6eebb11fc0

age author description
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.
1994-11-18 Karl Heuer (recompute_width_table): Do the right thing if no previous table existed.
1994-10-08 Jim Blandy * indent.c: #include "region-cache.h".
1994-10-04 Karl Heuer (Fcurrent_column, Findent_to, Fcurrent_indentation, Fmove_to_column,
1994-10-04 Karl Heuer (Fcompute_motion): Use new accessor macros instead of calling XSET directly.
1994-09-27 Karl Heuer (buffer_display_table, current_column, Fmove_to_column, compute_motion,
1994-09-20 Karl Heuer (compute_motion): Fix comment.
1994-09-19 Karl Heuer (vmotion, Fvertical_motion): Fix Lisp_Object vs. int problems.
1994-08-28 Richard M. Stallman (Findent_to): Pass new arg to Finsert_char.
1994-08-23 Karl Heuer (pos_tab_offset): Don't trigger point-motion hooks.
1994-08-14 Richard M. Stallman (compute_motion): Use WIN's frame, not selected one.
1994-06-17 Karl Heuer (compute_motion): Recenter overlays, for speed.
1994-06-14 Richard M. Stallman (vmotion): Use find_next_newline_no_quit.
1994-05-19 Richard M. Stallman Add "args" to dummy definition of compute-motion.
1994-05-04 Karl Heuer Update copyright.
1994-04-13 Richard M. Stallman (compute_motion): Do not abort if window shows some other buffer.
1994-04-11 Karl Heuer (vmotion): Use minibuf_prompt_width despite window-start.
1994-04-09 Karl Heuer (Fvertical_motion): Use window arg, not selected_window.