Hello community,

here is the log from the commit of package kakoune for openSUSE:Factory checked 
in at 2017-02-26 17:09:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kakoune (Old)
 and      /work/SRC/openSUSE:Factory/.kakoune.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kakoune"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes  2017-02-07 
12:05:39.267058005 +0100
+++ /work/SRC/openSUSE:Factory/.kakoune.new/kakoune.changes     2017-02-26 
17:09:51.470418150 +0100
@@ -1,0 +2,96 @@
+Sat Feb 25 17:30:33 UTC 2017 - [email protected]
+
+- Update to version 0.0+git.20170223:
+  * rename commenting.kak to comment.kak
+  * tweak :comment-line behaviour to comment selected lines
+  * rename :comment-selection to :comment-block
+  * rename line and block comments options
+  * fix typo
+  * remove optional value
+  * fix quote convention
+  * Add quote to completion characters in haskell
+  * Remove hash from StringData
+  * Make BufferIterator only a bidirectional iterator
+  * Set commenting options for php
+  * Add octothorpe to php comment highlighters
+  * Remove unused Diff::posA field
+  * Remove unused WindowAndSelections timestamp field
+  * Make StringView and unit types trivial types
+  * Detect too deep command call stack
+  * Remove unneeded assignment to null in RefPtr::release
+  * Fix option name in haskell.kak
+  * Use iswlower instead of islower
+  * Fix some uninitialized values
+  * Fix infinite loop when comparing RankedMatches containing invalid utf8
+  * Fix autorestore script when we have multiple restore files
+  * Fix explicit insert completion menu/info not hiding
+  * Warning fix in ranked_match.cc
+  * Make SharedString::create take a list of StringViews
+  * Rework NCurses key parsing to properly handle <a-special key>
+  * Support the vim behaviour for +line syntax
+  * Add some noexcept to pointer policies
+  * Formatting fix
+  * Tweak ranked match ordering
+  * Improve POSIX sed compatibility in lint.kak
+  * Fix on-key command name in README
+  * support in-line comments
+  * Change `n` behaviour to only select next match for main selection
+  * Use <a-'> for backward rotate selection and move rotate content to <a-">
+  * Also execute prompt callback when just starting
+  * Document whitespace highlighter
+  * Fix doc ui options and manpage
+  * Adds tomorrow-night theme.
+  * Make piping data into shell commands non blocking
+  * Highlight c-family include paths as identifiers
+  * Store shell-candidates completions in the Completion memory domain
+  * Fix some bugs in non blocking pipe writing
+  * Allow modifying the characters used when highlighting whitespace
+  * Small layout tweak for Buffer::HistoryNode
+  * Make gdb ArrayIterator python 3 compatible
+  * Add Regex support in gdb pretty printing
+  * Add -match-capture support for regions higlighter
+  * Add proper heredoc highlighting support to sh.kak
+  * Remove unneeded padding in relative line numbers highlighting
+  * Fix Buffer::offset_coord that was dropping the target coordinate
+  * Fix missing new line char in declare_option_cmd info
+  * Add command completer for types to declare-option
+  * fix regex highlighting
+  * Refactor show_whitespaces a bit
+  * Adds faces module and function. Renames identifier face to variable.
+  * Make sure no ANSI sequences are in the data returned by `man`
+  * Update outdated example in <a-"> keys doc
+  * Add support for -on-change and -on-abort to prompt
+  * Add elm language support
+  * Fix make.kak handling of 'Entering directory' and absolute paths
+  * Fix non-returning parse_key lambda
+  * Fix RegisterRestorer not handling potential throws on register assign
+  * Make numeric registers setable
+  * Reorganize code in main.cc
+  * Detect when switches are specified more than once
+  * Detect when -client, -buffer or -try-client are used at the same time
+  * Small naming tweak in HookManager
+  * Copy the list of hooks to run before iterating on them and running them
+  * pony.kak: Remove redundant BufNew/BufOpen hooks
+  * Rename BufNew and BufOpen hooks to BufNewFile and BufOpenFile
+  * Document backslash disabling hooks
+  * Fix handling of disabled_hooks regex
+  * Display an info box on startup with recent breaking changes
+  * Fix hook list in commands.cc
+  * Correctly handle mutation of the watcher list while iterating on them
+  * Fix performance of word completion with many different selections
+  * Fix overly strict backward_sorted_until
+  * jedi.kak: python 3 compat fix
+  * improved haskell comment regex
+  * Refactor test run script
+  * Try to please clang-3.5
+  * Remove out of date TODO file
+  * Properly wrap `kak_assert` into a do-while scope
+  * Use false instead of 0 in the kak_assert do while
+  * Refactor StringData and StringRegistry to remove need for purging
+  * Refactor WordDB::add_words to be slightly faster
+  * Slight code cleanup in utf8_iterator.hh
+  * Fix support for non ascii chars in completion_extra_word_char
+  * Refactor get_words to be simpler and faster
+  * Tweak some character categorization function implementations
+
+-------------------------------------------------------------------

Old:
----
  kakoune-0.0+git.20170125.tar.xz

New:
----
  kakoune-0.0+git.20170223.tar.xz

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

Other differences:
------------------
++++++ kakoune.spec ++++++
--- /var/tmp/diff_new_pack.AWMBjp/_old  2017-02-26 17:09:51.922349562 +0100
+++ /var/tmp/diff_new_pack.AWMBjp/_new  2017-02-26 17:09:51.922349562 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           kakoune
-Version:        0.0+git.20170125
+Version:        0.0+git.20170223
 Release:        0
 Summary:        A code editor heavily inspired by Vim
 License:        Unlicense

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.AWMBjp/_old  2017-02-26 17:09:51.966342885 +0100
+++ /var/tmp/diff_new_pack.AWMBjp/_new  2017-02-26 17:09:51.970342278 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">git://github.com/mawww/kakoune.git</param>
-              <param 
name="changesrevision">125c8b7e80995732e0d8c87b82040025748f1b4f</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">8703f30063a59d07aac5141a58a590135de39707</param></service></servicedata>
\ No newline at end of file

++++++ kakoune-0.0+git.20170125.tar.xz -> kakoune-0.0+git.20170223.tar.xz ++++++
++++ 4546 lines of diff (skipped)


Reply via email to