summaryrefslogtreecommitdiff
path: root/src/indent.c
AgeCommit message (Expand)Author
1998-01-02(current_column_1, Fmove_to_column):Richard M. Stallman
1997-11-27(invalidate_current_column): Declare it as void.Kenichi Handa
1997-11-15(position_indentation): Detect non-breaking space,Karl Heuer
1997-09-15(compute_motion): Ignore the display table entry for aRichard M. Stallman
1997-08-07(current_column): Update ptr differently at newlineRichard M. Stallman
1997-08-02(compute_motion): Correct the criterion for when toRichard M. Stallman
1997-07-25(compute_motion): Handle display table correctly forKenichi Handa
1997-07-04Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman
1997-06-02(compute_motion): Use XFASTINT on width_table elts.Richard M. Stallman
1997-05-27(compute_motion): Return correctly if skip_invisibleRichard M. Stallman
1997-03-05(compute_motion): When POS >= TO, don't callKenichi Handa
1997-02-20(current_column_bol_cache): New variable. This makesKarl Heuer
1997-01-24(pos_tab_offset): Take the width of the minibuffer prompt into account.Richard M. Stallman
1996-10-06(vmotion, compute_motion): Fill in ovstring_chars_done in the return value.Richard M. Stallman
1996-09-21Comment change.Richard M. Stallman
1996-09-01Change all references from point to PT.Karl Heuer
1996-07-13(Fvertical_motion): Doc fix.Karl Heuer
1996-07-06(Fvertical_motion): Doc fix.Miles Bader
1996-06-28(Fmove_to_column): Go after invis chars at the goal column.Richard M. Stallman
1996-06-23(current_column_1): Add declaration.Richard M. Stallman
1996-06-23Make current-column, move-to-column and current-indentationRichard M. Stallman
1996-05-22(compute_motion): When calling Fget_char_property,Karl Heuer
1996-04-21(compute_motion): Pass window to Fget_char_property.Richard M. Stallman
1996-01-15Update FSF's address in the preamble.Erik Naggum
1996-01-09(Findent_to): Harmonize arguments with documentation.Erik Naggum
1995-11-10(Fmove_to_column): Doc fix.Richard M. Stallman
1995-10-31(BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer
1995-10-11(buffer_display_table): Use DISP_TABLE_P.Richard M. Stallman
1995-10-05(Fmove_to_column): Make it interactive.Richard M. Stallman
1995-06-15Update GPL to version 2.Karl Heuer
1995-06-06(Fvertical_motion): Add cast.Karl Heuer
1995-05-18(compute_motion): Handle overlay strings.Karl Heuer
1995-05-15(vmotion): handle the case where `minibuf_prompt' is nil.Karl Heuer
1995-05-13(vmotion): Simplify. Replace last three args with a singleKarl Heuer
1995-05-05(string_display_width): Renamed from string_width.Richard M. Stallman
1995-04-08(Fmove_to_column): Fix minor bug in prev change.Richard M. Stallman
1995-04-08(string_width): New function.Richard M. Stallman
1995-03-16(compute_motion, Fmove_to_column, current_column)Richard M. Stallman
1995-03-11(compute_motion): Call recenter_overlay_lists sooner.Richard M. Stallman
1995-01-24(compute_motion): Don't get hung in selective-display loop.Karl Heuer
1994-11-18(recompute_width_table): Do the right thing if no previous table existed.Karl Heuer
1994-10-08* indent.c: #include "region-cache.h".Jim Blandy
1994-10-04(Fcurrent_column, Findent_to, Fcurrent_indentation, Fmove_to_column,Karl Heuer
1994-10-04(Fcompute_motion): Use new accessor macros instead of calling XSET directly.Karl Heuer
1994-09-27(buffer_display_table, current_column, Fmove_to_column, compute_motion,Karl Heuer
1994-09-20(compute_motion): Fix comment.Karl Heuer
1994-09-19(vmotion, Fvertical_motion): Fix Lisp_Object vs. int problems.Karl Heuer
1994-08-28(Findent_to): Pass new arg to Finsert_char.Richard M. Stallman
1994-08-23(pos_tab_offset): Don't trigger point-motion hooks.Karl Heuer
1994-08-14(compute_motion): Use WIN's frame, not selected one.Richard M. Stallman