[xserver-commit] xserver ChangeLog,3.139,3.140
Daniel Stone
xserver-commit@pdx.freedesktop.org
Committed by: daniel
Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv28197
Modified Files:
ChangeLog
Log Message:
Fo'shizzle, I'm renaming the XFree86 DDX (hw/xfree86) to Xizzle (hw/xizzle), per
Mike Harris's suggestion.
It was getting way too confusing, so this DDX can now unambiguously be referred
to as 'Xizzle'. If anyone thinks the name sucks, email me/the list, and if the
name's better, we can move to that without too much hassle.
/cvs/xserver/xfree86 -> /cvs/xserver/xizzle
hw/xfree86 -> hw/xizzle
$(XF86_*) -> $(XIZZLE_foo)
libxf86* -> libxizzlefoo
XFree86 -> Xizzle
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.139
retrieving revision 3.140
diff -u -d -r3.139 -r3.140
--- a/ChangeLog 7 Mar 2004 11:13:29 -0000 3.139
+++ b/ChangeLog 7 Mar 2004 11:56:29 -0000 3.140
@@ -1,9 +1,14 @@
-2004-03-07 Daniel Stone <daniel@freedesktop.org>
+2004-03-07 Daniel Stone <daniel@freedesktop.org>
+ * hw/xfree86, hw/xizzle:
+ Renaming the XFree86 DDX to 'Xizzle' per Mike Harris'ssuggestion. There
+ was too much confusion.
+
+2004-03-07 Daniel Stone <daniel@freedesktop.org>
* Xext/Makefile.am, Xext/panoramiX*:
Fix up the PanoramiX build so it actually works and does something
useful.
-2004-03-03 Ryan Lortie <desrt@desrt.ca>
+2004-03-03 Ryan Lortie <desrt@desrt.ca>
* os/utils.c:
Make VerifyDisplayName only accept numeric server numbers.