(rmail-forward-separator-regex): Fix typo in docstring.
[bpt/emacs.git] / lisp / simple.el
2005-06-08 Richard M. StallmanComment changes.
2005-06-06 Richard M. Stallman(completion-setup-function): Look for completion-base...
2005-06-05 Kim F. StormAdd comment to line-move re. sit-for.
2005-06-04 Luc Teirlinck(eval-expression-print-level)
2005-06-03 Kim F. Storm(line-move): Only call sit-for when moving backwards.
2005-05-31 Juanma Barranquero(filter-buffer-substring): Fix typo in docstring.
2005-05-26 Lute Kamstra(completion-list-mode): Use run-mode-hooks.
2005-05-22 Eli Zaretskii(yank, yank-pop): Mention `yank-excluded-properties'
2005-05-08 Eli Zaretskii(next-error-overlay-arrow-position): Revert the change...
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...
2005-05-01 Richard M. Stallman(widen-automatically): New variable.
2005-04-30 Richard M. Stallman(next-error-overlay-arrow-position): Turn off, for...
2005-04-26 Richard M. Stallman(line-move-1): Avoid using vertical-motion in easy...
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...
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...
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 runnin...
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...
2005-02-09 Kim F. StormChange 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...
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...
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...
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 Zlatanovsimple.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...
2004-09-19 Luc Teirlinck(fundamental-mode): Run `after-change-major-mode-hook'.
2004-09-12 Kim F. Storm(choose-completion-string): Set buffer before running
2004-09-06 Eli Zaretskii(next-error-follow-minor-mode): Fix last change.
2004-09-04 Eli ZaretskiiFix last change.
2004-09-04 Eli Zaretskii(next-error-follow-mode, next-error-follow-mode-post...
2004-09-01 Juri Linkov* simple.el (next-error): New defgroup and defface.
2004-09-01 Juri Linkov* simple.el (next-error-find-buffer): Move the rule
2004-09-01 Juri Linkov(next-error, previous-error, first-error)
2004-08-22 Richard M. Stallman(shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
2004-08-07 Eli Zaretskii(completion-root-regexp): New defvar.
2004-07-23 Eli Zaretskii(completion-setup-function): Compute the common parts
2004-07-16 Kim F. Storm(inhibit-mark-movement): New defvar.
2004-07-09 Richard M. Stallman(current-word): Doc fix.
2004-06-13 Richard M. Stallman(previous-matching-history-element): Specify a default.
2004-06-10 Juri Linkov(eval-expression-print-format): Don't print additional
2004-06-07 Juanma Barranquero(kill-region): Doc fix.
2004-05-28 Juri Linkov(eval-expression-print-format): New fun.
2004-05-23 Juri Linkov(next-error-find-buffer): Add a rule to return next...
2004-05-19 Stefan Monnier(do-auto-fill): Remove unused vars `bol' and `opoint'.
2004-05-07 Juanma Barranquero(next-error): Fix typo in docstring.
2004-05-01 Luc Teirlinck(kill-whole-line): Use "p" instead of "P" in interactiv...
2004-04-30 Kim F. Storm(kill-ring-save): If region face background color is
2004-04-27 Juri Linkov(kill-ring-save): Use blink-matching-delay instead...
2004-04-22 Stefan Monnier(next-error): Change arg name. Add support for the...
2004-04-21 Kim F. StormFrom: Teodor Zlatanov <tzz@lifelogs.com>
2004-04-16 Masatake YAMATO(completions-common-part): Rename from completion-de...
2004-04-16 Masatake YAMATO(completion-setup-function): Set an initial value to...
2004-03-25 Masatake YAMATO(completion-setup-function): Emphasize the first uncomm...
2004-03-18 Luc Teirlinck(clone-buffer): Doc fix.
2004-03-04 Richard M. Stallman(undo): Temporarily set this-command to `undo-start',
2004-02-18 Luc Teirlinck(interprogram-cut-function)
2004-02-13 Luc Teirlinck(kill-new): Put yank-handler property on the entire...
2004-02-12 Luc Teirlinck(kill-append): Doc fix.
next