Matthew Barnes
f5bed9bf7b
** Fixes bug #495123
...
2007-11-27 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #495123
* composer/Makefile.am:
Add a bunch of files for managing composer headers.
* composer/e-msg-composer.c (build_message), (from_changed_cb),
(set_editor_signature), (e_msg_composer_set_body),
(e_msg_composer_get_preferred_account):
* plugins/exchange-operations/exchange-mail-send-options.c
(append_to_header):
Use e_msg_composer_hdrs_get_from_account() to obtain the EAccount.
* composer/e-msg-composer-hdrs.c:
* composer/e-msg-composer-hdrs.h:
Massive refactoring to use new EComposerHeader classes.
* composer/e-composer-header.c:
* composer/e-composer-header.h:
* composer/e-composer-from-header.c:
* composer/e-composer-from-header.h:
* composer/e-composer-name-header.c:
* composer/e-composer-name-header.h:
* composer/e-composer-post-header.c:
* composer/e-composer-post-header.h:
* composer/e-composer-text-header.c:
* composer/e-composer-text-header.h:
New GObject classes manage different types of composer headers.
See bug #495123 for a more detailed description of each class.
* mail/mail-session.c (mail_session_init):
Pass the CamelSession to the EAccountComboBox class (ugly hack).
* widgets/misc/Makefile.am:
Add e-account-combo-box.[ch].
* widgets/misc/e-account-combo-box.c:
* widgets/misc/e-account-combo-box.h:
New widget renders an EAccountList as a combo box. Also listens
for changes to the EAccountList and updates itself accordingly.
svn path=/trunk/; revision=34600
2007-11-27 20:24:44 +00:00
Matthew Barnes
9e4fcb29cf
** Remove trailing whitespace from source code.
...
2007-11-14 Matthew Barnes <mbarnes@redhat.com >
** Remove trailing whitespace from source code.
svn path=/trunk/; revision=34537
2007-11-14 22:04:21 +00:00
Milan Crha
5a310a5c7f
** Fix for bug #318592
...
2007-11-01 Milan Crha <mcrha@redhat.com >
** Fix for bug #318592
* e-msg-composer.h: (e_msg_composer_link_clicked):
* e-msg-composer.c: (e_msg_composer_link_clicked):
Helper function to response on editor's "link_clicked" event.
* listener.c: (impl_event): Call helper function on that event.
svn path=/trunk/; revision=34477
2007-11-01 13:35:45 +00:00
Matthew Barnes
88a914e0e8
** Miscellaneous compiler warning fixes.
...
2007-11-01 Matthew Barnes <mbarnes@redhat.com >
** Miscellaneous compiler warning fixes.
* composer/e-msg-composer.c (e_msg_composer_set_body_text):
* shell/e-user-creatable-items-handler.c (ensure_menu_items):
Don't compare a character pointer to a string literal.
* widgets/table/e-table-click-to-add.c (etcta_add_message):
Fix a const warning.
svn path=/trunk/; revision=34476
2007-11-01 11:26:50 +00:00
Kjartan Maraas
907d1861ab
Remove one more unused header.
...
2007-10-31 Kjartan Maraas <kmaraas@gnome.org >
* e-msg-composer.c: Remove one more unused header.
svn path=/trunk/; revision=34465
2007-10-31 11:50:32 +00:00
Kjartan Maraas
c21840ff45
Remove unneeded include
...
2007-10-30 Kjartan Maraas <kmaraas@gnome.org >
* e-msg-composer-hdrs.c: Remove unneeded include
svn path=/trunk/; revision=34456
2007-10-30 22:17:42 +00:00
Kjartan Maraas
a1794552bd
Warning fixes. - NULL vs. 0 - ANSIfication of declarations - mixing code
...
2007-10-25 Kjartan Maraas <kmaraas@gnome.org >
* e-msg-composer.c:
* e-msg-composer.h:
* listener.c:
Warning fixes.
- NULL vs. 0
- ANSIfication of declarations
- mixing code and declarations
svn path=/trunk/; revision=34427
2007-10-26 07:50:39 +00:00
Milan Crha
e20645bcc7
** Fix for bug #412360
...
2007-10-11 Milan Crha <mcrha@redhat.com >
** Fix for bug #412360
* e-msg-composer-hdrs.c: (entry_query_tooltip):
New callback to query tooltip over GtkEntry.
* e-msg-composer-hdrs.c: (connect_entry_for_tooltip):
New function to connect GtkEntry to previous function and let it works.
* e-msg-composer-hdrs.c: (create_addressbook_entry), (create_headers):
Connect entries for tooltips.
svn path=/trunk/; revision=34375
2007-10-11 14:09:51 +00:00
Matthew Barnes
e30af5958d
Remove the entry_pixcache array to silence the run-time warnings when
...
2007-10-03 Matthew Barnes <mbarnes@redhat.com >
* composer/e-msg-cmposer.c:
Remove the entry_pixcache array to silence the run-time warnings
when opening a new composer window. The composer seems to work
fine without them; not sure why it was needed in the first place.
svn path=/trunk/; revision=34350
2007-10-03 21:08:53 +00:00
Matthew Barnes
09d4af6fff
** Fixes bug #469657
...
2007-10-02 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #469657
* addressbook/importers/evolution-ldif-importer.c:
* calendar/gui/comp-editor-factory.c:
* composer/e-msg-composer.c:
* e-util/e-config-listener.c:
* mail/em-composer-prefs.c:
* mail/em-folder-tree-model.c:
* mail/em-format.c:
* mail/em-format-html.c:
* mail/em-migrate.c:
* mail/em-subscribe-editor.c:
* mail/mail-component.c:
* mail/mail-send-recv.c:
* mail/message-list.c:
* mail/importers/elm-importer.c:
* plugins/exchange-operations/exchange-folder-size-display.c:
* plugins/mono/mono-plugin.c:
* shell/e-shell-settings-dialog.c:
* tools/killev.c:
* widgets/table/e-table-extras.c:
* widgets/table/e-table-selection-model.c:
Use destroy functions in GHashTables to simplify memory management.
svn path=/trunk/; revision=34344
2007-10-02 11:54:42 +00:00
Matthew Barnes
54d4e5e5f8
** Fixes bug #477045
...
2007-09-27 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #477045
* addressbook/gui/component/addressbook-component.c:
* addressbook/gui/component/addressbook-view.c:
* addressbook/gui/contact-editor/e-contact-editor-address.c:
* addressbook/gui/contact-editor/e-contact-editor-fullname.c:
* addressbook/gui/contact-editor/e-contact-editor-im.c:
* addressbook/gui/widgets/e-addressbook-view.c:
* addressbook/gui/widgets/eab-contact-display.c:
* calendar/gui/calendar-commands.c:
* calendar/gui/calendar-component.c:
* calendar/gui/dialogs/cal-attachment-select-file.c:
* calendar/gui/dialogs/comp-editor.c:
* calendar/gui/dialogs/event-editor.c:
* calendar/gui/dialogs/task-editor.c:
* calendar/gui/e-cal-popup.c:
* calendar/gui/e-calendar-table.c:
* calendar/gui/e-calendar-view.c:
* calendar/gui/e-day-view.c:
* calendar/gui/e-memo-table.c:
* calendar/gui/e-week-view.c:
* calendar/gui/memos-component.c:
* calendar/gui/memos-control.c:
* calendar/gui/tasks-component.c:
* calendar/gui/tasks-control.c:
* composer/e-msg-composer-select-file.c:
* composer/e-msg-composer.c:
* mail/em-folder-tree.c:
* mail/em-folder-view.c:
* mail/em-popup.c:
* mail/mail-component.c:
* mail/mail-mt.c:
* mail/mail-send-recv.c:
* mail/message-list.c:
* plugins/exchange-folder-permission.c:
* plugins/exchange-folder.c:
* plugins/groupwise-features/share-folder-common.c:
* shell/e-shell-window-commands.c:
* ui/evolution-addressbook.xml:
* ui/evolution-calendar.xml:
* ui/evolution-composer-entries.xml:
* ui/evolution-editor.xml:
* ui/evolution-event-editor.xml:
* ui/evolution-mail-list.xml:
* ui/evolution-mail-message.xml:
* ui/evolution-memos.xml:
* ui/evolution-message-composer.xml:
* ui/evolution-subscribe.xml:
* ui/evolution-task-editor.xml:
* ui/evolution-tasks.xml:
* ui/evolution.xml:
Use standard icon names where applicable.
svn path=/trunk/; revision=34322
2007-09-27 17:48:23 +00:00
Srinivasa Ragavan
5ca0c326fd
Removed em-attachment* from the build. Remains in the CVS, just incase to
...
2005-07-11 Srinivasa Ragavan <sragavan@novell.com >
* Makefile.am: Removed em-attachment* from the build.
Remains in the CVS, just incase to revert in case of issues.
Should go away after 2.3.5.
svn path=/trunk/; revision=34295
2007-09-21 17:26:24 +00:00
Dan Winship
95abffbf73
Remove this. It was only used by e-icon-list, which is no longer there.
...
2003-07-23 Dan Winship <danw@ximian.com >
* bad-icon.xpm: Remove this. It was only used by e-icon-list,
which is no longer there.
svn path=/trunk/; revision=34294
2007-09-21 17:20:03 +00:00
Matthew Barnes
5ad1bf8506
Remove the --enable-file-chooser configure option.
...
GtkFileChooser has been around since 2004.
svn path=/trunk/; revision=34257
2007-09-14 15:29:05 +00:00
Matthew Barnes
94344e1efa
** Fixes bug #476040
...
2007-09-12 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #476040
* calendar/gui/e-day-view.c:
* calendar/gui/e-week-view.c:
* calendar/gui/dialogs/comp-editor.c:
* composer/e-msg-composer.c:
* composer/e-msg-composer-attachment-bar.c:
* mail/em-folder-browser.c:
* mail/message-list.c:
* widgets/misc/e-attachment-bar.c:
Use "mail-attachment" icon instead of "stock_attach".
Use "mail-attachment" icon for unknown attachment types.
svn path=/trunk/; revision=34240
2007-09-12 16:10:25 +00:00
Milan Crha
e0965ab239
2007-09-07 mcrha Fix for bug #473903
...
svn path=/trunk/; revision=34192
2007-09-07 07:51:47 +00:00
Srinivasa Ragavan
19e564f320
** Fix for bug #471791 (Move away from asserts to g_ret*)
...
svn path=/trunk/; revision=34158
2007-09-02 18:54:06 +00:00
Matthew Barnes
8e47917e8c
Update FSF address in header comments ( #469886 ). Patch from Tobias
...
2007-09-02 Matthew Barnes <mbarnes@redhat.com >
* Update FSF address in header comments (#469886 ).
Patch from Tobias Mueller.
svn path=/trunk/; revision=34151
2007-09-02 04:19:22 +00:00
Matthew Barnes
67c9a151f7
** Fixes bug #355766
...
2007-08-24 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #355766
* plugins/print-message/print-message.c (org_gnome_print_preview):
Call e_msg_composer_get_message_print().
* composer/e-msg-composer.[ch] (e_msg_composer_get_message_print):
New function overrides composer flags for printing.
Patch by Mayank Jain.
svn path=/trunk/; revision=34099
2007-08-24 17:10:58 +00:00
Sankar P
559de8bd1b
Committed on behalf of Raghavendran <raghavguru7@gmail.com>
...
2007-08-23 Sankar P <psankar@novell.com >
* Committed on behalf of Raghavendran <raghavguru7@gmail.com >
** Fix for bug #328405
* e-msg-composer.c: (e_msg_composer_show_sig_file):
A signature will be attached when redirecting an email.
Fixes that issue.
svn path=/trunk/; revision=34071
2007-08-23 10:09:53 +00:00
Milan Crha
ca5d6d6a33
2007-08-16 mcrha Part of fix for bug #350539
...
svn path=/trunk/; revision=34017
2007-08-16 10:51:06 +00:00
Johnny Jacob
12612097ba
Fix for Bug 462138 – Signature on top doesn't work... Committed on behalf of P
...
Sankar <psankar@novell.com >
svn path=/trunk/; revision=33977
2007-08-10 10:08:45 +00:00
Hiroyuki Ikezoe
e0b92a2aaa
** Fix for bug #455799
...
2007-08-04 Hiroyuki Ikezoe <poincare@ikezoe.net >
** Fix for bug #455799
Remove all .cvsignore and update svn:ignore porperty in whole
directories.
svn path=/trunk/; revision=33945
2007-08-03 23:52:01 +00:00
Hiroyuki Ikezoe
6700c0d335
** Fix for bug #462332
...
2007-08-02 Hiroyuki Ikezoe <poincare@ikezoe.net >
** Fix for bug #462332
* e-msg-composer.c: Handle _NETSCAPE_URL correctly.
Suppress many warnings.
Remove unused e_msg_composer_show_attachments().
svn path=/trunk/; revision=33929
2007-08-02 11:55:36 +00:00
Srinivasa Ragavan
8d7c41d839
** Fix for downstream bug from openSUSE (bnc #271045 )
...
svn path=/trunk/; revision=33921
2007-08-01 08:08:43 +00:00
Sankar P
d79a01ea94
Provide support for keeping your signature on top while replying.
...
2007-07-16 Sankar P <psankar@novell.com >
Provide support for keeping your signature on top while replying.
svn path=/trunk/; revision=33808
2007-07-16 10:46:42 +00:00
Srinivasa Ragavan
09d322fde5
Fix for build break
...
* e-msg-composer.h: Fix for build break
svn path=/trunk/; revision=33789
2007-07-09 11:28:57 +00:00
Johnny Jacob
3a4e7f76f3
Added prototypes for e_msg_composer_get_raw_message_text and
...
2007-07-09 Johnny Jacob <jjohnny@novell.com >
* e-msg-composer.h : Added prototypes for
e_msg_composer_get_raw_message_text and
e_msg_composer_get_attachment_bar
svn path=/trunk/; revision=33779
2007-07-09 09:19:20 +00:00
Srinivasa Ragavan
301528d84b
Commit for tnef attachment and attachment reminder
...
svn path=/trunk/; revision=33769
2007-07-08 20:06:54 +00:00
Srinivasa Ragavan
46d8a6320e
** Fix for bug #444107
...
svn path=/trunk/; revision=33691
2007-06-18 04:59:42 +00:00
Bastien Nocera
2763090eb3
Use the proper object to send the signal on ( Closes : #442631 )
...
2007-06-13 Bastien Nocera <hadess@hadess.net >
* e-msg-composer.c: (composer_key_pressed): Use the
proper object to send the signal on (Closes : #442631 )
svn path=/trunk/; revision=33673
2007-06-13 10:50:57 +00:00
Sankar P
eb2fe82d41
M composer/ChangeLog M composer/e-msg-composer.c M mail/ChangeLog M
...
2007-06-13 Sankar P <psankar@novell.com >
M composer/ChangeLog
M composer/e-msg-composer.c
M mail/ChangeLog
M mail/em-folder-view.c
Fixes build break by including missing headers.
See #442631
svn path=/trunk/; revision=33670
2007-06-13 05:55:25 +00:00
Bastien Nocera
d31f48d6db
Add support for the XF86Reply and XF86MailForward multimedia keys (Closes:
...
2007-06-12 Bastien Nocera <hadess@hadess.net >
* em-folder-view.c: (emfv_list_key_press):
Add support for the XF86Reply and XF86MailForward multimedia
keys (Closes : #442631 )
2007-06-12 Bastien Nocera <hadess@hadess.net >
* e-msg-composer.c: (composer_key_pressed):
Add support for the XF86Send multimedia key
(Closes : #442631 )
2007-06-12 Bastien Nocera <hadess@hadess.net >
* configure.in: Detect the X11/XF86keysym.h header, and
enable multimedia keys if available (Closes : #442631 )
svn path=/trunk/; revision=33668
2007-06-12 15:02:29 +00:00
Srinivasa Ragavan
8bebb05056
** Fix for bug #386503 from Matthew Barnes
...
svn path=/trunk/; revision=33647
2007-06-03 15:07:55 +00:00
Srinivasa Ragavan
4823916613
** Fix for bug #315012 from Pascal Terjan
...
svn path=/trunk/; revision=33611
2007-06-01 18:21:13 +00:00
Matthew Barnes
64977cb1bc
Massive code cleanup (bug #429422 )
...
svn path=/trunk/; revision=33432
2007-04-19 18:53:33 +00:00
Srinivasa Ragavan
97c166f97e
Fix for bug #356523 from Martin Olsson
...
svn path=/trunk/; revision=33405
2007-04-09 06:26:03 +00:00
Sankar P
bab13ad62c
Patch committed on behalf of Paul Iadonisi <pri.gnome-bz@iadonisi.to>
...
2007-04-05 Sankar P <psankar@novell.com >
* Patch committed on behalf of Paul Iadonisi <pri.gnome-bz@iadonisi.to >
* e-msg-composer-hdrs.c: (create_from_optionmenu):
Show only enabled accounts on composer.
Look at bug #243241
svn path=/trunk/; revision=33384
2007-04-05 08:12:44 +00:00
Matthew Barnes
72f0d0c000
Fix "incompatible pointer type" warnings ( #360619 ).
...
2007-03-29 Matthew Barnes <mbarnes@redhat.com >
* calendar/gui/e-day-view.c:
* calendar/gui/e-week-view.c:
* calendar/gui/tasks-control.c:
* composer/e-msg-composer-select-file.c:
* mail/em-account-editor.c:
* mail/em-folder-view.c:
* mail/em-format-html-display.c:
* mail/em-format-html.c:
* mail/em-format.h:
* mail/em-mailer-prefs.c:
* mail/em-vfolder-rule.c:
* mail/mail-ops.c:
* mail/mail-send-recv.c:
* mail/message-list.c:
* plugins/bbdb/gaimbuddies.c:
* plugins/itip-formatter/itip-formatter.c:
* plugins/save-calendar/save-calendar.c:
* shell/e-shell-window.c:
* widgets/misc/e-icon-entry.c:
* widgets/table/e-table-header-utils.c:
* widgets/table/e-table-item.c:
* widgets/table/e-tree-header-item.c:
* widgets/table/e-tree-table-adapter.c:
Fix "incompatible pointer type" warnings (#360619 ).
svn path=/trunk/; revision=33339
2007-03-29 17:29:46 +00:00
Matthew Barnes
c8d411ce2b
Don't mix declarations and code ( #405495 ).
...
2007-03-27 Matthew Barnes <mbarnes@redhat.com >
* a11y/e-table/gal-a11y-e-cell-text.c:
* a11y/e-table/gal-a11y-e-cell-vbox.c:
* addressbook/gui/component/addressbook-component.c:
* addressbook/gui/component/addressbook-view.c:
* addressbook/gui/contact-editor/e-contact-editor.c:
* addressbook/gui/contact-editor/e-contact-quick-add.c:
* addressbook/gui/widgets/e-addressbook-view.c:
* addressbook/gui/widgets/eab-contact-display.c:
* addressbook/gui/widgets/gal-view-minicard.c:
* calendar/gui/alarm-notify/alarm-queue.c:
* calendar/gui/dialogs/comp-editor.c:
* calendar/gui/dialogs/event-page.c:
* calendar/gui/dialogs/memo-page.c:
* calendar/gui/dialogs/task-page.c:
* calendar/gui/e-cal-popup.c:
* calendar/gui/e-meeting-list-view.c:
* calendar/gui/e-tasks.c:
* calendar/gui/gnome-cal.c:
* composer/e-msg-composer.c:
* mail/em-folder-browser.c:
* mail/em-format.c:
* mail/em-popup.c:
* plugins/exchange-operations/exchange-account-setup.c:
* plugins/exchange-operations/exchange-calendar.c:
* plugins/exchange-operations/exchange-config-listener.c:
* plugins/exchange-operations/exchange-contacts.c:
* plugins/import-ics-attachments/icsimporter.c:
* widgets/misc/e-filter-bar.c:
* widgets/misc/e-multi-config-dialog.c:
* widgets/table/e-cell-checkbox.c:
* widgets/table/e-table-header-item.c:
Don't mix declarations and code (#405495 ).
svn path=/trunk/; revision=33324
2007-03-27 11:28:14 +00:00
Matthew Barnes
cba3097cad
** Fixes bug #419524
...
2007-03-20 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #419524
* Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>.
* e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list):
* mail/em-migrate.c (emm_setup_initial):
* shell/e-component-registry.c (query_components):
* shell/e-shell-settings-dialog.c (load_pages):
* shell/e-shell-window-commands.c (command_quick_reference):
* tools/killev.c (main):
Use g_get_language_names() instead of gnome_i18n_get_language_list().
* e-util/e-util.c: Remove e_gettext().
* e-util/Makefile.am: Remove e-i18n.h.
svn path=/trunk/; revision=33319
2007-03-20 17:23:58 +00:00
Matthew Barnes
27cf0a5283
** Fixes bug #360240
...
2007-03-16 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #360240
* addressbook/gui/widgets/e-addressbook-view.c
(e_contact_print_button):
* addressbook/printing/e-contact-print.c (complete_sequence),
(e_contact_build_style), (e_contact_print_response),
(e_contact_print_contact_list_dialog_new):
* shell/e-shell-importer.c (importer_file_page_new):
* plugins/startup-wizard/startup-wizard.c
(startup_wizard_timezone_page):
* mail/em-vfolder-rule.c (select_source_with_changed), (get_widget):
* mail/em-format-quote.c (emfq_format_source):
* mail/mail-ops.c (save_messages_save):
* mail/em-format.c (emf_init):
* mail/em-format-html-display (em_format_html_get_search_dialog),
(em_format_html_display_seearch_with), (ehhd_resize),
(efhd_attachment_optional), (efhd_format_optional):
* mail/em-folder-view.c (emfv_init):
* mail/message-list.c (ml_tree_value_at):
* composer/e-msg-composer-hdrs (header_new_recipient):
* composer/e-msg-composer.c (e_msg_composer_show_help), (drop_action):
* widgets/table/e-cell-text.c (ect_free_color):
* widgets/misc/e-calendar-item.c (e_calendar_item_unrealize):
* widgets/misc/e-icon-entry.c (e_icon_entry_pack_widget):
Remove unused variables.
svn path=/trunk/; revision=33315
2007-03-16 21:13:06 +00:00
Veerapuram Varadhan
b3554a5cca
** Fixes #401546 - Commit the missing error string and remove the button
...
from the toolbar and also dis-associate the accelarator key.
svn path=/trunk/; revision=33256
2007-02-26 14:42:44 +00:00
Sankar P
dd4681234b
Use ~/.evolution as the auto-save location.
...
2007-02-26 Sankar P <psankar@novell.com >
* e-msg-composer.c: (autosave_manager_query_load_orphans),
(autosave_init_file):
Use ~/.evolution as the auto-save location.
* Patch pushed upstream from Red Hat
by Matthew Barnes <mbarnes@redhat.com >
* Fixes #336612
svn path=/trunk/; revision=33252
2007-02-26 10:45:01 +00:00
Srinivasa Ragavan
54e7f2a59e
Fix for bug #343943
...
svn path=/trunk/; revision=33249
2007-02-26 07:04:56 +00:00
Raghavendran
fcfe102b0c
**Fixes bug #343943 Added code for tab sequence to go from BCC into Body.
...
2007-01-25 Raghavendran <raghavguru7@gmail.com >
**Fixes bug #343943
* e-msg-composer.c:Added code for tab sequence to go from
BCC into Body.
svn path=/trunk/; revision=33149
2007-01-25 16:04:19 +00:00
Raghavendran R
7f17eb8d4d
, (e_msg_composer_remove_header): Added code for modifying and removing
...
2007-01-18 Raghavendran R<raghavguru7@gmail.com >
* e-msg-composer.[c,h]:
(e_msg_composer_modify_header): ,
(e_msg_composer_remove_header):
Added code for modifying and removing camel
mime message header .
(menu_send_options_cb):Creates and emits the event
when send options is clicked .
svn path=/trunk/; revision=33136
2007-01-22 18:57:16 +00:00
Srinivasa Ragavan
1ba2383270
** Fixes bug #261062
...
svn path=/trunk/; revision=32827
2006-09-29 08:18:34 +00:00
Matthew Barnes
b67fa40029
Fixes #351332
...
2006-09-18 Matthew Barnes <mbarnes@redhat.com >
Fixes #351332
* e-msg-composer.c: Fix implicit function declarations.
svn path=/trunk/; revision=32790
2006-09-18 17:21:36 +00:00
Andre Klapper
fb9d18611d
close an html tag properly. Fixes bug #350154 .
...
2006-08-06 Andre Klapper <a9016009@gmx.de >
* e-msg-composer.c: close an html tag properly. Fixes bug #350154 .
svn path=/trunk/; revision=32480
2006-08-06 13:59:04 +00:00