2011-04-07 09:36:05 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
Remove unneeded patch after update.
|
2011-04-05 15:08:35 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 1.5.1:
2011-3-20 meld 1.5.1
=====================
New features:
* Add menu items and keyboard shortcuts for version control and directory
comparison actions (Kai Willadsen)
* Add support for the Fossil SCM (Jan Danielsson)
* Add a menu for switching between tabs (Kai Willadsen)
* Add a menu item to unlock scrolling (Kai Willadsen)
Code changes and fixes:
* Improve filter handling with inline error reporting in the preference
pane, and correct refreshing of file and directory comparisons on filter
changes (Kai Willadsen)
* Make line number display work with GtkSourceView 2.10+ (Piotr Piastucki)
* Support external diff tools in subversion (Cedric Le Dillau)
* Support CVSNT as a CVS alternative (Kai Willadsen)
* Performance fixes for subversion and bazaar (Tristan Hill, Kirill Müller)
* Correctly update a modified file's status in git and svn version control
views (Peter Tyser)
* Make temporary files unwritable to avoid unintentionally editing them
(Peter Tyser)
* Clean up diff results for cleaner comparisons (Piotr Piastucki)
* Improve symlink and binary handling, and error cases for directory
comparisons (Kai Willadsen)
* Improve copy semantics for directories and symlinks (Kai Willadsen)
* Show case insensitivity and file encoding errors less intrusively (Kai
Willadsen)
* Sundry bug fixes (Kai Willadsen, Piotr Piastucki)
Translation updates:
* Bruno Brouard (fr)
* Claude Paroz (fr)
* Daniel Mustieles (es)
* Joe Hansen (da)
* Mario Blättermann (de)
* Matej UrbanÄiÄ (sl)
* Miroslav NikoliÄ (sr)
* Petr Kovar (cs)
* Takeshi AIHANA (ja)
2010-12-27 meld 1.5.0
=====================
New features:
* Use MyersSequenceMatcher by default (matcher from Piotr Piastucki)
* Add a "Show whitespace" preference (Jon Dufresne)
* Add "Copy change above/below left/right" actions (Kai Willadsen)
* Add Alt+Up/Down as shortcuts for previous/next change (Kai Willadsen)
* Add previous/next conflict actions (Kai Willadsen)
* Patch creation can now create reverse patches, and can choose between
panes in a three-way comparison (Kai Willadsen)
* Add a --output option for specifying where to save a merge result
(Kai Willadsen)
Code changes and fixes:
* Require Python 2.5, Gtk+/PyGtk 2.14, PyGtkSourceView 2.4 (optional)
* Port to gtk.Builder and gtk.IconTheme (Kai Willadsen)
* Remove gnome-vfs usage (Kai Willadsen)
* Portability fixes (Thomas Klausner)
* Build fixes (Helmut Jarausch)
* Add a man page (Peter Tyser)
* Put preferences fallback in XDG-compliant location (Kai Willadsen)
* Fix Undo/Redo with unicode text (Kai Willadsen)
* Handle unicode linebreaks (Kai Willadsen)
Translation updates:
* Bruno Brouard (fr)
* Carles Ferrando (ca@valencia)
* Claude Paroz (fr)
* Gabor Kelemen (hu)
* Joe Hansen (da)
* Jorge González (es)
* Mario Blättermann (de)
* Matej UrbanÄiÄ (sl)
* Petr Kovar (cs)
|
2010-10-16 17:15:16 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 1.4.0. Send patch-ac upstream and add comment.
2010-09-27 meld-1.4.0
=====================
* Fix committing with RCS (Iuri Diniz)
* Fix compatibility with old PyGObject (Kai Willadsen)
* Translation updates:
hu (Gabor Kelemen)
|
2010-09-13 14:33:17 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 1.3.3:
2010-09-09 meld-1.3.3
=====================
* Highlight currently focused change (Kai Willadsen)
* Add ability to check if version control repos are valid (Peter Tyser)
* Support multiple-file undo/redo operations after save (Kai Willadsen)
* Performance improvements, bug fixes and sundry contributions
(Piotr Piastucki, Alexander Smishlajev, Robert Wahler, Kai Willadsen)
* Translation updates:
de (Mario Blättermann), es (Jorge González), fr (Bruno Brouard),
ja (Takeshi AIHANA), sl (Matej UrbanÄiÄ), zh_CN (Tao Wang)
|
2010-08-09 13:33:53 by Matthias Drochner | Files touched by this commit (5) | |
Log message:
update to 1.3.2
changes:
-Add keyboard merging, bulk change merging, auto-merge with ancestor mode
-Updates to VC support, including lots of git fixes
-UI cleanups
-bug fixes
-Translation updates
|
2010-02-10 20:17:48 by Joerg Sonnenberger | Files touched by this commit (205) |
Log message:
Bump revision for PYTHON_VERSION_DEFAULT change.
|
2009-09-07 21:02:15 by Joerg Sonnenberger | Files touched by this commit (13) |
Log message:
Retire Python 2.3 support.
|
2009-08-21 10:30:30 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.3.1:
2009-08-14 meld-1.3.1
=====================
* Add svk support (Vincent Legoll)
* Add support for marking conflicts as resolved (Matthijs van de Water,
Vincent Legoll)
* Warp the text cursor to the start of jumped-to diff chunks (Vincent
Legoll)
* Allow toggling of toolbar and statusbar visibility, and add a fullscreen
option (Michael Budde, Stephen Kennedy, Kai Willadsen)
* Improved change merging and conflict resolution (Piotr Piastucki)
* Speed up file comparisons and highlighting, significantly improving
interactive editing performance (Kai Willadsen, Piotr Piastucki)
* Meld has a shiny new application icon (Josef VybÃral)
|
2009-07-22 11:01:55 by Thomas Klausner | Files touched by this commit (373) |
Log message:
Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
|
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message:
Remove @dirrm entries from PLISTs
|