gtk/Makefile.am; from HEAD, not commited in the gtk-2-10 branch.
* New patch, 011_directfb-build-fixes-from-head, to backport directfb
build fixes; from HEAD not commited in the gtk-2-10 branch. Thanks
Attilio Fiandrotti for pointing me at the actual log entry.
* Refresh 070_mandatory-relibtoolize accordingly.
- Switch from tar-in-tar and sys-build to regular source and quilt
patching; build-depend on quilt; remove occurrences of $(TOP_SRC_DIR)
and @TOP_SRC_DIR@ which isn't needed anymore.
- Refresh patch 021_loader-files-d.
- Relibtoolize: update path 070_mandatory-relibtoolize.
modules to recreate the /etc modules files on upgrades or by mistake;
remove the generated module files in /etc on upgrades. closes: #388450
* Merge 2.8.20-2; drop patch 009_revert-gdkdrawable-directfb, merged
upstream.
probably only used by gtk-demo, and in the quartz gdk backend, not used in
Debian.
- Bump shlibs to >= 2.10.3.
- Drop patch 009_configurable-cairo-backend-module, it was not really
required to select a cairo backend dynamically as the backend is always
cairo-directfb for a directfb gdk.
- Drop patch 010_gdk-require-cairo-module, merged upstream.
- Drop patch 011_gdk-directfb-cvs-changes, this release includes the
changes that were pulled back then.
- Relibtoolize: update path 070_mandatory-relibtoolize.
gtk-query-immodules-2.0 and gdk-pixbuf-query-loaders.
* Add ${misc:Depends} to gtk2-engines-pixbuf.
* Add or bump Conflicts with packages shipping modules for the 2.4.0
binary version of Gtk.
/usr/lib/gtk-2.0/<BINARY_VERSION>/loaders-files.d.
- New patch, 021_loader-files-d, to split the module search path on
":", as is done in Pango, prepend
/usr/lib/gtk-2.0/<BINARY_VERSION>/loader-files.d to the search path,
and to read all *.loaders files when a directory is encountered in the
search path.
- Pre-generate
/usr/lib/gtk-2.0/<BINARY_VERSION>/loader-files.d/libgtk2.0-0.loaders
for the shared library and libgtk-directfb-2.0-0-udeb.loaders for the
udeb.
- Continue generating /etc/gtk-2.0/gdk-pixbuf.loaders until packages are
updated.
- This particular patch uses two ugly workarounds and needs work before
being sent upstream.
/usr/lib/gtk-2.0/<BINARY_VERSION>/immodule-files.d.
- New patch, 020_immodules-files-d, to split the module search path on
":", as is done in Pango, prepend
/usr/lib/gtk-2.0/<BINARY_VERSION>/immodule-files.d to the search path,
and to read all *.immodules files when a directory is encountered in the
search path.
- Pre-generate
/usr/lib/gtk-2.0/<BINARY_VERSION>/immodule-files.d/libgtk2.0-0.immodules
for the shared library.
- Continue generating /etc/gtk-2.0/gtk.immodules until packages are
updated.
* Install the full set of pkg-config files from the dfb flavor in
/usr/lib/pkgconfig/libgtk-directfb-2.0; to use this feature, set
PKG_CONFIG_PATH while invoking pkg-config (or configure); the
/usr/lib/pkgconfig/*directfb*.pc files will be removed when Debian sources
have been converted.
* In the same spirit, gdkconfig.h is in /usr/lib/gtk-2.0/include/directfb;
to use it, prepend -I/usr/lib/gtk-2.0/include/directfb to CFLAGS.
* Fix generation of /etc/gtk-2.0/gdk-pixbuf.loaders for the udeb.
(Closes: #382435)
* Build-depend on libcairo-directfb2-dev >= 1.2.4-2 to get PDF/PS support in
the directfb flavor of libcairo.
* Recommend the linked source packages in libgtk2.0-doc instead of simply
suggesting them.
* Rewrite update-gdkpixbuf-loaders and update-gtk-immodules.
* Drop double libatk1.0-dev build-dep.
--with-cairo-backend flag which will select a cairo-$backend.pc
pkg-config module instead of the default of cairo.pc; see GNOME #351509.
- Configure with --with-cairo-backend=directfb for the dfb build.
- New patch, 010_gdk-require-cairo-module, to require the Cflags and Libs
from the cairo-directfb module (as $cairo_module); see GNOME #351519.
* Add a missing libatk1.0-dev (>= 1.9.0) build-dep for ATK.
* Replace GTK_BINARY_VERSION in debian/*.in to set the binary version of
binary modules; it is set via debian/scripts/vars and currently in use in
update-gdkpixbuf-loaders.in and update-gtk-immodules.in.
* Remove fake support for version argument from update-gdkpixbuf-loaders and
update-gtk-immodules.
* New upstream development releases with API additions, and non-public API
changes and removals.
- Target at experimental.
- Update copyright from AUTHORS.
- Update upstream URL.
- Bump up libglib2.0-dev build-dep to >= 2.12.0.
- Add a libdirectfb-dev (>= 0.9.24) build-dep for DirectFB.
- Add a libcupsys2-dev (>= 1.2) build-dep for CUPS printing backend.
- Bump shlibs to >= 2.10.0.
- Update list of docs to ship.
- Update watch file to track stable releases and use HTTP.
- Set GTK_BINARY_VERSION to 2.10.0.
- Replace 001_gtk+-2.2.0-buildfix-immodule patch with
001_static-linking-dont-query-immodules which has more chances to be
merged upstream.
- Drop 006_gtk+-2.8.17-directfb patch, merged upstream.
- Refresh patches: 000_gtk+-2.0.6-exportsymbols,
003_default_fallback_icon_theme,
004_gtk+-ximian-gtk2-filesel-navbutton-5,
007_implicit_pointer_conversion_gdkdrawable_directfb.
- Update 070_mandatory-relibtoolize with libtoolize --force --copy &&
aclocal-1.7 -I m4macros && autoconf && automake-1.7.
* Change the 000_gtk+-2.0.6-exportsymbols, and
001_gtk+-2.2.0-buildfix-immodule patches to only patch the
non-autogenerated files.
* Rename 004_reautoconf to 070_mandatory-relibtoolize; update it for the
previous changes; use an older autoconf version to work around a bug
in the glib-gettext macro which broke localization in dialog boxes; thanks
Mike Hommey.
* 006_implicit_pointer_conversion.patch: fix another implicit
conversion by allowing deprecated functions in the necessary header
file (closes: #381082).
* 005_implicit_pointer_conversion.patch: patch from Dann Frazier to
fix implicit pointer conversion errors on 64-bit architectures.
-- Josselin Mouette <joss@debian.org> Wed, 2 Aug 2006 14:48:54 +0200
libgtk2.0-common (closes: #309604).
+ Remove libgtk2.0-common dependency on libgtk2.0-0.
+ Remove libgtk2.0-0 dependency on libgtk2.0-bin.
+ Use ${binary:Version} and ${source:Version} to ensure strict
dependencies.
+ Build-depend on dpkg-dev 1.13.19.
+ Invert the libgtk2.0-common -> libgtk2.0-0 symbolic link.
+ libgtk2.0-common.preinst, libgtk2.0-0.postinst: dance the symbolic
link samba.
+ Move support binaries and scripts to libgtk2.0-0 and make
libgtk2.0-bin a binary-all package containing only scripts.
+ Move /usr/sbin/update-* calls to libgtk2.0-0.
* 003_gtk+-2.8.17-directfb.patch: new patch, bringing a new directfb
backend.
* 004_reautoconf.patch: new patch, result of "libtoolize --force
--copy; autoheader; automake -acf; autoconf; rm -rf autom4te.cache"
with the previous patches applied.
* Make 3 new packages: libgtk+2.0-directfb0-udeb,
libgtk+2.0-directfb-dev and libgtk+2.0-directfb0.
* Add a new build flavour for directfb (only the shared version).
* Switch to debhelper compatibility mode 5 and require 5.0.22.
* Standards-version is 3.7.2.
-- Josselin Mouette <joss@debian.org> Sun, 25 Jun 2006 21:34:50 +0200
* New upstream version:
Bugs fixed:
- search box positioning has some bugs
- Gdk does not translate VK_NUMPADx to GDK_KP_x
- sanely handle late (re)setting of dnd image
- Text is shifted off-by-one in Add to panel
- gtk_widget_create_pango_layout docs typo
- GtkLayout In GtkScrolledWindow does not receive the scroll_event
- gtktreeview has RTL problems with toggle buttons if using gtktreestore
as a model
- Wrong drop location in GtkEntry
- GtkImage animation CRITICALS on switching themes
- DnD: Conditional jump or move depends on uninitialised value
- cursor blocked to dnd mode after using shift and dnd on a GtkCalendar
- Crashes while creating source code w/GtkFontSelection
- the right edge tab does not appear when switching tab
- Warning in gtk_paned_compute_position
- gdk should set resolution on PangoCairoFontmap, not PangoCairoContext
- GtkTreeView does not resize correctly
- gtk_tree_view_get_cell_area() forgets depth-one expander
- expander animation not working in RTL mode
- Multiple issues discovered by Coverity
- Make gtk_file_chooser_button_new() friendlier for language bindings
-- Sebastien Bacher <seb128@debian.org> Tue, 30 May 2006 17:02:26 +0200
* New upstream version:
Bugs fixed:
- Expander disclosure button is too small
- gtk_image_clear doesn't cause redraw
- typo in configure.in yields suspicious warning
- gtk_icon_view_set_cursor causes Segmentation fault
- garbage output of --help in non UTF-8 locale
- GtkNotebook does not destroy its children on destroy()
- TreeView DnD between-row highlight colo
- Gtk-Criticals occur when scrolling a text_view that is not realized
- Hidden menubar still activates submenus with kbd
- GtkTreeItem broken
- Clean up button press handling (use one-grab-op-at-a-time pattern)
- broken scrolling when selecting
- GTK+ File-chooser dialog crashes
- Nautilus crashes when dragging icons to another screen
- mixed line separators confuse gtk_text_iter_ends_line
- Textview child is covered by window border
- gdk_pixbuf_loader_new_with_type(): What image types are allowed?
- Missing progress bar label
- Fix a problem which caused grab-notify signal to be missed in some cases
* debian/control.in:
- clear the Build-Depends on xlibs-static-pic | xlibs-pic, not required
- updated the Build-Depends on libpango1.0-dev so it build with
the xorg transitioned version
* * debian/patches/001_default_fallback_icon_theme.patch:
- set the default fallback icon theme to "gnome", fixes the issues with
the moves of icons from hicolor to gnome
-- Sebastien Bacher <seb128@debian.org> Sun, 9 Apr 2006 21:54:11 +0200
* New upstream version:
* Bugs fixed:
- Keys P and N in "open file" dialog have special meaning
- MS-Windows theme (GTK-Wimp) shows all funky characters
- Optimize gdk on win32
- Hollow polygons have wrong linecaps
- panel crash with a11y enabled
* Updated translations (bg,bn,cs,eu,ro)
-- Sebastien Bacher <seb128@debian.org> Tue, 14 Mar 2006 15:41:56 +0100
* New upstream version:
* Bugs fixed:
- Can't select some items in GtkIconView
- gtk_icon_theme_list_icons: example contexts don't work
- gnopernicus crashes on changing display screen source for magnifier
- evince crashes in gdk_region_union_with_rect
- Small error in _gdk_gc_update_context
- gtk.Notebook.get_current_page() returns incorrect page number
when pages hidden
- GtkAboutDialog not responsive to Escape key
- GtkNotebook popup menu not keynavigatable
- GtkRadioButton does not issue notify::active
- Make more use of G_DISABLE_ASSERT in TextView code
* Updated translations
-- Sebastien Bacher <seb128@debian.org> Sat, 25 Feb 2006 23:56:58 +0100
* New upstream version
* Avoid memory overruns in the pixbuf theme engine with nonsensical
gradient specifications. [Matthias]
* Bugs fixed:
- Cursor doesn't move as expected
- Segfault from combination of gtk_container_set_resize_mode()
and GtkComboBox
- segfault in update_cursor on amd64
- eog crashes at launch under AIX
- "~" should bring up the location dialog
- gtk_text_layout_get_cursor_locations() chokes on layout=0x0
* Documentation improvements [Federico Mena Quintero]
* Translation updates (es,pt_BR,zh_HK,zh_TW)
-- Sebastien Bacher <seb128@debian.org> Fri, 27 Jan 2006 22:28:05 +0100
* New upstream version
* debian/control.in:
- updated the glib requirement
* debian/patches/001_fs_documents.patch:
- dropped, stick with upstream behaviour rather
-- Sebastien Bacher <seb128@debian.org> Thu, 12 Jan 2006 13:34:37 +0100
* Upload to unstable
-- Sebastien Bacher <seb128@debian.org> Thu, 15 Dec 2005 15:13:32 +0100
gtk+2.0 (2.8.9-1) experimental; urgency=low
* New upstream version:
Bugs fixed:
- File chooser filter behaves weird
- 2.8.4 to 2.8.6: sound-juicer crash, fileselector assertions
- On unsetting the Model, GtkTreeView does not clear
it's associated TreeSelection
- Crash on selecting a file of null mime-type
- gtktoolbutton leaks a pixbuf
- GdkEvent leaked in gtktreeview.c / gtk_tree_view_key_press
- Typo in trap_activate_cb()
- gtkcalendar.c: The identifier is already declared.
- gtk_menu_attach_to_widget() does not take NULL detacher
- Unhinted fonts are measured incorrectly and drawing
problems occur as a result
- unwanted scrolling in recent gtk
- Toolbars without icons are invisible in icon-only mode
- Search-entry in the TreeView not working properly
- gtktoolbutton.c:562: warning: 'image' is used
uninitialized in this function
- reference count of textbuffer increases with each paste
- gtk_selection_data_get_uris leaks memory
Other changes:
- Remove GMemChunk from public header files to
support building against GLib 2.10
- Report errors in option parsing
- Merge upstream xdgmime changes to handle duplicate glob patterns
-- Sebastien Bacher <seb128@debian.org> Sat, 10 Dec 2005 18:22:50 +0100
* New upstream version:
GtkFileChooser:
- Make F2 work for renaming bookmarks
GtkEntry:
- Turn off input methods in password entries
- Other fixes * Documentation improvements
- Updated translations
-- Sebastien Bacher <seb128@debian.org> Tue, 29 Nov 2005 16:00:32 +0100
* Upload to unstable.
* Forward patches from 2.6.4 branch:
+ 003_focus_issues.patch: stolen from CVS HEAD to fix focus issues.
+ debian/gtk-tutorial.devhelp: updated to reflect the reality of the
html files.
* Loïc Minier:
+ Document the configuration of Emacs-style key bindings in README.Debian,
with additional instructions for GNOME users. [debian/README.Debian]
(Closes: #309530)
-- Josselin Mouette <joss@debian.org> Mon, 6 Jun 2005 22:39:27 +0200
* New upstream release.
* debian/patches/004_fs_newdir.patch:
- fix a crash in the fileselector when creating a directory.
* debian/patches/003_iconcache.patch:
- this bug is fixed in the new version.
* debian/patches/004_mipsbuild.patch:
- dropped, this change is not required.
* debian/patches/002_bmp.patch:
- fix CAN-2005-0891: BMP double free Dos (Closes: #303141).
-- Sebastien Bacher <seb128@debian.org> Tue, 5 Apr 2005 21:09:01 +0200
* Patch from Steve Langasek <vorlon@debian.org>:
Add a --disable-testsuite argument to upstream configure, to permit
skipping the testsuite on architectures where large static binaries
are currently problematic (i.e., mips). Closes: #295048.
-- Sebastien Bacher <seb128@debian.org> Sun, 13 Feb 2005 19:23:39 +0100
* Upload to unstable.
* debian/patches/004_gtkmodules.patch:
- don't reverse the order of modules, that fix a crash with the modules.
-- Sebastien Bacher <seb128@debian.org> Wed, 2 Feb 2005 18:28:09 +0100
* New upstream release (Closes: #275239).
* debian/control.in:
- create a gtk2-engines-pixbuf package.
- recommends hicolor-icon-theme (Closes: #287334).
- rename libgtk2.0-dbg to libgtk2.0-0-dbg.
- updated the Build-Depends.
* debian/gtk2-engines-pixbuf.files:
- added.
* debian/libgtk2.0-bin.files:
- install gtk-update-icon-cache here.
* debian/libgtk2.0-bin.postinst:
- call gtk-update-icon-cache.
* debian/patches/001_gtk+-debian-aclocal-pass_all.patch:
- removed, should not be needed with the new version.
* debian/patches/003_treeview-typeahead.patch,
debian/patches/003_filechooser-search.patch,
debian/patches/004_treeview-activate.patch,
debian/patches/005_modifiers.patch:
- removed, these changes are in the new version.
* debian/rules:
- updated the shlibs.
- use dh_strip to make the debug package.
* update-gtk-immodules.in:
* update-gdkpixbuf-loaders.in:
- module version is 2.4.0.
* debian/watch:
- updated.
-- Sebastien Bacher <seb128@debian.org> Wed, 29 Dec 2004 18:55:11 +0100
* 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).