summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* (newline): Mark as hard the newline that was justKarl Heuer1998-04-091-4/+6
* (shell-command-on-region): Amend message to reportDave Love1998-03-191-14/+20
* (copy-region-as-kill): Set deactivate-markRichard M. Stallman1998-03-161-1/+1
* Implement selective undo (by Paul Flinders).Richard M. Stallman1998-03-141-13/+174
* (do-auto-fill): Obey fill-nobreak-predicate.Richard M. Stallman1998-03-091-16/+22
* (backward-delete-char-untabify-method): New user option.Richard M. Stallman1998-03-061-2/+18
* (quoted-insert): Allow direct insertion of codes inKenichi Handa1998-03-031-7/+7
* (switch-to-completions): If no completions window,Karl Heuer1998-01-181-4/+6
* (previous-matching-history-element): BindRichard M. Stallman1997-12-221-2/+9
* (copy-region-as-kill): Deactivate mark in transient-mark-mode.Richard M. Stallman1997-12-211-3/+8
* (completion-setup-hook): Add definition.Richard M. Stallman1997-12-211-0/+6
* (transpose-subr): Rewrite to make faster with big moveAndreas Schwab1997-12-171-31/+30
* (indent-for-comment): Check for null `comment-start-skip'.Dave Love1997-11-301-38/+41
* (kill-region): Detect read-only textKarl Heuer1997-11-191-42/+40
* (comment-padding): New var.Karl Heuer1997-11-151-0/+9
* (end-of-visible-line): After skipping some invisible chars.Karl Heuer1997-10-151-1/+0
* (previous-matching-history-element): No need to bindKarl Heuer1997-10-021-7/+8
* (next-history-element):Richard M. Stallman1997-09-121-1/+1
* (eval-expression): Prefix arg means insert value in current buffer.Richard M. Stallman1997-08-241-3/+6
* (shell-command-on-region): New argument ERROR-BUFFER.Richard M. Stallman1997-08-151-12/+36
* (do-auto-fill): Better handling of a very long wordRichard M. Stallman1997-08-141-52/+58
* (forward-visible-line): Handle nil value fromRichard M. Stallman1997-08-121-6/+10
* (completion-setup-function): Don't set completion-base-sizeRichard M. Stallman1997-08-081-2/+5
* (comment-line-break-function): New variable.Richard M. Stallman1997-08-051-2/+11
* (shell-command-on-region, shell-command): Doc fixes.Richard M. Stallman1997-08-041-1/+26
* (line-move): If intangibility moves us to a different line,Richard M. Stallman1997-07-261-10/+27
* (yank, yank-pop): Bind inhibit-read-onlyRichard M. Stallman1997-07-211-6/+6
* (quoted-insert): Doc fix.Richard M. Stallman1997-07-171-1/+3
* (quoted-insert): Doc fix.Richard M. Stallman1997-07-161-3/+7
* (yank, yank-pop): Clear out read-only prop.Richard M. Stallman1997-07-161-5/+11
* (forward-visible-line): Correctly handle arg 0Richard M. Stallman1997-07-121-22/+24
* (sendmail-user-agent-compose): New function;Richard M. Stallman1997-07-051-23/+26
* Finish previous change.Richard M. Stallman1997-07-041-1/+1
* (forward-visible-line): Use forward-line, notRichard M. Stallman1997-07-041-1/+1
* (next-line, previous-line): Doc fixes.Richard M. Stallman1997-07-041-7/+17
* (forward-visible-line): Handle 0 arg correctly.Richard M. Stallman1997-06-291-21/+25
* (paren-blinking group): Doc fix.Richard M. Stallman1997-06-221-3/+3
* Create paren-blinking custom group and put all blink-matching-paren variables...Simon Marshall1997-06-191-13/+16
* (do-auto-fill): Type in the previous change fixed.Kenichi Handa1997-06-091-2/+2
* (do-auto-fill): Bug fix for kinsoku processing.Kenichi Handa1997-06-091-5/+5
* (line-move): If moving into intangible text,Richard M. Stallman1997-05-301-8/+29
* (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