log lisp/simple.el @ 109635:fc7a8c411aa3

age author description
Sat, 17 Jul 2010 16:21:51 -0400 Chong Yidong Revert 2010-07-14 change to deactivate mark; minor cleanups.
Fri, 16 Jul 2010 22:49:48 -0400 Chong Yidong Change x-select-enable-primary to nil.
Fri, 16 Jul 2010 11:42:15 -0400 Chong Yidong Merge changes from emacs-23 branch.
Wed, 14 Jul 2010 14:03:39 -0400 Chong Yidong Change clipboard/primary selection to X application standards.
Tue, 13 Jul 2010 13:41:49 +0300 Adrian Robert term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew Dempsky; bug#5084). Remove incorrect binding for S-tab. (ns-alternatives-map): Change S-tab binding to backtab (bug#6616). * simple.el (normal-erase-is-backspace-setup-frame): Set mode on under ns.
Wed, 14 Jul 2010 12:11:39 -0400 Chong Yidong * simple.el (push-mark-command): Set selection for select-active-regions.
Sat, 10 Jul 2010 18:41:55 -0400 Chong Yidong Fix last fix.
Sat, 10 Jul 2010 15:32:53 -0400 Chong Yidong * simple.el (use-region-p): Doc fix (Bug#6607).
Tue, 22 Jun 2010 20:07:20 -0700 Glenn Morris Backport from trunk: doc fix.
Sun, 27 Jun 2010 21:01:11 -0400 Chong Yidong * bindings.el (global-map): Bind delete and DEL, the former to
Mon, 21 Jun 2010 19:26:46 -0400 Karl Fogel * lisp/simple.el (compose-mail): Fix doc string to refer to
Fri, 04 Jun 2010 21:38:11 +0300 Juri Linkov * lisp/simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
Wed, 19 May 2010 20:16:07 +0300 Eli Zaretskii Fix C-e when bidi reordering is in effect.
Mon, 17 May 2010 15:27:26 -0400 Stefan Monnier Provide a simple generic indentation engine and use it for Prolog.
Fri, 14 May 2010 12:41:01 -0400 Stefan Monnier * simple.el (prog-mode): New (abstract) major mode.
Fri, 07 May 2010 08:49:14 -0400 Stefan Monnier * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
Tue, 04 May 2010 23:45:21 -0400 Stefan Monnier Use define-minor-mode in more cases.
Sun, 02 May 2010 01:56:30 -0400 Stefan Monnier New hook filter-buffer-substring-functions.
Wed, 28 Apr 2010 11:18:37 -0400 Stefan Monnier Make it possible to locally disable a globally enabled mode.
Fri, 16 Apr 2010 04:41:58 +0300 Juri Linkov Move scrolling commands from simple.el to window.el
Fri, 16 Apr 2010 04:24:00 +0300 Juri Linkov Check both `isearch-scroll' and `scroll-command' properties.
Fri, 16 Apr 2010 02:51:12 +0300 Juri Linkov Add the `scroll-command' property.
Wed, 14 Apr 2010 11:24:17 -0400 Stefan Monnier (non-essential): New var.
Wed, 14 Apr 2010 03:43:54 +0300 Juri Linkov Add variable scroll-error-top-bottom.
Wed, 14 Apr 2010 03:11:21 +0300 Juri Linkov Add variable `scroll-preserve-screen-position-commands'.
Tue, 06 Apr 2010 02:44:24 +0300 Juri Linkov Scrolling commands which scroll a line instead of full screen..
Tue, 06 Apr 2010 02:38:53 +0300 Juri Linkov Scrolling commands which does not signal errors at top/bottom.
Wed, 31 Mar 2010 18:16:12 +0300 Juri Linkov * simple.el (next-line, previous-line): Re-throw a signal
Wed, 31 Mar 2010 18:02:53 +0300 Juri Linkov * simple.el (keyboard-escape-quit): Raise deselecting the active
Tue, 30 Mar 2010 22:53:53 -0400 Stefan Monnier * simple.el (append-to-buffer): Simplify.