Change log for gtkmm2.4 package in Ubuntu

7691 of 91 results
Superseded in feisty-release
gtkmm2.4 (1:2.10.3-0ubuntu1) feisty; urgency=low

  * New upstream release:
    - Adjustment: Preventing the value from being ignored.
    - Build: ListViewText: Fix an odd build problem with gcc 3.3.6.
    - Documentation:
      - Explain the optional (at build-time) API for reduced resources
        environments.
      - Correct the links to the Memory Management and libglademm chapters.
      - Drawable::get_image(), Container::remove(),
        Widget::add_mnemonic_label: avoid mentioning a functions that do not
        exist in gtkmm.

 -- Daniel Holbach <email address hidden>   Tue, 14 Nov 2006 11:38:53 -0800
Superseded in feisty-release
Obsolete in edgy-release
gtkmm2.4 (1:2.10.2-0ubuntu1) edgy; urgency=low

  * New upstream release:
    - Added --enable-atk=no option, to disable the build and use of the atkmm
      API, for use in embedded environments.
    - Documentation:
      - Book: Added Plug and Socket chapter to book, with example.
  * debian/control:
    - bumped glibmm requirement to 2.12.1.

 -- Daniel Holbach <email address hidden>   Fri, 29 Sep 2006 12:20:19 +0200
Superseded in edgy-release
gtkmm2.4 (1:2.10.1-0ubuntu1) edgy; urgency=low

  * New upstream release.

 -- Daniel Holbach <email address hidden>   Tue, 22 Aug 2006 09:45:14 +0200
Superseded in edgy-release
gtkmm2.4 (1:2.10.0-0ubuntu1) edgy; urgency=low

  * New upstream release.
  * debian/control.in:
    - require newer cairomm.

 -- Daniel Holbach <email address hidden>   Mon, 21 Aug 2006 10:17:49 +0200
Superseded in edgy-release
gtkmm2.4 (1:2.9.10-0ubuntu1) edgy; urgency=low

  * New upstream release:
    - Gtk:
      - FontButton: Fix the constructor that takes a font_name.
      - PrintOperationPreview: Fix some reference-counting issues to fix a
        crash.
      - RecentManager: Fix get_items() memory management.
    - Documentation:
      - Recent Files chapter: Started this chapter, with a screenshot.
    - Examples:
      - printing/advanced: Various bugfixing, though it might still have
        problems on amd64. Do test.
    - recent files: Actually show a dialog, and add _mnemonics to menu items.

 -- Daniel Holbach <email address hidden>   Mon,  7 Aug 2006 19:44:16 +0200
Superseded in edgy-release
gtkmm2.4 (1:2.9.9-0ubuntu1) edgy; urgency=low

  * New upstream release:
    - Gtk:
      - PrintOperation: get_print_settings(): Ref the return to avoid a crash.
      - RecentManager: Change add_fullI to add_item(), overloading according
        to the parameters.
      - SpinButton: Added "wrapped" signal, without a default signal handler,
        to preserve ABI.
    - Widget:
      - Correct the new composited_changed signal to avoid breaking ABI.
      - Fixed a typo so that input_shape_combine_mask() is really wrapped.
      - Build: Build with the new glibmm
        --enable-api-default-signal-handlers=no option for reduced-resources
        embedded devices.
    - Documentation:
      - Printing examples: Use the new gdkmm cairo methods instead of the C
        functions.
  * debian/control:
    - bumped glibmm Requirement.

 -- Daniel Holbach <email address hidden>   Tue, 25 Jul 2006 11:50:25 +0200
Superseded in edgy-release
gtkmm2.4 (1:2.9.7-0ubuntu1) edgy; urgency=low

  * New upstream release.
  * debian/control:
    - bumped and added Build-Depends according to configure.in

 -- Daniel Holbach <email address hidden>   Tue, 11 Jul 2006 18:41:40 +0200
