summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* * 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 (transient-mark-mode): Doc fix.Chong Yidong2012-11-281-7/+7
* 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:02Z!rgm@gnu.orgChong 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
* | Reimplement execute-extended-command in Elisp.Aaron S. Hawley2012-05-011-0/+50
* | Merge changes from emacs-24 branchChong Yidong2012-04-271-1/+1
|\ \ | |/
| * * simple.el (delete-active-region): Move to killing custom group.Chong Yidong2012-04-221-1/+1
* | * simple.el (line-move): Use forward-line if in batch mode.Chong Yidong2012-04-181-17/+19
* | Merge from emacs-24 branchChong Yidong2012-04-151-5/+5
|\ \ | |/
| * Doc and manual fixes related to processesGlenn Morris2012-04-141-5/+5
* | Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.orgGlenn Morris2012-04-131-3/+3
|\ \ | |/
| * Fix bug #11208 with inaccurate doc string of shell-command-on-region.Eli Zaretskii2012-04-091-3/+3
* | * simple.el (zap-to-char): Allow zapping using input methods.Lars Magne Ingebrigtsen2012-04-101-2/+2