| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | (indent-or-fill-region): Use printable escapes instead of embedding literal | Karl Heuer | 1994-03-14 | 1 | -1/+1 | |
| | | | | | control chars in the source. | |||||
| * | (vip-replace-string): Don't use replace-regexp. | Richard M. Stallman | 1993-12-23 | 1 | -3/+7 | |
| | | ||||||
| * | Remove free/bound cursor and scroll | Richard M. Stallman | 1993-11-26 | 1 | -15/+4 | |
| | | | | | margin fsets and key mappings. Add autoload cookies. | |||||
| * | (tpu-quoted-insert): New function. | Richard M. Stallman | 1993-11-26 | 1 | -8/+23 | |
| | | | | | | | | | (tpu-reset-control-keys): Remove C-f mapping. Insert (in file) fsets for free/bound cursor, scroll margins, key mappings for same. (tpu-revision): Variable deleted. | |||||
| * | Comment change. | Richard M. Stallman | 1993-11-23 | 3 | -6/+6 | |
| | | ||||||
| * | (wordstar-mode): Add autoload. | Richard M. Stallman | 1993-11-08 | 1 | -0/+1 | |
| | | ||||||
| * | (tpu-help): Use variables for "n" and "p". | Richard M. Stallman | 1993-08-11 | 1 | -8/+13 | |
| | | | | | (tpu-help-N, tpu-help-n, tpu-help-P, tpu-help-p): New vars. | |||||
| * | Insert setqs for tpu-help-... variables. | Richard M. Stallman | 1993-08-11 | 1 | -2/+6 | |
| | | ||||||
| * | (tpu-gnu-map-key): Repaired the key name | Richard M. Stallman | 1993-08-10 | 1 | -9/+13 | |
| | | | | | generation code to work with the latest version of emacs. | |||||
| * | (tpu-search-internal): Changed variable | Richard M. Stallman | 1993-08-10 | 1 | -5/+8 | |
| | | | | | | | searching-forward to tpu-searching-forward. Changed "edit-picture-hook" to "picture-mode-hook" for emacs version 19. | |||||
| * | (tpu-version): Print version number rather than the RCS revision number. | Richard M. Stallman | 1993-08-10 | 1 | -32/+42 | |
| | | | | | | | | | | | | | | (tpu-next-file-buffer): Bind starting-buffer with let. (tpu-load-xkeys): Check value of tpu-xkeys-file. Make sure to use the "*scratch*" buffer. (tpu-lm-replace): Changed variable searching-forward to tpu-searching-forward. (tpu-substitute): Likewise. (tpu-toggle-search-direction): Likewise. (tpu-search-forward, tpu-search-reverse, tpu-set-search): Likewise. (tpu-search-internal, tpu-adjust-search): Likewise. | |||||
| * | (edit-picture-hook): Use add-hook to modify it. | Richard M. Stallman | 1993-08-09 | 1 | -3/+3 | |
| | | ||||||
| * | entered into RCS | Richard M. Stallman | 1993-08-04 | 3 | -44/+42 | |
| | | ||||||
| * | Initial revision | Richard M. Stallman | 1993-08-02 | 3 | -0/+2983 | |
| | | ||||||
| * | (advance-direction): Set kp-f3, not kp-f1. | Richard M. Stallman | 1993-07-23 | 1 | -1/+1 | |
| | | ||||||
| * | (while): Comment out converter. | Richard M. Stallman | 1993-07-19 | 1 | -13/+13 | |
| | | ||||||
| * | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 5 | -17/+17 | |
| | | ||||||
| * | (vip-ctl-key-equivalent): Use vip-escape-to-emacs. | Richard M. Stallman | 1993-06-06 | 1 | -79/+18 | |
| | | | | | | | (vip-escape-to-emacs): Use read-key-sequence and key-binding. Arg EVENTS replaces arg CHAR. (vip-ESC, vip-ctl-c, vip-ctl-x, vip-ctl-h): These callers changed. | |||||
| * | (GOLD-prefix): Define *after* GOLD-map. | Richard M. Stallman | 1993-06-04 | 1 | -2/+2 | |
| | | ||||||
| * | Some fsets changed to defaliases. | Eric S. Raymond | 1993-04-23 | 1 | -1/+1 | |
| | | ||||||
| * | Added or corrected Commentary section | Eric S. Raymond | 1993-03-22 | 1 | -1/+3 | |
| | | ||||||
| * | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 2 | -1/+15 | |
| | | ||||||
| * | (esc-map, ctl-x-map): Define as functions. | Richard M. Stallman | 1993-02-21 | 1 | -0/+4 | |
| | | ||||||
| * | JimB's changes since January 18th | Jim Blandy | 1993-01-26 | 1 | -4/+4 | |
| | | ||||||
| * | JimB's changes from January 18 to present | Jim Blandy | 1993-01-26 | 1 | -1/+1 | |
| | | ||||||
| * | * bytecomp.el: Declare unread-command-char an obsolete variable. | Jim Blandy | 1992-11-16 | 1 | -9/+9 | |
| | | | | | | | | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * vip.el (vip-delete-char, vip-delete-backward-char, ex-delete): Don't pass nil as a fourth argument to vip-append-to-register; it takes only three. (vip-mark-point, ex-mark): Pass required second argument to point-to-register. | |||||
| * | * bytecomp.el: Declare unread-command-char an obsolete variable. | Jim Blandy | 1992-11-16 | 1 | -1/+1 | |
| | | | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * mlsupport.el (push-back-character): Same. | |||||
| * | Doc fix. | Christopher Zaborsky | 1992-11-10 | 2 | -26/+31 | |
| | | ||||||
| * | (ws-mark-word): Use forward-word, with an arg, instead of backward-word. | Richard M. Stallman | 1992-09-28 | 1 | -114/+114 | |
| | | | | | | (wordstar-mode): Move after definition of keymap. (ws-move-block): Just two args for kill-region. | |||||
| * | Delete obsolete comments. | Richard M. Stallman | 1992-09-26 | 1 | -29/+1 | |
| | | ||||||
| * | entered into RCS | Jim Blandy | 1992-08-04 | 1 | -64/+50 | |
| | | ||||||
| * | *** empty log message *** | Eric S. Raymond | 1992-07-22 | 1 | -3/+3 | |
| | | ||||||
| * | entered into RCS | Eric S. Raymond | 1992-07-22 | 1 | -3/+2 | |
| | | ||||||
| * | entered into RCS | Eric S. Raymond | 1992-07-22 | 4 | -8/+4 | |
| | | ||||||
| * | *** empty log message *** | Eric S. Raymond | 1992-07-17 | 3 | -0/+3 | |
| | | ||||||
| * | *** empty log message *** | Eric S. Raymond | 1992-07-17 | 3 | -0/+3 | |
| | | ||||||
| * | *** empty log message *** | Eric S. Raymond | 1992-07-16 | 3 | -23/+21 | |
| | | ||||||
| * | *** empty log message *** | Eric S. Raymond | 1992-07-16 | 1 | -4/+4 | |
| | | ||||||
| * | *** empty log message *** | Eric S. Raymond | 1992-07-15 | 1 | -1/+1 | |
| | | ||||||
| * | *** empty log message *** | Jim Blandy | 1992-07-15 | 1 | -2/+2 | |
| | | ||||||
| * | *** empty log message *** | Eric S. Raymond | 1992-07-14 | 3 | -13/+28 | |
| | | ||||||
| * | *** empty log message *** | Eric S. Raymond | 1992-07-14 | 1 | -4/+5 | |
| | | ||||||
| * | *** empty log message *** | Jim Blandy | 1992-06-10 | 1 | -9/+6 | |
| | | ||||||
| * | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 1 | -0/+107 | |
| | | ||||||
| * | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 1 | -0/+4 | |
| | | ||||||
| * | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 2 | -2/+6 | |
| | | ||||||
| * | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 1 | -1/+4 | |
| | | ||||||
| * | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 1 | -2/+4 | |
| | | ||||||
| * | *** empty log message *** | Jim Blandy | 1992-03-16 | 1 | -2/+3 | |
| | | ||||||
| * | Initial revision | Jim Blandy | 1991-07-01 | 1 | -0/+775 | |
| | | ||||||