aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * simple.el (process-file): Overwrite stderr file, if exists.Michael Albinus2012-12-211-1/+1
* | * simple.el (transpose-subr-1): Preserve marker positionsChong Yidong2012-12-211-8/+15
* | * simple.el (kill-region): Deactivate mark even for empty regions. (tiny cha...Kelly Dean2012-12-211-0/+1
* | Merge from emacs-24; up to 2012-11-26T19:56:[email protected]Glenn Morris2012-12-091-1/+1
|\|
| * * simple.el (set-mark-default-inactive): Mark for removal after 24.3.Chong Yidong2012-12-091-2/+3
| * * lisp/simple.el (just-one-space): Doc fix.Dani Moncayo2012-12-081-1/+1
* | * simple.el (set-mark-default-inactive): Delete accidentally-introduced option.Chong Yidong2012-12-091-11/+1
* | Merge from emacs-24; up to 2012-11-23T06:23:[email protected]Glenn Morris2012-12-021-7/+7
|\|
| * * simple.el (transient-mark-mode): Doc fix.Chong Yidong2012-11-281-7/+7
* | * lisp/simple.el (activate-mark): Run activate-mark-hook.Kelly Dean2012-11-291-1/+2
|/
* Fix bug #12927 with scrolling under hl-line-mode and scroll-conservatively.Eli Zaretskii2012-11-201-0/+3
* Merge from trunkDaniel Colascione2012-10-071-34/+36
|\
| * Minor code tweak for delete-trailing-whitespace.Chong Yidong2012-09-301-1/+1
| * Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-2/+1
| * * simple.el (read-only-mode): Doc fix.Chong Yidong2012-09-221-1/+1
| * Misc doc fixes.Chong Yidong2012-09-221-26/+24
| * Fix auto-save and locking for indirect buffers.Chong Yidong2012-09-221-4/+9
* | Merge from trunkDaniel Colascione2012-09-171-4/+4
|\|
| * Add a utility function buffer-narrowed-p, and use it.Chong Yidong2012-09-071-4/+4
| * * lisp/simple.el (count-words--buffer-message): Fix narrowing check.Chong Yidong2012-09-071-1/+1
* | Implement cygw32Daniel Colascione2012-09-171-1/+1
|/
* * lisp/simple.el (undo): Tweak message in undo-only case.Glenn Morris2012-09-011-3/+4
* Delete `z' in special-mode-map.Richard M. Stallman2012-08-301-1/+0
* * lisp/simple.el (read-only-mode): Move from lisp/files.el for bootstrapping.Stefan Monnier2012-08-291-0/+26
* Add yank-handled-properties; use it for `font-lock-face' and `category'Chong Yidong2012-08-181-13/+34
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-2/+2
* Bind M-= back to count-words-region, and let it accept a prefix arg.Chong Yidong2012-08-111-11/+20
* Preserve text properties when saving primary selection.Chong Yidong2012-08-071-3/+2
* * simple.el (list-processes): Doc fix.Andreas Schwab2012-08-041-1/+1
* * simple.el (list-processes--refresh): For a server use :host orAndreas Schwab2012-08-041-1/+3
* * lisp/simple.el (goto-line): Don't display default line number in theJuri Linkov2012-07-291-5/+2
* Deactivate the mark on more copy operations, and indicate the copied region.Chong Yidong2012-07-291-31/+43
* * lisp/simple.el (async-shell-command-buffer): New defcustom.Juri Linkov2012-07-291-3/+58
* * simple.el (delete-trailing-lines): New option.Chong Yidong2012-07-281-6/+22
* * simple.el (count-words): Report on narrowing.Chong Yidong2012-07-181-1/+5
* * lisp/dired-aux.el (dired-do-async-shell-command): Doc fix.Juri Linkov2012-07-171-6/+13
* Reduce use of (require 'cl).Stefan Monnier2012-07-101-2/+0
* Do not steal primary selection on mark deactivation.Chong Yidong2012-07-081-1/+5
* * lisp/simple.el (yank-pop-change-selection): Doc fix.Chong Yidong2012-07-071-31/+36
* Merge from emacs-24; up to 2012-05-01T00:16:[email protected]Chong Yidong2012-07-061-1/+1
|\
| * * lisp/simple.el (kill-whole-line): Doc tweak.Glenn Morris2012-07-021-1/+1
* | * simple.el (completion-list-mode-finish): Don't use toggle-read-only.Glenn Morris2012-06-281-1/+1
* | Provide generalized variables in core Elisp.Stefan Monnier2012-06-221-5/+11
* | * lisp/simple.el (execute-extended-command): Set real-this-command.Stefan Monnier2012-06-021-4/+8
* | Remove obsolete binding in choose-completion.Martin Rudalics2012-06-011-2/+1
* | * lisp/simple.el (choose-completion): Use quit-window.Martin Rudalics2012-05-291-10/+1
* | * lisp/isearch.el (isearch-search-fun-default): New function.Juri Linkov2012-05-291-60/+51
* | Add new error and function `user-error'.Stefan Monnier2012-05-041-16/+12