aboutsummaryrefslogtreecommitdiffstats
path: root/palm/makeztxt
ModeNameSize
-rw-r--r--Makefile563logstatsplainblame
-rw-r--r--distinfo66logstatsplainblame
d---------files380logstatsplain
-rw-r--r--pkg-descr291logstatsplainblame
-rw-r--r--pkg-plist13logstatsplainblame
ss='deletions'>-459/+486 | | | | | | | | 2003-04-17 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=20883 * Urls are unlikely to end with punctuation or closing braces, so strip anyJeffrey Stedfast2003-04-184-5/+30 | | | | | | | | | | | | | | | | | | | 2003-04-16 Jeffrey Stedfast <fejj@ximian.com> * camel-url-scanner.c (camel_url_web_end): Urls are unlikely to end with punctuation or closing braces, so strip any of those off the end of the url. Fixes bug #41461. * tests/mime-filter/data/html.1.out: Removed a trailing \n at the end of the file, this is incorrect (since out input file does not contain one). * camel-mime-filter-tohtml.c (html_convert): Only output a <br> if we found an eoln in the input. Along the same lines, don't write a '\n' to the output buffer unless we've encountered that eoln in the input. Fixes bug #41407. svn path=/trunk/; revision=20882 * Turn off debugging. Fixes bug #41469.Jeffrey Stedfast2003-04-182-1/+5 | | | | | | | | 2003-04-16 Jeffrey Stedfast <fejj@ximian.com> * e-config-upgrade.c: Turn off debugging. Fixes bug #41469. svn path=/trunk/; revision=20881 * Fixes #41459JP Rosevear2003-04-173-10/+19 | | | | | | | | | | 2003-04-17 JP Rosevear <jpr@ximian.com> Fixes #41459 * gui/dialogs/meeting-page.c: comment out delegation stuff svn path=/trunk/; revision=20880 * Fixes #34498Rodrigo Moya2003-04-172-4/+19 | | | | | | | | | | | | | | | 2003-04-17 Rodrigo Moya <rodrigo@ximian.com> Fixes #34498 * gui/alarm-notify/alarm-queue.c: added a 'uid' field to the CompQueuedAlarms structure. (remove_queued_alarm): free the 'uid' field when freeing the structure. (add_component_alarms): g_strdup the component's UID and use that as the key for the hash table. svn path=/trunk/; revision=20879 * Update Czech translationMiloslav Trmac2003-04-172-431/+422 | | | | svn path=/trunk/; revision=20878 * remove the help menu item handling, as the help menu is removed. Clean upNot Zed2003-04-172-7/+5 | | | | | | | | | 2003-04-17 Not Zed <NotZed@Ximian.com> * mail-signature-editor.c (menu_help): remove the help menu item handling, as the help menu is removed. Clean up of #38927. svn path=/trunk/; revision=20877 * Remove the Help menu. 'Fix' for #38927.Not Zed2003-04-172-4/+5 | | | | | | | | | 2003-04-17 Not Zed <NotZed@Ximian.com> * evolution-signature-editor.xml: Remove the Help menu. 'Fix' for #38927. svn path=/trunk/; revision=20876 * Remove COMPONENTDIR and set BINDIR and VERSION instead.Not Zed2003-04-177-12/+26 | | | | | | | | | | | | | | | | 2003-04-16 Not Zed <NotZed@Ximian.com> * importers/Makefile.am (%.server.in): Remove COMPONENTDIR and set BINDIR and VERSION instead. * (importers/GNOME_Evolution_Mail_Pine_Intelligent_Importer.server.in.in, importers/GNOME_Evolution_Mail_Mbox_Importer.server.in.in, importers/GNOME_Evolution_Mail_Outlook_Importer.server.in.in, importers/GNOME_Evolution_Mail_Netscape_Intelligent_Importer.server.in.in, importers/GNOME_Evolution_Mail_Elm_Intelligent_Importer.server.in.in:) : Convert the type back to exe, and point to the main evolution executable. Fixes #41164. svn path=/trunk/; revision=20875 * Dont assume adding 1 to line length will go to the next line. e.g. for dosNot Zed2003-04-173-26/+46 | | | | | | | | | | | 2003-04-17 Not Zed <NotZed@Ximian.com> * camel-multipart-signed.c (parse_content): Dont assume adding 1 to line length will go to the next line. e.g. for dos lines that end in \r\n. Fix for #41163. (parse_boundary): util function to help above. svn path=/trunk/; revision=20874 * Removed erroneous line. Thanks to Christian Rose who reported that issue.Christian Neumair2003-04-173-2/+6 | | | | | | | | * POTFILES.in: Removed erroneous line. Thanks to Christian Rose who reported that issue. * POTFILES.skip: Removed obsolete line. svn path=/trunk/; revision=20873 * Updated Swedish translation.Christian Rose2003-04-172-557/+556 | | | | | | | | 2003-04-17 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. svn path=/trunk/; revision=20872 * schema keys can't be directories (#41419)Jeremy Katz2003-04-172-1/+5 | | | | | | | | 2003-04-16 Jeremy Katz <katzj@redhat.com> * evolution-mail.schemas: schema keys can't be directories (#41419) svn path=/trunk/; revision=20871 * set width and alignment of layout. (generate_layout): set width onMike Kestner2003-04-171-12/+29 | | | | | | | | | | | | | | | | | 2003-04-16 Mike Kestner <mkestner@ximian.com> * e-cell-text.c (build_layout): set width and alignment of layout. (generate_layout): set width on existing layout and pass new width param to build_layout. (ect_draw): pass width to generate_layout (ect_height): pass width to generate_layout (ect_enter_edit): pass width to generate_layout (ect_max_width): pass width to generate_layout (ect_max_width_by_row): pass width to generate_layout (ect_show_tooltip): pass width to generate_layout (e_cell_text_view_command): pass width to generate_layout svn path=/trunk/; revision=20870 * Fixes #41129, #41215, #41221, #41256Rodrigo Moya2003-04-1712-2759/+3019 | | | | | | | | | | | | | | | | | | | | | 2003-04-16 Rodrigo Moya <rodrigo@ximian.com> Fixes #41129, #41215, #41221, #41256 * gui/alarm-notify/alarm-notify.glade: * gui/dialogs/alarm-options.glade: * gui/dialogs/alarm-page.glade: * gui/dialogs/cal-prefs-dialog.glade: * gui/dialogs/e-delegate-dialog.glade: * gui/dialogs/meeting-page.glade: * gui/dialogs/recurrence-page.glade: * gui/dialogs/schedule-page.glade: * gui/dialogs/task-details-dialog.glade: * gui/dialogs/task-page.glade: * gui/dialogs/event-page.glade: set spacing to 6 pixels everywhere. svn path=/trunk/; revision=20869 * Fixes #41230JP Rosevear2003-04-172-10/+24 | | | | | | | | | | | | | | 2003-04-16 JP Rosevear <jpr@ximian.com> Fixes #41230 * gui/e-itip-control.c (show_current): make sure to pass TRUE for tasks (start_calendar_server): make sure we don't gtk_main_quit if we haven't gtk_main'ed (start_calendar_server_cb): ditto svn path=/trunk/; revision=20868 * Updated German translation.Christian Neumair2003-04-171-62/+63 | | | | svn path=/trunk/; revision=20867 * Fixed a logic error that was the cause of bug #41389.Jeffrey Stedfast2003-04-172-1/+6 | | | | | | | | | 2003-04-15 Jeffrey Stedfast <fejj@ximian.com> * mail-config-druid.c (config_wizard_set_page): Fixed a logic error that was the cause of bug #41389. svn path=/trunk/; revision=20866 * The gpg child process exiting does not necessarily mean that we've readyJeffrey Stedfast2003-04-172-6/+27 | | | | | | | | | | | | | | | | | | | | | | | 2003-04-15 Jeffrey Stedfast <fejj@ximian.com> * camel-gpg-context.c (gpg_verify): The gpg child process exiting does not necessarily mean that we've ready everything that we can from its pipes, so don't use gpg_ctx_op_exited() as a loop-exit condition. If for some reason the gpg child process does exit (due to an error), gpg_ctx_op_step() will eventually fail (as soon as it has finished reading any data in the pipes) and cause the loop to be terminated anyway. This fixes truncation of the gpg --verify stderr output that Evolution displays as the "validity report" (for lack of a better description). (gpg_ctx_op_step): Removed some debugging printf's (gpg_ctx_get_diagnostics): Use a bitfield to decide if we've already flushed the diagnostics stream, much simpler (plus we have plenty of bits to spare so might as well use them). (gpg_ctx_new): Fixed another logic bug which determined whether or not we should convert the gpg output from the locale charset into UTF-8. svn path=/trunk/; revision=20865 * Finished an #if 0'd out port to GObject from an #if 0'd out GtkObjectJeffrey Stedfast2003-04-173-11/+14 | | | | | | | | | 2003-04-14 Jeffrey Stedfast <fejj@ximian.com> * e-sexp.c: Finished an #if 0'd out port to GObject from an #if 0'd out GtkObject subclassing. svn path=/trunk/; revision=20864 * Fixes #39735 and 40257JP Rosevear2003-04-176-162/+132 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-04-15 JP Rosevear <jpr@ximian.com> Fixes #39735 and 40257 * gui/gnome-cal.c: convert float pane positions to ints (setup_widgets): set the initial position after realization and track the drags to get the new position, pack the panes slightly differently (gnome_calendar_set_pane_positions): set purely pixel oriented positions (gnome_calendar_update_config_settings): no need to update quanta setting (gnome_calendar_hpane_realized): realization callback (gnome_calendar_vpane_realized): ditto (gnome_calendar_vpane_resized): resize callback, store new size (gnome_calendar_hpane_resized): ditto * gui/calendar-model.c (get_due_status): handle an error getting the timezone * gui/calendar-config.c (calendar_config_get_hpane_pos): return an int (calendar_config_set_hpane_pos): take an int (calendar_config_get_vpane_pos): return an int (calendar_config_set_vpane_pos): take an int * gui/calendar-config.h: update protos * gui/apps_evolution_calendar.schemas: update defaults for pane positions svn path=/trunk/; revision=20863 * Increase the default value forEttore Perazzoli2003-04-163-13/+21 | | | | | | | | | | | | | | * apps_evolution_shell.schemas: Increase the default value for /schemas/apps/evolution/shell/view_defaults/folder_bar/width to 200. [#41002] * evolution-shell-component.c (owner_ping_callback): Enable this again. (setup_owner_pinging): Same. (impl_setOwner): Check if the shell is in-process and, if so, call setup_owner_pinging(). svn path=/trunk/; revision=20862 * (remove_bonobo_menus): Only do the actual removeEttore Perazzoli2003-04-162-0/+9 | | | | | | | if the ui component actually has a container; this suppresses a BonoboUI warning at each folder view switch. svn path=/trunk/; revision=20861 * Sort by the first column.Ettore Perazzoli2003-04-164-53/+57 | | | | | | | | | | | | | * e-summary-shown.c (SPEC): Sort by the first column. * e-summary-preferences.c: Removed members new_url_entry, new_name_entry from struct PropertyData. (rdf_new_url_clicked_cb): Port to GtkDialog and fix button order. Also, use gtk_dialog_run() instead of using callbacks. (add_dialog_clicked_cb): Removed. svn path=/trunk/; revision=20860 * Updated German translation and POTFILES.skip.Christian Neumair2003-04-163-259/+270 | | | | svn path=/trunk/; revision=20859 * For bug #41199.Not Zed2003-04-163-185/+285 | | | | | | | | | | | | | | | | | | | 2003-04-15 Not Zed <NotZed@Ximian.com> * For bug #41199. * subscribe-dialog.glade: New interface from Anna. Setup the wigdet names and add a progress bar, and set the default opening size to something reasonable. * subscribe-dialog.c (subscribe_dialog_construct): changes to match the glade file chagnes. remove the search stuff. hide the progress bar by default. (sc_activity_cb): show the progress bar when we're active, hide it when inactive. dont set any status. (struct _SubscribeDialogPrivate): Remove the appbar. svn path=/trunk/; revision=20858 * If we already have an evolution_dir, free the old one before setting itHans Petter Jansson2003-04-1610-18/+60 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-04-15 Hans Petter Jansson <hpj@ximian.com> * gui/calendar-component.c (owner_set_cb): If we already have an evolution_dir, free the old one before setting it anew. * gui/e-day-view-time-item.c (e_day_view_time_item_draw): Unref the metrics. * gui/e-day-view.c (e_day_view_style_set): Unref the metrics. (e_day_view_recalc_cell_sizes): We don't need font metrics here. (e_day_view_reshape_long_event): Ditto. * gui/e-meeting-model.c (init): Don't dup the string passed to e_table_without_hide(). * gui/e-meeting-time-sel.c (e_meeting_time_selector_style_set): Unref the metrics. (e_meeting_time_selector_recalc_date_form): Doesn't need metrics. * gui/e-week-view-main-item.c (e_week_view_main_item_draw_day): Unref the metrics. * gui/e-week-view.c (e_week_view_style_set): Unref metrics. (e_week_view_recalc_cell_sizes): Ditto. (e_week_view_reshape_event_span): Move Pango stuff to where it can't be leaked due to an early return. Unref metrics. * gui/weekday-picker.c (weekday_picker_style_set): Unref metrics. * gui/dialogs/meeting-page.c (meeting_page_finalize): Free default address. svn path=/trunk/; revision=20857 * delegationAaron Weber2003-04-162-52/+177 | | | | svn path=/trunk/; revision=20856 * Unref the metrics. (e_calendar_item_draw): Re-use the widget's contextHans Petter Jansson2003-04-163-3/+33 | | | | | | | | | | | | | | | | | | 2003-04-15 Hans Petter Jansson <hpj@ximian.com> * e-calendar-item.c (e_calendar_item_update): Unref the metrics. (e_calendar_item_draw): Re-use the widget's context instead of creating a new one. Unref the metrics. (e_calendar_item_draw_month): Unref the metrics. Don't create the layout where it might be leaked by an early return. Unref the layout before returning if we're outside the clip area. (e_calendar_item_draw_day_numbers): Unref the metrics. (e_calendar_item_recalc_sizes): Unref the metrics. (e_calendar_item_convert_position_to_day): Unref the metrics. * e-calendar.c (e_calendar_size_allocate): Unref the metrics. svn path=/trunk/; revision=20855 * Free the id when we're done with it.Hans Petter Jansson2003-04-161-0/+3 | | | | | | | | | 2003-04-15 Hans Petter Jansson <hpj@ximian.com> * gal-view-instance.c (gal_view_instance_get_popup_menu): Free the id when we're done with it. svn path=/trunk/; revision=20854 * Don't unref the layout that was passed in. (e_table_header_draw_button):Hans Petter Jansson2003-04-162-2/+4 | | | | | | | | | | | | | | 2003-04-15 Hans Petter Jansson <hpj@ximian.com> * e-table-header-utils.c (e_table_draw_elided_string): Don't unref the layout that was passed in. (e_table_header_draw_button): Always unref the layout when we're done with it. * e-tree-table-adapter.c (e_tree_table_adapter_load_expanded_state): Free the id when we're done with it. svn path=/trunk/; revision=20853 * Make sure any old symbol with the same name as the one being added, isHans Petter Jansson2003-04-162-0/+10 | | | | | | | | | | 2003-04-15 Hans Petter Jansson <hpj@ximian.com> * e-sexp.c (e_sexp_add_function) (e_sexp_add_ifunction): Make sure any old symbol with the same name as the one being added, is removed first. svn path=/trunk/; revision=20852 * fix padding and default size. Fixed warnings elsewhere in file.Mike Kestner2003-04-161-1/+7 | | | | | | | | | | 2003-04-15 Mike Kestner <mkestner@ximian.com> * gal-define-views-dialog.c (g_d_v_d_init): fix padding and default size. Fixed warnings elsewhere in file. (g_d_v_d_set_collection): set the dialog title svn path=/trunk/; revision=20851 * Free the temporary error text.Hans Petter Jansson2003-04-162-0/+5 | | | | | | | | 2003-04-15 Hans Petter Jansson <hpj@ximian.com> * mail-mt.c (mail_msg_check_error): Free the temporary error text. svn path=/trunk/; revision=20850 * Free the temporary string.Hans Petter Jansson2003-04-164-5/+29 | | | | | | | | | | | | | | 2003-04-15 Hans Petter Jansson <hpj@ximian.com> * e-setup.c (e_setup_check_config): Free the temporary string. * e-shell-user-creatable-items-handler.c (append_xml_for_menu_item): Free the icon xml string. * e-shell.c (parse_default_uri): Free the component name, the configuration path and the temporary path. svn path=/trunk/; revision=20849 * [ fixes #41252 ] change title from "Check Address" to "Full Address".Chris Toshok2003-04-162-1/+7 | | | | | | | | | | 2003-04-15 Chris Toshok <toshok@ximian.com> [ fixes #41252 ] * gui/contact-editor/fulladdr.glade: change title from "Check Address" to "Full Address". svn path=/trunk/; revision=20848 * Return FALSE so the signal gets propogated further up the chain. Fixes bugJeffrey Stedfast2003-04-162-2/+12 | | | | | | | | | | | | 2003-04-14 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer-attachment.c (file_name_focus_out_cb): Return FALSE so the signal gets propogated further up the chain. Fixes bug #41238. (e_msg_composer_attachment_edit): The focus-out-event signal name changed (although the old name still works...for now?). svn path=/trunk/; revision=20847 * Set the correct border width and vbox spacing to be HIG compliant. FixesJeffrey Stedfast2003-04-163-4/+18 | | | | | | | | | | | | | 2003-04-14 Jeffrey Stedfast <fejj@ximian.com> * mail-vfolder.c (vfolder_gui_add_rule): Set the correct border width and vbox spacing to be HIG compliant. Fixes bug #41209. (vfolder_edit_rule): Same here. * local-config.glade: Updated to comply with the HIG. Fixes bug #41244. svn path=/trunk/; revision=20846 * new boolean flag.Dan Winship2003-04-164-36/+96 | | | | | | | | | | | | | | | | | | * e-folder.c (e_folder_get_has_subfolders, e_folder_set_has_subfolders): new boolean flag. * e-storage.c (EStoragePrivate, impl_finalize, init): Remove the pseudofolders hash (e_storage_async_open_folder): Replace the pseudofolders test with a test of whether the folder has the "has_subfolders" flag set. (e_storage_new_folder): Likewise (for the folder's parent). (e_storage_declare_has_subfolders): Set "has_subfolders" on the folder. (e_storage_get_has_subfolders): Check "has_subfolders" on the folder. Should fix #33919. svn path=/trunk/; revision=20845 * Fixed an erroneous translation for "message".Wang Jian2003-04-152-2/+6 | | | | | | | | 2003-04-15 Wang Jian <lark@linux.net.cn> * zh_CN.po: Fixed an erroneous translation for "message". svn path=/trunk/; revision=20844 * Utility function to create a button with a stock icon.Not Zed2003-04-153-0/+56 | | | | | | | | | 2003-04-14 Not Zed <NotZed@Ximian.com> * e-gtk-utils.c (e_gtk_button_new_with_icon): Utility function to create a button with a stock icon. svn path=/trunk/; revision=20843 * create a stock cancel button with a cancel all text. (build_dialogue):Not Zed2003-04-153-4/+21 | | | | | | | | | | | | | | | 2003-04-14 Not Zed <NotZed@Ximian.com> * mail-send-recv.c (build_dialogue): create a stock cancel button with a cancel all text. (build_dialogue): Create stock-like cancel buttons with no accelerators. A workaround for #41043. * message-list.c (ml_tree_value_at): if the node is the root node, do nothing. etable shouldn' really be searching the root node if it isn't visible ...? For #41190. svn path=/trunk/; revision=20842 * fix the title of the dialogue box. #41304.Not Zed2003-04-152-1/+6 | | | | | | | | | 2003-04-14 Not Zed <NotZed@Ximian.com> * glade/e-active-connection-dialog.glade: fix the title of the dialogue box. #41304. svn path=/trunk/; revision=20841 * Updated Spanish translation by Francisco Javier FernandezPablo Gonzalo del Campo2003-04-152-298/+267 | | | | | | | | | 2003-04-14 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier Fernandez <serrador@arrakis.es> svn path=/trunk/; revision=20840 * add proper defaults for the fonts settings.Larry Ewing2003-04-152-1/+8 | | | | | | | | | 2003-04-14 Larry Ewing <lewing@ximian.com> * evolution-mail.schemas: add proper defaults for the fonts settings. svn path=/trunk/; revision=20839 * A long list of updates for all these files.Aaron Weber2003-04-1411-671/+638 | | | | | | | | | | | | | | | 2003-04-14 Aaron Weber <aaron@ximian.com> A long list of updates for all these files. * C/config-prefs.xml: Many changes, expansion. * C/usage-mail-org.xml: can't vfolder on arbitrary folders. * C/legal.xml: update trademark/copyright hoo-ha. * C/usage-mail-org.xml: add flag-for-followup instructions. * C/usage-exchange.xml : add more features, description, better links to and from config-prefs sections. * C/evolution-1.4.xml: validation, interstitial text phrasing. * C/usage-mainwindow.xml: phrasing, changes in links to config prefs. svn path=/trunk/; revision=20838 * Updated Portuguese translation.Duarte Loreto2003-04-142-112/+70 | | | | | | | | 2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=20837 * Remove construct_pixmap_button (), use stock buttonsRodney Dawes2003-04-132-24/+6 | | | | | | | | 2003-04-12 Rodney Dawes <dobey@ximian.com> * e-summary-shown.c: Remove construct_pixmap_button (), use stock buttons svn path=/trunk/; revision=20836 * Update Czech translationMiloslav Trmac2003-04-122-67/+59 | | | | svn path=/trunk/; revision=20835 * Updated German translation, added missing files to POTFILES.*.Christian Neumair2003-04-124-309/+351 | | | | svn path=/trunk/; revision=20834 * Fixes bug #41243.Jeffrey Stedfast2003-04-123-337/+319 | | | | | | | | | | | | | 2003-04-11 Jeffrey Stedfast <fejj@ximian.com> Fixes bug #41243. * message-tag-followup.c (construct): Change the window border width and packing to comply with the HIG. * message-tags.glade: Updated to comply with the HIG. svn path=/trunk/; revision=20833 * Updated to comply with the HIG. Fixes bug #41239 and bug #41241.Jeffrey Stedfast2003-04-122-2/+3 | | | | | | | | | 2003-04-11 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer-attachment.glade: Updated to comply with the HIG. Fixes bug #41239 and bug #41241. svn path=/trunk/; revision=20832 * Updated to comply with the HIG.Jeffrey Stedfast2003-04-122-230/+224 | | | | | | | | 2003-04-11 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer-attachment.glade: Updated to comply with the HIG. svn path=/trunk/; revision=20831 * updated the bug list that my last commit fixed (since more bugs have been ↵Jeffrey Stedfast2003-04-121-1/+1 | | | | | | submitted that were fixed by that previous fix). svn path=/trunk/; revision=20830 * Change the border width and padding to comply with the HIG. Fixes bugJeffrey Stedfast2003-04-122-1/+3 | | | | | | | | | | | 2003-04-11 Jeffrey Stedfast <fejj@ximian.com> * e-filter-bar.c (do_advanced): Change the border width and padding to comply with the HIG. Fixes bug #41202. (do_advanced): Changed the button ordering from Cancel/Save/OK to Save/Cancel/OK to comply with the HIG. Fixes bug #41207. svn path=/trunk/; revision=20829 * Change the border width and padding to comply with the HIG. Fixes bugJeffrey Stedfast2003-04-122-1/+8 | | | | | | | | | 2003-04-11 Jeffrey Stedfast <fejj@ximian.com> * e-filter-bar.c (do_advanced): Change the border width and padding to comply with the HIG. Fixes bug #41202. svn path=/trunk/; revision=20828 * 1.3.2.99.Ettore Perazzoli2003-04-122-1/+5 | | | | svn path=/trunk/; revision=20827 * added more bug #'sJeffrey Stedfast2003-04-121-2/+2 | | | | svn path=/trunk/; revision=20826 * The return of 1.3.2.Ettore Perazzoli2003-04-1241-7885/+7878 | | | | svn path=/trunk/; revision=20824 * Fixes for bugs: #41149, #41150, #41151, #41152, #41153, #41155 and #41156.Jeffrey Stedfast2003-04-128-42/+78 | | | | | | | | | | | | | | | | | | | | | 2003-04-11 Jeffrey Stedfast <fejj@ximian.com> Fixes for bugs: #41149, #41150, #41151, #41152, #41153, #41155 and #41156. * filter-filter.c (get_widget): Same as with filter-rule. * filter-rule.c (get_widget): Changed border widths of frame vboxes and other padding to comply with the HIG. * rule-editor.c (rule_add): Change window border and padding around the 'rules' widget to comply with the HIG. (rule_edit): Same. (rule_editor_construct): Same here as well. * filter.glade: Many HIG compliance fixes. svn path=/trunk/; revision=20823 * Add padding around the entry/checkbox and change the border width of theJeffrey Stedfast2003-04-122-2/+10 | | | | | | | | | | 2003-04-11 Jeffrey Stedfast <fejj@ximian.com> * mail-session.c (request_password): Add padding around the entry/checkbox and change the border width of the dialog window to comply with the HIG. Fixes bug #41004. svn path=/trunk/; revision=20822 * Oops. Add this back. Turns out it's still needed by other parts.Dan Winship2003-04-123-1/+21 | | | | | | | * gui/dialogs/Makefile.am (IDL_GENERATED, etc): Oops. Add this back. Turns out it's still needed by other parts. svn path=/trunk/; revision=20821 * updated NEWSJeffrey Stedfast