summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* Reverse previous change, because kill-{new, append} don't have obvious advant...Xue Fuqiao2013-08-161-8/+2
* Advertise using `kill-new' and `kill-append' in Lisp programs.Xue Fuqiao2013-08-161-2/+8
* Doc fix for forward-word and backward-word.Xue Fuqiao2013-08-131-1/+3
* * lisp/subr.el (define-error): New function.Stefan Monnier2013-08-091-2/+1
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-5/+4
* Do not call to `selected-frame' where it is assumed by default.Dmitry Antipov2013-08-051-1/+1
* Fix documentation of list-processes and process-list.Eli Zaretskii2013-07-261-2/+5
* * lisp/simple.el (global-visual-line-mode): Do not duplicate the mode lighter.Glenn Morris2013-07-251-2/+1
* Fix bug #14881 with scrolling images smaller than the window height.Eli Zaretskii2013-07-171-5/+10
* lisp/simple.el (define-alternatives): Rename from alternatives-define.Juanma Barranquero2013-07-151-3/+3
* Fix bug #14838 with slow scrolling with certain fonts.Eli Zaretskii2013-07-131-4/+9
* Minor followup to previous commit.Eli Zaretskii2013-07-121-0/+4
* Fix bug #14842 with doc strings of next-line and previous-line.Eli Zaretskii2013-07-121-0/+8
* Improve scrolling when line-spacing != 0 and scroll-step = 1.Eli Zaretskii2013-07-101-37/+46
* Improve scrolling when line-spacing is non-nil.Eli Zaretskii2013-07-081-15/+50
* Improve scrolling of windows whose font is different from frame's default.Eli Zaretskii2013-07-071-19/+43
* Fix vertical cursor motion with non-default fonts.Eli Zaretskii2013-07-061-3/+6
* lisp/simple.el (alternatives-define): Remove leftover :group keyword.Juanma Barranquero2013-07-061-2/+1
* lisp/simple.el (alternatives-define): New macro.Juanma Barranquero2013-07-061-0/+61
* * lisp/simple.el (set-variable): Use read-from-minibuffer.Stefan Monnier2013-06-251-4/+4
* Add explicit arg REPLACE to the callers of `shell-command-on-region'.Juri Linkov2013-06-181-4/+5
* Fix bug #14567 with jumpy scrolling of tall images.Eli Zaretskii2013-06-151-17/+44
* * lisp/subr.el (with-eval-after-load): New macro.Stefan Monnier2013-06-131-6/+5
* * lisp/simple.el: Move all the prog-mode code to prog-mode.el.Stefan Monnier2013-06-051-75/+0
* Introduce and use prog-prettify-install.Ted Zlatanov2013-06-051-0/+5
* Symbol prettify in prog-mode; added to perl-mode, cfengine3-mode, and emacs-l...Ted Zlatanov2013-06-051-0/+42
* * lisp/simple.el (read--expression): New function, extracted fromStefan Monnier2013-05-241-9/+13
* * simple.el (shell-command-on-region): Pass the `replace' argumentSam Steingold2013-05-231-1/+1
* * simple.el (prog-indent-sexp): Indent enclosing defun.Leo Liu2013-05-161-6/+12
* Avoid beginning/end of buffer errors when moving across display strings.Eli Zaretskii2013-05-081-7/+19
* * lisp/simple.el (shell-command-on-region): Doc fix.Kelly Dean2013-05-061-1/+1
* * lisp/simple.el (read-expression-map): Use completion-at-point.Stefan Monnier2013-05-041-13/+41
* * lisp/winner.el (winner-active-region): Use region-active-p, activate-markStefan Monnier2013-04-181-1/+1
* * lisp/subr.el (with-wrapper-hook): Declare obsolete.Stefan Monnier2013-04-171-26/+16
* * simple.el (choose-completion-string): Fix docstring (bug#14163).Bastien Guerry2013-04-091-1/+3
* * simple.el (eval-expression-minibuffer-setup-hook): New hook.Leo Liu2013-03-171-3/+8
* * lisp/simple.el (command-execute): Move from C. Add obsolete check.Stefan Monnier2013-02-201-0/+49
* * lisp/simple.el (eval-expression): Let `exp' set the mark.Stefan Monnier2013-02-151-8/+8
* Make S-SPC scroll in the opposite direction to SPCGlenn Morris2013-02-111-0/+1
* * lisp/simple.el (end-of-buffer): Don't touch unrelated windows.Stefan Monnier2013-02-081-3/+3
* Spelling fixes.Paul Eggert2013-02-011-1/+1
* fix last patchSam Steingold2013-01-311-1/+1
* * lisp/simple.el (cycle-spacing): New command.Michal Nazarewicz2013-01-301-14/+69
* Disambiguate function and variable references in docstrings.Aaron S. Hawley2013-01-111-8/+8
* Merge from emacs-24Stefan Monnier2013-01-091-2/+4
|\
| * execute-extended-command prompt fix (bug#13395)Glenn Morris2013-01-091-2/+4
* | * lisp/simple.el: Use lexical-binding.Stefan Monnier2013-01-081-106/+83
* | * lisp/simple.el (primitive-undo): Move from undo.c.Aaron S. Hawley2013-01-081-0/+135
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1