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) | |
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)
|
2013-09-15 19:20:46 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.8.0:
2013-9-15 meld 1.8.0
====================
Fixes:
* Minor fixes (Kai Willadsen)
Translations:
* Matej UrbanÄiÄ (sl)
|
2013-09-02 18:11:43 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.7.5:
2013-9-1 meld 1.7.5
===================
Features:
* Open the version control console view when the exit code of a VC
operation indicates that there was an error (Kai Willadsen)
* Improve our handling of bad gconf setups, and add a file-system key
to force a no-gconf fallback for persistent issues (Daniel Richard G)
* Add a preference for whether to highlight the current line of a file
comparison (Kai Willadsen)
* Keyboard shortcut for the commit dialog (Kai Willadsen)
Fixes:
* Fix traversing symlink loops in version control comparisons (Kai
Willadsen)
* Minor fixes and cleanups (Boruch Baum, Sandro Bonazzola, Kai Willadsen)
Translations:
* Antonio Fernandes C. Neto (pt_BR)
* Daniel Mustieles (es)
* Fran Diéguez (gl)
* Marek Äernocký (cs)
* Rafael Ferreira (pt_BR)
* Piotr DrÄ
g (pl)
|
2013-08-21 00:37:06 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Pick up maintainership.
|
2013-07-28 11:23:20 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 1.7.4:
2013-7-28 meld 1.7.4
====================
Features:
* Commit dialog can now automatically wrap commit messages (Kai Willadsen)
* Add Bazaar support for pushing changes, and improve sensitivity setting
(Louis des Landes)
* Support Subversion 1.8 (Yuri)
* Type-ahead-find search now works in folder comparisons (Kai Willadsen)
* Preference to swap pane order left = local (Kai Willadsen)
* Arch, Codeville and RCS are no longer supported (Kai Willadsen)
Fixes:
* When opening new tabs from the command line, bring new tab to the front
(Richard Simmons)
* Current chunk highlight is now customisable using gtkrc (Louis des
Landes)
* Syncpoints now prevent chunks from being re-merged, syncpoints move with
insertions, and disable automatic updating (Kai Willadsen)
* Various version control updates and fixes (Louis des Landes, Kai
Willadsen)
* Sensitivity fixes (Kai Willadsen)
* Translation string fixes (Marek Äernocký)
Translations:
* Daniel Mustieles (es)
* Dimitris Spingos (el)
* Fran Diéguez (gl)
* Marek Äernocký (cs)
* Matej UrbanÄiÄ (sl)
* Piotr DrÄ
g (pl)
|