Subject: CVS commit: pkgsrc/security/gnome-keyring-manager
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 09/15/2006 15:24:16
Module Name: pkgsrc
Committed By: jmmv
Date: Fri Sep 15 15:24:16 UTC 2006
Modified Files:
pkgsrc/security/gnome-keyring-manager: Makefile PLIST distinfo
Removed Files:
pkgsrc/security/gnome-keyring-manager/patches: patch-aa
Log Message:
Update to 2.16.0:
2006-09-05 Fernando Herrera <fherrera@onirica.com>
* configure.ac: Release 2.16.0
2006-09-02 Daniel Nylander <po@danielnylander.se>
* docs/sv/sv.po: Updated Swedish translation.
2006-08-22 Fernando Herrera <fherrera@onirica.com>
* configure.ac: Relase 2.15.92
2006-08-22 Fernando Herrera <fherrera@onirica.com>
* src/gnome-keyring-manager-keyring-editor.c:
(gkm_keyring_editor_set_acl): Chage a crash by leak :)
2006-08-03 German Poo-Caaman~o <gpoo@ubiobio.cl>
* MAINTAINERS: Added myself there (Fernando Herrera asked me
to co-maintain this module)
2006-08-03 German Poo-Caaman~o <gpoo@ubiobio.cl>
Patch from Przemysrlaw Grzegorczyk <pgrzegorczyk@gmail.com>
* po/LINGUAS: New file listing all supported languages.
* configure.ac: Use po/LINGUAS instead of including all languages
directly in this file. See the wiki for more information:
http://live.gnome.org/GnomeGoals/PoLinguas. Fixed #337908
2006-08-03 Jovan Naumovski <jovan@lugola.net>
* Added sl.po to po/ and 'sl' to configure.ac
2006-08-02 German Poo-Caaman~o <gpoo@ubiobio.cl>
* data/gnome-keyring-manager.desktop.in.in: Switched 'GNOME;GTK;'
instead 'GNOME;' in 'Categories' in order to fix #328039.
2006-08-02 German Poo-Caaman~o <gpoo@ubiobio.cl>
* MAINTAINERS: Added this file in order to fix #335041. At the
moment I just set to Fernando Herrera as the current maintainer.
2006-08-02 Fernando Herrera <fherrera@onirica.com>
* src/gnome-keyring-manager.c: (main): Port to GOption API. Patch by
Sebastien Bacher. Closes bug #336077
2006-08-02 Fernando Herrera <fherrera@onirica.com>
* configure.ac: Branched for gnome-2-14, bump version number to
2.15.91
2006-07-23 Christophe Bliard <christophe.bliard@trux.info>
* docs/fr/fr.po: Added French translation.
* docs/Makefile.am: Added fr to DOC_LINGUAS.
2006-07-23 Daniel Nylander <po@danielnylander.se>
* sv/sv.po: Updated Swedish translation.
2006-07-03 Runa Bhattacharjee <runabh@gmail.com>
* configure.ac: Added Bengali India (bn_IN) to ALL_LINGUAS.
2006-06-29 Daniel Nylander <po@danielnylander.se>
* docs/sv/sv.po: Added Swedish translation.
2006-06-19 Raivis Dejus <orvils@gmail.com>
* configure.ac: Added "lv" Latvian in to ALL_LINGUAS line.
2006-06-12 Ahmad Riza H Nst <rizahnst@gnome.org>
* configure.ac: Added "id" Indonesian in to ALL_LINGUAS line.
* po/id.po: Added Indonesian translation.
2006-05-25 Åsmund Skjæveland <aasmunds@fys.uio.no>
* po/nn.po: Added Norwegian Nynorsk translation.
* configure.ac: Added nn to ALL_LINGUAS.
2006-04-17 Kjartan Maraas <kmaraas@gnome.org>
* configure.ac: Remove obsolete entry for no_NO.
* po/no.po: And the translation.
2006-04-05 Behdad Esfahbod <behdad@gnome.org>
Approved by Fernando Herrera on IRC.
* gnome-keyring-manager-attribute-editor.h:
* gnome-keyring-manager-attribute-editor.c:
* gnome-keyring-manager-new-item-dialog.h:
* gnome-keyring-manager-new-item-dialog.c:
* gnome-keyring-manager-password-dialog.h:
* gnome-keyring-manager-password-dialog.c: Remove. Not needed
because of UI changes.
* po/POTFILES.in: Remove above files.
2006-04-05 Behdad Esfahbod <behdad@gnome.org>
* configure.ac, Makefile.am: Get rid of m4 directory that does not
exist. (bug #337310)
2006-04-03 Dan Williams <dcbw@redhat.com>
* src/gnome-keyring-manager-util.c
- (gkm_get_application_path): implement for FreeBSD
2006-04-03 Dan Williams <dcbw@redhat.com>
* src/gnome-keyring-manager-acl-display.c
- (gkm_acl_display_set_acl): deal with possibly NULL application path
2006-04-03 Dan Williams <dcbw@redhat.com>
* src/gnome-keyring-manager.c
- (gkm_application_open_keyring_manager): Fix "unused result" error
on return from g_slist_append()
2006-04-03 Dan Williams <dcbw@redhat.com>
Patch from Brent Smith <gnome@nextreality.net> Bug #327946
* Makefile.am, configure.ac, docs/gnome-keyring-manager.omf.in,
docs/Makefile.am: updates for gnome-doc-utils
2006-04-03 Dan Williams <dcbw@redhat.com>
Patch from Matthias Clasen <mclasen@redhat.com> Bug #317037
* src/gnome-keyring-manager-keyring-editor.c
- (gkm_keyring_editor_new): don't set edited keyring if not passed
a keyring name
* src/gnome-keyring-manager-main-ui.c
- (gkm_main_ui_init): Don't open 'default' keyring, but defer setting
the edited keyring until keyrings are loaded
- (on_keyrings_model_row_changed): new function; if there is no currently
edited keyring, use the first item in the keyring list
- (gkm_main_ui_connect_glade_signals): connect keyring treeview
row-changed signal
2006-04-03 Dan Williams <dcbw@redhat.com>
* data/gnome-keyring-manager.glade
- Remove "invisible_char" items because they override the GTK default,
which is now pretty, with ugly obfuscation characters
2006-04-03 Dan Williams <dcbw@redhat.com>
* src/gnome-keyring-manager-util.c
- (gkm_show_about_dialog): don't use "GNOME" in about
dialog title. Bug #326273
2006-04-03 Dan Williams <dcbw@redhat.com>
Patch from Christian Persch <chpe@gnome.org>, bug #336497
* src/gnome-keyring-manager-main-ui.c
- (on_about_activate): call gkm_show_about_dialog instead
* src/gnome-keyring-manager-util.c
src/gnome-keyring-manager-util.h
- (gkm_about_dialog_new): renamed to gkm_show_about_dialog
- (gkm_show_about_dialog): use gtk_show_about_dialog() rather than
gtk_about_dialog_new()
* src/gnome-keyring-manager.c
src/gnome-keyring-manager.h
- (gkm_application_open_about_dialog): removed
2006-04-03 Dan Williams <dcbw@redhat.com>
Fix network attribute mishandling when a default attribute isn't present in
the attribute list. For example, if the attribute list had no 'port', but
the user modified the 'port' in gnome-keyring-manager, the 'user' attribute
would be set instead.
* src/gnome-keyring-manager-attribute-display.c
- (gkm_attribute_display_init, network_password_update_page,
gkm_attribute_display_clear, on_attribute_entry_changed): Replace usage
of "NUM_ENTRIES - 3" with NON_PASSWORD_ENTRIES_MAX
- (gkm_attribute_display_init): initialize mappings to -1
- (network_password_update_page): enable widgets for attributes that are
present, and disable widgets for attributes that are not. Reset attribute
to widget mapping when changing keyring entries, since not all entries
have every default attribute.
- (on_attribute_entry_changed): don't do anything for attributes which
don't have a mapping, should we ever get here (widget should be disabled),
and clean up function a bit
2006-04-03 Dan Williams <dcbw@redhat.com>
* data/gnome-keyring-manager.glade
- Allow ports higher than 100. Bug #336692
2006-04-03 Dan Williams <dcbw@redhat.com>
Patch from Christian Persch <chpe@gnome.org>
* src/gnome-keyring-manager.c
- (gkm_application_window_destroyed_callback): Fix "unused result" error
on return from g_slist_remove()
2006-03-24 Tommi Vainikainen <thv@iki.fi>
* configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
2006-03-21 Vladimer Sichinava <vlsichinava@gmail.com>
* configure.ac: Added "ka" (Georgian) to ALL_LINGUAS
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/security/gnome-keyring-manager/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/security/gnome-keyring-manager/PLIST \
pkgsrc/security/gnome-keyring-manager/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/security/gnome-keyring-manager/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.