aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* convert 8 spaces to a tab.Chris Toshok2003-10-241-0/+15
* make it work with the new ebook apiJP Rosevear2003-10-231-0/+33
* fixed typo in variable name.Rodrigo Moya2003-10-231-0/+5
* Add an "evolution:button_icon" attribute.Ettore Perazzoli2003-10-231-0/+5
* Add an "evolution:button_sort_order" property.Ettore Perazzoli2003-10-231-0/+5
* use the synchronous api for this. simplifies it a bunch.Chris Toshok2003-10-231-4/+101
* Make the the scrolled window have an "in" shadow. Likewise. Likewise.Ettore Perazzoli2003-10-231-0/+9
* (impl_createControls): SetEttore Perazzoli2003-10-231-0/+6
* Add an "evolution:button_label" property on the component for use in theEttore Perazzoli2003-10-231-0/+6
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-2/+2071
* remove the "addressbook.db.summary" correctly. #48538Gilbert Fang2003-09-191-0/+5
* Remove libebook-static.laDan Winship2003-09-111-0/+9
* duplicate the extra address linesJP Rosevear2003-08-271-0/+5
* use memcpy to assign CORBA_char_sequence instead of strcpy. (#46706)Gilbert Fang2003-08-201-0/+6
* unref the EComponentListener before unloading the CORBA object.Rodrigo Moya2003-08-161-0/+5
* Chain.Hans Petter Jansson2003-08-141-0/+42
* deal with "uses_list". Fixes #30839. (e_contact_print_dialog_new): useChris Toshok2003-07-281-0/+10
* fix a typo.Chris Toshok2003-07-281-0/+4
* Use 'Sans' instead of 'Helvetica' for the font name. Likewise.Akira TAGOH2003-07-251-0/+6
* use EVO_MARSHAL_RULE Likewise Likewise Likewise Likewise LikewiseDan Winship2003-07-241-0/+14
* Remove gtk_window_set_policy call since that function is deprecated and itDan Winship2003-07-231-0/+10
* Make the "vcard" arg const. ...: add lots and lots of other consts as aDan Winship2003-07-221-0/+6
* disconnect from model signals to prevent a race condition at shutdownDan Winship2003-07-181-0/+20
* new function, override the event handler for focus_in_event, set the firstGilbert Fang2003-06-261-0/+7
* in the EUrlEntry case just reassign widget. it'll be handled by theChris Toshok2003-06-241-0/+6
* Fix lots of leaks, update for correct use of g_object_get. Some cleanups.Larry Ewing2003-06-141-1/+12
* Fix lots of leaks, update for correct use of g_object_get. Some miscLarry Ewing2003-06-141-1/+14
* update for correct used of g_object_get.Larry Ewing2003-06-141-0/+5
* ** For #42691.Not Zed2003-06-111-2/+20
* Roll over ChangeLogs.Ettore Perazzoli2003-06-101-16759/+0
* adapted to changes in EComponentListener API.Rodrigo Moya2003-06-041-0/+5
* i2003-05-19 Chris Toshok <toshok@ximian.com>Chris Toshok2003-05-201-0/+6
* handle the case where @book == NULL, which can happen if there was aChris Toshok2003-05-201-0/+6
* fix the initial run case. the config upgrade code creates all elements soChris Toshok2003-05-201-0/+7
* if we've got focus, set the background of the rect to bg[NORMAL], and theChris Toshok2003-05-201-0/+8
* add a g_object_ref(card), to match the one inChris Toshok2003-05-201-0/+6
* Added HIG-appropriate HIG-appropriate spacing, padding, accelerators.Anna Marie Dirks2003-05-191-0/+3
* HIG-ified the various dialogs (including the settings pages, the configAnna Marie Dirks2003-05-191-0/+4
* Changed button order, and added HIG-appropriate spacing/padding. Fixes bugAnna Marie Dirks2003-05-191-0/+4
* Changed button order, and added HIG-appropriate spacing/padding. Fixes bugAnna Marie Dirks2003-05-191-0/+6
* i2003-05-19 Sean Gao <sean.gao@sun.com>Chris Toshok2003-05-191-0/+5
* Added HIG-appropriate spacing, padding, capitalization and accelerators.Anna Marie Dirks2003-05-171-0/+6
* Added HIG-appropriate spacing, padding, capitalization and accelerators.Anna Marie Dirks2003-05-171-0/+4
* Added HIG-appropriate spacing, padding, caps, title and accelerators.Anna Marie Dirks2003-05-171-0/+6
* Added HIG-appropriate spacing, padding, capitalization and accelerators.Anna Marie Dirks2003-05-171-0/+6
* Move the tools to a more appropriate directory, privlibexecdirRodney Dawes2003-05-171-0/+5
* Revert the patch I didn't mean to commit anywayRodney Dawes2003-05-171-4/+0
* Check for libgcc stuff to make solaris happyRodney Dawes2003-05-161-0/+4
* this change fixes 43090 tooChris Toshok2003-05-161-1/+1
* backing out a tiny porting of jpr's fix - we need to set the book on theChris Toshok2003-05-161-0/+7
* new function, split out the duplicated teardown code from final_cb andChris Toshok2003-05-161-0/+9
* replace the text_buffer_delete/text_buffer_insert withChris Toshok2003-05-151-1/+12
* set the clip_height on reflow so the name of the field is as high as theChris Toshok2003-05-151-0/+8
* handle the case where we haven't filled in the address yet. fixes #42620.Chris Toshok2003-05-151-0/+6
* clear the view (book_open_cb): track the book in the view, don't unref theJP Rosevear2003-05-151-0/+22
* strlen -> g_utf8_strlen. (e_select_names_text_model_insert): same.Chris Toshok2003-05-141-0/+19
* rename addressbook_destroy to this, and guard against multiple calls.Chris Toshok2003-05-141-0/+9
* terminate g_build_filename with NULL.Sean Gao2003-05-121-0/+6
* [ fixes bug #42048 ] button => response. (e_addressbook_view_print):Chris Toshok2003-05-121-0/+7
* [ fixes bug #41245 ] fix spacing/border widths as per HIG.Chris Toshok2003-05-121-0/+10
* Use glib macro to case from pointer to int.Jeremy Katz2003-05-091-0/+11
* i2003-05-06 Chris Toshok <toshok@ximian.com>Chris Toshok2003-05-071-12/+11
* [ fixes bug #41255 ] use stock buttons for Add/Remove.Chris Toshok2003-04-301-0/+6
* [ fixes bug #41144 ] use stock buttons for the Add/Delete buttons. SwitchChris Toshok2003-04-301-0/+8
* [ fixes bug #41211 ] call e_button_new_with_stock_icon to create ourChris Toshok2003-04-301-0/+7
* remove duplicate HOME_COUNTRY field add.Gilbert Fang2003-04-301-0/+5
* [ fixes bug #41910 ] change from model_changed to row_deleted here.Chris Toshok2003-04-301-0/+12
* [ fixes bug #41843] use e_card_simple_get_ecard_field instead ofChris Toshok2003-04-281-0/+8
* [ fixes bug #41779 ] we don't need to call gtk_widget_destroy on the oldChris Toshok2003-04-281-0/+7
* [ fixes bug #37351 ] the row the signal is called with is already theChris Toshok2003-04-241-0/+7
* [ either mostly or entirely fixes #33708 ] new function, factor it out ofChris Toshok2003-04-241-0/+19
* [ fixes bug #40954 ] guard against NULL bf->priv->summary (happens if theChris Toshok2003-04-201-1/+12
* [ fixes #40694 ] just grab focus if @activate == TRUE. we'll do allChris Toshok2003-04-201-0/+10
* Add missing -DPREFIXRodney Dawes2003-04-191-0/+4
* [ fixes #21499 ]Rodney Dawes2003-04-191-0/+12
* [ fixes #41252 ] change title from "Check Address" to "Full Address".Chris Toshok2003-04-161-0/+6
* [ fixes #40727 ] if the query text is either shorter than the cachedChris Toshok2003-04-091-0/+9
* (d): Remove all debuggingEttore Perazzoli2003-04-091-0/+5
* Remove color specifications from the druid so it will use theme colors.Dan Winship2003-04-081-0/+9
* [ fixes #7103 ] init style_set. and add the signal.Chris Toshok2003-04-081-0/+34
* [ fixes bug #40901 ] HIG-ify the ldap server edit dialog's button layout.Chris Toshok2003-04-081-0/+6
* [ fixes bug #39763 ] verb callback for EditCopy (cut_cb): verb callbackChris Toshok2003-04-081-0/+20
* change the ok/cancel button layout to be higified.Chris Toshok2003-04-081-1/+7
* [ last portion of #40046 fix ] ifdef this out to quiet the compiler.Chris Toshok2003-04-081-0/+15
* Fixes #40252.Not Zed2003-04-081-0/+9
* add tools.Chris Toshok2003-04-081-0/+4
* [ fixes bug #23036 ] : new and improved export utility.Gilbert Fang2003-04-081-0/+8
* Clean up server names.Dan Winship2003-04-081-0/+14
* set "handle_popup" on the field to be TRUE if it's got focus, FALSE ifChris Toshok2003-04-041-0/+12
* set the im_context on the field's EText. (e_minicard_label_event): removeChris Toshok2003-04-041-0/+6
* [ fixes bug #40715 ] add this callback, to unref the book/free the closureChris Toshok2003-04-041-0/+24
* add EVOLUTION_IMAGESDIRChris Toshok2003-04-031-0/+5
* change all this around so that we populate the existing popup. This meansChris Toshok2003-04-031-0/+16
* add NONE:OBJECTChris Toshok2003-04-031-0/+12
* added "folder_type" parameter to EvolutionImporterLoadFileFn.Rodrigo Moya2003-04-031-0/+6
* new function, just return the local uri. (set_default_book_uri_local): useChris Toshok2003-04-011-0/+8
* it emits a list nowJP Rosevear2003-03-311-0/+4
* Remove folder-selector button initialization. (e_select_names_new):Dan Winship2003-03-311-0/+21
* braindead, and *extremely* forgiving vcard parser. not for publicChris Toshok2003-03-311-0/+5
* [ fixes bug #39381 (again) ] add "GtkWidget *button" first arg, so weChris Toshok2003-03-311-0/+6
* [ fixes bug #40403 ] revert the fix for 28945, as was done on the 1.2Chris Toshok2003-03-291-0/+8
* [ fix the contact editor so that the only time the address is parsed isChris Toshok2003-03-291-0/+14
* [ fixes bug #19178 ] use e_book_load_address_book_by_uri on the passed inChris Toshok2003-03-271-0/+11
* [ fixes bug #34651 ] strcmp -> g_utf8_collate. (update_query): encode theChris Toshok2003-03-271-0/+7
* [ fixes bug #34085 ] only successfully complete the drag if they dropped aChris Toshok2003-03-271-0/+8
* $evolution_uidir -> $evolutionuidirChris Toshok2003-03-271-0/+5
* [ fixes bug #39170 ] remove 'return'. (pas_backend_remove_cards): same.Philip Zhao2003-03-271-0/+17
* append the second line to the address if necessaryJP Rosevear2003-03-271-0/+7
* set the dialog to "Visible: No" so it doesn't flash when we bring it up.Chris Toshok2003-03-241-0/+5
* [ fixes bug #40026 ] add EContactEditor arg, and block/unblock signalsChris Toshok2003-03-241-0/+10
* nuke.Chris Toshok2003-03-241-0/+21
* [ fixes bug #31786 ] fix some gtk warnings. (set_advanced_button_state):Chris Toshok2003-03-241-0/+12
* [ fixes bug #32113 ] add include_email arg to e_destination_get_textrep.Chris Toshok2003-03-231-0/+33
* Replace "evolution:menu-name" prop with "evolution:menu_name". [#39692]Ettore Perazzoli2003-03-201-0/+6
* up the column count by one for the underline.Chris Toshok2003-03-191-0/+7
* fix use of deprecated gtk_menu_append. (card_picker_selection_changed):Chris Toshok2003-03-191-0/+17
* [ Fixes addressbook bug #39730 ] add response ids to the search baseChris Toshok2003-03-191-0/+22
* use alternating-row-colors="false"Chris Toshok2003-03-191-0/+20
* kill warning by sinking objectsJP Rosevear2003-03-191-0/+5
* disconnect/keep track of search result signal id. (e_select_names_init):Not Zed2003-03-181-0/+10
* use set_entry_changed_signal_email for the email entry so the email getsChris Toshok2003-03-141-0/+8
* [ fixes bug #20210 ] change "Edit Contact Info" to "View Contact Info", asChris Toshok2003-03-131-0/+9
* [ fixes bug #39507 ] new function, sync the models after we do a search.Chris Toshok2003-03-121-0/+37
* Updated phone number. Bug #37204.Not Zed2003-03-111-0/+3
* re-enable in build, include e-destination.h. For #39256.Not Zed2003-03-101-0/+5
* Likewise. Likewise. Likewise. Likewise. Likewise. (ebook_create):Ettore Perazzoli2003-03-071-0/+15
* removed. (owner_unset_cb): Basically a noop, the shell does the quit, weNot Zed2003-03-051-0/+7
* Fixes #37881JP Rosevear2003-03-051-0/+8
* reflect prior column additionJP Rosevear2003-03-051-0/+28
* (e_select_names_new): Don't set the "modal" property throughEttore Perazzoli2003-03-041-0/+7
* (create_minicard_view): No needEttore Perazzoli2003-03-041-0/+5
* (e_select_names_init): Instead of using gtk_widget_unparent(),Ettore Perazzoli2003-03-041-0/+8
* Build libecontacteditor as an uninstalled shared library.Dan Winship2003-03-011-0/+20
* Remove these from here; talking to the mailer doesn't really belong at theDan Winship2003-03-011-0/+25
* use g_signal_connect here, not swapped... although since we pass theChris Toshok2003-02-281-0/+21
* link to libversit libtool objectJP Rosevear2003-02-281-0/+4
* Fix for server files from Antonio XuRodney Dawes2003-02-281-0/+4
* if we fail to activate factories for a given protocol, return.Chris Toshok2003-02-271-0/+8
* Make libversit a shared library, update stuff for that, and clean upDan Winship2003-02-221-0/+21
* Make libemiscwidgets, libefilterbar, and libetimezonedialog dynamicDan Winship2003-02-211-0/+8
* revert previous changeDan Winship2003-02-201-9/+0
* Build the subparts as (noinst) shared libraries rather than staticDan Winship2003-02-201-0/+9
* Make parent_class static.Dan Winship2003-02-201-0/+8
* [ fix #38074 ] first arg is a GtkWidget. duh.Chris Toshok2003-02-201-0/+6
* (INCLUDES): Use $(evolutionuidir)Ettore Perazzoli2003-02-201-0/+5
* if we can complete solely from our cached cards, callChris Toshok2003-02-181-0/+13
* move the bulk of the non-summary searching stuff here. we aggregate up toChris Toshok2003-02-171-0/+11
* indent properly.Chris Toshok2003-02-171-0/+5
* disconnect search_started and search_result. (addressbook_compare): ifChris Toshok2003-02-171-0/+32
* [ fixes bug #33066 ] new function (set_entry_changed_signals): callChris Toshok2003-02-111-0/+18
* Install load-pine-addressbook and load-gnomecard-addressbook intoEttore Perazzoli2003-02-111-0/+19
* gone. (match_initials): gone. (book_query_sexp): remove the primaryChris Toshok2003-02-101-0/+19
* lots of changes here. should be a big performance gain. god i hope this isChris Toshok2003-02-101-0/+6
* [ huge change, all for 1 little performance problem :) fixes #18207 ] useChris Toshok2003-02-081-0/+127
* check the status, not the book, and unref the book here.Chris Toshok2003-02-071-0/+53
* Use different tmp file names so these rules can be executed in parallelEttore Perazzoli2003-02-071-0/+13
* s/PACKAGE/GETTEXT_PACKAGE/ in gettext initDan Winship2003-02-071-0/+5
* update Makefile.ams and fix a lot of warningsDan Winship2003-02-061-0/+143
* Replace deprecated glade_gnome_init() with glade_init().Dan Winship2003-02-061-0/+11
* [ pull forward Jack Jia's fix for #34900 ] use a weak ref for the fileChris Toshok2003-02-041-0/+11
* pull forward Jack Jia's fix for #33672, but convert it to use unlinkChris Toshok2003-02-041-0/+6
* add a scrolled window (SHADOW_IN) around the address textview.Chris Toshok2003-01-281-0/+5
* rename the category entry to entry-categories.Chris Toshok2003-01-271-0/+9
* i need to sleep more.Chris Toshok2003-01-261-0/+4
* need to assign this here or else the lib doesn't get built.Chris Toshok2003-01-261-0/+5
* begin the new page after showing the last one. (complete_sequence):Chris Toshok2003-01-261-0/+10
* enable this, as building the conduit works if you have gnome-pilot2.Chris Toshok2003-01-261-0/+5
* GObjectify the stuff in here that refers to addressbook objects. theChris Toshok2003-01-261-0/+6
* Remove definition; this is now in configure.in. Likewise. Likewise.Ettore Perazzoli2003-01-251-0/+7
* [ fixes bug #34898 ] handle modifications to email addresses in contactSean Gao2003-01-241-0/+6
* [ fixes bug #36375 ] use PHONE_OTHER_FAX instead of PHONE_OTHER forSean Gao2003-01-241-0/+6
* [ fixes bug #31014, roll this in from the 1.2 branch ] use "categories"Chris Toshok2003-01-241-0/+7
* fix for bug 34883 broke ssl transactions (at least those where we wereChris Toshok2003-01-241-0/+6
* Remove definition; no need to set it here since it's now defined inEttore Perazzoli2003-01-241-0/+7
* Version using $(BASE_VERSION). (etspecdir): Likewise. (iconsdir):Ettore Perazzoli2003-01-231-0/+24
* don't use gnome_print_multipage_new_from_sizes and add warningRadek Doulik2003-01-221-0/+5
* Change dialog from Yes/No/Cancel to Discard/Cancel/Save to match the HIG.Ettore Perazzoli2003-01-151-0/+34
* Add $(schema_DATA).Ettore Perazzoli2003-01-151-0/+4
* try to load the uri again if it failed previously. (book_open_cb): setChris Toshok2003-01-101-0/+18
* doh, fix build error.Chris Toshok2003-01-101-0/+5
* #include gtklabel.h, fixes an unresolved symbol.Chris Toshok2003-01-101-0/+5
* build up the list of supported auth_methods.Chris Toshok2003-01-101-0/+55
* deal with backends that might not have loaded successfully (they'll have aChris Toshok2003-01-101-0/+6
* call e_select_names_bonobo_construct on the newly created object.Chris Toshok2003-01-101-0/+6
* addressbook-config.etspec is gone.Chris Toshok2003-01-101-0/+10
* fix parameter types here (this signal isn't generated from an ETable.)Chris Toshok2003-01-101-0/+21
* comment out the factory oaf_server, and change the location of theChris Toshok2003-01-101-0/+15
* oops, don't include e-treeview-selection-model.h unless we're building theChris Toshok2003-01-091-0/+5
* Fix to build.Jeffrey Stedfast2003-01-091-0/+5
* add in the schema entry for minimum_query_length.Chris Toshok2003-01-091-0/+5
* add E_ADDRESSBOOK_VIEW_TREEVIEW to the enum, ifdef'ed out.Chris Toshok2003-01-091-0/+31
* $(datadir)/evolution/images instead of $(datadir)/images/evolution.Ettore Perazzoli2003-01-091-0/+8
* Move PASBook request handling into PASBackend itself since allDan Winship2003-01-091-0/+41
* fix the SYNTAX for the telephone attributes, and make the fax attributesChris Toshok2003-01-081-0/+6
* remove idldir definition. (It's defined in configure.in now)Dan Winship2003-01-061-0/+7
* [ fixes the non-ui portion of #36183 ] use the entry'sChris Toshok2003-01-021-0/+24
* (addressbook_config_control_new): Made it return anEttore Perazzoli2002-12-201-0/+7
* [ fixes bug #34897 ] don't free the return of e_card_simple_get_const, asChris Toshok2002-12-191-0/+7
* convert the clist in here to a GtkTreeView. your guess is as good as mineChris Toshok2002-12-191-0/+6
* g_string_sprintfa -> g_string_append_printf. (create_alphabet): same.Chris Toshok2002-12-191-0/+9
* drop use of "font" arg. (get_left_width): use pango to calculate thisChris Toshok2002-12-191-0/+110
* g_strcasecmp -> g_ascii_strcasecmp. (FIND_INSERT): same.Chris Toshok2002-12-181-0/+15
* oops, use strcmp, not !strcmp here.Chris Toshok2002-12-181-0/+5
* [ Fixes bug #35135 ] don't free the default_book_uri here, it's done inChris Toshok2002-12-181-0/+12
* (addressbook_config_control_new): UseEttore Perazzoli2002-12-171-0/+7
* Don't #include <e-util/e-html-utils.h>Jeffrey Stedfast2002-12-171-0/+5
* GObject-ize this.Chris Toshok2002-12-101-0/+4
* pass "Addressbook" to e_passwords*. (addressbook_authenticate): same.Chris Toshok2002-12-101-0/+6
* remove PENDING_PORT_WORK. (addressbook_search_activated): same.Chris Toshok2002-12-101-0/+10
* #define MINICARD_CONTROL_ID.Ettore Perazzoli2002-12-101-0/+4
* connect ::response to gtk_widget_destroy so the dialog goes away.Chris Toshok2002-12-091-0/+8
* this uses pango now. (addressbook_height): same.Chris Toshok2002-12-091-0/+6
* use e_card_set_book instead of basically duplicating its code here.Chris Toshok2002-12-071-0/+6
* #include <string.h>.Ettore Perazzoli2002-12-071-0/+54
* Use collate for sorting rather than the normal string sort. This fixes bugJeffrey Stedfast2002-12-061-0/+6
* only enable the LDAPv3 stuff if TLS is being used. Also, deal with namingChris Toshok2002-12-031-0/+8
* gnomedialog -> gtkdialog stuff. print dialog is a gtkdialog now.Not Zed2002-12-021-0/+12
* the detail is supposed to go after the signal id, not at the end of theChris Toshok2002-11-301-0/+6
* [ roll forward from 1.2 branch, partial fix for #31763 ] add the FindChris Toshok2002-11-291-0/+5
* remove the button_press_event handler (that did nothing). this makes it soChris Toshok2002-11-291-0/+7
* add include for gtkstock.h.Chris Toshok2002-11-271-0/+30
* [ roll forward from 1.2 branch ] never pass NULL as the vcard to the corbaChris Toshok2002-11-271-0/+9
* [ roll forward from 1.2 branch, Fixes addressbook bug #28945 ] if theChris Toshok2002-11-271-0/+7
* remove redundant setting of y2.Chris Toshok2002-11-271-0/+20
* use new schema for completion/uris. (uris_listener): same.Chris Toshok2002-11-271-0/+24
* show the etable. (addressbook_add_server_druid): show_all before returningChris Toshok2002-11-251-0/+7
* [ roll forward from the 1.2 branch. fixes #25540, part of #29630, as wellChris Toshok2002-11-251-0/+50
* [ roll forward Sean.Gao@sun.com's fix for #16870 from the 1.2 branch ]Chris Toshok2002-11-231-0/+7
* [ rolling forward fix for #34254 from 1.2 branch ] use g-ascii_strncasecmpChris Toshok2002-11-231-0/+7
* roll forward the scope fix.Chris Toshok2002-11-211-0/+4
* roll forward the fix for the contact editor.Chris Toshok2002-11-211-0/+5
* Pass type to bonobo_ctonrol_set_property, and also NULL terminate theNot Zed2002-11-211-0/+9
* gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.Ettore Perazzoli2002-11-201-0/+6
* show the custom table.Chris Toshok2002-11-191-0/+5
* remove the cast to (int) - column_width is a double.Chris Toshok2002-11-191-0/+17
* oops, missed some "oaf"'s.Chris Toshok2002-11-181-0/+5
* sink the popup. (e_contact_editor_build_email_ui): same.Chris Toshok2002-11-171-0/+10
* Added rule to generate GNOME_Evolution_Addressbook.server.in fromEttore Perazzoli2002-11-161-1/+17
* Use bonobo_main_quitRodney Dawes2002-11-161-0/+4
* clean this up a tad.Chris Toshok2002-11-151-0/+10
* push_in = FALSE, no clue why... :) (_arrow_pressed): callChris Toshok2002-11-131-0/+23
* guard against multiple invocations.Chris Toshok2002-11-121-0/+30
* change signature to that of a weak ref notify function. (main): ::destroyChris Toshok2002-11-121-0/+81
* change around a little, still ifdefed though.Chris Toshok2002-11-121-0/+41
* guard against multiple invocations.Chris Toshok2002-11-101-0/+33
* guard against multiple invocations. (remove_book_view): same.Chris Toshok2002-11-091-0/+18
* oops, missed these casts.Chris Toshok2002-11-091-0/+12
* port work.Chris Toshok2002-11-091-0/+62
* parent class is GObjectClass.Chris Toshok2002-11-091-0/+31
* convert to glade-2Chris Toshok2002-11-081-0/+8