aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* (auto-fill-mode): Use force-mode-line-update.Karl Heuer1995-04-251-2/+1
* (line-move): Fix previous change: if we get an error,Richard M. Stallman1995-04-181-69/+75
* (newline): Don't auto-fill if flag is on; it was filling wrong line.Richard M. Stallman1995-04-101-1/+3
* (line-move): Turn off intangibility for intermediate stops.Richard M. Stallman1995-04-091-60/+71
* (newline): Don't indent afterward if at page sep line.Richard M. Stallman1995-04-091-10/+29
* Fix typo in prev change.Richard M. Stallman1995-04-091-1/+1
* (completion-setup-function): Undo March 11 change.Richard M. Stallman1995-04-081-11/+28
* Update copyright.Karl Heuer1995-04-071-1/+1
* Change bindings of event-apply-control-modifier,Karl Heuer1995-04-051-13/+6
* (event-apply-modifier): Fix off-by-one errors.Karl Heuer1995-04-041-4/+4
* (choose-completion-string): Use active-minibuffer-window.Richard M. Stallman1995-03-311-2/+3
* (event-apply-modifier): New function.Richard M. Stallman1995-03-281-0/+61
* (shell-command): Use *Async Shell Command* forRichard M. Stallman1995-03-211-2/+11
* (line-move): Handle conses in buffer-invisibility-spec.Richard M. Stallman1995-03-161-5/+11
* (block-comment-start, block-comment-end): New vars.Richard M. Stallman1995-03-121-38/+53
* (completion-setup-function): Set completion-base-size.Richard M. Stallman1995-03-111-2/+4
* (line-move-ignore-invisible): New variable.Richard M. Stallman1995-03-101-1/+23
* (indent-new-comment-line): Clean up handling of \(...\) in comment-start-skip.Richard M. Stallman1995-03-081-6/+5
* (shell-command-on-region): Obey REPLACE even ifRichard M. Stallman1995-03-031-7/+8
* (newline): Moved from cmds.c. Indents lastBoris Goldowsky1995-03-011-0/+34
* (shell-command-on-region): Fix typos in doc string.Karl Heuer1995-03-011-72/+1
* (shell-command-on-region): Rename arg; doc fix.Richard M. Stallman1995-02-281-11/+13
* (open-line): indent when inserting fil-prefix.Boris Goldowsky1995-02-231-11/+9
* (shell-command-on-region): When computing interactive args,Richard M. Stallman1995-02-231-5/+11
* (quoted-insert): Use insert-and-inherit.Richard M. Stallman1995-02-171-3/+6
* (next-history-element): Do nothing if n is 0.Richard M. Stallman1995-02-121-16/+20
* (indent-new-comment-line): Obey the conventionRichard M. Stallman1995-01-301-1/+6
* (mark): If transient-mark-mode is nil, mark is active.Karl Heuer1995-01-231-1/+1
* (do-auto-fill): justification renamed to current-justification.Richard M. Stallman1995-01-191-1/+1
* (do-auto-fill): Fill, don't fill, or fill-and-justifyRichard M. Stallman1995-01-191-14/+34
* (open-line, split-line, next-line): Use `newline'Richard M. Stallman1995-01-131-27/+18
* (what-cursor-position): Show char in decimal, hex, octal.Richard M. Stallman1995-01-061-4/+4
* (pop-global-mark): Make pop-global-mark treatRichard M. Stallman1995-01-051-1/+2
* (switch-to-completions): New command, with bindings in minibuf completion maps.Richard M. Stallman1994-12-291-1/+47
* (completion-reference-buffer): Initialize to nil.Richard M. Stallman1994-12-251-1/+2
* (next-line, previous-line): If interactive and not inRichard M. Stallman1994-12-231-5/+13
* (buffer-quit-function): New variable.Richard M. Stallman1994-12-151-3/+20
* (keyboard-escape-quit): New command.Richard M. Stallman1994-11-281-17/+47
* (append-to-buffer): Don't use current buffer as default.Richard M. Stallman1994-11-221-1/+1
* (kill-region): Use = to compare positions.Richard M. Stallman1994-11-221-1/+2
* (kill-region): Set this-command unconditionally.Karl Heuer1994-11-181-3/+4
* Comment reason for preceding change.Karl Heuer1994-11-091-0/+3
* (copy-region-as-kill): Don't set this-command.Richard M. Stallman1994-11-091-1/+0
* (set-variable): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+3
* (shell-command-switch): New variable.Richard M. Stallman1994-11-011-5/+9
* (blink-matching-delay): New variable.Richard M. Stallman1994-11-011-1/+4
* (line-move): Use sign of arg to choose error condition.Richard M. Stallman1994-10-301-1/+1
* (blink-matching-open): Do blink if an even number ofRichard M. Stallman1994-10-301-1/+6
* (edit-and-eval-command): Elements of command-history are forms, not strings.Karl Heuer1994-10-201-0/+9
* (count-lines): Do save-match-data only when necessary.Richard M. Stallman1994-10-161-8/+8