gtk+2.0 (2:2.6.4-1.osso34) unstable; urgency=low

  * Fixed #2932 Notebook dialog focus handling
  * gtknotebook.c:
  * - changed focus handling: focus now goes inside the tab if the tab
    was  changed by clicking/tapping
  * Fixed #14611: Auto-capitalisation turns ON unexpectedly
  * gtktextview.c:
  * - gtk_text_view_retrieve_surrounding_handler() was broken when
    cursor was in end of line
  * Fixed #14100: hildon-number-editor: truncation of number at left of
    entry box.
  * - Modified: gtkentry.c
  * Fixed #13716: Right-side label of checkbox doesn't show selection.
  * gtkcheckbutton.c:
  * - focus is now drawn around the rightside label, too

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Mon, 27 Jun 2005 13:41:16 +0300

gtk+2.0 (2:2.6.4-1.osso33) unstable; urgency=low

  * configure *.diff: code cleanup
  * Fixed #14042: Text in 'Install package' dialog is cut off if the
    package name is long
  * gtklabel.c:
  * - updated requisition width to real allocated width if wrapping is
    enabled

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Mon, 20 Jun 2005 12:32:16 +0300

gtk+2.0 (2:2.6.4-1.osso32) unstable; urgency=low

  * code cleanup
  * Fixed #12355: BM - device hangs when user tries to invoke CSMenu in
    the navigation pane
  * - Modified: gtkwidget.c
  * Fixed #12689 BM - Edit folder - problem with editing and long names
  * gtkentry.c:
  * - removed scroll_offset addition to drag_start_y. scroll_offset has
    nothing to do with the Y axis. This was actually a stock-gtk bug.

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu, 16 Jun 2005 15:19:49 +0300

gtk+2.0 (2:2.6.4-1.osso31) unstable; urgency=low

  * Fixed #14148 GtkEntry doesnt accept non ascii character
  * gtkentry.c:
  * - utf8 validation is done on whole string now, not a restricted
    number of bytes

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Mon, 13 Jun 2005 17:08:31 +0300

gtk+2.0 (2:2.6.4-1.osso30) unstable; urgency=low

  * Fixed #13777: Focus problems when using IM
  * gtkwidget.c:
  * - Don't do cancel-to-previous-focus handling between two entry
    widgets

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Mon, 13 Jun 2005 09:15:15 +0300

gtk+2.0 (2:2.6.4-1.osso29) unstable; urgency=low

  * Fixed #13827: Time editor: pixel perfecting
  * Fixed #13828: Time picker: pixel perfecting
  * gtkdialog.c:
  * - Added content_area_spacing property
  * Fixed #13743 Closing display crashes
  * - Modified: gdkpango.c gdkscreen.c gdkwindow.c gdkdisplay-x11.c
    gdkevents-x11.c gdkkeys-x11.c gdkscreen-x11.c gdkvisual-x11.c
  * Fixed #13833: Text Listbox: pixel perfecting
  * gtkcellrenderertoggle.c:
  * - Don't set ypad and xpad to 2. (This will most likely need a style
    property at some point)
  * gtktreeview.c,gtktreeviewcolumn.c:
  * - Sanitize separator usage; i.e. make it work again like it should.
  * Fixed #13757 Blank space appears in single line editor widgets when
    selecting text by tapping
  * gtkentry.c:
  * - double clicking/tapping doesn't select spaces at the end of words
    anymore.

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu,  9 Jun 2005 17:26:11 +0300

gtk+2.0 (2:2.6.4-1.osso28) unstable; urgency=low

  * Fixed #8091: Notes application is not resized properly to the
    cursor position when IM is invoked
  * gtktextview.c:
  * - now scrolls to cursor if size allocation changes while textview is
    visible
  * Fixed #9545 HW keys - BM - Import dialog - problem with LEFT key
    when mostleft button is focused
  * gtkdialog.c:
  * - always use gtk_dialog_move_to_next_active_button first for moving
    focus
  * Fixed #1628 NOKGTK-12 TextView: cursor blinking redraws whole
    paragraphs
  * Integrated nokia's patch
  * gtktextview.c:
  * - cursor blinking is no longer exposing the whole paragraph
  * - added new private function: text_window_invalidate_cursors
  * gtkstyle.c:
  * - added comment so that future changes would be synchronized with
    gtktextview

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu,  2 Jun 2005 10:23:34 +0300

gtk+2.0 (2:2.6.4-1.osso27) unstable; urgency=low

  * Fixed #1135 - NOKGTK-9 GtkTextview - Junk characters are added when
    right  justification is set
  * gtktextview.[ch]:
  * - Applied patch from #1135
  * Fixed #12068: GtkTreeView: Multiple item selection with drag and
    drop feature  problematic.
  * gtktreeview.c:
  * - Reset queued_select_row and queued_expand_row on grab_notify
  * - Add a non-NULL check around freeing of queued_activate_row in
    grab_notify
  * Fixed #9409: gtktoolbutton.h modification breaks binary
    compatibility
  * - This one was not fixed earlier although it is said so

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Fri, 27 May 2005 13:33:49 +0300

gtk+2.0 (2:2.6.4-1.osso26) unstable; urgency=low

  * Fixed #12176: it_IT Control Panel Date Time: Calendar view in
    English
  * gtkcalendar.c:
  * - added week_start property for changing the start day of the week
  * Fixed #9149: GtkEntry input mode and filter
  * - Modified: gtkentry.c, gtkenums.h, gtktypebuiltins.c
  * Fixed #4528: AF SYTE: Text selected in different Text entry widgets
    are seen highlighted simultaneously
  * gtkwidget.c:
  * - added the removal of text highlight from entry and textview in
    case  the focus is moved to a different widget (except a tollbar)
  * Fixed 12829: Gdk patch: reduce scratch image buffer
  * - Applied the patch from the bug
  * Fixed #11375: AF-BAT: The active focus on a checkbox has a broken
    black outline.
  * gtkcheckbutton.c:
  * - Removed kludgy hard-coded paddings
  * - - Added new style property, "focus-x-padding"

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu, 26 May 2005 10:35:17 +0300

gtk+2.0 (2:2.6.4-1.osso25) unstable; urgency=low

  * gtktreeview.c:
  * - Left key focuses previous focusable control, right key focuses
    next, as by the specs.
  * Fixed #4289 (partly): Design doc has information that should be in
    the developer documentation
  * - Modified: gtkwidget.c
  * Fixed #10730: es_ES Teach handwriting view: Truncated string
  * gtklabel.c:
  * - Wrapping: Update requisition height after calculating the actual
    height the label is going to get.
  * Fixed #12590: GtkTreeView spams critical warnings
  * gtktreeview.c:
  * - Added NULL check for style hack

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Tue, 24 May 2005 13:41:23 +0300

gtk+2.0 (2:2.6.4-1.osso24) unstable; urgency=low

  * gtkmenushell.c:
  * - Close menus with F4 on key press instead of key release. This will
    break menu closing/opening with F4 due to key repeat. Sampo decided
    this should be fixed on a hardware level and that we should not have
    workarounds for it.
  * gtkmenu.c,gtkmenushell.c,gtkmenushell.h,gtknotebook.c:
  * - Cleanups: use gtk_widget_get_settings instead of
    gtk_settings_get_default
  * gtktreeprivate.h,gtktreeview.c:
  * - Activate rows on button_release
  * - Plug memory leaks
  * Fixed #4528: AF SYTE: Text selected in different Text entry widgets
    are seen highlighted simultaneously
  * gtkwidget.c:
  * - added the removal of text highlight from entry and textview in
    case  the focus is moved to a different widget (except a tollbar)
  * Fixed #12029: Setting previous focus widget causes critical warnings
  * Modified: gtkwindow.c, gtkwidget.c
  * Fixed #11997: Notebook with tab label packing expand option set to
    FALSE crashes
  * gtknotebook.c:
  * - Fixed possible division by zero in ideal_tab_width calculation.
  * Fixed #11727: CSM is invoked for Memory card when not present
  * gtktreeview.c:
  * - added handler for tap-and-hold-query signal in order to prevent
    context- sensitive menu invocation when tap and hold does not occur
    over a selectable item

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Fri, 20 May 2005 14:06:17 +0300

gtk+2.0 (2:2.6.4-1.osso23) unstable; urgency=low

  * Fixed #3890: FIle Tree should scroll when node is opened
  * gtktreeview.c:
  * - Fixed 4 stock Gtk+ scrolling bugs (Filed with patches in Gnome
    Bugzilla as #165246, #165034, #304612, #304632)
  * - Fixed scrolling logic on row expand
  * Fixed #11852 (partially): Unable to select Multiple files (more than
    2) by dragging the stylus in content pane of the file manager
  * Modified: gtkwidget.[ch], gtktreeview.c

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu, 19 May 2005 14:18:19 +0300

