diff options
author | H.J. Lu <hjl@gcc.gnu.org> | 2008-12-11 11:48:16 -0800 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2008-12-11 11:48:16 -0800 |
commit | bc87337fc836e553b90e43550976b5c3ba45960c (patch) | |
tree | 3443a6ef9e427a335c9f75513e2196ac040c837d | |
parent | 4d6c72371d037e893dcfad4c9a1f8485330ff318 (diff) | |
download | gcc-bc87337fc836e553b90e43550976b5c3ba45960c.zip gcc-bc87337fc836e553b90e43550976b5c3ba45960c.tar.gz gcc-bc87337fc836e553b90e43550976b5c3ba45960c.tar.bz2 |
re PR libgcj/38006 (Incorrect proplist on inherit.png)
2008-12-11 H.J. Lu <hongjiu.lu@intel.com>
PR libgcj/38006
* classpath/tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/inherit.png:
Set svn:mime-type to application/octet-stream.
From-SVN: r142689
-rw-r--r-- | libjava/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 005ef71..e090ae9 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,7 +1,13 @@ +2008-12-11 H.J. Lu <hongjiu.lu@intel.com> + + PR libgcj/38006 + * classpath/tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/inherit.png: + Set svn:mime-type to application/octet-stream. + 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu> - * configure.ac: Add double brackets on darwin[912]. - * configure: Regenerate. + * configure.ac: Add double brackets on darwin[912]. + * configure: Regenerate. 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu> |