| Commit message (Expand) | Author | Age | Files | Lines |
* | (comment-region): Check for enough chars to delete | Richard M. Stallman | 1998-06-06 | 1 | -4/+5 |
* | (event-apply-alt-modifier, etc): Doc fixes. | Karl Heuer | 1998-06-01 | 1 | -0/+12 |
* | (keyboard-quit): Doc fix. | Karl Heuer | 1998-06-01 | 1 | -1/+1 |
* | (minibuffer-history-case-insensitive-variables): New var. | Richard M. Stallman | 1998-05-26 | 1 | -3/+16 |
* | (set-variable): Offer variable at point as default. | Richard M. Stallman | 1998-05-20 | 1 | -1/+6 |
* | (kill-region): Set this-command unconditionally in a read-only buffer. | Richard M. Stallman | 1998-05-19 | 1 | -2/+3 |
* | (rfc822-goto-eoh): Stop at a blank line, too. | Richard M. Stallman | 1998-05-02 | 1 | -3/+8 |
* | (assoc-ignore-representation): New function. | Richard M. Stallman | 1998-04-29 | 1 | -3/+15 |
* | (newline): Mark as hard the newline that was just | Karl Heuer | 1998-04-09 | 1 | -4/+6 |
* | (shell-command-on-region): Amend message to report | Dave Love | 1998-03-19 | 1 | -14/+20 |
* | (copy-region-as-kill): Set deactivate-mark | Richard M. Stallman | 1998-03-16 | 1 | -1/+1 |
* | Implement selective undo (by Paul Flinders). | Richard M. Stallman | 1998-03-14 | 1 | -13/+174 |
* | (do-auto-fill): Obey fill-nobreak-predicate. | Richard M. Stallman | 1998-03-09 | 1 | -16/+22 |
* | (backward-delete-char-untabify-method): New user option. | Richard M. Stallman | 1998-03-06 | 1 | -2/+18 |
* | (quoted-insert): Allow direct insertion of codes in | Kenichi Handa | 1998-03-03 | 1 | -7/+7 |
* | (switch-to-completions): If no completions window, | Karl Heuer | 1998-01-18 | 1 | -4/+6 |
* | (previous-matching-history-element): Bind | Richard M. Stallman | 1997-12-22 | 1 | -2/+9 |
* | (copy-region-as-kill): Deactivate mark in transient-mark-mode. | Richard M. Stallman | 1997-12-21 | 1 | -3/+8 |
* | (completion-setup-hook): Add definition. | Richard M. Stallman | 1997-12-21 | 1 | -0/+6 |
* | (transpose-subr): Rewrite to make faster with big move | Andreas Schwab | 1997-12-17 | 1 | -31/+30 |
* | (indent-for-comment): Check for null `comment-start-skip'. | Dave Love | 1997-11-30 | 1 | -38/+41 |
* | (kill-region): Detect read-only text | Karl Heuer | 1997-11-19 | 1 | -42/+40 |
* | (comment-padding): New var. | Karl Heuer | 1997-11-15 | 1 | -0/+9 |
* | (end-of-visible-line): After skipping some invisible chars. | Karl Heuer | 1997-10-15 | 1 | -1/+0 |
* | (previous-matching-history-element): No need to bind | Karl Heuer | 1997-10-02 | 1 | -7/+8 |
* | (next-history-element): | Richard M. Stallman | 1997-09-12 | 1 | -1/+1 |
* | (eval-expression): Prefix arg means insert value in current buffer. | Richard M. Stallman | 1997-08-24 | 1 | -3/+6 |
* | (shell-command-on-region): New argument ERROR-BUFFER. | Richard M. Stallman | 1997-08-15 | 1 | -12/+36 |
* | (do-auto-fill): Better handling of a very long word | Richard M. Stallman | 1997-08-14 | 1 | -52/+58 |
* | (forward-visible-line): Handle nil value from | Richard M. Stallman | 1997-08-12 | 1 | -6/+10 |
* | (completion-setup-function): Don't set completion-base-size | Richard M. Stallman | 1997-08-08 | 1 | -2/+5 |
* | (comment-line-break-function): New variable. | Richard M. Stallman | 1997-08-05 | 1 | -2/+11 |
* | (shell-command-on-region, shell-command): Doc fixes. | Richard M. Stallman | 1997-08-04 | 1 | -1/+26 |
* | (line-move): If intangibility moves us to a different line, | Richard M. Stallman | 1997-07-26 | 1 | -10/+27 |
* | (yank, yank-pop): Bind inhibit-read-only | Richard M. Stallman | 1997-07-21 | 1 | -6/+6 |
* | (quoted-insert): Doc fix. | Richard M. Stallman | 1997-07-17 | 1 | -1/+3 |
* | (quoted-insert): Doc fix. | Richard M. Stallman | 1997-07-16 | 1 | -3/+7 |
* | (yank, yank-pop): Clear out read-only prop. | Richard M. Stallman | 1997-07-16 | 1 | -5/+11 |
* | (forward-visible-line): Correctly handle arg 0 | Richard M. Stallman | 1997-07-12 | 1 | -22/+24 |
* | (sendmail-user-agent-compose): New function; | Richard M. Stallman | 1997-07-05 | 1 | -23/+26 |
* | Finish previous change. | Richard M. Stallman | 1997-07-04 | 1 | -1/+1 |
* | (forward-visible-line): Use forward-line, not | Richard M. Stallman | 1997-07-04 | 1 | -1/+1 |
* | (next-line, previous-line): Doc fixes. | Richard M. Stallman | 1997-07-04 | 1 | -7/+17 |
* | (forward-visible-line): Handle 0 arg correctly. | Richard M. Stallman | 1997-06-29 | 1 | -21/+25 |
* | (paren-blinking group): Doc fix. | Richard M. Stallman | 1997-06-22 | 1 | -3/+3 |
* | Create paren-blinking custom group and put all blink-matching-paren variables... | Simon Marshall | 1997-06-19 | 1 | -13/+16 |
* | (do-auto-fill): Type in the previous change fixed. | Kenichi Handa | 1997-06-09 | 1 | -2/+2 |
* | (do-auto-fill): Bug fix for kinsoku processing. | Kenichi Handa | 1997-06-09 | 1 | -5/+5 |
* | (line-move): If moving into intangible text, | Richard M. Stallman | 1997-05-30 | 1 | -8/+29 |
* | (set-fill-column): Make the C-u case work. | Richard M. Stallman | 1997-05-19 | 1 | -9/+7 |