[meld] Created tag 1.5.1



The unsigned tag '1.5.1' was created.

Tagger: Kai Willadsen <kai willadsen gmail com>
Date: Sun Mar 20 13:06:38 2011 +1000

    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)

Changes since the last tag '1.5.0':

Bruno Brouard (2):
      Updated French translation
      Updated French translation

Cedric Le Dillau (1):
      Use external diff for Subversion if 'patch' failed (closes bgo#587079)

Claude Paroz (2):
      Add missing files in POTFILES.in
      Updated French translation

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

Jan Danielsson (1):
      Add support for Fossil SCM (closes bgo#644811)

Joe Hansen (1):
      Updated Danish translation

Kai Willadsen (67):
      When copying symlinks, copy the link not the content (closes bgo#635883)
      Copy permission bits, etc. when copying directories (closes bgo#635885)
      Remove files argument from _diff_files and use buffer metadata
      Remove inconsistent VcView behaviour when comparing an unchanged file
      Partial fix for sensitivity setting (closes bgo#638629)
      Fix off-by-one highlighting in chunks containing CRLF linebreaks
      Fix some cases of iteration over BufferLines (closes bgo#638314)
      Reduce inline highlighting length limit
      Fix three-way compare buttons closing New Diff dialog
      Support CVSNT as a drop-in replacement for CVS (closes bgo#577930)
      Show error dialog when we can't run 'patch' (closes bgo#636093)
      Don't queue highlighting tasks during user-actions (closes bgo#639027)
      Add shortcuts to DirDiff for Copy & Delete actions (closes bgo#331523)
      Respond to context menu signal for DirDiff treeviews
      Respond to context menu signal for VcView treeview
      Respond to context menu signal for FileDiff textviews
      Add file change actions to DirDiff menus and reorganise context menu
      Add VC actions to Changes menu
      Change Commit accelerator to not conflict with Compare
      Remove migration comments and inappropriate stock icon from VC actions
      Unify history-ids between the New dialog and per-pane entries
      Start file chooser dialogs from last location (closes bgo#357867)
      Add a toggle for unlocking scrolling in file diff (closes bgo#348119)
      When checking for bzr repo, only use quick checks (closes bgo#641624)
      Don't insert integers into string TreeStore column (closes bgo#639917)
      Perform state conversion in DiffTreeStore
      Booleanise the differences flag
      Make expanded a set and use expand_to_path API
      Make symlinks a set
      Rework directory-level file comparison (closes bgo#586656)
      Exit early from ignored and followed symlink cases
      Exit early from non-directory and error cases in directory iteration
      Show errors in the tree for problematic symlinks (closes bgo#635886)
      Fix bug where cached comparison results were used for differing filters
      Rework case insensitivity handling in DirDiff comparison
      Resave DirDiff UI with recent Glade
      Add currently-unused MsgAreas to DirDiff
      Use MsgAreas to show errors with case insensitive file hiding
      Show errors for invalid encodings in filenames (closes bgo#621423)
      Use MsgAreas to show invalid encoding errors
      Fix cases with both invalid encodings and shadowed filenames
      Replace the final use of misc.struct and remove it
      Delay showing the preference dialog until the end of setup
      Create an application singleton
      Split MeldWindow and MeldApp
      Move preferences from window to app
      Make vcview interface take a single path, not a one-element list
      Split MeldApp and MeldWindow into separate files
      Adapt Preferences dialog options to better represent App/Window split
      Move filter parsing/compilation from FileDiff and DirDiff to MeldApp
      Add a new editable list widget, replacing old preference list
      Move filter parsing and compilation logic from MeldApp to FilterEntry
      Add a store column and a view pixbuf renderer to show filter validity
      Emit filter-changed signals from MeldApp and respond in DirDiff
      Only refresh directory comparisons when the active filters list changes
      Update text filters in FileDiff and refresh (closes bgo#596161)
      Handle file filter changes in DirDiff
      Remove unused duplicate and edit buttons from list widget
      Unbreak commit 5659f4
      Simplify sourceviewer module
      Update version requirements listed in INSTALL file (closes bgo#643473)
      Initialise linkmap focus handling in __init__
      Add a Tabs menu with tab switching shortcuts
      Add menu entries and accelerators for directly switching to given tabs
      Add sensitivity handling for tab actions
      Update NEWS
      Pre-release version bump

Kirill Müller (1):
      Speedup SVN listing for huge working copies (closes bgo#638607)

Mario Blättermann (2):
      [l10n] Updated German translation
      [l10n] Updated German translation

Matej UrbanÄ?iÄ? (5):
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Miroslav NikoliÄ? (1):
      Updated Serbian translation

Peter Tyser (3):
      vcview: Make temporary version control files un-writable
      CachedVC: Add ability to update file status when its modified
      svn: Update a file's status after its been modified

Petr Kovar (1):
      Update Czech translation

Piotr Piastucki (5):
      Add post-processing cleanup algorithm to MyersSequenceMatcher
      Workaround for line numbers covering issue (closes bgo#610376)
      Fix auto-merge
      Fix undefined variable use in merge module
      Myers matcher performance improvements and cleanup

Takeshi AIHANA (1):
      Updated Japanese translation.



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