log src/indent.c @ 112453:06719a229a46 default tip

age author description
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Sat, 15 Jan 2011 15:16:57 -0800 Glenn Morris Nuke arch-tags.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Fri, 24 Sep 2010 15:30:13 -0400 Eli Zaretskii Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.
Thu, 23 Sep 2010 14:35:11 -0400 Eli Zaretskii Fix use of int instead of EMACS_INT in search.c and region-cache.c.
Thu, 05 Aug 2010 16:34:12 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Sat, 05 Jun 2010 02:41:32 +0200 Juanma Barranquero Remove obsolete macro BASE_LEADING_CODE_P.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Sat, 28 Nov 2009 10:50:31 +0000 Eli Zaretskii (skip_invisible): Fix a typo in a comment.
Sat, 21 Nov 2009 11:52:23 +0000 Andreas Schwab * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Thu, 19 Mar 2009 02:58:21 +0000 Chong Yidong (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Tue, 30 Dec 2008 15:03:08 +0000 Chong Yidong (Fvertical_motion): Don't advance iterator if we have reseated to the
Wed, 17 Sep 2008 20:34:16 +0000 Chong Yidong Minor fix to last change.
Wed, 17 Sep 2008 20:29:04 +0000 Chong Yidong (Fvertical_motion): Use position reported by iterator
Fri, 12 Sep 2008 06:13:36 +0000 Kenichi Handa (scan_for_column): Don't handle automatic composition if the current
Mon, 08 Sep 2008 05:46:36 +0000 Kenichi Handa (Fvertical_motion): Be sure to set it_overshoot_expected if
Tue, 02 Sep 2008 17:28:59 +0000 Chong Yidong (Fvertical_motion): Don't call move_it_by_lines again if moving by a
Fri, 29 Aug 2008 07:56:25 +0000 Kenichi Handa Include composite.h and dispextern.h.
Wed, 27 Aug 2008 23:12:57 +0000 Chong Yidong (Fvertical_motion): Revert last change. Handle the general case where
Tue, 26 Aug 2008 00:04:02 +0000 Chong Yidong (Fvertical_motion): If moving forward starting from a multi-line
Sat, 12 Jul 2008 03:19:38 +0000 Chong Yidong (Fvertical_motion): Restore hscroll before moving to goal column.
Sun, 29 Jun 2008 13:56:50 +0000 Stefan Monnier (Fvertical_motion): Properly handle float column arg.
Tue, 24 Jun 2008 17:58:50 +0000 Chong Yidong (compute_motion): Obey integer values of truncate-partial-width-windows.
Thu, 05 Jun 2008 03:57:09 +0000 Stefan Monnier * window.c (window_scroll_pixel_based_preserve_x)
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Fri, 28 Mar 2008 17:24:51 +0000 Andreas Schwab (Fmove_to_column): Move declaration before statements.
Wed, 26 Mar 2008 20:46:47 +0000 Stefan Monnier (check_display_width): New fun.
Wed, 26 Mar 2008 18:10:51 +0000 Stefan Monnier (scan_for_column): Extract from current_column_1.
Wed, 27 Feb 2008 22:49:07 +0000 Kim F. Storm (current_column, current_column_1, Fmove_to_column)
Wed, 09 Jan 2008 01:21:15 +0000 Miles Bader Merge from emacs--devo--0
Sat, 13 Oct 2007 05:53:03 +0000 Miles Bader Merge from emacs--devo--0
Thu, 11 Oct 2007 16:22:07 +0000 Miles Bader Merge from emacs--devo--0
Mon, 13 Aug 2007 13:48:35 +0000 Miles Bader Merge from emacs--devo--0
Fri, 27 Jul 2007 10:52:18 +0000 Miles Bader Merge from emacs--devo--0
Wed, 11 Apr 2007 00:17:47 +0000 Miles Bader Merge from emacs--devo--0
Tue, 13 Feb 2007 12:14:16 +0000 Miles Bader Merge from emacs--devo--0
Fri, 26 Jan 2007 06:16:11 +0000 Miles Bader Merge from emacs--devo--0
Tue, 21 Nov 2006 08:56:38 +0000 Miles Bader Merge from emacs--devo--0
Tue, 03 Oct 2006 05:04:21 +0000 Miles Bader Merge from emacs--devo--0
Wed, 20 Sep 2006 06:04:23 +0000 Miles Bader Merge from emacs--devo--0
Tue, 05 Sep 2006 02:54:22 +0000 Miles Bader Merge from emacs--devo--0
Fri, 24 Feb 2006 08:08:56 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-23
Wed, 08 Feb 2006 04:26:44 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
Mon, 16 Jan 2006 08:37:27 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
Fri, 26 Aug 2005 09:51:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
Thu, 14 Jul 2005 08:02:00 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69
Thu, 07 Jul 2005 12:43:14 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
Mon, 24 Jan 2005 22:34:31 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-6
Sat, 22 Jan 2005 21:39:38 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-4
Tue, 14 Dec 2004 07:34:55 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-78
Wed, 08 Dec 2004 05:02:30 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74
Fri, 19 Nov 2004 06:55:13 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-72
Thu, 04 Nov 2004 08:55:40 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69
Tue, 10 Aug 2004 07:46:40 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-29
Tue, 03 Aug 2004 00:03:00 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-27
Mon, 28 Jun 2004 07:56:49 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Fri, 16 Apr 2004 12:51:06 +0000 Kenichi Handa Sync to HEAD
Wed, 17 Sep 2003 13:51:20 +0000 Dave Love (check_composition): Make start and end EMACS_INT.
Mon, 08 Sep 2003 12:53:41 +0000 Kenichi Handa *** empty log message ***
Fri, 01 Mar 2002 01:42:20 +0000 Kenichi Handa Include "character.h" instead of "charset.h".
Mon, 16 Jan 2006 00:03:54 +0000 Henrik Enberg sync with trunk
Mon, 08 Sep 2003 11:56:09 +0000 Kenichi Handa New directory
Tue, 08 Jan 2008 20:46:54 +0000 Miles Bader Merge from emacs--rel--22
Wed, 10 Oct 2007 08:50:33 +0000 Juanma Barranquero (indent_tabs_mode, last_known_column, last_known_column_modified): Make static.
Thu, 27 Sep 2007 18:56:16 +0000 Stefan Monnier (compute_motion): Typo in last change.
Thu, 27 Sep 2007 18:49:57 +0000 Stefan Monnier * indent.h:
Thu, 27 Sep 2007 18:27:48 +0000 Stefan Monnier (Fmove_to_column): Use EMACS_INT for buffer positions.
Mon, 13 Aug 2007 13:51:08 +0000 Miles Bader Merge from emacs--devo--0
Tue, 31 Jul 2007 05:50:45 +0000 Miles Bader Merge from emacs--devo--0
Sun, 22 Apr 2007 12:42:47 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sat, 24 Feb 2007 19:26:54 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Mon, 29 Jan 2007 22:21:19 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sat, 06 Jan 2007 15:25:16 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sun, 03 Dec 2006 15:03:30 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!
Sat, 14 Oct 2006 17:36:28 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Thu, 23 Feb 2006 03:17:52 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sun, 12 Feb 2006 00:15:44 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sun, 11 Dec 2005 22:42:40 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sun, 04 Sep 2005 03:48:17 +0000 Karoly Lorentey Merged in changes from CVS trunk. Plus added lisp/term tweaks.
Tue, 05 Jul 2005 22:22:24 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 469)
Mon, 02 May 2005 14:38:00 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 281-285)
Mon, 25 Apr 2005 11:49:38 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 67, 270-278)
Thu, 03 Feb 2005 23:28:36 +0000 Karoly Lorentey Merged in changes from CVS trunk. (Long time no see!) :-)
Thu, 23 Dec 2004 16:43:51 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Wed, 08 Dec 2004 22:20:27 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Mon, 22 Nov 2004 11:06:39 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sun, 31 Oct 2004 02:05:24 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sat, 07 Aug 2004 15:05:02 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Tue, 03 Aug 2004 12:45:59 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Fri, 07 May 2004 14:20:00 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Thu, 08 Apr 2004 12:29:09 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Sun, 07 Mar 2004 15:30:22 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Mon, 05 Jan 2004 05:54:35 +0000 Karoly Lorentey Converted display hooks to be display-local. Plus many bugfixes.
Sat, 03 Jan 2004 08:31:14 +0000 Karoly Lorentey Portability fixes (now it compiles & runs fine on Solaris).
Tue, 08 Jan 2008 04:30:25 +0000 Glenn Morris Add 2008 to copyright years.
Wed, 08 Aug 2007 07:49:21 +0000 Glenn Morris Replace `iff' in comments.
Wed, 25 Jul 2007 05:16:09 +0000 Glenn Morris Switch license to GPLv3 or later.
Sun, 08 Apr 2007 23:59:19 +0000 Richard M. Stallman (Fmove_to_column): Set next_boundary with correct start pt.
Sat, 24 Mar 2007 15:58:17 +0000 Eli Zaretskii (Findent_to): Doc fix.
Sat, 03 Feb 2007 21:54:54 +0000 Eli Zaretskii (Fmove_to_column): Document that the argument COLUMN is taken from prefix
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Fri, 05 Jan 2007 15:00:45 +0000 Kim F. Storm (Fvertical_motion): Fix IT overshoot check for overlay
Mon, 20 Nov 2006 02:47:15 +0000 Kenichi Handa (Fvertical_motion): Include composition in the case of
Tue, 26 Sep 2006 19:25:35 +0000 Chong Yidong * indent.c (Fvertical_motion): Do move back if the Lisp string
Fri, 15 Sep 2006 01:53:18 +0000 Juanma Barranquero (Fcurrent_column, Findent_to): Fix typos in docstring.
Tue, 29 Aug 2006 22:17:05 +0000 Chong Yidong * indent.c (Fvertical_motion): Don't move back if we were
Wed, 22 Feb 2006 20:29:41 +0000 Kim F. Storm (Fvertical_motion): Only try to move back if we can.
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Fri, 09 Dec 2005 09:35:21 +0000 Kim F. Storm From: Kyotaro HORIGUCHI (tiny change)
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Wed, 13 Jul 2005 10:02:58 +0000 Kim F. Storm (Fvertical_motion): If start position is on an image,
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Tue, 26 Apr 2005 18:24:52 +0000 Richard M. Stallman (Fvertical_motion): Undo previous change.
Sun, 24 Apr 2005 21:35:43 +0000 Richard M. Stallman (Fvertical_motion): Bind fontification-functions to nil.
Sun, 23 Jan 2005 22:18:26 +0000 Stefan Monnier (Fcurrent_column): Doc fix.
Wed, 19 Jan 2005 23:17:00 +0000 Kim F. Storm (Fvertical_motion): Temporarily disable selective display.
Sun, 12 Dec 2004 18:16:53 +0000 Richard M. Stallman (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
Tue, 23 Nov 2004 05:19:17 +0000 Stefan Monnier (skip_invisible): Avoid non-idempotent side-effects in macro arguments.
Sun, 21 Nov 2004 12:56:53 +0000 Kim F. Storm (Fvertical_motion): Fix last change. Use another
Fri, 19 Nov 2004 09:44:14 +0000 Kim F. Storm (Fvertical_motion): Fix last change.
Thu, 18 Nov 2004 11:00:14 +0000 Kim F. Storm (Fvertical_motion): Undo 2004-11-16 change.
Tue, 16 Nov 2004 16:58:16 +0000 Richard M. Stallman (Fvertical_motion): In batch mode, use vmotion directly.
Tue, 16 Nov 2004 14:21:37 +0000 Kim F. Storm (Fvertical_motion): Fix last change. Only reseat when
Sun, 14 Nov 2004 04:13:54 +0000 Richard M. Stallman (Fvertical_motion): Scan to PT from start of line to make iterator consistent.
Wed, 27 Oct 2004 10:57:40 +0000 Richard M. Stallman (vmotion): When moving up, check the newline before.
Mon, 02 Aug 2004 23:59:28 +0000 Kim F. Storm (compute_motion): Fix last change.
Mon, 02 Aug 2004 23:42:14 +0000 Kim F. Storm (compute_motion): Fix check for full width window
Mon, 02 Aug 2004 15:06:06 +0000 Kim F. Storm (compute_motion): Use actual window width if WIDTH is -1,
Sun, 02 May 2004 16:57:32 +0000 Stefan Monnier (compute_motion): Save vpos in prev_vpos when dealing
Mon, 05 Apr 2004 21:41:08 +0000 Kim F. Storm (vmotion): Do not reserve one column for continuation
Tue, 02 Mar 2004 16:04:32 +0000 Richard M. Stallman (compute_motion): Save vpos in prev_vpos, like hpos etc.
Thu, 25 Dec 2003 06:59:31 +0000 Karoly Lorentey Implemented multiple tty support.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Wed, 09 Jul 2003 14:50:21 +0000 Stefan Monnier (current_column): Use new type for overlays_(before|after).
Sat, 24 May 2003 22:07:03 +0000 Kim F. Storm Make (few) trivial substitutions for renamed and
Fri, 29 Nov 2002 15:13:50 +0000 Richard M. Stallman Comment change.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 11 Jul 2002 17:38:49 +0000 Richard M. Stallman (last_known_column): Declare as double, not float.
Mon, 03 Jun 2002 01:52:02 +0000 Thien-Thi Nguyen (last_known_column): Now a float.
Thu, 25 Apr 2002 12:13:58 +0000 Pavel Jank (Fvertical_motion): Fix last change.
Thu, 25 Apr 2002 10:39:29 +0000 Gerd Moellmann (Fvertical_motion): Move to the start of the line
Fri, 19 Apr 2002 13:43:25 +0000 Juanma Barranquero (Fmove_to_column): Remove unused local variable `next_boundary_byte'.
Wed, 17 Apr 2002 14:19:00 +0000 Juanma Barranquero (Fmove_to_column): Remove unused local variable `end_byte'.
Tue, 05 Mar 2002 18:56:16 +0000 Stefan Monnier (skip_invisible): Fix my brain fart.
Sun, 09 Dec 2001 00:57:28 +0000 Pavel Jank (compute_motion): Likewise.
Mon, 19 Nov 2001 06:25:33 +0000 Richard M. Stallman (current_column_1): Fix handling of scan_bytes for mb chars.
Fri, 09 Nov 2001 06:21:35 +0000 Pavel Jank (current_column_1): Remove unused variable `prev_col'.
Tue, 06 Nov 2001 13:21:27 +0000 Pavel Jank (current_column_1): Remove unused variable `prev_col'.
Sun, 04 Nov 2001 23:26:52 +0000 Richard M. Stallman (current_column_1, Fmove_to_column): Separate the code
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Sun, 21 Oct 2001 12:13:46 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Sun, 14 Oct 2001 20:19:10 +0000 Stefan Monnier (skip_invisible): Use new retval of TEXT_PROP_MEANS_INVISIBLE.
Sun, 14 Oct 2001 08:42:52 +0000 Eli Zaretskii Fix a typo in a comment.
Fri, 12 Oct 2001 22:31:23 +0000 Stefan Monnier (skip_invisible): Don't skip "ellipsisized" text.
Mon, 08 Oct 2001 08:07:49 +0000 Gerd Moellmann Don't define min/max.
Mon, 23 Jul 2001 14:47:23 +0000 Gerd Moellmann (current_column): Fix column computation in the
Tue, 29 May 2001 11:10:47 +0000 Gerd Moellmann *** empty log message ***
Fri, 16 Mar 2001 13:33:17 +0000 Gerd Moellmann (current_column, current_column_1, Fmove_to_column)
Fri, 19 Jan 2001 03:50:40 +0000 Kenichi Handa (check_composition): Check validity of composition.
Tue, 02 Jan 2001 14:05:57 +0000 Eli Zaretskii (current_column): Remove unused variable `stopchar'.
Sat, 25 Nov 2000 02:08:59 +0000 Miles Bader (compute_motion): Keep pos_byte in sync with pos.
Thu, 21 Sep 2000 20:54:57 +0000 Gerd Moellmann Avoid some more compiler warnings.
Tue, 22 Aug 2000 22:41:00 +0000 Andrew Innes Include keyboard.h before frame.h.
Sat, 03 Jun 2000 22:23:57 +0000 Dave Love Fix nested comment.
Tue, 16 May 2000 14:29:27 +0000 Gerd Moellmann (Fmove_to_column): When ending within a tab, insert
Mon, 10 Apr 2000 11:44:37 +0000 Gerd Moellmann (compute_motion): Set immediate_quit.
Fri, 24 Mar 2000 13:30:08 +0000 Gerd Moellmann (Fvertical_motion): Always use the current buffer.
Wed, 15 Dec 1999 00:13:13 +0000 Kenichi Handa (check_composition): New function.
Thu, 11 Nov 1999 11:45:06 +0000 Gerd Moellmann Remove USE_TEXT_PROPERTIES.
Sun, 12 Sep 1999 05:07:01 +0000 Ken Raeburn Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.
Fri, 03 Sep 1999 01:28:42 +0000 Kenichi Handa (MULTIBYTE_BYTES_WIDTH): Delete the 2nd arg C. Use the
Sat, 21 Aug 1999 19:29:47 +0000 Gerd Moellmann Remove conditional compilation on NO_PROMPT_IN_BUFFER.
Thu, 12 Aug 1999 20:49:57 +0000 Gerd Moellmann (vmotion): Don't add in mini-buffer prompt width
Mon, 26 Jul 1999 19:05:40 +0000 Karl Heuer (Fmove_to_column): Extend end of line only if FORCE is t.
Wed, 21 Jul 1999 21:43:52 +0000 Gerd Moellmann (Fvertical_motion): Rewritten.
Sat, 12 Jun 1999 03:50:37 +0000 Karl Heuer (compute_motion): Fix boundary case.
Fri, 06 Nov 1998 00:44:16 +0000 Kenichi Handa (MULTIBYTE_BYTES_WIDTH): Check validity of a multibyte character.
Sun, 16 Aug 1998 02:10:56 +0000 Richard M. Stallman (vmotion): Don't use WINDOW for Fget_char_property
Tue, 23 Jun 1998 20:31:53 +0000 Richard M. Stallman (indented_beyond_p): Return the right kind of value.
Mon, 25 May 1998 22:33:38 +0000 Richard M. Stallman (compute_motion): Check for past vpos/hpos target
Sat, 09 May 1998 01:23:58 +0000 Kenichi Handa Fix previous change.
Fri, 08 May 1998 05:10:29 +0000 Richard M. Stallman Comment change.
Fri, 08 May 1998 04:17:48 +0000 Kenichi Handa (compute_motion): Fix, in a different way, the bug of handling
Fri, 08 May 1998 02:28:22 +0000 Richard M. Stallman (compute_motion): Undo both May 7 changes.
Fri, 08 May 1998 00:08:09 +0000 Kenichi Handa (compute_motion): Fix previous change.
Thu, 07 May 1998 06:41:12 +0000 Kenichi Handa (compute_motion): Fix bug of handling wide-column
Sun, 03 May 1998 04:33:27 +0000 Richard M. Stallman (compute_motion): When invisible text cross TO,
Tue, 14 Apr 1998 13:00:27 +0000 Andreas Schwab (indented_beyond_p): Fix mixing of Lisp_Object and int.
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Mon, 13 Apr 1998 18:56:00 +0000 Karl Heuer (Fcompute_motion): Check that TO and FROM are in range.
Wed, 25 Mar 1998 10:45:59 +0000 Kenichi Handa (compute_motion): Call strwidth only when necessary.
Tue, 24 Mar 1998 05:41:38 +0000 Kenichi Handa (MULTIBYTE_BYTES_WIDTH): Set wide_column only when we
Fri, 27 Feb 1998 09:38:41 +0000 Andreas Schwab (compute_motion): If we just moved over a continuation
Fri, 20 Feb 1998 01:40:47 +0000 Kenichi Handa (MULTIBYTE_BYTES_WIDTH): New macro.
Mon, 09 Feb 1998 11:16:35 +0000 Andreas Schwab (compute_motion): If right margin is reached and we are
Wed, 21 Jan 1998 22:22:17 +0000 Richard M. Stallman Update copyright year.
Wed, 21 Jan 1998 08:16:28 +0000 Richard M. Stallman (current_column_1): Eliminate argument POS; use PT and PT_BYTE.
Fri, 02 Jan 1998 21:43:42 +0000 Richard M. Stallman (current_column_1, Fmove_to_column):
Thu, 27 Nov 1997 12:12:50 +0000 Kenichi Handa (invalidate_current_column): Declare it as void.
Sat, 15 Nov 1997 20:22:20 +0000 Karl Heuer (position_indentation): Detect non-breaking space,
Mon, 15 Sep 1997 19:51:28 +0000 Richard M. Stallman (compute_motion): Ignore the display table entry for a
Thu, 07 Aug 1997 09:01:52 +0000 Richard M. Stallman (current_column): Update ptr differently at newline
Sat, 02 Aug 1997 09:30:17 +0000 Richard M. Stallman (compute_motion): Correct the criterion for when to
Fri, 25 Jul 1997 08:01:02 +0000 Kenichi Handa (compute_motion): Handle display table correctly for
Fri, 04 Jul 1997 20:44:52 +0000 Richard M. Stallman Fix bugs with inappropriate mixing of Lisp_Object with int.
Mon, 02 Jun 1997 00:45:18 +0000 Richard M. Stallman (compute_motion): Use XFASTINT on width_table elts.
Tue, 27 May 1997 04:59:29 +0000 Richard M. Stallman (compute_motion): Return correctly if skip_invisible
Wed, 05 Mar 1997 01:42:06 +0000 Kenichi Handa (compute_motion): When POS >= TO, don't call
Thu, 20 Feb 1997 06:39:27 +0000 Karl Heuer (current_column_bol_cache): New variable. This makes
Fri, 24 Jan 1997 09:31:18 +0000 Richard M. Stallman (pos_tab_offset): Take the width of the minibuffer prompt into account.
Sun, 06 Oct 1996 20:44:10 +0000 Richard M. Stallman (vmotion, compute_motion): Fill in ovstring_chars_done in the return value.
Sat, 21 Sep 1996 01:25:11 +0000 Richard M. Stallman Comment change.
Sun, 01 Sep 1996 19:15:05 +0000 Karl Heuer Change all references from point to PT.
Sat, 13 Jul 1996 01:03:02 +0000 Karl Heuer (Fvertical_motion): Doc fix.
Sat, 06 Jul 1996 20:02:35 +0000 Miles Bader (Fvertical_motion): Doc fix.
Fri, 28 Jun 1996 18:55:04 +0000 Richard M. Stallman (Fmove_to_column): Go after invis chars at the goal column.
Sun, 23 Jun 1996 19:20:33 +0000 Richard M. Stallman (current_column_1): Add declaration.
Sun, 23 Jun 1996 18:47:37 +0000 Richard M. Stallman Make current-column, move-to-column and current-indentation
Wed, 22 May 1996 00:33:28 +0000 Karl Heuer (compute_motion): When calling Fget_char_property,
Sun, 21 Apr 1996 05:56:01 +0000 Richard M. Stallman (compute_motion): Pass window to Fget_char_property.
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Tue, 09 Jan 1996 00:32:30 +0000 Erik Naggum (Findent_to): Harmonize arguments with documentation.
Fri, 10 Nov 1995 15:48:13 +0000 Richard M. Stallman (Fmove_to_column): Doc fix.
Tue, 31 Oct 1995 02:34:16 +0000 Karl Heuer (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
Wed, 11 Oct 1995 17:12:59 +0000 Richard M. Stallman (buffer_display_table): Use DISP_TABLE_P.
Thu, 05 Oct 1995 23:15:11 +0000 Richard M. Stallman (Fmove_to_column): Make it interactive.
Thu, 15 Jun 1995 20:42:24 +0000 Karl Heuer Update GPL to version 2.
Tue, 06 Jun 1995 01:44:34 +0000 Karl Heuer (Fvertical_motion): Add cast.
Thu, 18 May 1995 22:43:03 +0000 Karl Heuer (compute_motion): Handle overlay strings.
Mon, 15 May 1995 21:47:44 +0000 Karl Heuer (vmotion): handle the case where `minibuf_prompt' is nil.
Sat, 13 May 1995 01:48:53 +0000 Karl Heuer (vmotion): Simplify. Replace last three args with a single
Fri, 05 May 1995 03:04:06 +0000 Richard M. Stallman (string_display_width): Renamed from string_width.