log lisp/simple.el @ 20484:089c85c48eab

age author description
Sun, 21 Dec 1997 01:52:31 +0000 Richard M. Stallman (copy-region-as-kill): Deactivate mark in transient-mark-mode.
Sun, 21 Dec 1997 01:47:48 +0000 Richard M. Stallman (completion-setup-hook): Add definition.
Wed, 17 Dec 1997 13:54:03 +0000 Andreas Schwab (transpose-subr): Rewrite to make faster with big move
Sun, 30 Nov 1997 12:20:49 +0000 Dave Love (indent-for-comment): Check for null `comment-start-skip'.
Wed, 19 Nov 1997 21:36:56 +0000 Karl Heuer (kill-region): Detect read-only text
Sat, 15 Nov 1997 21:14:21 +0000 Karl Heuer (comment-padding): New var.
Wed, 15 Oct 1997 23:10:11 +0000 Karl Heuer (end-of-visible-line): After skipping some invisible chars.
Thu, 02 Oct 1997 03:04:15 +0000 Karl Heuer (previous-matching-history-element): No need to bind
Fri, 12 Sep 1997 20:55:34 +0000 Richard M. Stallman (next-history-element):
Sun, 24 Aug 1997 21:28:21 +0000 Richard M. Stallman (eval-expression): Prefix arg means insert value in current buffer.
Fri, 15 Aug 1997 23:41:50 +0000 Richard M. Stallman (shell-command-on-region): New argument ERROR-BUFFER.
Thu, 14 Aug 1997 03:55:49 +0000 Richard M. Stallman (do-auto-fill): Better handling of a very long word
Tue, 12 Aug 1997 23:18:41 +0000 Richard M. Stallman (forward-visible-line): Handle nil value from
Fri, 08 Aug 1997 22:09:25 +0000 Richard M. Stallman (completion-setup-function): Don't set completion-base-size
Tue, 05 Aug 1997 06:07:24 +0000 Richard M. Stallman (comment-line-break-function): New variable.
Mon, 04 Aug 1997 00:51:07 +0000 Richard M. Stallman (shell-command-on-region, shell-command): Doc fixes.
Sat, 26 Jul 1997 22:22:59 +0000 Richard M. Stallman (line-move): If intangibility moves us to a different line,
Mon, 21 Jul 1997 22:29:32 +0000 Richard M. Stallman (yank, yank-pop): Bind inhibit-read-only
Thu, 17 Jul 1997 04:45:19 +0000 Richard M. Stallman (quoted-insert): Doc fix.
Wed, 16 Jul 1997 05:37:04 +0000 Richard M. Stallman (quoted-insert): Doc fix.
Wed, 16 Jul 1997 05:33:34 +0000 Richard M. Stallman (yank, yank-pop): Clear out read-only prop.
Sat, 12 Jul 1997 06:33:49 +0000 Richard M. Stallman (forward-visible-line): Correctly handle arg 0
Sat, 05 Jul 1997 03:44:54 +0000 Richard M. Stallman (sendmail-user-agent-compose): New function;
Fri, 04 Jul 1997 21:03:05 +0000 Richard M. Stallman Finish previous change.
Fri, 04 Jul 1997 21:01:42 +0000 Richard M. Stallman (forward-visible-line): Use forward-line, not
Fri, 04 Jul 1997 04:47:05 +0000 Richard M. Stallman (next-line, previous-line): Doc fixes.
Sun, 29 Jun 1997 21:36:37 +0000 Richard M. Stallman (forward-visible-line): Handle 0 arg correctly.
Sun, 22 Jun 1997 09:16:07 +0000 Richard M. Stallman (paren-blinking group): Doc fix.
Thu, 19 Jun 1997 09:04:09 +0000 Simon Marshall Create paren-blinking custom group and put all blink-matching-paren variables in it.
Mon, 09 Jun 1997 13:07:45 +0000 Kenichi Handa (do-auto-fill): Type in the previous change fixed.
Mon, 09 Jun 1997 12:51:42 +0000 Kenichi Handa (do-auto-fill): Bug fix for kinsoku processing.
Fri, 30 May 1997 00:58:54 +0000 Richard M. Stallman (line-move): If moving into intangible text,
Mon, 19 May 1997 02:52:50 +0000 Richard M. Stallman (set-fill-column): Make the C-u case work.
Sat, 17 May 1997 04:28:13 +0000 Richard M. Stallman (do-auto-fill): Check enable-kinsoku and enable-multibyte-characters.
Sat, 10 May 1997 00:39:44 +0000 Richard M. Stallman (quoted-insert-character-offset): Initialize more cleanly.
Mon, 05 May 1997 11:57:31 +0000 Richard M. Stallman Use defgroup and defcustom.
Mon, 05 May 1997 11:54:37 +0000 Richard M. Stallman (minibuffer-text-before-history): New variable.
Thu, 01 May 1997 17:36:50 +0000 Richard M. Stallman (set-variable): Simplify previous change.
Wed, 30 Apr 1997 18:57:35 +0000 Richard M. Stallman (set-variable): Check VALUE against type info if available.
Tue, 29 Apr 1997 02:07:02 +0000 Richard M. Stallman (compose-mail): Make prefix arg mean "continue".
Mon, 28 Apr 1997 12:47:24 +0000 Richard M. Stallman (quoted-insert-character-offset): New variable.
Sun, 20 Apr 1997 01:30:13 +0000 Richard M. Stallman Fix previous change.
Sun, 20 Apr 1997 01:28:20 +0000 Richard M. Stallman (transient-mark-mode): Print message if used interactively.
Tue, 15 Apr 1997 07:48:25 +0000 Richard M. Stallman (overwrite-mode-binary, overwrite-mode-textual): Use defvar.
Thu, 10 Apr 1997 06:29:59 +0000 Richard M. Stallman (keyboard-escape-quit): Exit recursive edits,
Tue, 01 Apr 1997 22:09:02 +0000 Richard M. Stallman (set-variable): Suggest only valid user variable.
Fri, 28 Mar 1997 02:33:07 +0000 Erik Naggum (set-variable): Use user-variable-p. Clean up.
Thu, 27 Mar 1997 00:25:39 +0000 Richard M. Stallman (set-variable): Take default from `variable-at-point'.
Sat, 22 Mar 1997 03:54:14 +0000 Richard M. Stallman (newline): Be more conservative about when to use the optimization.
Sun, 02 Mar 1997 01:01:13 +0000 Karl Heuer (eval-expression): No longer disabled, since M-: isn't
Thu, 20 Feb 1997 05:35:12 +0000 Karl Heuer (kill-forward-chars, kill-backward-chars): Pay
Sat, 01 Feb 1997 02:19:14 +0000 Richard M. Stallman (set-fill-column): Print the old value too.
Fri, 31 Jan 1997 20:44:12 +0000 Richard M. Stallman (sendmail-user-agent): Insert all the OTHER-HEADERS.
Fri, 24 Jan 1997 03:51:57 +0000 Richard M. Stallman (completion-no-auto-exit): New variable.
Thu, 09 Jan 1997 07:59:03 +0000 Richard M. Stallman (delete-completion-window): Handle special display frames.
Wed, 01 Jan 1997 03:37:37 +0000 Richard M. Stallman (repeat-complex-command): Bind
Wed, 18 Dec 1996 23:27:56 +0000 Richard M. Stallman (sendmail-user-agent): Avoid error for CONTINUE non-nil.
Wed, 18 Dec 1996 16:32:43 +0000 Richard M. Stallman (compose-mail): Doc fix.
Mon, 16 Dec 1996 00:52:56 +0000 Richard M. Stallman Change most defconsts to defvars.
Sat, 07 Dec 1996 21:30:17 +0000 Richard M. Stallman (compose-mail): Handle several more args:
Sat, 07 Dec 1996 20:36:21 +0000 Richard M. Stallman (sendmail-user-agent): Support 2 optional args.
Sun, 03 Nov 1996 18:23:24 +0000 Richard M. Stallman (comment-region): With just C-u as arg,
Tue, 15 Oct 1996 03:19:56 +0000 Richard M. Stallman (universal-argument): Doc fix.
Sat, 12 Oct 1996 23:54:33 +0000 Richard M. Stallman Use defalias not define-function.
Fri, 11 Oct 1996 03:11:00 +0000 Richard M. Stallman (newline): Use buffer-has-markers-at.
Tue, 08 Oct 1996 21:35:03 +0000 Richard M. Stallman (line-move): Ignore invisibility in `move-to-column'.
Tue, 24 Sep 1996 23:54:08 +0000 Richard M. Stallman (shell-command-to-string): Make the buffer current
Tue, 24 Sep 1996 20:04:48 +0000 Richard M. Stallman (shell-command-to-string): New function.
Sun, 01 Sep 1996 03:24:22 +0000 Richard M. Stallman (set-hard-newline-properties): New fn.
Fri, 30 Aug 1996 16:59:20 +0000 Richard M. Stallman (do-auto-fill): Do break after one word as last resort
Wed, 21 Aug 1996 16:20:39 +0000 Richard M. Stallman (kill-region): inhibit-read-only overrides text props too.
Sat, 17 Aug 1996 02:10:31 +0000 Richard M. Stallman (shell-command): Really use output-buffer in synchronous
Wed, 07 Aug 1996 19:45:46 +0000 Richard M. Stallman (normal-auto-fill-function): New variable.
Thu, 04 Jul 1996 18:55:49 +0000 Miles Bader (newline): Don't do the optimization if the newline before point is
Sat, 22 Jun 1996 04:50:32 +0000 Richard M. Stallman (choose-completion-string): Don't exit the minibuffer
Fri, 14 Jun 1996 02:11:11 +0000 Richard M. Stallman (set-fill-column): Error if no argument.
Thu, 30 May 1996 20:44:17 +0000 Karl Heuer (shell-command-on-region): In output buffer, display
Wed, 29 May 1996 17:17:34 +0000 Karl Heuer Use executing-kbd-macro, not executing-macro.
Tue, 21 May 1996 14:31:40 +0000 Karl Heuer (do-auto-fill): Return t if real work was done.
Tue, 30 Apr 1996 03:21:44 +0000 Karl Heuer (shell-command-on-region): Start of region to keep is
Mon, 18 Mar 1996 19:32:24 +0000 Erik Naggum (insert-buffer): Fix typo in previous change.
Mon, 18 Mar 1996 18:50:25 +0000 Francesco Potort * simple.el (insert-buffer): Interactive default changed to a more
Thu, 29 Feb 1996 22:00:50 +0000 Richard M. Stallman (backward-delete-char-untabify):
Wed, 21 Feb 1996 21:25:30 +0000 Karl Heuer (shell-command): Call file name handler.
Tue, 06 Feb 1996 23:56:47 +0000 Richard M. Stallman (text-read-only): New error symbol.
Sun, 14 Jan 1996 07:34:30 +0000 Erik Naggum Update FSF's address.
Thu, 04 Jan 1996 23:20:13 +0000 Karl Heuer (shell-command): Fix message spelling.
Thu, 21 Dec 1995 18:08:12 +0000 Karl Heuer (blink-matching-paren-on-screen): New variable.
Sat, 18 Nov 1995 16:46:53 +0000 Richard M. Stallman (do-auto-fill): Look at 2nd line for fill prefix
Sat, 11 Nov 1995 23:56:47 +0000 Richard M. Stallman (universal-argument-other-key): Add to existing unread-command-events value.
Fri, 10 Nov 1995 17:33:26 +0000 Richard M. Stallman (do-auto-fill): Use fill-context-prefix.
Sun, 29 Oct 1995 23:03:05 +0000 Richard M. Stallman (column-number-mode): Make default value nil.
Wed, 11 Oct 1995 03:11:11 +0000 Richard M. Stallman (next-completion): Specify the LIMIT arg when searching for text properties.
Fri, 06 Oct 1995 22:40:25 +0000 Richard M. Stallman (newline): Call barf-if-buffer-read-only.
Wed, 30 Aug 1995 19:33:08 +0000 Richard M. Stallman (kill-new): Compute 2nd arg to interprogram-cut-function based on REPLACE.
Fri, 25 Aug 1995 14:16:26 +0000 Richard M. Stallman (what-line): Print narrowed linenum with full buffer num.
Sat, 19 Aug 1995 16:59:43 +0000 Richard M. Stallman (blink-matching-paren-dont-ignore-comments): New var.
Sat, 12 Aug 1995 09:22:04 +0000 Richard M. Stallman (shell-command-on-region): Don't examine order of
Sun, 06 Aug 1995 06:27:10 +0000 Richard M. Stallman (column-number-mode, line-number-mode): Default now t.
Sun, 30 Jul 1995 00:46:23 +0000 Richard M. Stallman (do-auto-fill): Handle adaptive-fill-function and adaptive-fill-regexp.
Fri, 28 Jul 1995 02:38:16 +0000 Richard M. Stallman (do-auto-fill): Handle adaptive-fill-regexp.
Fri, 21 Jul 1995 01:43:21 +0000 Richard M. Stallman (indent-new-comment-line): fill-prefix overrides comment indentation.
Mon, 17 Jul 1995 23:03:53 +0000 Karl Heuer (shell-command): Use save-match-data.
Fri, 07 Jul 1995 13:26:23 +0000 Richard M. Stallman (switch-to-completions): Make a completions window if none.
Thu, 29 Jun 1995 03:18:29 +0000 Richard M. Stallman (do-auto-fill): No-op if (current-fill-column) is nil.
Tue, 27 Jun 1995 18:58:26 +0000 Richard M. Stallman (newline): Put point at right place if insert gets error.
Wed, 21 Jun 1995 23:15:07 +0000 Richard M. Stallman (mark-even-if-inactive): Definition deleted.
Tue, 20 Jun 1995 14:25:36 +0000 Richard M. Stallman (universal-argument-num-events): New variable.
Mon, 19 Jun 1995 20:10:21 +0000 Richard M. Stallman (universal-argument-other-key): Call reset-this-command-lengths.
Mon, 19 Jun 1995 16:15:06 +0000 Richard M. Stallman (negative-argument, digit-argument):
Fri, 16 Jun 1995 06:14:44 +0000 Karl Heuer (universal-argument-map): New var.
Wed, 14 Jun 1995 22:30:41 +0000 Karl Heuer (universal-argument, describe-arg): Restore Lisp code,
Mon, 29 May 1995 06:19:46 +0000 Karl Heuer (indent-for-comment): move to beginning of line only
Sat, 27 May 1995 00:40:31 +0000 Karl Heuer (previous-matching-history-element):
Tue, 25 Apr 1995 22:26:16 +0000 Karl Heuer (auto-fill-mode): Use force-mode-line-update.
Tue, 18 Apr 1995 07:01:34 +0000 Richard M. Stallman (line-move): Fix previous change: if we get an error,
Mon, 10 Apr 1995 21:01:12 +0000 Richard M. Stallman (newline): Don't auto-fill if flag is on; it was filling wrong line.
Sun, 09 Apr 1995 09:34:05 +0000 Richard M. Stallman (line-move): Turn off intangibility for intermediate stops.
Sun, 09 Apr 1995 06:47:22 +0000 Richard M. Stallman (newline): Don't indent afterward if at page sep line.
Sun, 09 Apr 1995 03:33:01 +0000 Richard M. Stallman Fix typo in prev change.