summaryrefslogtreecommitdiff
path: root/lisp/env.el
Commit message (Expand)AuthorAgeFilesLines
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-1/+1
* * env.el (getenv): When FRAME is non-nil, pass the frame environmentJuanma Barranquero2009-02-101-1/+3
* (environment): Function removed.Eli Zaretskii2009-01-241-48/+0
* Add 2009 to copyright years.Glenn Morris2009-01-051-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
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | (let-environment): Remove. Unused.Stefan Monnier2007-10-101-66/+13
* | (setenv): Don't set display-environment-variable.Stefan Monnier2007-09-211-6/+2
* | (setenv): Don't treat $TERM specially.Stefan Monnier2007-08-311-2/+0
* | Trivial spacing and comment.Stefan Monnier2007-08-311-3/+3
* | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | * server.el (server-process-filter): Likewise.Dan Nicolaescu2007-07-031-6/+12
* | Rudimentary fix for environment variable handling.Miles Bader2007-05-161-3/+7
* | (getenv): Fix reverted by demand of Dan NicolaescuDavid Kastrup2007-05-141-2/+1
* | (getenv): Pass frame to getenv-internal.David Kastrup2007-05-131-1/+2
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-01-291-1/+1
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Rework environment variable support. (Reported by Kalle Olavi Niemitalo and ...Karoly Lorentey2006-05-261-105/+88
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-05-101-1/+1
|\ \ | |/
| * (setenv): Use add-to-history.Kim F. Storm2006-05-051-1/+1
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-04-191-12/+12
|\ \ | |/
| * (setenv): Get rid of arg UNSET. Interactive unsettingRichard M. Stallman2006-04-181-13/+13
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-02-121-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Update environment-related doc strings.Karoly Lorentey2005-12-291-9/+10
* | Store local environment in frame (not terminal) parameters.Karoly Lorentey2005-12-291-39/+45
* | Fix semantics of let-binding `process-environment'.Karoly Lorentey2005-12-291-43/+148
* | Implement automatic terminal-local environment variables via `local-environme...Karoly Lorentey2005-12-261-23/+53
|/
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (substitute-env-vars): Fix typo.Richard M. Stallman2003-05-281-3/+5
* (setenv): Don't quote nil and t in docstrings.Juanma Barranquero2003-05-061-3/+3
* (setenv): Fix previous change.Kenichi Handa2003-02-251-7/+5
* (read-envvar-name): Decode names.Dave Love2003-02-241-12/+43
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-5/+5
* (substitute-env-vars): Don't quote argument to `rx';Gerd Moellmann2001-10-291-3/+3
* (substitute-env-vars): Quote the arg to rx.Richard M. Stallman2001-10-241-3/+3
* (substitute-env-vars): New function.Gerd Moellmann2001-10-051-7/+48
* (setenv): Interactively, if VARIABLE has a current value,Gerd Moellmann2001-09-041-3/+6
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
* (getenv): New function, interactively callable.Gerd Moellmann2000-05-151-1/+13
* (setenv): Simplify reading of args by passing old value as the default.Richard M. Stallman1998-03-171-22/+4
* Update FSF's address.Erik Naggum1996-01-141-17/+18
* (setenv): Call set-time-zone-rule when setting TZ.Richard M. Stallman1995-09-101-0/+2
* (read-envvar-name): Special meaning for MUSTMATCHRichard M. Stallman1994-10-051-2/+3
* (setenv-history): New history list.Richard M. Stallman1994-10-021-3/+44