summaryrefslogtreecommitdiff
path: root/lisp/shell.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | In Shell mode, reapply ansi colorization if the mode is re-enabled.Chong Yidong2012-11-301-4/+23
* | Improve buffer name default for C-u M-x shell.Chong Yidong2012-11-301-1/+6
|/
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-1/+1
* Convert several shell.el defvars to defcustoms.Chong Yidong2012-09-171-20/+14
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-111-2/+1
* Only handle ".." and '..' quoting in shell-mode.Stefan Monnier2012-05-151-6/+55
* * lisp/shell.el (shell-parse-pcomplete-arguments):Stefan Monnier2012-05-091-2/+3
* * shell.el (shell-completion-vars): Fix last change.Stefan Monnier2012-05-071-1/+1
* * lisp/shell.el (shell-completion-vars): Set pcomplete-arg-quote-list likeStefan Monnier2012-05-051-3/+6
* Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris2012-02-281-2/+2
* Use text properties for color escape highlighting in Shell mode.Chong Yidong2012-02-191-1/+10
* * lisp/shell.el (shell-delimiter-argument-list): Revert 2011-02-17 change.Glenn Morris2012-02-151-2/+3
* Proper fix for shell-completion-execonly.Chong Yidong2012-01-051-4/+13
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix shell completion regression.Chong Yidong2012-01-031-3/+4
* Move shell-dir-cookie-re feature into Dirtrack mode.Chong Yidong2012-01-021-30/+0
* Spelling fixes.Paul Eggert2011-12-111-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-181-1/+1
* Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong2011-10-191-3/+7
* Add :version tag to shell-dir-cookie-re.Chong Yidong2011-10-011-1/+2
* Reintroduce pop-to-buffer-same-window; use it for previous users of same-wind...Chong Yidong2011-09-221-1/+1
* Change modes that used same-window-* vars to use switch-to-buffer.Chong Yidong2011-09-111-3/+3
* Tweaks to display-buffer default actions; remove same-window-* autoload forms.Chong Yidong2011-09-101-3/+0
* * lisp/shell.el (shell-parse-pcomplete-arguments): Unquote args.Stefan Monnier2011-08-281-4/+22
* * lisp/shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.Stefan Monnier2011-08-231-0/+2
* * lisp/pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.Stefan Monnier2011-08-231-2/+16
* * lisp/pcomplete.el: Convert to lexical binding and fix bug#8819.Stefan Monnier2011-06-171-0/+6
* * lisp/shell.el: Require and use pcomplete.Stefan Monnier2011-06-041-1/+6
* * lisp/shell.el (shell-directory-tracker): Case matters. (Bug#8735)Glenn Morris2011-05-261-0/+1
* Add an :exit-function for completion-at-point.Stefan Monnier2011-05-231-18/+20
* * lisp/shell.el (pcomplete-parse-arguments-function): Declare.Glenn Morris2011-05-161-0/+2
* * lisp/shell.el (shell-completion-vars): New function.Stefan Monnier2011-05-121-15/+24
* * lisp/shell.el: Use lexical-binding and std completion UI.Stefan Monnier2011-04-201-95/+122
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-3/+3
* * shell.el (shell): When called interactively, offer to change theMichael Albinus2011-03-141-0/+15
* * shell.el (shell-mode): Set comint-input-ring-size from HISTSIZE. (Bug#7889)Glenn Morris2011-03-091-1/+6
* Replace many instances of read-file-name with read-directory-name.Antoine Levitt2011-03-051-2/+2
* shell.el fix for bug#8027 and friends.Glenn Morris2011-02-161-4/+6
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Refill some copyright headers.Glenn Morris2011-01-151-2/+3
* Merge from emacs-23Stefan Monnier2011-01-141-3/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | * lisp/shell.el (shell-dir-cookie-re): Move definition before use.Glenn Morris2010-11-261-11/+11
* | * lisp/shell.el (shell): Use current-buffer by default if it's alreadyStefan Monnier2010-11-231-1/+7
* | * lisp/shell.el (shell-dir-cookie-re): New custom variable.Stefan Monnier2010-11-121-0/+29
* | Use line-end-position rather than end-of-line, etc.Glenn Morris2010-11-061-4/+4