summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6ce3c4f..0ab5f5c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,30 @@
-xscope 1.2 is the grand unification release of xscope, finishing the
+xscope 1.4 adds new features and decoding support.
+
+- RANDR decoding updated from just 0.x protocol to handle 1.0 - 1.4
+- Atoms recorded from InternAtom & GetAtomName to use for display in
+ other requests referencing the atoms
+- Property requests now also show these property types in a more natural
+ format instead of as just lists of bytes:
+ UTF8_STRING, atoms, cardinals, integers, and windows
+- new -I command line flag to enter interactive mode immediately at startup
+- experimental support for reading a previously recorded file.
+ If you run "xscope -r -v0 > xscope.raw", then you can later run
+ "xscope -f xscope.raw" to decode the data.
+
+------------------------------------------------------------------------------
+
+xscope 1.3 added basic support for decoding GLX extension requests
+and improved transport layer selection/fallback.
+
+------------------------------------------------------------------------------
+
+xscope 1.2 was the grand unification release of xscope, finishing the
three way merge of the MIT-licensed version from the original author,
James Peterson of MCC, the extensions from Keith Packard, and the fork
Sun Microsystems maintained in Solaris releases.
+
+
Features from James Peterson's version:
- Core X11 protocol decoding