Fri, 10 Dec 2010 12:46:40 -0500 |
Chong Yidong |
Bump version to 23.2.91.
EMACS_PRETEST_23_2_91
|
Sat, 04 Dec 2010 16:15:17 -0500 |
Chong Yidong |
* simple.el (transient-mark-mode): Doc fix (Bug#7465).
|
Tue, 07 Dec 2010 20:38:38 +0100 |
Tassilo Horn |
* simple.el (just-one-space): Make argument n default to 1 if
|
Mon, 06 Dec 2010 13:21:42 -0500 |
Stefan Monnier |
* lisp/simple.el (just-one-space): Delete newlines for negative arg.
|
Fri, 26 Nov 2010 21:10:26 +0200 |
Eli Zaretskii |
Force left-to-right paragraph direction in echo area and prog-mode buffers.
|
Wed, 17 Nov 2010 22:54:14 -0500 |
Stefan Monnier |
Merge from emacs-23
|
Wed, 17 Nov 2010 21:09:41 -0500 |
Stefan Monnier |
Make the yank-handler argument obsolete.
|
Fri, 12 Nov 2010 19:46:00 -0800 |
Glenn Morris |
* lisp/simple.el (count-words-region): New function.
|
Fri, 12 Nov 2010 08:32:02 -0500 |
Stefan Monnier |
* lisp/simple.el (open-line): `newline' may strip trailing space.
|
Mon, 08 Nov 2010 21:33:07 -0800 |
Glenn Morris |
Replace still more end-of-line etc with line-end-position, etc.
|
Sat, 06 Nov 2010 13:23:42 -0700 |
Glenn Morris |
Use line-end-position rather than end-of-line, etc.
|
Thu, 28 Oct 2010 20:29:29 -0700 |
Glenn Morris |
Remove duplicate Lisp definitions of define-minor-mode variables defined in C.
|
Wed, 27 Oct 2010 20:49:40 -0700 |
Glenn Morris |
* lisp/simple.el (x-selection-owner-p): Remove unused declaration.
|
Tue, 19 Oct 2010 11:43:27 -0400 |
Chong Yidong |
Decouple C-d and delete, so that the former does not delete the region.
|
Wed, 13 Oct 2010 01:25:19 +0200 |
Juanma Barranquero |
Fix typos in docstrings, comments and ChangeLogs.
|
Sat, 25 Sep 2010 14:04:35 +0200 |
Juanma Barranquero |
Fix typos.
|
Mon, 20 Sep 2010 23:45:09 +0200 |
Stefan Monnier |
* lisp/simple.el (blink-matching-open): Use syntax-class.
|
Tue, 14 Sep 2010 16:41:53 +0200 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|
Sun, 12 Sep 2010 13:46:57 -0400 |
David Reitter |
simple.el (line-move-visual): Do not truncate goal column to integer size.
|
Wed, 08 Sep 2010 18:14:44 +0200 |
Stefan Monnier |
* lisp/simple.el (blink-matching-open): Don't burp if we can't find a match.
|
Fri, 03 Sep 2010 13:12:46 +0200 |
Stefan Monnier |
* lisp/simple.el (newline): Fix last change to properly remove itself from
|
Thu, 02 Sep 2010 23:57:08 +0200 |
Stefan Monnier |
Add blink-matching-check-function and misc cleanups.
|
Thu, 02 Sep 2010 12:54:43 +0200 |
Jan D |
* simple.el (kill-new): Call interprogram-cut-function with only one argument.
|
Thu, 02 Sep 2010 11:47:08 +0200 |
Jan D. |
Removed cut-buffer code.
|
Thu, 02 Sep 2010 09:54:08 +0900 |
Kenichi Handa |
merge trunk
|
Wed, 01 Sep 2010 16:13:21 +0900 |
Kenichi Handa |
merge changes in emacs-23 branch
|
Thu, 26 Aug 2010 11:09:45 -0400 |
Chong Yidong |
* simple.el (beginning-of-buffer, end-of-buffer): Doc fix (Bug#6907).
|
Wed, 01 Sep 2010 16:41:17 +0200 |
Stefan Monnier |
* lisp/simple.el (blink-paren-function): Move from C to here.
|
Sun, 29 Aug 2010 12:17:13 -0400 |
Chong Yidong |
Add "Package:" file headers to denote built-in packages.
|
Mon, 23 Aug 2010 00:27:59 +0100 |
Juri Linkov |
Move reading an extended command to Elisp (bug#5364, bug#5214).
|