summaryrefslogtreecommitdiff
path: root/src/indent.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2007-08-131-1/+1
|\
| * Replace `iff' in comments.Glenn Morris2007-08-081-1/+1
* | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-04-221-2/+5
|\ \ | |/
| * (Fmove_to_column): Set next_boundary with correct start pt.Richard M. Stallman2007-04-081-1/+2
| * (Findent_to): Doc fix.Eli Zaretskii2007-03-241-1/+3
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-02-241-4/+5
|\ \ | |/
| * (Fmove_to_column): Document that the argument COLUMN is taken from prefixEli Zaretskii2007-02-031-4/+5
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-01-291-1/+1
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-01-061-6/+13
|\ \ | |/
| * (Fvertical_motion): Fix IT overshoot check for overlayKim F. Storm2007-01-051-6/+13
* | Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!Karoly Lorentey2006-12-031-5/+6
|\ \ | |/
| * (Fvertical_motion): Include composition in the case ofKenichi Handa2006-11-201-5/+6
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-10-141-10/+27
|\ \ | |/
| * * indent.c (Fvertical_motion): Do move back if the Lisp stringChong Yidong2006-09-261-7/+23
| * (Fcurrent_column, Findent_to): Fix typos in docstring.Juanma Barranquero2006-09-151-4/+4
| * * indent.c (Fvertical_motion): Don't move back if we wereChong Yidong2006-08-291-6/+7
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-02-231-1/+2
|\ \ | |/
| * (Fvertical_motion): Only try to move back if we can.Kim F. Storm2006-02-221-1/+2
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-02-121-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2005-12-111-5/+7
|\ \ | |/
| * From: Kyotaro HORIGUCHI (tiny change)Kim F. Storm2005-12-091-5/+7
* | Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-3/+7
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
| * (Fvertical_motion): If start position is on an image,Kim F. Storm2005-07-131-2/+6
* | Merged from miles@gnu.org--gnu-2005 (patch 469)Karoly Lorentey2005-07-051-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Merged from miles@gnu.org--gnu-2005 (patch 281-285)Karoly Lorentey2005-05-021-7/+0
|\ \ | |/
| * (Fvertical_motion): Undo previous change.Richard M. Stallman2005-04-261-7/+0
* | Merged from miles@gnu.org--gnu-2005 (patch 67, 270-278)Karoly Lorentey2005-04-251-0/+7
|\ \ | |/
| * (Fvertical_motion): Bind fontification-functions to nil.Richard M. Stallman2005-04-241-0/+7
* | Merged in changes from CVS trunk. (Long time no see!) :-)Karoly Lorentey2005-02-031-3/+10
|\ \ | |/
| * (Fcurrent_column): Doc fix.Stefan Monnier2005-01-231-3/+5
| * (Fvertical_motion): Temporarily disable selective display.Kim F. Storm2005-01-191-0/+5
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-231-2/+3
|\ \ | |/
| * (Fvertical_motion): Call move_it_by_lines even if LINES = 0.Richard M. Stallman2004-12-121-2/+3
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-081-3/+4
|\ \ | |/
| * (skip_invisible): Avoid non-idempotent side-effects in macro arguments.Stefan Monnier2004-11-231-3/+4
* | Merged in changes from CVS trunk.Karoly Lorentey2004-11-221-15/+35
|\ \ | |/
| * (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
| * (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
* | Merged in changes from CVS trunk.Karoly Lorentey2004-10-311-28/+25
|\ \ | |/
| * (vmotion): When moving up, check the newline before.Richard M. Stallman2004-10-271-28/+25