Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-483
[bpt/emacs.git] / src / indent.c
2004-08-02 Kim F. Storm(compute_motion): Fix last change.
2004-08-02 Kim F. Storm(compute_motion): Fix check for full width window
2004-08-02 Kim F. Storm(compute_motion): Use actual window width if WIDTH...
2004-05-02 Stefan Monnier(compute_motion): Save vpos in prev_vpos when dealing
2004-04-05 Kim F. Storm(vmotion): Do not reserve one column for continuation
2004-03-02 Richard M. Stallman(compute_motion): Save vpos in prev_vpos, like hpos...
2003-09-01 Miles BaderAdd arch taglines
2003-07-09 Stefan Monnier(current_column): Use new type for overlays_(before...
2003-05-24 Kim F. StormMake (few) trivial substitutions for renamed and
2002-11-29 Richard M. StallmanComment change.
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Richard M. Stallman(last_known_column): Declare as double, not float.
2002-06-03 Thien-Thi Nguyen(last_known_column): Now a float.
2002-04-25 Pavel Janík(Fvertical_motion): Fix last change.
2002-04-25 Gerd Moellmann(Fvertical_motion): Move to the start of the line
2002-04-19 Juanma Barranquero(Fmove_to_column): Remove unused local variable `next_b...
2002-04-17 Juanma Barranquero(Fmove_to_column): Remove unused local variable `end_byte'.
2002-03-05 Stefan Monnier(skip_invisible): Fix my brain fart.
2001-12-09 Pavel Janík(compute_motion): Likewise.
2001-11-19 Richard M. Stallman(current_column_1): Fix handling of scan_bytes for...
2001-11-09 Pavel Janík(current_column_1): Remove unused variable `prev_col'.
2001-11-06 Pavel Janík(current_column_1): Remove unused variable `prev_col'.
2001-11-04 Richard M. Stallman(current_column_1, Fmove_to_column): Separate the code
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-21 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-14 Stefan Monnier(skip_invisible): Use new retval of TEXT_PROP_MEANS_INV...
2001-10-14 Eli ZaretskiiFix a typo in a comment.
2001-10-12 Stefan Monnier(skip_invisible): Don't skip "ellipsisized" text.
2001-10-08 Gerd MoellmannDon't define min/max.
2001-07-23 Gerd Moellmann(current_column): Fix column computation in the
2001-05-28 Gerd Moellmann(string_display_width): Put in #if 0.
2001-03-16 Gerd Moellmann(current_column, current_column_1, Fmove_to_column)
2001-01-19 Kenichi Handa(check_composition): Check validity of composition.
2001-01-02 Eli Zaretskii(current_column): Remove unused variable `stopchar'.
2000-11-25 Miles Bader(compute_motion): Keep pos_byte in sync with pos.
2000-09-21 Gerd MoellmannAvoid some more compiler warnings.
2000-08-22 Andrew InnesInclude keyboard.h before frame.h.
2000-06-03 Dave LoveFix nested comment.
2000-05-16 Gerd Moellmann(Fmove_to_column): When ending within a tab, insert
2000-04-10 Gerd Moellmann(compute_motion): Set immediate_quit.
2000-03-24 Gerd Moellmann(Fvertical_motion): Always use the current buffer.
1999-12-15 Kenichi Handa(check_composition): New function.
1999-11-11 Gerd MoellmannRemove USE_TEXT_PROPERTIES.
1999-09-12 Ken RaeburnUse XCAR, XCDR, XFLOAT_DATA instead of explicit member...
1999-09-03 Kenichi Handa(MULTIBYTE_BYTES_WIDTH): Delete the 2nd arg C. Use the
1999-08-21 Gerd MoellmannRemove conditional compilation on NO_PROMPT_IN_BUFFER.
1999-08-12 Gerd Moellmann(vmotion): Don't add in mini-buffer prompt width
1999-07-26 Karl Heuer(Fmove_to_column): Extend end of line only if FORCE...
1999-07-21 Gerd Moellmann(Fvertical_motion): Rewritten.
1999-06-12 Karl Heuer(compute_motion): Fix boundary case.
1998-11-06 Kenichi Handa(MULTIBYTE_BYTES_WIDTH): Check validity of a multibyte...
1998-08-16 Richard M. Stallman(vmotion): Don't use WINDOW for Fget_char_property
1998-06-23 Richard M. Stallman(indented_beyond_p): Return the right kind of value.
1998-05-25 Richard M. Stallman(compute_motion): Check for past vpos/hpos target
1998-05-09 Kenichi HandaFix previous change.
1998-05-08 Richard M. StallmanComment change.
1998-05-08 Kenichi Handa(compute_motion): Fix, in a different way, the bug...
1998-05-08 Richard M. Stallman(compute_motion): Undo both May 7 changes.
1998-05-08 Kenichi Handa(compute_motion): Fix previous change.
1998-05-07 Kenichi Handa(compute_motion): Fix bug of handling wide-column
1998-05-03 Richard M. Stallman(compute_motion): When invisible text cross TO,
1998-04-14 Andreas Schwab(indented_beyond_p): Fix mixing of Lisp_Object and...
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-04-13 Karl Heuer(Fcompute_motion): Check that TO and FROM are in range.
1998-03-25 Kenichi Handa(compute_motion): Call strwidth only when necessary.
1998-03-24 Kenichi Handa(MULTIBYTE_BYTES_WIDTH): Set wide_column only when we
1998-02-27 Andreas Schwab(compute_motion): If we just moved over a continuation
1998-02-20 Kenichi Handa(MULTIBYTE_BYTES_WIDTH): New macro.
1998-02-09 Andreas Schwab(compute_motion): If right margin is reached and we are
1998-01-21 Richard M. StallmanUpdate copyright year.
1998-01-21 Richard M. Stallman(current_column_1): Eliminate argument POS; use PT...
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. StallmanFix bugs with inappropriate mixing of Lisp_Object with...
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...
1996-10-06 Richard M. Stallman(vmotion, compute_motion): Fill in ovstring_chars_done...
1996-09-21 Richard M. StallmanComment change.
1996-09-01 Karl HeuerChange 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...
1996-06-23 Richard M. Stallman(current_column_1): Add declaration.
1996-06-23 Richard M. StallmanMake 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 NaggumUpdate 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.
next