summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (push-mark): Doc fix.Richard M. Stallman2007-05-181-2/+1
* (set-mark-command-repeat-pop): Doc fix.Juanma Barranquero2007-05-161-1/+1
* (set-mark-command-repeat-pop): Put in `editing-basics' group.Richard M. Stallman2007-04-231-1/+1
* (set-mark-command-repeat-pop): Doc fix.Richard M. Stallman2007-04-231-3/+8
* (pop-to-mark-command): Display message "mark popped" if point does not move.Richard M. Stallman2007-04-211-11/+15
* (set-mark-command): Doc fix.Eli Zaretskii2007-04-091-14/+14
* (activate-mark-hook): Fix typo in docstring.Juanma Barranquero2007-04-031-1/+1
* (blink-matching-open): When in minibuffer,Juanma Barranquero2007-03-301-1/+1
* (next-error-highlight): Doc fix.Chong Yidong2007-03-281-12/+7
* (compose-mail): Run switch-function after setting up the mail buffer.Richard M. Stallman2007-03-201-4/+11
* Revert 2006-02-04 change by Kevin Rodgers due to lack of legal papers.Chong Yidong2007-03-191-5/+2
* (line-move-1): Respect `inhibit-line-move-field-capture' property.Chong Yidong2007-03-171-4/+6
* (minibuffer-completing-symbol): New var.Chong Yidong2007-03-081-3/+8
* (completion-setup-function): Improve last fix so it doesn'tStefan Monnier2007-03-061-2/+2
* (beginning-of-buffer, end-of-buffer):Richard M. Stallman2007-03-041-3/+4
* (kill-line): Doc fix.Richard M. Stallman2007-02-171-2/+2
* Revert previous change, at request of RMS:Karl Fogel2007-02-081-9/+3
* (fundamental-mode-hook): Declare new hook.Karl Fogel2007-02-081-3/+9
* (blink-matching-paren-dont-ignore-comments, blink-matching-paren-on-screen):Juanma Barranquero2007-02-061-2/+2
* (eval-expression): Don't use eval-last-sexp-print-valueRichard M. Stallman2007-01-281-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (backward-kill-word): Doc fix.Richard M. Stallman2007-01-051-1/+1
* (delete-horizontal-space): Doc fix.Richard M. Stallman2006-12-231-1/+1
* (delete-horizontal-space): Use prefix arg.Richard M. Stallman2006-12-171-1/+1
* (toggle-truncate-lines): Clarify doc string.Nick Roberts2006-12-041-1/+1
* (next-error-find-buffer): Improve messages.Richard M. Stallman2006-11-281-2/+2
* (yank): Doc fix.Juri Linkov2006-11-011-1/+1
* (read-expression-map): Just set it, no defvar.Richard M. Stallman2006-10-181-6/+5
* * simple.el (line-move-1): During fields during motion to theChong Yidong2006-10-181-1/+8
* * dnd.el (dnd-handle-one-url): Fix typo in doc-string.Jan Djärv2006-10-111-1/+1
* (undo-elt-crosses-region): Fix the inequalities.Richard M. Stallman2006-10-021-4/+4
* (undo-more): When undo information for the region is exhausted, sayEli Zaretskii2006-09-301-2/+1
* * simple.el (line-move-finish): Ignore field boundaries if theChong Yidong2006-09-291-2/+9
* * simple.el (line-move-finish): Handle corner case for fields inChong Yidong2006-09-241-9/+12
* (next-error-highlight, next-error-highlight-no-select): Default to 0.5.Richard M. Stallman2006-09-241-4/+4
* (line-move-partial): Call pos-visible-in-window-p withKim F. Storm2006-09-201-5/+3
* * simple.el (line-move-1): Escape field boundaries occurringChong Yidong2006-09-191-6/+19
* (line-move-partial): Optimize. Try window-line-heightKim F. Storm2006-09-191-3/+5
* (line-move-partial): Rework 2006-09-15 change to useKim F. Storm2006-09-181-43/+45
* Remove mistakenly-added debugging code.Chong Yidong2006-09-161-4/+0
* * simple.el (line-move-to-column): Revert 2006-08-03 change.Chong Yidong2006-09-161-4/+5
* (line-move-partial): Use window-line-visiblity toKim F. Storm2006-09-151-37/+43
* (line-number-mode): Group mode-line instead of editing-basics.Richard M. Stallman2006-09-141-3/+3
* (line-move-partial): Optimize.Kim F. Storm2006-09-131-10/+9
* (next-error-highlight, next-error-highlight-no-select):Kim F. Storm2006-09-111-2/+2
* (next-error-highlight, next-error-highlight-no-select):Richard M. Stallman2006-09-111-8/+8
* (line-move-partial): New function to do vscrolling forKim F. Storm2006-09-051-31/+58
* (completion-show-help): New defcustom.John Paul Wallington2006-09-041-8/+15
* (kill-region): Explicitly test there is a region.Richard M. Stallman2006-09-041-0/+2