aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* (completion-setup-function): Fix last change to useStefan Monnier2002-12-021-2/+1
* (completion-setup-function): Handle ffap-read-file-or-url-internalRichard M. Stallman2002-12-021-1/+2
* (yank-window-start): New variable.Richard M. Stallman2002-11-291-0/+6
* (indicate-unused-lines, default-indicate-unused-lines): New variable aliases.Richard M. Stallman2002-11-181-0/+3
* (quoted-insert): Bind translation-table-for-input, notDave Love2002-11-091-1/+1
* (quoted-insert): Bind keyboard-translate-table aroundDave Love2002-11-061-4/+5
* (toggle-truncate-lines): When turning off truncation,Richard M. Stallman2002-10-261-1/+8
* (edit-and-eval-command): Protect command-history.Markus Rost2002-09-241-16/+20
* (transient-mark-mode, line-number-mode, column-number-mode):Stefan Monnier2002-09-131-3/+3
* Provide `simple'.Stefan Monnier2002-09-131-0/+1
* (transient-mark-mode, line-number-mode, column-number-mode):Stefan Monnier2002-09-111-67/+6
* (transient-mark-mode, line-number-mode, column-number-mode): Undo theMarkus Rost2002-09-101-6/+32
* (do-auto-fill): `fill-indent-according-to-mode' is a variable, not aMiles Bader2002-09-101-1/+1
* (keyboard-quit): Set defining-kbd-macro to nil toKim F. Storm2002-09-091-0/+1
* (what-line): Don't hard-code 1.Stefan Monnier2002-09-091-41/+19
* (undo-elt-in-region): Fix one-off error at END.Richard M. Stallman2002-09-091-29/+53
* (choose-completion-string-functions): Fix spacing.Juanma Barranquero2002-09-061-1/+1
* (kill-line): Use end-of-visible-line to determineRichard M. Stallman2002-09-011-10/+19
* (toggle-truncate-lines): Force redisplay. Display status message.Richard M. Stallman2002-08-131-2/+6
* (set-variable): If given a prefix argument, set variable buffer-locally.Richard M. Stallman2002-08-091-4/+16
* (undo, undo-more): Adjust messages when undoing in a region.Richard M. Stallman2002-07-231-2/+6
* (choose-completion-delete-max-match): Handle minibuffer prompts explicitly.Richard M. Stallman2002-07-181-5/+8
* (choose-completion-string): Doc fix.Richard M. Stallman2002-07-161-1/+2
* 2002-07-04 Per Abrahamsen <[email protected]>Per Abrahamsen2002-07-041-0/+9
* (shell-command-default-error-buffer): Doc fix.Andreas Schwab2002-06-291-1/+1
* (display-message-or-buffer): Fix last change.Andreas Schwab2002-06-291-1/+1
* (shell-command-on-region): Handle errors and signalsAndreas Schwab2002-06-291-10/+18
* (shell-command): Match & only at end of whole command.Richard M. Stallman2002-06-261-12/+15
* (what-cursor-position): Use describe-char.Richard M. Stallman2002-06-171-2/+2
* (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