aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* (filter-buffer-substring): Fix typo in docstring.Juanma Barranquero2005-05-311-1/+1
* (completion-list-mode): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
* (yank, yank-pop): Mention `yank-excluded-properties'Eli Zaretskii2005-05-221-1/+10
* (next-error-overlay-arrow-position): Revert the change made on 2005-04-30.Eli Zaretskii2005-05-081-3/+1
* (line-move-1): Fix 2005-04-26 change. Must still useKim F. Storm2005-05-051-6/+9
* (line-move-1): Fix previous change to signal errors appropriately.Richard M. Stallman2005-05-041-3/+7
* (widen-automatically): New variable.Richard M. Stallman2005-05-011-1/+11
* (next-error-overlay-arrow-position): Turn off, for ttys.Richard M. Stallman2005-04-301-1/+3
* (line-move-1): Avoid using vertical-motion in easy cases.Richard M. Stallman2005-04-261-9/+23
* (blink-matching-open): Fix botched commit.Stefan Monnier2005-04-191-1/+2
* (blink-matching-open): Use it.Stefan Monnier2005-04-191-2/+2
* (next-buffer, prev-buffer, next-error)Kim F. Storm2005-04-191-12/+0
* (yank-excluded-properties): Add follow-link to value.Richard M. Stallman2005-04-171-1/+1
* (undo): Fix previous change.Richard M. Stallman2005-04-131-1/+1
* (undo): Record t in undo-equiv-tableRichard M. Stallman2005-04-111-5/+10
* (next-error-overlay-arrow-position): New defvar.Juri Linkov2005-04-071-0/+4
* (next-error-follow-minor-mode): Specify :group.Lute Kamstra2005-04-041-1/+1
* (visible-mode): Use explicit :group keyword. This changes the groupLuc Teirlinck2005-04-021-0/+1
* (set-mark): Doc fix.Richard M. Stallman2005-03-291-1/+1
* (idle-update-delay): Move definition up.Richard M. Stallman2005-03-291-11/+46
* (next-error-highlight-timer): New variable.Juri Linkov2005-03-291-0/+2
* (goto-line): Doc fix.Eli Zaretskii2005-03-191-3/+4
* (move-beginning-of-line): Move to beginning of bufferKim F. Storm2005-03-171-1/+3
* (auto-fill-function): Use the new :minor-mode-function property.Stefan Monnier2005-03-161-0/+1
* (move-beginning-of-line): Use vertical-motion.Kim F. Storm2005-03-151-11/+3
* (normal-erase-is-backspace): Set default to t if running on Mac.YAMAMOTO Mitsuharu2005-03-151-0/+1
* (next-line, previous-line): Add optional try-vscrollKim F. Storm2005-03-131-10/+15
* (move-beginning-of-line): New command.Kim F. Storm2005-03-071-0/+27
* (activate-mark-hook, deactivate-mark-hook): Add defvars.Richard M. Stallman2005-03-061-0/+9
* (normal-erase-is-backspace): Define default value.Stefan Monnier2005-03-061-1/+11
* (goto-line): Remove unbalanced final parenthesis.Luc Teirlinck2005-03-051-1/+1
* (goto-line): Use a number at point as the default.Richard M. Stallman2005-03-051-5/+43
* (line-move): Add fourth optional arg try-vscroll whichKim F. Storm2005-02-191-8/+15
* (eval-expression-print-format): Avoid warning about edebug-active.Richard M. Stallman2005-02-101-2/+3
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-7/+7
* (undo-ask-before-discard): New var.Luc Teirlinck2005-01-301-20/+63
* (undo): Fix the test for continuing a series of undos.Richard M. Stallman2005-01-291-13/+17
* * simple.el (line-move): Adapt to new return value fromKim F. Storm2005-01-231-5/+5
* (line-move): Fix last change. Check partialKim F. Storm2005-01-231-1/+1
* (line-move-1): Rename from line-move.Kim F. Storm2005-01-221-1/+22
* (blink-matching-open): Strip extra info from syntax.Stefan Monnier2005-01-181-2/+2
* (just-one-space): Make arg optional.Kim F. Storm2005-01-171-2/+2
* (just-one-space): Argument specifies number of spaces.Richard M. Stallman2005-01-151-10/+11
* (pop-mark): Move deactivate-mark out of conditionalJuri Linkov2005-01-121-2/+2
* (completion-list-mode-map): Map follow-link to mouse-face.Kim F. Storm2005-01-061-1/+2
* (undo): Use undo-equiv-table to detectRichard M. Stallman2004-12-311-8/+4
* (mark-word): New arg ALLOW-EXTENDRichard M. Stallman2004-12-291-10/+28
* (buffer-disable-undo): Fix previous change.Richard M. Stallman2004-12-281-1/+1
* (undo): Fix previous change.Richard M. Stallman2004-12-271-3/+7
* (next-error-buffer-p): New arg AVOID-CURRENT.Richard M. Stallman2004-12-271-46/+82