aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Get followup-up message-list values. Also highlight the message in red ifJeffrey Stedfast2002-02-121-0/+14
* added entries for latest changesRadek Doulik2002-02-121-0/+9
* Implemented. (on_right_click): Do better enabling/hiding of unwantedJeffrey Stedfast2002-02-121-0/+6
* Set the correct drop-down menu item. (message_tag_followup_encode): ReturnJeffrey Stedfast2002-02-101-0/+9
* New flag-for-followup tag editor dialog.Jeffrey Stedfast2002-02-091-0/+14
* Base class for a message tag editor.Jeffrey Stedfast2002-02-091-0/+13
* call set_body later to allow ignored words to be sent to gtkhtml controlRadek Doulik2002-02-081-0/+5
* remove "New" from user creatable menu itemJP Rosevear2002-02-081-0/+5
* Bumped the required version of gal.Christopher James Lahey2002-02-071-0/+22
* Rearranged the #if checks so that we don't ever try to access any smimeJeffrey Stedfast2002-02-071-0/+5
* Removed references to NEEDS_REPLY.Jeffrey Stedfast2002-02-071-0/+10
* Look for DOCTYPE XML comments too to decide if the message content isJeffrey Stedfast2002-02-071-0/+5
* Dont double-free the text body data.Not Zed2002-02-061-0/+5
* Add attachments after we've seen if the composer object is valid.Not Zed2002-02-041-0/+7
* Destroy the S/MIME frame if not available, instead of just graying it out.Ettore Perazzoli2002-02-031-0/+7
* Some touchups from me and Anna.Ettore Perazzoli2002-02-031-0/+4
* Don't bother setting the auto-cc/bcc recipients here. I'm moving the codeJeffrey Stedfast2002-02-021-0/+7
* ignore spell checking of words in addresses, move set_body_text after allRadek Doulik2002-02-011-0/+8
* Pass the parent window to mail_account_editor_new().Jeffrey Stedfast2002-01-311-0/+13
* print quoted text in italicRadek Doulik2002-01-311-0/+5
* re-enable popup menu. (populate_folder_context_menu): If we're on aNot Zed2002-01-301-0/+9
* Changed the function signature so that we can pass in whom we want toDave West2002-01-301-0/+10
* Make X-Evolution-Account take priority over X-Evolution-Transport. ShouldJeffrey Stedfast2002-01-301-0/+5
* Don't pass NULL text to gtk_entry_set_text. Maybe this will fix bugJeffrey Stedfast2002-01-301-0/+5
* New function that implements the Redirect feature.Jeffrey Stedfast2002-01-301-0/+16
* (footer_info_free): unref footer fontRadek Doulik2002-01-301-0/+1
* (do_mail_print): get rid of static global variables, as they areRadek Doulik2002-01-301-0/+2
* initialize line to 0 to make everybody happy ;-) ops, set local_font toRadek Doulik2002-01-301-0/+6
* Don't bother checking for invalid recipients anymore. If a recipient isJeffrey Stedfast2002-01-291-0/+6
* print footer (footer_print_cb): print page number and number of pagesRadek Doulik2002-01-291-0/+5
* Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-281-0/+4
* We need to return a value here. I think FALSE is fine (I hope).Jeffrey Stedfast2002-01-261-0/+3
* Save the pathname. (save_part): Use the new mail_config cruft to get theJeffrey Stedfast2002-01-261-0/+9
* Do some NULL checking on the url before using it.Jeffrey Stedfast2002-01-261-0/+7
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-0/+5
* This wrapper for gdk_beep().Jeffrey Stedfast2002-01-251-0/+2
* Don't bother trying to see if the domain looks like a FQDN.Jeffrey Stedfast2002-01-251-0/+3
* If the mail-display is in focus, then select-all in the mail displayJeffrey Stedfast2002-01-251-0/+6
* Pass a NULL icon to `evolution_shell_component_add_user_creatable_item()'.Ettore Perazzoli2002-01-241-0/+5
* Implements bug #15692Jeffrey Stedfast2002-01-241-0/+10
* Define CAMEL_PROVIDERDIR to be the configure.in-defined camel_providerdir.Dan Winship2002-01-241-0/+6
* Now takes a boolean notify argument. If this is *not* set, then remove theJeffrey Stedfast2002-01-231-0/+5
* Simplified.Jeffrey Stedfast2002-01-231-0/+4
* If the first "token" in the body is "<html>", then treat this as aJeffrey Stedfast2002-01-221-0/+9
* Update to match new uudecode interface (ie, no longer need a uulen stateJeffrey Stedfast2002-01-181-0/+5
* New callback to handle the set_base signal. (on_url_requested): If theJeffrey Stedfast2002-01-161-0/+12
* Don't remove any X-Evolution* headers here, the composer already knows toJeffrey Stedfast2002-01-111-0/+6
* Do proper refcounting on the draft folder.Jeffrey Stedfast2002-01-091-0/+3
* When performing a wraparound, check to see if the first (or last dependingJeffrey Stedfast2002-01-091-0/+5
* When connecting to the transport username changed event, pass theJeffrey Stedfast2002-01-091-0/+6
* Make the mbox importer check for Mozilla status headers and act on them.Iain Holmes2002-01-091-0/+14
* Renamed. (mail_config_get_new_mail_notify_sound_file): Renamed.Jeffrey Stedfast2002-01-081-0/+21
* Add an Organization header.Jeffrey Stedfast2002-01-041-0/+5
* Simplified. Also no longer needs an "ignore_addr" argument as far as I canJeffrey Stedfast2002-01-031-0/+11
* remove e_gnome_dialog util functions and use e-util ones insteadJP Rosevear2002-01-031-0/+5
* The idea here is that if we consistantly name the movemail file betweenJeffrey Stedfast2002-01-031-0/+17
* Makes the auto-undelete behavior when changing message flags a bit moreJon Trowbridge2001-12-211-0/+5
* -- Merge fix for #17377 from the evolution-1-0-branch.Ettore Perazzoli2001-12-201-0/+6
* Add the auto-cc/bcc recipients here. The problem with setting them in theJeffrey Stedfast2001-12-201-0/+23
* If the provider is NULL, don't do anything.Jeffrey Stedfast2001-12-201-1/+5
* Oops, no wonder the exec command thing never stuck around... I wasn'tJeffrey Stedfast2001-12-201-0/+6
* Argh, don't notify about new mail here. (fetch_mail_fetch): Notify aboutJeffrey Stedfast2001-12-191-0/+4
* Setup the new-mail-notification widgets. (notify_command_changed): UpdateJeffrey Stedfast2001-12-191-0/+11
* Set citation color to black when we are printing.Jon Trowbridge2001-12-181-0/+3
* Avoid embedding <object> tags when we are printing.Jon Trowbridge2001-12-181-0/+12
* Set the filter driver's shell-exec callback.Jeffrey Stedfast2001-12-151-0/+5
* Connect to the destroy signal on the popup dialog.Jeffrey Stedfast2001-12-151-0/+10
* Connect to the save-draft signal. (send_to_url): Here too. (mail_reply):Jeffrey Stedfast2001-12-151-0/+6
* Start reiplementing The Right Way and not danw's fucking half-assed kludgeJeffrey Stedfast2001-12-151-0/+6
* set the new-mail-notify command.Jeffrey Stedfast2001-12-131-0/+18
* Fixed for mail_content_loaded's new signature.Jon Trowbridge2001-12-121-0/+26
* Add ETable magic for our new "Needs Reply" column. (The next few entriesJon Trowbridge2001-12-121-0/+56
* Don't expunge when we sync anymore, this fixes bug #4472.Jeffrey Stedfast2001-12-111-0/+5
* Make sure that the message subject is non-NULL beforetrying to base aJeffrey Stedfast2001-12-111-25/+15
* set paper size to _("US-Letter"), use gtk_html_print_set_masterRadek Doulik2001-12-111-0/+5
* Don't just assume all of the GtkHTMLEmbedded's fields are filled in, sinceDan Winship2001-12-101-0/+17
* Implements marking messages as "Need Reply".Jon Trowbridge2001-12-101-0/+25
* Check that the mail-display hasn't been destroyed.Jeffrey Stedfast2001-12-081-0/+15
* s/PREVIEW_RELEASE/VERSION_COMMENTJeffrey Stedfast2001-12-071-0/+4
* Don't append "(Preview Version)" at the end of the version string. Use theJeffrey Stedfast2001-12-071-0/+6
* fixed changelog merge conflictsJeffrey Stedfast2001-12-071-1/+0
* Setup the UI for the AddSenderToAddressbook ui verb thingy.Jeffrey Stedfast2001-12-071-35/+12
* Allow 'n' and 'p' to work when multiple messages are selected. FixesJon Trowbridge2001-12-051-0/+6
* If the path exists, make sure it's a regular file (or we can't possiblyJeffrey Stedfast2001-12-041-0/+25
* Fix the boolean check to be && and not ||.Jeffrey Stedfast2001-12-011-0/+5
* Reverted the non-NULL mime-type patch from a little while back, didn'tJeffrey Stedfast2001-11-281-0/+6
* merged from evoution-1-0-branchNot Zed2001-11-281-8/+16
* Reverted my hide_save_state patch.Jeffrey Stedfast2001-11-221-0/+4
* 'n' shouldn't wrap if 'p' doesn't.Jeffrey Stedfast2001-11-211-0/+5
* Save hide state. (message_list_hide_uids): Save hide state.Jeffrey Stedfast2001-11-171-0/+9
* Undo a really weird mangling of part of the ChangeLog from last AugustDan Winship2001-11-161-42/+42
* s/_/U_/ (filter_rule_set_name requires UTF-8 string)Chyla Zbigniew2001-11-151-0/+5
* Instead of doing pthread_exit() after redirecting the SEGV, try to lock aDan Winship2001-11-151-0/+7
* Call e_passwords_remember_password() for account passwords if the user setJeffrey Stedfast2001-11-151-0/+6
* Add a NULL check for rule->name. (mail_vfolder_add_uri): Same here.Jeffrey Stedfast2001-11-131-0/+6
* If we already have the message loaded in the mail-display, don't botherJeffrey Stedfast2001-11-111-0/+6
* Was x_evolution_message_parse from folder-browser.c. A space char is noJeffrey Stedfast2001-11-101-0/+16
* Call mail_config_pgp_type_detect_from_path() instead of doing our own lameJeffrey Stedfast2001-11-091-0/+12
* Add a "x-inline-pgp-hack=true" paramter to the multipart's content-type.Jeffrey Stedfast2001-11-081-0/+5
* Don't make the account editor modal either.Jeffrey Stedfast2001-11-061-0/+27
* Override the Move/Copy handlers setup by the folder_browser_ui code, and52001-11-061-0/+16
* Renamed from mail_html_write_string.Jeffrey Stedfast2001-11-061-0/+28
* Use GINT_TO_POINTER here for platforms where simply casting an int to voidChristopher James Lahey2001-11-031-0/+7
* Disconnect from the message_list_built function so we dont do it every22001-11-031-0/+19
* fix cut & paste from the message body.Larry Ewing2001-11-021-0/+5
* Write out the url before callind add_url since add_url may free it. FixesDan Winship2001-11-021-0/+8
* Don't use a case-sensitive comparison.Jeffrey Stedfast2001-11-011-1/+7
* Make this work again.Dan Winship2001-11-011-0/+4
* add delete_event_handler. (menu_file_save_close_cb): add save and closeLarry Ewing2001-10-311-0/+7
* Turn it off.02001-10-311-0/+2
* Added exception strings to some of the op logging.02001-10-311-0/+8
* If we have a cancellation setup, destroy it immediately, to save fd's.02001-10-311-0/+5
* Comment out the Folder: and you've got mail prints.02001-10-301-0/+16
* Oops, dont use the url storage path to offset the folder name we're02001-10-301-0/+3
* Argh!!! Dont free the async op data here, the async op is still running02001-10-301-0/+28
* Don't warn the user if the source and destination folders are the same.Jeffrey Stedfast2001-10-301-0/+5
* add some debug spew re 13839.Dan Winship2001-10-301-0/+7
* Fixed a warning by #if 0ing out this function.Christopher James Lahey2001-10-301-0/+11
* Fix the focus check. It's not fb->message_list that has focus, it's one ofDan Winship2001-10-301-0/+6
* Sort the folder updates first, since we dont seem to get them in the right92001-10-291-0/+8
* Copy the folder's full_name before trying to use it to rename.92001-10-291-0/+17
* Call mail_autoreceive_setup() instead of mail_autoreceive_setup_account()Jeffrey Stedfast2001-10-291-0/+7
* Move the message-list cursor to the next message. (transfer_msg): If weJeffrey Stedfast2001-10-291-0/+6
* Check that the special PGP lines begin and end with \n so as to avoidJeffrey Stedfast2001-10-291-0/+6
* fb = user_data, not fb = fb!, fixes 13844.82001-10-291-0/+3
* add the folder name to the path when passing down to the subordinate82001-10-281-0/+3
* Remove uic, kill dumb warning.82001-10-281-0/+17
* Deactivate the Print right-click menu option if the message isn't loaded.Jeffrey Stedfast2001-10-281-0/+5
* Implemented. (mail_vfolder_rename_uri): We do want to check renamed uri's82001-10-281-0/+24
* Allow the user to shoot him/herself in the foot when overriding messageJeffrey Stedfast2001-10-281-0/+6
* Changed to open the source store from '/', so we can do renames across62001-10-271-0/+25
* Work around something that we think is a GtkHTML bug, where sometimes theDan Winship2001-10-271-0/+17
* Set the GdkWindow of the FolderBrowser, not the GtkWindow...Jeffrey Stedfast2001-10-271-1/+7
* Use a timeout not an idle handler.62001-10-261-0/+8
* s/iconv/e_iconv/.52001-10-261-0/+4
* Don't forget to unref the filter driver here.Jeffrey Stedfast2001-10-261-1/+6
* So apparently the uicomp can just 'vanish' while we're using it. Joy. Take52001-10-261-0/+87
* Check for a NULL provider. (build_dialogue): Check for invalid sourceJeffrey Stedfast2001-10-261-0/+6
* No longer need to pass a settext argument. (do_forward_non_attached):Jeffrey Stedfast2001-10-251-0/+4
* Fix to not always return NULL for html parts, doh!.Jeffrey Stedfast2001-10-251-0/+5
* Same.42001-10-251-0/+8
* Fixed some weird casting crack that got in here somehow, removedJon Trowbridge2001-10-251-0/+6
* fixed changelogJeffrey Stedfast2001-10-241-1/+0
* Unref the global search_context. (owner_set_cb): create the globalJeffrey Stedfast2001-10-241-0/+10
* all this crap just to make the print icon desensitive at the right time.42001-10-241-0/+37
* Don't allow an auth-type to be set when saving the service.Jeffrey Stedfast2001-10-241-0/+9
* Remove the idle_id when we're destroyed so the idle func doesn't run on an32001-10-241-0/+3
* Dont do anything if we're destroyed #13021.32001-10-241-0/+3
* (do_user_message): Setup the message_destroy_id when we setup theMichael Zucci2001-10-241-0/+2
* Removed, all functionality moved to mail-session.32001-10-241-0/+35
* Make sure the fb and it's message-list exist. (reply_to_list): same.Jeffrey Stedfast2001-10-241-0/+31
* Added missing errno.h (mail_msg_new): Fix the logic a bit, dont try to32001-10-241-0/+6
* If the fopen() fails (eg, because evolution-mail was started by oafd withDan Winship2001-10-241-0/+6
* Completely re-done. We now hae a completely async dialogue when requested32001-10-231-0/+44
* Oops, revert my change to this function.Jeffrey Stedfast2001-10-231-0/+3
* New fun macro.Jeffrey Stedfast2001-10-231-0/+14
* Added several new accelerators to the edit account dialog, and fixed theAnna Marie Dirks2001-10-231-0/+13
* New class that wraps writing to a GtkHTML stream so that we don't have toJeffrey Stedfast2001-10-231-0/+10
* Don't free `clientid' as it's uninitialized.Ettore Perazzoli2001-10-231-0/+5
* disable this column. Fixes Ximian bug #12381.Christopher James Lahey2001-10-231-0/+5
* #include "component-factory.h". (do_op_status): Pass the component IDEttore Perazzoli2001-10-231-0/+9
* Don't wrap error text with <blockquote>, this is done insideJeffrey Stedfast2001-10-231-0/+8
* Move the folder sync code along with a few other things fromJeffrey Stedfast2001-10-231-0/+8
* PGP verification UI changes to make it not HTML spoofable.Dan Winship2001-10-231-42/+86
* Fix these functions so they don't crash evolution-mail. Too bad it stillDan Winship2001-10-221-0/+6
* Use mail_format_get_data_wrapper_text for text parts so we get freeJeffrey Stedfast2001-10-221-0/+15
* Instead of select_all() then using the tree's selected nodes to iterate,22001-10-221-0/+6
* fixed bug #13151Jeffrey Stedfast2001-10-221-0/+9
* Clear variables once done, for debugging. (mail_vfolder_add_uri,12001-10-221-0/+21
* Update for e_msg_composer_add_messages_attachments arg change.Dan Winship2001-10-221-0/+6
* Don't leak our ESearchingTokenizer.Jon Trowbridge2001-10-211-0/+5
* hook up zoom functions.Larry Ewing2001-10-211-0/+10
* Allow copy/move to/from vTrash folders as well.Jeffrey Stedfast2001-10-201-0/+3
* Properly handle local vTrash folders.Jeffrey Stedfast2001-10-201-0/+5
* Update to reflect API changes to e_msg_composer_add_message_attachments().Jeffrey Stedfast2001-10-201-0/+1
* Dont translate camel strings. (mail_account_gui_setup): "92001-10-201-0/+5
* Pass the @folder_type to ::handleDrop.Ettore Perazzoli2001-10-201-0/+8
* Update to reflect API changes to e_msg_composer_add_message_attachments().Jeffrey Stedfast2001-10-201-0/+6
* Free folders_uri. (real_folder_deleted): If folder is deleted, remove it92001-10-191-0/+12
* Added remove flag - its not adduri, its removeuri, its less typing than82001-10-191-0/+22
* Don't make the mail settings dialog modal.Jeffrey Stedfast2001-10-191-0/+5
* Fix the WM problems related to the folder selection dialog beingEttore Perazzoli2001-10-191-0/+6
* call setup_send_data *after* we've setup the global dialogue thingy.82001-10-191-0/+10
* change va_copy to G_VA_COPYDan Winship2001-10-191-2/+3
* Use va_copy to make this compile on ppc again.Dan Winship2001-10-191-0/+5
* Clone the folderinfo before passing to async event. (real_folder_created):72001-10-181-0/+11
* No longer need to copy the description now that camel-exceptions have beenJeffrey Stedfast2001-10-181-0/+3
* Helper macro.Jeffrey Stedfast2001-10-181-1/+6
* Don't use gnome_dialog_run_and_close() here, we can easily get away withJeffrey Stedfast2001-10-181-0/+8
* Only empty trash on enabled accounts, fixes #12821.72001-10-181-0/+5
* Make Reply-To bold too since no one ever figures out why it's notDan Winship2001-10-181-0/+5
* Fix typoIain Holmes2001-10-171-0/+4
* Lets put the UID cache in ~/evolution/mail/pop3 as this makes more senseJeffrey Stedfast2001-10-171-0/+5
* Check that the cursor_uid is non-NULL before emitting a "message_selected"Jeffrey Stedfast2001-10-171-0/+6
* Always explicitly clear out the SearchInfo.Jon Trowbridge2001-10-171-0/+5
* folder-browser.c: (folder_browser_set_message_preview): Return do nothingMichael Zucci2001-10-171-0/+8
* Added an async_event handler to store_info. (mail_note_store): Setup asyncMichael Zucci2001-10-171-0/+46
* New function to return the id of the currently executing proxied event.62001-10-171-0/+17
* don't write strings longer than they actually are.Larry Ewing2001-10-161-0/+5
* Remove the mark_seen timeout.Jeffrey Stedfast2001-10-161-0/+5
* conflict droppingsLarry Ewing2001-10-161-1/+0
* don't apply the body text in replys since we will just replace it anyway.Larry Ewing2001-10-161-0/+6
* Call mail_vfolder_shutdown.Jeffrey Stedfast2001-10-161-0/+11
* Proxy get-password call to main thread. (forget_password): same for52001-10-161-0/+11
* Share more state between the parent and its clones, so that our multipleJon Trowbridge2001-10-151-0/+7
* Bad hacker! Don't implicitly assume that utf8 characters are one byte inJon Trowbridge2001-10-141-0/+9
* Don't emit a gtk warning if the composer creation fails.Dan Winship2001-10-141-0/+5
* Revert the change to remove the Score column until Chris can fix ETable soDan Winship2001-10-131-0/+7
* Fix race conditions in creating foldersIain Holmes2001-10-131-0/+7
* call e_passwords_init and e_passwords_shutdown.Chris Toshok2001-10-131-0/+23
* Convert URLS so we can get clickable links.Jeffrey Stedfast2001-10-131-0/+3
* removed Score stuff from the message-listJeffrey Stedfast2001-10-131-0/+4
* Store our listener id. (popup_info_free): Disconnect our listener when weJon Trowbridge2001-10-121-0/+6
* Listen for "destroy" events from the control, so that we don't leave strayJon Trowbridge2001-10-121-0/+6
* Added a checkbox for body indexing.12001-10-121-0/+11
* Attach the message attachments. Fixes bug #5439.Jeffrey Stedfast2001-10-121-0/+5
* No longer need to pass folder display name to storage update_folderDan Winship2001-10-121-0/+10
* blahJeffrey Stedfast2001-10-121-1/+0
* Make sure the service/storage are non-NULL.Jeffrey Stedfast2001-10-121-0/+20
* Fix up the logic here.Dan Winship2001-10-111-0/+4
* use new function to copy the attachments from the source message. ThisLarry Ewing2001-10-111-0/+5
* copy the data. We can't ref the byte array and we can't free it so we haveLarry Ewing2001-10-101-0/+5
* IF the source and destination folders are the same, do nothing. Oh, and02001-10-101-0/+14
* ref the part. (save_destroy_cb): new function to unref the part when weLarry Ewing2001-10-101-0/+9
* Ref folder so it hangs around till we're done with it.92001-10-101-0/+7
* Make sure the mail-display is non-NULL.Jeffrey Stedfast2001-10-101-0/+5
* Implement.92001-10-101-0/+4
* Create a chaqrset picker submenu in the View menu.Jeffrey Stedfast2001-10-101-0/+25
* Use gtk_signal_connect_while_alive here so e_gnome_dialog_parent_destroyedDan Winship2001-10-101-0/+11
* Oops.Jon Trowbridge2001-10-101-1/+1
* Revert the change to use e_msg_composer_new_with_message. That hasDan Winship2001-10-101-0/+7
* Update for folder_flags.Dan Winship2001-10-091-1/+15
* Write out the Bcc: header when applicable. Fixes bug #5823.Jon Trowbridge2001-10-091-0/+5
* Convert the htmlinfo into utf8. Fixes bug #11966.Jeffrey Stedfast2001-10-091-0/+5
* For mailstorage folders, connect to the control's "activate" signal, andDan Winship2001-10-091-0/+9
* Remove #ifndef MOVEMAIL_PATH code, since the setting of that variable hasDan Winship2001-10-091-0/+7
* Fix a merge-conflict leftover.Jeffrey Stedfast2001-10-061-0/+4
* reformatted the menu tables so they're a bit more bloody readable.52001-10-061-0/+10
* Add toggle button to config menu to turn the "confirm sending unwantedJon Trowbridge2001-10-061-0/+8
* New convenience function that not only sets the gnome-dialog's parentJeffrey Stedfast2001-10-061-0/+13
* use e_msg_composer_new_with_message rather than e_msg_composer_new. ThisLarry Ewing2001-10-061-0/+7
* Turn on "uniform_row_height" argument.Christopher James Lahey2001-10-051-0/+5
* Show "nn sent" as total in sent folder, rather than just 'total'.42001-10-051-0/+6
* Do a better job of setting up the name. Also de-sensitise when we can't42001-10-051-0/+6
* Set the parent window as the fb. This fixes bug #11723. (filter_edit): DoJeffrey Stedfast2001-10-051-0/+10
* Ignore the signal if the radio button is not "on". This fixes bug #10532Jeffrey Stedfast2001-10-051-1/+10
* Fix so that an email address with no name is once again justDan Winship2001-10-051-0/+5
* Only create the folder when the shell has created it.Iain Holmes2001-10-051-0/+6
* If we're accessing a vfolder uri, then popup the vfolder editor instead of42001-10-051-0/+8
* Added some more NULL checks.Jeffrey Stedfast2001-10-051-0/+4