Commit Graph

607 Commits

Author SHA1 Message Date
bac1a59d59 Add a <br> tag between the message text and the signature text (makes it
2004-02-26  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (set_editor_text): Add a <br> tag between the
	message text and the signature text (makes it nicer looking and
	also fixes bug #53747.

svn path=/trunk/; revision=24897
2004-02-26 20:42:07 +00:00
6b1a7d1e9c From www@reality.cz Tue Feb 17 11:52:51 2004
>From www_work@reality.cz Tue Feb 17 11: 53:15 2004
Received: from data2.centrum.cz ([62.84.131.152]:52704 "EHLO
	data2.centrum.cz") by mail4.centrum.cz with ESMTP id
<S2624487AbUBQKwv>;
	Tue, 17 Feb 2004 11:52:51 +0100
Received: from reality.cz ([212.24.129.47]:8630 "EHLO reality.cz") by
	mail.centrum.cz with ESMTP id <S279448AbUBQKwS>; Tue, 17 Feb 2004
11:52:18
	+0100
X-SpamDetected: 0
Received: by reality.cz (Postfix, from userid 502) id 073861AB2FF; Tue, 17
	Feb 2004 11:52:16 +0100 (CET)
From:   "REALiTY-ON-LINE" <www@reality.cz>
To:     radek.doulik@centrum.cz
Subject: ON-LINE: praha vychod
MIME-Version: 1.0
Content-Type: text/html; charset=ISO-8859-1
Message-Id: <20040217105216.073861AB2FF@reality.cz>
Date:   Tue, 17 Feb 2004 11:52:16 +0100 (CET)
Return-Path: <www_work@reality.cz>
X-Orcpt: rfc822;radek.doulik@mail4.centrum.cz
X-Evolution-Source: pop://radek.doulik@pop.centrum.cz/

<HTML>
<HEAD>
<TITLE>praha vychod</TITLE>
</HEAD>
<BODY BGCOLOR="CCFFFF">
<H3>Vypis novinek ON-LINE ze serveru Reality.CZ</H3>
<HR>
<A HREF="http://www.reality.cz/cgi/detailq?200-005280"><B>Prodej RD 2+1+puda
Praha vychod - Drevcice</B></A><BR>
<I>CENA:</I> <B>2.600.000 Kc  (cena pro jednani)</B><BR>
<I>TEL.:</I> <B>224 942 873 </B><BR>
<A
HREF="http://www.reality.cz/cgi/detailq?200-005280">http://www.reality.cz/cgi/detailq?200-005280</A>
<HR>
Zmeny v nastaveni sveho osobniho profilu muzete provadet na adrese:
<A
HREF="http://www.reality.cz/komunita/">http://www.reality.cz/komunita/</A>
<HR>
</BODY>
</HTML>

svn path=/trunk/; revision=24760
2004-02-17 13:09:01 +00:00
65dafbf9c3 get default composer size from gconf, hook to unrealize event and save
2004-02-13  Radek Doulik  <rodo@ximian.com>

	* e-msg-composer.c (create_composer): get default composer size
	from gconf, hook to unrealize event and save size to gconf
	(e_msg_composer_unmap): new handler, saves composer window size

svn path=/trunk/; revision=24735
2004-02-13 14:54:10 +00:00
19789f0e8d add accel and icon for the "remove" item in the popup menu. Patch from
2004-02-06  Rodney Dawes  <dobey@ximian.com>

	* e-msg-composer-attachment-bar.c: add accel and icon for
	the "remove" item in the popup menu.
	Patch from Paolo Borelli  <pborelli@katamail.com>

svn path=/trunk/; revision=24653
2004-02-06 18:07:14 +00:00
781f20ac48 use FORCE_SLOW_MIME_TYPE so gnome-vfs actually sniffs the file contents
2004-02-03  Chris Toshok  <toshok@ximian.com>

	* e-msg-composer.c (e_msg_composer_guess_mime_type): use
	FORCE_SLOW_MIME_TYPE so gnome-vfs actually sniffs the file
	contents before coming up with a mime type.

svn path=/trunk/; revision=24594
2004-02-03 20:07:10 +00:00
234e62851e add widgets/misc
* Makefile.am (INCLUDES): add widgets/misc

svn path=/trunk/; revision=24587
2004-02-03 17:32:18 +00:00
38d71c0a15 use g_ascii_strcasecmp rather than strcasecmp.
2004-02-02  Not Zed  <NotZed@Ximian.com>

        * evolution-composer.c (impl_Composer_set_body): use
        g_ascii_strcasecmp rather than strcasecmp.

        ** See bug #53506, again.

        * e-msg-composer.c (set_editor_text): Add an argument to make
        adding the signature optional.  Also fix a memleak with the sig
        content.
        (e_msg_composer_new_with_type, e_msg_composer_flush_pending_body)
        (handle_mailto, e_msg_composer_set_body_text)
        (e_msg_composer_set_body): Fixed callers for above change
        appropriately.

svn path=/trunk/; revision=24562
2004-02-02 05:05:07 +00:00
aadeb422d2 reverted radek's patch below, it was already fixed (#53176). Changed the
2004-01-29  Not Zed  <NotZed@Ximian.com>

        * e-msg-composer.c (e_msg_composer_new_with_type): reverted
        radek's patch below, it was already fixed (#53176).  Changed the
        init order though, set_editor_signature only sets the current one,
        it doen'st insert it.

        ** See bug #53506.

        * e-msg-composer-hdrs.c (e_msg_composer_hdrs_set_post_to_list):
        use a GString to build the result.
        (e_msg_composer_hdrs_set_post_to_base): same here.
        (e_msg_composer_hdrs_set_post_to_base): dont bother copying the
        post_to string.
        (e_msg_composer_hdrs_get_post_to): change the relative-url test to
        ":/" rather than "://", so that mbox url's work.

svn path=/trunk/; revision=24512
2004-01-29 06:27:52 +00:00
e8054e4c4c set body text after setting composer's signature, so that signature is
2004-01-27  Radek Doulik  <rodo@ximian.com>

	* e-msg-composer.c (e_msg_composer_new_with_type): set body text
	after setting composer's signature, so that signature is shown

	Fixes #53367

svn path=/trunk/; revision=24492
2004-01-28 14:23:28 +00:00
f6588d3c66 ** See Bug #53176, probably fixes others too.
2004-01-28  Not Zed  <NotZed@Ximian.com>

        ** See Bug #53176, probably fixes others too.

        * e-msg-composer.c (set_editor_text): When we set the text, always
        add the signature implictly.  Means we don't have to set it
        manually and break changing the file, or hit any races.
        (e_msg_composer_set_body_text): dont call show_sig_file here.

svn path=/trunk/; revision=24490
2004-01-28 13:36:07 +00:00
76e226a940 ** See Bug #20017.
2004-01-14  Not Zed  <NotZed@Ximian.com>

        ** See Bug #20017.

        * e-msg-composer.c (create_composer): set the composer to
        unchanged after all setup, some setup (from_changed_cb) will mark
        it changed.
        (create_composer): remove a warning.

        ** See Bug #52794.

        (e_msg_composer_get_message_draft): save sign/encrypt settings to
        X-Evolution-Format header.
        (e_msg_composer_new_with_message): restore sign/encrypt settings
        from X-Evolution-Format header.
        (e_msg_composer_set_pgp_sign, e_msg_composer_set_pgp_encrypt)
        (e_msg_composer_set_smime_sign, e_msg_composer_set_smime_encrypt):
        Set composer changed if it did.

svn path=/trunk/; revision=24211
2004-01-14 04:25:25 +00:00
31d60040af bump version and requirements
2004-01-12  JP Rosevear  <jpr@ximian.com>

	* configure.in: bump version and requirements

svn path=/trunk/; revision=24193
2004-01-13 04:30:14 +00:00
6390a47a1f added "View To", "View Post To" menu items, made it possible to see both
2004-01-12  Meilof Veeningen  <meilof@wanadoo.nl>

	* e-msg-composer.[ch]: added "View To", "View Post To" menu items,
	made it possible to see both at the same time, new
	e_msg_composer_new_with_type, only visibility info of headers if
	in the visible mask.

	* e-msg-composer.[ch]: replaced folder selection button by entry
	with selection button next to it, enabled multiple folder selection,
	made it possible to see both To and PostTo fields, disabled
	setting the "X-Evolution-PostTo" header.

svn path=/trunk/; revision=24179
2004-01-12 22:21:26 +00:00
2fd22d547c Implemented #127527: the attachment bar is packed inside an EExpander
2003-12-02  ERDI Gergo  <cactus@cactus.rulez.org>

        * e-msg-composer.c: Implemented #127527: the attachment bar is
        packed inside an EExpander

svn path=/trunk/; revision=24146
2004-01-10 16:14:17 +00:00
bddba4c088 s/unsaved files/unsaved messages/ as per bug #45407.
2004-01-09  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (autosave_manager_query_load_orphans):
	s/unsaved files/unsaved messages/ as per bug #45407.

svn path=/trunk/; revision=24140
2004-01-09 21:36:25 +00:00
9cf83b64d0 add an assertion for no account set. Discovered from bug #50786.
2004-01-08  Not Zed  <NotZed@Ximian.com>

        * e-msg-composer.c (set_editor_signature): add an assertion for no
        account set.  Discovered from bug #50786.

svn path=/trunk/; revision=24101
2004-01-08 03:23:46 +00:00
c18d2cf2ea Remove the 6-pixel border around the main window. That just looked ugly.
2004-01-07  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (create_composer): Remove the 6-pixel border
	around the main window. That just looked ugly.

svn path=/trunk/; revision=24093
2004-01-07 21:11:41 +00:00
9f97940f20 Missing changelog
svn path=/trunk/; revision=24084
2004-01-07 05:39:51 +00:00
c923f10cb9 Unifdef out the post-to code and fix it to use the new folder selection
2003-12-04  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer-hdrs.c (create_headers): Unifdef out the post-to
	code and fix it to use the new folder selection button.
	(e_msg_composer_hdrs_set_post_to): Same.
	(e_msg_composer_hdrs_get_post_to): Same.

svn path=/trunk/; revision=23634
2003-12-04 17:24:23 +00:00
7d18bf233d Do not depend on e-folder-list.
* gui/component/addressbook-config.c: Do not depend on
e-folder-list.

* gui/component/select-names/e-select-names.c: Remove dependency
on evolution-folder-selector-button.
(e_addressbook_create_folder_selector): Just return a FIXME label
for now.
(folder_selected): #if 0 out.
(e_select_names_init): Do not connect.

* gui/component/select-names/e-select-names-manager.c
(e_select_names_manager_activate_dialog): Don't get a shell_client
arg anymore.
(load_completion_books): Stub out.

* gui/component/select-names/e-select-names.c
(e_select_names_new): Don't get an EvolutionShellClient anymore.
Don't create the folder selector button for now.

* gui/component/select-names/e-select-names.h: Remove dependency
on evolution-shell-client.

* gui/component/select-names/e-select-names-bonobo.c: Remove
dependency on evolution-shell-client.
(impl_SelectNames_activate_dialog): Stub out.

* gui/widgets/eab-gui-util.c: Remove dependency on
evolution-shell-client.
(eab_transfer_contacts): Stub out.

* importers/icalendar-importer.c: Do not #include shell stuff.

* gui/main.c: Do not #include <evolution-shell-client.h>.

* gui/e-itip-control.c: Do not #include
<e-folder-selector-button.h> nor <evolution-shell-client.h>.
(start_default_server): Return FALSE.
(default_server_started_cb): Do not connect the "selected" signal
on the button since it's now NULL.
(button_selected_cb): #if 0 out.

* gui/e-cal-list-view.h: Do not #include
"evolution-activity-client.h".

* gui/tasks-component.c (impl_createControls): Give an empty label
for the status bar.

* gui/e-day-view.h: Remove all deps on evolution-activity-client.

* e-msg-composer-hdrs.c: Do not #include
<evolution-folder-selector-button.h>.
(e_msg_composer_hdrs_set_post_to): #if 0 out for now.
(e_msg_composer_hdrs_get_post_to): Likewise.

* mail-vfolder.c: Do not #include "evolution-shell-component.h".

* Makefile.am (libevolution_mail_la_SOURCES): Don't compile
mail-importer.[ch] for now.

* mail-component-factory.c: Do not #include
<evolution-shell-client.h>.
* mail-config.c: Likewise.

* mail-vfolder.h: Do not #include <evolution-storage.h> or
<evolution-shell-component.h>.

* mail.h: Do not #include <evolution-storage.h>.

* mail-ops.h: Do not #include <evolution-storage.h>.
(mail_scan_subfolders): Remove prototype.
(mail_update_subfolders): Likewise.

svn path=/trunk/; revision=23595
2003-12-03 15:37:56 +00:00
7af66de023 Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill the
2003-12-01  Rodney Dawes  <dobey@ximian.com>

	* Use BASE_VERSION for repo_ids and OAFIIDs
  * Update killev to kill the correct versions of gnome-spell and the
    GtkHTML Editor

svn path=/trunk/; revision=23543
2003-12-01 22:14:43 +00:00
2c1e306b97 autosave fix
2003-11-11  Radek Doulik  <rodo@ximian.com>

	* e-msg-composer.c (e_msg_composer_set_autosaved): new method to
	wrap autosaved flag setting
	(e_msg_composer_unset_autosaved): ditto
	(e_msg_composer_is_autosaved): new method, says if composer was
	autosaved only
	(autosave_save_draft): unset changed so that we don't autosave all
	the time when anything else than gtkhtml control changed

2003-11-06  Radek Doulik  <rodo@ximian.com>

	* e-msg-composer.c (autosave_save_draft): call gtkhtml's saved
	command to clean is-saved flag, set composer's autosaved flag
	(do_exit): complain if last save was just autosave
	(e_msg_composer_unset_changed): reset autosaved flag
	(save): reset autosaved flag

	* e-msg-composer.h: added autosaved flag, it tells whether last
	save was autosave or regular save, when changed flag is reset the
	autosaved one is reset too

svn path=/trunk/; revision=23526
2003-12-01 15:20:49 +00:00
483d484736 (create_headers): #if 0 the "post to"
stuff for now (it requires the global_shell_client and the
evolution_folder_selector_button which we don't have anymore).

svn path=/trunk/; revision=23504
2003-11-30 20:53:32 +00:00
7abb26b3fb switch from just checking SMIME_SUPPORTED to checking both HAVE_NSS and
2003-11-26  Chris Toshok  <toshok@ximian.com>

	* e-msg-composer.c (build_message): switch from just checking
	SMIME_SUPPORTED to checking both HAVE_NSS and SMIME_SUPPORTED.

svn path=/trunk/; revision=23497
2003-11-26 21:51:40 +00:00
82c33bb05b turn on deprecated gtk widgets
2003-11-26  JP Rosevear  <jpr@ximian.com>

	* Makefile.am: turn on deprecated gtk widgets

svn path=/trunk/; revision=23491
2003-11-26 15:27:31 +00:00
c960f0e4f8 changed to use ciphercontext directly to sign the message, no
2003-11-03  Not Zed  <NotZed@Ximian.com>

        * e-msg-composer.c (build_message): changed to use ciphercontext
        directly to sign the message, no multipart-signed usage.
        (build_message): do the same for multipart/encryption for gpg encrypting.

svn path=/trunk/; revision=23188
2003-11-05 00:44:28 +00:00
01ea888ce8 (SELECT_NAMES_OAFIID): Append "_2".
svn path=/trunk/; revision=23177
2003-11-03 21:09:29 +00:00
211e8e8b45 fix for e-account smime info changes. Also enforce having a signing
2003-10-31  Not Zed  <NotZed@Ximian.com>

        * e-msg-composer.c (build_message): fix for e-account smime info
        changes.  Also enforce having a signing certificate set in
        preferences before doing any signing.
        (from_changed_cb): handle smime sign/encrypt default for account
        (create_composer): force a from-changed when we start, to properly
        setup signing options.

svn path=/trunk/; revision=23146
2003-10-31 05:04:11 +00:00
066508d8f6 Turn on SMIME_SUPPORTED. (build_message): move some of the security code
2003-10-30  Not Zed  <NotZed@Ximian.com>

        * e-msg-composer.c: Turn on SMIME_SUPPORTED.
        (build_message): move some of the security code around, and fix
        up smime code.

svn path=/trunk/; revision=23128
2003-10-30 05:01:07 +00:00
21743ac2cf Merge new-ui-branch into the trunk.
svn path=/trunk/; revision=22966
2003-10-21 18:51:30 +00:00
dbe2c18c4c Don't blindly claim that the file exists and then ask the user if he/she
2003-09-26  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (save): Don't blindly claim that the file
	exists and then ask the user if he/she would like to overwrite
	it. First check that the file even exists, if not - then we've got
	a different error. Fixes bug #48759.

	* e-msg-composer-select-file.c (e_msg_composer_select_file): Use
	the proper selector title, otherwise it says "Attach files" when
	we are trying to save a message.

svn path=/trunk/; revision=22798
2003-10-06 16:56:52 +00:00
edafb41f2a Same as below.
2003-09-24  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer-attachment-bar.c (get_default_charset): Same as
	below.

	* e-msg-composer.c (composer_get_default_charset_setting): Handle
	empty-string as the charset value gotten from gconf as this can
	happen. Partial fix for bug #47638.

svn path=/trunk/; revision=22692
2003-09-24 20:12:02 +00:00
d652232d85 Add some assertion. Send Close response signal to the properties dialog
2003-09-13  Charles Zhang  <charles.zhang@sun.com>

	* e-msg-composer-attachment-bar.c (remove_attachment): Add some
	assertion. Send Close response signal to the properties dialog
	while removeing an attachment.
	* e-msg-composer-attachment-bar.c (remove_selected): Fix a re-
	remove-attachment bug. [#48466]

svn path=/trunk/; revision=22656
2003-09-23 08:18:40 +00:00
21c57eeb74 updated for CamelTransferEncoding namespace changes
2003-09-18  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer-attachment-bar.c: updated for
	CamelTransferEncoding namespace changes

	* e-msg-composer.c: updated for CamelTransferEncoding namespace
	changes

svn path=/trunk/; revision=22616
2003-09-18 19:01:13 +00:00
a72785e2a7 Updated for namespace changes in Camel.
2003-09-18  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer-attachment-bar.c:
	* e-msg-composer-attachment.c:
	* e-msg-composer.c: Updated for namespace changes in Camel.

svn path=/trunk/; revision=22611
2003-09-18 17:05:43 +00:00
a36a1bb70b ** Merge in mail-refactor-2-branch
2003-09-17  Not Zed  <NotZed@Ximian.com>

        ** Merge in mail-refactor-2-branch

svn path=/trunk/; revision=22601
2003-09-17 21:17:11 +00:00
20cff5d6ba (header_new_recipient): Make the entry
non-focusable again.  The right fix for A11Y is to add
accelerators.

svn path=/trunk/; revision=22575
2003-09-15 18:30:14 +00:00
c9150be94f Added an entry_uic field for a BonoboUIComponent for the non-control
2003-09-11  Federico Mena Quintero  <federico@ximian.com>

	* e-msg-composer.h (EMsgComposer): Added an entry_uic field for a
	BonoboUIComponent for the non-control entries (e.g. the Subject
	line).

	* e-msg-composer.c (create_composer): Set autoactivate to true on
	the HTML control's BonoboControlFrame.
	(setup_ui): Create the composer->entry_uic.
	(destroy): Free the composer->entry_uic.
	(entry_verbs): New array of verbs for the non-control entries.
	Moved the Edit* verbs to here, as they should not be part of the
	main set.
	(composer_entry_focus_in_event_cb): Load
	evolution-composer-entries.xml here for the non-control entries' UI.
	(composer_entry_focus_out_event_cb): Remove the menu items.

svn path=/trunk/; revision=22531
2003-09-11 20:46:28 +00:00
685a1ce3ce Connect response signal to attachment properties dialog, fix bug #47950.
2003-08-29  Antonio Xu  <antonio.xu@sun.com>

	* e-msg-composer-attachment.c (): Connect response signal to
	attachment properties dialog, fix bug #47950.

	* Makefile.am (INCLUDES): add EVOLUTION_IMAGESDIR define
	* e-msg-composer.c (create_composer): use EVOLUTION_IMAGESDIR
	and composer icon name to get the path of composer icon.
	[#47781]

svn path=/trunk/; revision=22411
2003-08-29 05:57:25 +00:00
a09cef605f temporarily reverting camel namespace changes until after other branches have been merged
svn path=/trunk/; revision=22374
2003-08-26 18:17:59 +00:00
cd393b7964 s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g
2003-08-26  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (message_rfc822_dnd):
	s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g

svn path=/trunk/; revision=22366
2003-08-26 16:07:04 +00:00
5ba76c1079 updated for namespace changed made to camel-mime-utils.[c,h]
2003-08-25  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer-attachment-bar.c: updated for namespace changed
	made to camel-mime-utils.[c,h]

	* e-msg-composer-attachment.c: updated for namespace changed made
	to camel-mime-utils.[c,h]

	* e-msg-composer.c: updated for namespace changed made to
	camel-mime-utils.[c,h]

svn path=/trunk/; revision=22356
2003-08-25 21:03:47 +00:00
ea129e916b Original patch from David Woodhouse, but modified a bit by me.
2003-08-19  Jeffrey Stedfast  <fejj@ximian.com>

	* Original patch from David Woodhouse, but modified a bit by me.

	* e-msg-composer.c (handle_mailto): Fix insertion of arbitrary
	headers from mailto: links. Ignore From: and Reply-To: headers.

svn path=/trunk/; revision=22285
2003-08-19 15:22:50 +00:00
eceeca1b9f fixed an insulting error message. Fixes bug #47413.
2003-08-13  Lorenzo Gil Sanchez  <lgs@sicem.biz>

	* e-msg-composer-hdrs.c (account_removed_cb): fixed an insulting
	error message. Fixes bug #47413.

svn path=/trunk/; revision=22220
2003-08-13 17:24:23 +00:00
3c7a8efead This needs to use camel_data_wrapper_decode_to_stream() rather than
2003-08-13  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer-attachment-bar.c (update): This needs to use
	camel_data_wrapper_decode_to_stream() rather than
	write_to_stream(). Also simplify a bit - no sense looping to load
	the pixbuf data into the gdk-pixbuf loader 4K at a time when we
	have the whole thing in a memory buffer already. Once done, unref
	the stream instead of closing it so we don't leak.
	(attach_to_multipart): Use decode_to_stream().

	* e-msg-composer-attachment.c (e_msg_composer_attachment_new):
	Avoid constructing thwe data-wrapper from the stream twice for
	message/rfc822 parts.

svn path=/trunk/; revision=22213
2003-08-13 16:30:35 +00:00
15aaf53b7d don't set the rawtext bit anymore.
2003-07-16  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer-attachment-bar.c (attach_to_multipart): don't set
	the rawtext bit anymore.

	* e-msg-composer.c (build_message): Convert the plain part's
	content stream from UTF-8 to whatever charset we want.

svn path=/trunk/; revision=22172
2003-08-11 17:59:54 +00:00
3eb627ba99 add the drop type of mozilla browser link to make composer support to
2003-08-04  Antonio Xu  <antonio.xu@sun.com>

	* e-msg-composer.c (drag_data_received): add the drop type of
	mozilla browser link to make composer support to handle mozilla
	DnD data.  [#47131]

svn path=/trunk/; revision=22077
2003-08-04 12:50:11 +00:00
3cddd709b7 fixed the ChangeLog
svn path=/trunk/; revision=22018
2003-07-29 16:59:42 +00:00
c97141a4c8 add gdk_pixbuf_loader_close to close pix buffer loading. [#45908]
2003-07-29  Antonio Xu <antonio.xu@sun.com>

       * e-msg-composer-attachment-bar.c  (update): add
       gdk_pixbuf_loader_close to close pix buffer loading.  [#45908]

svn path=/trunk/; revision=22008
2003-07-29 11:08:47 +00:00
ce5e9c005b bump editor version
svn path=/trunk/; revision=21974
2003-07-25 22:09:02 +00:00