Mon, 05 Jan 2009 03:18:22 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Tue, 06 May 2008 07:58:00 +0000 |
Glenn Morris |
Switch to recommended form of GPLv3 permissions notice.
|
Wed, 09 Jan 2008 01:21:15 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Sat, 13 Oct 2007 05:53:03 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Thu, 11 Oct 2007 16:14:00 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Fri, 27 Jul 2007 10:52:18 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Fri, 26 Jan 2007 06:16:11 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 10 May 2006 20:42:41 +0000 |
Miles Bader |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60
|
Fri, 21 Apr 2006 05:39:14 +0000 |
Miles Bader |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-57
|
Wed, 08 Feb 2006 04:26:44 +0000 |
Miles Bader |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
|
Fri, 26 Aug 2005 09:51:52 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
|
Thu, 07 Jul 2005 12:43:14 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
|
Fri, 16 Apr 2004 12:51:06 +0000 |
Kenichi Handa |
Sync to HEAD
|
Mon, 16 Jan 2006 00:03:54 +0000 |
Henrik Enberg |
sync with trunk
|
Mon, 08 Sep 2003 11:56:09 +0000 |
Kenichi Handa |
New directory
|
Tue, 08 Jan 2008 20:46:54 +0000 |
Miles Bader |
Merge from emacs--rel--22
|
Wed, 10 Oct 2007 19:57:08 +0000 |
Stefan Monnier |
(let-environment): Remove. Unused.
|
Fri, 21 Sep 2007 07:21:41 +0000 |
Stefan Monnier |
(setenv): Don't set display-environment-variable.
|
Fri, 31 Aug 2007 07:35:59 +0000 |
Stefan Monnier |
(setenv): Don't treat $TERM specially.
|
Fri, 31 Aug 2007 04:41:44 +0000 |
Stefan Monnier |
Trivial spacing and comment.
|
Tue, 31 Jul 2007 05:50:45 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Tue, 03 Jul 2007 04:53:21 +0000 |
Dan Nicolaescu |
* server.el (server-process-filter): Likewise.
|
Wed, 16 May 2007 07:12:33 +0000 |
Miles Bader |
Rudimentary fix for environment variable handling.
|
Mon, 14 May 2007 22:29:58 +0000 |
David Kastrup |
(getenv): Fix reverted by demand of Dan Nicolaescu
|
Sun, 13 May 2007 20:54:15 +0000 |
David Kastrup |
(getenv): Pass frame to getenv-internal.
|
Mon, 29 Jan 2007 22:21:19 +0000 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
Fri, 26 May 2006 17:37:25 +0000 |
Karoly Lorentey |
Rework environment variable support. (Reported by Kalle Olavi Niemitalo and Noah Friedman.)
|
Wed, 10 May 2006 15:04:01 +0000 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
Wed, 19 Apr 2006 16:23:46 +0000 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
Sun, 12 Feb 2006 00:15:44 +0000 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
Thu, 29 Dec 2005 04:57:14 +0000 |
Karoly Lorentey |
Update environment-related doc strings.
|
Thu, 29 Dec 2005 04:31:04 +0000 |
Karoly Lorentey |
Store local environment in frame (not terminal) parameters.
|
Thu, 29 Dec 2005 01:28:33 +0000 |
Karoly Lorentey |
Fix semantics of let-binding `process-environment'.
|
Mon, 26 Dec 2005 02:14:10 +0000 |
Karoly Lorentey |
Implement automatic terminal-local environment variables via `local-environment-variables'.
|
Mon, 07 Jan 2008 02:45:14 +0000 |
Glenn Morris |
Add 2008 to copyright years.
|
Wed, 25 Jul 2007 04:47:42 +0000 |
Glenn Morris |
Switch license to GPLv3 or later.
|
Sun, 21 Jan 2007 03:53:13 +0000 |
Glenn Morris |
Add 2007 to copyright years.
|
Fri, 05 May 2006 23:36:55 +0000 |
Kim F. Storm |
(setenv): Use add-to-history.
|
Tue, 18 Apr 2006 21:17:50 +0000 |
Richard M. Stallman |
(setenv): Get rid of arg UNSET. Interactive unsetting
|
Mon, 06 Feb 2006 15:23:23 +0000 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
Sat, 06 Aug 2005 22:13:43 +0000 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
Mon, 04 Jul 2005 23:32:44 +0000 |
Lute Kamstra |
Update FSF's address.
|
Mon, 01 Sep 2003 15:45:59 +0000 |
Miles Bader |
Add arch taglines
|
Wed, 28 May 2003 11:16:22 +0000 |
Richard M. Stallman |
(substitute-env-vars): Fix typo.
|
Tue, 06 May 2003 17:54:41 +0000 |
Juanma Barranquero |
(setenv): Don't quote nil and t in docstrings.
|
Tue, 25 Feb 2003 06:19:21 +0000 |
Kenichi Handa |
(setenv): Fix previous change.
|
Mon, 24 Feb 2003 22:51:41 +0000 |
Dave Love |
(read-envvar-name): Decode names.
|
Tue, 04 Feb 2003 11:26:42 +0000 |
Juanma Barranquero |
Trailing whitespace deleted.
|
Mon, 29 Oct 2001 09:10:48 +0000 |
Gerd Moellmann |
(substitute-env-vars): Don't quote argument to `rx';
|
Wed, 24 Oct 2001 22:49:12 +0000 |
Richard M. Stallman |
(substitute-env-vars): Quote the arg to rx.
|
Fri, 05 Oct 2001 09:23:32 +0000 |
Gerd Moellmann |
(substitute-env-vars): New function.
|
Tue, 04 Sep 2001 15:49:28 +0000 |
Gerd Moellmann |
(setenv): Interactively, if VARIABLE has a current value,
|
Sun, 15 Jul 2001 16:15:35 +0000 |
Pavel Jank |
Some fixes to follow coding conventions in files maintained by FSF.
|
Mon, 15 May 2000 14:50:12 +0000 |
Gerd Moellmann |
(getenv): New function, interactively callable.
|
Tue, 17 Mar 1998 08:14:28 +0000 |
Richard M. Stallman |
(setenv): Simplify reading of args by passing old value as the default.
|
Sun, 14 Jan 1996 07:34:30 +0000 |
Erik Naggum |
Update FSF's address.
|
Sun, 10 Sep 1995 04:36:12 +0000 |
Richard M. Stallman |
(setenv): Call set-time-zone-rule when setting TZ.
|
Wed, 05 Oct 1994 06:29:50 +0000 |
Richard M. Stallman |
(read-envvar-name): Special meaning for MUSTMATCH
|
Sun, 02 Oct 1994 04:03:32 +0000 |
Richard M. Stallman |
(setenv-history): New history list.
|
Wed, 22 Jun 1994 04:40:17 +0000 |
Richard M. Stallman |
Update copyright notice.
|