summaryrefslogtreecommitdiff
path: root/src/indent.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-3/+3
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-0/+1
* Fix nested comment.Dave Love2000-06-031-1/+1
* (Fmove_to_column): When ending within a tab, insertGerd Moellmann2000-05-161-7/+14
* (compute_motion): Set immediate_quit.Gerd Moellmann2000-04-101-1/+6
* (Fvertical_motion): Always use the current buffer.Gerd Moellmann2000-03-241-11/+12
* (check_composition): New function.Kenichi Handa1999-12-151-17/+84
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-111-8/+2
* Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-121-12/+12
* (MULTIBYTE_BYTES_WIDTH): Delete the 2nd arg C. Use theKenichi Handa1999-09-031-63/+20
* Remove conditional compilation on NO_PROMPT_IN_BUFFER.Gerd Moellmann1999-08-211-15/+0
* (vmotion): Don't add in mini-buffer prompt widthGerd Moellmann1999-08-121-0/+2
* (Fmove_to_column): Extend end of line only if FORCE is t.Karl Heuer1999-07-261-4/+5
* (Fvertical_motion): Rewritten.Gerd Moellmann1999-07-211-6/+27
* (compute_motion): Fix boundary case.Karl Heuer1999-06-121-1/+3
* (MULTIBYTE_BYTES_WIDTH): Check validity of a multibyte character.Kenichi Handa1998-11-061-5/+9
* (vmotion): Don't use WINDOW for Fget_char_propertyRichard M. Stallman1998-08-161-2/+11
* (indented_beyond_p): Return the right kind of value.Richard M. Stallman1998-06-231-1/+1
* (compute_motion): Check for past vpos/hpos targetRichard M. Stallman1998-05-251-0/+20
* Fix previous change.Kenichi Handa1998-05-091-1/+2
* Comment change.Richard M. Stallman1998-05-081-2/+3
* (compute_motion): Fix, in a different way, the bug of handlingKenichi Handa1998-05-081-2/+1
* (compute_motion): Undo both May 7 changes.Richard M. Stallman1998-05-081-3/+19
* (compute_motion): Fix previous change.Kenichi Handa1998-05-081-1/+1
* (compute_motion): Fix bug of handling wide-columnKenichi Handa1998-05-071-19/+3
* (compute_motion): When invisible text cross TO,Richard M. Stallman1998-05-031-1/+4
* (indented_beyond_p): Fix mixing of Lisp_Object and int.Andreas Schwab1998-04-141-2/+2
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+3
* (Fcompute_motion): Check that TO and FROM are in range.Karl Heuer1998-04-131-0/+5
* (compute_motion): Call strwidth only when necessary.Kenichi Handa1998-03-251-2/+4
* (MULTIBYTE_BYTES_WIDTH): Set wide_column only when weKenichi Handa1998-03-241-2/+6
* (compute_motion): If we just moved over a continuationAndreas Schwab1998-02-271-1/+4
* (MULTIBYTE_BYTES_WIDTH): New macro.Kenichi Handa1998-02-201-107/+95
* (compute_motion): If right margin is reached and we areAndreas Schwab1998-02-091-10/+11
* Update copyright year.Richard M. Stallman1998-01-211-1/+1
* (current_column_1): Eliminate argument POS; use PT and PT_BYTE.Richard M. Stallman1998-01-211-11/+10
* (current_column_1, Fmove_to_column):Richard M. Stallman1998-01-021-108/+161
* (invalidate_current_column): Declare it as void.Kenichi Handa1997-11-271-0/+1
* (position_indentation): Detect non-breaking space,Karl Heuer1997-11-151-1/+19
* (compute_motion): Ignore the display table entry for aRichard M. Stallman1997-09-151-1/+2
* (current_column): Update ptr differently at newlineRichard M. Stallman1997-08-071-5/+7
* (compute_motion): Correct the criterion for when toRichard M. Stallman1997-08-021-1/+1
* (compute_motion): Handle display table correctly forKenichi Handa1997-07-251-28/+22
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-4/+5
* (compute_motion): Use XFASTINT on width_table elts.Richard M. Stallman1997-06-021-2/+2
* (compute_motion): Return correctly if skip_invisibleRichard M. Stallman1997-05-271-1/+10
* (compute_motion): When POS >= TO, don't callKenichi Handa1997-03-051-14/+20
* (current_column_bol_cache): New variable. This makesKarl Heuer1997-02-201-40/+310
* (pos_tab_offset): Take the width of the minibuffer prompt into account.Richard M. Stallman1997-01-241-4/+21
* (vmotion, compute_motion): Fill in ovstring_chars_done in the return value.Richard M. Stallman1996-10-061-0/+3