aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* (byte-compiling-files-p): New function.Gerd Moellmann2000-11-091-0/+8
* (shell-command, display-message-or-buffer)Gerd Moellmann2000-11-081-20/+25
* (undo): Correctly distinguish between numeric and non-numeric prefixMiles Bader2000-10-261-9/+13
* (previous-matching-history-element):Miles Bader2000-10-261-34/+39
* (syntax-flag-table, string-to-syntax): Remove.Stefan Monnier2000-10-151-40/+0
* (kill-line): Doc fix.Eli Zaretskii2000-10-081-0/+1
* Doc fix.Miles Bader2000-10-081-0/+3
* (backward-word): Doc fix.Dave Love2000-10-061-2/+1
* (display-message-or-buffer): New function.Miles Bader2000-10-061-36/+68
* (shell-command-on-region): If the output is short enough to display inMiles Bader2000-10-061-17/+26
* (minibuffer-temporary-goal-position):Miles Bader2000-10-031-1/+10
* (read-expression-map): Define more properly.Stefan Monnier2000-09-291-11/+9
* (read-mail-command): Doc fix.Dave Love2000-09-121-7/+20
* Autoload widget-convert when compiling.Dave Love2000-08-151-1/+2
* (line-move):Miles Bader2000-07-241-2/+4
* (universal-argument-map): Bind numeric keypad keysGerd Moellmann2000-07-201-1/+15
* (eval-expression-print-length): Change custom type toGerd Moellmann2000-07-131-1/+1
* (turn-off-auto-fill): New function.Gerd Moellmann2000-06-201-0/+5
* (newline): Don't bind before-change-function, after-change-function.Dave Love2000-05-311-2/+0
* (fill-comment, comment-column, comment-start)Stefan Monnier2000-05-251-350/+0
* (what-cursor-position): If DETAIL is non-nil, callKenichi Handa2000-05-131-45/+36
* (shell-command): Set default directory for "*ShellGerd Moellmann2000-04-251-4/+7
* Fix typo in key binding of clone-indirect-buffer-other-window.Gerd Moellmann2000-04-191-1/+1
* (clone-indirect-buffer-other-window): New command.Gerd Moellmann2000-04-191-2/+17
* (clone-indirect-buffer): New function.Gerd Moellmann2000-04-171-0/+26
* (sendmail-user-agent-compose): Recognize a `body'Gerd Moellmann2000-04-031-3/+7
* (syntax-code-table, syntax-flag-table): New variables.Gerd Moellmann2000-03-181-0/+67
* (append-to-buffer): Update point of windows afterGerd Moellmann2000-03-171-3/+10
* (completion-setup-function): Use display-color-p.Dave Love2000-03-121-1/+1
* (zap-to-char, kill-line, kill-region, kill-word)Dave Love2000-02-231-5/+5
* (what-cursor-position): Change formatting ofGerd Moellmann2000-01-281-4/+4
* (eval-expression): Don't bind debug-on-error ifGerd Moellmann2000-01-121-3/+16
* (with-syntax-table): Moved to subr.el.Richard M. Stallman2000-01-121-21/+0
* (with-syntax-table): Fix backquoting.Dave Love2000-01-071-6/+16
* (completion-setup-function): Count completion-sizeEli Zaretskii2000-01-031-1/+1
* (choose-completion-string): In minibuffer,Richard M. Stallman1999-12-311-3/+7
* (what-cursor-position): Show "(composed)" if theKenichi Handa1999-12-151-16/+9
* (kill-region): Use the new `delete-and-extract-region'Stefan Monnier1999-12-071-23/+6
* (insert-buffer): Doc fix.Gerd Moellmann1999-12-061-1/+4
* (with-syntax-table): Don't switch buffers.Gerd Moellmann1999-11-211-4/+5
* (input-mode-8-bit): Fix the customization.Dave Love1999-11-181-4/+7
* (with-syntax-table): Save buffer explicitly instead ofGerd Moellmann1999-11-171-7/+10
* (with-syntax-table): New.Gerd Moellmann1999-11-161-0/+21
* * simple.el (backward-delete-char-untabify):Sam Steingold1999-11-151-27/+31
* (comment-region): Strip off white space at end ofGerd Moellmann1999-11-051-5/+11
* (previous-matching-history-element)Gerd Moellmann1999-11-041-2/+2
* (end-of-buffer): Use window-end to find the window endGerd Moellmann1999-11-011-11/+6
* (input-mode-8-bit): New defcustom.Dave Love1999-10-261-0/+15
* (minibuffer-prompt-end): Return the positionGerd Moellmann1999-10-171-6/+2
* Doc fixes.Gerd Moellmann1999-10-171-12/+40