Changelog for
libscintilla2-2.29-19.49.x86_64.rpm :
Mon Mar 26 14:00:00 2012 cfarrellAATTsuse.com
- license update: MIT
License is closely related to the MIT license. Use SPDX format
Sun Nov 27 13:00:00 2011 cooloAATTsuse.com
- add libtool as buildrequire to avoid implicit dependency
Mon Oct 17 14:00:00 2011 mhruseckyAATTsuse.cz
- updated to the version 2.29
Wed Nov 11 13:00:00 2009 mhruseckyAATTsuse.cz
- making sure that no include can be included twice
Tue Nov 10 13:00:00 2009 mhruseckyAATTsuse.cz
- commenting out fdupes on non-SuSE distro
Fri Oct 30 13:00:00 2009 mhruseckyAATTsuse.cz
- packaging even src headers (MySQL Workbench need them)
Fri Oct 30 13:00:00 2009 mhruseckyAATTsuse.cz
- moving headers to the scintilla directory
Sun Oct 25 13:00:00 2009 mhruseckyAATTsuse.cz
- updated to version 2.01
- 2.01 changes
- Fix to positioning rectangular paste when viewing line ends.
- Don\'t insert new lines and indentation for line ends at end of
rectangular paste.
- When not in additional selection typing mode, cutting a
rectangular selection removes all of the selected text.
- Rectangular selections are copied to the clipboard in document
order, not in the order of selection.
- SCI_SETCURRENTPOS and SCI_SETANCHOR work in rectangular mode.
- On GTK+, drag and drop to a later position in the document now
drops at the position.
- Fix bug where missing property did not use default value.
- 2.0 changes
- Multiple pieces of text can be selected simultaneously by holding
control whil dragging the mouse. Typing, backspace and delete may
affect all selections together.
- Virtual space allows selecting beyond the last character on a line.
- SciTE on GTK+ path bar is now optional and defaults to off.
- MagikSF lexer recognises numbers correctly.
- Folding of Python comments and blank lines improved. Bug #210240.
- Bug fixed where background colour of last character in document
leaked past that character.
- Crash fixed when adding marker beyond last line in document.
Bug #2830307.
- Resource leak fixed in SciTE for Windows when printing fails.
Bug #2816524.
- Bug fixed on Windows where the system caret was destroyed during
destruction when another window was using the system caret.
Bug #2830223.
- Bug fixed where indentation guides were drawn over text when the
indentation used a style with a different space width to the
default style.
- SciTE bug fixed where box comment added a bare line feed rather
than the chosen line end. Bug #2818104.
- Reverted fix that led to wrapping whole document when displaying
the first line of the document.
- Export to LaTeX in SciTE fixed to work in more cases and not use
as much space. Bug #1286548.
- Bug fixed where EN_CHANGE notification was sent when performing a
paste operation in a read-only document. Bug #2825485.
- Refactored code so that Scintilla exposes less of its internal
implementation and uses the C++ standard library for some basic
collections. Projects that linked to Scintilla\'s SString or PropSet
classes should copy this code from a previous version of Scintilla
or from SciTE.
Tue Jul 28 14:00:00 2009 mhruseckyAATTsuse.cz
- updated to version 1.79
- Scintilla reports memory exhaustion instead of crashing.
- for more details see http://www.scintilla.org/ScintillaHistory.html
Tue Jun 2 14:00:00 2009 mhruseckyAATTsuse.cz
- updated to version 1.78
- allows annotation lines to be displayed beneath each document line and to
display a margin with different text for each document line
- for more details see http://www.scintilla.org/ScintillaHistory.html
- not packaging static libraries anymore