Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2017-02-14 00:42:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2016-09-20 
13:26:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2017-02-14 
00:42:12.386708427 +0100
@@ -1,0 +2,100 @@
+Tue Feb  7 15:35:15 UTC 2017 - malcolmle...@opensuse.org
+
+- Updated to version 3.7.2:
+  + Minimize redrawing for SCI_SETSELECTIONN* APIs, (sf#1888).
+  + Use more precision to allow selecting individual lines in files
+    with more than 16.7 million lines.
+  + Fix crash on GTK+ <3.8 due to incorrect lifetime of
+    accessibility object. More accurate reporting of attribute
+    ranges and deletion lengths for accessibility.
+  + In SciTE, if a Lua script causes a Scintilla failure exception,
+    display error message in output pane instead of exiting,
+    (sf#1773).
+- Changes from version 3.7.1:
+  + The Scintilla namespace is no longer applied to struct
+    definitions in Scintilla.h even when SCI_NAMESPACE defined.
+    Client code should not define SCI_NAMESPACE.
+  + Structure names in Scintilla.h without prefixes are deprecated
+    and will now only be usable with INCLUDE_DEPRECATED_FEATURES
+    defined. Use the newer names with the "Sci_" prefix:
+    * CharacterRange → Sci_CharacterRange.
+    * TextRange → Sci_TextRange.
+    * TextToFind → Sci_TextToFind.
+    * RangeToFormat → Sci_RangeToFormat.
+    * NotifyHeader → Sci_NotifyHeader.
+  + Previously deprecated features SC_CP_DBCS, SCI_SETUSEPALETTE
+    and SCI_GETUSEPALETTE have been removed and can no longer be
+    used in client code.
+  + Accessibility support allowing screen readers to work added on
+    GTK+.
+  + Textual tags may be displayed to the right on folded lines with
+    SCI_TOGGLEFOLDSHOWTEXT. This is commonly something like
+    "{ ... }" or "<tr>...</tr>". It is displayed with the
+    STYLE_FOLDDISPLAYTEXT style and may have a box drawn around it
+    with SCI_FOLDDISPLAYTEXTSETSTYLE.
+  + A mouse right-click over the margin may send an
+    SCN_MARGINRIGHTCLICK event. This only occurs when popup menus
+    are turned off. SCI_USEPOPUP now has three states:
+    SC_POPUP_NEVER, SC_POPUP_ALL, or SC_POPUP_TEXT.
+  + INDIC_POINT and INDIC_POINTCHARACTER indicators added to
+    display small arrows underneath positions or characters.
+  + Added alternate appearance for visible tabs which looks like a
+    horizontal line. Controlled with SCI_SETTABDRAWMODE,
+    Feature #1165.
+  + Baan folder accommodates sections and lexer fixes definition of
+    SCE_BAAN_FUNCDEF.
+  + EDIFACT lexer and folder added, Feature #1166.
+  + JSON folder fixed where it didn't resume folding with the
+    correct fold level.
+  + Matlab folder based on syntax instead of indentation so more
+    accurate (sf#1692).
+  + YAML lexer fixed style of references and keywords when followed
+    by a comment, (sf#1872).
+  + Margin click to select line now clears rectangular and
+    additional selections.
+  + Fixed a NULL access bug on GTK+ where the scrollbars could be
+    used during destruction, (sf#1873).
+  + A potential bug on GTK+ fixed where asynchronous clipboard
+    could be delivered after its target Scintilla instance was
+    destroyed.
+  + SciTE on GTK+ allows localising tool bar tool tips,
+    Feature #1167.
+  + SciTE measures files larger that 2 GB which allows it to refuse
+    to open huge files more consistently and to show better warning
+    messages.
+- Changes from version 3.7.0:
+  + Word selection, navigation, and manipulation is now performed
+    on characters instead of bytes leading to more natural
+    behaviour for multi-byte encodings like UTF-8. For UTF-8
+    characters 0x80 and above, classification into word;
+    punctuation; space; or line-end is based on the Unicode general
+    category of the character and is not customizable, (sf#1832).
+  + Two enums changed in Scintilla.iface which may lead to changed
+    bindings. There were 2 FontQuality enums and the first is now
+    PhasesDraw. The prefix for FoldAction was SC_FOLDACTION and is
+    now SC_FOLDACTION_ which is similar to other enums. These
+    changes do not affect the standard C/C++ binding.
+  + EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow
+    displaying multiple vertical edges simultaneously.
+  + The number of margins can be changed with SCI_SETMARGINS.
+  + Margin type SC_MARGIN_COLOUR added so that the application may
+    choose any colour for a margin with SCI_SETMARGINBACKN.
+  + The WordList class in lexlib used by lexers adds an
+    InListAbridged method for matching keywords that have
+    particular prefixes and/or suffixes.
+  + The Baan lexer was changed significantly with more lexical
+    states, keyword sets, and support for abridged keywords.
+  + The Progress lexer "progress" has been replaced with a new
+    lexer "abl" (Advanced Business Language) with a different set
+    of lexical states and more functionality. The lexical state
+    prefix has changed from SCE_4GL_ to SCE_ABL_, Feature #1143.
+  + The YAML lexer recognizes inline comments, (sf#1660).
+  + Fix caret position after left or right movement with
+    rectangular selection, (sf#1861).
+  + In SciTE, optional prefix argument added to scite.ConstantName
+    method, (sf#1860).
+  + On GTK+ 3.21+ fix incorrect font size in auto-completion list,
+    (sf#1859).
+  + Fix SciTE crash when command.mode ends with comma, (sf#1857).
+
+-------------------------------------------------------------------

Old:
----
  scite367.tgz

New:
----
  scite372.tgz

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

Other differences:
------------------
++++++ scite.spec ++++++
--- /var/tmp/diff_new_pack.nLd4vV/_old  2017-02-14 00:42:13.950487659 +0100
+++ /var/tmp/diff_new_pack.nLd4vV/_new  2017-02-14 00:42:13.954487094 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package scite
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2012-2016 Malcolm J Lewis <malcolmle...@opensuse.org>
+# Copyright (c) 2016-2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2012-2017 Malcolm J Lewis <malcolmle...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,9 @@
 
 
 Name:           scite
-Version:        3.6.7
+Version:        3.7.2
 Release:        0
-%define tar_ver 367
+%define tar_ver 372
 Summary:        Source Code Editor based on Scintilla
 License:        MIT
 Group:          Productivity/Text/Editors

++++++ scite367.tgz -> scite372.tgz ++++++
++++ 29597 lines of diff (skipped)


Reply via email to