gtk+2.0 (2:2.6.4-1.osso22) unstable; urgency=low

  * Fixed #9147: Single tap in input method menu does not display menu
    items
  * gtkmenushell.c:
  * - Added a gtk_menu_shell_select_item() call to
    gtk_menu_shell_button_press to forcibly select the clicked item
    since  MotionNotifies might not be emitted with a single tap.

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Mon, 16 May 2005 12:54:04 +0300

gtk+2.0 (2:2.6.4-1.osso21) unstable; urgency=low

  * Fixed #11747: Listbox Left and Right hardkey does not work
  * gtktreeview.c:
  * - Left/Right keys now navigate the tree up/down
  * Fixed #11159: NOKGTK-31 Pasting of image with text is not working as
    expected
  * gtktextbuffer.c,gtktextbufferserialize.c:
  * - integrated latest bugfixes made to an Imendio patch which was
    integrated earlier
  * - g_prints removed
  * Fixed #11659: Memory Leak in Check box API
  * gtkbutton.c:
  * - Plug leak
  * Fixed #11581: Calendar pop up not localised
  * gtkcalendar.c:
  * - Day and month names are now obtained with nl_langinfo
  * - Added 8 extra pixels to the right side of the calendar to avoid
    minor cropping in some locales

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu, 12 May 2005 15:19:33 +0300

gtk+2.0 (2:2.6.4-1.osso20) unstable; urgency=low

  * Fixed #11377: GtkCheckButton - Tap on checkbox not working
  * gtkcheckbutton.c:
  * - y coordinate is now checked in gtk_check_button_button_press only
    if button has a child widget; otherwise childless check buttons
    never react to clicks
  * Fixed #11385 - Af-BAT: The sub-menu pops up below the menu
  * gtkmenu.c,gtkmenushell.c:
  * - set submenu placement when activating menu items with submenus,
    not only on select.
  * - Added checks for button_press and button_release so that double
    and triple click events won't get handled. (The inidivual 2 or 3
    clicks *will* be handled) This is a cleanup unrelated to the bug.
  * Fixed #11296: Icon theme cache does not support .ani
  * updateiconcache.c:
  * - ani support
  * gtkwidget.c:
  * - modified the name icons are found under
  * gtkmenu.c:
  * - Now that Matchbox has been fixed, use _NET_ACTIVE_WINDOW again to
    determine the window for which the menu should be transient.

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Tue, 10 May 2005 14:35:17 +0300

gtk+2.0 (2:2.6.4-1.osso19) unstable; urgency=low

  * Fixed #11227 (pasting rich text in plain text editor)
  * Fixed bug #3563 (IM popping up with uneditable widgets)
  * Fixed bug #10953 (*gtk_toggle_button_set_active* API does not set the
    active status of GtkCheckButton to TRUE)
  * Fixed #11227 (pasting rich text in plain text editor)
  * gtkwidget.c:
  *  When moving focus to non-editable GtkEntry or GtkTextView, hide IM.
  * gtkcombobox.c:
  *  Do not set popup menu width to the width of the combo widget.
  *  De-kludgify popup positioning functions.
  *  Position popup menu widgets from combos in toolbars above the combo
    widget.
  * gtkmenu.c:
  *   De-kludgify scroll_offset recording.
  *   Use requisition height for creation of full menu bin window.
  * gtkmenushell.c:
  *  Do not activate items on very first click if click if shorter
  * gtkimage.c:
  *  optimization
  * gtktextbuffer.c:
  *   Only paste plain text when can_paste_rich_text is set to FALSE,
    also from data comes from self.

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Fri,  6 May 2005 14:59:58 +0300

gtk+2.0 (2:2.6.4-1.osso18) unstable; urgency=low

  * Fixed #10138 -AF-BAT: A white border formed around the checkbox in a
    listbox with checkbox.
  * gtkcellrenderertoggle.c:
  * - Added checkbox_mode hack to cell renderer
  * Fixed #9006: gtk_list_store_clear() crashes app
  * gtktreeview.c,gtktreeprivate.h:
  * - Revert patch #10684
  * gtkwidget.c:
  * Fixed critical warnings
  * gdkwindow-x11.c,gdkwindow.h:
  * - Added GTK_WINDOW_TYPE_HINT_MESSAGE (using _MB_WINDOW_TYPE_MESSAGE
    internally), and gdk_window_get_type_hint function.
  * gdkscreen-x11.c,gdkscreen.h:
  * - Replaced gdk_screen_get_topped_window with
    gdk_screen_get_window_stack
  * gtkmenu.c:
  * - Smarter menu stacking
  * - Added X error trapping

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Wed,  4 May 2005 13:35:36 +0300

gtk+2.0 (2:2.6.4-1.osso17) unstable; urgency=low

  * Fixed #2513 - NOKGTK-24 HildonTimeEditor: Memory leaks found\!
  * Fixed #2514 - NOKGTK-24 HildonTimePicker: Memory Leak found\!
  * gtkbutton.c:
  * - padding is now freed in gtk_button_size_request
  * Fixed #10581: NOKGTK-11 GtkCellRendererPixbuf doesn't support named
    icons
  * ChangeLog,gtkcellrendererpixbuf.c:
  * - merged imendio patch, i.e. added icon-name property
  * Fixed #10685: GtkCalendar modifications breaking the API
  * gtkcalendar.c:
  * - double clicks are now handled even if hildonlike is set
  * - stylus slide is now terminated when double click or a button
    release event is observed
  * Fixed #11091 (Insensitive press do not work for dialog buttons)
  * gtkmain.c:
  * - set grab_widget right also for events on insensitive widgets
  * Fixed #10684: NOKGTK-22 NOKGTK-22 Treeview (or filechooser specific)
    crash when editing
  * gtktreeview.c:
  * - merged imendio patch from bug report attachment

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Tue,  3 May 2005 14:20:19 +0300

gtk+2.0 (2:2.6.4-1.osso16) unstable; urgency=low

  * Fixed #9148 - Day name indicators improper
  * Fixed #5123: If we move the focus using DOWN key, the screen doesn't
    scroll automatically - in the 'Other' tab of Advanced Options Dialog
    (Titled: 'Advanced e-mail options').
  * Fixed #7115: File selection widget crashed when the mmc cover is
    opened during navigation of mmc.
  * gtktreemodelsort.c: Extremely tricky reference counting issue is now
    (hopefully) fixed. GtkTreeModelSort do not update it's cache
    correctly, reference counting contains several mistakes. This makes
    invalid iterators be used and this leads to assertion.
  * gtkentry.c: Removed hack that autoscrolls ancestor scrolled window,
    as it conflicts with the real way to do this:
    gtk_container_set_focus_{vadjustment,hadjustment}.
  * gtkcalendar.c:
  * - overlapping sub-GdkWindow positions corrected
  * - day name drawing fixes
  * - day name widths are now taken into account when calculating a
    suitable day cell width to avoid overlapping day names
  * - some code cleanup

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu, 28 Apr 2005 13:23:25 +0300

gtk+2.0 (2:2.6.4-1.osso15) unstable; urgency=low

  * Fixed #8916: Infinite loop in and wrong data type in
    gtktextbufferserialize.c
  * Fixed #9522: gtk_widget_tap_and_hold_setup: assertions fail when menu
    is NULL
  * Fixed #9949: Opened dialogs & dimmed toolbar buttons
  * gtktextbufferserialize.c:
  * - fixes an infinite loop in richtext encoding
  * - fixes a typo that prevented pixbuf decoding from working
  * gtkwidget.c: added NULL check
  * gtkmain.c:
  * - run insensitive press on grab widget & move code to a cleaner spot
  * gtkmenushell.c:
  * - added gtk_menu_shell_insensitive_press()

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Wed, 27 Apr 2005 13:15:23 +0300

gtk+2.0 (2:2.6.4-1.osso14) unstable; urgency=low

  * Fixed #5287: GtkComboBox - The highlight on the item of the combobox
    is improper on the first click on the combobox
  * Fixed #10207: Checkbox HW interaction seems broken
  * Fixed #10209: Radiobutton stylus interaction doesn't work
  * Fixed #10197: API documentation is missing for the modified GTK
  * Fixed #5543: GtkCheckbutton : When enclosed in a HildonCaption, if
    we click in the space to the right of the checkbox, the state
    toggles
  * gtkmenu.c: use allocation instead of requisition dimensions in
    realize ().
  * gtkcheckbutton.c:
  * - old bug #5543 fix removed: handling of clicked event restored to
    normal and button_release_event handler removed
  * - introduced button_press handler that checks whether the click
    occurred on the actual checkbutton or the blank surrounding area
    created by caption control, and discards the button_press event in
    the latter case
  * debian/rules: added --enable-gtk-doc

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Tue, 26 Apr 2005 15:49:35 +0300

