| Commit message (Expand) | Author | Age | Files | Lines |
* | Include keyboard.h before frame.h. | Andrew Innes | 2000-08-22 | 1 | -0/+1 |
* | Fix nested comment. | Dave Love | 2000-06-03 | 1 | -1/+1 |
* | (Fmove_to_column): When ending within a tab, insert | Gerd Moellmann | 2000-05-16 | 1 | -7/+14 |
* | (compute_motion): Set immediate_quit. | Gerd Moellmann | 2000-04-10 | 1 | -1/+6 |
* | (Fvertical_motion): Always use the current buffer. | Gerd Moellmann | 2000-03-24 | 1 | -11/+12 |
* | (check_composition): New function. | Kenichi Handa | 1999-12-15 | 1 | -17/+84 |
* | Remove USE_TEXT_PROPERTIES. | Gerd Moellmann | 1999-11-11 | 1 | -8/+2 |
* | Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access. | Ken Raeburn | 1999-09-12 | 1 | -12/+12 |
* | (MULTIBYTE_BYTES_WIDTH): Delete the 2nd arg C. Use the | Kenichi Handa | 1999-09-03 | 1 | -63/+20 |
* | Remove conditional compilation on NO_PROMPT_IN_BUFFER. | Gerd Moellmann | 1999-08-21 | 1 | -15/+0 |
* | (vmotion): Don't add in mini-buffer prompt width | Gerd Moellmann | 1999-08-12 | 1 | -0/+2 |
* | (Fmove_to_column): Extend end of line only if FORCE is t. | Karl Heuer | 1999-07-26 | 1 | -4/+5 |
* | (Fvertical_motion): Rewritten. | Gerd Moellmann | 1999-07-21 | 1 | -6/+27 |
* | (compute_motion): Fix boundary case. | Karl Heuer | 1999-06-12 | 1 | -1/+3 |
* | (MULTIBYTE_BYTES_WIDTH): Check validity of a multibyte character. | Kenichi Handa | 1998-11-06 | 1 | -5/+9 |
* | (vmotion): Don't use WINDOW for Fget_char_property | Richard M. Stallman | 1998-08-16 | 1 | -2/+11 |
* | (indented_beyond_p): Return the right kind of value. | Richard M. Stallman | 1998-06-23 | 1 | -1/+1 |
* | (compute_motion): Check for past vpos/hpos target | Richard M. Stallman | 1998-05-25 | 1 | -0/+20 |
* | Fix previous change. | Kenichi Handa | 1998-05-09 | 1 | -1/+2 |
* | Comment change. | Richard M. Stallman | 1998-05-08 | 1 | -2/+3 |
* | (compute_motion): Fix, in a different way, the bug of handling | Kenichi Handa | 1998-05-08 | 1 | -2/+1 |
* | (compute_motion): Undo both May 7 changes. | Richard M. Stallman | 1998-05-08 | 1 | -3/+19 |
* | (compute_motion): Fix previous change. | Kenichi Handa | 1998-05-08 | 1 | -1/+1 |
* | (compute_motion): Fix bug of handling wide-column | Kenichi Handa | 1998-05-07 | 1 | -19/+3 |
* | (compute_motion): When invisible text cross TO, | Richard M. Stallman | 1998-05-03 | 1 | -1/+4 |
* | (indented_beyond_p): Fix mixing of Lisp_Object and int. | Andreas Schwab | 1998-04-14 | 1 | -2/+2 |
* | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -0/+3 |
* | (Fcompute_motion): Check that TO and FROM are in range. | Karl Heuer | 1998-04-13 | 1 | -0/+5 |
* | (compute_motion): Call strwidth only when necessary. | Kenichi Handa | 1998-03-25 | 1 | -2/+4 |
* | (MULTIBYTE_BYTES_WIDTH): Set wide_column only when we | Kenichi Handa | 1998-03-24 | 1 | -2/+6 |
* | (compute_motion): If we just moved over a continuation | Andreas Schwab | 1998-02-27 | 1 | -1/+4 |
* | (MULTIBYTE_BYTES_WIDTH): New macro. | Kenichi Handa | 1998-02-20 | 1 | -107/+95 |
* | (compute_motion): If right margin is reached and we are | Andreas Schwab | 1998-02-09 | 1 | -10/+11 |
* | Update copyright year. | Richard M. Stallman | 1998-01-21 | 1 | -1/+1 |
* | (current_column_1): Eliminate argument POS; use PT and PT_BYTE. | Richard M. Stallman | 1998-01-21 | 1 | -11/+10 |
* | (current_column_1, Fmove_to_column): | Richard M. Stallman | 1998-01-02 | 1 | -108/+161 |
* | (invalidate_current_column): Declare it as void. | Kenichi Handa | 1997-11-27 | 1 | -0/+1 |
* | (position_indentation): Detect non-breaking space, | Karl Heuer | 1997-11-15 | 1 | -1/+19 |
* | (compute_motion): Ignore the display table entry for a | Richard M. Stallman | 1997-09-15 | 1 | -1/+2 |
* | (current_column): Update ptr differently at newline | Richard M. Stallman | 1997-08-07 | 1 | -5/+7 |
* | (compute_motion): Correct the criterion for when to | Richard M. Stallman | 1997-08-02 | 1 | -1/+1 |
* | (compute_motion): Handle display table correctly for | Kenichi Handa | 1997-07-25 | 1 | -28/+22 |
* | Fix bugs with inappropriate mixing of Lisp_Object with int. | Richard M. Stallman | 1997-07-04 | 1 | -4/+5 |
* | (compute_motion): Use XFASTINT on width_table elts. | Richard M. Stallman | 1997-06-02 | 1 | -2/+2 |
* | (compute_motion): Return correctly if skip_invisible | Richard M. Stallman | 1997-05-27 | 1 | -1/+10 |
* | (compute_motion): When POS >= TO, don't call | Kenichi Handa | 1997-03-05 | 1 | -14/+20 |
* | (current_column_bol_cache): New variable. This makes | Karl Heuer | 1997-02-20 | 1 | -40/+310 |
* | (pos_tab_offset): Take the width of the minibuffer prompt into account. | Richard M. Stallman | 1997-01-24 | 1 | -4/+21 |
* | (vmotion, compute_motion): Fill in ovstring_chars_done in the return value. | Richard M. Stallman | 1996-10-06 | 1 | -0/+3 |
* | Comment change. | Richard M. Stallman | 1996-09-21 | 1 | -5/+0 |