]> code.delx.au - gnu-emacs/history - lisp/simple.el
(ibuffer-forward-line): Just skip header if we're
[gnu-emacs] / lisp / simple.el
2002-04-11 Stefan Monnier(line-move): Use memq rather than or.
2002-04-07 Pavel Janík(play-sound): Move to subr.el.
2002-04-05 Pavel Janík(play-sound): New function (uses play-sound-internal).
2002-03-31 Richard M. Stallman(kill-new): Doc fix.
2002-03-29 Richard M. Stallman(play-sound-file): Moved from subr.el, made unconditional.
2002-03-28 Richard M. Stallman(line-move-to-column): Don't call move-to-column if...
2002-03-26 Pavel JaníkFix typo.
2002-03-21 Kim F. StormTest for network process support with featurep.
2002-03-21 Kim F. Storm(open-network-stream-nowait): Use featurep.
2002-03-17 Kim F. StormUpdate copyright.
2002-03-09 Eli Zaretskii(shell-command-on-region): Call push-mark with
2002-02-27 Kim F. Storm(shell-command-on-region): Report non-zero exit
2002-02-20 Richard M. Stallman(shell-command-on-region): Display the exit status...
2002-02-15 Kai Großjohann* lisp/simple.el (mark-word): Mark more if repeated.
2002-02-06 Richard M. Stallman(undo-get-state, undo-revert-to-state): Fns deleted.
2002-02-01 Richard M. Stallman(shell-command-on-region): Err if no mark before readin...
2002-01-13 Richard M. Stallman(line-move): If we can't move enough lines, go to begin...
2002-01-11 Richard M. StallmanWhitespace change.
2001-12-28 Richard M. Stallman(line-move-invisible): New subroutine.
2001-12-18 Richard M. Stallman(eval-expression-print-level, eval-expression-print...
2001-12-18 Dave Love(newline): Doc fix.
2001-12-13 Richard M. Stallman(undo): Always set this-command to `undo',
2001-12-10 Richard M. Stallman(line-move): Cope if next-single-property-change
2001-11-17 Richard M. Stallman(minibuffer-history-sexp-flag): Doc fix.
2001-11-13 Richard M. Stallman(clone-indirect-buffer): Error if major mode symbol
2001-10-31 Stefan Monnier(reindent-then-newline-and-indent): Insert the newline
2001-10-19 Kim F. StormDon't let kill-ring-save show extent if transient-mark...
2001-10-18 Miles Bader(what-line): Avoid problems with field properties.
2001-10-15 Miles Bader(display-message-or-buffer): Pass the correct buffer...
2001-10-12 Stefan Monnier(minibuffer-local*-map): Remove redundant bindings.
2001-10-10 Gerd Moellmann(end-of-buffer): Fix code scrolling specially
2001-10-05 Miles Bader(previous-matching-history-element): Fix misplaced...
2001-10-05 Miles Bader(previous-matching-history-element, next-history-element)
2001-09-14 Gerd MoellmannComment out change of 2001-09-13.
2001-09-13 Gerd Moellmann(minibuffer-prompt-modification)
2001-09-06 Gerd Moellmann(undo): Remove positions from buffer-undo-list up to
2001-09-04 Gerd Moellmann(backward-word): Doc fix.
2001-08-30 Gerd Moellmann(eval-expression-print-level): Fix last change.
2001-08-30 Gerd Moellmann(eval-expression-print-level): Change the type
2001-08-22 Eli Zaretskii(line-number-mode): Mention the variable line-number...
2001-08-16 Miles Bader(line-move): Undo previous change.
2001-08-16 Miles Bader(line-move): Pass an ESCAPE-FROM-EDGE argument of t...
2001-07-20 Gerd Moellmann(delete-trailing-whitespace): Save match data
2001-07-16 Gerd Moellmann(set-variable): Require 'cus-edit' instead of
2001-06-13 Richard M. Stallman(shell-command-on-region): Never kill the *Shell Comman...
2001-05-18 Miles Bader(delete-horizontal-space, just-one-space): Use `constra...
2001-04-10 Gerd Moellmann(completion-list-mode-finish): New function.
2001-04-06 Eli Zaretskii(normal-erase-is-backspace-mode): Doc fix.
2001-04-04 Eli Zaretskii(normal-erase-is-backspace): Rename from
2001-03-30 Eli Zaretskii(transient-mark-mode): Mention ESC ESC ESC in the doc...
2001-03-30 Eli Zaretskii(transient-mark-mode): Mention C-g in the doc string.
2001-03-08 Gerd Moellmann(choose-completion-string): When not leaving the
2001-02-16 Eli Zaretskii(kill-region, kill-line, kill-ring-save): Doc fix.
2001-02-10 Richard M. Stallman(delete-key-deletes-forward-mode):
2001-02-10 Eli Zaretskii(eval-expression): Doc fix.
2001-02-06 Eli Zaretskii(previous-matching-history-element, next-matching-histo...
2001-02-06 Eli Zaretskii(kill-line): Doc fix.
2001-02-05 Gerd Moellmann(next-line): Goto end-of-line before inserting a newline.
2001-01-31 Gerd Moellmann(delete-key-deletes-forward-mode): Treat `kp-delete'
2001-01-29 Gerd Moellmann(delete-trailing-whitespace): Don't delete formfeeds.
2001-01-27 Eli Zaretskii(transient-mark-mode): Doc fix.
2001-01-27 Eli ZaretskiiFix last change.
2001-01-27 Eli Zaretskii(transient-mark-mode): Document the fact that many
2001-01-26 Gerd Moellmann(next-line): Don't let `newline' expand abbrevs.
2001-01-16 Gerd Moellmann(delete-key-deletes-forward-mode): Bind <backspace>
2001-01-16 Dave Love(next-line-add-newlines): Add :version.
2001-01-16 Dave Love(backward-delete-char-untabify-method): Add :version.
2001-01-10 Gerd Moellmann(set-variable): Force a thorough redisplay for the
2000-12-28 Gerd Moellmann(delete-key-deletes-forward-mode): Bind backspace
2000-12-22 Gerd Moellmann(delete-key-deletes-forward-mode): Simplify. Also
2000-12-22 Gerd Moellmann(delete-key-deletes-forward): Doc fix.
2000-12-19 Andrew Innes(delete-key-deletes-forward-mode): Fix typo in
2000-12-18 Dave Love(mail-user-agent): Doc fix.
2000-12-15 Miles Bader(delete-trailing-whitespace): Remove extraneous let.
2000-12-14 Eli Zaretskii(delete-key-deletes-forward-mode): Treat ms-dos and
2000-12-14 Gerd Moellmann(delete-key-deletes-forward): New user-option.
2000-12-12 Miles Bader(delete-horizontal-space): Add BACKWARD-ONLY parameter.
2000-12-11 Gerd Moellmann(kill-new): Don't try to setcar kill-ring if it is
2000-12-03 Miles Bader(delete-trailing-whitespace): Don't delete newlines...
2000-12-02 Gerd Moellmann(next-line-add-newlines): Change default to nil.
2000-12-01 Miles Bader(minibuffer-contents, minibuffer-contents-no-properties)
2000-11-28 Miles Bader(delete-horizontal-space): Handle fields more generally.
2000-11-28 Gerd Moellmann(delete-horizontal-space): Handle minibuffer prompt.
2000-11-25 Eli Zaretskii(shell-command): Mention the effect of the prefix
2000-11-22 Sam Steingold* simple.el (delete-trailing-whitespace): New interacti...
2000-11-22 Stefan Monnier(comment-line-break-function): Use the new name
2000-11-21 Miles Bader(minibuffer-avoid-prompt): New function.
2000-11-09 Gerd Moellmann(byte-compiling-files-p): New function.
2000-11-08 Gerd Moellmann(shell-command, display-message-or-buffer)
2000-10-26 Miles Bader(undo): Correctly distinguish between numeric and non...
2000-10-26 Miles Bader(previous-matching-history-element):
2000-10-15 Stefan Monnier(syntax-flag-table, string-to-syntax): Remove.
2000-10-08 Eli Zaretskii(kill-line): Doc fix.
2000-10-08 Miles BaderDoc fix.
2000-10-06 Dave Love(backward-word): Doc fix.
2000-10-06 Miles Bader(display-message-or-buffer): New function.
2000-10-06 Miles Bader(shell-command-on-region): If the output is short enoug...
2000-10-03 Miles Bader(minibuffer-temporary-goal-position):
2000-09-29 Stefan Monnier(read-expression-map): Define more properly.
2000-09-12 Dave Love(read-mail-command): Doc fix.
next