aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* (undo): Don't let the undo entries for the undoRichard M. Stallman1994-03-161-0/+10
* (comment-column): Doc fix.Karl Heuer1994-03-071-1/+1
* (current-word): Check properly for bolp. New optional arg STRICT. Doc fix.Richard M. Stallman1994-03-031-20/+26
* (completion-list-mode): Set completion-reference-bufferRichard M. Stallman1994-03-021-5/+12
* (current-word): Remove (interactive).Karl Heuer1994-02-141-1/+0
* (undo, yank): Set this-command to t at start,Richard M. Stallman1994-02-131-2/+11
* Fix syntax used for C-SPC.Karl Heuer1994-02-111-1/+1
* Fix Roland's misplaced paren around call to marker-buffer.Michael I. Bushnell1994-02-071-1/+1
* (push-mark): Don't push on global-mark-ring if its car is a marker in theRoland McGrath1994-02-071-3/+9
* (global-mark-ring, global-mark-ring-max): New variables.Roland McGrath1994-02-071-2/+38
* (kill-region): Test inhibit-read-only.Richard M. Stallman1994-02-061-1/+1
* (do-auto-fill): Don't break line at period-single-space.Richard M. Stallman1994-02-041-7/+29
* (comment-region): Fix previous change.Richard M. Stallman1994-02-041-10/+10
* Rms (in his change to comment-region on Feb 1) decided to makeMichael I. Bushnell1994-02-031-2/+2
* (comment-region): Handle comment-end deletion for C-u.Richard M. Stallman1994-02-021-24/+52
* (next-line): Move error signaling and special end ofRichard M. Stallman1994-01-261-37/+45
* (shell-command-on-region): If we quit the command,Richard M. Stallman1994-01-191-35/+41
* (open-line): Treat all cases of enabled undo alike.Richard M. Stallman1994-01-111-1/+1
* (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