summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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