aboutsummaryrefslogtreecommitdiffstats
path: root/dns/p5-Net-DNS-TestNS/Makefile
blob: c39a310dcc3e488a86e629665a17fb5a64d4fea6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
# $FreeBSD$

PORTNAME=   Net-DNS-TestNS
PORTVERSION=    1.10
PORTREVISION=   1
CATEGORIES= dns perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:OLAF
PKGNAMEPREFIX=  p5-

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Perl extension for simulating simple Nameservers

BUILD_DEPENDS=  p5-Net-DNS>=0.64:${PORTSDIR}/dns/p5-Net-DNS \
        p5-XML-LibXML>=1.53:${PORTSDIR}/textproc/p5-XML-LibXML
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USE_PERL5=  configure
USES=       perl5

.include <bsd.port.mk>
'>| | | svn path=/trunk/; revision=7948 * gnome_dialog_grab_focus() on the Yes button. Fixes bug #1242.Federico Mena Quintero2001-02-042-3/+10 | | | | | | | | | 2001-02-03 Federico Mena Quintero <federico@ximian.com> * gui/dialogs/save-comp.c (save_component_dialog): gnome_dialog_grab_focus() on the Yes button. Fixes bug #1242. svn path=/trunk/; revision=7947 * Make sure we have gnome-libs 1.2.9 or higher.Federico Mena Quintero2001-02-042-2/+6 | | | | | | | | 2001-02-03 Federico Mena Quintero <federico@ximian.com> * configure.in: Make sure we have gnome-libs 1.2.9 or higher. svn path=/trunk/; revision=7946 * Updated russian translation.Valek Frob2001-02-032-876/+1182 | | | | svn path=/trunk/; revision=7945 * Dont overwrite the end of our bitmap array.Not Zed2001-02-021-1/+2 | | | | | | | | | 2001-02-02 Not Zed <NotZed@Ximian.com> * e-table-selection-model.c (model_row_deleted): Dont overwrite the end of our bitmap array. svn path=/trunk/; revision=7944 * allow --enable/disable-ldap.Chris Toshok2001-02-022-4/+11 | | | | | | | | 2001-02-01 Chris Toshok <toshok@ximian.com> * configure.in: allow --enable/disable-ldap. svn path=/trunk/; revision=7943 * Cleaned up so we dont add an unecessary level of indenting.Not Zed2001-02-023-65/+115 | | | | | | | | | | | | | | | | | | 2001-02-02 Not Zed <NotZed@Ximian.com> * mail-send-recv.c (mail_send_receive): Cleaned up so we dont add an unecessary level of indenting. * message-list.c (ml_tree_value_at): For collapsed tree nodes, scan the collapses nodes for the unread and status information. Since we dont really have fake nodes anymore. 2001-01-30 Ian Campbell <ijc25@cam.ac.uk> * message-list.c: Add support for new icons for being read/unread for fake root messages on threads. svn path=/trunk/; revision=7942 * Add missing header for cancel check stuff.Not Zed2001-02-024-4/+25 | | | | | | | | | | | | | | | | 2001-02-02 Not Zed <NotZed@Ximian.com> * camel-stream-fs.c: Add missing header for cancel check stuff. * camel-session.c (camel_cancel_cancel): Fix a wrong cast. * camel-mime-part.c (init_header_name_table): Setup a new table header_formatted_table, that lists headers that we dont want to fold (they've already been folded). (write_to_stream): Check for already formatted headers, and dont try and fold them. This is a fix for bug #1097. svn path=/trunk/; revision=7941 * Final docs.Iain Holmes2001-02-026-4/+36 | | | | svn path=/trunk/; revision=7940 * More docs...Iain Holmes2001-02-0214-102/+152 | | | | svn path=/trunk/; revision=7939 * Wheeee pretty documentationIain Holmes2001-02-0228-0/+2194 | | | | svn path=/trunk/; revision=7938 * cmd / widgetify.Michael Meeks2001-02-023-48/+44 | | | | | | | | 2001-02-02 Michael Meeks <michael@helixcode.com> * evolution-calendar.xml: cmd / widgetify. svn path=/trunk/; revision=7937 * Fix this script to make it work with Solaris. Patch from Louise Miller.Jason Leach2001-02-022-19/+32 | | | | | | | | | 2001-02-01 Jason Leach <jasonleach@usa.net> * tools/killev: Fix this script to make it work with Solaris. Patch from Louise Miller. svn path=/trunk/; revision=7936 * for message menuJakub Steiner2001-02-023-0/+281 | | | | svn path=/trunk/; revision=7935 * apply filtersJakub Steiner2001-02-021-0/+45 | | | | svn path=/trunk/; revision=7934 * settings/mail filtersJakub Steiner2001-02-021-0/+71 | | | | svn path=/trunk/; revision=7933 * for the view menuJakub Steiner2001-02-022-0/+62 | | | | svn path=/trunk/; revision=7932 * i hope it's not confusing. should stand for 'hide selected images'Jakub Steiner2001-02-011-0/+33 | | | | svn path=/trunk/; revision=7931 * show all messagesJakub Steiner2001-02-011-0/+27 | | | | svn path=/trunk/; revision=7930 * new appointmentJakub Steiner2001-02-011-0/+0 | | | | svn path=/trunk/; revision=7929 * If we are folding, drop the space at the end of the line.Not Zed2001-02-012-0/+8 | | | | | | | | | 2001-02-01 Not Zed <NotZed@Ximian.com> * camel-mime-utils.c (header_fold): If we are folding, drop the space at the end of the line. svn path=/trunk/; revision=7928 * make the segfault caused by double clicking into a critical warning untilLarry Ewing2001-02-011-0/+1 | | | | | | | | | 2001-01-31 Larry Ewing <lewing@ximian.com> * e-table-item.c (view_to_model_col): make the segfault caused by double clicking into a critical warning until it can be fixed. svn path=/trunk/; revision=7927 * added gboolean draw_borders to make it compile, probably some forgottenRadek Doulik2001-02-011-0/+2 | | | | | | | | | 2001-01-31 Radek Doulik <rodo@ximian.com> * gal/e-text/e-entry.h: added gboolean draw_borders to make it compile, probably some forgotten commit of e-entry.h svn path=/trunk/; revision=7926 * Terminology fixesSzabolcs Ban2001-02-012-44/+47 | | | | svn path=/trunk/; revision=7925 * new contact mbar iconJakub Steiner2001-01-311-0/+137 | | | | svn path=/trunk/; revision=7924 * the old stuff was kinkyJakub Steiner2001-01-3110-0/+0 | | | | svn path=/trunk/; revision=7923 * Fixed allocation and placement of text for no bordered text.Christopher James Lahey2001-01-311-16/+33 | | | | | | | | | 2001-01-30 Christopher James Lahey <clahey@ximian.com> * gal/e-text/e-entry.c (canvas_size_allocate, et_set_arg): Fixed allocation and placement of text for no bordered text. svn path=/trunk/; revision=7922 * Fixed allocation and placement of text window.Christopher James Lahey2001-01-312-25/+34 | | | | | | | | | | | 2001-01-30 Christopher James Lahey <clahey@ximian.com> * gal/e-text/e-entry.c (canvas_size_allocate, et_set_arg): Fixed allocation and placement of text window. * gal/e-text/e-text.c (e_text_draw): Fixed display of the text. svn path=/trunk/; revision=7920 * Turn on joining of cancelled threads. (e_msgport_wait): Put a cleanupNot Zed2001-01-312-1/+18 | | | | | | | | | | 2001-01-30 Not Zed <NotZed@Ximian.com> * e-msgport.c (e_thread_destroy): Turn on joining of cancelled threads. (e_msgport_wait): Put a cleanup handler to clear the mp lock if it happens in cond_wait, since it will be locked again. svn path=/trunk/; revision=7919 * Updated Spanish translationHector Garcia2001-01-312-1083/+1199 | | | | svn path=/trunk/; revision=7918 * Fix bug in autodetected mboxesIain Holmes2001-01-313-44/+65 | | | | | | Only allow one send and recv dialog at once. svn path=/trunk/; revision=7917 * Inform people when they can't import a file.Iain Holmes2001-01-312-9/+22 | | | | svn path=/trunk/; revision=7916 * Fix mishandling of --without-samba due to a typo.Pavel Roskin2001-01-311-1/+1 | | | | | | | * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of --without-samba due to a typo. svn path=/trunk/; revision=7914 * Fix typo.Kjartan Maraas2001-01-302-1/+5 | | | | | | | | 2001-01-30 Kjartan Maraas <kmaraas@gnome.org> * folder-browser.c: Fix typo. svn path=/trunk/; revision=7913 * Reverted the latest change to EText since we're in feature freeze.Christopher James Lahey2001-01-306-333/+63 | | | | | | | | 2001-01-30 Christopher James Lahey <clahey@helixcode.com> * Reverted the latest change to EText since we're in feature freeze. svn path=/trunk/; revision=7912 * Mark a string for translation. Mark a bunch of strings for translation.Kjartan Maraas2001-01-303-20/+26 | | | | | | | | | 2001-01-30 Kjartan Maraas <kmaraas@gnome.org> * gui/e-calendar-table.c: Mark a string for translation. * gui/e-itip-control.c: Mark a bunch of strings for translation. svn path=/trunk/; revision=7911 * Made the contained %ETableItem have cursor_mode asChristopher James Lahey2001-01-304-34/+45 | | | | | | | | | | | | | | | | 2001-01-30 Christopher James Lahey <clahey@helixcode.com> * e-table-click-to-add.c (etcta_event): Made the contained %ETableItem have cursor_mode as %E_TABLE_CURSOR_SPREADSHEET. * e-table-defines.h, e-table-item.c, e-table-specification.c: Added a new cursor mode E_TABLE_CURSOR_SPREADSHEET. This is accessed using cursor_mode="spreadsheet" in your specification xml, as well as by the click_to_add item. It is identical to E_TABLE_CURSOR_SIMPLE, except that tab goes to the next item in the table instead of to the next widget. svn path=/trunk/; revision=7910 * Made carriage return finish editing.Christopher James Lahey2001-01-302-31/+56 | | | | | | | | | | | | 2001-01-30 Christopher James Lahey <clahey@helixcode.com> * e-table-click-to-add.c (etcta_event): Made carriage return finish editing. * e-table-item.c (eti_event): Made carriage return key press signal go out before sending it to the selection model. svn path=/trunk/; revision=7909 * make sure we convert from utf-8 before creating the option menu items.Larry Ewing2001-01-302-2/+11 | | | | | | | | | 2001-01-30 Larry Ewing <lewing@ximian.com> * e-msg-composer-hdrs.c (create_optionmenu): make sure we convert from utf-8 before creating the option menu items. svn path=/trunk/; revision=7908 * Add a #include <sys/time.h> to work around libgnomeprint.h's lack ofEttore Perazzoli2001-01-302-0/+5 | | | | | | it. svn path=/trunk/; revision=7907 * #ifdef INCLUDE_FILE_SOURCE. (table_add_elem): add help_text parameter andChris Toshok2001-01-302-15/+87 | | | | | | | | | | | | | | | 2001-01-29 Chris Toshok <toshok@ximian.com> * gui/component/addressbook-config.c (addressbook_config_source_label): #ifdef INCLUDE_FILE_SOURCE. (table_add_elem): add help_text parameter and set up focus_in events to display the help in the dialog's html area. (focus_help): new function, calls put_html on the help text. (addressbook_ldap_auth_item_new): add help texts. (addressbook_source_item_new): add help texts. (addressbook_source_dialog): add help texts. svn path=/trunk/; revision=7906 * Cast the camel_stream_mem_new() to a CamelStreamMem.Jeffrey Stedfast2001-01-303-2/+7 | | | | | | | | | 2001-01-29 Jeffrey Stedfast <fejj@helixcode.com> * mail-importer.c (mail_importer_add_line): Cast the camel_stream_mem_new() to a CamelStreamMem. svn path=/trunk/; revision=7905 * reviewed by: JP Rosevear <jpr@ximian.com>Eskil Heyn Olsen2001-01-303-1/+12 | | | | | | | | | | | | reviewed by: JP Rosevear <jpr@ximian.com> * acconfig.h: Added the ENABLE_NNTP define * configure.in: Fixed the NNTP m4 section. svn path=/trunk/; revision=7904 * It's a ChangeLogIain Holmes2001-01-301-0/+7 | | | | svn path=/trunk/; revision=7903 * Remove the FIXME in the glade dialog, and put a nasty hack to change theIain Holmes2001-01-302-3/+26 | | | | | | label of the button to "Import" svn path=/trunk/; revision=7902 * Use hlook and vlook so by default we get no text in vertical mode, andMichael Meeks2001-01-303-7/+7 | | | | | | | | | | 2001-01-30 Michael Meeks <michael@helixcode.com> * evolution.xml: Use hlook and vlook so by default we get no text in vertical mode, and priority only in horizontal mode. svn path=/trunk/; revision=7901 * Fixed some typos.Kjartan Maraas2001-01-302-2/+6 | | | | | | | | 2001-01-30 Kjartan Maraas <kmaraas@gnome.org> * importer/importer.c: Fixed some typos. svn path=/trunk/; revision=7900 * Updated Norwegian translation.Kjartan Maraas2001-01-303-1277/+1413 | | | | | | | | 2001-01-30 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation. svn path=/trunk/; revision=7899 * Remvoe the stream locking here. I think this was leading to a deadlockNot Zed2001-01-302-4/+6 | | | | | | | | | | 2001-01-30 Not Zed <NotZed@Ximian.com> * camel-remote-store.c (timeout_cb): Remvoe the stream locking here. I think this was leading to a deadlock when a keepalive is being sent, in imap. svn path=/trunk/; revision=7898 * looks more like a pile of cards..Jakub Steiner2001-01-301-75/+134 | | | | svn path=/trunk/; revision=7897 * <gnome.h> trimming to reduce compilation time. Likewise. Likewise.Federico Mena Quintero2001-01-3022-24/+38 | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-01-29 Federico Mena Quintero <federico@ximian.com> * gui/calendar-config.c: <gnome.h> trimming to reduce compilation time. * gui/calendar-summary.c: Likewise. * gui/e-calendar-table.c: Likewise. * gui/e-day-view-time-item.c: Likewise. * gui/e-day-view.c: Likewise. * gui/e-itip-control.c: Likewise. * gui/e-meeting-edit.c: Likewise. * gui/e-meeting-edit.h: Likewise. * gui/e-tasks.c: Likewise. * gui/e-week-view.c: Likewise. * gui/event-editor.c: Likewise. * gui/gnome-cal.c: Likewise. * gui/goto.c: Likewise. * gui/itip-utils.h: Likewise. * gui/main.c: Likewise. * gui/popup-menu.c: Likewise. * gui/print.c: Likewise. * gui/tasks-control-factory.c: Likewise. * gui/tasks-control.c: Likewise. * gui/tasks-migrate.c: Likewise. svn path=/trunk/; revision=7896 * Return efence ifdefs to 0 for solaris buildJP Rosevear2001-01-302-2/+6 | | | | | | | | 2001-01-29 JP Rosevear <jpr@ximian.com> * main.c: Return efence ifdefs to 0 for solaris build svn path=/trunk/; revision=7895 * Connect to the model's "position" signal. (e_text_init): Set default valueJon Trowbridge2001-01-306-63/+333 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-01-29 Jon Trowbridge <trow@gnu.org> * gal/e-text/e-text.c (e_text_init): Connect to the model's "position" signal. (e_text_init): Set default value for rgba_object as blue. (e_text_destroy): Disconnect model position signal. (fix_selection): Some extra sanity checking to keep the selection from spilling outside of the bounds of the text string as it expands or contracts. Should be obsolete due to the changes to objectify_uris --- but I'll leave this in here for now, in an attempt to avoid non-\0-terminated strings, segfaults, and all of that fun stuff. (e_text_text_model_position): Move our cursor according to the suggestions made by our ETextModel, via the "position" signal. (text_width_with_objects): Check that text is not NULL. (text_draw_with_objects): Accept an extra GdkGC for use in drawing objects. (e_text_set_arg): Properly handle the "position" signal when changing models. (e_text_draw): Initialize the GC for drawing objects, if necessary. (_insert): Comment out the code that adjustes text->selection_*. The cursor is now moved by the ETextModel directly via the position signal, not by the view. * gal/e-text/e-text-model-uri.c (objectify_uris): Add more sophisticated uri recognition via regular expressions. (objectify_uris): Changed to track position changes as model->text expands and contracts along with the objects. Block the objectification of any chunks of text that straddle our current position. (e_text_model_uri_set_text): Added position info to objectify_uris call. (e_text_model_uri_insert): Added position info to objectify_uris call. (e_text_model_uri_insert_length): Added position info to objectify_uris call. (e_text_model_uri_delete): Added position info to objectify_uris call. * gal/e-text/e-text-model.c (e_text_model_class_init): Added a "position" signal that allows the ETextModel to send cursor positioning information back to any view. We need this for text with objects, where the text string can grow and shrink in ways that the view doesn't expect. (e_text_model_real_insert): Added sanity checking of args and a position emission. (e_text_model_real_insert_length): Added sanity checking of args and a position emission. (e_text_model_real_delete): Added sanity checking of args. (e_text_model_suggest_position): A wrapper around the "position" signal emitter. svn path=/trunk/; revision=7894 * Added Slovak messagesStano Visnovsky2001-01-305-0/+10 | | | | svn path=/trunk/; revision=7893 * configure.in: Added sk to ALL_LINGUASStano Visnovsky2001-01-303-1/+8 | | | | svn path=/trunk/; revision=7892 * Added initial Slovak translationStano Visnovsky2001-01-302-0/+7253 | | | | svn path=/trunk/; revision=7891 * Fixed [hu] entries in some .desktop filesSzabolcs Ban2001-01-291-1/+1 | | | | svn path=/trunk/; revision=7890 * Added e-cell-number.loChristopher James Lahey2001-01-293-1/+101 | | | | | | | | | | | | | | | | | | | | 2001-01-29 Christopher James Lahey <clahey@ximian.com> * gal/Makefile.am (libgal_la_LIBADD): Added e-cell-number.lo From gal/e-table/Changelog: 2001-01-29 Christopher James Lahey <clahey@ximian.com> * Makefile.am: Added e-cell-number.c and e-cell-number.h. * e-cell-number.c, e-cell-number.h: A new cell for rendering numbers. * e-table-extras.c (ete_init): Added a default number cell. Made the default size cell right aligned. svn path=/trunk/; revision=7889 * (build_tree): Oops, turn on BROKEN_ETREE again.Michael Zucci2001-01-292-3/+6 | | | | svn path=/trunk/; revision=7888 * Updated russian translation.Valek Frob2001-01-292-560/+362 | | | | svn path=/trunk/; revision=7887 * Debug function to compare the tree we think we have, after an incrementalNot Zed2001-01-297-25/+201 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-01-29 Not Zed <NotZed@Ximian.com> * message-list.c (tree_equal): Debug function to compare the tree we think we have, after an incremental update. (build_tree): Check the tree after we've built it. * mail-mt.c (mail_get_password): If we are being called from the main gui thread, then just call the dialogue directly. Ideally we dont want this anyway but lets handle the case nicely. (mail_get_password): Try locking around the password request, to single-queue any password requests. (mail_msg_init): Push an exit handler to clean it up on completion. * mail-send-recv.c (receive_update_got_store): New function called when the store has been retrieved asynchronously. (mail_send_receive): Get the store asynchronously. This was causing problems where the password dialogue would try and be called from the main thread via a message. * mail-ops.c (mail_get_store): New function to get a store (a)synchronously. More or less taken from subscribe-dialog, which i will remove later. (mail_scan_subfolders): Try running the scan subfolder thing asynchronously, to help startup time. Not sure if this will work, but presumably the shell can handle the folders appearing later ok. svn path=/trunk/; revision=7886 * Always include +1 for the size. 0*2 == 0, so malloc returns NULL, which isNot Zed2001-01-291-1/+1 | | | | | | | | | | 2001-01-29 Not Zed <NotZed@Ximian.com> * gal/widgets/e-unicode.c (e_utf8_xml1_decode): Always include +1 for the size. 0*2 == 0, so malloc returns NULL, which is not what we want. svn path=/trunk/; revision=7885 * Include the terminating NUL in the calculated string length. This hitNot Zed2001-01-292-1/+7 | | | | | | | | | | 2001-01-29 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-command.c (imap_command_strdup_vprintf): Include the terminating NUL in the calculated string length. This hit memcheck. svn path=/trunk/; revision=7884 * If we have waiting threads, then dont start a new one for the NEW case.Not Zed2001-01-292-8/+98 | | | | | | | | | | | | | 2001-01-29 Not Zed <NotZed@Ximian.com> * e-msgport.c (e_thread_put): If we have waiting threads, then dont start a new one for the NEW case. (thread_dispatch): For the NEW case, dont exit, just keep running, waiting for a new message to come along. (e_thread_destroy): When cleaning up NEW threads, cancel any non-busy threads. svn path=/trunk/; revision=7883 * Turns out that I was wrong about the g_get_real_name mem leak, god damnJeffrey Stedfast2001-01-292-3/+7 | | | | | | | | | | 2001-01-28 Jeffrey Stedfast <fejj@ximian.com> * mail-config-druid.c (set_defaults): Turns out that I was wrong about the g_get_real_name mem leak, god damn glib for not following the const char* standard. svn path=/trunk/; revision=7882 * Use UTF-8. (set_defaults): Use UTF-8 and also fixed a memory leak byJeffrey Stedfast2001-01-293-20/+41 | | | | | | | | | | | | | | | | | | | 2001-01-28 Jeffrey Stedfast <fejj@ximian.com> * mail-config-druid.c (management_prepare): Use UTF-8. (set_defaults): Use UTF-8 and also fixed a memory leak by freeing the string returned by g_get_real_name(). (mail_config_druid_get_account_name): Use UTF-8. (mail_config_druid_get_full_name): Same. (mail_config_druid_get_email_address): Same. (mail_config_druid_get_organization): Same. * mail-account-editor.c (apply_changes): Save UTF-8 strings rather than gtk strings. (construct): Use the UTF-8 convenience functions to set the gtk entries for the ID fields. svn path=/trunk/; revision=7881 * <gnome.h> trimming to reduce compilation time. Ditto. Ditto. Ditto. Ditto.Federico Mena Quintero2001-01-299-9/+32 | | | | | | | | | | | | | | 2001-01-25 Federico Mena Quintero <federico@ximian.com> * cal-util/timeutil.c: <gnome.h> trimming to reduce compilation time. * gui/dialogs/task-editor.c: Ditto. * gui/dialogs/cal-prefs-dialog.c: Ditto. * gui/dialogs/save-comp.c: Ditto. * gui/dialogs/delete-comp.c: Ditto. * gui/calendar-commands.c: Ditto. * gui/calendar-model.c: Ditto. svn path=/trunk/; revision=7880 * Update copyrights.Ettore Perazzoli2001-01-282-2/+2 | | | | svn path=/trunk/; revision=7879 * Make the advanced search dialog use stock buttons. Make the OK buttonEttore Perazzoli2001-01-283-1/+17 | | | | | | the default button in the advanced search and vfolder dialogs. svn path=/trunk/; revision=7878 * Update copyright and add myself as the author.Ettore Perazzoli2001-01-281-2/+6 | | | | svn path=/trunk/; revision=7877 * Make the ESearchBar pretty by using the same border for the dropdownEttore Perazzoli2001-01-282-3/+31 | | | | | | | | button as the option menu, and adding the right amount of empty space on the right, to match the size of a scrollbar. (The latter is just a dirty ugly bad hack, but it's fine for now.) svn path=/trunk/; revision=7876 * Made the scrolling to show the current roll happen in a time out.Christopher James Lahey2001-01-282-2/+52 | | | | | | | | | 2001-01-28 Christopher James Lahey <clahey@helixcode.com> * e-table-item.c, e-table-item.h: Made the scrolling to show the current roll happen in a time out. svn path=/trunk/; revision=7875 * Don't #define __GNOME_I18N_H__ if it's already defined.Chyla Zbigniew2001-01-283-110/+259 | | | | | | | | | | | | | | | | | | | | | | | * gal/util/e-i18n.h: Don't #define __GNOME_I18N_H__ if it's already defined. *gal/util/e-xml-utils.c: Functions moved from Gnumeric: e_xml_get_child_by_name_by_lang_list, e_xml_get_child_by_name_by_lang_list_with_score (static), e_xml_get_child_by_name_no_lang. New functions (for completness): e_xml_get_integer_prop_by_name_with_default, e_xml_get_string_prop_by_name_with_default, e_xml_get_uint_prop_by_name, e_xml_get_uint_prop_by_name_with_default, e_xml_set_uint_prop_by_name. Now every e_xml_get_*_prop_by_name function just calls e_xml_get_*_prop_by_name_with_default with some sensible default value. Formatting fixes here and there. svn path=/trunk/; revision=7874 * Change the appearance of the scroll frame in the folder creationEttore Perazzoli2001-01-282-1/+7 | | | | | | dialog to have an "in" shadow. svn path=/trunk/; revision=7873 * Update copyrights for files modified in year 2001.Ettore Perazzoli2001-01-2818-20/+18 | | | | svn path=/trunk/; revision=7872 * Make the vfolder and "advanced search" dialogs a bit larger for betterEttore Perazzoli2001-01-283-0/+10 | | | | | | usability. svn path=/trunk/; revision=7871 * Documented.Ettore Perazzoli2001-01-281-4/+14 | | | | svn path=/trunk/; revision=7870 * Changed the EDropdownButton so that it works more like a standard menuEttore Perazzoli2001-01-283-16/+60 | | | | | | | | bar (i.e. the menu is popped up on button_press instead of button_release). Now it is also based on GtkToggleButton, so it stays pushed down when the menu is on the screen. svn path=/trunk/; revision=7869 * Woooho. Fixed resize of popped-up folder bars.Ettore Perazzoli2001-01-282-2/+17 | | | | | | | Thanks to clahey for discovering a stupid mistake in the signal handler signatures. svn path=/trunk/; revision=7868 * Changed to use mail_save_part to save the data in another thread.Not Zed2001-01-284-57/+135 | | | | | | | | | | | | | | 2001-01-28 Not Zed <NotZed@Ximian.com> * mail-display.c (write_data_to_file): Changed to use mail_save_part to save the data in another thread. (save_data_cb): Hide the fileselector once we have a button press, and are saving stuff. * mail-ops.c (mail_save_part): New function to save a part content asynchronously. svn path=/trunk/; revision=7867 * Updated Spanish translationHector Garcia2001-01-282-475/+446 | | | | svn path=/trunk/; revision=7866 * Don't handle home and end keys since %ETable deals with them now.Christopher James Lahey2001-01-282-10/+5 | | | | | | | | | 2001-01-27 Christopher James Lahey <clahey@helixcode.com> * folder-browser.c (etable_key): Don't handle home and end keys since %ETable deals with them now. svn path=/trunk/; revision=7865 * Make home and end keys move to the beginning and end of the row if cursorChristopher James Lahey2001-01-284-0/+62 | | | | | | | | | | | | | | | | | | | | 2001-01-27 Christopher James Lahey <clahey@helixcode.com> * e-table-item.c (eti_event): Make home and end keys move to the beginning and end of the row if cursor mode is set to E_TABLE_CURSOR_SIMPLE. Otherwise have %ETableSelectionModel handle them. * e-table-selection-model.c, e-table-selection-model.h: Added a "cursor_mode" argument. (e_table_selection_model_key_press): Made home and end keys move the beginning and end of the table if cursor_mode is E_TABLE_CURSOR_MODE_LINE. * e-table.c: Set the cursor-mode argument of our %ETableSelectionModel. svn path=/trunk/; revision=7864 * Protect against NULL address pointers. (subject_compare): Same but forJeffrey Stedfast2001-01-282-0/+12 | | | | | | | | | | 2001-01-27 Jeffrey Stedfast <fejj@ximian.com> * message-list.c (address_compare): Protect against NULL address pointers. (subject_compare): Same but for subject pointers. svn path=/trunk/; revision=7863 * Someone forgot to update this when removing a file it uses. This wasJulian Missig2001-01-282-1/+5 | | | | | | | | | 2001-01-27 Julian Missig <julian@jabber.org> * POTFILES.in: Someone forgot to update this when removing a file it uses. This was preventing evolution from compiling... svn path=/trunk/; revision=7862 * shell compile fixes (some #includes pointing to old headers) to goJacob Leach2001-01-284-4/+10 | | | | | | with removing widgets/shortcut-bar because it's in gal. svn path=/trunk/; revision=7861 * Change (nonexistant) importer.sgml references to evolution-importer.sgmlJohn R. Sheets2001-01-284-24/+34 | | | | | | | | | 2001-01-26 John R. Sheets <dusk@ravendusk.org> * importer/Makefile.am: Change (nonexistant) importer.sgml references to evolution-importer.sgml to fix dependency problem. svn path=/trunk/; revision=7860 * Don't link with the old widgets/shortcut-bar/libshortcut-bar.la anymore,Jason Leach2001-01-272-1/+6 | | | | | | | | | | 2001-01-27 Jason Leach <jasonleach@usa.net> * Makefile.am (evolution_LDADD): Don't link with the old widgets/shortcut-bar/libshortcut-bar.la anymore, gal has the new shortcut-bar. svn path=/trunk/; revision=7859 * remove widgets/shortcut-bar/Makefile from here.Jason Leach2001-01-272-1/+5 | | | | | | | | | 2001-01-27 Jason Leach <jasonleach@usa.net> * configure.in (AC_OUTPUT): remove widgets/shortcut-bar/Makefile from here. svn path=/trunk/; revision=7858 * cvs remove all files in shortcut-bar/, this widget is now in gal, will beJason Leach2001-01-2719-7532/+7 | | | | | | | | | | | 2001-01-27 Jason Leach <jasonleach@usa.net> * cvs remove all files in shortcut-bar/, this widget is now in gal, will be maintained there. * Makefile.am (SUBDIRS): Remove shortcut-bar from here. svn path=/trunk/; revision=7857 * warnings go byebyeIain Holmes2001-01-272-3/+11 | | | | svn path=/trunk/; revision=7856 * Make the ESearchBar use the new EDropdownButton widget.Ettore Perazzoli2001-01-273-146/+217 | | | | svn path=/trunk/; revision=7855 * Fix the API to EDropdownButton by removing args that don't make muchEttore Perazzoli2001-01-274-21/+13 | | | | | | sense. svn path=/trunk/; revision=7854 * ...And the ChangeLog too.Ettore Perazzoli2001-01-271-0/+4 | | | | svn path=/trunk/; revision=7853 * Ooops, forgot to commit the Makefile.Ettore Perazzoli2001-01-271-9/+27 | | | | svn path=/trunk/; revision=7852 * New, simple dropdown button widget based on the thing that Damon didEttore Perazzoli2001-01-273-0/+390 | | | | | | in `e-meeting-time-sel.c'. svn path=/trunk/; revision=7851 * Menu cleanupsJP Rosevear2001-01-273-315/+84 | | | | | | | | | | 2001-01-27 JP Rosevear <jpr@ximian.com> * evolution-event-editor.xml: Menu cleanups * evolution-task-editor-dialog.xml: ditto svn path=/trunk/; revision=7850 * Make ETable stop editing when it looses focus.Christopher James Lahey2001-01-272-8/+32 | | | | | | | | | | | | | 2001-01-27 Christopher James Lahey <clahey@helixcode.com> * e-table-item.c (eti_event): Make ETable stop editing when it looses focus. * e-table.c (et_canvas_button_press): Make ETable stop editing if you click on an unhandled area of the table canvas (The white area at the bottom for instance.) svn path=/trunk/; revision=7849 * Fix the folder tree so that the icons don't look blurry anymore. (ForEttore Perazzoli2001-01-272-13/+26 | | | | | | | some reason, the `gdk_pixbuf_scale()' function seems to give me a modified copy of the image even for a 1.0 scaling factor.) svn path=/trunk/; revision=7848 * Replace the arrow icons in the ESelectNames component with "->" for aEttore Perazzoli2001-01-272-7/+13 | | | | | | better look. svn path=/trunk/; revision=7847 * Fixed a crash that could happen when destroying a control without anyEttore Perazzoli2001-01-272-2/+9 | | | | | | ical component in it. svn path=/trunk/; revision=7846 * Try a control before an embeddable instead of an embeddable before aEttore Perazzoli2001-01-272-15/+25 | | | | | | control when embedding something in the mail display. svn path=/trunk/; revision=7845 * Check for a NULL service->url as we obviously can't subscribe to foldersJeffrey Stedfast2001-01-273-21/+46 | | | | | | | | | | | | | 2001-01-26 Jeffrey Stedfast <fejj@ximian.com> * subscribe-dialog.c (populate_store_foreach): Check for a NULL service->url as we obviously can't subscribe to folders on a non-existant mail source :-) (subscribe_do_get_store): Check for a NULL url here too, not that we should need it anymore (due to the above fix) but it doesn't hurt. Also, should we wait on the thread? Probably doesn't matter. svn path=/trunk/; revision=7844 * Fix some compile problems and stop the blank mail appearing with the mboxIain Holmes2001-01-274-8/+53 | | | | | | importer svn path=/trunk/; revision=7843 * Added; a new test program that demonstrates objects in ETexts.Jon Trowbridge2001-01-276-111/+776 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-01-26 Jon Trowbridge <trow@gnu.org> * gal/e-text/e-text-model-test.c: Added; a new test program that demonstrates objects in ETexts. * gal/e-text/e-text-model-uri.c: Added; a text model that converts URIs in the text into objects that are passed off to the GNOME URI handler when activated. This is actually still extremely broken; I got it just working enough to test out my EText changes. * gal/e-text/e-text.c: A whole lot of changes, designed to make ETextModel objects render properly. The basic idea of the changes is pretty simple, though. (text_width_with_objects): First of all, this function is an alternative to e_font_utf8_text_width that takes into the account the embedded \1s in the text string and properly accounts for the width of the object strings. (unicode_strlen_with_objects): Next, this function finds the proper strlen of a string, expanding the \1s. (text_draw_with_objects): Finally, this is just a replacement for e_font_draw_utf8_text that does the right thing for objects. I've gone through all of e-text.c and replace calls by those original functions with my new object-enabled alternatives. (split_into_lines): Some tweaking to get line breaking to work properly. Made \1 into a "break character", so that we can break lines between multiple adjacent objects. (Which seemed like the right thing to do, but there may be cases where that is undesireable.) (_get_position_from_xy): Fixed to properly handle embedded objects, and to get the right selection semantics for objects. (Or at least semantics that feel right to me.) Also fixed a bug that caused selection, etc. to not work properly if the text was anchored anywhere other than with GTK_ANCHOR_NORTH*. (_get_position): Hacked to cause objects to activate when they are double-clicked. There is probably a better way to do this. * gal/e-text/e-text-model.c (e_text_model_real_object_count): Provide a default implementation of an object counter. Derived classes might want to override this for efficiency reasons. (e_text_model_strdup_expanded_text): Added. Allocates and returns a string contains the model's text with the objects "expanded" within. * gal/e-text/e-text-model.h: Added obj_count, get_nth_obj, and activate_nth_obj virtual methods to ETextModelClass. svn path=/trunk/; revision=7842 * Remove all instances of non-portable macro `__FUNCTION__' from theEttore Perazzoli2001-01-276-19/+22 | | | | | | shell. svn path=/trunk/; revision=7841 * Updated brazilian portuguese translationGustavo Maciel Dias Vieira2001-01-272-4049/+4541 | | | | | | | | 2001-01-26 Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br> * pt_BR.po: Updated brazilian portuguese translation svn path=/trunk/; revision=7840 * Updated Spanish translationHector Garcia2001-01-272-232/+253 | | | | svn path=/trunk/; revision=7839 * Fix an uninitialized variable use.Dan Winship2001-01-272-4/+8 | | | | | | | * mail-identify.c (mail_identify_mime_part): Fix an uninitialized variable use. svn path=/trunk/; revision=7838 * (Fixing an old FIXME)Jason Leach2001-01-262-12/+10 | | | | | | | | | | | | 2001-01-26 Jason Leach <jasonleach@usa.net> (Fixing an old FIXME) * component-factory.c (create_vfolder_storage): removing create_vfolder_storage, replacing call to it with vfolder_create_storage. svn path=/trunk/; revision=7837 * Updated russian translation.Valek Frob2001-01-262-282/+314 | | | | svn path=/trunk/; revision=7836 * Define BROKEN_ETREE again, till we get this stuff fixed better.Not Zed2001-01-263-9/+24 | | | | | | | | | | | | | | | | | | | 2001-01-26 Not Zed <NotZed@Ximian.com> * message-list.c (build_tree): Define BROKEN_ETREE again, till we get this stuff fixed better. 2001-01-25 Not Zed <NotZed@Ximian.com> * folder-browser.c: Moved teh "sender contains" item to the end of the list, so the gui doesn't suddenly change on everyone. Fixed the sender-contains search string to be a valid s-exp (ha, didn't test it even once eh ettore?!) (search_save): Dont have the sender contains as the default case (which well, never gets called anyway), oops i guess i should've reviewed the patch a little more. svn path=/trunk/; revision=7835 * Fix the "sender contain" quicksearch rule by adding a missingEttore Perazzoli2001-01-262-3/+9 | | | | | | | parenthesis; also make it the last item on the OptionMenu instead of the first one. svn path=/trunk/; revision=7834 * Yes, some more screw ups...Iain Holmes2001-01-262-16/+7 | | | | | | This cvs thing, I don't get it, I wrap my hand in plastic to try to look through it. svn path=/trunk/; revision=7833