Changelog for
jedit-javadoc-5.1.0-lp150.2.3.noarch.rpm :
* Fri Dec 22 2017 fstrbaAATTsuse.com- Added patch:
* jedit-jdk10.patch + Fix building with jdk10 + Do not use custom doclet APIs removed in jdk10
* Mon Sep 18 2017 fstrbaAATTsuse.com- Added patch:
* jedit-encoding.patch + fix javadoc generation with jdk9
* Mon Jul 07 2014 tchvatalAATTsuse.com- Version bump to 5.1.0:
* Various updates all raound the place
* Few api changes
* http://www.jedit.org/CHANGES51.txt
* Mon Jul 07 2014 tchvatalAATTsuse.com- Cleanup with spec-cleaner
* Mon Jul 07 2014 tchvatalAATTsuse.com- Fix jedit build with new xml-common-apis
* Mon Sep 30 2013 mvyskocilAATTsuse.com- fix a build, added missing commons-logging and junit
* Thu Mar 07 2013 adminAATTdamienradtke.org- updated build to use openSUSE-packaged dependencies
* Thu Jan 17 2013 adminAATTdamienradtke.org- update to 5.0.0- fixed java version incompatability with openSUSE 12.1- many bug fixes, API changes, editing and UI updates- added missing documentation- full changelog here: www.jedit.org/CHANGES50.txt
* Wed Jun 27 2012 mvyskocilAATTsuse.cz- update to 4.5.1 (bugfix release)- build it from source and don\'t bundle everything in a tarball- strip documentation build and install as it\'s extremly complicated and needs a lot of dependencies- reworked launcher script
* Sun Jun 17 2012 factory-maintainerAATTkulow.org- adding deps.sh as source
* Wed Feb 29 2012 adminAATTdamienradtke.org- Update to 4.5.0
* Performance improvements.
* Elastic tabstop option now available.
* Lots of old deprecated API\'s were removed.
* Choose color ordering for subpixel antialising.
* Desktop system tray icon added.
* It is now possible to change look & feel without restarting jEdit.
* It is now possible to specify a FILE_NAME_GLOB for an edit mode based on the full path.
* File System Browser can now open files in desktop, using filename associations to launch another program.
* Plugin Manager enhancements, filter field, bugs fixed.
* Thu Jan 12 2012 mvyskocilAATTsuse.cz- Update to 4.4.2
* a lot of bugfixes
* `elsif compiler directive added to verilog edit mode (#3261277) (Matthieu Casanova)
* Methods to manage the cursor if the TextArea
* Introduction of a new ThreadUtilities class implementing a threadpool using Java 1.6 Concurrent API.
* File System Browser dynamic menu support (#2938170 - François Rey)
* BufferSet api rewritten. Now each editPane have its own bufferSet, does not share it with other editPanes. The bufferset scope is the
* Status bar widget : it is now possible to use labels starting with letters in status bar. (Matthieu Casanova)
* Update for Stata-edit mode (goebbe, # 3019042)
* Added \"using\" keyword to haXe edit mode (patch #3081482 from Bad Sector, Matthieu Casanova)
* Sun May 22 2011 idonmezAATTnovell.com- Don\'t hardcode docbook-xsl-stylesheet version
* Wed Aug 11 2010 mvyskocilAATTsuse.cz- Update to 4.3.2
* a lot of bugfixes
* improved indenting rules of Python edit mode (Björn \"Vampire\" Kautler)
* New options to select the width and the background color of the selection area in the gutter (which is visible when line numbers are not shown).
* New button in Hypersearch dockable panel to stop an hypersearch (patch #2842444) (encorejane)
* New Macro - \"Text/Compose Tag\". (Gordon Hollenbeck # 2644277)
* New (restored?) Actions: dumb \"home\" and \"end\": not as smart as smart home/end - stays on the same line always. (Alan Ezust)
* Smarter Smart-end - uses syntax info to determine end of code (before start of comment), giving smart-end 4 states instead of the previous 3. (Gordon Hollenbeck #2646484).
* and many more - see CHANGES.txt- fix bnc#629375 - jedit does not work because of wrong version of bsh2
* jedit needs patched version of bsh2, we used the vanilla sources from bsh2-src package, apply patches from Debian and use the modified version for build
* Tue Dec 15 2009 mvyskocilAATTsuse.cz- fixed build with bsh-2.0b5
* added jedit-4.2-bsh-2.0b5.patch
* Tue Mar 10 2009 roAATTsuse.de- ignore some subshell return values to fix build for now