implement a couple more instructions. I've mailed this patch to Julian
and Nick but got no reply. I guess they're okay with it. I tested them
quite a lot so it should be fine.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1834 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index cee88f6..2911a9f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Snapshot 2003XXXX (XX XXXX 2003)
+
+- Implemented more opcodes: 
+    - push %es
+    - push %ds
+    - pop %es
+    - pop %ds
+    - movntq
+    - sfence
+    - pshufw
+    - pavgb
+    - ucomiss
+    - enter
+
+- Memcheck: Implemented handling of more SSE(2) constructs
+
 
 Snapshot 20030725 (25 July 2003)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~