summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
...
* (mark-ring): Add permanent-local prop. Doc fix.Richard M. Stallman1994-09-031-2/+2
* (set-mark): When POS is nil, always clear mark-active.Richard M. Stallman1994-08-301-2/+6
* (shell-command-on-region): Don't delete current buffer.Karl Heuer1994-08-241-2/+3
* (backward-delete-char-untabify): Doc fix.Richard M. Stallman1994-08-231-1/+1
* (choose-completion-string): Use plain exit-minibuffer,Richard M. Stallman1994-08-171-1/+2
* (completion-base-size): New variable.Richard M. Stallman1994-08-071-4/+13
* (choose-completion): Bury or iconify the completion listRichard M. Stallman1994-08-061-2/+11
* (end-of-buffer-other-window): Go to the end, not to the beginning.Richard M. Stallman1994-08-041-1/+1
* (choose-completion): Check for next-single-property-change returning nil.Richard M. Stallman1994-07-291-1/+1
* (line-move, next-line): Check last line moved overRichard M. Stallman1994-07-241-4/+11
* (completion-setup-function): Put on mouse-face propRichard M. Stallman1994-07-111-16/+17
* (line-move): Don't use message or ding; just signal errors.Richard M. Stallman1994-06-281-37/+29
* (beginning-of-buffer-other-window)Richard M. Stallman1994-06-251-0/+33
* (scroll-other-window-down): New command.Richard M. Stallman1994-06-221-4/+11
* (pop-global-mark): Discard entries for nonexistent buffers.Richard M. Stallman1994-06-141-0/+3
* (end-of-buffer): Recenter overlay lists.Richard M. Stallman1994-06-131-1/+3
* (delete-blank-lines): Doc fix.Richard M. Stallman1994-06-071-1/+1
* (completion-list-mode-map): Unbind down-mouse-2.Richard M. Stallman1994-06-011-0/+1
* (deactivate-mark): Do nothing unless transient-mark-mode.Richard M. Stallman1994-05-281-2/+4
* (completion-setup-function): Fix up the regexp.Richard M. Stallman1994-05-271-1/+1
* (choose-completion-string): Clear mouse-face property.Richard M. Stallman1994-05-261-0/+2
* (choose-completion):Richard M. Stallman1994-05-201-0/+8
* (completion-setup-function): Make highlight span single spaces.Richard M. Stallman1994-05-191-2/+6
* (shell-command): Use buffer name *Shell-Command*.Richard M. Stallman1994-05-121-1/+1
* (shell-command-on-region): Don't kill output buffer when in the one line case.Richard M. Stallman1994-05-101-2/+1
* (minibuffer-history-sexp-flag): Doc fix.Karl Heuer1994-05-071-1/+1
* (choose-completion-string): Barf if completing intoRichard M. Stallman1994-05-051-8/+16
* (shell-command): Remove space after `:' in mode-line-process.Richard M. Stallman1994-04-241-1/+1
* (kill-line, kill-word): Don't use save-excursion.Richard M. Stallman1994-04-241-6/+15
* (shell-command-filter): If point was at end, leave it at end.Richard M. Stallman1994-04-181-2/+4
* (shell-command-sentinel): Do nothing if buffer is dead.Richard M. Stallman1994-04-181-1/+2
* Move pop-global-mark bindings to loaddefs.el.Richard M. Stallman1994-04-181-3/+0
* (auto-fill-function): New function (doc placeholder).Richard M. Stallman1994-04-161-28/+34
* (quoted-insert): Do nothing special for meta chars.Richard M. Stallman1994-04-121-3/+0
* (hscroll-window-column): New function.Karl Heuer1994-04-081-23/+67
* (quoted-insert): Handle meta-chars usefully.Richard M. Stallman1994-04-061-0/+3
* (completion-setup-function): Add mouse-face properties.Karl Heuer1994-04-051-1/+6
* (choose-completion-delete-max-match): Renamed fromRichard M. Stallman1994-03-271-3/+46
* (blink-matching-open): Now three strategies for choosingRichard M. Stallman1994-03-261-6/+21
* (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