Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2013-11-07 14:48:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and      /work/SRC/openSUSE:Factory/.scite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scite"

Changes:
--------
--- /work/SRC/openSUSE:Factory/scite/scite.changes      2013-03-21 
22:15:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2013-11-07 
14:48:06.000000000 +0100
@@ -1,0 +2,165 @@
+Mon Oct 28 03:41:58 UTC 2013 - malcolmle...@opensuse.org
+
+- Updated to version 3.3.6:
+  + Added functions to help convert between substyles and base
+    styles and between secondary and primary styles.
+  + Lexer added for Rust language. Feature #1024.
+  + Avoid false matches in errorlist lexer which is used for the
+    SciTE output pane by stricter checking of ctags lines.
+  + Perl lexer fixes bugs with multi-byte characters, including in
+    HEREDOCs and PODs (sf#1528).
+  + SQL folder folds 'create view' statements. Feature #1020.
+  + Visual Prolog lexer updated with better support for string
+    literals and Unicode. Feature #1025.
+  + For SCI_SETIDENTIFIERS, \t, \r, and \n are allowed as well as
+    space between identifiers (sf#1521).
+  + Gaining and losing focus is now reported as a notification
+    with the code set to SCN_FOCUSIN or SCN_FOCUSOUT.
+  + On Qt, turn off idle events on destruction to prevent
+    repeatedly calling idle.
+  + Qt bindings in ScintillaEdit changed to use signed first
+    parameter.
+  + Compilation errors fixed on GTK+ with SCI_NAMESPACE.
+  + Avoid attempts to redraw empty areas when lexing beyond the
+    currently visible lines.
+  + Control more attributes of indicators in SciTE with
+    find.mark.indicator and highlight.current.word.indicator
+    properties.
+  + Fix SciTE bug with buffers becoming read-only (sf#1525).
+  + Fix SciTE on GTK+ 3.x incremental search to change foreground
+    colour when no match as changing background colour is
+    difficult.
+- Updates from 3.3.5:
+  + Characters may be represented by strings. In Unicode mode C1
+    control characters are represented by their mnemonics.
+  + Added SCI_POSITIONRELATIVE to optimize navigation by
+    character.
+  + Option to allow mouse selection to switch to rectangular by
+    pressing Alt after start of gesture. Feature #1007.
+  + Lexer added for KVIrc script. Feature #1008.
+  + Bash lexer fixed quoted HereDoc delimiters (sf#1500).
+  + Structured Text lexer fixed styling of enumeration members
+    (sf#1508).
+  + Fixed bug with horizontal caret position when margin changed
+    (sf#1512).
+  + Ensure selection redrawn correctly in two cases. When
+    switching from stream to rectangular selection with
+    Alt+Shift+Up. When reducing the range of an additional
+    selection by moving mouse up. Feature #1007.
+  + Initialize extended styles to the default style.
+  + Qt bindings in ScintillaEdit made to work on 64-bit Unix
+    systems.
+  + Easier access to printing on Qt with formatRange method.
+  + Fixed SciTE failure to save initial buffer in single buffer
+    mode (sf#1339).
+  + SciTE crash fixed for negative line.margin.width (sf#1504).
+  + SciTE fix for infinite dialog boxes when failing to
+    automatically save a file (sf#1503).
+  + SciTE settings buffered.draw, two.phase.draw, and technology
+    are applied to the output pane as well as the edit pane.
+- Updates from 3.3.4:
+  + Handling of UTF-8 and DBCS text in lexers improved with
+    methods ForwardBytes and GetRelativeCharacter added to
+    StyleContext (sf#1483).
+  + For Unicode text, case-insensitive searching and making text
+    upper or lower case is now compliant with Unicode standards
+    on all platforms and is much faster for non-ASCII characters.
+  + A CategoriseCharacter function was added to return the Unicode
+    general category of a character which can be useful in lexers.
+  + SciTE 'immediate' subsystem added to allow scripts that work
+    while tools are executed.
+  + Font quality exposed in SciTE as font.quality setting.
+  + ECL lexer regular expression code fixed (sf#1491).
+  + Haskell lexer fixed to avoid unnecessary full redraws. Don't
+    highlight CPP inside comments when styling.within.preprocessor
+    is on (sf#1459).
+  + Lua lexer fixes bug in labels with UTF-8 text (sf#1483).
+  + Perl lexer fixes bug in string interpolation with UTF-8 text
+    (sf#1483).
+  + Fixed bugs with case conversion when the result was longer or
+    shorter than the original text. Could access past end of
+    string potentially crashing. Selection now updated to result
+    length.
+  + Fixed bug where data being inserted and removed was not being
+    reported in notification messages. Bug introduced in 3.3.2.
+  + Word wrap bug fixed where the last line could be shown twice.
+  + Word wrap bug fixed for lines wrapping too short on GTK+.
+  + Word wrap performance improved.
+  + Minor memory leak fixed (sf#1487).
+  + On Qt, fixed layout problem when QApplication construction
+    delayed.
+  + On Qt, find_text reports failure with -1 as first element of
+    return value.
+  + Fixed SciTE on GTK+ bug where a tool command could be
+    performed using the keyboard while one was already running
+    leading to confusion and crashes (sf#1486).
+  + Python scripts used for building and maintenance improved and
+    moved into scripts directory.
+  + Testing scripts now work on Linux using Qt and PySide.
+  + Tk platform defined. Implementation for Tk will be available
+    separately from main Scintilla distribution.
+- Updates from 3.3.3:
+  + Lexer and folder added for Structured Text language.
+    Feature #959.
+  + Out of bounds access fixed for GTK+ (sf#1480).
+  + Crash fixed for GTK+ on Windows paste.
+  + Bug fixed with incorrect event copying on GTK+ 3.x (sf#1481).
+  + Bug fixed with right to left locales, like Hebrew, on GTK+
+    (sf#1477).
+  + Bug fixed with undo grouping of tab and backtab commands
+    (sf#1478).
+- Updates from 3.3.2:
+  + Basic implementations of common folding methods added to
+    Scintilla to make it easier for containers to implement
+    folding.
+  + Add indicator INDIC_COMPOSITIONTHICK, a thick low underline,
+    to mimic an appearance used for Asian language input
+    composition.
+  + C++ lexer adds style for preprocessor doc comment.
+    Feature #990.
+  + Haskell lexer and folder improved. Separate mode for literate
+    Haskell "literatehaskell" SCLEX_LITERATEHASKELL (sf#1459).
+  + LaTeX lexer bug fixed for Unicode character following '\'
+    (sf#1468).
+  + Fix multi-typing when two carets are located in virtual space
+    on one line so that spaces are preserved.
+  + Fix lexer problem where no line end was seen at end of
+    document.
+  + Fix Qt window positioning to not assume the top right of a
+    monitor is at 0, 0.
+  + Fix Qt to not track mouse when widget is hidden.
+  + Qt now supports Qt 5.0 (sf#1448).
+  + In SciTE, do not call OnSave twice when files saved
+    asynchronously.
+- Updates from 3.3.1:
+  + Autocompletion lists can now appear in priority order or be
+    sorted by Scintilla. Feature #981.
+  + Most lexers now lex an extra NUL byte at the end of the
+    document which makes it more likely they will classify
+    keywords at document end correctly (sf#574, sf#588).
+  + Haskell lexer improved in several ways (sf#1459).
+  + Matlab/Octave lexer recognises block comments and ...
+    comments (sf#1414).
+  + Ruby lexer crash fixed with keyword at start of document.
+  + The PLAT_NCURSES platform now called PLAT_CURSES as may work
+    on other implementations.
+  + While regular expression search in DBCS text is still not
+    working, matching partial characters is now avoided by moving
+    end of match to end of character.
+- Updates from 3.3.0:
+  + SCI_SCROLLRANGE added to scroll the view to display a range of
+    text. If the whole range can not be displayed, priority is
+    given to one end.
+  + C++ lexer no longer recognises raw (R"") strings when the
+    first character after " is invalid (sf#1454).
+  + HTML lexer recognises JavaScript RegEx literals in more
+    contexts (sf#1412).
+  + Fixed automatic display of folded text when return pressed at
+    end of fold header and first folded line was blank (sf#1455).
+  + SCI_VISIBLEFROMDOCLINE fixed to never return a line beyond the
+    document end.
+  + SCI_LINESCROLL fixed for a negative column offset (sf#1450).
+  + On GTK+, fix tab markers so visible if indent markers are
+    visible (sf#1453).
+
+-------------------------------------------------------------------

Old:
----
  scite325.tgz

New:
----
  scite336.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ scite.spec ++++++
--- /var/tmp/diff_new_pack.MMJwpt/_old  2013-11-07 14:48:07.000000000 +0100
+++ /var/tmp/diff_new_pack.MMJwpt/_new  2013-11-07 14:48:07.000000000 +0100
@@ -18,13 +18,13 @@
 
 
 Name:           scite
-Version:        3.2.5
+Version:        3.3.6
 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}325.tgz
+Source0:        http://download.sourceforge.net/scintilla/%{name}336.tgz
 # PATCH-FIX-UPSTREAM scite-fix-desktop-categories.patch sf#3491187 
malcolmle...@opensuse.org -- Update desktop catgories.
 Patch0:         scite-fix-desktop-categories.patch
 BuildRequires:  gcc-c++

++++++ scite325.tgz -> scite336.tgz ++++++
++++ 56247 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to