]> code.delx.au - gnu-emacs/history - src/indent.c
*** empty log message ***
[gnu-emacs] / src / indent.c
2006-02-22 Kim F. Storm(Fvertical_motion): Only try to move back if we can.
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-12-09 Kim F. StormFrom: Kyotaro HORIGUCHI (tiny change)
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-13 Kim F. Storm(Fvertical_motion): If start position is on an image,
2005-07-04 Lute KamstraUpdate FSF's address.
2005-04-26 Richard M. Stallman(Fvertical_motion): Undo previous change.
2005-04-24 Richard M. Stallman(Fvertical_motion): Bind fontification-functions to...
2005-01-23 Stefan Monnier(Fcurrent_column): Doc fix.
2005-01-19 Kim F. Storm(Fvertical_motion): Temporarily disable selective display.
2004-12-12 Richard M. Stallman(Fvertical_motion): Call move_it_by_lines even if LINES...
2004-11-23 Stefan Monnier(skip_invisible): Avoid non-idempotent side-effects...
2004-11-21 Kim F. Storm(Fvertical_motion): Fix last change. Use another
2004-11-19 Kim F. Storm(Fvertical_motion): Fix last change.
2004-11-18 Kim F. Storm(Fvertical_motion): Undo 2004-11-16 change.
2004-11-16 Richard M. Stallman(Fvertical_motion): In batch mode, use vmotion directly.
2004-11-16 Kim F. Storm(Fvertical_motion): Fix last change. Only reseat when
2004-11-14 Richard M. Stallman(Fvertical_motion): Scan to PT from start of line to...
2004-10-27 Richard M. Stallman(vmotion): When moving up, check the newline before.
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.
next