summaryrefslogtreecommitdiff
path: root/src/indent.c
Commit message (Collapse)AuthorAgeFilesLines
* (compute_motion): Doc fixes.Karl Heuer1994-03-181-4/+9
|
* (Fvertical_motion): New optional arg WINDOW.Richard M. Stallman1994-03-141-4/+10
|
* (compute_motion): Initialize prev_hpos.Richard M. Stallman1994-03-101-1/+72
| | | | (Fcompute_motion): New function.
* (compute_motion): Allow for invisible overlays in next_invisible lookahead.Karl Heuer1994-02-251-1/+3
|
* (compute_motion, vmotion): Use Fget_char_property to test for invisibility.Karl Heuer1994-02-241-5/+5
|
* (indented_beyond_p): New function.Karl Heuer1994-02-141-4/+16
| | | | | (compute_motion, vmotion): Use it to treat blank lines specially in selective display.
* Fix comments.Karl Heuer1994-02-141-3/+3
|
* (compute_motion): Source code was improperly indented.Karl Heuer1994-02-081-4/+4
|
* (Fmove_to_column): Increments for control charactersRichard M. Stallman1993-11-241-2/+2
| | | | were too low by 1.
* (compute_motion): Pass new arg to Fnext_single_property_change.Richard M. Stallman1993-11-201-19/+21
|
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
|
* (compute_motion): Compute correctly for invisible text.Richard M. Stallman1993-07-311-5/+53
| | | | | | | (vmotion): Take care of invisible newlines. (Fmove_to_column): After we split a tab, make sure to set last_known... consistently.
* Updated copyright years.Jim Blandy1993-05-221-1/+1
|
* (current_column, Findent_to, position_indentation):Richard M. Stallman1993-03-231-5/+5
| | | | (Fmove_to_column, compute_motion): Allow tab_width up to 1000.
* (current_column, Fmove_to_column, compute_motion):Richard M. Stallman1993-03-051-10/+10
| | | | Expect display table elts to be vectors.
* Use the term `scroll bar', instead of `scrollbar'.Jim Blandy1993-03-021-5/+5
| | | | | | * alloc.c, frame.c, frame.h, indent.c, keyboard.c, keyboard.h, lisp.h, term.c, termhooks.h, window.c, window.h, xdisp.c, xfns.c, xterm.c, xterm.h: Terminology changed.
* * window.c (window_internal_width): New function.Jim Blandy1993-01-141-10/+14
| | | | | | | | | | | | | | | | * lisp.h (window_internal_height, window_internal_width): Add extern declarations for these. * dispnew.c (direct_output_for_insert, direct_output_forward_char, buffer_posn_from_coords): Use window_internal_width instead of writing out its definition. * indent.c (compute_motion): Doc fix; mention scrollbars and window_internal_width. (pos_tab_offset, Fvertical_motion): Use window_internal_width instead of writing it out. * window.c (Fpos_visible_in_window_p, Fwindow_width, Fscroll_left, Fscroll_right): Same. * xdisp.c (redisplay, try_window, try_window_id, display_text_line): Same.
* * indent.c (Fmove_to_column): Pass the right number of argumentsJim Blandy1992-09-231-2/+3
| | | | to Findent_to.
* entered into RCSJim Blandy1992-07-131-8/+8
|
* *** empty log message ***Jim Blandy1992-04-191-4/+4
|
* *** empty log message ***Richard M. Stallman1992-04-181-4/+6
|
* *** empty log message ***Jim Blandy1992-03-121-4/+7
|
* *** empty log message ***Jim Blandy1992-02-101-3/+3
|
* *** empty log message ***Jim Blandy1992-02-011-62/+58
|
* *** empty log message ***Jim Blandy1992-01-141-11/+9
|
* *** empty log message ***Jim Blandy1991-07-131-0/+7
|
* Initial revisionJim Blandy1991-01-151-0/+699