aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* (shell-command-on-region-default-error-buffer): New var.Richard M. Stallman1999-01-181-86/+96
* (join-line): New alias.Dave Love1999-01-151-0/+2
* (comment-region): Delete spaces only if weRichard M. Stallman1999-01-081-3/+6
* (what-cursor-position): Fix previous change.Richard M. Stallman1998-12-301-10/+10
* (what-cursor-position): Print character encoding also.Richard M. Stallman1998-12-271-30/+46
* (comment-region): Handle comment-paddingKarl Heuer1998-12-141-15/+22
* (transpose-subr, transpose-subr-1): Rename variablesRichard M. Stallman1998-11-281-21/+31
* (line-number-mode): Doc fix.Karl Heuer1998-11-071-1/+4
* (shell-command-on-region): Doc fix.Andreas Schwab1998-10-301-1/+1
* (do-auto-fill): Adjust argument for fill-find-break-point.Kenichi Handa1998-10-211-5/+9
* (kill-ring-max): Increased to 60.Richard M. Stallman1998-10-191-1/+1
* (do-auto-fill): Don't check kinsoku-enable here.Kenichi Handa1998-10-191-3/+6
* (next-history-element): Special error message if no default.Richard M. Stallman1998-10-161-1/+3
* (shell-command-on-region): Doc fix.Richard M. Stallman1998-10-161-6/+9
* (completion-fixup-function): Variable deleted.Richard M. Stallman1998-10-131-16/+1
* (set-fill-column): Doc fix.Richard M. Stallman1998-10-131-0/+1
* (blink-matching-open): Don't log paren matchingKarl Heuer1998-09-131-1/+2
* (what-cursor-position): Check charset-origin-alist.Kenichi Handa1998-08-021-6/+35
* (do-auto-fill): Always break before any whitespaceRichard M. Stallman1998-07-141-0/+2
* (undo-in-progress): New variable.Richard M. Stallman1998-07-091-1/+6
* (comment-region): Check for enough chars to deleteRichard M. Stallman1998-06-061-4/+5
* (event-apply-alt-modifier, etc): Doc fixes.Karl Heuer1998-06-011-0/+12
* (keyboard-quit): Doc fix.Karl Heuer1998-06-011-1/+1
* (minibuffer-history-case-insensitive-variables): New var.Richard M. Stallman1998-05-261-3/+16
* (set-variable): Offer variable at point as default.Richard M. Stallman1998-05-201-1/+6
* (kill-region): Set this-command unconditionally in a read-only buffer.Richard M. Stallman1998-05-191-2/+3
* (rfc822-goto-eoh): Stop at a blank line, too.Richard M. Stallman1998-05-021-3/+8
* (assoc-ignore-representation): New function.Richard M. Stallman1998-04-291-3/+15
* (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