summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2009-03-06 22:51:02 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2009-03-06 22:51:02 +0000
commitab6aa5463ffdd5cfaf729eb1f5407be749ba1090 (patch)
tree6919745dae59f7a7a0bfcaae5e51be4241fa77ee /ChangeLog
parent42387bff6ffab4e741cdc69b46cdf8308a690a22 (diff)
downloadmetacity-ab6aa5463ffdd5cfaf729eb1f5407be749ba1090.tar.gz
add optional dependency on gtop. Include "(as username)" in the titlebar
* configure.in: add optional dependency on gtop. * src/core/window-props.c: Include "(as username)" in the titlebar if a window is running as another user. * src/core/window.c: check for PID before name, since the rendering of the name can now depend on the PID. Closes #549389. svn path=/trunk/; revision=4181
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d97825ad..046f32e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-03-06 Thomas Thurman <tthurman@gnome.org>
+
+ * configure.in: add optional dependency on gtop.
+ * src/core/window-props.c: Include "(as username)"
+ in the titlebar if a window is running as another user.
+ * src/core/window.c: check for PID before name, since
+ the rendering of the name can now depend on the PID.
+
+ Closes #549389.
+
2009-02-21 Matthias Clasen <mclasen@redhat.com>
* src/core/bell.c: Don't force CA_PROP_CANBERRA_ENABLE to 1.