(struct x_display_info): Struct renamed from x_screen.
[bpt/emacs.git] / src / indent.c
1994-10-08 Jim Blandy* indent.c: #include "region-cache.h".
1994-10-04 Karl Heuer(Fcurrent_column, Findent_to, Fcurrent_indentation...
1994-10-04 Karl Heuer(Fcompute_motion): Use new accessor macros instead...
1994-09-27 Karl Heuer(buffer_display_table, current_column, Fmove_to_column...
1994-09-20 Karl Heuer(compute_motion): Fix comment.
1994-09-19 Karl Heuer(vmotion, Fvertical_motion): Fix Lisp_Object vs. int...
1994-08-28 Richard M. Stallman(Findent_to): Pass new arg to Finsert_char.
1994-08-23 Karl Heuer(pos_tab_offset): Don't trigger point-motion hooks.
1994-08-14 Richard M. Stallman(compute_motion): Use WIN's frame, not selected one.
1994-06-17 Karl Heuer(compute_motion): Recenter overlays, for speed.
1994-06-14 Richard M. Stallman(vmotion): Use find_next_newline_no_quit.
1994-05-19 Richard M. StallmanAdd "args" to dummy definition of compute-motion.
1994-05-04 Karl HeuerUpdate copyright.
1994-04-13 Richard M. Stallman(compute_motion): Do not abort if window shows some...
1994-04-11 Karl Heuer(vmotion): Use minibuf_prompt_width despite window...
1994-04-09 Karl Heuer(Fvertical_motion): Use window arg, not selected_window.
1994-04-06 Karl Heuer(vmotion): Don't use minibuf_prompt_width if window...
1994-04-05 Karl Heuer(compute_motion): Add window argument.
1994-03-30 Karl Heuer(Fcompute_motion): Fix symbol name in previous change.
1994-03-30 Karl Heuer(Fcompute_motion): Doc fix.
1994-03-30 Karl Heuer(Fcompute_motion): Don't use XFASTINT on possibly-negat...
1994-03-30 Karl Heuer(Fcompute_motion): Doc fix.
1994-03-29 Karl HeuerFix glitches in previous change.
1994-03-29 Karl Heuer(Fcompute_motion): Typecheck all arguments.
1994-03-18 Karl Heuer(compute_motion): Doc fixes.
1994-03-14 Richard M. Stallman(Fvertical_motion): New optional arg WINDOW.
1994-03-10 Richard M. Stallman(compute_motion): Initialize prev_hpos.
1994-02-25 Karl Heuer(compute_motion): Allow for invisible overlays in next_...
1994-02-24 Karl Heuer(compute_motion, vmotion): Use Fget_char_property to...
1994-02-14 Karl Heuer(indented_beyond_p): New function.
1994-02-14 Karl HeuerFix comments.
1994-02-08 Karl Heuer(compute_motion): Source code was improperly indented.
1993-11-24 Richard M. Stallman(Fmove_to_column): Increments for control characters
1993-11-20 Richard M. Stallman(compute_motion): Pass new arg to Fnext_single_property...
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-07-31 Richard M. Stallman(compute_motion): Compute correctly for invisible text.
1993-05-22 Jim BlandyUpdated copyright years.
1993-03-23 Richard M. Stallman(current_column, Findent_to, position_indentation):
1993-03-05 Richard M. Stallman(current_column, Fmove_to_column, compute_motion):
1993-03-02 Jim BlandyUse the term `scroll bar', instead of `scrollbar'.
1993-01-14 Jim Blandy* window.c (window_internal_width): New function.
1992-09-23 Jim Blandy* indent.c (Fmove_to_column): Pass the right number...
1992-07-13 Jim Blandyentered into RCS
1992-04-19 Jim Blandy*** empty log message ***
1992-04-18 Richard M. Stallman*** empty log message ***
1992-03-12 Jim Blandy*** empty log message ***
1992-02-10 Jim Blandy*** empty log message ***
1992-02-01 Jim Blandy*** empty log message ***
1992-01-14 Jim Blandy*** empty log message ***
1991-07-13 Jim Blandy*** empty log message ***
1991-01-15 Jim BlandyInitial revision