Mon, 13 Dec 2004 03:08:52 +0000 |
Juri Linkov |
* simple.el (beginning-of-buffer, end-of-buffer):
|
Fri, 03 Dec 2004 22:26:13 +0000 |
Stefan Monnier |
(blink-matching-open): Obey syntax-table text properties.
|
Mon, 29 Nov 2004 18:44:29 +0000 |
Teodor Zlatanov |
simple.el (next-error-buffer-p): allow for inclusive and
|
Sat, 20 Nov 2004 19:08:45 +0000 |
Richard M. Stallman |
(line-move-finish): New arg FORWARD.
|
Mon, 08 Nov 2004 16:59:43 +0000 |
Richard M. Stallman |
(next-error group, face): Move before first use.
|
Mon, 01 Nov 2004 23:03:12 +0000 |
Kim F. Storm |
(keyboard-quit): Call kmacro-keyboard-quit.
|
Mon, 25 Oct 2004 08:31:52 +0000 |
Kai Grojohann |
(process-file): Fix logic.
|
Sun, 24 Oct 2004 09:06:05 +0000 |
Kai Grojohann |
(process-file): Accept nil for INFILE. Reported by
|
Sat, 23 Oct 2004 19:52:18 +0000 |
Kai Grojohann |
* simple.el (process-file): New function, similar to call-process
|
Sun, 19 Sep 2004 00:02:44 +0000 |
Luc Teirlinck |
(fundamental-mode): Run `after-change-major-mode-hook'.
|
Sun, 12 Sep 2004 18:52:03 +0000 |
Kim F. Storm |
(choose-completion-string): Set buffer before running
|
Mon, 06 Sep 2004 18:51:05 +0000 |
Eli Zaretskii |
(next-error-follow-minor-mode): Fix last change.
|
Sat, 04 Sep 2004 13:06:38 +0000 |
Eli Zaretskii |
Fix last change.
|
Sat, 04 Sep 2004 12:45:26 +0000 |
Eli Zaretskii |
(next-error-follow-mode, next-error-follow-mode-post-command-hook):
|
Wed, 01 Sep 2004 18:41:06 +0000 |
Juri Linkov |
* simple.el (next-error): New defgroup and defface.
|
Wed, 01 Sep 2004 17:05:59 +0000 |
Juri Linkov |
* simple.el (next-error-find-buffer): Move the rule
|
Wed, 01 Sep 2004 16:19:04 +0000 |
Juri Linkov |
(next-error, previous-error, first-error)
|
Sun, 22 Aug 2004 16:59:57 +0000 |
Richard M. Stallman |
(shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
|
Sat, 07 Aug 2004 16:45:24 +0000 |
Eli Zaretskii |
(completion-root-regexp): New defvar.
|
Fri, 23 Jul 2004 11:52:03 +0000 |
Eli Zaretskii |
(completion-setup-function): Compute the common parts
|
Fri, 16 Jul 2004 10:42:00 +0000 |
Kim F. Storm |
(inhibit-mark-movement): New defvar.
|
Fri, 09 Jul 2004 16:08:17 +0000 |
Richard M. Stallman |
(current-word): Doc fix.
|
Sun, 13 Jun 2004 22:00:17 +0000 |
Richard M. Stallman |
(previous-matching-history-element): Specify a default.
|
Thu, 10 Jun 2004 04:20:02 +0000 |
Juri Linkov |
(eval-expression-print-format): Don't print additional
|
Mon, 07 Jun 2004 20:52:16 +0000 |
Juanma Barranquero |
(kill-region): Doc fix.
|
Fri, 28 May 2004 21:00:14 +0000 |
Juri Linkov |
(eval-expression-print-format): New fun.
|
Sun, 23 May 2004 21:01:15 +0000 |
Juri Linkov |
(next-error-find-buffer): Add a rule to return next-error capable buffer
|
Wed, 19 May 2004 19:10:19 +0000 |
Stefan Monnier |
(do-auto-fill): Remove unused vars `bol' and `opoint'.
|
Fri, 07 May 2004 22:31:54 +0000 |
Juanma Barranquero |
(next-error): Fix typo in docstring.
|
Sat, 01 May 2004 20:10:19 +0000 |
Luc Teirlinck |
(kill-whole-line): Use "p" instead of "P" in interactive form.
|
Fri, 30 Apr 2004 21:38:23 +0000 |
Kim F. Storm |
(kill-ring-save): If region face background color is
|
Tue, 27 Apr 2004 06:45:49 +0000 |
Juri Linkov |
(kill-ring-save): Use blink-matching-delay instead of the constant value 1.
|
Thu, 22 Apr 2004 22:56:08 +0000 |
Stefan Monnier |
(next-error): Change arg name. Add support for the documented C-u C-x ` usage.
|
Wed, 21 Apr 2004 21:36:15 +0000 |
Kim F. Storm |
From: Teodor Zlatanov <tzz@lifelogs.com>
|
Fri, 16 Apr 2004 08:57:51 +0000 |
Masatake YAMATO |
(completions-common-part): Rename from completion-de-emphasis.
|
Fri, 16 Apr 2004 08:45:40 +0000 |
Masatake YAMATO |
(completion-setup-function): Set an initial value to `element-common-end' before entering loop. Set a value to `element-common-end' at the end of loop. The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
|
Thu, 25 Mar 2004 16:01:38 +0000 |
Masatake YAMATO |
(completion-setup-function): Emphasize the first uncommon characters in the completions;and de-emphasize the common prefix substrings.
|
Thu, 18 Mar 2004 02:57:32 +0000 |
Luc Teirlinck |
(clone-buffer): Doc fix.
|
Thu, 04 Mar 2004 17:00:09 +0000 |
Richard M. Stallman |
(undo): Temporarily set this-command to `undo-start',
|
Wed, 18 Feb 2004 03:03:11 +0000 |
Luc Teirlinck |
(interprogram-cut-function)
|
Fri, 13 Feb 2004 23:09:46 +0000 |
Luc Teirlinck |
(kill-new): Put yank-handler property on the entire string.
|
Thu, 12 Feb 2004 04:22:19 +0000 |
Luc Teirlinck |
(kill-append): Doc fix.
|
Sat, 07 Feb 2004 00:37:13 +0000 |
Kim F. Storm |
(line-number-at-pos): Rename from line-at-pos.
|
Sat, 31 Jan 2004 15:05:25 +0000 |
Luc Teirlinck |
(edit-and-eval-command): Bind print-level and
|
Thu, 22 Jan 2004 20:42:19 +0000 |
Kim F. Storm |
(line-at-pos): New defun.
|
Mon, 29 Dec 2003 19:52:25 +0000 |
Richard M. Stallman |
(sendmail-user-agent-compose): Use assoc-string.
|
Wed, 19 Nov 2003 13:23:30 +0000 |
Andreas Schwab |
(set-variable): Fix indentation.
|
Sat, 01 Nov 2003 17:01:36 +0000 |
Eli Zaretskii |
(overriding-map-is-bound, saved-overriding-map): New variables.
|
Mon, 27 Oct 2003 15:20:46 +0000 |
Stefan Monnier |
(reindent-then-newline-and-indent): Delete space *after*
|
Mon, 22 Sep 2003 15:11:02 +0000 |
Richard M. Stallman |
(eval-expression): Bind standard-output in to-buffer case.
|
Mon, 08 Sep 2003 08:01:41 +0000 |
Lute Kamstra |
(size-indication-mode): New.
|
Mon, 01 Sep 2003 15:45:59 +0000 |
Miles Bader |
Add arch taglines
|
Fri, 29 Aug 2003 16:07:16 +0000 |
Richard M. Stallman |
(blink-matching-open): Work correctly on chars that
|
Sun, 17 Aug 2003 00:15:53 +0000 |
Richard M. Stallman |
(eval-expression): Use eval-last-sexp-print-value.
|
Fri, 25 Jul 2003 12:18:04 +0000 |
John Paul Wallington |
(choose-completion-string): Use `minibufferp';
|
Fri, 18 Jul 2003 22:43:52 +0000 |
John Paul Wallington |
(current-word): Don't include punctuation char when
|
Mon, 07 Jul 2003 21:00:26 +0000 |
Richard M. Stallman |
(visible-mode): Renamed from vis-mode.
|
Tue, 01 Jul 2003 22:15:33 +0000 |
Luc Teirlinck |
(vis-mode): Update documentation string to reflect earlier changes.
|
Sun, 22 Jun 2003 16:49:31 +0000 |
Andreas Schwab |
(vis-mode): Doc fix.
|
Tue, 17 Jun 2003 18:40:06 +0000 |
Stefan Monnier |
(kill-new): Leave yank-handler property alone if no
|
Tue, 17 Jun 2003 02:35:46 +0000 |
Luc Teirlinck |
(vis-mode): New function.
|
Wed, 04 Jun 2003 21:13:41 +0000 |
Luc Teirlinck |
(yank-excluded-properties): Expand documentation string.
|
Thu, 29 May 2003 23:29:29 +0000 |
Luc Teirlinck |
(kill-whole-line): Make it interact correctly with the kill ring.
|
Wed, 28 May 2003 20:07:10 +0000 |
Kai Grojohann |
(kill-region): If nothing was killed, and the
|
Sun, 25 May 2003 01:45:14 +0000 |
Juanma Barranquero |
(idle-update-delay): New variable.
|
Sun, 25 May 2003 01:34:37 +0000 |
Juanma Barranquero |
(forward-visible-line): Fix negative arguments.
|
Wed, 21 May 2003 15:29:36 +0000 |
Stefan Monnier |
(ctl-x-map): Remove the C-x U binding added recently.
|
Mon, 19 May 2003 15:47:14 +0000 |
Kai Grojohann |
* simple.el (kill-whole-line): New function.
|
Fri, 16 May 2003 21:17:52 +0000 |
Stefan Monnier |
(shell-command): Undo last change.
|
Wed, 14 May 2003 00:57:02 +0000 |
Stefan Monnier |
(undo): Remove left over asserts.
|
Tue, 13 May 2003 19:45:01 +0000 |
Stefan Monnier |
(back-to-indentation): Simplify.
|
Tue, 06 May 2003 17:52:20 +0000 |
Juanma Barranquero |
(newline): Don't quote nil and t in docstrings.
|
Thu, 24 Apr 2003 01:57:46 +0000 |
Richard M. Stallman |
(back-to-indentation): Call backward-prefix-chars.
|
Mon, 21 Apr 2003 01:35:20 +0000 |
Richard M. Stallman |
(kill-line): Doc fix.
|
Mon, 31 Mar 2003 21:49:09 +0000 |
Kim F. Storm |
(pop-global-mark-quick-repeat): Remove defcustom.
|
Mon, 24 Mar 2003 10:58:17 +0000 |
Kim F. Storm |
Rework last change so C-x C-SPC C-SPC does not
|
Fri, 21 Mar 2003 23:49:23 +0000 |
Kim F. Storm |
(set-mark-command): Doc fixes.
|
Fri, 14 Feb 2003 09:57:03 +0000 |
Juanma Barranquero |
(backward-delete-char-untabify): Fix use of character constant.
|
Tue, 04 Feb 2003 12:29:42 +0000 |
Juanma Barranquero |
Trailing whitespace deleted.
|
Tue, 04 Feb 2003 10:41:10 +0000 |
Richard M. Stallman |
(back-to-indentation): Skip all whitespace except for newlines.
|
Mon, 27 Jan 2003 21:44:48 +0000 |
Kim F. Storm |
(kill-new): Improve doc string for yank-handler.
|
Tue, 21 Jan 2003 21:11:12 +0000 |
Kim F. Storm |
Doc fixes.
|
Mon, 20 Jan 2003 09:02:28 +0000 |
Richard M. Stallman |
(completion-setup-function): Set default-directory
|
Sat, 18 Jan 2003 23:59:12 +0000 |
Kim F. Storm |
(yank-pop): Always call yank-undo-function with start <= end.
|
Sat, 18 Jan 2003 23:34:14 +0000 |
Kim F. Storm |
(kill-new, kill-append, kill-region): New optional parameter yank-handler.
|
Tue, 14 Jan 2003 10:16:00 +0000 |
Kim F. Storm |
(clone-process): Copy process' plist to new process.
|
Tue, 07 Jan 2003 19:25:20 +0000 |
Markus Rost |
(set-variable): Load deps of custom variables without type.
|
Mon, 06 Jan 2003 01:17:19 +0000 |
Richard M. Stallman |
(split-line): Clean up implementation.
|
Fri, 03 Jan 2003 22:46:06 +0000 |
Kim F. Storm |
(split-line): If present, copy fill-prefix from
|
Sat, 28 Dec 2002 21:23:23 +0000 |
Richard M. Stallman |
(repeat-complex-command): Signal real error on failure.
|
Mon, 02 Dec 2002 22:24:34 +0000 |
Stefan Monnier |
(completion-setup-function): Fix last change to use
|
Mon, 02 Dec 2002 16:18:33 +0000 |
Richard M. Stallman |
(completion-setup-function): Handle ffap-read-file-or-url-internal
|
Fri, 29 Nov 2002 15:09:37 +0000 |
Richard M. Stallman |
(yank-window-start): New variable.
|
Mon, 18 Nov 2002 04:55:28 +0000 |
Richard M. Stallman |
(indicate-unused-lines, default-indicate-unused-lines): New variable aliases.
|
Sat, 09 Nov 2002 12:56:04 +0000 |
Dave Love |
(quoted-insert): Bind translation-table-for-input, not
|
Wed, 06 Nov 2002 23:27:24 +0000 |
Dave Love |
(quoted-insert): Bind keyboard-translate-table around
|
Sat, 26 Oct 2002 22:40:31 +0000 |
Richard M. Stallman |
(toggle-truncate-lines): When turning off truncation,
|
Tue, 24 Sep 2002 18:39:48 +0000 |
Markus Rost |
(edit-and-eval-command): Protect command-history.
|
Fri, 13 Sep 2002 14:21:45 +0000 |
Stefan Monnier |
(transient-mark-mode, line-number-mode, column-number-mode):
|
Fri, 13 Sep 2002 13:56:41 +0000 |
Stefan Monnier |
Provide `simple'.
|
Wed, 11 Sep 2002 20:46:33 +0000 |
Stefan Monnier |
(transient-mark-mode, line-number-mode, column-number-mode):
|
Tue, 10 Sep 2002 01:32:32 +0000 |
Markus Rost |
(transient-mark-mode, line-number-mode, column-number-mode): Undo the
|
Tue, 10 Sep 2002 01:23:57 +0000 |
Miles Bader |
(do-auto-fill): `fill-indent-according-to-mode' is a variable, not a
|
Mon, 09 Sep 2002 22:45:03 +0000 |
Kim F. Storm |
(keyboard-quit): Set defining-kbd-macro to nil to
|
Mon, 09 Sep 2002 22:09:14 +0000 |
Stefan Monnier |
(what-line): Don't hard-code 1.
|
Mon, 09 Sep 2002 00:27:30 +0000 |
Richard M. Stallman |
(undo-elt-in-region): Fix one-off error at END.
|
Fri, 06 Sep 2002 07:17:49 +0000 |
Juanma Barranquero |
(choose-completion-string-functions): Fix spacing.
|
Sun, 01 Sep 2002 13:29:34 +0000 |
Richard M. Stallman |
(kill-line): Use end-of-visible-line to determine
|
Tue, 13 Aug 2002 01:48:42 +0000 |
Richard M. Stallman |
(toggle-truncate-lines): Force redisplay. Display status message.
|
Fri, 09 Aug 2002 14:14:06 +0000 |
Richard M. Stallman |
(set-variable): If given a prefix argument, set variable buffer-locally.
|
Tue, 23 Jul 2002 19:25:27 +0000 |
Richard M. Stallman |
(undo, undo-more): Adjust messages when undoing in a region.
|
Thu, 18 Jul 2002 14:57:46 +0000 |
Richard M. Stallman |
(choose-completion-delete-max-match): Handle minibuffer prompts explicitly.
|
Tue, 16 Jul 2002 13:38:19 +0000 |
Richard M. Stallman |
(choose-completion-string): Doc fix.
|
Thu, 04 Jul 2002 13:36:12 +0000 |
Per Abrahamsen |
2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
|
Sat, 29 Jun 2002 18:16:12 +0000 |
Andreas Schwab |
(shell-command-default-error-buffer): Doc fix.
|
Sat, 29 Jun 2002 18:12:54 +0000 |
Andreas Schwab |
(display-message-or-buffer): Fix last change.
|
Sat, 29 Jun 2002 18:08:22 +0000 |
Andreas Schwab |
(shell-command-on-region): Handle errors and signals
|
Wed, 26 Jun 2002 08:59:32 +0000 |
Richard M. Stallman |
(shell-command): Match & only at end of whole command.
|
Mon, 17 Jun 2002 16:15:09 +0000 |
Richard M. Stallman |
(what-cursor-position): Use describe-char.
|
Mon, 10 Jun 2002 08:04:48 +0000 |
Miles Bader |
(line-move-finish): Inhibit field motion when computing `line-end'.
|