Superseded in edgy-release
gtkmm2.4 (1:2.8.8-1) unstable; urgency=low

  * New upstream release (Closes: #352143, #352144, #361757, #366360)
  * Install examples (Closes: #364071)

 -- Daniel Holbach <email address hidden>   Fri,  07 Jul 2006 12:28:20 +0100
Obsolete in dapper-updates
gtkmm2.4 (1:2.8.8-0ubuntu1) dapper-updates; urgency=low

  * New upstream release:
    - 2.8.8:
      - Fixed regressions from 2.9.1 and 2.8.6:
        - Regenerated with latest glibmm to fix several empty methods.
        - ActionGroup:add(): Fix crash in alternate property get.
        - Gdk::PixbufLoader: Correct the vfunc sequence to avoid the ABI break.
      - Table: Fix crash in Table_Helpers::TableList.erase().
    - 2.8.7:
      - Fixed a typo to fix the build when not disabling exceptions.
    - 2.8.6:
      - Fix the build when using --enable-api-properties,
        --enable-api-vfuncs, or --enable-api-exceptions when configuring
        glibmm. When using these, the API, and any API generated by gmmproc,
        will be changed. This allows users of embedded platforms to reduce
        the code size of *mm libraries and *mm-using applications, at the
        small cost of losing some rarely-used API. Alternatives exist for
        that API, as show in the examples.

 -- Daniel Holbach <email address hidden>   Tue,  6 Jun 2006 18:21:56 +0200
Superseded in edgy-release
Obsolete in dapper-release
gtkmm2.4 (1:2.8.5-0ubuntu1) dapper; urgency=low

  * New upstream release:
    - 2.8.5:
      - Removed an unnecessary file from gmmproc.
    - 2.8.4:
      - IconTheme: Avoid crash in get_search_path().
      - Some code size reduction by using more static functions instead of
        anonymous namespaces, and by avoiding some code duplication.
      - Windows Build:
        - MSVC++ build: Use the new /vd2 compiler option to get the new
          unbroken dynamic_cast<> with MSVC++. There are now no known problems
          with the MSVC++ build.
        - mingw32 and cygwin builds: Correct some API export/import problems.

 -- Daniel Holbach <email address hidden>   Thu, 20 Apr 2006 18:03:37 +0200
Superseded in dapper-release
gtkmm2.4 (1:2.8.3-0ubuntu1) dapper; urgency=low


  * New upstream release:
    - gtkmm.h: Include menutoolbutton.h and tearoffmenuitem.h.
    - Container: Avoid crash when connecting to the remove signal.
    - TreeView: Commented-out uses of g_assert() in header to avoid
      warning that the statement has no effect.
    - Win32: Enable Plug and Socket classes.
    - Documentation:
    - Reference: Correct mentions of free() or NULL.
    - Tutorial: Improved appearance of HTML and updated screenshots.

 -- Daniel Holbach <email address hidden>  Wed,  1 Feb 2006 15:53:25 +0000
Superseded in dapper-release
gtkmm2.4 (1:2.8.1-0ubuntu4) dapper; urgency=low


  * Resynchronize with Debian:
    - debian/control:
      - bump Build-Depends.
    - debian/watch:
      - updated.

 -- Daniel Holbach <email address hidden>  Fri,  2 Dec 2005 15:36:10 +0100
Superseded in dapper-release
Superseded in dapper-release
Superseded in dapper-release
gtkmm2.4 (1:2.8.2-0ubuntu1) dapper; urgency=low


  * New upstream release:
    - Gdk::Window::set_cursor():
      - Avoid leaking an extra Cursor instance. (Philip Langdale)
    - Build:
      - Correctly find gmmproc on 64-bit systems. (Jonathon Jongsma)
      - Optionally don't build the documentation, for people in a hurry. 
        (Jonathon Jongsma)
    - Windows: Check for mkifofs(). (Murray Cumming)
    - For reduced-resources devices, optionally allow deprecated
      API to be left out of the library.
    - Documentation:
      - Generated Since and Deprecated lists of API.
      - Improved Expander documentation. (Murray Cumming)
      - Corrections to DrawArea chapter in book. (Jonathon Jongsma)

 -- Daniel Holbach <email address hidden>  Fri, 16 Dec 2005 13:54:44 +0100
Obsolete in breezy-release
gtkmm2.4 (2.8.0-0ubuntu1) breezy; urgency=low


  * New upstream release:
  * debian/control:
    - Bumped Standards-Version.
  * debian/libgtkmm-2.4-1c2.shlibs:
    - Adjusted.

 -- Daniel Holbach <email address hidden>  Wed,  7 Sep 2005 09:49:57 +0200
Obsolete in hoary-release
gtkmm2.4 (2.6.1-0ubuntu1) hoary; urgency=low


  * New upstream release
  * debian/libglibmm-2.4-1.shlibs

 -- Daniel Holbach <email address hidden>  Mon, 14 Mar 2005 22:35:32 +0100
Obsolete in warty-release
gtkmm2.4 (2.4.2-1) unstable; urgency=low


  * New upstream release

 -- Bradley Bell <email address hidden>  Mon,  7 Jun 2004 15:41:23 -0700
7691 of 91 results