summaryrefslogtreecommitdiff
path: root/src/indent.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* Comment change.Richard M. Stallman1996-09-211-5/+0
* Change all references from point to PT.Karl Heuer1996-09-011-14/+14
* (Fvertical_motion): Doc fix.Karl Heuer1996-07-131-11/+16
* (Fvertical_motion): Doc fix.Miles Bader1996-07-061-2/+4
* (Fmove_to_column): Go after invis chars at the goal column.Richard M. Stallman1996-06-281-1/+7
* (current_column_1): Add declaration.Richard M. Stallman1996-06-231-0/+2
* Make current-column, move-to-column and current-indentationRichard M. Stallman1996-06-231-49/+200
* (compute_motion): When calling Fget_char_property,Karl Heuer1996-05-221-4/+8
* (compute_motion): Pass window to Fget_char_property.Richard M. Stallman1996-04-211-2/+3
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Findent_to): Harmonize arguments with documentation.Erik Naggum1996-01-091-10/+10
* (Fmove_to_column): Doc fix.Richard M. Stallman1995-11-101-1/+13
* (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1995-10-311-3/+3
* (buffer_display_table): Use DISP_TABLE_P.Richard M. Stallman1995-10-111-13/+12
* (Fmove_to_column): Make it interactive.Richard M. Stallman1995-10-051-1/+1
* Update GPL to version 2.Karl Heuer1995-06-151-1/+1
* (Fvertical_motion): Add cast.Karl Heuer1995-06-061-1/+1
* (compute_motion): Handle overlay strings.Karl Heuer1995-05-181-154/+166
* (vmotion): handle the case where `minibuf_prompt' is nil.Karl Heuer1995-05-151-1/+1
* (vmotion): Simplify. Replace last three args with a singleKarl Heuer1995-05-131-72/+63
* (string_display_width): Renamed from string_width.Richard M. Stallman1995-05-051-2/+3
* (Fmove_to_column): Fix minor bug in prev change.Richard M. Stallman1995-04-081-1/+1
* (string_width): New function.Richard M. Stallman1995-04-081-1/+87
* (compute_motion, Fmove_to_column, current_column)Richard M. Stallman1995-03-161-30/+36
* (compute_motion): Call recenter_overlay_lists sooner.Richard M. Stallman1995-03-111-16/+40
* (compute_motion): Don't get hung in selective-display loop.Karl Heuer1995-01-241-13/+14
* (recompute_width_table): Do the right thing if no previous table existed.Karl Heuer1994-11-181-7/+5
* * indent.c: #include "region-cache.h".Jim Blandy1994-10-081-77/+308
* (Fcurrent_column, Findent_to, Fcurrent_indentation, Fmove_to_column,Karl Heuer1994-10-041-15/+17
* (Fcompute_motion): Use new accessor macros instead of calling XSET directly.Karl Heuer1994-10-041-3/+3
* (buffer_display_table, current_column, Fmove_to_column, compute_motion,Karl Heuer1994-09-271-13/+12
* (compute_motion): Fix comment.Karl Heuer1994-09-201-1/+1
* (vmotion, Fvertical_motion): Fix Lisp_Object vs. int problems.Karl Heuer1994-09-191-19/+21