* Patches:
- update 01_free_javac.patch, 02_libs.patch, 03_external_apps.patch,
05_antlr.patch
+ - remove 04_HONOR_DISPLAY_PROPERTIES.patch, not needed any more
- remove 06_forms_groups.patch, applied upstream
- add new 06_BibtexEntry.patch
* debian/rules: install new version of changelog; don't use the deprecated
+++ /dev/null
-Author: <gregoa@debian.org>
-Description: JEditorPane.HONOR_DISPLAY_PROPERTIES not understood by java-gcj-compat-dev ...
---- a/src/java/net/sf/jabref/JabRefMain.java
-+++ b/src/java/net/sf/jabref/JabRefMain.java
-@@ -109,7 +109,6 @@
- "We are sorry for the trouble and thanks for reporting problems with JabRef!</html>");\r
- pane.setEditable(false);\r
- pane.setOpaque(false);\r
-- pane.putClientProperty(JEditorPane.HONOR_DISPLAY_PROPERTIES, Boolean.TRUE);\r
- \r
- Component componentToDisplay;\r
- if (pane.getPreferredSize().getHeight() > 700){\r
-@@ -157,7 +156,6 @@
- "<p>For more information visit <b>http://jabref.sf.net/faq.php</b>.</p></html>");\r
- pane.setEditable(false);\r
- pane.setOpaque(false);\r
-- pane.putClientProperty(JEditorPane.HONOR_DISPLAY_PROPERTIES, Boolean.TRUE);\r
- \r
- JOptionPane.showMessageDialog(null, pane, "Insufficient Java Version Installed", JOptionPane.ERROR_MESSAGE);\r
- }\r