Hello community, here is the log from the commit of package scite for openSUSE:Factory checked in at 2013-03-21 22:15:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scite (Old) and /work/SRC/openSUSE:Factory/.scite.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scite", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/scite/scite.changes 2012-09-23 21:14:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2013-03-21 22:15:24.000000000 +0100 @@ -1,0 +2,105 @@ +Wed Mar 20 00:06:52 UTC 2013 - [email protected] + +- Updated to version 3.2.5: + + To allow cooperation between different uses of extended + (beyond 255) styles they should be allocated using + SCI_ALLOCATEEXTENDEDSTYLES. + + For Unicode documents, lexers that use StyleContext will + retrieve whole characters instead of bytes. LexAccessor + provides a LineEnd method which can be a more efficient way to + handle line ends and can enable Unicode line ends. + + The C++ lexer understands the #undef directive when + determining preprocessor definitions. Feature #978. + + The errorlist lexer recognises gcc include path diagnostics + that appear before an error. + + Folding implemented for GetText (PO) translation language + (sf#1437). + + HTML lexer does not interrupt comment style for processing + instructions (sf#1447). + + Fix SciTE forgetting caret x-position when switching + documents (sf#1442). + + Fixed bug where vertical scrollbar thumb appeared at beginning + of document when scrollbar shown (sf#1446). + + Provisional features are new features that may change or be + removed if they cause problems but should become permanent if + they work well. For this release Unicode line ends and + substyles are provisional features. +- Changes from version 3.4.2: + + Caret line highlight can optionally remain visible when window + does not have focus. Feature #964. + + Delegate mechanism for notifications added on Cocoa. + + NUL characters in selection are copied to clipboard as spaces + to avoid truncating at the NUL (sf#1289). + + C++ lexer fixes problem with showing inactive sections when + preprocessor lines contain trailing comment (sf#1413). + + C++ lexer fixes problem with JavaScript regular expressions + with '/' in character ranges (sf#1415). + + LaTeX folder added. Feature #970. + + LaTeX lexer improves styling of math environments. + Feature #970. + + MySQL lexer implements hidden commands. + + Only produce a single undo step when autocompleting a single + word (sf#1421). + + Fixed crash when printing lines longer than 8000 characters + (sf#1430). + + Fixed problem in character movement extends selection mode + where reversing direction collapsed the selection. + + Fixed scaling bug when printing on GTK+ (sf#1427). + + SciTE on GTK toolbar.detachable feature removed. + + Fixed some background saving bugs in SciTE (sf#1366, sf#1339). +- Changes from version 3.2.3: + + Improve speed when performing multiple searches. + + SciTE adds definition of PLAT_UNIX for both PLAT_GTK and + PLAT_MAC to allow consolidation of settings valid on all + Unix variants. + + Signal autoCompleteCancelled added on Qt. + + Bash lexer supports nested delimiter pairs (sf#1515556, + sf#3008483, sf#3512208 and sf#3515392) Feature #3569352. + + For C/C++, recognize exponent in floating point hexadecimal + literals (sf#3576454). + + For C #include statements, do not treat // in the path as a + comment (sf#3519260). + + Lexer for GetText translations (PO) improved with additional + styles and single instance limitation fixed. + + Ruby for loop folding fixed (sf#3240902, sf#3567391). + + Ruby recognition of here-doc after class or instance variable + fixed (sf#3567809). + + SQL folding of loop and case fixed (sf#3567905). + + SQL folding of case with assignment fixed (sf#3571820). + + Fix hang when removing all characters from indicator at end of + document. + + Fix failure of \xhh in regular expression search for values + greater than 0x79. + + On GTK+ 3 Ubuntu, fix crash when drawing margin. + + On ncurses, fix excessive spacing with italics line end. +- Changes from version 3.2.2: + + Implement INDIC_SQUIGGLEPIXMAP as a faster version of + INDIC_SQUIGGLE. Avoid poor drawing at right of INDIC_SQUIGGLE. + Align INDIC_DOTBOX to pixel grid for full intensity. + + Implement SCI_GETSELECTIONEMPTY API (sf#3543121). + + Added SCI_VCHOMEDISPLAY and SCI_VCHOMEDISPLAYEXTEND key + commands Feature #3561433. + + Allow specifying SciTE Find in Files directory with + find.in.directory property Feature #3558594. + + Override SciTE global strip.trailing.spaces with + strip.trailing.spaces by pattern files Feature #3556320. + + Fix long XML script tag handling in XML lexer (sf#3534190). + + Fix rectangular selection range after backspace (sf#3543097). + + Send SCN_UPDATEUI with SC_UPDATE_SELECTION for backspace in + virtual space (sf#3543121). + + Avoid problems when calltip highlight range is negative + (sf#3545938). + + Limit time allowed to highlight current word in SciTE to 0.25 + seconds to remain responsive. + + Fixed SciTE read-only mode to stick with buffer. + + Remove limit on logical line length in SciTE + .properties files (sf#3544312). + + Improve performance of SciTE Save As command. + + Fix SciTE crash with empty .properties files (sf#3545938, + sf#3555308). + + Fix repeated letter in SciTE calltips (sf#3545938). + + Refine build time checking for Direct2D and DirectWrite. + + Added ncurses platform definitions. Implementation is + maintained separately as Scinterm. + +------------------------------------------------------------------- Old: ---- scite321.tgz New: ---- scite325.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scite.spec ++++++ --- /var/tmp/diff_new_pack.OlmwT5/_old 2013-03-21 22:15:26.000000000 +0100 +++ /var/tmp/diff_new_pack.OlmwT5/_new 2013-03-21 22:15:26.000000000 +0100 @@ -1,8 +1,8 @@ # # spec file for package scite # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. -# Copyright (c) 2012 Malcolm J Lewis <[email protected]> +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012-2013 Malcolm J Lewis <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ Name: scite -Version: 3.2.1 +Version: 3.2.5 Release: 0 Summary: Source Code Editor based on Scintilla License: MIT Group: Productivity/Text/Editors Url: http://www.scintilla.org/SciTE.html -Source0: http://download.sourceforge.net/scintilla/%{name}321.tgz +Source0: http://download.sourceforge.net/scintilla/%{name}325.tgz # PATCH-FIX-UPSTREAM scite-fix-desktop-categories.patch sf#3491187 [email protected] -- Update desktop catgories. Patch0: scite-fix-desktop-categories.patch BuildRequires: gcc-c++ ++++++ scite321.tgz -> scite325.tgz ++++++ ++++ 15936 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
