to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2.26.0
* Updates:
- Updated translations.
2.25.91
* New features:
- Add preliminary support to set default/mandatory values
with PolicyKit (Vincent Untz).
* Fixes:
- Fix sensitivity of context menu entries for Unset, SetDefault
and SetMandatory (Vincent Untz).
- Port to GtkTooltip.
- Enforce single-include policy for GLib and GTK+
- Don't steal focus with the "Pattern not found" dialog.
- Drop dependency on libgnome and libgnomeui.
- Plug some memory leaks.
* Updates:
- Updated translations.
2008-03-10 Fernando Herrera
* configure.in: Release 2.22.0
2008-02-05 Sebastian Dröge
* src/gconf-search-dialog.c: (gconf_search_dialog_search): Don't add
a memory address on the stack as a weak pointer. Fixes segfault when
closing the search dialog with Esc (bug #483382).
2007-05-02 Jonathon Jongsma
* src/gconf-editor-window.c: (gconf_editor_window_style_set): Set the text
color to the 'fg' color so that it matches the other text regardless of GTK+
theme (bug #435396)
2006-09-05 Fernando Herrera <fherrera@onirica.com>
* configure.in: Release 2.16.0
2006-08-07 Fernando Herrera <fherrera@onirica.com>
* configure.in: Release 2.15.91
* Makefile.am: added missing m4 subdir
2006-08-07 Kjartan Maraas <kmaraas@gnome.org>
* .cvsignore:
* Makefile.am:
* configure.in:
* docs/.cvsignore:
* docs/C/gconf-editor.xml:
* docs/Makefile.am: Port to gnome-doc-utils. Patch from
Don Scorgie. Closes bug #346919.
2006-08-07 Kjartan Maraas <kmaraas@gnome.org>
* src/gedit-output-window.c: (my_popup_handler),
(gedit_output_window_init): Port to gtk+ from deprecated
libgnomeui API. Kristof Vansant. Closes bug #166882.
2006-07-23 Luca Ferretti <elle.uca@libero.it>
* autogen.sh: add "USE_COMMON_DOC_BUILD=yes", fix bug # 348238
2006-07-11 Kjartan Maraas <kmaraas@gnome.org>
* autogen.sh: Convert to use gnome-autogen.sh. Fixes
bug #341344. Patch from Frederic Peters.
2006-05-19 Fernando Herrera <fherrera@onirica.com>
* docs/de/gconf-editor-de.omf: Converted to UTF-8
(pointed by Kjartan Maraas)
2006-05-09 Fernando Herrera <fherrera@onirica.com>
* configure.in:
* src/main.c: (main): Port to GOption. Patches and code from
Paolo Borelli, Christian Persch and Kristof Vansant. Fixes
bugs #335032 and #320390.
2006-05-09 Brian Pepple <bdpepple@gmail.com>
* po/LINGUAS: New file listing all supported languages.
* configure.in: Use po/LINGUAS instead of including all languages
directly in this file. See the wiki for more information:
http://live.gnome.org/GnomeGoals/PoLinguas
2006-05-09 Fernando Herrera <fherrera@onirica.com>
* src/gconf-search.c: (gconf_tree_model_search_iter_foreach):
Show search results when more than one has been found on the
path. Fixes#339316
2006-05-09 Fernando Herrera <fherrera@onirica.com>
* src/gconf-editor-window.c:
(gconf_editor_window_popup_error_dialog),
(gconf_editor_window_go_to):
* src/main.c: (main): remove invalid_arg_error_dialog. Reuse
gconf_editor_window_popup_error_dialog and made this dialog HIG
compliant. Patch from Kristof Vansant. Fixes#340241
2006-05-09 Fernando Herrera <fherrera@onirica.com>
* configure.in: version 2.15.0
2006-04-27 Wouter Bolsterlee <uws+gnome@xs4all.nl>
* src/main.c: Call gnome_accelerators_sync() to save the keyboard
shortcuts on exit. Fixes bug #162902.
2006-04-21 Claudio Saavedra <csaavedra@alumnos.utalca.cl>
* configure.in:
* docs/fr/Makefile.am:
Adding missing docs/fr/Makefile.am .
2006-04-17 Benoît Dejean <benoit@placenet.org>
* docs/Makefile.am:
* docs/fr/*:
Added French translation.
2006-04-17 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Remove obsolete entry for no_NO.
* po/no.po: And the translation.
2006-03-27 Vladimer Sichinava <vlsichinava@gmail.com>
* configure.in: Added "ka" (Georgian) to ALL_LINGUAS
2006-03-26 Claudio Saavedra <csaavedra@alumnos.utalca.cl>
* configure.in: Adding "de" documentation entry.
* docs/de/Makefile.am: Fixing build (#336005).
2006-03-25 Christian Neumair <chris@gnome-de.org>
* docs/Makefile.am: (SUBDIRS): Add "de". Thanks to Keywan Najafi
Tonekaboni.
2006-03-22 Tommi Vainikainen <thv@iki.fi>
* configure.in (ALL_LINGUAS): Added Dzongkha (dz).
2006-03-20 Fernando Herrera <fherrera@onirica.com>
* src/gconf-editor-window.c: (gconf_editor_gconf_value_changed): Fix
memory corruption. GconfValue should be freed with gconf_value_free
not with g_free.
* src/gconf-list-model.c: (gconf_list_model_notify_func): Fix a tiny
leak.
Patch from Paolo Borelli. Closes bug #332931.
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
2006-03-12 Fernando Herrera <fherrera@onirica.com>
* configure.in: Release 2.14.0
2006-03-04 Jérémy Ar Floc'h <jeremy.lefloch@gmail.com>
* configure.in: Added Breton translation
2006-01-30 Fernando Herrera <fherrera@onirica.com>
* src/gconf-key-editor.c: (update_list_buttons): Fix button sensitivity
illness on the key list dialog. Patch from Christian Persch. Fixes bug
#166112
2006-01-30 Fernando Herrera <fherrera@onirica.com>
* src/gconf-editor-window.c:
(gconf_editor_window_selection_changed): Remove duplicated strings
and fix capitalization. Patch from Benoît Dejean. Fixes bug #167350
2006-01-30 Fernando Herrera <fherrera@onirica.com>
* src/main.c: (invalid_arg_error_dialog): HIGfy error dialog.
Patch from Kristof Vansant. Fixes bug #325058.
2006-01-30 Fernando Herrera <fherrera@onirica.com>
* po/POTFILES.in:
* src/gconf-cell-renderer.c: (gconf_cell_renderer_get_size),
(gconf_cell_renderer_render): Translate "<no value>" string.
Patch from Gabor Kelemen. Fixes bug #327525
2006-01-30 Fernando Herrera <fherrera@onirica.com>
* data/gconf-editor.desktop.in.in: Added GTK; to Category entry.
Fixes bug #328037
2006-01-14 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
* configure.in: Add "zh_HK" to ALL_LINGUAS.
2006-01-08 Sebastien Bacher <seb128@debian.org>
* src/gconf-editor-window.c: (gconf_editor_window_about_window):
use "translator-credits" instead of "translator_credits",
patch by Vincent van Adrighem <adrighem@gnome.org> (Closes: #300958)
2006-01-03 Mark McLoughlin <mark@skynet.ie>
* configure.in: remove some redundant code which
set GCONF_DEFAULTS_SOURCE with a value which was
later overwritten.