aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* (line-move-finish): Inhibit field motion when computing `line-end'.Miles Bader2002-06-101-1/+2
* Don't require cl.Richard M. Stallman2002-06-041-2/+1
* (choose-completion-string-functions): Doc fix.Richard M. Stallman2002-06-021-8/+14
* Reworked 2001-06-01 change.Kim F. Storm2002-06-011-37/+38
* (choose-completion-string-functions): New special hook.Kim F. Storm2002-06-011-0/+12
* (open-network-stream, open-network-stream-nowait)Richard M. Stallman2002-05-301-91/+0
* (open-network-stream-server): Pass on optional argsKim F. Storm2002-05-281-1/+2
* (push-mark-command): Added optional NOMSG arg.Kim F. Storm2002-05-271-4/+6
* (yank-excluded-properties): Change :version attribute to a string.Markus Rost2002-05-201-1/+1
* Follow coding conventions.Pavel Janík2002-05-021-0/+3
* (clone-indirect-buffer-other-window): Fix a typo in `pop-up-window'.Eli Zaretskii2002-05-011-1/+1
* (yank-excluded-properties): Added help-echo to list.Kim F. Storm2002-04-291-1/+1
* (next-buffer, prev-buffer): New commands.Richard M. Stallman2002-04-271-3/+23
* (line-move-finish): Find beg and end of lineRichard M. Stallman2002-04-221-7/+20
* (yank-excluded-properties): New user option.Richard M. Stallman2002-04-191-14/+14
* (pop-to-mark-command): Do not set this-command.Kim F. Storm2002-04-181-2/+5
* (pop-to-mark-command, push-mark-command): New commands.Kim F. Storm2002-04-141-22/+64
* (line-move): Use memq rather than or.Stefan Monnier2002-04-111-107/+68
* (play-sound): Move to subr.el.Pavel Janík2002-04-071-21/+0
* (play-sound): New function (uses play-sound-internal).Pavel Janík2002-04-051-0/+21
* (kill-new): Doc fix.Richard M. Stallman2002-03-311-1/+1
* (play-sound-file): Moved from subr.el, made unconditional.Richard M. Stallman2002-03-291-19/+32
* (line-move-to-column): Don't call move-to-column if COL=0.Richard M. Stallman2002-03-281-1/+3
* Fix typo.Pavel Janík2002-03-261-1/+1
* Test for network process support with featurep.Kim F. Storm2002-03-211-2/+2
* (open-network-stream-nowait): Use featurep.Kim F. Storm2002-03-211-2/+2
* Update copyright.Kim F. Storm2002-03-171-7/+90
* (shell-command-on-region): Call push-mark withEli Zaretskii2002-03-091-1/+1
* (shell-command-on-region): Report non-zero exitKim F. Storm2002-02-271-8/+5
* (shell-command-on-region): Display the exit status when a command fails.Richard M. Stallman2002-02-201-7/+15
* * lisp/simple.el (mark-word): Mark more if repeated.Kai Großjohann2002-02-151-6/+15
* (undo-get-state, undo-revert-to-state): Fns deleted.Richard M. Stallman2002-02-061-33/+7
* (shell-command-on-region): Err if no mark before reading the command string.Richard M. Stallman2002-02-011-7/+9
* (line-move): If we can't move enough lines, go to beginning or end of line.Richard M. Stallman2002-01-131-4/+16
* Whitespace change.Richard M. Stallman2002-01-111-1/+2
* (line-move-invisible): New subroutine.Richard M. Stallman2001-12-281-70/+90
* (eval-expression-print-level, eval-expression-print-length): Doc fixes.Richard M. Stallman2001-12-181-2/+2
* (newline): Doc fix.Dave Love2001-12-181-8/+14
* (undo): Always set this-command to `undo',Richard M. Stallman2001-12-131-15/+46
* (line-move): Cope if next-single-property-changeRichard M. Stallman2001-12-101-2/+4
* (minibuffer-history-sexp-flag): Doc fix.Richard M. Stallman2001-11-171-1/+1
* (clone-indirect-buffer): Error if major mode symbolRichard M. Stallman2001-11-131-5/+17
* (reindent-then-newline-and-indent): Insert the newlineStefan Monnier2001-10-311-113/+113
* Don't let kill-ring-save show extent if transient-mark-mode and regionKim F. Storm2001-10-191-1/+1
* (what-line): Avoid problems with field properties.Miles Bader2001-10-181-2/+2
* (display-message-or-buffer): Pass the correct buffer to `display-buffer'.Miles Bader2001-10-151-1/+2
* (minibuffer-local*-map): Remove redundant bindings.Stefan Monnier2001-10-121-30/+0
* (end-of-buffer): Fix code scrolling speciallyGerd Moellmann2001-10-101-1/+1
* (previous-matching-history-element): Fix misplaced parentheses.Miles Bader2001-10-051-2/+2
* (previous-matching-history-element, next-history-element)Miles Bader2001-10-051-31/+11