summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
...
* | | Use offsets relative to top rather than bottom for stack refsStefan Monnier2011-02-211-1/+2
* | | Merge from trunkStefan Monnier2011-02-111-0/+3
|\ \ \ | |/ /
| * | * lisp/simple.el (special-mode-map): Bind "h" to `describe-mode';Sam Steingold2011-02-011-0/+3
* | | Merge from trunkStefan Monnier2011-02-011-60/+35
|\ \ \ | |/ /
| * | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
| * | Merge from emacs-23.Glenn Morris2011-01-241-7/+7
| |\ \ | | |/
| | * * lisp/simple.el (do-auto-fill): Give it a doc string.Glenn Morris2011-01-221-9/+6
| | * * simple.el (line-move-visual): Doc fix (Bug#7594).Chong Yidong2011-01-221-2/+4
| * | Give read-expression-history a doc.Glenn Morris2011-01-191-2/+0
| * | Refill some copyright headers.Glenn Morris2011-01-151-3/+3
| * | Merge from emacs-23Stefan Monnier2011-01-141-3/+3
| |\ \ | | |/
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| | * Fix bug #7702 with docs of selections wrt MS-Windows.Eli Zaretskii2010-12-251-1/+1
| | * Bump version to 23.2.91.emacs-pretest-23.2.91Chong Yidong2010-12-101-0/+5
| | * * simple.el (transient-mark-mode): Doc fix (Bug#7465).Chong Yidong2010-12-041-9/+11
| * | * simple.el (shell-command): Don't error out if shell commandTassilo Horn2011-01-131-1/+5
| * | New arg RETURN-ACTION for compose-mail, and related functions.Chong Yidong2011-01-121-46/+21
| * | Doc fix for just-one-space change. Document it in NEWS.Chong Yidong2010-12-161-1/+1
* | | Obey lexical-binding in interactive evaluation commands.Stefan Monnier2010-12-151-2/+2
|/ /
* | * simple.el (just-one-space): Make argument n default to 1 ifTassilo Horn2010-12-071-0/+1
* | * lisp/simple.el (just-one-space): Delete newlines for negative arg.Deniz Dogan2010-12-061-4/+7
* | Force left-to-right paragraph direction in echo area and prog-mode buffers.Eli Zaretskii2010-11-261-1/+3
* | Merge from emacs-23Stefan Monnier2010-11-171-16/+5
|\ \ | |/
| * Make the yank-handler argument obsolete.Stefan Monnier2010-11-171-16/+5
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-131-1/+1
* | * lisp/simple.el (count-words-region): New function.Hrvoje Niksic2010-11-121-0/+15
* | * lisp/simple.el (open-line): `newline' may strip trailing space.Stefan Monnier2010-11-121-1/+1
* | Replace still more end-of-line etc with line-end-position, etc.Glenn Morris2010-11-081-6/+2
* | Use line-end-position rather than end-of-line, etc.Glenn Morris2010-11-061-2/+2
* | Remove duplicate Lisp definitions of define-minor-mode variables defined in C.Glenn Morris2010-10-281-26/+5
* | * lisp/simple.el (x-selection-owner-p): Remove unused declaration.Glenn Morris2010-10-271-3/+0
* | Decouple C-d and delete, so that the former does not delete the region.Chong Yidong2010-10-191-1/+1
* | Fix typos.Juanma Barranquero2010-09-251-1/+1
* | * lisp/simple.el (blink-matching-open): Use syntax-class.Stefan Monnier2010-09-201-3/+4
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-09-141-1/+1
|\ \ | |/
| * simple.el (line-move-visual): Do not truncate goal column to integer size.David Reitter2010-09-121-1/+1
* | * lisp/simple.el (blink-matching-open): Don't burp if we can't find a match.Stefan Monnier2010-09-081-0/+1
* | * lisp/simple.el (newline): Fix last change to properly remove itself fromStefan Monnier2010-09-031-32/+37
* | Add blink-matching-check-function and misc cleanups.Stefan Monnier2010-09-021-100/+78
* | * simple.el (kill-new): Call interprogram-cut-function with only one argument.Jan D2010-09-021-1/+1
* | Removed cut-buffer code.Jan Djärv2010-09-021-5/+2
* | merge trunkKenichi Handa2010-09-021-1/+17
|\ \
| * | * lisp/simple.el (blink-paren-function): Move from C to here.Stefan Monnier2010-09-011-1/+17
* | | merge changes in emacs-23 branchKenichi Handa2010-09-011-10/+12
|\ \ \ | |/ / |/| / | |/
| * * simple.el (beginning-of-buffer, end-of-buffer): Doc fix (Bug#6907).Chong Yidong2010-08-261-10/+12
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
* | Move reading an extended command to Elisp (bug#5364, bug#5214).Juri Linkov2010-08-231-0/+34
* | Merge changes from emacs-23 branch.Chong Yidong2010-08-221-1/+2
|\ \ | |/
| * * simple.el (kill-region): Doc fix (Bug#6787).Chong Yidong2010-08-141-1/+2
* | * lisp/simple.el (blink-matching-open): Obey forward-sexp-function.Stefan Monnier2010-08-191-1/+3