summaryrefslogtreecommitdiff
path: root/src/indent.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2007-02-131-4/+5
|\
| * (Fmove_to_column): Document that the argument COLUMN is taken from prefixEli Zaretskii2007-02-031-4/+5
* | Merge from emacs--devo--0Miles Bader2007-01-261-7/+14
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
| * (Fvertical_motion): Fix IT overshoot check for overlayKim F. Storm2007-01-051-6/+13
* | Merge from emacs--devo--0Miles Bader2006-11-211-5/+6
|\ \ | |/
| * (Fvertical_motion): Include composition in the case ofKenichi Handa2006-11-201-5/+6
* | Merge from emacs--devo--0Miles Bader2006-10-031-7/+23
|\ \ | |/
| * * indent.c (Fvertical_motion): Do move back if the Lisp stringChong Yidong2006-09-261-7/+23
* | Merge from emacs--devo--0Miles Bader2006-09-201-4/+4
|\ \ | |/
| * (Fcurrent_column, Findent_to): Fix typos in docstring.Juanma Barranquero2006-09-151-4/+4
* | Merge from emacs--devo--0Miles Bader2006-09-051-6/+7
|\ \ | |/
| * * indent.c (Fvertical_motion): Don't move back if we wereChong Yidong2006-08-291-6/+7
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-23Miles Bader2006-02-241-1/+2
|\ \ | |/
| * (Fvertical_motion): Only try to move back if we can.Kim F. Storm2006-02-221-1/+2
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-5/+7
|\ \ | |/
| * From: Kyotaro HORIGUCHI (tiny change)Kim F. Storm2005-12-091-5/+7
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69Miles Bader2005-07-141-2/+6
|\ \ | |/
| * (Fvertical_motion): If start position is on an image,Kim F. Storm2005-07-131-2/+6
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
| * (Fvertical_motion): Undo previous change.Richard M. Stallman2005-04-261-7/+0
| * (Fvertical_motion): Bind fontification-functions to nil.Richard M. Stallman2005-04-241-0/+7
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-6Miles Bader2005-01-241-3/+5
|\ \ | |/
| * (Fcurrent_column): Doc fix.Stefan Monnier2005-01-231-3/+5
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-4Miles Bader2005-01-221-0/+5
|\ \ | |/
| * (Fvertical_motion): Temporarily disable selective display.Kim F. Storm2005-01-191-0/+5
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-78Miles Bader2004-12-141-2/+3
|\ \ | |/
| * (Fvertical_motion): Call move_it_by_lines even if LINES = 0.Richard M. Stallman2004-12-121-2/+3
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74Miles Bader2004-12-081-4/+8
|\ \ | |/
| * (skip_invisible): Avoid non-idempotent side-effects in macro arguments.Stefan Monnier2004-11-231-3/+4
| * (Fvertical_motion): Fix last change. Use anotherKim F. Storm2004-11-211-1/+4
| * (Fvertical_motion): Fix last change.Kim F. Storm2004-11-191-1/+1
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-72Miles Bader2004-11-191-15/+32
|\ \ | |/
| * (Fvertical_motion): Undo 2004-11-16 change.Kim F. Storm2004-11-181-9/+9
| * (Fvertical_motion): In batch mode, use vmotion directly.Richard M. Stallman2004-11-161-18/+27
| * (Fvertical_motion): Fix last change. Only reseat whenKim F. Storm2004-11-161-4/+9
| * (Fvertical_motion): Scan to PT from start of line to make iterator consistent.Richard M. Stallman2004-11-141-2/+5
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69Miles Bader2004-11-041-28/+25
|\ \ | |/
| * (vmotion): When moving up, check the newline before.Richard M. Stallman2004-10-271-28/+25
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-29Miles Bader2004-08-101-3/+3
|\ \ | |/
| * (compute_motion): Fix last change.Kim F. Storm2004-08-021-3/+3
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-27Miles Bader2004-08-031-22/+57
|\ \ | |/
| * (compute_motion): Fix check for full width windowKim F. Storm2004-08-021-2/+10
| * (compute_motion): Use actual window width if WIDTH is -1,Kim F. Storm2004-08-021-21/+48
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15Miles Bader2004-06-281-1/+2
|\ \ | |/