[meld] Created tag 1.7.3



The unsigned tag '1.7.3' was created.

Tagger: Kai Willadsen <kai willadsen gmail com>
Date: Tue Jun 4 04:58:08 2013 +1000

    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)

Changes since the last tag '1.7.2':

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

Dominique Leuenberger (2):
      meld.desktop: add trailing semicolon to mime type.
      trivial: Update FSF Address

Gabor Kelemen (2):
      Updated Hungarian translation
      Updated Hungarian translation

Inaki Larranaga Murgoitio (1):
      Added Basque language\nAdded 'eu' (Basque) to LINGUAS

Jiro Matsuzawa (1):
      l10n: Update Japanese translation

Kai Willadsen (98):
      Clear old chunk cache when clearing merge cache (closes bgo#693690)
      Unset statusbar size requests for cursor positions (closes bgo#602128)
      Use a .png for new VC icon; Windows won't load SVGs
      Use Python's built-in Formatter support; support spaces in exec paths
      PEP8
      PEP8 fixes for diffutil
      PEP8 fixes for meldwindow
      PEP8 fixes for filemerge
      PEP8 fixes for diffmap
      PEP8 and docstring fixes for task.py
      Remove unused import
      Add new preferences doc page with note about external editor command
      Prompt to force highlighting when we skip large chunks (bgo#697812)
      Fix action capitalisation to follow HIG (bgo#698445)
      Add ellipses for menu item HIGification (bgo#698492)
      Fix commit dialog title (bgo#698493)
      Bump inline highlighting size limit slightly
      Fix merge mode targetting incorrect paths
      Only show columns that will be populated by the VC in use (bgo#698495)
      Update tooltips for VC actions to be more useful (bgo#698517)
      Fix Save As menu item ellipses
      Fix bzr invocation on repository subdirectories
      Modernise the commit dialog UI
      Clean up misc.commonprefix slightly
      Omit leading slash and newline-separate files to commit (bgo#698632)
      Don't use combobox text helpers in non-text-only box
      Show only the first line of a commit message in the combo (bgo#698986)
      Fix some layout issues in commit dialog
      Fix storage of multi-line commit messages
      Make VC commands, output and errors visually distinct (bgo#698496)
      Update translation initialisation comment
      Make Git 'update' command (pull) path-less (bgo#698564)
      Support reverting of removed files in Git (bgo#698510)
      Minor vcview PEP8
      Fix use of save-as combined with output file or merge mode (bgo#699066)
      Ensure locations are a list not a tuple before changing (bgo#699062)
      Always focus tabs opened from recent-files actions
      Fix capitalisation in preferences UI (bgo#699050)
      Make the text label format in filter preferences consistent at least
      Fix Save As dialog button capitalisation (bgo#699049)
      Separate distinct actions in VC and folder comparisons (bgo#699038)
      Add better tooltips for VC filters and selection (bgo#699039)
      Fix patch dialog title
      Use better labels for recent VC comparisons (bgo#699063)
      Make recent labels consistent with tab and window titles (bgo#699059)
      Remove Reload, replacing with Revert for file comparisons (bgo#699048)
      Add and use a new Revert dialog, based on the gedit UI
      Rename newly minted Revert action
      Make Save As dialog titles clearer (bgo#699058)
      Fix broken commit
      Fix Patch and subsequent Save Patch dialog titles (bgo#699058)
      Add tooltip to scrolling lock button (bgo#699111)
      Remove outer heading and packing from Patch dialog (bgo#699058)
      Add rough push icon
      Add push command to UI and unimplemented VC backend support
      Support push in Git (bgo#698509)
      Allow columns in VC view to be resized by the user (bgo#699052)
      Make folder comparison columns resizable as well
      Fix capitalisation in Find labels (bgo#699397)
      Make merge command strings more consistent (bgo#699057)
      Put 'All' back in merge strings to distinguish from rest of menu
      Rearrange VC actions to better reflect command groupings (bgo#699258)
      Fix accelerator collisions in VC menus
      Pre-fill commit message dialog from VC when appropriate (bgo#699400)
      Add unimplemented VC v2 methods
      Fix unversioned/ignored statuses in Git subdirectories (bgo#699342)
      De-dup previous commit message entries (bgo#699270)
      Improve list of to-be-commited files for commit dialog (bgo#699182)
      Fix exceptions for VC v2 API
      Fix commit message when no commit won't do anything
      Add Save All action for file comparisons (bgo#699068)
      Try to guess syntax highlighting MIME type from content (bgo#686285)
      Fix initial cursor position setting in identical files (bgo#699309)
      Don't move cursor or change chunk on comparison refresh (bgo#699396)
      Tighten viewport restrictions when navigating changes (bgo#699310)
      Change Full Screen -> Fullscreen for cross-app consistency (bgo#699726)
      Add F5 as an alternative shortcut for Refresh (bgo#699725)
      Add helper to identify unpushed commits to Git backend
      Add unpushed commits summary for Git (bgo#699023)
      Fix unpushed commits message for plural issues
      Simplify unpushed commits messages
      Add push confirmation dialog (bgo#699689)
      Update VC base to include an unimplemented get_path_for_conflict
      Update VcView conflict handling to use more appropriate VC API
      Minor PEP8 and style fixes
      Fix sensitivity after refresh for VC view in flatten mode (bgo#698516)
      Remove obsolete patch cleaning code from Git
      PEP8 and formatting fixes for meld.vc.git
      Improve our debug printing of vc.Entry objects
      Update _vc copyright block
      Remove tag column from tree and view
      Clean up _vc.listdir slightly
      PEP8 fixes for _vc
      Improve sensitivity handling by delegating to VC modules (bgo#698511)
      Fix line highlight colour lookup
      Fix typo in Git Revert command
      Update NEWS
      Pre-release version bump

Konstantin Starojitski (1):
      Enable opening files externally at a particular line number

Louis des Landes (2):
      Update svn for conflict comparisons
      Revert to NULL vcs if all vcs folders are invalid

Marek Černocký (2):
      Updated Czech translation
      Updated Czech translation

Martin Srebotnjak (1):
      Updated Slovenian translation

Matej Urbančič (2):
      Updated Slovenian translation
      Updated Slovenian translation

Pere Orga (1):
      [l10n] Update Catalan translation

Piotr Drąg (9):
      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 Polish translation

Rafael Ferreira (2):
      Updated Brazilian Portuguese translation
      Updated Brazilian Portuguese translation

Timothy Babych (1):
      Avoid tuple assignment when using patch-based VC API (bgo#698651)

Мирослав Николић (1):
      Updated Serbian translation


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