| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment change. | Richard M. Stallman | 2002-11-29 | 1 | -5/+6 |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -3/+3 |
* | (last_known_column): Declare as double, not float. | Richard M. Stallman | 2002-07-11 | 1 | -14/+14 |
* | (last_known_column): Now a float. | Thien-Thi Nguyen | 2002-06-03 | 1 | -37/+41 |
* | (Fvertical_motion): Fix last change. | Pavel Janík | 2002-04-25 | 1 | -1/+1 |
* | (Fvertical_motion): Move to the start of the line | Gerd Moellmann | 2002-04-25 | 1 | -2/+12 |
* | (Fmove_to_column): Remove unused local variable `next_boundary_byte'. | Juanma Barranquero | 2002-04-19 | 1 | -8/+2 |
* | (Fmove_to_column): Remove unused local variable `end_byte'. | Juanma Barranquero | 2002-04-17 | 1 | -2/+1 |
* | (skip_invisible): Fix my brain fart. | Stefan Monnier | 2002-03-05 | 1 | -6/+8 |
* | (compute_motion): Likewise. | Pavel Janík | 2001-12-09 | 1 | -2/+2 |
* | (current_column_1): Fix handling of scan_bytes for mb chars. | Richard M. Stallman | 2001-11-19 | 1 | -1/+3 |
* | (current_column_1): Remove unused variable `prev_col'. | Pavel Janík | 2001-11-09 | 1 | -1/+0 |
* | (current_column_1): Remove unused variable `prev_col'. | Pavel Janík | 2001-11-06 | 1 | -1/+0 |
* | (current_column_1, Fmove_to_column): Separate the code | Richard M. Stallman | 2001-11-04 | 1 | -39/+68 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -20/+20 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-10-21 | 1 | -105/+99 |
* | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -6/+6 |
* | (skip_invisible): Use new retval of TEXT_PROP_MEANS_INVISIBLE. | Stefan Monnier | 2001-10-14 | 1 | -3/+1 |
* | Fix a typo in a comment. | Eli Zaretskii | 2001-10-14 | 1 | -2/+2 |
* | (skip_invisible): Don't skip "ellipsisized" text. | Stefan Monnier | 2001-10-12 | 1 | -1/+3 |
* | Don't define min/max. | Gerd Moellmann | 2001-10-08 | 1 | -3/+0 |
* | (current_column): Fix column computation in the | Gerd Moellmann | 2001-07-23 | 1 | -0/+13 |
* | (string_display_width): Put in #if 0. | Gerd Moellmann | 2001-05-28 | 1 | -0/+6 |
* | (current_column, current_column_1, Fmove_to_column) | Gerd Moellmann | 2001-03-16 | 1 | -171/+296 |
* | (check_composition): Check validity of composition. | Kenichi Handa | 2001-01-19 | 1 | -1/+2 |
* | (current_column): Remove unused variable `stopchar'. | Eli Zaretskii | 2001-01-02 | 1 | -2/+1 |
* | (compute_motion): Keep pos_byte in sync with pos. | Miles Bader | 2000-11-25 | 1 | -0/+1 |
* | Avoid some more compiler warnings. | Gerd Moellmann | 2000-09-21 | 1 | -3/+3 |
* | 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 |