aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* (set-fill-column): Make the C-u case work.Richard M. Stallman1997-05-191-9/+7
* (do-auto-fill): Check enable-kinsoku and enable-multibyte-characters.Richard M. Stallman1997-05-171-7/+2
* (quoted-insert-character-offset): Initialize more cleanly.Richard M. Stallman1997-05-101-5/+70
* Use defgroup and defcustom.Richard M. Stallman1997-05-051-56/+144
* (minibuffer-text-before-history): New variable.Richard M. Stallman1997-05-051-49/+38
* (set-variable): Simplify previous change.Richard M. Stallman1997-05-011-4/+1
* (set-variable): Check VALUE against type info if available.Richard M. Stallman1997-04-301-18/+45
* (compose-mail): Make prefix arg mean "continue".Richard M. Stallman1997-04-291-1/+19
* (quoted-insert-character-offset): New variable.Richard M. Stallman1997-04-281-0/+9
* Fix previous change.Richard M. Stallman1997-04-201-5/+6
* (transient-mark-mode): Print message if used interactively.Richard M. Stallman1997-04-201-3/+6
* (overwrite-mode-binary, overwrite-mode-textual): Use defvar.Richard M. Stallman1997-04-151-2/+2
* (keyboard-escape-quit): Exit recursive edits,Richard M. Stallman1997-04-101-1/+5
* (set-variable): Suggest only valid user variable.Richard M. Stallman1997-04-011-1/+1
* (set-variable): Use user-variable-p. Clean up.Erik Naggum1997-03-281-9/+8
* (set-variable): Take default from `variable-at-point'.Richard M. Stallman1997-03-271-1/+9
* (newline): Be more conservative about when to use the optimization.Richard M. Stallman1997-03-221-2/+16
* (eval-expression): No longer disabled, since M-: isn'tKarl Heuer1997-03-021-4/+2
* (kill-forward-chars, kill-backward-chars): PayKarl Heuer1997-02-201-18/+40
* (set-fill-column): Print the old value too.Richard M. Stallman1997-02-011-2/+3
* (sendmail-user-agent): Insert all the OTHER-HEADERS.Richard M. Stallman1997-01-311-1/+11
* (completion-no-auto-exit): New variable.Richard M. Stallman1997-01-241-2/+9
* (delete-completion-window): Handle special display frames.Richard M. Stallman1997-01-091-3/+6
* (repeat-complex-command): BindRichard M. Stallman1997-01-011-3/+3
* (sendmail-user-agent): Avoid error for CONTINUE non-nil.Richard M. Stallman1996-12-181-0/+1
* (compose-mail): Doc fix.Richard M. Stallman1996-12-181-3/+5
* Change most defconsts to defvars.Richard M. Stallman1996-12-161-19/+19
* (compose-mail): Handle several more args:Richard M. Stallman1996-12-071-6/+53
* (sendmail-user-agent): Support 2 optional args.Richard M. Stallman1996-12-071-10/+17
* (comment-region): With just C-u as arg,Richard M. Stallman1996-11-031-5/+5
* (universal-argument): Doc fix.Richard M. Stallman1996-10-151-1/+2
* Use defalias not define-function.Richard M. Stallman1996-10-121-2/+2
* (newline): Use buffer-has-markers-at.Richard M. Stallman1996-10-111-0/+2
* (line-move): Ignore invisibility in `move-to-column'.Richard M. Stallman1996-10-081-2/+5
* (shell-command-to-string): Make the buffer currentRichard M. Stallman1996-09-241-1/+3
* (shell-command-to-string): New function.Richard M. Stallman1996-09-241-0/+5
* (set-hard-newline-properties): New fn.Richard M. Stallman1996-09-011-7/+10
* (do-auto-fill): Do break after one word as last resortRichard M. Stallman1996-08-301-2/+62
* (kill-region): inhibit-read-only overrides text props too.Richard M. Stallman1996-08-211-2/+3
* (shell-command): Really use output-buffer in synchronousRichard M. Stallman1996-08-171-1/+1
* (normal-auto-fill-function): New variable.Richard M. Stallman1996-08-071-6/+13
* (newline): Don't do the optimization if the newline before point isMiles Bader1996-07-041-0/+8
* (choose-completion-string): Don't exit the minibufferRichard M. Stallman1996-06-221-1/+9
* (set-fill-column): Error if no argument.Richard M. Stallman1996-06-141-3/+9
* (shell-command-on-region): In output buffer, displayKarl Heuer1996-05-301-1/+4
* Use executing-kbd-macro, not executing-macro.Karl Heuer1996-05-291-1/+1
* (do-auto-fill): Return t if real work was done.Karl Heuer1996-05-211-1/+5
* (shell-command-on-region): Start of region to keep isKarl Heuer1996-04-301-1/+1
* (insert-buffer): Fix typo in previous change.Erik Naggum1996-03-181-1/+1
* * simple.el (insert-buffer): Interactive default changed to a moreFrancesco Potortì1996-03-181-4/+9