aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* * simple.el (hscroll-point-visible): Work as documented in theJim Blandy1993-06-111-10/+22
* (append-to-buffer): Interactively, supply all 3 args.Richard M. Stallman1993-06-101-1/+2
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
* (mark): Doc fix.Richard M. Stallman1993-06-051-2/+3
* (kill-ring-save): Doc fix.Richard M. Stallman1993-06-041-1/+1
* (undo): Pass proper arg to delete-auto-save-file-if-necessary.Richard M. Stallman1993-06-011-2/+3
* (kill-new): Pass t as 2nd arg to interprogram-cut-function.Richard M. Stallman1993-05-241-8/+11
* (shell-command): Don't activate mark even momentarily.Richard M. Stallman1993-05-241-1/+6
* (pending-undo-list): Var declared.Richard M. Stallman1993-05-221-0/+3
* (transient-mark-mode): Doc fix.Richard M. Stallman1993-05-211-1/+1
* (keyboard-quit): Run deactivate-mark-hook.Richard M. Stallman1993-05-171-17/+33
* (push-mark): Always activate the mark if not in Transient Mark mode.Richard M. Stallman1993-05-161-2/+3
* (yank, yank-pop): Don't activate the mark.Richard M. Stallman1993-05-161-9/+20
* (push-mark): Don't activate the mark.Richard M. Stallman1993-05-151-12/+22
* (transient-mark-mode): New command.Richard M. Stallman1993-05-151-0/+12
* (previous-matching-history-element): If minibuf is empty,Richard M. Stallman1993-05-061-14/+24
* (blink-matching-paren-distance): Change default to 12,000.Richard M. Stallman1993-05-051-3/+2
* (up-arrow, down-arrow, left-arrow, right-arrow): Deleted.Richard M. Stallman1993-04-291-38/+46
* (hscroll-step): New variable.Eric S. Raymond1993-04-271-7/+26
* (down-arrow): New function. Uses next-line-add-newlines to suppressEric S. Raymond1993-04-251-0/+14
* All fsets changed to defaliases.Eric S. Raymond1993-04-231-28/+51
* (indent-for-comment): Use skip-syntax-backward in place ofRoland McGrath1993-03-311-9/+10
* (count-lines): Use save-match-data.Richard M. Stallman1993-03-291-12/+13
* *** empty log message ***Eric S. Raymond1993-03-291-0/+28
* Added or corrected Commentary headersEric S. Raymond1993-03-221-0/+5
* (line-number-mode): New function and variable.Richard M. Stallman1993-03-211-2/+16
* * simple.el (comment-indent-function): New variable, intended toJim Blandy1993-03-211-2/+9
* src/ * simple.el (quoted-insert): In overwrite mode, don't read digitsJim Blandy1993-03-161-8/+51
* * simple.el (kill-ring-save): Doc fix.Jim Blandy1993-03-111-3/+9
* (set-mark): Activate the mark.Richard M. Stallman1993-03-091-8/+19
* (prefix-arg-internal): Use listify-key-sequence.Richard M. Stallman1993-03-061-1/+1
* * simple.el (kill-region): If the buffer is read-only, callJim Blandy1993-03-021-5/+5
* Restore nuked information in minibuffer history bindings.Roland McGrath1993-02-051-5/+5
* Once again, go back to ordinary next-history-elementRichard M. Stallman1993-02-051-2/+2
* * simple.el (kill-region): If the buffer is read-only, do beep,Jim Blandy1993-02-011-5/+15
* (next-complete-history-element): Restore point after replacing theRoland McGrath1993-01-281-8/+13
* Don't use the completion-oriented history commands.Richard M. Stallman1993-01-281-5/+7
* JimB's changes since January 18thJim Blandy1993-01-261-8/+5
* (next-complete-history-element): Use only buffer contents before pointRoland McGrath1993-01-251-2/+2
* ({next,previous}-complete-history-element): New functions.Roland McGrath1993-01-251-13/+36
* * simple.el (set-goal-column): Make this command disabled by default.Jim Blandy1993-01-141-1/+4
* (kill-append): Doc fix.Richard M. Stallman1993-01-111-1/+1
* * simple.el (kill-region): Change interactive spec to signal anJim Blandy1993-01-071-6/+8
* * simple.el (comment-column): Doc fix.Jim Blandy1992-11-151-2/+4
* * simple.el (previous-line): Doc fix.Jim Blandy1992-11-071-2/+4
* (shell-command-on-region):Richard M. Stallman1992-10-271-1/+1
* (goal-column): Don't put the defvar inside the make-variable-buffer-local.Richard M. Stallman1992-10-231-4/+5
* (comment-region): Do move to next line, in neg arg case.Richard M. Stallman1992-10-201-1/+2
* (insert-buffer): Before reading arg, barf if read-only.Richard M. Stallman1992-10-041-1/+2
* (open-line): Shield undo from the hack to insert at pt-1.Richard M. Stallman1992-10-031-1/+11