gtk+2.0 (2:2.6.4-1.osso13) unstable; urgency=low

  * Fixed #10085: OSS Patch -- gdk/gdk-pixbuf -- io-xpm.c: xColors
    should be const
  * Fixed #10086: OSS Patch -- gtk/gdk -- gdk_rgb_preprocess_dm_565
    should use .rodata section
  * OSS patches modified: gdkdnd-x11.c, gdkevents-x11.c, gdk-pixbuf.c,
    io-xpm.c
  * Fixed #9179: Menu hardware key does not close menu
  * Fixed #8086: Incorrect focus behaviour in Multipage tester
  * Fixed #10016: Focus Movement with HW key does not work properly in
    dialog controls/items
  * Fixed #10155: HidlonFileSelection - IM window coming up when there
    are no entry fields
  * Fixed #4472 (Menu: is not closing itself when another application
    window opens)
  * Fixed #3257 (The Home titlebar menu popdown works incorrectly)
  * gtkmenushell.c:
  * - added gtk_menu_shell_key_release() which sends the 'cancel' signal
    to menu in case menu hardkey (F4) is pressed.
  * gtkdialog.c:
  * - Simplified the internal focus tracking functionality by moving
    some of the logic to the gtkcontainer widget. Also implemented the
    requested focus moving behavior when pressing right and left arrow
    keys on button on the action area.
  * gtkcontainer.c:
  * - Implemented most of the dialog specific focus moving rules and
    focus order. Also looping through the widgets was enabled.
  * gtktreeview.c:
  * - return TRUE when Enter key is handled
  * gdkscreen.h,gtkscreen-x11.c:
  * - added gdk_screen_get_active_window function.
  * - added gdk_screen_get_topped_window function.
  * gtkmenu.c:
  * - make menus use regular, GTK_WINDOW_TOPLEVEL windows, with
    decorations disabled and _NET_WM_WINDOW_TYPE_MENU hint set. on
    popup, set window transient for currently topped window.
  * - deactivate menus when obscured.
  * - use gtk_menu_shell_deactivate instead of gtk_menu_deactivate or
    gtk_menu_popdown.
  * gtkmenu.h,gtkmenushell.[ch]:
  * - sanitize menu code and behaviour
  * gtkcellview.c:
  * - distribute negative leftover space among cells.
  * gtkcombobox.c,gtkcomboboxentry.c:
  * - set ellipsize to PANGO_ELLIPSE_END on text cell renderers.
  * - move menu size limitation code here from GtkMenu, and clean it up.
  * gtkmenu.c:
  * - removed size limitation code for combo menus.

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Mon, 25 Apr 2005 15:41:40 +0300

gtk+2.0 (2:2.6.4-1.osso12) unstable; urgency=low

  * gtkdnd.c.diff: Fixed DnD crash caused by previous DnD fix
  * gtktreeview.c: make sure the cursor is selected
  * gtkwidget.c: Get and store IMContext even if the widget wasn't
    toplevel
  * gtkrange.c: Fixed the direct tapping problem when minimum visible
    block is 1
  * Fixed #7480: IM 0.8.16-1: Interaction with a multipage dialog in the
    Device CPA.
  * Fixed #9852 (Focused folder not opening with tap after selection
    change)
  * Fixed #2695: HildonControlbar: value cannot be zero

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Fri, 22 Apr 2005 08:37:12 +0300

gtk+2.0 (2:2.6.4-1.osso11) unstable; urgency=low

  * gtktreeview.c:
  * - sanitize is_first handling in expose code
  * - use _gtk_drag_source_ignore_drag instead of blocking dnd signals
  * gtkdnd.[ch]:
  * - added _gtk_drag_source_ignore_drag function for internal use
  * Fixed issue: The left border of a selected treeview row would not
    always be drawn.
  * Fixed issue: Multiselection DnD did not work in some cases

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Tue, 19 Apr 2005 11:36:59 +0300

gtk+2.0 (2:2.6.4-1.osso10) unstable; urgency=low

  * gtkmenushell.c: Bugfix for #9179 was missing from the previous version

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Mon, 18 Apr 2005 12:26:17 +0300

gtk+2.0 (2:2.6.4-1.osso9) unstable; urgency=low

  * gtktextview.c:
  * - Remove keyboard hack. Doesn't seem to be needed anymore and breaks
    WC when popup menu is closed.
  * gtklabel.c:
  * - Call pango_layout_set_width() in size_allocation if line wrapping
    is set.
  * gtkentry.c,gtkentry.h:
  * - added invalid_input signal, emitted when attempt is made to input
    more than max_chars chars.
  * gtkenums.h,gtktypebuiltins.c,gtktypebuiltins.h:
  * - added GtkInvalidInputType enum, so that we can extend the system
    to cover more invalid input types later on.
  * gtkentry.c:
  * - Removed code that prevents selecting text in secret editor.
  * - Fixed the bug where inserted characters are drawn to end of secret
    string insted of correct position
  * Fixed #4326: If the characters are inserted in the password field,
    then the currently inserted character will appear as the last
    character (though it is inserted in beginning of the field)
  * Fixed #8180 (Single Line Editor widget does not implement auto-
    truncation and infoprint when pasted content is too long)
  * Fixed #8892 ('Memory card' folder unable to expand in navigation
    pane of file selection widget)
  * Fixed #9216 (HildonFileSelection - Highlight incomplete)
  * Fixed #9179: Menu hardware key does not close menu
  * Fixed #9409: gtktoolbutton.h modification breaks binary
    compatibility
  * gtktreeview.c:
  * - added missing gtk_widget_queue_resize
  * gtkscrolledwindow.c:
  * - substract border width from focus child coordinates
  * gtkcellrenderertext.c: Reversed the patch in osso8 because it broke
    truncation in many places
  * gtktreeview.c:
  * -- hanged the _expose function of gtktreeview to have multiple
    selection draw correct graphics.

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu, 14 Apr 2005 18:56:13 +0300

gtk+2.0 (2:2.6.4-1.osso8) unstable; urgency=low

  * Fixed #3308: selection in GtkEntry is lost when focus is moved away
    from the entry.
  * Fixed #9008: GtkEntry editable problem
  * gtkentry.c: removed cursor position setting from
    gtk_entry_focus_out()
  * gtkentry.c: in funtion gtk_entry_set_property(), changed sensitivity
    setting for editable property
  * gtkcellrenderertext.c: changed the width of the pango layout so that
    truncation is correct
  * gtkcheckbutton.c:
  * - changed the gtkcheckbutton to change state based on the button-
    release-event instead of the button-clicked-event
  * - changed the the checkbutton to change state only if clicked on the
    label or the indicator
  * Fixed #5543: GtkCheckbutton : When enclosed in a HildonCaption, if
    we click in the space to the right of the checkbox, the state
    toggles
  * gtkwidget.c: TapAndHold to use .ani -files from icon theme.

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Tue, 12 Apr 2005 10:00:11 +0300

gtk+2.0 (2:2.6.4-1.osso7) unstable; urgency=low

  * gtkmenu.c,gtkmenuitem.c,gtkmenushell.c,gtknotebook.c,gtkrange.c,gtkt
    able.c,gtkalias.h,gtkmenushell.h: Applied patches from Nokia

 -- Tommi Komulainen  <tommi.komulainen@nokia.com>  Wed,  6 Apr 2005 16:20:14 +0300

gtk+2.0 (2:2.6.4-1.osso6) unstable; urgency=low

  * Seekbar fixes

 -- Tommi Komulainen  <tommi.komulainen@nokia.com>  Mon,  4 Apr 2005 18:19:25 +0300

gtk+2.0 (2:2.6.4-1.osso5) unstable; urgency=low

  * gtkprogress.c,gtkprogressbar.c: Lot's of progressbar layout fixes.
  * Enabled gtkrc cache

 -- Tommi Komulainen  <tommi.komulainen@nokia.com>  Fri,  1 Apr 2005 08:50:36 +0300

gtk+2.0 (2:2.6.4-1.osso4) unstable; urgency=low

  * gtktreeview.c: clicking on row with passive focus no longer
    activates the row.
  * gtkscrolledwindow.c: If scrolled window is resized and focused
    widget is visible before it, make sure it stays visible after
    resizing.
  * gtktable.c: fixed giving out gtkcriticals and hbbox spewing out
    g_prints.
  * gtkwidget.c: Fixed coding style
  * gtkentry.c: Added missing input_modes -patch
  * gtkentry.c,gtktextview.c: WIDGET_im_context_reset is no longer
    called in backspace handler

 -- Tommi Komulainen  <tommi.komulainen@nokia.com>  Thu, 31 Mar 2005 23:44:54 +0300

gtk+2.0 (2:2.6.4-1.osso3) unstable; urgency=low

  * Added more patches from GTK 2.4
  * gtkbutton.c: Added property "keyboard_button".
  * gtkentry.c:
  * - Call gtk_im_context_reset() always when pressing mouse
  * - Cursor position went a bit wrong when clicked if "horizontal-
    border" property was set
  * gtkwidget.c: gtk_im_context_hide no longer called when GtkComboBox
    packed outside toolbar is played with.

 -- Tommi Komulainen  <tommi.komulainen@nokia.com>  Thu, 31 Mar 2005 16:04:05 +0300

