[meld] Created tag release-1_3_0



The unsigned tag 'release-1_3_0' was created.

Tagger: Stephen Kennedy <stevek gnome org>
Date: Fri Apr 17 23:50:42 2009 +0100

    Tagged 1.3.0 release

Changes since the last tag 'release-1_2_1':

Claude Paroz (4):
      Updated French translation.
      Updated French translation.
      Added missing files.
      Updated French translation by Bruno Brouard.

Daniel Nylander (5):
      sv.po: Updated Swedish translation
      sv.po: Updated Swedish translation
      sv.po: Updated Swedish translation
      sv.po: Updated Swedish translation
      sv.po: Updated Swedish translation

Gabor Kelemen (3):
      Translation updated.
      Translation updated.
      Translation updated.

Gil Forcada Codinachs (2):
      Updated Catalan translation by David Planella
      Updated Catalan translation by David Planella

Jorge Gonzalez Gonzalez (10):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spansih translation
      Updated Spanish translation
      Updated Spansih translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Kai Willadsen (69):
      Don't destroy HistoryFileEntry's file dialog, and note the bug # that requires us to manually show custom widgets
      Bug 349247, 510589 â?? Fix cut, copy and paste shortcuts being discarded.
      Fix several minor problems and leftover C-isms in HistoryEntry
      Use the correct colour for conflicts in the FileDiff linkmap
      Use ListStore's swap() method rather than custom code in ListWidget
      Use ListStore convenience row and column creation in ListWidget, and remove expand argument which had no effect
      Handle sensitivity setting for all ListWidget actions, and rely on the sensitivity setting to manage preconditions
      Fix a bug in DirDiff focus, where switching panes with the mouse failed to update the status bar display of permissions and modification time
      Change the mnemonic for 'Preferences' so that it doesn't conflict with 'Paste'
      Minor tweaks to linkmap drawing, using more standard idioms and fixing an off-by-one for insert/delete chunks
      Make cairo colormap a filediff member and avoid repeatedly recreating colours
      Use cairo to draw pixbufs for the linkmap, and the centre guide line
      Use cairo to draw textview change blocks
      Remove unused GDK graphics context setup
      Fix some minor gtk/gobject deprecation warnings
      Remove text encoding saving preference
      Remove linkmap drawing style preference
      Remove toolbar style preference
      Remove now-empty 'Display' tab from preferences dialog
      Remove unused 'Logo' tab from preferences
      Remove unused 'Compare' tab from preferences
      Remove preferences list-based navigation in favour of normal tabs
      Remove now-unneeded headers from preference dialog tabs, and fix some HIG spacing
      Remove self-implemented double buffering and fix expose for linkmap
      Remove workaround for old glade bug 128013
      Remove unused linkmap callbacks and button handling
      Remove unused all(), look(), and ilook() functions from misc
      Remove hard libgnome dependency
      Refuse to highlight inline differences between very large change blocks
      Move RC parsing to toplevel and make it more legible
      Use gtk.UIManager merging for all views, removing the current double toolbar
      Use tooltips to warn about unavailable sourceview-related preferences
      Make textbuffers a member variable and use it to simplify some logic
      Make tooltips for menu and toolbar items appear in the statusbar
      Add VC options to the view menu
      Add dirdiff options to the view menu
      Add file filters to View menu
      Revert ghelp URI change that broke uninstalled help viewing
      Move URI opening to misc
      Add table of keyboard shortcuts to manual - Bug 496116
      Fix HistoryFileEntry opening non-absolute paths
      Use lambdas to avoid redefining the do_nothing function
      Consolidate user-defined filters into a dropdown menu on the toolbar
      Simplify NewDocDialog starting-page and response handling
      Bug 573276 - Fix spelling of 'recursively'
      Bug 573274 - Remove unnecessary translation of label (Daniele Forsi)
      Initialise scroll locks in __init__, and make locks explicitly Boolean
      Minor clean-ups to linkmap button handling
      Fix regression in copying files
      Don't rely on the default argument for UIManager.insert_action_group()
      Focus Find dialog text entry, and prefill with selected text - Bug 572269
      Add a ConfigParser-based preferences backend for non-gconf platforms
      Rework on_treeview_row_activated() logic, fixing a corner case
      Replace our uniq() implementation with a more standard idiom
      Use newer get_selected_rows() API
      Remove unused functions and some dead code from diffutil
      Don't escape/unescape filter fields, as they're no longer markup - Bug 574343
      Use glib's markup escaping, and remove unused escape/unescape from misc
      Remove unused Differ initialisation code
      Simplify Differ's sequence initialisation logic
      Use gobject namespace instead of glib for compatibility reasons (Edwin Vane)
      Don't call set_application_name with older pygobject - Bug 575847 (Tom Parker)
      Remove ternary use for python 2.4 compat - Bug 575713 (Tom Parker)
      Skip blank chunks only when so desired and lines were ignored - Bug 566808
      Consume blank lines from both ends
      Simplify and remove unused History(File)Entry gobject properties
      Rework History(File)Entry internals to better match our usage
      Add paths to history whenever we select files or directories
      Move to old-style gobject properties for compatibility

