| Commit message (Expand) | Author | Age | Files | Lines |
* | (compute_motion): When calling Fget_char_property, | Karl Heuer | 1996-05-22 | 1 | -4/+8 |
* | (compute_motion): Pass window to Fget_char_property. | Richard M. Stallman | 1996-04-21 | 1 | -2/+3 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (Findent_to): Harmonize arguments with documentation. | Erik Naggum | 1996-01-09 | 1 | -10/+10 |
* | (Fmove_to_column): Doc fix. | Richard M. Stallman | 1995-11-10 | 1 | -1/+13 |
* | (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG): | Karl Heuer | 1995-10-31 | 1 | -3/+3 |
* | (buffer_display_table): Use DISP_TABLE_P. | Richard M. Stallman | 1995-10-11 | 1 | -13/+12 |
* | (Fmove_to_column): Make it interactive. | Richard M. Stallman | 1995-10-05 | 1 | -1/+1 |
* | Update GPL to version 2. | Karl Heuer | 1995-06-15 | 1 | -1/+1 |
* | (Fvertical_motion): Add cast. | Karl Heuer | 1995-06-06 | 1 | -1/+1 |
* | (compute_motion): Handle overlay strings. | Karl Heuer | 1995-05-18 | 1 | -154/+166 |
* | (vmotion): handle the case where `minibuf_prompt' is nil. | Karl Heuer | 1995-05-15 | 1 | -1/+1 |
* | (vmotion): Simplify. Replace last three args with a single | Karl Heuer | 1995-05-13 | 1 | -72/+63 |
* | (string_display_width): Renamed from string_width. | Richard M. Stallman | 1995-05-05 | 1 | -2/+3 |
* | (Fmove_to_column): Fix minor bug in prev change. | Richard M. Stallman | 1995-04-08 | 1 | -1/+1 |
* | (string_width): New function. | Richard M. Stallman | 1995-04-08 | 1 | -1/+87 |
* | (compute_motion, Fmove_to_column, current_column) | Richard M. Stallman | 1995-03-16 | 1 | -30/+36 |
* | (compute_motion): Call recenter_overlay_lists sooner. | Richard M. Stallman | 1995-03-11 | 1 | -16/+40 |
* | (compute_motion): Don't get hung in selective-display loop. | Karl Heuer | 1995-01-24 | 1 | -13/+14 |
* | (recompute_width_table): Do the right thing if no previous table existed. | Karl Heuer | 1994-11-18 | 1 | -7/+5 |
* | * indent.c: #include "region-cache.h". | Jim Blandy | 1994-10-08 | 1 | -77/+308 |
* | (Fcurrent_column, Findent_to, Fcurrent_indentation, Fmove_to_column, | Karl Heuer | 1994-10-04 | 1 | -15/+17 |
* | (Fcompute_motion): Use new accessor macros instead of calling XSET directly. | Karl Heuer | 1994-10-04 | 1 | -3/+3 |
* | (buffer_display_table, current_column, Fmove_to_column, compute_motion, | Karl Heuer | 1994-09-27 | 1 | -13/+12 |
* | (compute_motion): Fix comment. | Karl Heuer | 1994-09-20 | 1 | -1/+1 |
* | (vmotion, Fvertical_motion): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -19/+21 |
* | (Findent_to): Pass new arg to Finsert_char. | Richard M. Stallman | 1994-08-28 | 1 | -2/+2 |
* | (pos_tab_offset): Don't trigger point-motion hooks. | Karl Heuer | 1994-08-23 | 1 | -3/+3 |
* | (compute_motion): Use WIN's frame, not selected one. | Richard M. Stallman | 1994-08-14 | 1 | -1/+1 |
* | (compute_motion): Recenter overlays, for speed. | Karl Heuer | 1994-06-17 | 1 | -0/+1 |
* | (vmotion): Use find_next_newline_no_quit. | Richard M. Stallman | 1994-06-14 | 1 | -4/+4 |
* | Add "args" to dummy definition of compute-motion. | Richard M. Stallman | 1994-05-19 | 1 | -0/+1 |
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
* | (compute_motion): Do not abort if window shows some other buffer. | Richard M. Stallman | 1994-04-13 | 1 | -17/+16 |
* | (vmotion): Use minibuf_prompt_width despite window-start. | Karl Heuer | 1994-04-11 | 1 | -2/+5 |
* | (Fvertical_motion): Use window arg, not selected_window. | Karl Heuer | 1994-04-09 | 1 | -3/+3 |
* | (vmotion): Don't use minibuf_prompt_width if window-start has suppressed the | Karl Heuer | 1994-04-06 | 1 | -1/+2 |
* | (compute_motion): Add window argument. | Karl Heuer | 1994-04-05 | 1 | -11/+30 |
* | (Fcompute_motion): Fix symbol name in previous change. | Karl Heuer | 1994-03-30 | 1 | -1/+1 |
* | (Fcompute_motion): Doc fix. | Karl Heuer | 1994-03-30 | 1 | -2/+9 |
* | (Fcompute_motion): Don't use XFASTINT on possibly-negative coords. | Karl Heuer | 1994-03-30 | 1 | -3/+3 |
* | (Fcompute_motion): Doc fix. | Karl Heuer | 1994-03-30 | 1 | -0/+1 |
* | Fix glitches in previous change. | Karl Heuer | 1994-03-29 | 1 | -9/+9 |
* | (Fcompute_motion): Typecheck all arguments. | Karl Heuer | 1994-03-29 | 1 | -0/+9 |
* | (compute_motion): Doc fixes. | Karl Heuer | 1994-03-18 | 1 | -4/+9 |
* | (Fvertical_motion): New optional arg WINDOW. | Richard M. Stallman | 1994-03-14 | 1 | -4/+10 |
* | (compute_motion): Initialize prev_hpos. | Richard M. Stallman | 1994-03-10 | 1 | -1/+72 |
* | (compute_motion): Allow for invisible overlays in next_invisible lookahead. | Karl Heuer | 1994-02-25 | 1 | -1/+3 |
* | (compute_motion, vmotion): Use Fget_char_property to test for invisibility. | Karl Heuer | 1994-02-24 | 1 | -5/+5 |
* | (indented_beyond_p): New function. | Karl Heuer | 1994-02-14 | 1 | -4/+16 |