1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
Juanma Barranquero
c44b4b4643 Include malloc.h.
(add_registry): Cast return value of alloca.
2008-02-25 11:28:07 +00:00
Jason Rumney
f1cefe09d6 (add_registry): Add an App Paths registry key.
Look for GTK and add it to the DLL search path for Emacs if found.
2008-02-11 15:36:20 +00:00
Glenn Morris
6d344054d1 Add 2008 to copyright years. 2008-01-07 08:15:16 +00:00
Glenn Morris
4a9f99bdfb Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
Glenn Morris
62eda0e2b1 Update copyright for years from Emacs 21 to present (mainly adding
2001).
2007-01-16 02:38:27 +00:00
Jason Rumney
ebe98f49a5 (add_registry): Don't change the registry unless keys
already exist from a previous version.
2006-03-12 18:10:29 +00:00
Jason Rumney
f4c6fac4e8 (main): Accept -q as alternative for /q. 2006-03-12 17:16:54 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Thien-Thi Nguyen
b65d8176e6 Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
Lute Kamstra
364c38d3af Update FSF's address. 2005-07-04 15:47:28 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Jason Rumney
676a30259f (env_vars): Remove EMACSLOCKDIR. 2002-06-13 18:39:50 +00:00
Andrew Innes
5488afcc56 (env_vars): Add a version-independent site-lisp
directory to EMACSLOADPATH, after the version dependent one.
2001-01-19 14:55:29 +00:00
Andrew Innes
5205d900d6 (main): Accept /q to mean install based on addpm's
location without asking.  Remove reference to emacs.bat which is
now obsolete.
2000-08-22 21:43:12 +00:00
Gerd Moellmann
e005bb40cb (env_vars): Include leim in default EMACSLOADPATH
definition.
1999-11-22 14:37:08 +00:00
Geoff Voelker
59ee44271e (main): Explicitly check result of message box for OK. 1998-07-21 04:00:21 +00:00
Geoff Voelker
0655d4d4b6 addpm.c (env_vars): Fix misplaced % in SHELL entry. 1997-10-01 05:42:45 +00:00
Geoff Voelker
9296c0e8d1 (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
Quote group name.  Allow different icons to be specified.

(env_vars): No longer set INFOPATH.
1997-09-03 02:18:15 +00:00
Geoff Voelker
65cd66876a (env_vars): Set SHELL to cmdproxy.
(main): Initialize idDde to 0.
Determine emacs_path from module file name.
Prompt for install.
1997-08-17 01:44:27 +00:00
Geoff Voelker
8144f59c30 (env_vars): Add site-lisp to EMACSLOADPATH. 1997-01-05 02:14:41 +00:00
Richard M. Stallman
26b430b7b3 (env_vars): Use slashes, not backslashes. 1996-06-03 17:44:23 +00:00
Richard M. Stallman
8a7a40e536 (env_vars): Set SHELL registry entry to value of COMSPEC environment variable. 1996-05-08 17:50:59 +00:00
Geoff Voelker
c6e6368426 (REG_ROOT): Don't use a trailing backslash.
(env_vars): Rename field emacs_path to emacs_dir.
(main): Add link to runemacs instead of emacs.
1996-05-03 18:19:05 +00:00
Erik Naggum
bf2b146b13 Update FSF's ddress in preamble 1996-01-15 08:32:56 +00:00
Geoff Voelker
2cc1905e48 (env_vars): New variable.
(add_registry): New procedure.
(main): Use values of configuration environment variables from
the registry if defined, the process environment otherwise.
1995-11-07 07:58:00 +00:00
Richard M. Stallman
6fbcbee7e5 Mostly rewritten. 1995-06-20 02:53:59 +00:00
Geoff Voelker
cef9e134b1 Initial revision 1995-06-10 02:24:19 +00:00