From ff90fbdecc6ffb1e34fe5ee9c1f080106c0739df Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 30 Jun 2009 15:48:23 +0000 Subject: 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). --- lib-src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 590af7692ef..4969b93734d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,10 @@ +2009-06-30 Jason Rumney + + * 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-29 Jim Meyering Remove useless if-before-free test. -- cgit v1.2.1