summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAge
* (kill-line): Doc fix.Richard M. Stallman2007-02-17
* Revert previous change, at request of RMS:Karl Fogel2007-02-08
* (fundamental-mode-hook): Declare new hook.Karl Fogel2007-02-08
* (blink-matching-paren-dont-ignore-comments, blink-matching-paren-on-screen):Juanma Barranquero2007-02-06
* (eval-expression): Don't use eval-last-sexp-print-valueRichard M. Stallman2007-01-28
* Add 2007 to copyright years.Glenn Morris2007-01-21
* (backward-kill-word): Doc fix.Richard M. Stallman2007-01-05
* (delete-horizontal-space): Doc fix.Richard M. Stallman2006-12-23
* (delete-horizontal-space): Use prefix arg.Richard M. Stallman2006-12-17
* (toggle-truncate-lines): Clarify doc string.Nick Roberts2006-12-04
* (next-error-find-buffer): Improve messages.Richard M. Stallman2006-11-28
* (yank): Doc fix.Juri Linkov2006-11-01
* (read-expression-map): Just set it, no defvar.Richard M. Stallman2006-10-18
* * simple.el (line-move-1): During fields during motion to theChong Yidong2006-10-18
* * dnd.el (dnd-handle-one-url): Fix typo in doc-string.Jan Djärv2006-10-11
* (undo-elt-crosses-region): Fix the inequalities.Richard M. Stallman2006-10-02
* (undo-more): When undo information for the region is exhausted, sayEli Zaretskii2006-09-30
* * simple.el (line-move-finish): Ignore field boundaries if theChong Yidong2006-09-29
* * simple.el (line-move-finish): Handle corner case for fields inChong Yidong2006-09-24
* (next-error-highlight, next-error-highlight-no-select): Default to 0.5.Richard M. Stallman2006-09-24
* (line-move-partial): Call pos-visible-in-window-p withKim F. Storm2006-09-20
* * simple.el (line-move-1): Escape field boundaries occurringChong Yidong2006-09-19
* (line-move-partial): Optimize. Try window-line-heightKim F. Storm2006-09-19
* (line-move-partial): Rework 2006-09-15 change to useKim F. Storm2006-09-18
* Remove mistakenly-added debugging code.Chong Yidong2006-09-16
* * simple.el (line-move-to-column): Revert 2006-08-03 change.Chong Yidong2006-09-16
* (line-move-partial): Use window-line-visiblity toKim F. Storm2006-09-15
* (line-number-mode): Group mode-line instead of editing-basics.Richard M. Stallman2006-09-14
* (line-move-partial): Optimize.Kim F. Storm2006-09-13
* (next-error-highlight, next-error-highlight-no-select):Kim F. Storm2006-09-11
* (next-error-highlight, next-error-highlight-no-select):Richard M. Stallman2006-09-11
* (line-move-partial): New function to do vscrolling forKim F. Storm2006-09-05
* (completion-show-help): New defcustom.John Paul Wallington2006-09-04
* (kill-region): Explicitly test there is a region.Richard M. Stallman2006-09-04
* (line-number-at-pos): Doc fix.Richard M. Stallman2006-08-20
* (move-beginning-of-line): Test whether fieldsRichard M. Stallman2006-08-16
* * simple.el (line-move-to-column): Constrain move-to-column toChong Yidong2006-08-03
* * simple.el (undo-ask-before-discard): Set to nil.Chong Yidong2006-07-11
* Comment munging; nfc.Thien-Thi Nguyen2006-07-05
* (line-move-1): Check for move-end-of-line instead ofKim F. Storm2006-06-21
* (toggle-truncate-lines): Make arg optional forReiner Steib2006-05-26
* Update comments.Chong Yidong2006-05-23
* (kill-region): Interactively, pass point, then mark.Richard M. Stallman2006-05-21
* * simple.el (line-move-finish): Fix last fix.Chong Yidong2006-05-12
* * simple.el (line-move-finish): Don't call point motion hooksChong Yidong2006-05-12
* Move `safe-local-variable' declarations to the respective files.Reiner Steib2006-05-11
* Comment change.Richard M. Stallman2006-05-06
* (next-history-element, previous-history-element): Doc fix.Richard M. Stallman2006-05-04
* (undo-outer-limit-truncate): Put quotes around buffer name in messages.Richard M. Stallman2006-05-01
* (filter-buffer-substring): Add NOPROPS arg, soKim F. Storm2006-04-09