aboutsummaryrefslogtreecommitdiffstats
path: root/nt/addpm.c
Commit message (Collapse)AuthorAgeFilesLines
* (env_vars): Remove EMACSLOCKDIR.Jason Rumney2002-06-131-1/+0
|
* (env_vars): Add a version-independent site-lispAndrew Innes2001-01-191-1/+1
| | | | directory to EMACSLOADPATH, after the version dependent one.
* (main): Accept /q to mean install based on addpm'sAndrew Innes2000-08-221-14/+25
| | | | | location without asking. Remove reference to emacs.bat which is now obsolete.
* (env_vars): Include leim in default EMACSLOADPATHGerd Moellmann1999-11-221-1/+1
| | | | definition.
* (main): Explicitly check result of message box for OK.Geoff Voelker1998-07-211-1/+4
|
* addpm.c (env_vars): Fix misplaced % in SHELL entry.Geoff Voelker1997-10-011-1/+1
|
* (env_vars): Put site-lisp before lisp in EMACSLOADPATH.Geoff Voelker1997-09-031-9/+15
| | | | | | Quote group name. Allow different icons to be specified. (env_vars): No longer set INFOPATH.
* (env_vars): Set SHELL to cmdproxy.Geoff Voelker1997-08-171-4/+46
| | | | | | (main): Initialize idDde to 0. Determine emacs_path from module file name. Prompt for install.
* (env_vars): Add site-lisp to EMACSLOADPATH.Geoff Voelker1997-01-051-1/+1
|
* (env_vars): Use slashes, not backslashes.Richard M. Stallman1996-06-031-6/+6
|
* (env_vars): Set SHELL registry entry to value of COMSPEC environment variable.Richard M. Stallman1996-05-081-1/+1
|
* (REG_ROOT): Don't use a trailing backslash.Geoff Voelker1996-05-031-9/+9
| | | | | (env_vars): Rename field emacs_path to emacs_dir. (main): Add link to runemacs instead of emacs.
* Update FSF's ddress in preambleErik Naggum1996-01-151-16/+16
|
* (env_vars): New variable.Geoff Voelker1995-11-071-12/+74
| | | | | | (add_registry): New procedure. (main): Use values of configuration environment variables from the registry if defined, the process environment otherwise.
* Mostly rewritten.Richard M. Stallman1995-06-201-155/+44
|
* Initial revisionGeoff Voelker1995-06-101-0/+193