Hello community, here is the log from the commit of package scite for openSUSE:Factory checked in at 2017-04-20 20:56:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scite (Old) and /work/SRC/openSUSE:Factory/.scite.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scite" Thu Apr 20 20:56:57 2017 rev:23 rq:488071 version:3.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/scite/scite.changes 2017-02-14 00:42:12.386708427 +0100 +++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2017-04-20 20:57:01.156469403 +0200 @@ -1,0 +2,84 @@ +Sat Apr 15 03:05:21 UTC 2017 - [email protected] + +- Update to 3.7.4 + + Requires a C++11 compiler. GCC 4.8 and MSVC 2015 are supported. + + Support dropped for Windows NT 4. + + Accessibility support may be queried with SCI_GETACCESSIBILITY. + On GTK+, accessibility may be disabled by calling + SCI_SETACCESSIBILITY. + + Lexer added for "indent" language which is styled as plain text + but folded by indentation level. + + The Progress ABL lexer handles nested comments where comment + starts or ends are adjacent like "/*/*" or "*/*/". + + In the Python lexer, improve f-string support. Add support for + multiline expressions in triple quoted f-strings. Handle nested + "()", "[]", and "{}" in f-string expressions and terminate + expression coloring at ":" or "!". End f-string if ending quote + is seen in a "{}" expression. Fix terminating single quoted + f-string at EOL, (sf#1918). + + The VHDL folder folds an "entity" on the first line of the file. + + For IMEs, do not clear selected text when there is no + composition text to show. + + Fix to crash with fold tags where line inserted at start. + + Fix to stream selection mode when moving caret up or down, + sf(#1905). + + Drawing fixes for fold tags include fully drawing lines and not + overlapping some drawing and ensuring edges and mark underlines + are visible. + + Fix Cocoa failure to display accented character chooser for + European languages by partially reverting a change made to + prevent a crash with Chinese input by special-casing the + Cangjie input source. (sf#1881). + + Fix potential problems with IME on Cocoa when document contains + invalid UTF-8. + + Fix crash on Cocoa with OS X 10.9 due to accessibility API not + available, (sf#1915). + + Improved speed of accessibility code on GTK+ by using + additional memory as a cache, (sf#1910). + + Fix crash in accessibility code on GTK+ < 3.3.6 caused by + previous bug fix, (sf#1907). + + Fix to prevent double scrolling on GTK+ with X11, (sf#1901). + + SciTE on GTK+ adds an "accessibility" property to allow + disabling accessibility on GTK+ as an optimization. + + SciTE on GTK+ has changed file chooser behaviour for some + actions: overwriting an existing file shows a warning; the + default session file name "SciTE.session" is shown and a + "*.session" filter is applied; appropriate filters are + applied when exporting; the current file name is displayed in + "Save As" even when that file no longer exists. + + SciTE fixed a bug where, on GTK+, when the output pane had + focus, menu commands performed by mouse were sent instead to + the edit pane. + + SciTE on Windows 8+ further restricts the paths searched for + DLLs to the application and system directories which may + prevent some binary planting attacks. + + Fix failure to load Direct2D on Windows when used on old + versions of Windows, (sf#1653). + +- Changes in version 3.7.3 + + Display block caret over the character at the end of a + selection to be similar to other editors. + + In SciTE can choose colours for fold markers, (sf#1172). + + In SciTE can hide buffer numbers in tabs, (sf#1173). + + The Diff lexer recognizes deleted lines that start with "--- ". + + The Lua lexer requires the first line to start with "#!" to be + treated as a shebang comment, not just "#", (sf#1900). + + The Matlab lexer requires block comment start and end to be + alone on a line, (sf#1902). + + The Python lexer supports f-strings with new styles, allows + Unicode identifiers, and no longer allows @1 to be a decorator, + (sf#1848). + + Fix folding inconsistency when fold header added above a folded + part. Avoid unnecessary unfolding when a deletion does not + include a line end, (sf#1896). + + Fix finalization crash on Cocoa, (sf#1909). + + SciTE on GTK+ can have a wide divider between the panes with + the split.wide property. + + Fix display of autocompletion lists and calltips on GTK+ 3.22 + on Wayland. Newer APIs used on GTK+ 3.22 as older APIs were + deprecated. + + Fix crash in accessibility code on GTK+ due to signal receipt + after destruction, (sf#1907). + + Make trackpad scrolling work on Wayland, (sf#1901). + +------------------------------------------------------------------- Old: ---- scite372.tgz New: ---- scite374.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scite.spec ++++++ --- /var/tmp/diff_new_pack.0wxjm4/_old 2017-04-20 20:57:03.196180952 +0200 +++ /var/tmp/diff_new_pack.0wxjm4/_new 2017-04-20 20:57:03.200180387 +0200 @@ -18,9 +18,9 @@ Name: scite -Version: 3.7.2 +Version: 3.7.4 Release: 0 -%define tar_ver 372 +%define tar_ver 374 Summary: Source Code Editor based on Scintilla License: MIT Group: Productivity/Text/Editors ++++++ scite372.tgz -> scite374.tgz ++++++ ++++ 8960 lines of diff (skipped)
