summaryrefslogtreecommitdiff
path: root/lisp/dirtrack.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* (dirtrack): Fix error message.Chong Yidong2008-11-301-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (dirtrack-mode): Doc fix.Glenn Morris2007-10-301-1/+5
| |
* | Update commentary.Glenn Morris2007-10-291-62/+47
|/ | | | | | | | | | | | (dirtrack-debug): Doc fix. (dirtrack-mode, dirtrack-debug-mode): New names for dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode. (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug): Make obsolete. (dirtrack-debug-message): Only print message if dirtrack-debug-mode is non-nil. Use with-current-buffer. (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp. Remove dirtrack-debug checks now that dirtrack-debug-message does this.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* (dirtrack-default-directory-function): Remove.Stefan Monnier2006-07-071-122/+76
| | | | | | | | | (dirtrack-directory-function): Use file-name-as-directory. (dirtrack-windows-directory-function): Simplify. (dirtrack-forward-slash, dirtrack-backward-slash) (dirtrack-replace-slash): Remove. (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well. (dirtrack): Fix wrong parenthesizing; use match-string.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* (dirtrack-list): Fix typos in docstring.Juanma Barranquero2005-07-201-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Remove timestampPeter Breton2003-03-221-1/+6
| | | | Add dirtrack-cygwin-directory-function
* Cygwin support patch.Juanma Barranquero2003-01-311-37/+37
|
* (dirtrack-directory-change-hook): Fix :type.Dave Love2001-02-071-1/+1
|
* (dirtrack): Fix call to run-hooks.Gerd Moellmann2000-10-191-1/+1
|
* (dirtrack): Added docstring. Now returns input.Richard M. Stallman1999-02-211-12/+26
|
* (dirtrack): Check for the prompt in the input string instead of the buffer.Richard M. Stallman1999-02-191-15/+6
|
* (dirtrack-directory-change-hook): New hook.Karl Heuer1998-12-101-2/+10
| | | | (dirtrack): Run it. Make debug message more verbose.
* Mentioned dirtrack-debug-toggle in the docs.Karl Heuer1998-10-061-1/+23
| | | | | Added note about running shells as other users or on other machines. (dirtrack-debug-toggle): Added this function.
* Customized.Richard M. Stallman1998-03-141-24/+79
| | | | | | (dirtrack-forward-slash): Renamed from `forward-slash'. (dirtrack-backward-slash): Renamed from `backward-slash'. (dirtrack-replace-slash): Renamed from `replace-slash'.
* Comment change.Richard M. Stallman1997-05-271-1/+1
|
* Comment change.Richard M. Stallman1997-05-231-6/+1
|
* (dirtrack-debug-message): Put output at end of buffer.Richard M. Stallman1997-02-011-15/+18
| | | | | | (dirtrack): Check that directory exists before trying to cd to it. Go to point-max (not comint-last-output-start) before looking for the prompt.
* Initial revisionRichard M. Stallman1997-01-031-0/+244