[SCM] Debian packaging of libgtk2-perl annotated tag, rel-1-03-0, created. rel-1-03-0

Scott Arrington sarringt at src.gnome.org
Fri Feb 15 14:33:49 UTC 2013


The annotated tag, rel-1-03-0 has been created
        at  4d2a295b229f9c780d56f6561f34e762a2c4b7b9 (tag)
   tagging  06f36a2a7da8b18f07a71a94221131bb4aef0f71 (commit)
  replaces  rel-1-01-2
 tagged by  Scott Arrington
        on  Fri Jan 16 06:57:45 2004 +0000

- Shortlog ------------------------------------------------------------
updated

svn path=/trunk/; revision=960

Scott Arrington (62):
      doc updates
      nearly doubled the size of the file with api documentation, mostly copied or
      add some 2.2.x methods that got omitted by accident: get_root_window,
      updated
      updated
      SV * class isn't needed
      new example
      gtk_message_dialog_new uses printf-like semantics and does not offer a
      bump version to 1.030 for next unstable devel series. sync authors section
      churn...
      add the ability to change the child2_resize option on a paned widget, so
      forgot to commit it
      implement gtk_widget_style_get for >= 2.2.0
      updated
      signature comments to make maintenance easier
      give effect to statement with no effect
      fix tests when no DISPLAY is present.
      widget flags were broken by an alias number offset.  fixed, and added a test
      trying to make the paned test more robust
      rows-reordered patch from Roderich Schupp applied with minor changes, plus
      the mainloop and idle hack isn't needed on tests with no gui stuff
      use _ornull on get_mnemonic_widget to avoid warnings on 2.0.x.  it's perplexing
      clarifying commentary, reminding us to remove the special case if the
      updated
      work around change of fundamental for GtkTreeSearchFlags
      mark test as TODO until we figure out why it fails on 2.3.x
      updated
      cleaning up after myself
      fix broken utf8 handling
      updated
      mark ax unused in functions which don't touch the input stack, to hush compiler warnings
      commentary
      use string for package name, not SV*
      hush xsubpp warnings by shuffling alias ids
      adjust the skip count
      workarounds for 2.0.6
      updated
      one more fix for 2.0.x
      commentary
      updated
      correct muppet's stupidity
      explicit zero initialization for GdkGeometries
      portability fixes for x86_64 systems.  mostly things like using GUINT_TO_POINTER
      updated
      commentary and cleanup
      updated
      add newSVGdkBitmap_ornull
      use the PANGO_* constants from Gtk2::Pango
      updated
      use show_now to ensure the window is on screen, rather than unreliable timeout hacks
      fix inverted log on version guard for set_cursor_on_cell
      we don't care about unregistered subclasses of GdkixbufAnimation, don't
      updated
      allow negative numbers when testing returns from buffer_to_window_ccords.
      remove return values from call signature of lookup_for_settings
      allow null filename to new_from_file and set_from_file, as documented in C API ref
      use XS comments to hide commented-out function from ParseXSDoc
      give types to faked args to hush warnings from podify
      updated
      update requirements to Glib-1.030 and emphasize that this is an unstable series.
      test is b0rken, disable so we can release
      updated

Torsten Schönfeld (25):
      Fix a slight glitch in the API doc of gtk_tree_model_get.
      Implement propagate_expose.
      Implement Gtk2::Gdk::Event::Expose::region.
      t/01.GtkWindow.t t/12.GtkDialog.t Add tests for the remaining functions.
      Forgot the ChangeLog.
      Forgot to update the test count.
      Disable the begin_resize_drag and begin_move_drag tests.
      Forgot to update the test count.
      t/15.GtkHandleBox.t Implement and test get_child_detached.
      Test [sg]et_has_resize_grip and remove.
      t/21.GtkContainer.t Implement and test add_with_properties, child_get, and
      Test [sg]et_accel_group, set_accel_path, [sg]et_title,
      Test get_orientation, get_fraction, [sg]et_text, and [sg]et_pulse_step.
      Add a class argument to Gtk2::Gdk::Colormap::new and implement
      Don't unref the closure in connect_by_path. Make
      Implement get_default_language, main_iteration_do and,
      Dang.  Accidentally added main_iteration_do two times.
      xs/GtkMenu.xs xs/GtkRadioButton.xs xs/GtkRadioMenuItem.xs Instead of
      Merge from the test-suite-branch.
      Update MANIFEST.
      Only test if the return value of get_widget_by_action is a Gtk2::Widget.
      t/GdkWindow.t Don't initialize mask to 0, but *mask. The mask creation
      New test.
      Skip a few things if Gtk2::Gdk::Event::new isn't available.
      A t/GdkDnd.t A t/GtkObject.t A t/GtkTextView.t Initial import.

x-rwmcfa1 (58):
      initial import, implements Gtk2::Gdk::Keymap and Gtk2::Gdk::Keyval
      inital import
      doc updates
      initial import
      fixed bug in cleanpath code, spotty by kaffee
      DOC_PL_DEPENDS -> POD_DEPENDS
      missing files added
      initial import
      update
      Merge of rel-1-02 doc and fixes back. (following 2 apply)
      Merge of rel-1-02 doc and fixes back. (following 3 apply)
      initial import for fetch_faq.pl, needs testing
      moved the --disable-apidoc thing to MakeHelper.pm, that way everyone can
      initial import
      initial import of accel group and accel map test accel has some issues,
      updated and more complete
      Gtk2-> functions moved under Gtk2::AccellGroups which seems to make more
      DELETE fixed, SPLICE implemented for simplelist.
      apidoc added/fixed.
      initial import
      use strict and use warnings
      was doing Gtk2 '-init' no reason to and it caused build (of doc) to fail
      added pure_all as a dep on a few things
      checks on non-null list should of been list_items, minor bug, but a bug
      \ should of been \, caused a hang on perl with no script name.
      use the new BLIB_MOD_EXISTS var in place of pure_all
      complete GtkListStore api testing.
      more complete testing
      warnings fixes.
      bad bugs fixed, skips were needed, and stuff like that.
      implementation of some functions that weren't before for various reasons.
      an example of adding your own stock id/icons.
      use the new DATE replacement in conjunction with VERSION to create the
      deleted, functionality in TestHelper.pm
      allow init_check to be skipped.
      version numbers added
      don't have version numbers in the META.yml, if you build dist on system that doesn't do them, then they're wrong. if you do then it should be overwritten
      for some reason get_pointer was having issues with certian versions of
      quit using base and just add the parent type to @ISA by hand. this will
      fixes of the last patch
      test out newly implemented xsubs
      merged get_children and peek_children into one function that always uses
      initial import, an example of how to colorize rows of a simple list (in as
      added at_least_version paramter, very useful.
      fixed bug found in test branch where attribute_mask was filled with random
      mailing list addr correction
      *** empty log message ***
      used noinit => 1 with TestHelper b/c these seem to be able to go about
      initial import, example of the 'correct' way to use threads and Gtk2.
      idle -> timeout
      if we're not 2.2.0 or greated don't allow init to be skipped. earlier
      added tests for set_cursor_on_cell, scroll_to_point, get_path_at_pos,
      _ornull's added to tag params for tag_toggle funcs found by Dan Lyke
      apparently need to skip the tests needed events unless we're on newer than
      initial import, pretty much complete.
      initial import, very very incomplete
      fixed bug in gtk_image_stock_get xsub found when writing test below.
      nearly complete testing now, needs test for from_image funcs. found

-----------------------------------------------------------------------

-- 
Debian packaging of libgtk2-perl



More information about the Pkg-perl-cvs-commits mailing list