diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-15 21:05:45 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-15 21:05:45 +0000 |
commit | efba7f83ef225df8a0eaee660cb9bba19fd775c0 (patch) | |
tree | 70dfe476f8fab3474685870c6026d62205c837ec /ChangeLog | |
parent | 245466d4ef8ea4012242a3fa21a217e767f4eac4 (diff) |
Update from ASPEED Technology Inc. to fix incorrect line drawing issue and
change driver name from "AST1000/2000" to "AST" to fix Xorg log
formatting issues with long driver names. Bugzilla #4937
<https://bugs.freedesktop.org/show_bug.cgi?id=4937> Attachment #4948
<https://bugs.freedesktop.org/attachment.cgi?id=4948>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 18 insertions, 7 deletions
@@ -1,3 +1,14 @@ +2006-03-15 Alan Coopersmith <alan.coopersmith@sun.com> + + * src/ast.h: + * src/ast_2dtool.c: + * src/ast_accel.c: + Update from ASPEED Technology Inc. to fix incorrect line drawing issue + and change driver name from "AST1000/2000" to "AST" to fix Xorg log + formatting issues with long driver names. + Bugzilla #4937 <https://bugs.freedesktop.org/show_bug.cgi?id=4937> + Attachment #4948 <https://bugs.freedesktop.org/attachment.cgi?id=4948> + 2006-03-14 Alan Coopersmith <alan.coopersmith@sun.com> * COPYING: @@ -9,13 +20,13 @@ * src/.cvsignore: Add the normal trappings of the Xorg modular build system. - * ast_2dtool.c: - * ast_accel.c: - * ast_cursor.c: - * ast_driver.c: - * ast_mode.c: - * ast_tool.c: - * ast_vgatool.c: + * src/ast_2dtool.c: + * src/ast_accel.c: + * src/ast_cursor.c: + * src/ast_driver.c: + * src/ast_mode.c: + * src/ast_tool.c: + * src/ast_vgatool.c: Replace "Xv.h" with <X11/extensions/Xv.h> and add #include "config.h" for modular build Strip ^M out of ast_accel.c |