[meld] Created tag 1.7.0



The unsigned tag '1.7.0' was created.

Tagger: Kai Willadsen <kai willadsen gmail com>
Date: Wed Nov 7 05:37:02 2012 +1000

    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)

Changes since the last tag '1.6.0':

Alexandre Franke (1):
      Update French translation

Daniel Mustieles (8):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Fran DiÃguez (4):
      Updated Galician translations
      Updated Galician translations
      Updated Galician translations
      Updated Galician translations

Gabor Kelemen (1):
      Updated Hungarian translation

Jan Danielsson (1):
      Support new .fslckout name for Fossil VC (closes bgo#683969)

Jeff Oliver (1):
      Replace symlinks when explicitly copied

Kai Willadsen (113):
      Fix uninstalled use with modules that change __file__
      Button icons are too large for the space we reserve
      Pre-fill the findbar Find entry with the selected text
      Make FindBar close on focus loss and remove close button
      Slightly better strings and spacing in findbar
      Resave with newer glade
      Use left/right bracket arrows for a slightly more Gnome-ish look
      Move FindBar positioning to main table rather than external vbox
      Clean up FindBar table and work around gtk.Table row spacing brokenness
      Remove relief from Replace buttons
      Split MeldBuffer class from FileDiff code and file
      Move BufferData into MeldBuffer
      Booleanise access to BufferData.modified
      Booleanise access to BufferData.writable
      Move BufferLines shim for line-based buffer access to meldbuffer
      Move buffer undo helpers to meldbuffer
      Make label a MeldBufferData property
      Simplify label setting
      Add docstrings for MeldBuffer-specific methods
      Move undo-related logic to FileDiff and improve undo signal handling
      Focus new tabs when created from the New dialog
      Validate bzr status lines to avoid shelved item bug (closes bgo#675312)
      Simplified version of the k-mer version of the Myers matcher
      Don't try to open non-existent paths from directory comparison
      Rework external opening to better obey file types
      Simplify custom edit handling
      Support new tab opening using D-Bus (closes bgo#616466, bgo#453670)
      Bump Python requirement to 2.6
      Rework existing exception usage to 2.6+ except-as syntax
      Rework existing exception raising for future compatibility
      Remove namedtuple module, as it's no longer required in Python 2.6
      Clean up undo handlers when closing a tab (closes bgo#678048)
      Introduce newly-written Mallard-based help
      Fix table markup on keyboard shortcuts page
      Explain why the "Things that Meld doesn't do" page exists
      Add help section on saving file changes
      Use 'change' instead of 'chunk' as a more understandable term
      Remove rarely-used "Hide" and "Case" toggles from the toolbar
      Change case insensitive comparison description to make some sense
      Added explanation and examples of file filtering and case sensitivity
      Fill out file filtering documentation
      Fix example comparison listing in text filter docs
      Add most of the folder mode documentation
      Small wording changes
      Fix the colour description of some states in folder mode
      Reorder some VC pages
      Document version control mode and associated options
      Add credit and license information to every help file
      Fix internal links and file naming issues
      Add ids to all help sections so that yelp-tool validates them
      Draw all same-coloured DiffMap chunks together for performance
      Adjust imports to fix dbus-less Windows environment (closes bgo#678809)
      Fix some Git path handling on Windows
      Fix error logic to avoid inserting binary data into the text buffer
      Cosmetic clean up of file loading error handling
      Simplify mergeable changes code
      Introduce namedtuple chunk representation to improve clarity
      Inline and simplify _find_blank_lines
      Move consume_blank_lines to top-level
      Remove unused IncrementalSequenceMatcher
      Cosmetic and PEP8 cleanup
      Update copyright
      Fix regression in three-way diffs and on-the-fly updates
      Try to restore a valid tree cursor on row deletion (closes bgo#680571)
      Add license information to About dialog (closes bgo#682166)
      Update binary and media filter globs (closes bgo#682164, bgo#682165)
      Disconnect filter signals for removed tabs (closes bgo#681422)
      Fix regression in bzr status for exec bit changes
      Allow arbitrary data after bzr diff header lines (closes bgo#682852)
      Fix unescaped file paths in some error messages
      Handle setting merge action sensitivity when no pane is focussed
      Use gtkrc-set symbolic colours for most drawing
      Rework VC and DirDiff TreeViews to take text attributes from the store
      Combine icon-name and tint structures
      Synchronise several colours between icon tints and text attributes
      Rework treeviews to use text colour values from gtkrc
      Fix icon colour tinting, and add luminance adjustments
      Remove all background colour use in TreeViews, and adjust text colours
      Add 'non-existant' state for DirDiff, to differentiate 'missing' in VC
      Refactor tree.set_state
      Fix LinkMap not correctly inheriting colour scheme changes
      Set VC view top-level to active folder not VC root (closes bgo#683783)
      Fix regression in colour animation for chunk actions
      Fix files labelled as empty folders when deleting (closes bgo#684350)
      Move FileMerge output-redirection changes to FileDiff
      Remove hidden textbuffer usage from FileMerge
      Avoid flash of pre-merging text in auto-merge mode
      Use BufferLines shims in merging to avoid Unicode linebreak issues
      Minor cleanups
      Update copyright dates
      Fix regression in new-tab opening from auto-merge changes
      Fix incorrect call when copying directories containing symlinks
      Add comments for future fixes
      Add new statusbar class supporting per-view information areas
      Repack the status bar and make some styling modifications
      Identify changed chunks in comparison updates and use when highlighting
      Small rework of _merge_diffs for readability
      Fix chunk-offset logic to deal with None chunks in three-way merges
      Add multiprocessing-based inline diff comparisons
      Track cross-TextBuffer changes to check TextIter validity
      Ignore SIGINT on child processes to stop child tracebacks on Ctrl-C
      Limit number of tasks per child process to avoid memory issues
      PEP8 fix
      Check tree path validity when popping up menus (closes rhbz#843879)
      Check validity of tree cursor path (closes rhbz#832969 and rhbz#837133)
      Handle metadata-only changes in Git (closes bgo#655315)
      Rename Bazaar-NG to Bazaar
      Remove long-obsolete bug workaround
      Remove the 'Add binary' command, used only by CVS
      Use a MsgArea to report patch errors while trying to get a VC diff
      Fix some sensitivity setting in no-document cases (closes bgo#682162)
      Update NEWS
      Pre-release version bump

Marek Äernockà (6):
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation

Mario BlÃttermann (1):
      [l10n] Updated German translation

Martin Srebotnjak (1):
      Updated Slovenian translation

Matej UrbanÄiÄ (9):
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Pacho Ramos (1):
      Make desktop entry comply with freedesktop specs (closes bgo#686978)

Peter Tyser (2):
      Only transfer focus once when opening multiple file diffs
      Only update the window title when the active notebook label changes

Philipp MÃller (1):
      Add indicator to show wrapped search in Findbar (closes bgo#647687)

Piotr DrÄg (10):
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated POTFILES.in
      Updated Polish translation

Piotr Piastucki (5):
      Fix inconsistent behaviour of BufferLines
      Split MyersSequenceMatcher pre-processing steps for future subclassing
      Inline highlighting performance improvements
      Myers matcher preprocessor refactoring
      Add --auto-merge option

Stephan Hilb (1):
      Check for modifier keysyms only on first level (closes bgo#683534)

Tim Babych (1):
      Use _vc.CachedVC for mercurial too (closes bgo#670779)

ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ (4):
      Updated Serbian translation
      Updated Serbian translation
      Updated Serbian translation
      Updated Serbian translation



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]