aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+1
* (next-error-follow-minor-mode):Stefan Monnier2005-07-291-1/+1
* (line-move-1): Fix comments.Juri Linkov2005-07-221-2/+2
* (clone-indirect-buffer): Doc fix.Juanma Barranquero2005-07-201-25/+25
* (line-move-1): Undo rest of 2005-06-23 change.Kim F. Storm2005-07-131-37/+29
* (line-move-1): Always use vertical-motion toKim F. Storm2005-07-131-10/+8
* (next-error-hook): New variable.Juri Linkov2005-07-091-4/+11
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (set-variable): Warn about obsolete user variables.Juanma Barranquero2005-06-291-13/+20
* (line-move-1): Fix previous change.Richard M. Stallman2005-06-241-9/+5
* (set-variable): Args renamed; doc fix.Richard M. Stallman2005-06-231-32/+49
* (comment-line-break-function): Doc fix: don't say variable is automaticallyJuanma Barranquero2005-06-201-3/+1
* (next-error-buffer-p, next-error-find-buffer): Fix typos in docstrings.Juanma Barranquero2005-06-201-4/+4
* (undo-more): Don't use `format' on `error' arguments. ImproveJuanma Barranquero2005-06-161-6/+6
* (fundamental-mode): Run after-change-major-mode-hook conditionally.Lute Kamstra2005-06-161-2/+3
* Comment changes.Richard M. Stallman2005-06-081-2/+9
* (completion-setup-function): Look for completion-base-size-functionRichard M. Stallman2005-06-061-1/+5
* Add comment to line-move re. sit-for.Kim F. Storm2005-06-051-0/+2
* (eval-expression-print-level)Luc Teirlinck2005-06-041-3/+3
* (line-move): Only call sit-for when moving backwards.Kim F. Storm2005-06-031-9/+9
* (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