aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* (shell-command, shell-command-on-region): use make-temp-file.Stefan Monnier1999-10-131-2/+99
* (eval-expression-print-level): New variable.Richard M. Stallman1999-09-141-3/+24
* (next-history-element): Use minibuffer-prompt-end onceGerd Moellmann1999-09-021-3/+1
* (shell-command, shell-command-on-region): UseEli Zaretskii1999-09-021-5/+9
* (kill-word): Undo previous change.Gerd Moellmann1999-08-251-7/+4
* (next-history-element): Use minibuffer-prompt-end.Gerd Moellmann1999-08-211-4/+7
* (assoc-ignore-case, assoc-ignore-representation): Moved to subr.el.Karl Heuer1999-08-161-22/+0
* Functions reordered.Karl Heuer1999-08-161-265/+274
* (hscroll-step, hscroll-point-visible, hscroll-window-column): RemoveDave Love1999-08-101-106/+0
* (shell-command-on-region): EXIT-STATUS can be a string.Richard M. Stallman1999-08-011-1/+1
* (next-history-element): Set point to the end of theGerd Moellmann1999-07-231-1/+3
* (append-to-buffer, prepend-to-buffer, copy-to-buffer): Check forDave Love1999-07-201-6/+9
* (sendmail-user-agent-compose):Karl Heuer1999-06-121-1/+2