gtk+2.0 (2:2.6.4-1.osso2) unstable; urgency=low

  * Rebuild

 -- Tommi Komulainen  <tommi.komulainen@nokia.com>  Thu, 31 Mar 2005 10:20:52 +0300

gtk+2.0 (2:2.6.4-0.osso1) unstable; urgency=low

  * Moved to gtk+ 2.6

 -- Tommi Komulainen  <tommi.komulainen@nokia.com>  Wed, 30 Mar 2005 14:22:00 +0300

gtk+2.0 (2:2.4.4-2.osso70) unstable; urgency=low

  * Changed the libtiff3g to libtiff4 in control.in

 -- Tommi Komulainen  <tommi.komulainen@nokia.com>  Wed, 30 Mar 2005 09:55:10 +0300

gtk+2.0 (2:2.4.4-2.osso69) unstable; urgency=low

  * gtkmenu.c: moved size limiting for combo's menu from gtkcombobox.c
    to gtkmenu.c
  * gtkcombobox.c:
  * - improved the calculation of scroll offset
  * - text (CellView) width is now shorter by xthickness pixels to fit
    in the frame

 -- Tommi Komulainen  <tommi.komulainen@nokia.com>  Tue, 29 Mar 2:005 13:15:35 +0300

gtk+2.0 (2:2.4.4-2osso68) unstable; urgency=low

  * Updated libtiff3g dependency to libtiff4

 -- Tommi Komulainen  <tommi.komulainen@nokia.com>  Mon, 21 Mar 2005 12:42:36 +0200

gtk+2.0 (2:2.4.4-2osso67) unstable; urgency=low

  * gtkcombobox.c: Limited the size of the combobox popup menu
  * gtkmenu.c: Changed scrolling offset if menu is attached to a
    combobox
  * gtktoolbar.c: Implemented maximum toolbar item spacing
  * gtkstyle.c: Missing assert for color -parameter in
    gtk_style_lookup_logical_color added.
  * gtkicontheme.c: Added *.ani filename support for icon theme
  * gtknotebook.c: Layout updates
  * gtkmenu.[ch],gtkmenuitem.[ch],gtkmenushell.c Implement support for
    different types of menus
  * gtkdialog.c: Keyboard navigation for each dialog, the focus must
    cycle around the dialog widgets
  * gtktreeview.c: Remove lots of non-used autoscrolling code
  * gtktreeview.c: Fix cursor row not being selected in multiple
    selection mode

 -- Tommi Komulainen  <tommi.komulainen@nokia.com>  Fri, 18 Mar 2005 00:55:25 +0200

gtk+2.0 (2:2.4.4-2osso66) unstable; urgency=low

  * gtkmenu.c: Disable key repeat action (i.e. scrolling) on mouse over
    e.g. focused centered arrowheads
  * no-dither.diff: Remove dithering
  * gtktreeprivate.h, gtktreeview.c, gtktreeviewcolumn.c:
  * - Removed special handing of GTK_SELECTION_MULTIPLE
    gtk_tree_view_move_cursor_up_down
  * - Moved check_if_can_focus on row_deleted into an idle
  * - Backported horizontal_columns drawing fix from Gtk+ 2.6
  * - Fixed selected treeview row expose issue
  * - Attach specific hildon-focus style to a GdkWindow, so that all
    GdkGCs in the style will be created
  * - Added a model NULL check in check_if_can_focus.
  * gtkframe.c: Themeable Frame with correct paddings.

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Mon, 14 Mar 2005 13:34:06 +0200

gtk+2.0 (2:2.4.4-2osso65) unstable; urgency=low

  * gtkcellrenderertext.c: Changed ypad to 0

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Sat, 12 Mar 2005 13:57:07 +0200

gtk+2.0 (2:2.4.4-2osso64) unstable; urgency=low

  * Added patch (logical-colors-bincompat.diff) to maintain binary
    compability

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Tue,  8 Mar 2005 22:51:02 +0200

gtk+2.0 (2:2.4.4-2osso63) unstable; urgency=low

  * API for logical fonts and colors

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Tue,  8 Mar 2005 18:31:11 +0200

gtk+2.0 (2:2.4.4-2osso62) unstable; urgency=low

  * Fixed #6425 (Unwanted g_assert in GIF loader in gdk-pixbuf) by
    adding io-gif.c.diff and io-gif-animation.c.diff patches

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Mon,  7 Mar 2005 17:22:28 +0200

gtk+2.0 (2:2.4.4-2osso61) unstable; urgency=low

  * ControlBar: application option for minimum number of visible bars.
  * gtkscrolledwindow.c: Modified application area margins

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu,  3 Mar 2005 20:12:43 +0200

gtk+2.0 (2:2.4.4-2osso60) unstable; urgency=low

  * Fixed #3697 (File Tree focus indication looks broken)
  * Fixed #3898 (The focus in the 'Open file' dialog is truncated at its
    right-edge)
  * Fixed #6320 (Multiple selection not available in HildonFileSelection
    widget)
  * Removed all IM modules but X and OSSO

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu,  3 Mar 2005 12:09:58 +0200

gtk+2.0 (2:2.4.4-2osso59) unstable; urgency=low

  * Seekbar: Added a feature that allows a different stream graphics to
    be shown when streaming is complete.
  * Fixed #3567 (vkb invoked in email viewer)
  * Modified the GTK Listbox not to get focus when list contains no
    focusable items.
  * Fixed #5986 (osso-af 0.2005.06.03 freeing an Invalid Pointer,
    message) by adding missing g_strdup to GtkButton
  * Fixed #4185 (HildonFileSystemModel/ChooserDialog issues) by patching
    gtktreemodelfilter.c

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Wed, 23 Feb 2005 13:30:10 +0200

gtk+2.0 (2:2.4.4-2osso58) unstable; urgency=low

  * Fixed #3198 (Columnlistbox: gtk_tree_model_get() is not returned correct
    status)
  * Fixed #3890 (File Tree should scroll when node is opened)
  * Additional fix: now GtkTreeView cannot be focused if it doesn't
    contain a focusable row

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Fri, 18 Feb 2005 17:32:18 +0200

gtk+2.0 (2:2.4.4-2osso57) unstable; urgency=low

  * Includes the GtkImage commits

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu, 17 Feb 2005 16:45:54 +0200

gtk+2.0 (2:2.4.4-2osso56) unstable; urgency=low

  * Gktbutton: layout update

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Mon,  7 Feb 2005 17:02:42 +0200

gtk+2.0 (2:2.4.4-2osso55) unstable; urgency=low

  * Fixed broken compilation

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu,  3 Feb 2005 18:38:13 +0200

gtk+2.0 (2:2.4.4-2osso54) unstable; urgency=low

  * Modified Listbox interactions and behaviour to comply better with
    the latest widget spec.
  * Fixed #3659 (HildonFileChooserDialog: Tapping on a focused file
    doesn't select the file and doesn't close the dialog.)
  * Fixed #3669 (HildonFileChooserDialog: point and drag over a
    subfolder in folder listing causes ill behavior)
  * Fixes #3830 (The first tap on the 'Open file' dialog box is not
    recognized.)
  * Fixes #4463 (Row selection box not updating properly in TreeView)
  * gtkrc: avoid modifying the tokens coming from GScanner making it
    possible to implement a mmappable cache

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu,  3 Feb 2005 16:33:57 +0200

gtk+2.0 (2:2.4.4-2osso53) unstable; urgency=low

  * Fixed: Menu item focus used incorrect graphics
  * Added virtual functions calls to IMContext

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Wed,  2 Feb 2005 21:49:54 +0200

gtk+2.0 (2:2.4.4-2osso52) unstable; urgency=low

  * Integrated latest clipboard patch from Attila Domokos

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Wed, 26 Jan 2005 13:38:58 +0200

gtk+2.0 (2:2.4.4-2osso51) unstable; urgency=low

  * GtkButton: Borders around the child widget is now defined with a style
    property.
  * Fixed #4199 (gtk_widget_grab_focus() does not work with
    HildonTelephoneEditorChanged)

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Tue, 25 Jan 2005 08:47:00 +0200

gtk+2.0 (2:2.4.4-2osso50) unstable; urgency=low

  * Backported fix for bug 2568 (Browser kills task navigator and takes whole
    screen). Becomes obsolete when GTK is updated to >= 2.4.6 

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu, 13 Jan 2005 15:48:59 +0200

gtk+2.0 (2:2.4.4-2osso38) unstable; urgency=low

  * New style versioning, new version per each new modification.
  * gtkcalendar: Fixed week of day focus, Fixed current day focusing bug.
  * gkimmulticontext: added check in get_property to see wether imcontext
    really has the property.
  * menu: Fixed the warning messages that menu gave.
  * menuitem: It's a bit more beautiful now.
  * toolbutton.c: Fixed insensitive_press bug #3668.
  * treeprivivate: Added row-insensitive signal; modified stylus interactions
    to comply with the new Text Listbox spec.
  * treeview.c: Added row-insensitive signal; modified stylus interactions to
    comply with the new Text Listbox spec.
  * treeview: Added row-insensitive signal; modified stylus interactions to
    comply with the new Text Listbox spec.
  * gtkwidget: Added new marshaller
  * toolbutton.h: Fixes bug #3668 (No insensitive_press signal is emitted for
    GtkToolItems)
  * gtkfilesystem.c: Fixed a typo
  * gtkfilesystem.h: Published a private function 

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Wed,  5 Jan 2005 10:28:26 +0200

