aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2009-06-30 15:48:23 +0000
committerJason Rumney2009-06-30 15:48:23 +0000
commitff90fbdecc6ffb1e34fe5ee9c1f080106c0739df (patch)
tree220a6ca0665b2ed33868247c02949704fa510335 /src/ChangeLog
parent974647ac913e1280e7142321a19e3b7eaabefc25 (diff)
downloademacs-ff90fbdecc6ffb1e34fe5ee9c1f080106c0739df.tar.gz
emacs-ff90fbdecc6ffb1e34fe5ee9c1f080106c0739df.zip
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).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dcf58c7f631..b06bf4fac8c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12009-06-30 Jason Rumney <jasonr@gnu.org>
2
3 * w32term.c (w32_initialize): Use GetModuleHandle for library that
4 is already loaded.
5 Set user model ID if supported (bug#1849).
6
12009-06-29 Jim Meyering <meyering@redhat.com> 72009-06-29 Jim Meyering <meyering@redhat.com>
2 8
3 Remove useless if-before-xfree test. 9 Remove useless if-before-xfree test.