log src/indent.c @ 109820:33724382fa3f

age author description
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)