gtk+2.0 (2:2.4.4-2osso24) unstable; urgency=low

  * Teema 0.8.4 Release

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu,  9 Dec 2004 12:42:24 +0200

gtk+2.0 (2:2.4.4-2osso23) unstable; urgency=low

  * Nightly build

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu,  9 Dec 2004 08:40:28 +0200

gtk+2.0 (2:2.4.4-2osso22) unstable; urgency=low

  * Nightly build

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Tue,  7 Dec 2004 15:14:13 +0200

gtk+2.0 (2:2.4.4-2osso21) unstable; urgency=low

  * Nightly build

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Tue,  7 Dec 2004 15:11:00 +0200

gtk+2.0 (2:2.4.4-2osso20) unstable; urgency=low

  * Nightly build

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Tue,  7 Dec 2004 09:15:23 +0200

gtk+2.0 (2:2.4.4-2osso19) unstable; urgency=low

  * Nightly build

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Tue,  7 Dec 2004 09:05:24 +0200

gtk+2.0 (2:2.4.4-2osso18) unstable; urgency=low

  * Nightly build

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Tue,  7 Dec 2004 00:03:31 +0200

gtk+2.0 (2:2.4.4-2osso17) unstable; urgency=low

  * Nightly build

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Mon,  6 Dec 2004 00:03:34 +0200

gtk+2.0 (2:2.4.4-2osso16) unstable; urgency=low

  * Nightly build

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Sun,  5 Dec 2004 00:03:33 +0200

gtk+2.0 (2:2.4.4-2osso15) unstable; urgency=low

  * Nightly build

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Sat,  4 Dec 2004 00:03:03 +0200

gtk+2.0 (2:2.4.4-2osso14) unstable; urgency=low

  * Nightly build

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Fri,  3 Dec 2004 09:12:20 +0200

gtk+2.0 (2:2.4.4-2osso13) unstable; urgency=low

  * Nightly build

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu,  2 Dec 2004 09:12:30 +0200

gtk+2.0 (2:2.4.4-2osso12) unstable; urgency=low

  * Nightly build

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Wed,  1 Dec 2004 10:04:01 +0200

gtk+2.0 (2:2.4.4-2osso11) unstable; urgency=low

  * Nightly build

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Mon, 29 Nov 2004 17:41:40 +0200

gtk+2.0 (2:2.4.4-2osso10) unstable; urgency=low

  * Teema release 0.8.3

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu, 25 Nov 2004 18:38:10 +0200

gtk+2.0 (2:2.4.4-2osso9) unstable; urgency=low

  * Patch updates

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu, 25 Nov 2004 16:42:51 +0200

gtk+2.0 (2:2.4.4-2osso8) unstable; urgency=low

  * gtktreeview patch

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu, 25 Nov 2004 12:49:06 +0200

gtk+2.0 (2:2.4.4-2osso7) unstable; urgency=low

  * Patches update

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Wed, 24 Nov 2004 18:06:28 +0200

gtk+2.0 (2:2.4.4-2osso6) unstable; urgency=low

  * Last minute patches

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Fri, 19 Nov 2004 15:26:43 +0200

gtk+2.0 (2:2.4.4-2osso5) unstable; urgency=low

  * Applied gtkfilesystemunix patch to fix problems with newer X libraries
  * Applied the clipboard patch
  * Teema 0.8.2 release

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu, 18 Nov 2004 13:34:38 +0200

gtk+2.0 (2:2.4.4-2osso4) unstable; urgency=low

  * Teema 0.8.0 release

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Fri, 12 Nov 2004 09:53:39 +0200

gtk+2.0 (2:2.4.4-2osso3.1) unstable; urgency=low

  * Internal release

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu, 11 Nov 2004 18:32:50 +0200

gtk+2.0 (2:2.4.4-2osso3) unstable; urgency=low

  * Teema 0.8.0pre1 version of Debian GTK+ 2.4.4-4

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Tue, 09 Nov 2004 15:51:09 +0200

gtk+2.0 (2:2.4.4-2osso2) unstable; urgency=low

  * Teema 0.7.6 version of Debian GTK+ 2.4.4-3
  * passing --disable-shortcuts to configure

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Mon, 25 Oct 2004 13:39:37 +0300

gtk+2.0 (2:2.4.4-2osso1) unstable; urgency=low

  * Teema 0.7.5 version of Debian GTK+ 2.4.4-2

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Fri, 15 Oct 2004 13:13:41 +0300

gtk+2.0 (1:2.4.4-8) unstable; urgency=low

  * Teema 0.7.4 version of Debian GTK+ 2.4.4-2

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Thu, 30 Sep 2004 15:34:48 +0300

gtk+2.0 (1:2.4.4-7) unstable; urgency=low

  * Teema 0.7.3 version of Debian GTK+ 2.4.4-2
  * Added back the libtiff dependency

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Fri, 17 Sep 2004 15:17:39 +0300

gtk+2.0 (1:2.4.4-6) unstable; urgency=low

  * Scratchbox friendlier: removed some build dependencies that were not used
  * Teema 0.7.2 version of Debian GTK+ 2.4.4-2

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Fri, 03 Sep 2004 14:16:47 +0300

gtk+2.0 (1:2.4.4-5) unstable; urgency=low

  * Teema 0.7.1 version of Debian GTK+ 2.4.4-2

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Fri, 20 Aug 2004 10:41:27 +0300

gtk+2.0 (1:2.4.4-4) unstable; urgency=low

  * Removed dependency to libtiff4
  * Added '1:' to the version number of shlibs control

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Tue, 10 Aug 2004 13:21:02 +0300

gtk+2.0 (1:2.4.4-3) unstable; urgency=low

  * Teema 0.7.0 version of Debian GTK+ 2.4.4-2

 -- Tommi Komulainen <tommi.komulainen@nokia.com>  Fri, 06 Aug 2004 14:31:30 +0300

gtk+2.0 (2.4.4-2) unstable; urgency=medium

  * Rebuilt with libtiff4.
  * debian/control.in:
    - Build-Depends on libtiff4-dev.

 -- Sebastien Bacher <seb128@debian.org>  Wed, 28 Jul 2004 23:11:54 +0200

