| Commit message (Expand) | Author | Age | Files | Lines |
* | (Fvertical_motion): Temporarily disable selective display. | Kim F. Storm | 2005-01-19 | 1 | -0/+5 |
* | (Fvertical_motion): Call move_it_by_lines even if LINES = 0. | Richard M. Stallman | 2004-12-12 | 1 | -2/+3 |
* | (skip_invisible): Avoid non-idempotent side-effects in macro arguments. | Stefan Monnier | 2004-11-23 | 1 | -3/+4 |
* | (Fvertical_motion): Fix last change. Use another | Kim F. Storm | 2004-11-21 | 1 | -1/+4 |
* | (Fvertical_motion): Fix last change. | Kim F. Storm | 2004-11-19 | 1 | -1/+1 |
* | (Fvertical_motion): Undo 2004-11-16 change. | Kim F. Storm | 2004-11-18 | 1 | -9/+9 |
* | (Fvertical_motion): In batch mode, use vmotion directly. | Richard M. Stallman | 2004-11-16 | 1 | -18/+27 |
* | (Fvertical_motion): Fix last change. Only reseat when | Kim F. Storm | 2004-11-16 | 1 | -4/+9 |
* | (Fvertical_motion): Scan to PT from start of line to make iterator consistent. | Richard M. Stallman | 2004-11-14 | 1 | -2/+5 |
* | (vmotion): When moving up, check the newline before. | Richard M. Stallman | 2004-10-27 | 1 | -28/+25 |
* | (compute_motion): Fix last change. | Kim F. Storm | 2004-08-02 | 1 | -3/+3 |
* | (compute_motion): Fix check for full width window | Kim F. Storm | 2004-08-02 | 1 | -2/+10 |
* | (compute_motion): Use actual window width if WIDTH is -1, | Kim F. Storm | 2004-08-02 | 1 | -21/+48 |
* | (compute_motion): Save vpos in prev_vpos when dealing | Stefan Monnier | 2004-05-02 | 1 | -1/+2 |
* | (vmotion): Do not reserve one column for continuation | Kim F. Storm | 2004-04-05 | 1 | -3/+7 |
* | (compute_motion): Save vpos in prev_vpos, like hpos etc. | Richard M. Stallman | 2004-03-02 | 1 | -5/+7 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | (current_column): Use new type for overlays_(before|after). | Stefan Monnier | 2003-07-09 | 1 | -3/+3 |
* | Make (few) trivial substitutions for renamed and | Kim F. Storm | 2003-05-24 | 1 | -10/+12 |
* | 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 |