diff options
| author | Jason Rumney | 2009-06-30 15:48:23 +0000 |
|---|---|---|
| committer | Jason Rumney | 2009-06-30 15:48:23 +0000 |
| commit | ff90fbdecc6ffb1e34fe5ee9c1f080106c0739df (patch) | |
| tree | 220a6ca0665b2ed33868247c02949704fa510335 /lib-src/ChangeLog | |
| parent | 974647ac913e1280e7142321a19e3b7eaabefc25 (diff) | |
| download | emacs-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 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
| 1 | 2009-06-30 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * emacsclient.c (w32_give_focus): Use GetModuleHandle for library | ||
| 4 | that is already loaded. | ||
| 5 | (w32_set_user_model_id): New function. | ||
| 6 | (main): Use it to associate emacsclient with emacs (bug#1849). | ||
| 7 | |||
| 1 | 2009-06-29 Jim Meyering <meyering@redhat.com> | 8 | 2009-06-29 Jim Meyering <meyering@redhat.com> |
| 2 | 9 | ||
| 3 | Remove useless if-before-free test. | 10 | Remove useless if-before-free test. |