Hello community, here is the log from the commit of package scite for openSUSE:Factory checked in at 2014-08-06 15:31:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-02-18 14:46:44.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2014-08-06 15:31:58.000000000 +0200 @@ -1,0 +2,102 @@ +Tue Aug 5 02:01:09 UTC 2014 - [email protected] + +- Updated to version 3.4.4: + + Style byte indicators removed. They were deprecated in 2007. + Standard indicators should be used instead. Some elements used + by lexers no longer take number of bits or mask arguments so + lexers may need to be updated for LexAccessor::StartAt, + LexAccessor::SetFlags (removed), LexerModule::LexerModule. + + When multiple selections are active, autocompletion text may be + inserted at each selection with new SCI_AUTOCSETMULTI method. + + C++ lexer fixes crash for "#define x(" (sf#1614). + + C++ lexer fixes raw string recognition so that R"xxx(blah)xxx" + is styled as SCE_C_STRINGRAW. + + The Postscript lexer no longer marks token edges with + indicators as this used style byte indicators. + + The Scriptol lexer no longer displays indicators for poor + indentation as this used style byte indicators. + + TCL lexer fixes names of keyword sets (sf#1615). + + Shell lexer fixes fold matching problem caused by "<<<" + (sf#1605). + + Fix bug where indicators were not removed when fold + highlighting on (sf#1604). + + Fix crash on GTK+ with Ubuntu 12.04 and overlay scroll bars. + + Avoid creating a Cairo context when measuring text on GTK+ as + future versions of GTK+ may prohibit calling gdk_cairo_create + except inside drawing handlers. This prohibition may be + required on Wayland. + + Fix crash in SciTE when stream comment performed at line end + (sf#1610). + + For SciTE on GTK+ fix bug with initialisation of toggle buttons + in find and replace strips (sf#1612). +- Changes from version 3.4.3: + + N/A for linux. +- Changes from version 3.4.2: + + Insertions can be filtered or modified by calling + SCI_CHANGEINSERTION inside a handler for SC_MOD_INSERTCHECK. + + DMIS lexer added. DMIS is a language for coordinate measuring + machines, Feature #1049. + + Line state may be displayed in the line number margin to aid in + debugging lexing and folding with SC_FOLDFLAG_LINESTATE (128). + + C++ lexer understands more preprocessor statements. #if defined + SYMBOL is understood. Some macros with arguments can be + understood and these may be predefined in keyword set 4 + (keywords5 for SciTE) with syntax similar to + CHECKVERSION(x)=(x<3), Feature #1051. + + C++ lexer can highlight task marker keywords in comments as + SCE_C_TASKMARKER. + + C++ lexer can optionally highlight escape sequences in strings + as SCE_C_ESCAPESEQUENCE. + + C++ lexer supports Go back quoted raw string literals with + lexer.cpp.backquoted.strings option, Feature #1047. + + SciTE performs word and search match highlighting as an idle + task to improve interactivity and allow use of these features + on large files. + + Bug fixed where caret remained invisible when period set to 0 + (sf#1592). + + Fixed display flashing when scrolling with GTK+ 3.10 (sf#1567). + + Fixed calls and constants deprecated in GTK+ 3.10. + + For SciTE, protect access to variables used by threads with a + mutex to prevent data races. + + For SciTE on GTK+ fix thread object leaks. Display the version + of GTK+ compiled against in the about box. + + For SciTE on GTK+ 3.10, fix the size of the tab bar's content + and use freedesktop.org standard icon names where possible. + + SciTE's highlight current word feature no longer matches the + selection when it contains space. +- Changes from version 3.4.1: + + Display Unicode line ends as [LS], [PS], and [NEL] blobs. + + Bug fixed where cursor down failed on wrapped lines (sf#1585). + + Caret positioning changed a little to appear inside characters + less often by rounding the caret position to the pixel grid + instead of truncating (sf#1588). + + Bug fixed where automatic indentation wrong when caret in + virtual space (sf#1586). + + Crash fixed in SciTE with recursive properties files (sf#1507). + + Bug fixed with SciTE where Ctrl+E before an unmatched end brace + jumps to file start (sf#315). +- Changes from version 3.4.0: + + The Unicode line ends and substyles features added as + provisional in 3.2.5 are now finalised. There are now no + provisional features. + + Added wrap mode SC_WRAP_WHITESPACE which only wraps on + whitespace, not on style changes. + + SciTE find and replace strips can perform incremental searching + and temporary highlighting of all matches with the + find.strip.incremental, replace.strip.incremental, and + find.indicator.incremental settings. + + Additional assembler lexer variant As(SCLEX_AS) for Unix + assembly code which uses '#' for comments and ';' to separate + statements. + + Fix crashes and other bugs in Fortran folder by removing + folding of do-label constructs. + + Deleting a whole line deletes the annotations on that line + instead of the annotations on the next line (sf#1577). + + Changed position of tall calltips to prefer lower half of + screen to cut off end instead of start. + + Fix Qt bug where double click treated as triple click + (sf#1575). + + On Qt, selecting an item in an autocompletion list that is not + currently visible positions it at the top. + +------------------------------------------------------------------- Old: ---- scite339.tgz New: ---- scite344.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scite.spec ++++++ --- /var/tmp/diff_new_pack.0yjJhZ/_old 2014-08-06 15:32:01.000000000 +0200 +++ /var/tmp/diff_new_pack.0yjJhZ/_new 2014-08-06 15:32:01.000000000 +0200 @@ -18,13 +18,13 @@ Name: scite -Version: 3.3.9 +Version: 3.4.4 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}339.tgz +Source0: http://download.sourceforge.net/scintilla/%{name}344.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++ ++++++ scite339.tgz -> scite344.tgz ++++++ ++++ 35602 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
