summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-12-11 13:08:57 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-12-11 13:08:57 (GMT)
commit8582c8ae77717ddf56515e8f3c3aa77015ba72ed (patch)
treeb775745962ca6703590d63689e8df5a3e69f2bdc /ChangeLog
parentfee58f470580278055dd6c6c47f52c4df200144e (diff)
downloadtk-8582c8ae77717ddf56515e8f3c3aa77015ba72ed.zip
tk-8582c8ae77717ddf56515e8f3c3aa77015ba72ed.tar.gz
tk-8582c8ae77717ddf56515e8f3c3aa77015ba72ed.tar.bz2
Support the _NET_WM_PING protocol from EWMH. There's no reason to do
anything other than what is implemented, so no need for additional script control over it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 20 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 97a00bc..e55d24d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,20 +1,30 @@
+2006-12-11 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+
+ * unix/tkUnixWm.c (TkWmMapWindow, WmClientCmd): Added support for
+ _NET_WM_PID property from the EWMH spec. This is only installed when
+ the client machine is set.
+ (WmProtocolCmd, UpdateWmProtocols, TkWmProtocolEventProc): Added
+ support for the _NET_WM_PING protocol from the EWMH spec. Note that
+ the support for this is not exposed to the script level as that would
+ prevent correct handling.
+
2006-12-10 Joe English <jenglish@users.sourceforge.net>
* generic/ttk/ttkTheme.h, generic/ttk/ttkThemeInt.h,
- generic/ttk/ttk.decls, generic/ttk/ttkTheme.c,
- generic/ttk/ttkLayout.c, generic/ttk/ttkDecls.h:
+ * generic/ttk/ttk.decls, generic/ttk/ttkTheme.c,
+ * generic/ttk/ttkLayout.c, generic/ttk/ttkDecls.h:
Rename typedef Ttk_Element => Ttk_ElementImpl.
2006-12-09 Joe English <jenglish@users.sourceforge.net>
* generic/ttk/ttkButton.c, generic/ttk/ttkImage.c,
- generic/ttk/ttkLabel.c, generic/ttk/ttkWidget.h,
- generic/ttk/ttkTheme.h, generic/ttk/ttkNotebook.c,
- generic/ttk/ttkTreeview.c, doc/ttk_image.n:
- Merged duplicate functionality between image element factory,
- image element, and -image option processing. Image element
- factory now takes an imageSpec argument instead of a separate
- image name and -map option.
+ * generic/ttk/ttkLabel.c, generic/ttk/ttkWidget.h,
+ * generic/ttk/ttkTheme.h, generic/ttk/ttkNotebook.c,
+ * generic/ttk/ttkTreeview.c, doc/ttk_image.n:
+ Merged duplicate functionality between image element factory, image
+ element, and -image option processing. Image element factory now
+ takes an imageSpec argument instead of a separate image name and -map
+ option.
* tests/ttk/image.test(image-1.1): Can catch this error earlier now.
2006-12-06 Kevin Kenny <kennykb@acm.org>
@@ -22,7 +32,7 @@
* unix/configure.in: Further changes to avoid attempting to link
* unix/configure: against Xft libraries in a non-Xft build
[Bug 1609616] (dgp)
-
+
2006-12-04 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkListbox.c (ConfigureListboxItem): ListboxWorldChanged not