aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* (open-line): Properly put fill-prefix on each line.Richard M. Stallman1993-12-311-5/+6
* (open-line): Move fill-prefix insert inside save-excursion.Richard M. Stallman1993-12-311-2/+2
* (transient-mark-mode): Doc fix.Richard M. Stallman1993-12-301-2/+5
* ascii-character props for backspace, delete, etc. moved back to x-win.el.Richard M. Stallman1993-12-251-10/+0
* (setting up kp-... keys): Make ascii-character props.Richard M. Stallman1993-12-251-0/+12
* (next-complete-history-element): Doc fix.Richard M. Stallman1993-12-241-3/+3
* (count-lines): In selective-display case,Richard M. Stallman1993-11-241-1/+5
* (repeat-complex-command): Undo Oct 2 change.Richard M. Stallman1993-11-231-12/+9
* (eval-expression): Don't bind minibuffer-history-sexp-flag.Richard M. Stallman1993-11-191-9/+7
* (eval-expression): Fix typo: missing paren.Roland McGrath1993-10-261-2/+2
* (eval-expression, edit-and-eval-command): LetBrian Fox1993-10-251-12/+10
* (blink-matching-open): Treat / syntax like \ syntax.Richard M. Stallman1993-10-211-1/+1
* (edit-and-eval-command): Let `read-from-minibuffer' manipulate theBrian Fox1993-10-051-18/+24
* (kill-region): Use `equal' instead of `eq' to compare markers `beg'Brian Fox1993-09-211-1/+1
* (current-kill): Replace (% (+ N (- L K)) L) with (mod (- N K) L),Paul Eggert1993-08-101-5/+4
* (shell-command, shell-command-on-region):Richard M. Stallman1993-08-081-8/+5
* (do-auto-fill): Don't keep breaking the lineRichard M. Stallman1993-08-071-10/+16
* (shell-command-history): New variable.Richard M. Stallman1993-07-311-2/+6
* (read-expression-history): New defvar.Roland McGrath1993-07-261-2/+5
* (kill-ring-save): Delete spurious `message' call.Richard M. Stallman1993-07-261-6/+9
* (completion-list-mode): Renamed from completion-mode.Richard M. Stallman1993-07-221-11/+11
* (completion-setup-function): Insert the mouse help messageRichard M. Stallman1993-07-151-2/+3
* (completion-mode): New major mode.Richard M. Stallman1993-07-131-0/+30
* (kill-ring-save): Call deactivate-mark regardless of transient-mark-mode.Roland McGrath1993-07-081-1/+1
* (deactivate-mark): New function.Roland McGrath1993-07-081-9/+12
* Put error-conditions and error-message properties on 'mark-inactive.Roland McGrath1993-07-081-1/+4
* (kill-region): Cope with change hooks that change props.Richard M. Stallman1993-07-031-2/+9
* * simple.el: Add bindings to function-key-map so that the keypadJim Blandy1993-07-011-0/+26
* (mark-even-if-inactive): New variable.Richard M. Stallman1993-06-301-1/+8
* * 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