diff lib-src/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 e5da8db417c0
children fc048c702693
line wrap: on
line diff
--- a/lib-src/ChangeLog	Tue Jun 30 15:23:50 2009 +0000
+++ b/lib-src/ChangeLog	Tue Jun 30 15:48:23 2009 +0000
@@ -1,3 +1,10 @@
+2009-06-30  Jason Rumney  <jasonr@gnu.org>
+
+	* 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  <meyering@redhat.com>
 
 	Remove useless if-before-free test.