aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-10-02 20:22:36 +0800
committernovel <novel@FreeBSD.org>2005-10-02 20:22:36 +0800
commit8320ec9784df36fd58888ca39c132a043ddd3f2c (patch)
tree5da2eede1afdd86b13e59d0315197f2aa602f9df /shells
parentafe6c3ebd01ec13a02707a47f52cc6457c438853 (diff)
downloadfreebsd-ports-gnome-8320ec9784df36fd58888ca39c132a043ddd3f2c.tar.gz
freebsd-ports-gnome-8320ec9784df36fd58888ca39c132a043ddd3f2c.tar.zst
freebsd-ports-gnome-8320ec9784df36fd58888ca39c132a043ddd3f2c.zip
Update to 0.9701.
PR: 86783 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'shells')
0 files changed, 0 insertions, 0 deletions
>bonobo api changes.Not Zed2002-11-132-3/+5 * Get the root node properly.Not Zed2002-11-1316-33/+49 * Added to cvs. Currently contains no configurable stuff, but maybe it willNot Zed2002-11-1320-449/+783 * Use the right object_new method.Not Zed2002-11-133-3/+14 * comment out gtk_destroyed check.Not Zed2002-11-135-25/+86 * push_in = FALSE, no clue why... :) (_arrow_pressed): callChris Toshok2002-11-137-23/+43 * add e-password.h (libeutil_la_SOURCES): add e-password.cChris Toshok2002-11-134-96/+68 * #include <string.h>Federico Mena Quintero2002-11-139-178/+219 * Added files I've ported.Jeffrey Stedfast2002-11-133-7/+38 * Fixed i18n rule.Michael Zucci2002-11-121-1/+1 * Commented out stuff that doesn't build yet. Also fixed idl build rule.Not Zed2002-11-1242-1966/+1904 * guard against multiple invocations.Chris Toshok2002-11-126-38/+63 * change signature to that of a weak ref notify function. (main): ::destroyChris Toshok2002-11-1219-609/+578 * only clear choices if cv->choices != NULL. (e_completion_view_disconnect):Chris Toshok2002-11-121-3/+6 * port to GObject.Chris Toshok2002-11-123-101/+106 * Half way ported. I'll finish the rest later.Jeffrey Stedfast2002-11-123-247/+209 * need to assign priv here, fixes a crash.Chris Toshok2002-11-122-0/+7 * remove tools for now, it's not in configure.in.Joe Shaw2002-11-122-1/+5 * add addressbook.Chris Toshok2002-11-122-0/+5 * change around a little, still ifdefed though.Chris Toshok2002-11-126-204/+98 * (impl_dispose): Do unref the config_listener here [IEttore Perazzoli2002-11-122-1/+6 * gtk_widget_destroy() instead of gtk_object_destroy().Ettore Perazzoli2002-11-129-29/+53 * Convert to use libxml2.Ettore Perazzoli2002-11-122-12/+16 * (add_key): g_strdup() the value in the caseEttore Perazzoli2002-11-122-1/+6 * Convert from GtkObject to GObject.Ettore Perazzoli2002-11-122-14/+12 * (init): Use GObject functions instead ofEttore Perazzoli2002-11-122-16/+18 * Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise.Ettore Perazzoli2002-11-126-20/+20 * Ported.Jeffrey Stedfast2002-11-122-112/+97 * Forgot two more gtk_object_(un)?ref()s.Ettore Perazzoli2002-11-122-4/+4 * Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise.Ettore Perazzoli2002-11-1212-67/+67 * (impl_finalize): Protect againstEttore Perazzoli2002-11-122-2/+9 * Ported.Jeffrey Stedfast2002-11-124-74/+56 * Ported.Jeffrey Stedfast2002-11-124-73/+89 * fix bug 27336, which is about how the Search Base option description isAaron Weber2002-11-122-16/+14 * Ported.Jeffrey Stedfast2002-11-125-317/+311 * Removed. (impl_finalize): New. (class_init): Override GObject::finalize,Ettore Perazzoli2002-11-124-43/+56 * Make separate dispose/finalize overrides of just overriding destroy.Ettore Perazzoli2002-11-1229-254/+538 * Remove some unused ehaders and ones that cause compilation failures (suchJeffrey Stedfast2002-11-113-34/+30 * Re-add e-proxy.c to the build.Jeffrey Stedfast2002-11-112-1/+6 * pull in soup-2.0 for e-util so we can build e-proxy.cJeffrey Stedfast2002-11-111-1/+1 * Rewritten. Much much much cleaner implementation now, though usesJeffrey Stedfast2002-11-113-332/+263 * Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-116-12/+36 * Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-11