2013-06-04 20:51:59 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 1.7.3:
2013-5-4 meld 1.7.3
====================
Features:
* Support launching conflict comparisons from Subversion (Louis des
Landes)
* The external text editor setting now supports opening files at a
particular line number (Konstantin Starojitski)
* A host of minor improvements to the version control UI, including:
* Add a new Push action for VC modules, currently supported in Git (Kai
Willadsen)
* Show a summary of unpushed commits, currently supported in Git (Kai
Willadsen)
* Reworked commit dialog, including more details about files to be
committed and more useful previous-log selection (Kai Willadsen)
* Console output for VC comparisons is now formatted to better
distinguish commands, output and errors (Kai Willadsen)
* Support better sensitivity handling in VC comparisons, currently
implemented by Git (Kai Willadsen)
* Sundry minor UI improvements:
* Much HIG-ification and better wording for actions, dialogs and
labels (Kai Willadsen, with diligent bug reporting from Adam Dingle)
* Make columns user-resizable in version control and folder comparisons
(Kai Willadsen)
* There is now a Save All action, to save all modified files in the
current comparison (Kai Willadsen)
* Rather than giving up on long inline-highlighting comparisons, Meld
now prompts to continue the comparison (Kai Willadsen)
* F5 is now a additional shortcut for Refresh (Kai Willadsen)
* Reload has been renamed to Revert and its UI has been improved for
file comparisons (Kai Willadsen)
Fixes:
* Version control updates and miscellaneous fixes (Dominique Leuenberger,
Louis des Landes, Timothy Babych, Kai Willadsen)
* When guessing file types for syntax highlighting, we now use file
contents as well as extension (Kai Willadsen)
* Prev/Next Change navigation now centres changes slightly more
aggressively (Kai Willadsen)
Translations:
* Daniel Mustieles (es)
* Gabor Kelemen (hu)
* Inaki Larranaga Murgoitio (eu)
* Jiro Matsuzawa (ja)
* Marek Äernocký (cs)
* Martin Srebotnjak (sl)
* Matej UrbanÄiÄ (sl)
* Pere Orga (ca)
* Piotr DrÄ
g (pl)
* Rafael Ferreira (pt_BR)
* ÐиÑоÑлав ÐÐ¸ÐºÐ¾Ð»Ð¸Ñ (sr, sr@latin)
|
2013-04-21 16:46:34 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 1.7.2:
2013-4-16 meld 1.7.2
====================
Features:
* In version control view, conflicts now open in a three-way merge mode
for Bazaar and Git, with other VCs to follow (Louis des Landes)
* Manual synchronisation of split points for comparisons (Piotr Piastucki,
Kai Willadsen)
* The "Ignore blank lines" setting is now used in folder \
comparisons, in
same manner as text filters (Kai Willadsen)
Fixes:
* Many minor Windows compatibility fixes (Vincent Legoll, Robert Wahler,
Kai Willadsen)
* Version control compatibility updates and fixes (Manuel Siggen, Kai
Willadsen)
* Better handling of Unicode filenames (Kai Willadsen)
* Better support for cross-platform newline behaviour, particularly on
Windows (Kai Willadsen)
* Sensitivity fixes for file and folder comparisons (Kai Willadsen)
* Build and installation fixes (Kalev Lember, Kai Willadsen)
Translations:
* Daniel Mustieles (es)
* Gabor Kelemen (hu)
* Marek Äernocký (cs)
* Martin Srebotnjak (sl).
* Matej UrbanÄiÄ (sl)
* ÐиÑоÑлав ÐÐ¸ÐºÐ¾Ð»Ð¸Ñ (sr, sr@latin)
* Piotr DrÄ
g (pl)
* Rafael Ferreira (pt_BR)
|
2013-03-15 23:00:58 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 1.7.1:
2012-2-28 meld 1.7.1
====================
Features:
* Folder comparisons can now show extra information, such as file size and
modification times. Column visibility and ordering are properly
configurable. (Philipp Müller, Kai Willadsen)
* Shallow comparison (i.e., based on size and timestamp) are now supported
for folder comparisons, including timestamp resolution preferences for
cross-filesystem comparisons. (Cristian Dinu)
* The UI for launching new comparisons has been reworked to have a clearer
workflow, and is now shown on startup if no other comparisons have been
opened (Kai Willadsen)
* Recently-used comparisons are now supported, allowing you to re-open
previous comparisons directly. (Kai Willadsen)
* Read-only files are now not editable by default, making merge actions
clearer and more consistent. Individual read-only files can easily be set
as editable as desired. (Kai Willadsen)
Fixes:
* New version control API, currently used by Git and Subversion (Kai
Willadsen)
* Version control compatibility updates and fixes (Cedric Le Dillau, Louis
des Landes, Kai Willadsen)
* Command line labelling options now apply to folder tabs (Kai Willadsen)
* Regressions from parallel inline highlighting calculations have been
fixed (Kai Willadsen)
* Diff algorithm cleanups (Piotr Piastucki)
* Compatibility fixes for Python 3; this does *not* mean that Meld works on
Python 3 yet, just that 2to3 issues have been addressed (Kai Willadsen)
Translations:
* Daniel Mustieles (es)
* Dominique Leuenberger (pt)
* Enrico Nicoletto (pt_BR)
* Florencio Neves (pt_BR)
* Fran Diéguez (gl)
* Marek Äernocký (cs)
* Matej UrbanÄiÄ (sl)
* ÐиÑоÑлав ÐÐ¸ÐºÐ¾Ð»Ð¸Ñ (sr, sr@latin)
* Piotr DrÄ
g (pl)
2012-11-07 meld 1.7.0
=====================
Features:
* File comparisons are faster! Meld now has a smarter pre-processing step
for inline highlighting of differences (Piotr Piastucki) and does its
highlighting calculations asynchronously (Kai Willadsen), leading to
better overall performance and interactivity.
* Auto-merge mode is now available from the command-line (Piotr Piastucki)
* Comparisons can be opened in new tabs (rather than in a new window) from
the command line (Kacper Wysocki, Antoine, Kai Willadsen)
* Custom colours can now be configured for all Meld drawing (Kai Willadsen)
Fixes:
* Improved behaviour when opening many tabs at once (Peter Tyser)
* Notification of searches wrapping around the buffer (Philipp Müller)
* Better compatibility with non-standard keyboard layouts (Stephan Hilb)
* Better error reporting for failed VC comparisons (Kai Willadsen)
* Version control compatibility updates and fixes (Jan Danielsson, Tim
Babych, Kai Willadsen)
* Other miscellaneous bug fixes (Jeff Oliver, Pacho Ramos, Rainer Suhm, Kai
Willadsen)
Translations:
* Alexandre Franke (fr)
* Daniel Mustieles (es)
* Fran Diéguez (gl)
* Gabor Kelemen (hu)
* Matej UrbanÄiÄ (sl)
* Marek Äernocký (cs)
* Mario Blättermann (de)
* Martin Srebotnjak (sl)
* ÐиÑоÑлав ÐÐ¸ÐºÐ¾Ð»Ð¸Ñ (sr, sr@latin)
* Piotr DrÄ
g (pl)
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-21 22:41:26 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.6.1:
2012-10-21 meld 1.6.1
=====================
Fixes:
* Fix traceback from invalid tree cursor paths (Kai Willadsen) (closes
rhbz#832969 and rhbz#837133)
* Fix traceback when popping up right-click menus in empty tree sections
(Kai Willadsen) (closes rhbz#843879)
* Fix Bazaar comparisons including exec bit changes (Kai Willadsen) (closes
bgo#682852)
* Avoid spurious listings in Bazaar with shelved items (Per Ã
ngström)
* Fix copying symlinks in directories (Rainer Suhm) (closes rhbz#836606)
* Support newer Fossil VC (Jan Danielsson) (closes bgo#683969)
* Fix compatibility with Python 2.5 (Gianni Trovisi)
|
2012-05-04 00:58:02 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 1.6.0:
2012-4-28 meld 1.6.0
====================
Fixes:
* Fix cursor location handling when our tree models change (Kai Willadsen)
Translation updates:
* Bruno Brouard (fr)
* Daniel Mustieles (es)
* Daniel ÈerbÄnescu (ro)
* Fran Diéguez (gl)
* Marek Äernocký (cs)
* Matej UrbanÄiÄ (sl)
* Piotr DrÄ
g (pl)
|
2012-04-15 17:50:14 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 1.5.4:
2012-4-3 meld 1.5.4
====================
Fixes:
* Slightly faster diff calculation (Piotr Piastucki)
* Avoid too-tall commit dialogues (Nguyá»
n Há»ng Quân)
* Minor bug fixes and performance improvments (Kai Willadsen)
Translation updates:
* Alexander Shopov (bg)
* Fran Diéguez (gl)
* Kjartan Maraas (nb)
* Kristjan SCHMIDT (eo)
* Nguyá»
n Thái Ngá»c Duy (vi)
* Toshiharu Kudoh (ja)
* Trương Ứng Minh (vi)
* ÐиÑоÑлав ÐÐ¸ÐºÐ¾Ð»Ð¸Ñ (sr) (sr@latin)
|
2012-03-15 12:53:45 by OBATA Akio | Files touched by this commit (170) |
Log message:
Bump PKGREVISION from default python to 2.7.
|
2012-03-03 14:00:26 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 1.5.3, update HOMEPAGE.
2012-1-27 meld 1.5.3
====================
New features:
* Add simple animations for chunk actions to make it easier to follow the
result of insertion and deletion actions (Kai Willadsen)
* Show the currently displayed page area in the side bars (Kai Willadsen)
Fixes:
* Don't show links between chunks where one of the chunks is completely
off-screen, reducing visual clutter (Kai Willadsen)
* Syntax highlighting will now assume that all files in a comparison are
of the same type if we can't determine otherwise (Kai Willadsen)
* Some fixes to colour usage and legibility for dark themes, with more
theme fixes coming soon (Kai Willadsen)
* Remember active filters across sessions in directory and VC comparions
(Kai Willadsen)
* Guess which version control system a user is most likely to want to see,
in the event of multiple VCs in a single working copy (Kai Willadsen)
* Work with Subversion 1.7 (Kai Willadsen)
* Many sundry bug fixes (Aaron Schrab, Julian Taylor, Kai Willadsen)
Translation updates:
* Bruno Brouard (fr)
* Christian Kirbach (de)
* Daniel Mustieles (es)
* Fran Dieguez (gl)
* Gabriel Speckhahn (pt_BR)
* Jiro Matsuzawa (ja)
* Jorge González (es)
* Marcin Floryan (pl)
* Marek Äernocký (cs)
* Mario Blättermann (de)
* Matej UrbanÄiÄ (sl)
* Petr Kovar (cs)
* Piotr DrÄ
g (pl)
* Takeshi AIHANA (ja)
* Yuri Myasoedov (ru)
|
2011-08-06 12:45:21 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 1.5.2:
2011-7-24 meld 1.5.2
=====================
New features:
* Add a new menu item and shortcut for switching between panes in
file comparisons (Kai Willadsen)
* Support type-ahead search in version control views (Oliver Gerlich)
Fixes:
* Non-editable files are now handled properly when doing sensitivity
setting of change actions, and actions on the central change bar are
presented accordingly (Piotr Piastucki, Kai Willadsen)
* Fix incorrect comparison display in files containing FF or NEL linebreak
literals (Kai Willadsen)
* Updates to the Fossil version control support (Jan Danielsson)
* Use faster validity check for Bazaar repositories (Kai Willadsen)
* Many minor updates and other fixes (Tomasz Bury, Alan Horkan,
Julian Taylor, Kai Willadsen)
Translation updates
|