On Wed, Dec 31, 2014 at 1:38 AM, Kai Willadsen <
kai willadsen gmail com> wrote:
> Meld 3.13.0 has been released, and is now available at:
>
http://download.gnome.org/sources/meld/3.13/meld-3.13.0.tar.xz>
>
> Features
> --------
>
> * Make syntax highlighting style configurable (Mark Pariente)
> * Implemented incremental search, match highlighting and many other
> find-related fixes (Robert Roth)
> * Add support for GTK+ global dark theme setting (Kai Willadsen)
> * Add support for pushing change deletions (Kai Willadsen)
> * Remove cycle-pane action in favour of previous/next pane actions (Kai
> Willadsen)
>
>
> Fixes
> -----
>
> * Handle Unicode filenames in a git tree correctly (Hasan Arous, Kai
> Willadsen)
> * Many fixes for recent GTK+ deprecation warnings (Kai Willadsen)
> * Fixing flickering inline highlighting on updates (Kai Willadsen)
> * Multiple work arounds for change colours not displaying on GTK+ 3.14 (Kai
> Willadsen)
> * Fix inconsistent file chooser when cancelling file selection (Kai
> Willadsen)
> * UTF-8 encode patches created from the patch dialog (Kai Willadsen)
> * Fix text-wrapping reset caused by the commit dialog (Kai Willadsen)
> * Fix text background display on certain themes (Kai Willadsen)
> * Fix for launching Meld with certain Git environment variables (Kai
> Willadsen)
> * Add GTK's settings.ini file for font blurriness fix on Windows (Kai
> Willadsen)
> * Fix display of change action buttons and line numbers when line numbers
> are shown (Kai Willadsen)
> * Fix positioning of the change action buttons (Kai Willadsen)
> * Fix tab width setting not working correctly (Kai Willadsen)
> * Fix starting comparison of Subversion checkouts from a subdirectory (Kai
> Willadsen)
> * Fix starting Meld from a differently-named symlink (Kai Willadsen)
> * Ignore errors when copying file metadata if the destination file system
> doesn't support it (Kai Willadsen)
> * Automatically recompile stale in-place gschemas (Kai Willadsen)
> * Handle SIGINT to support previous quit-on-Ctrl-C behaviour (Kai Willadsen)
> * Fix missing cache opcodes in some circumstances (Kai Willadsen)
> * Fix text view expansion when resizing patch dialog (Kai Willadsen)
> * Build fix to always include C locale when LINGUAS is set (Kai Willadsen)
>
>
> Translations
> ------------
>
> * Andika Triwidada (id)
> * Carles Ferrando (ca valencia)
> * Gábor Kelemen (hu)
> * Jean Jordaan (cs, el, es)
> * Joan Coll (ca)
> * Jordi Mas (ca)
> * Marek Černocký (cs)
> * Maria Mavridou (el)
> * Piotr Drąg (pl)
> * Мирослав Николић (sr, sr latin)
>
>
> What is Meld?
> -------------
>
> Meld is a visual diff and merge tool. It lets you compare two or three files,
> and updates the comparisons while you edit them in-place. You can also compare
> folders, launching comparisons of individual files as desired. Last but by no
> means least, Meld lets you work with your current changes in a wide variety of
> version control systems, including Git, Bazaar, Mercurial and Subversion.
> _______________________________________________
> meld-list mailing list
>
meld-list gnome org>
https://mail.gnome.org/mailman/listinfo/meld-list3.13 throws an exception when trying to open single-file diff view.
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/meld/vcview.py", line 504, in on_row_activated
self.run_diff(path)
File "/usr/lib/python2.7/site-packages/meld/vcview.py", line 548, in run_diff
comp_path = self.vc.get_path_for_repo_file(path)
File "/usr/lib/python2.7/site-packages/meld/vc/svn_17.py", line 49, in get_path_for_repo_file
raise _vc.InvalidVCPath(self, path, "Path not in repository")
meld.vc._vc.InvalidVCPath: Subversion 1.7: Path /xxx/xxx/xxx/xxx/xxx/ is invalid or not present
Error: Path not in repository
Switching back to 3.12.3 solves the problem.
- Gilboa