Jason Rumney
0a3472c7b9
* w32term.c (w32_initialize): Use standard types.
...
* runemacs.c (set_user_model_id): Use standard types.
* emacsclient.c (w32_set_user_model_id): Use standard types.
2009-07-03 15:32:02 +00:00
Jason Rumney
ff90fbdecc
bug#1849 - Windows 7 Taskbar Support
...
* w32term.c (w32_initialize): Use GetModuleHandle for library that
is already loaded.
Set user model ID if supported (bug#1849).
* runemacs.c (set_user_model_id): New function.
(WinMain): Use it.
* emacsclient.c (w32_give_focus): Use GetModuleHandle for library
that is already loaded.
(w32_set_user_model_id): New function.
(main): Use it to associate emacsclient with emacs (bug#1849).
2009-06-30 15:48:23 +00:00
Glenn Morris
f5d0ac07d6
Add 2009 to copyright years.
2009-01-08 03:38:51 +00:00
Glenn Morris
eef0be9e86
Switch to recommended form of GPLv3 permissions notice.
2008-05-09 05:14:16 +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
Juanma Barranquero
4da0d3f794
(WinMain): Process all recognized arguments, not just the first one.
...
Remove unused variable sec_desc.
2006-10-29 22:47:15 +00:00
Jason Rumney
3bb69bbdba
(WinMain): Set screen buffer to 80x25.
2006-03-11 15:02:34 +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
Jason Rumney
1e3c9713ef
(WinMain): Let emacs environment default to parent.
2004-04-10 21:06:31 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Jason Rumney
0ac7bf6c34
(WinMain): Add quotes around executable name.
2001-06-20 22:40:29 +00:00
Andrew Innes
8040b3ba6e
Remove WIN32 define.
2000-08-22 21:52:41 +00:00
Andrew Innes
1713212025
(WinMain): Pass explicit environment block to
...
CreateProcess, to work around a bug in Windows 95/98.
1999-01-26 12:56:01 +00:00
Geoff Voelker
05c4be3c5a
(WinMain): Allow Emacs process to be started with
...
high or low priority.
1997-09-03 02:19:32 +00:00
Richard M. Stallman
77727cfd5d
(WinMain): Put a space between the binary and its args.
1996-08-09 18:40:18 +00:00
Richard M. Stallman
662463d904
(CHOOSE_NEWEST_EXE): New parameter macro.
...
Not defined by default.
(WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
(WinMain): Convert backslashes to slashes in env var values.
1996-06-03 15:44:32 +00:00
Geoff Voelker
c911543b1c
Initial revision
1996-05-03 18:29:10 +00:00