summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2012-07-06 21:34:39 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2012-07-06 21:34:39 +0200
commitddadbc0e71e7b1be4e79447a7c134b0762d104eb (patch)
tree11ca8aff519e07c77f1836035c1a907da6fc50a4 /src/ChangeLog
parent133a11fc593ee918a6c4c1e68c024949c9ba2f1b (diff)
downloademacs-ddadbc0e71e7b1be4e79447a7c134b0762d104eb.tar.gz
Fixes: debbugs:11870
* w32fns.c (Fx_window_property): Accept the same arguments as the X Windows version. Doc fix. * xfns.c (Fx_window_property): Doc fix.
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 bb9fabfaa8e..0f1a0bdc666 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
+
+ * w32fns.c (Fx_window_property): Accept the same arguments as the
+ X Windows version. Doc fix.
+ * xfns.c (Fx_window_property): Doc fix. (Bug#11870)
+
2012-07-06 Juanma Barranquero <lekktu@gmail.com>
Eli Zaretskii <eliz@gnu.org>