aboutsummaryrefslogtreecommitdiffstats
path: root/src/indent.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-12-15(check_composition): New function.Kenichi Handa1-17/+84
1999-11-11Remove USE_TEXT_PROPERTIES.Gerd Moellmann1-8/+2
1999-09-12Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1-12/+12
1999-09-03(MULTIBYTE_BYTES_WIDTH): Delete the 2nd arg C. Use theKenichi Handa1-63/+20
1999-08-21Remove conditional compilation on NO_PROMPT_IN_BUFFER.Gerd Moellmann1-15/+0
1999-08-12(vmotion): Don't add in mini-buffer prompt widthGerd Moellmann1-0/+2
1999-07-26(Fmove_to_column): Extend end of line only if FORCE is t.Karl Heuer1-4/+5
1999-07-21(Fvertical_motion): Rewritten.Gerd Moellmann1-6/+27
1999-06-12(compute_motion): Fix boundary case.Karl Heuer1-1/+3
1998-11-06(MULTIBYTE_BYTES_WIDTH): Check validity of a multibyte character.Kenichi Handa1-5/+9
1998-08-16(vmotion): Don't use WINDOW for Fget_char_propertyRichard M. Stallman1-2/+11
1998-06-23(indented_beyond_p): Return the right kind of value.Richard M. Stallman1-1/+1
1998-05-25(compute_motion): Check for past vpos/hpos targetRichard M. Stallman1-0/+20
1998-05-09Fix previous change.Kenichi Handa1-1/+2
1998-05-08Comment change.Richard M. Stallman1-2/+3
1998-05-08(compute_motion): Fix, in a different way, the bug of handlingKenichi Handa1-2/+1
1998-05-08(compute_motion): Undo both May 7 changes.Richard M. Stallman1-3/+19
1998-05-08(compute_motion): Fix previous change.Kenichi Handa1-1/+1
1998-05-07(compute_motion): Fix bug of handling wide-columnKenichi Handa1-19/+3
1998-05-03(compute_motion): When invisible text cross TO,Richard M. Stallman1-1/+4
1998-04-14(indented_beyond_p): Fix mixing of Lisp_Object and int.Andreas Schwab1-2/+2
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-0/+3
1998-04-13(Fcompute_motion): Check that TO and FROM are in range.Karl Heuer1-0/+5
1998-03-25(compute_motion): Call strwidth only when necessary.Kenichi Handa1-2/+4
1998-03-24(MULTIBYTE_BYTES_WIDTH): Set wide_column only when weKenichi Handa1-2/+6
1998-02-27(compute_motion): If we just moved over a continuationAndreas Schwab1-1/+4
1998-02-20(MULTIBYTE_BYTES_WIDTH): New macro.Kenichi Handa1-107/+95
1998-02-09(compute_motion): If right margin is reached and we areAndreas Schwab1-10/+11
1998-01-21Update copyright year.Richard M. Stallman1-1/+1
1998-01-21(current_column_1): Eliminate argument POS; use PT and PT_BYTE.Richard M. Stallman1-11/+10
1998-01-02(current_column_1, Fmove_to_column):Richard M. Stallman1-108/+161
1997-11-27(invalidate_current_column): Declare it as void.Kenichi Handa1-0/+1
1997-11-15(position_indentation): Detect non-breaking space,Karl Heuer1-1/+19
1997-09-15(compute_motion): Ignore the display table entry for aRichard M. Stallman1-1/+2
1997-08-07(current_column): Update ptr differently at newlineRichard M. Stallman1-5/+7
1997-08-02(compute_motion): Correct the criterion for when toRichard M. Stallman1-1/+1
1997-07-25(compute_motion): Handle display table correctly forKenichi Handa1-28/+22
1997-07-04Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1-4/+5
1997-06-02(compute_motion): Use XFASTINT on width_table elts.Richard M. Stallman1-2/+2
1997-05-27(compute_motion): Return correctly if skip_invisibleRichard M. Stallman1-1/+10
1997-03-05(compute_motion): When POS >= TO, don't callKenichi Handa1-14/+20
1997-02-20(current_column_bol_cache): New variable. This makesKarl Heuer1-40/+310
1997-01-24(pos_tab_offset): Take the width of the minibuffer prompt into account.Richard M. Stallman1-4/+21
1996-10-06(vmotion, compute_motion): Fill in ovstring_chars_done in the return value.Richard M. Stallman1-0/+3
1996-09-21Comment change.Richard M. Stallman1-5/+0
1996-09-01Change all references from point to PT.Karl Heuer1-14/+14
1996-07-13(Fvertical_motion): Doc fix.Karl Heuer1-11/+16
1996-07-06(Fvertical_motion): Doc fix.Miles Bader1-2/+4
1996-06-28(Fmove_to_column): Go after invis chars at the goal column.Richard M. Stallman1-1/+7
1996-06-23(current_column_1): Add declaration.Richard M. Stallman1-0/+2