Leonardo Ferreira Fontenelle (3):
      reviewed by: Vladimir Melo.
      Updated Brazilian Portuguese translation and merged fixes from Fabrício
      Updated Brazilian Portuguese translation by Vladimir Melo.

Stephen Kennedy (38):
      Bug 556404 - remove libgnomeui dependency (Kai Willadsen)
      Updated.
      Patch for python2.4
      Python 2.4 compat
      Update from Daniel Thompson.
      Use meld-list for contact address.
      Bug 565841 â?? Move margin diffmap into scrollbar
      Fix rename variable
      [Bug 566200] request 400 high for small screens
      Add signal connection utility.
      Handle case where "widget" is a list.
      Bug 568000 â?? Copying to NTFS fails
      Move option parsing to meldapp
      Bug 315528 â?? Drag and drop support
      Bug 315528 â?? Drag and drop support (Trond Andersen)
      Add current line highlight
      Check for usage of tabs
      Replace tabs with spaces
      Bug 572015. Cosmetic about dialog changes
      Bump supported version. From Daniel Thompson
      Gtk containers can be cast to a list which is not what we want.
      Move custom widget creation code into the module
      Bug 362528 â?? replace the find dialog box with a find bar
      Diff map was being drawn at the wrong time
      Limit entry width. Rework search & replace buttons.
      Make usage string easier to translate. (From Vincent Legoll)
      Bump last released rev
      Wrap long lines
      Allow 0 args
      Revert moving diffmap into scrollbar
      User action signals weren't getting hooked up.
      Implement find previous and replace all.
      Bug 578303 â?? Fix incremental diff update (Piotr Piastucki)
      Bug 578303 â?? Fix highliting in the last line of text (Piotr Piastucki)
      Update release notes
      Capture stderr so we don't get console junk if mtn is not installed
      Bump version
      Remove vc/*.pyc too

Takeshi AIHANA (1):
      Updated Japanese translation.

Vincent Legoll (140):
      Noop: preparation for multiple VC in a single directory handling
      Implement a GUI chooser for multiple VC in a single directory
      Remove unused variable in diff_files_callback()
      Inline lambda as it obfuscates the code, use variable before its definition, etc...
      Follow python convention of using 'self' instead of 'this' as instance pointer
      Add missing self method parameter
      Remove duplicate errno import
      Add missing errno import (only used in exception)
      Remove unnecessary 'pass' statement
      Remove unnecessary 'pass' statement
      Remove unused 're' import
      Remove unused 'os' import
      Remove unused 're' & 'time' imports
      Python does not need ';' end of line markers, remove statements that have no effects
      Remove the 'date' unused variable
      Remove the rename_tracking unused variable
      Remove the duplicated lookup_files() virtual method in favor of the one with real code
      Use the right variable (probably was a typo)
      Remove duplicated method on_menu_refresh_activate()
      Use the preferred difference operator "!=" instead of "<>"
      Fix indentation
      Fix indentation
      Remove unused 'math' import
      Factorize repository root finding code
      Try to make repository root finding code OS independant.
      Detect cvs & svn repositories more accurately:
      Make find_repo_root() OS independent
      Don't raise text exceptions
      Remove unused variables
      Use equivalent parent class constructor code
      Factorize common constructor code into parent class
      Don't raise text exceptions
      Don't use a list comprehension where a simple loop is sufficient.
      Remove unused variable by using os.path.basename() instead of os.path.split()
      Fix bug introduced in r1196 : COL_NUM should be passed to
      Don't use potentially undefined variable
      Dangerous default value
      Dangerous default value: use () instead of []
      Use much simpler and equivalent code to create a list of None elements
      The show_patch method is only called with a
      Take more code from patch #129869 of bug #556404
      Fix backtrace when trying to diff a single file managed by VC by relative path
      Fix VC relative path single file diff'ing
      Fix VC relative path single file diff'ing
      Remove now unused get_working_directory()
      Remove .git subdir hardcoded value
      Use os.path.{join,splitext,basename} methods for handling pathes
      Use os.path.join() to manipulate pathes
      Remove exception handling code by using rfind() instead of rindex()
      Remove hardcoded CVS subdir in generic code
      Pylint reports duplicated imports of gettext,
      Filediff overrides save() & save_as() from MeldDoc
      Remove the repeat() inline generator function, and
      Use default _vc.Vc constructor
      Remove "." subdirectory prefix handling special-case
      Remove the git specific listdir_filter() which is
      Fix on_response() code comment to reflect what the code does
      No need for an intermediary list() creation, as sorted
      Don't use "set()" as function name, as it is a builtin.
      Replace generator expression with list comprehension
      Remove the use of subprocess module, for the sake of
      Use self.CMD instead of hardcoding 'bzr'
      Use self.VC_DIR instead of hardcoding "_darcs" subdirectory name
      Use self.CMD instead of hardcoding 'hg' command name
      Remove unused "_cachetime" attribute
      Remove unused "_cachetime" attribute
      _vc.Vc.find_repo_root() has no user passing subdir or raiseError parameters, remove them.
      Use self.cmd, dont harcode "git" command
      Pylint warns about redefining the "dir" builtin, use "folder" as variable name
      Fix misleading error message 'Invoking patch failed'
      Meld requires python 2.4
      Go to VC root directory before calling mtn automate inventory
      Remove unused variable "dnd_targets", spotted by pylint.
      Remove the use of reduce() builtin, the "right" way of
      Refactor _get_dirsandfiles() into two pieces: extract _get_matches()
      Add preliminary vc plugin for codeville source control
      Add preliminary RCS support, patch originally written by
      Put if/else back on multiple lines
      There's no need to store the list in a temporary variable
      Remove undefined variable usage, and unused parameter
      Revert r1209, r1210, r1211, as they broke VC plugins
      This is the fix from Andrew Beyer for Bug 414365:
      Fix cdv plugin, when diffing files not directly in repo root dir
      Remove historyentry vbox
      Remove buttonjump, as this was not finished and not activated
      Set vcview hbox spacing to HIG standards
      Multiple VC in the same directory
      Express melddoc stop() as schedulerbase calls instead of
      Use task_pending() instead of open coding it
      Multi VC ComboBox GTK Assertion fix
      Set vcview self.location after having chosen a VC plugin,
      vcview should use historyentry API, not knowledge of its internals
      Remove size unused variable, leftover from buttonjump removal in r1274
      Pylint warns about redefining the iter builtin,
      Pylint warns about redefining the object builtin,
      Remove unused capability VC code and constants
      MultiVC don't show irrelevant repositories
      Put only one statement per line
      Replace code with just a simple list comprehension
      Pylint warns about redefining the object & list builtins,
      Extract get_patch_files() method from vcview.show_patch() into _vc.Vc
      Extract _single_file_open() method from open_paths()
      Don't open-code VC_DIR
      CVS don't open-code self.VC_DIR
      MTN find_repo_root() may one day need self.CMD
      No need for a generator function, the
      Trivial whitespace fix in big triple-quoted message
      Misc little cleanups for misc.py
      The sentinel class in misc.py does not define self.pipe
      Don't hide the paths import with a local variable
      remove unused "re" import
      Remove unused "dirs" variable, spotted by pylint
      Search for .cvsignore in ${HOME}
      Add default encodings, in case user empty the
      Remove safe_apply() as it does not seem useful
      Remove unused "misc" import
      Don't use the builtin "iter" function name as local variable name
      Don't use the builtin "iter" function name as local variable name
      Add a *sourceview* abstraction, hiding API differences between
      Use fully qualified os.path.join() instead
      Add .po file updating rule (commented to avoid spurious commits)
      Default "ignore blank lines" option to False
      Because the string elements are inside (), they don't need a "\" at EOL...
      Looking at debian bug report:
      Use new style-class for base of *sourceview* hierarchy
      Add support for svn-1.6.x and better detection of svn mv'ed files
      Remove the hardcoded default VC file filter, construct one
      Rework supply_newline handling.
      Use super() to call parent constructor.
      Factorize common Buffer*Action code.
      Fix tla multiselection diffing.
      Remove wrong usage of GIT_DIR
      Handle VC plugins not implemented methods by greying actions that use them.
      Fix Mercurial "diff --git" mode
      Factorize VC constructor code
      Use super() to call parent's constructor
      Update changelog, AUTHORS & MAINTAINERS to reflect new features
      Default supply-newline preference to False.
      Make the use of gnomevfs conditional upon its availability.
      Make Drag'n'drop support conditional upon gnomevfs availability.

miloc (1):
      Updated Italian translation by Andrea Zagli



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