Changelog for
jedit-5.1.0-48.45.noarch.rpm :
Mon Dec 10 13:00:00 2018 Fridrich Strba
- Build against the generic provider xml-apis instead of
xerces-j2-xml-apis
Thu Nov 1 13:00:00 2018 Fridrich Strba
- Port to use bsh2 instead of the old bsh
Fri Dec 22 13:00:00 2017 fstrbaAATTsuse.com
- Added patch:
* jedit-jdk10.patch
+ Fix building with jdk10
+ Do not use custom doclet APIs removed in jdk10
Mon Sep 18 14:00:00 2017 fstrbaAATTsuse.com
- Added patch:
* jedit-encoding.patch
+ fix javadoc generation with jdk9
Mon Jul 7 14:00:00 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 7 14:00:00 2014 tchvatalAATTsuse.com
- Cleanup with spec-cleaner
Mon Jul 7 14:00:00 2014 tchvatalAATTsuse.com
- Fix jedit build with new xml-common-apis
Mon Sep 30 14:00:00 2013 mvyskocilAATTsuse.com
- fix a build, added missing commons-logging and junit
Thu Mar 7 13:00:00 2013 adminAATTdamienradtke.org
- updated build to use openSUSE-packaged dependencies
Thu Jan 17 13:00:00 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 14:00:00 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 14:00:00 2012 factory-maintainerAATTkulow.org
- adding deps.sh as source
Wed Feb 29 13:00:00 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 13:00:00 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 14:00:00 2011 idonmezAATTnovell.com
- Don\'t hardcode docbook-xsl-stylesheet version
Wed Aug 11 14:00:00 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 13:00:00 2009 mvyskocilAATTsuse.cz
- fixed build with bsh-2.0b5
* added jedit-4.2-bsh-2.0b5.patch
Tue Mar 10 13:00:00 2009 roAATTsuse.de
- ignore some subshell return values to fix build for now