summaryrefslogtreecommitdiff
path: root/lisp/shell.el
AgeCommit message (Expand)Author
2012-09-17Update docstrings and comments to use "init file" terminology.Chong Yidong
2012-09-17Convert several shell.el defvars to defcustoms.Chong Yidong
2012-07-11More CL cleanups and reduction of use of cl.el.Stefan Monnier
2012-05-15Only handle ".." and '..' quoting in shell-mode.Stefan Monnier
2012-05-09* lisp/shell.el (shell-parse-pcomplete-arguments):Stefan Monnier
2012-05-07* shell.el (shell-completion-vars): Fix last change.Stefan Monnier
2012-05-05* lisp/shell.el (shell-completion-vars): Set pcomplete-arg-quote-list likeStefan Monnier
2012-02-28Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris
2012-02-19Use text properties for color escape highlighting in Shell mode.Chong Yidong
2012-02-15* lisp/shell.el (shell-delimiter-argument-list): Revert 2011-02-17 change.Glenn Morris
2012-01-05Proper fix for shell-completion-execonly.Chong Yidong
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2012-01-03Fix shell completion regression.Chong Yidong
2012-01-02Move shell-dir-cookie-re feature into Dirtrack mode.Chong Yidong
2011-12-11Spelling fixes.Paul Eggert
2011-11-19Spelling fixes.Paul Eggert
2011-11-18Spelling fixes.Paul Eggert
2011-10-19Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong
2011-10-01Add :version tag to shell-dir-cookie-re.Chong Yidong
2011-09-22Reintroduce pop-to-buffer-same-window; use it for previous users of same-wind...Chong Yidong
2011-09-11Change modes that used same-window-* vars to use switch-to-buffer.Chong Yidong
2011-09-10Tweaks to display-buffer default actions; remove same-window-* autoload forms.Chong Yidong
2011-08-28* lisp/shell.el (shell-parse-pcomplete-arguments): Unquote args.Stefan Monnier
2011-08-23* lisp/shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.Stefan Monnier
2011-08-23* lisp/pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.Stefan Monnier
2011-06-17* lisp/pcomplete.el: Convert to lexical binding and fix bug#8819.Stefan Monnier
2011-06-04* lisp/shell.el: Require and use pcomplete.Stefan Monnier
2011-05-26* lisp/shell.el (shell-directory-tracker): Case matters. (Bug#8735)Glenn Morris
2011-05-23Add an :exit-function for completion-at-point.Stefan Monnier
2011-05-16* lisp/shell.el (pcomplete-parse-arguments-function): Declare.Glenn Morris
2011-05-12* lisp/shell.el (shell-completion-vars): New function.Stefan Monnier
2011-04-20* lisp/shell.el: Use lexical-binding and std completion UI.Stefan Monnier
2011-04-19lisp/*.el: Lexical-binding cleanup.Juanma Barranquero
2011-03-14* shell.el (shell): When called interactively, offer to change theMichael Albinus
2011-03-09* shell.el (shell-mode): Set comint-input-ring-size from HISTSIZE. (Bug#7889)Glenn Morris
2011-03-05Replace many instances of read-file-name with read-directory-name.Antoine Levitt
2011-02-16shell.el fix for bug#8027 and friends.Glenn Morris
2011-01-26Refill some long/short copyright headers.Glenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Refill some copyright headers.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-11-26* lisp/shell.el (shell-dir-cookie-re): Move definition before use.Glenn Morris
2010-11-23* lisp/shell.el (shell): Use current-buffer by default if it's alreadyStefan Monnier
2010-11-12* lisp/shell.el (shell-dir-cookie-re): New custom variable.Stefan Monnier
2010-11-06Use line-end-position rather than end-of-line, etc.Glenn Morris
2010-11-06* shell.el (shell-process-popd): Made aware of comint-file-name-prefix.Michael Albinus
2010-10-10Declare and define in one step various mode maps.Dan Nicolaescu
2010-10-01Remove some functions, variables and aliases obsolete since at least 21.1.Glenn Morris
2010-06-11Bind `shell-resync-dirs' to M-RET in *shell* buffers.Stephen Eglen