summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (line-number-at-pos): Doc fix.Richard M. Stallman2006-08-201-1/+3
* (move-beginning-of-line): Test whether fieldsRichard M. Stallman2006-08-161-5/+20
* * simple.el (line-move-to-column): Constrain move-to-column toChong Yidong2006-08-031-1/+4
* * simple.el (undo-ask-before-discard): Set to nil.Chong Yidong2006-07-111-1/+1
* Comment munging; nfc.Thien-Thi Nguyen2006-07-051-1/+1
* (line-move-1): Check for move-end-of-line instead ofKim F. Storm2006-06-211-1/+1
* (toggle-truncate-lines): Make arg optional forReiner Steib2006-05-261-1/+1
* Update comments.Chong Yidong2006-05-231-4/+8
* (kill-region): Interactively, pass point, then mark.Richard M. Stallman2006-05-211-1/+3
* * simple.el (line-move-finish): Fix last fix.Chong Yidong2006-05-121-17/+22
* * simple.el (line-move-finish): Don't call point motion hooksChong Yidong2006-05-121-22/+18
* Move `safe-local-variable' declarations to the respective files.Reiner Steib2006-05-111-0/+1
* Comment change.Richard M. Stallman2006-05-061-1/+1
* (next-history-element, previous-history-element): Doc fix.Richard M. Stallman2006-05-041-2/+4
* (undo-outer-limit-truncate): Put quotes around buffer name in messages.Richard M. Stallman2006-05-011-2/+2
* (filter-buffer-substring): Add NOPROPS arg, soKim F. Storm2006-04-091-13/+28
* (eval-expression): Doc fix.Richard M. Stallman2006-04-071-1/+4
* (set-mark-command): Doc fix.Richard M. Stallman2006-03-201-0/+3
* (yank): Fix typo in docstring.Luc Teirlinck2006-03-111-1/+1
* (yank): Escape double quote in doc string.Jason Rumney2006-03-111-1/+1
* (kill-region, yank): Doc fix.Richard M. Stallman2006-03-111-3/+3
* (blink-matching-paren-dont-ignore-comments): Doc fix.Richard M. Stallman2006-02-121-1/+3