aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-03-13 12:50:30 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-03-13 12:50:30 +0800
commit9a3b0141daad42713cdeae13ffb0d2e8af786540 (patch)
treedb27f6df6801b143cd3a9d15194830822812c74c /ChangeLog
parent8ffcf0b7552e8b921228a8aa372335a161d262b8 (diff)
downloadgsoc2013-evolution-9a3b0141daad42713cdeae13ffb0d2e8af786540.tar.gz
gsoc2013-evolution-9a3b0141daad42713cdeae13ffb0d2e8af786540.tar.zst
gsoc2013-evolution-9a3b0141daad42713cdeae13ffb0d2e8af786540.zip
Update to create an EvolutionConfigControl instead of just a
* evolution-test-component.c (create_configuration_page): Update to create an EvolutionConfigControl instead of just a BonoboControl. * e-corba-config-page.c (e_corba_config_page_construct): Get a GNOME_Evolution_ConfigControl instead of a CORBA_Object. Retrieve the control from it using ::_get_control instead of just assuming it's a control. Also return a boolen indicating success or failure. (e_corba_config_page_new): Likewise, get a GNOME_Evolution_ConfigControl. (setup_listener): Renamed from `setup_config_control_interface'. Get a ::ConfigControl instead of a CORBA::Object. Thus, no need to queryInterface here anymore. * evolution-config-control.c, evolution-config-control.h: New, implementation for the Evolution::ConfigControl interface. * Evolution-ConfigControl.idl: New attribute `control'. svn path=/trunk/; revision=16134
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions
> PR: ports/123080 Submitted by: KATO Tsuguru <tkato432 AT yahoo.com> * Restore the 0.9.2 version from before the GNOME 2.20 update.marcus2007-10-301-3/+3 | | | | Submitted by: KATO Tsuguru <tkato432@yahoo.com> * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-251-3/+3 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338