aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* (display-message-or-buffer): Compare the number of characters to the frameEli Zaretskii2006-02-041-2/+5
* (display-message-or-buffer): Count screen lines instead of buffer lines whenEli Zaretskii2006-02-041-1/+1
* (move-beginning-of-line): Scan properly for invis change.Richard M. Stallman2006-02-021-1/+1
* (move-beginning-of-line): Take account of fields.Richard M. Stallman2006-01-261-18/+17
* (clone-buffer): Don't show the new buffer in the same window.Stefan Monnier2006-01-231-2/+7
* (clone-buffer, clone-indirect-buffer, clone-indirect-buffer-other-window):Juri Linkov2006-01-231-6/+7
* (set-mark-command): Doc fix.Richard M. Stallman2006-01-201-4/+17
* (mark): Doc fix.Richard M. Stallman2006-01-051-18/+16
* * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.Bill Wohler2005-12-281-4/+0
* (get-next-valid-buffer, last-buffer)Juri Linkov2005-12-231-8/+9
* (choose-completion): Use `buffer-substring-no-properties'Juri Linkov2005-12-161-48/+33
* 2005-12-16 Lőrentey Károly <lorentey@elte.hu>Károly Lőrentey2005-12-161-14/+57
* (zap-to-char): Translate CHAR byKenichi Handa2005-12-101-0/+2
* (completion-setup-function): Put completions-common-partJuri Linkov2005-12-041-6/+7
* (transient-mark-mode, line-number-mode)Luc Teirlinck2005-12-021-4/+4
* * longlines.el (longlines-mode): Add mail-setup-hook.Chong Yidong2005-11-291-2/+3
* (quoted-insert): Let-bind input-method-function to nil.Juri Linkov2005-11-281-1/+1
* (blink-matching-paren-on-screen): Doc fix.Luc Teirlinck2005-11-271-1/+1
* (blink-matching-paren-on-screen): Further doc fix.Luc Teirlinck2005-11-271-1/+3
* (blink-matching-open): Ignore `blink-matching-paren-on-screen' ifLuc Teirlinck2005-11-271-5/+8
* (blink-matching-open): Fix off-by-one in last change.Stefan Monnier2005-11-231-1/+1
* (blink-matching-open): Allow new paren-class info.Stefan Monnier2005-11-201-1/+5
* (what-cursor-position): Use Lisp-readable syntax for octal and hex.Juri Linkov2005-11-201-9/+9
* (completion-setup-function): Fix last change.Stefan Monnier2005-11-181-1/+1
* * simple.el (next-line): Use hard-newline.Chong Yidong2005-11-171-1/+1
* * simple.el (sendmail-user-agent-compose): Use hard-newline.Chong Yidong2005-11-171-1/+1
* * simple.el (hard-newline): New variable.Chong Yidong2005-11-171-0/+2
* (blink-matching-open): Simplify a bit.Stefan Monnier2005-11-161-23/+33
* (what-cursor-position): Print (EOB) instead of (100%)Kim F. Storm2005-11-121-7/+7