Mercurial > emacs
comparison nt/ChangeLog @ 103641:48d529d3a5a4
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).
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 30 Jun 2009 15:48:23 +0000 |
parents | 973e0a71638b |
children | 7bad97f82eb6 |
comparison
equal
deleted
inserted
replaced
103640:fd001b102e15 | 103641:48d529d3a5a4 |
---|---|
1 2009-06-30 Jason Rumney <jasonr@gnu.org> | |
2 | |
3 * runemacs.c (set_user_model_id): New function. | |
4 (WinMain): Use it. | |
5 | |
1 2009-06-21 Chong Yidong <cyd@stupidchicken.com> | 6 2009-06-21 Chong Yidong <cyd@stupidchicken.com> |
2 | 7 |
3 * Branch for 23.1. | 8 * Branch for 23.1. |
4 | 9 |
5 2009-03-21 Eli Zaretskii <eliz@gnu.org> | 10 2009-03-21 Eli Zaretskii <eliz@gnu.org> |