gtk+2.0 (2.4.4-1) unstable; urgency=low

  * New upstream release
    - fix the problem with directories displayed twice in the file chooser
      (Closes: #249057).
  * debian/control.in:
    - libgtk2.0-bin Conflicts with old libgtk2.0-dev.

 -- Sebastien Bacher <seb128@debian.org>  Sun, 11 Jul 2004 00:33:45 +0200

gtk+2.0 (2.4.3-3) unstable; urgency=low

  * debian/control.in:
    - since manpages have moved from libgtk2.0-dev to libgtk2.0-bin we need
      to update the Replaces.

 -- Sebastien Bacher <seb128@debian.org>  Mon,  5 Jul 2004 21:15:25 +0200

gtk+2.0 (2.4.3-2) unstable; urgency=low

  * debian/libgtk2.0-bin.files:
    - moved gdk-pixbuf-query-loader and gtk-query-immodules-2.0 manpages
      to libgtk2.0-bin. (Closes: #257399).
  * debian/libgtk2.0-doc.doc-base.gtk-faq,
    debian/libgtk2.0-doc.doc-base.gtk-tutorial:
    - changed index.html with book1.html.
  * Included devehelp files from Richard Cohen <richard@daijobu.co.uk> 
    for the faq and the tutorial (Closes: #256844).

 -- Sebastien Bacher <seb128@debian.org>  Sat,  3 Jul 2004 12:14:38 +0200

gtk+2.0 (2.4.3-1) unstable; urgency=medium

  * New upstream release 
    - fix the button size allocation logic (Closes: #253971, #253974).
  * debian/rules
    - updated the shlibs.

 -- Sebastien Bacher <seb128@debian.org>  Tue, 15 Jun 2004 11:29:13 +0200

gtk+2.0 (2.4.2-1) unstable; urgency=low

  * New upstream release (Closes: #252690).

 -- Sebastien Bacher <seb128@debian.org>  Sat,  5 Jun 2004 17:23:57 +0200

gtk+2.0 (2.4.1-4) unstable; urgency=low

  * Conflict with librsvg2-common << 2.6.3-1 (closes: #250714, #250647).

 -- Josselin Mouette <joss@debian.org>  Tue, 25 May 2004 14:15:22 +0200

gtk+2.0 (2.4.1-3) unstable; urgency=low

  * GNOME Team Upload. 
  * Upload to unstable
    + close bug fixed in experimental uploads 
      (Closes: #161244, #201429, #201507, #203677, #208744, #223316, #228603)
      (Closes: #232081, #234902, #238479, #241860) 
  * Marc Brockschmidt <he@debian.org>
   + debian/rules: Really, *really* surpress warnings when removing directories
     (using >/dev/null 2>&1 instead of 2>&1 >/dev/null)
  
 -- Sebastien Bacher <seb128@debian.org>  Sat, 22 May 2004 15:23:21 +0200

gtk+2.0 (2.4.1-2) experimental; urgency=low

  * debian/control.in: 
    + Conflict with old versions of packages that need a rebuild to work with 
      gtk+2.4 to force the updates.

 -- Sebastien Bacher <seb128@debian.org>  Sat, 15 May 2004 23:24:07 +0200

gtk+2.0 (2.4.1-1) experimental; urgency=low
  
  * New upstream release.
  * Akira TAGOH <tagoh@debian.org>
  + debian/control:
    - added libgtk2.0-0 to Depends for libgtk2.0-common. (from 2.2.4-6).
    - libgtk2.0-dev requires libxext-dev. (Closes: #247469)
  * Sebastien Bacher <seb128@debian.org>
  + debian/rules:
    - updated shlib to 2.4.1.
  
 -- Sebastien Bacher <seb128@debian.org>  Wed,  5 May 2004 23:32:54 +0200

gtk+2.0 (2.4.0-4) experimental; urgency=low

  * Akira TAGOH <tagoh@debian.org>
  + debian/control:
    - moved arch-independent files to libgtk2.0-common again.
    - separated arch-dependent files to libgtk2.0-bin.

 -- Akira TAGOH <tagoh@debian.org>  Sat, 24 Apr 2004 02:11:52 +0900

gtk+2.0 (2.4.0-3) experimental; urgency=low

  * Akira TAGOH <tagoh@debian.org>
  + debian/rules:
    - modified the sed script to strip the version properly.
      (closes: Bug#241860)
    - clean up.
  + debian/control:
    - updated the dependencies for the separated xlibs-dev. (from 2.2.4-4)
    - separated arch-independent data to libgtk2.0-data package.
      (from 2.2.4-4)

 -- Akira TAGOH <tagoh@debian.org>  Fri, 23 Apr 2004 22:43:58 +0900

gtk+2.0 (2.4.0-2) experimental; urgency=low

  * debian/control.in:
    + Added build dependency on libxcursor-dev. (Closes: #239886)

  Sebastien Bacher <seb128@debian.org>:
  * debian/rules:
    + Updated shver.
  * debian/control.in:
    + Added again Build-Depends removed in 2.4.0-1.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Thu, 25 Mar 2004 11:18:48 +0100

gtk+2.0 (2.4.0-1) experimental; urgency=low

  * First upload of new GTK+ branch in experimental (Closes: #238479):
    + back out locale-dependent interpretation of KP_Decimal (Closes: #234902).
    + change scrolling method (Closes: #161244).
    + first day of the week depends of the locale (Closes: #228603).
    + fix fileselector multiple selection handling after keyboard validation 
      (Closes: #208744).  
    + fix gtktreeview crash when expanding nodes (Closes: #232081).  
    + fix quotes missing in gtk-2.0.m4 (Closes: #223316).
    + use the new file selector (Closes: #203677, #201429, #201507).
    + and probably a lot of other bug fixes and improvements ...
  * Sebastien Bacher <seb128@debian.org>:
    * debian/control.in:
      - removed Build-Depends on docbook-utils and linuxdoc-tools-text.
    * patches/001_gtk+-debian-docfix-dtds.patch:
      - removed since we have a xml catalog now.
  * Rob Taylor <robtaylor@fastmail.fm>:
    * debian/control.in, debian/sources, debian/scripts/vars, debian/watch:
      - updated for 2.4.0.
    * debian/patches/:
      - 002_gtk+-debian-freetype.patch:
        + removed, not needed any more, configure already has the changes.
      - 000_gtk+-2.2.4-non-weak-symbols.patch:
        + removed, fixed in upstream source.
      - 000_gtk+-2.2.4-socketfocus.patch:
        + removed, fixed in upstream source.
      - 001_gtk+-debian-aclocal-pass_all.patch :
        + updated.
      - 000_gtk+-2.2.0-buildfix-immodule.patch 
        + updated.
      - 000_gtk+-debian-xinerama-pic.patch 
        + updated.

 -- Sebastien Bacher <seb128@debian.org>  Mon, 22 Mar 2004 22:00:09 +0100

gtk+2.0 (2.2.4-6) unstable; urgency=low

  * Akira TAGOH <tagoh@debian.org>
  + debian/control:
    - added libxt-dev to fix FTBFS. (closes: Bug#246450)
    - added libgtk2.0-0 to Depends for libgtk2.0-common.

 -- Akira TAGOH <tagoh@debian.org>  Tue,  4 May 2004 11:30:56 +0900

gtk+2.0 (2.2.4-5) unstable; urgency=low

  * Akira TAGOH <tagoh@debian.org>
  + debian/control:
    - moved arch-independent files to libgtk2.0-common again.
    - separated arch-dependent files to libgtk2.0-bin.

 -- Akira TAGOH <tagoh@debian.org>  Sat, 24 Apr 2004 01:12:08 +0900

gtk+2.0 (2.2.4-4) unstable; urgency=low

  * Akira TAGOH <tagoh@debian.org>
  + debian/rules:
    - bumped the shlib version to 2.2.1-3. (closes: Bug#208671)
  + debian/control:
    - separated arch-independent data to libgtk2.0-data package.
      (closes: Bug#233396)
    - fixed the dependencies for the separated xlibs-dev.
      (closes: Bug#241782, Bug#241522)
  + debian/libgtk2.0-data.{dir,files}:
    - added.

 -- Akira TAGOH <tagoh@debian.org>  Thu, 22 Apr 2004 00:42:02 +0900

gtk+2.0 (2.2.4-3) unstable; urgency=low

  * debian/patches/:
    - 002_gtk+-debian-freetype.patch: patch from Daniel Schepler to fix the 
      build failure due to freetype (Closes: #225129).

 -- Sebastien Bacher <seb128@debian.org>  Sat, 27 Dec 2003 13:00:17 +0100

gtk+2.0 (2.2.4-2) unstable; urgency=low

  * debian/control:
    - added Uploaders to maintain as team.
    - added gnome-pkg-tools to Build-Depends.
  * debian/gtk-options.7:
    - included a manpage with the help on the options (Closes: Bug#216897).
  * debian/libgtk2.0-doc.doc-base.gtk-faq
  * debian/libgtk2.0-doc.doc-base.gtk-tutorial:
    - replaced book1.html by index.html (closes: Bug#215382).
  * debian/patches/:
    - 000_gtk+-2.2.4-socketfocus.patch: new patch to fix a GtkSocket focus
      problem that hang the system tray applet. 
      (closes: Bug#210813, Bug#212772).
    - 001_gtk+-ximian-gtk2-filesel-navbutton-5.patch: updated 
      (closes: Bug#216660). 
  * debian/rules:
    - modified to generate debian/control using gnome-pkg-tools.
  
 -- Sebastien Bacher <seb128@debian.org>  Fri, 31 Oct 2003 21:32:29 +0100

gtk+2.0 (2.2.4-1) unstable; urgency=low

  * New upstream release.
    - implemented the im module that produces C_WITH_CEDILLA rather than
      C_WITH_ACUTE for dead_acute+c combinations. it will be used as default
      im module for fr and pt. (closes: Bug#168557)
    - reworked the handling of XIM's status window. (closes: Bug#203009)
  * debian/control:
    - removed libgtk2.0-0png3 which is unnecessary anymore.
    - added non-versioned Conflicts: libgtk2.0-0png3.
    - bumped Standards-Version to 3.6.1.0.
  * debian/patches/: removed the backported patches.
    - 000_gtk+-2.2.2-docfix-gtk2compliant.patch
    - 000_gtk+-2.2.2-docfix-gtktreemodel.patch
    - 000_gtk+-2.2.2-gtkwidget-viewable.patch
    - 000_gtk+-2.2.2-imxim-reconnect.patch

 -- Akira TAGOH <tagoh@debian.org>  Mon,  8 Sep 2003 03:42:18 +0900

gtk+2.0 (2.2.2-3) unstable; urgency=low

  * debian/patches/:
    - 000_gtk+-2.2.2-docfix-gtk2compliant.patch: applied a backported patch
      from CVS to fix the old documentation. (closes: Bug#146723)
    - 000_gtk+-2.2.2-docfix-gtktreemodel.patch: applied a backported patch
      from CVS to fix the sample code. (closes: Bug#201322)
    - 000_gtk+-2.2.2-gtkwidget-viewable.patch: applied a backported patch from
      CVS to fix the garbled pixmaps. (closes: Bug#201808, Bug#202486)
    - 000_gtk+-2.2.2-imxim-reconnect.patch: applied a backported patch from
      CVS to fix the segfaults if the XIM server is killed during running gtk2
      applications.
    - 001_gtk+-debian-docfix-dtds.patch: applied to use the local DTD.
  * debian/control:
    - added Build-Depends-Indep: gtk-doc-tools, docbook-xml to re-generate the
      fixed documents.

 -- Akira TAGOH <tagoh@debian.org>  Thu,  7 Aug 2003 01:42:46 +0900

gtk+2.0 (2.2.2-2) unstable; urgency=low

  * debian/patches/:
    - 001_gtk+-debian-aclocal-pass_all.patch: re-applied a patch to fix FTBFS
      on arm. (closes: Bug#201443)

 -- Akira TAGOH <tagoh@debian.org>  Thu, 24 Jul 2003 03:14:10 +0900

gtk+2.0 (2.2.2-1) unstable; urgency=low

  * New upstream release. (closes: Bug#200350)
    - Fixed threadlocks on GtkTreeView. (closes: Bug#192136)
    - Fixed the crash on moving the cursor when the cursor is invisible.
      (closes: Bug#187858)
    - Fixed the compose table for ascending order. (closes: Bug#182073)
  * debian/control:
    - fix the FTBFS. Thanks to Daniel Baeyens.
    - bumped Standards-Version to 3.6.0.
  * debian/rules:
    - removed dh_undocumented.
    - don't claim the newer shlibs.
  * debian/patches/:
    - 000_gtk+-2.2.1-gdk_event_copy_for_xinput.patch: removed.
    - 000_gtk+-2.2.1-gdk_visual_get_best_with_depth.patch: removed.
    - 000_gtk+-2.2.1-gtk_text_line_previous_could_contain_tag.patch: removed.
    - 000_gtk+-2.2.1-gtktreeview-scroll.patch: removed.
    - 000_gtk+-debian-xinerama-pic.patch: updated.
    - 001_gtk+-debian-aclocal.patch: removed.
    - 001_gtk+-ximian-gtk2-filesel-navbutton-5.patch: applied a Ximian patch
      to improve the GtkFileSel UI. Requested from Ross Burton.
    - 000_gtk+-2.2.2-non-weak-symbols.patch: applied to fix the undefined non
      weak symbols. (closes: Bug#193774)

 -- Akira TAGOH <tagoh@debian.org>  Sun, 13 Jul 2003 21:26:49 +0900

gtk+2.0 (2.2.1-6) unstable; urgency=low

  * debian/patches/001_gtk+-debian-aclocal.patch:
    - damn. forgot to re-run automake and autoconf. fix again.
      (closes: Bug#190569)

 -- Akira TAGOH <tagoh@debian.org>  Sat,  3 May 2003 16:56:18 +0900

gtk+2.0 (2.2.1-5) unstable; urgency=low

  * debian/control:
    - changed a section for libgtk2.0-dbg to libdevel.
  * debian/patches/000_gtk+-debian-aclocal.patch:
    - applied to fix Xinerama library linkage broken on arm and m68k.
      (closes: Bug#190569)
      Thanks to James Troup and Phil Blundell.

 -- Akira TAGOH <tagoh@debian.org>  Sat,  3 May 2003 01:50:52 +0900

gtk+2.0 (2.2.1-4) unstable; urgency=low

  * debian/patches/:
    - 000_gtk+-2.2.1-gtk_text_line_previous_could_contain_tag.patch:
      applied a backported patch from CVS. (closes: Bug#185066)
    - 000_gtk+-2.2.1-gtktreeview-scroll.patch:
      applied a patch from Red Hat to fix infinite expose loops in TreeView.
      (closes: Bug#187312)
  * debian/control:
    - bumped Standards-Version to 3.5.9.
    - changed a section for libgtk2.0-dev to libdevel.
  * debian/rules:
    - fixed the symlinks on /usr/share/gtk-doc/html. (closes: Bug#183377)
  * debian/compat:
    - use it instead of DH_COMPAT.

 -- Akira TAGOH <tagoh@debian.org>  Fri,  4 Apr 2003 01:55:35 +0900

gtk+2.0 (2.2.1-3) unstable; urgency=low

  * build against the latest xlibs and xlibs-pic. so now correct
    libXinerama_pic.a is linked and supporting xinarama is re-enabled.
    (closes: Bug#177318)
  * debian/control:
    - depend on xlibs-pic (>= 4.2.1-6)
  * debian/README.Debian:
    - improve description of static libraries issue. (closes: Bug#181879)
      Thanks to Marcelo E. Magallon <mmagallo@debian.org>
    - mention gtk-key-theme-name and gnome-settings-daemon.
  * debian/rules:
    - create the symlinks in /usr/share/gtk-doc

 -- Akira TAGOH <tagoh@debian.org>  Mon,  3 Mar 2003 01:35:04 +0900

gtk+2.0 (2.2.1-2) unstable; urgency=low

  * debian/patches/:
    - 000_gtk+-2.2.1-gdk_visual_get_best_with_depth.patch:
      backport from CVS to fix wrong pointer returned. (closes: Bug#180786)
    - 000_gtk+-2.2.1-gdk_event_copy_for_xinput.patch:
      applied to fix a crash when using xinput. (closes: Bug#178908)

 -- Akira TAGOH <tagoh@debian.org>  Wed, 19 Feb 2003 03:10:55 +0900

gtk+2.0 (2.2.1-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/: removed patches. they were fixed in this release.
    - 000_gtk+-2.2.0-buildfix-modules.patch
    - 000_gtk+-2.2.0-fix-es.po.patch
    - 000_gtk+-2.2.0-fnmatch-undef.patch
    - 002_gtk+-2.2.0-fixtypo-xinput.patch
  * debian/patches/000_gtk+-debian-xinerama-pic.patch: update.

 -- Akira TAGOH <tagoh@debian.org>  Fri,  7 Feb 2003 03:37:44 +0900

gtk+2.0 (2.2.0-3) unstable; urgency=low

  * debian/: clean the unnecessary files up. (closes: Bug#177809)
  * debian/rules:
    remove the old debug libraries on install process if exists. (closes:
    Bug#177376)
  * debian/patches/:
    - 002_gtk+-2.2.0-fixtypo-xinput.patch:
      fix to enable XFree86 xinput extension. (closes: Bug#176104)
    - 000_gtk+-2.2.0-fix-es.po.patch:
      applied to fix es.po. (closes: Bug#178870)

 -- Akira TAGOH <tagoh@debian.org>  Wed, 29 Jan 2003 23:01:43 +0900

gtk+2.0 (2.2.0-2) unstable; urgency=low

  * debian/control:
    - add Conflicts libgnomeui-0 (<< 2.0.6-2) to avoid the gtk+ 2.2 breakage.
      (closes: Bug#175946)
    - add Conflicts gtk2.0-examples (<< 2.2.0) (closes: Bug#175868)
    - add dependency of libgtk2.0-common. (closes: Bug#175873)
    - removed libgtk-common package. it's no longer needed. I hope the loop
      dependency will be disappeared.
    - used libpng12-0-dev instead of libpng3-dev for Build-Depends.
  * debian/patches/001_gtk+-2.2.0-xinerama-pic.patch:
    disabled Xinerama support until xlibs-pic has libXinerama_pic.a.
    (closes: Bug#175923)

 -- Akira TAGOH <tagoh@debian.org>  Sat, 11 Jan 2003 05:09:12 +0900

gtk+2.0 (2.2.0-1) unstable; urgency=low

  * New upstream release.
    - upstream bug were closed. so it should be fixed. (closes: Bug#147697)
  * debian/control:
    - updated Build-Depends.
    - bumped Standards-Version to 3.5.8.
    - fix description-synopsis-ends-with-full-stop stuff.
  * debian/update-gdkpixbuf-loaders: add brand-new wrapper script.
  * debian/update-gdkpixbuf-loaders.1: add manpage.
  * debian/rules:
    modified to build the static libraries. (closes: Bug#161938)
  * debian/README.Debian: updated.
  * debian/patches/:
    - 000_gtk+-2.0.6-extranotify.patch: removed.
    - 000_gtk+-2.0.6-scroll_to.patch: removed.
    - 000_gtk+-2.2.0-fnmatch-undef.patch:
      applied to fix having main() in the library.
    - 000_gtk+-2.2.0-buildfix-immodule.patch:
      applied to build the static libraries.
    - 000_gtk+-2.2.0-buildfix-modules.patch:
      applied to fix a typo in configure.in.

 -- Akira TAGOH <tagoh@debian.org>  Mon,  6 Jan 2003 18:34:31 +0900

gtk+2.0 (2.0.9-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/000_gtk+-2.0.8-refcolormap.patch: this release contains it.
    removed.

 -- Akira TAGOH <tagoh@debian.org>  Sun, 24 Nov 2002 00:08:42 +0900

gtk+2.0 (2.0.8-2) unstable; urgency=low

  * debian/patches/000_gtk+-2.0.8-refcolormap.patch: applied to fix the crash
    problem with close. For solve your problem, I recommend you restart all
    processes related gtk+2.0. (closes: Bug#169005)

 -- Akira TAGOH <tagoh@debian.org>  Fri, 15 Nov 2002 09:16:40 +0900

gtk+2.0 (2.0.8-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/000_gtk+-2.0.7-gifsymbol.patch: it's no longer needed.
  * debian/rules: fix twice called ldconfig. (closes: Bug#168071)

 -- Akira TAGOH <tagoh@debian.org>  Sun, 10 Nov 2002 16:36:45 +0900

gtk+2.0 (2.0.7-1) unstable; urgency=low

  * New upstream release.
  * debian/rules:
    - support noopt option for DEB_BUILD_OPTIONS.
    - add symlink for gobject. (closes: Bug#167755)
  * Hm, closed a bug which is marked as NMU due to mis-upload. (closes:
    Bug#166442)
  * debian/patches: these patches are no longer needed, so removed.
    - 000_gtk+-2.0.6-64bitfix.patch
    - 000_gtk+-2.0.6-imenvvar.patch
    - 000_gtk+-2.0.6-keycode.patch
    - 000_gtk+-2.0.6-usintl.patch
  * debian/patches/000_gtk+-2.0.7-gifsymbol.patch: applied to fix the
    undefined symbol issue on libpixbufloader-gif.so.

 -- Akira TAGOH <tagoh@debian.org>  Wed,  6 Nov 2002 01:42:22 +0900

gtk+2.0 (2.0.6-4) unstable; urgency=low

  * debian/patches/000_gtk+-2.0.6-64bitfix.patch: applied to fix a segfault on
    IA64. (closes: Bug#166442)

 -- Akira TAGOH <tagoh@debian.org>  Sun, 27 Oct 2002 03:07:59 +0900

gtk+2.0 (2.0.6-3) unstable; urgency=low

  * debian/control: moved libgtk2.0-0png3 to the last entry.
  * debian/rule: fix invalid symlink.

 -- Akira TAGOH <tagoh@debian.org>  Sat, 31 Aug 2002 09:46:36 +0900

gtk+2.0 (2.0.6-2) unstable; urgency=low

  * debian/control:
    - bumped Standards-Version and depends debhelper (>> 4).
    - revert to libgtk2.0-0 and remove Conflicts libgtk2.0-0, then add
      versioned conflict to work eog2, gnome-panel2, celestia, gimp1.3 and
      metatheme. (closes: Bug#155689, Bug#155854)
    - add libgtk2.0-0png3 to Conflicts, Replaces.
    - add a dummy package for libgtk2.0-0png3.
    - remove the image libraries dependency. (closes: Bug#158858)
    - clean up -dev's Depends.
    - add libglib2.0-doc, libatk1.0-doc and libpango1.0-doc to Suggests.
  * debian/patches/: from Red Hat.
    - 000_gtk+-2.0.6-exportsymbols.patch:
      applied to fix stripping the wrong symbols due to libtool's bug. but
      it's not affected about the symbols used by ld and ld.so. mainly for nm,
      gdb and etc.
    - 000_gtk+-2.0.6-extranotify.patch:
      applied to fix extra settings notifies on startup that were causing
      significant performance problems as fonts were reloaded.
    - 000_gtk+-2.0.6-imenvvar.patch:
      applied to fix a bug with GTK_IM_MODULE environment variable.
    - 000_gtk+-2.0.6-keycode.patch: applied to fix a problem with keycodes
      passed to GtkIMContextXIM.
    - 000_gtk+-2.0.6-usintl.patch:
      applied to fix to GtkIMContextSimple compose for us-intl keyboards.
      should be fixed. (closes: Bug#149515)
    - 000_gtk+-2.0.6-scroll_to.patch:
      applied to fix gtk_tree_view_scroll_to_cell.
  * debian/rules: add symlink to fix the missing symlink for glib, atk and
    pango. (closes: Bug#158107)
  * debian/update-gtk-immodules.fr.1: added. Thanks Julien Louis. (closes:
    Bug#156985)

 -- Akira TAGOH <tagoh@debian.org>  Sat, 31 Aug 2002 05:22:33 +0900

gtk+2.0 (2.0.6-1) unstable; urgency=low

  * New upstream release.
  * Build against libpng3 (closes: 147852)

 -- Akira TAGOH <tagoh@debian.org>  Sun,  4 Aug 2002 18:31:53 +0900

gtk+2.0 (2.0.5-2) unstable; urgency=low

  * debian/rules: add --with-xinput=xfree. (closes: Bug#151668)
  * debian/control:
    - add Conflicts: libgdkxft0 to avoid some problem. (closes: Bug#151439).
    - changed a summary from 'Dummy' to 'Empty'.

 -- Akira TAGOH <tagoh@debian.org>  Thu,  4 Jul 2002 00:18:53 +0900

gtk+2.0 (2.0.5-1) unstable; urgency=low

  * New upstream release.
  * debian/control: fix typo (closes: Bug#150147)

 -- Akira TAGOH <tagoh@debian.org>  Mon, 17 Jun 2002 01:07:20 +0900

gtk+2.0 (2.0.4-1) unstable; urgency=low

  * New upstream release.
    - should be fixed in this release. (closes: Bug#149667)
    - now it's not linked to the Pango docs (closes: Bug#149143)
  * debian/libgtk2.0-doc.doc-base.{gdk,gdk-pixbuf,gtk,gtk-faq,gtk-tutorial}:
    add a new line before Format: (closes: Bug#149548, Bug#150043)

 -- Akira TAGOH <tagoh@debian.org>  Sun, 16 Jun 2002 05:16:29 +0900

gtk+2.0 (2.0.3-1) unstable; urgency=low

  * New upstream release.
  * debian/libgtk2.0-doc.doc-base.{gtk-faq,gtk-tutorial}:
    changed an index file.

 -- Akira TAGOH <tagoh@debian.org>  Thu, 30 May 2002 23:35:52 +0900

gtk+2.0 (2.0.2-5) unstable; urgency=high

  * debian/control: add libtiff3g-dev, libpng2-dev and libjpeg62-dev to
    Depends for -dev.
  * set urgency=high because previous version violated our policy 2.3.4.
    it should be into woody as far as possible.

 -- Akira TAGOH <tagoh@debian.org>  Thu, 23 May 2002 00:31:52 +0900

gtk+2.0 (2.0.2-4) unstable; urgency=high

  * debian/patches/000_gtk+2.0-2.0.2-bigendian.patch: applied to fix a problem
    for big endian machines. (closes: Bug#145285)
  * set urgency=high because it should be in woody.

 -- Akira TAGOH <tagoh@debian.org>  Wed,  1 May 2002 02:46:12 +0900

gtk+2.0 (2.0.2-3) unstable; urgency=low

  * debian/update-gtk-immodules: create /etc/gtk-2.0 directory for workaround,
    if it's not found. oh, why didn't you have it? (closes: Bug#143508,
    Bug#144673)

 -- Akira TAGOH <tagoh@debian.org>  Sun, 28 Apr 2002 04:46:30 +0900

gtk+2.0 (2.0.2-2) unstable; urgency=low

  * debian/libgtk2.0-doc.doc-base.{gtk-faq,gtk-tutorial}:
    Grr, fix again... (closes: Bug#141069)
  * debian/scripts/vars.build: fix bashism.

 -- Akira TAGOH <tagoh@debian.org>  Sat,  6 Apr 2002 04:26:14 +0900

gtk+2.0 (2.0.2-1) unstable; urgency=low

  * New upstream release.
    - this release has bug fix only.
  * debian/control: forgot to update versioned dependency for -dev.
  * debian/libgtk2.0-doc.doc-base.gtk-faq,
    debian/libgtk2.0-doc.doc-base.gtk-tutorial:
    fix wrong index. (closes: Bug#141069)

 -- Akira TAGOH <tagoh@debian.org>  Thu,  4 Apr 2002 02:49:49 +0900

gtk+2.0 (2.0.1-1) unstable; urgency=low

  * New upstream release.
  * debian/update-gtk-immodules: check the immodules directory.

 -- Akira TAGOH <tagoh@debian.org>  Sun, 31 Mar 2002 00:59:03 +0900

gtk+2.0 (2.0.0-3) unstable; urgency=low

  * debian/rules: removed regenerate shlibs. all packages no longer needs to
    depend on -common.

 -- Akira TAGOH <tagoh@debian.org>  Sat, 16 Mar 2002 21:51:08 +0900

gtk+2.0 (2.0.0-2) unstable; urgency=low

  * debian/control: changed Build-Depends to libpango1.0-dev (>= 1.0.0-3)
  * debian/{control,rules}: add libgtk-common as dummy package for upgrading.
  * debian/rules: fix the missing directory.
  * debian/update-gtk-immodules: fix file attribute for gtk.immodules.

 -- Akira TAGOH <tagoh@debian.org>  Sat, 16 Mar 2002 04:34:39 +0900

gtk+2.0 (2.0.0-1) unstable; urgency=low

  * Initial Release.

 -- Akira TAGOH <tagoh@debian.org>  Wed, 13 Mar 2002 00:07:25 +0900

