log lisp/simple.el @ 62355:742fd00f9af6

age author description
2005-05-08 Eli Zaretskii (next-error-overlay-arrow-position): Revert the change made on 2005-04-30.
2005-05-05 Kim F. Storm (line-move-1): Fix 2005-04-26 change. Must still use
2005-05-04 Richard M. Stallman (line-move-1): Fix previous change to signal errors appropriately.
2005-05-01 Richard M. Stallman (widen-automatically): New variable.
2005-04-30 Richard M. Stallman (next-error-overlay-arrow-position): Turn off, for ttys.
2005-04-26 Richard M. Stallman (line-move-1): Avoid using vertical-motion in easy cases.
2005-04-19 Stefan Monnier (blink-matching-open): Fix botched commit.
2005-04-19 Stefan Monnier (blink-matching-open): Use it.
2005-04-19 Kim F. Storm (next-buffer, prev-buffer, next-error)
2005-04-17 Richard M. Stallman (yank-excluded-properties): Add follow-link to value.
2005-04-13 Richard M. Stallman (undo): Fix previous change.
2005-04-11 Richard M. Stallman (undo): Record t in undo-equiv-table
2005-04-07 Juri Linkov (next-error-overlay-arrow-position): New defvar.
2005-04-04 Lute Kamstra (next-error-follow-minor-mode): Specify :group.
2005-04-02 Luc Teirlinck (visible-mode): Use explicit :group keyword. This changes the group
2005-03-29 Richard M. Stallman (set-mark): Doc fix.
2005-03-29 Richard M. Stallman (idle-update-delay): Move definition up.
2005-03-29 Juri Linkov (next-error-highlight-timer): New variable.
2005-03-19 Eli Zaretskii (goto-line): Doc fix.
2005-03-17 Kim F. Storm (move-beginning-of-line): Move to beginning of buffer
2005-03-16 Stefan Monnier (auto-fill-function): Use the new :minor-mode-function property.
2005-03-15 Kim F. Storm (move-beginning-of-line): Use vertical-motion.
2005-03-15 YAMAMOTO Mitsuharu (normal-erase-is-backspace): Set default to t if running on Mac.
2005-03-13 Kim F. Storm (next-line, previous-line): Add optional try-vscroll
2005-03-07 Kim F. Storm (move-beginning-of-line): New command.
2005-03-06 Richard M. Stallman (activate-mark-hook, deactivate-mark-hook): Add defvars.
2005-03-06 Stefan Monnier (normal-erase-is-backspace): Define default value.
2005-03-05 Luc Teirlinck (goto-line): Remove unbalanced final parenthesis.
2005-03-05 Richard M. Stallman (goto-line): Use a number at point as the default.
2005-02-19 Kim F. Storm (line-move): Add fourth optional arg try-vscroll which
2005-02-10 Richard M. Stallman (eval-expression-print-format): Avoid warning about edebug-active.
2005-02-09 Kim F. Storm Change release version from 21.4 to 22.1 throughout.
2005-01-30 Luc Teirlinck (undo-ask-before-discard): New var.
2005-01-29 Richard M. Stallman (undo): Fix the test for continuing a series of undos.
2005-01-23 Kim F. Storm * simple.el (line-move): Adapt to new return value from
2005-01-23 Kim F. Storm (line-move): Fix last change. Check partial
2005-01-22 Kim F. Storm (line-move-1): Rename from line-move.
2005-01-18 Stefan Monnier (blink-matching-open): Strip extra info from syntax.
2005-01-17 Kim F. Storm (just-one-space): Make arg optional.
2005-01-15 Richard M. Stallman (just-one-space): Argument specifies number of spaces.
2005-01-12 Juri Linkov (pop-mark): Move deactivate-mark out of conditional
2005-01-06 Kim F. Storm (completion-list-mode-map): Map follow-link to mouse-face.
2004-12-31 Richard M. Stallman (undo): Use undo-equiv-table to detect
2004-12-29 Richard M. Stallman (mark-word): New arg ALLOW-EXTEND
2004-12-28 Richard M. Stallman (buffer-disable-undo): Fix previous change.
2004-12-27 Richard M. Stallman (undo): Fix previous change.
2004-12-27 Richard M. Stallman (next-error-buffer-p): New arg AVOID-CURRENT.
2004-12-21 Richard M. Stallman (undo-outer-limit-truncate): New function.
2004-12-14 Kim F. Storm (inhibit-mark-movement): Remove defvar.
2004-12-14 Juri Linkov (next-error-buffer-p, next-error-find-buffer): Doc fix.
2004-12-13 Juri Linkov * simple.el (beginning-of-buffer, end-of-buffer):
2004-12-03 Stefan Monnier (blink-matching-open): Obey syntax-table text properties.
2004-11-29 Teodor Zlatanov simple.el (next-error-buffer-p): allow for inclusive and
2004-11-20 Richard M. Stallman (line-move-finish): New arg FORWARD.
2004-11-08 Richard M. Stallman (next-error group, face): Move before first use.
2004-11-01 Kim F. Storm (keyboard-quit): Call kmacro-keyboard-quit.
2004-10-25 Kai Großjohann (process-file): Fix logic.
2004-10-24 Kai Großjohann (process-file): Accept nil for INFILE. Reported by
2004-10-23 Kai Großjohann * simple.el (process-file): New function, similar to call-process
2004-09-19 Luc Teirlinck (fundamental-mode): Run `after-change-major-mode-hook'.