2014-07-19 08:13:37 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.8.6:
Meld 1.8.6 has been released.
Fixes:
* Handle spaces in filenames with external editor (Kai Willadsen)
* Fix storing translated column names in configuration (Kai Willadsen)
* Backport fix for "Open externally" sensitivity setting (Daniel Macks)
* Fix support for fake comparisons in null VC (Kai Willadsen)
* Fix "Same" filter for shallow comparison cases (Kai Willadsen)
Translations:
* Benjamin Steinwender(de)
* Daniel Mustieles (es)
* Inaki Larranaga Murgoitio (eu)
* Lasse Liehu (fi)
|
2014-05-20 10:44:15 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.8.5:
Fixes:
* Fix findbar crash with older pygtk (Kai Willadsen)
Translations:
* Daniel Mustieles (es)
* Dimitris Spingos (el)
* Facundo Dario Illanes (es)
* ÐиÑоÑлав ÐÐ¸ÐºÐ¾Ð»Ð¸Ñ (sr, sr@latin)
* Tom Tryfonidis (el)
|
2014-05-09 09:37:28 by Thomas Klausner | Files touched by this commit (553) |
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
|
2014-02-24 13:25:00 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Mark as stable GTK 2 version.
|
2014-01-27 21:04:40 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.8.4:
2013-1-23 meld 1.8.4
====================
Fixes:
* Fix crash when scanning CVS-only folders (Kai Willadsen)
* Fix crash on Windows when missing cdll.intl (Bartosz DziewoÅski)
* Fix crash with Italian (it_IT.utf8) locale (Balint Reczey)
Translations:
* Andika Triwidada (id)
* Benjamin Steinwender (de)
* Daniel Mustieles (es)
|
2014-01-25 11:45:22 by Thomas Klausner | Files touched by this commit (94) |
Log message:
No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
|
2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2013-12-31 19:03:51 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.8.3:
2013-12-15 meld 1.8.3
=====================
Fixes:
* Fix subdirectory comparisons for Subversion 1.6 (Ben Ross)
* Fix git status parsing for some statuses (Tom Scytale)
* Don't disable updating when syncpoints aren't yet active (Kai Willadsen)
* Fix modifying column properties causing crashes when using .ini config
backend (Kai Willadsen)
Translations:
* Andika Triwidada (id)
* Milo Casagrande (it)
* zodiac111 (zh_CN)
|
2013-10-18 23:40:54 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.8.2:
2013-10-18 meld 1.8.2
=====================
Fixes:
* Fix regression selecting Subversion 1.6 repositories (Kai Willadsen)
* Fix for unicode usernames on Windows; note that this change also moves
Meld config from the remote to the local app data folder (Kai Willadsen)
* Add copyright string to appdata file (Kai Willadsen)
Translations:
* Fran Diéguez (gl)
* Matej UrbanÄiÄ (sl)
|
2013-09-30 20:23:21 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.8.1:
2013-9-22 meld 1.8.1
====================
Fixes:
* Add AppData file (Kai Willadsen)
* Change order of version control selection for CVS and old SVN (Kai
Willadsen)
* Fix escaped markup in folder comparisons (Kai Willadsen)
Translations:
* Daniel Mustieles (es)
* Enrico Nicoletto (pt_BR)
* Gabor Kelemen (hu)
* Marek Äernocký (cs)
* Milo Casagrande (it)
* Piotr DrÄ
g (pl)
|