aboutsummaryrefslogtreecommitdiffstats
path: root/sounds
ModeNameSize
-rw-r--r--.cvsignore21logstatsplainblame
-rw-r--r--Makefile.am106logstatsplainblame
-rw-r--r--default_alarm.wav8624logstatsplainblame
003-07-102-2/+7 | | | | | | | | | 2003-07-10 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier F. Serrador <serrador@arrakis.es>. svn path=/trunk/; revision=21792 * Change version to 1.4.99 since HEAD is not the stable 1.4 branch, asRodney Dawes2003-07-102-1/+6 | | | | | | | | | 2003-07-10 Rodney Dawes <dobey@ximian.com> * configure.in: Change version to 1.4.99 since HEAD is not the stable 1.4 branch, as evolution-1-4-branch was created post-1.4.1 svn path=/trunk/; revision=21790 * ** For bug #41839Maxx Cao2003-07-102-26/+76 | | | | | | | | | | | | | | | | | | 2003-07-04 Maxx Cao <maxx.cao@sun.com> ** For bug #41839 * mail-display.c (do_attachment_header): Attachment buttons made accessable with keyboard (focusable). "Inline" button is disabled when attachment can't be viewed inline. (do_signature): Signature button made accessable with keyboard (focusable). (button_press): Function changed to an event callback (originally gtkbutton signal callback). (popup_menu_placement_callback): Function added to place popup menu (of attachment) beside button when activated by keyboard. svn path=/trunk/; revision=21788 * removed camel-pkcs7-context.[c,h] - no longer usefulJeffrey Stedfast2003-07-102-764/+0 | | | | svn path=/trunk/; revision=21785 * removed camel-smime-utils.[c,h] which are no longer usefulJeffrey Stedfast2003-07-104-178/+0 | | | | svn path=/trunk/; revision=21784 * (e_shell_command_rename_folder): DoEttore Perazzoli2003-07-102-33/+36 | | | | | | | not overwrite an existing folder. Also, cleaned up the code a bit. [#45982] svn path=/trunk/; revision=21783 * Chain to the parent handler. Fixes #45236.Federico Mena Quintero2003-07-102-0/+6 | | | | | | | | 2003-07-09 Federico Mena Quintero <federico@ximian.com> * e-url-entry.c (destroy): Chain to the parent handler. Fixes #45236. svn path=/trunk/; revision=21782 * removed #ifndef ENABLE_THREADSJeffrey Stedfast2003-07-102-26/+2 | | | | svn path=/trunk/; revision=21780 * removed #ifdef ENABLE_THREADSJeffrey Stedfast2003-07-101-16/+4 | | | | svn path=/trunk/; revision=21779 * Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-107-117/+102 | | | | | | | | | | | | | | | | | 2003-07-09 Jeffrey Stedfast <fejj@ximian.com> Get rid of the #ifdef ENABLE_THREADS since we no longer plan to support/maintain this. * providers/nntp/camel-nntp-store.c: Here. * providers/nntp/camel-nntp-newsrc.c: And here. * providers/nntp/camel-nntp-folder.c: Same. * providers/local/camel-local-folder.c: And here. svn path=/trunk/; revision=21778 * Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-1028-596/+353 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-07-09 Jeffrey Stedfast <fejj@ximian.com> * camel-block-file.c: Get rid of the #ifdef ENABLE_THREADS since we no longer plan to support/maintain this. * camel.c: Same. * camel-certdb.c: Here too. * camel-charset-map.c: And here. * camel-cipher-context.c: " * camel-data-wrapper.c: " * camel-digest-folder.c: " * camel-exception.c: " * camel-folder.c: " * camel-folder-summary.c: " * camel-lock-client.c: " * camel-mime-utils.c: " * camel-object.c: " * camel-operation.c: " * camel-partition-table.c: " * camel-sasl-popb4smtp.c: " * camel-service.c: " * camel-session.c: " * camel-store.c: " * camel-store-summary.c: " * camel-text-index.c: " * camel-transport.c: " * camel-vee-folder.c: " * camel-tcp-stream-openssl.c: Removed pthread.h, it isn't needed. svn path=/trunk/; revision=21777 * add a gconf key corresponding to newly introduced caret mode of gtkhtmlYuedong Du2003-07-106-0/+83 | | | | | | | | | | | | | | | | | | | | | | 2003-07-10 Yuedong Du <yuedong.du@sun.com> * evolution-mail.schemas: add a gconf key corresponding to newly introduced caret mode of gtkhtml widget. * folder-browser-ui.c: new verb handling, corresponding the new menu entry for the caret mode flag. * folder-browser.h: declaration of new verb handler to the menu entry that turn caret mode on/off. The function just set the new introduced gconf key. * folder-browser.c: ditto * mail-config.c: lstione to the new gconf key, and when caret mode flag is set/unset,change the style of gtkhtml widget. see bug #44607. svn path=/trunk/; revision=21776 * Removed camel-pgp-mime.h, it no longer exists.Jeffrey Stedfast2003-07-103-2/+6 | | | | | | | | | | 2003-07-09 Jeffrey Stedfast <fejj@ximian.com> * mail-crypto.h: Removed camel-pgp-mime.h, it no longer exists. * mail-format.c: Remove camel-pgp-mime.h svn path=/trunk/; revision=21775 * add a menu entry corresponding to new introduced caret mode, see bugYuedong Du2003-07-102-0/+10 | | | | | | | | | 2003-07-10 Yuedong Du <yuedong.du@sun.com> * evolution-mail-message.xml: add a menu entry corresponding to new introduced caret mode, see bug #44607 svn path=/trunk/; revision=21773 * Change the accelerator for "Mark All Read" to be "R". Fixes bug #45811.Anna Marie Dirks2003-07-102-1/+6 | | | | | | | | | 2003-07-09 Anna Marie Dirks <anna@ximian.com> * evolution-mail-list.xml: Change the accelerator for "Mark All Read" to be "R". Fixes bug #45811. svn path=/trunk/; revision=21772 * check null after conversions. (e_utf8_strftime_fix_am_pm): ditto. fixesMike Kestner2003-07-091-8/+38 | | | | | | | | | 2003-07-09 Mike Kestner <mkestner@ximian.com> * gal/util/e-util.c (e_utf8_strftime): check null after conversions. (e_utf8_strftime_fix_am_pm): ditto. fixes [44904]. svn path=/trunk/; revision=21771 * remove reference to camel-pgp-mime.hLarry Ewing2003-07-092-1/+5 | | | | | | | | 2003-07-09 Larry Ewing <lewing@ximian.com> * camel.h: remove reference to camel-pgp-mime.h svn path=/trunk/; revision=21770 * Fixes #46075.Harry Lu2003-07-092-2/+19 | | | | | | | | | | | | | 2003-07-10 Harry Lu <harry.lu@sun.com> Fixes #46075. * gui/e-date-time-list.c (compare_datetime): new function to compare two CalComponentDateTime instances. (e_date_time_list_append): check whether the date already exists before adding it to the list. svn path=/trunk/; revision=21767 * Removed.Jeffrey Stedfast2003-07-094-200/+2 | | | | | | | | 2003-07-08 Jeffrey Stedfast <fejj@ximian.com> * camel-pgp-mime.[c,h]: Removed. svn path=/trunk/; revision=21760 * Updated (new copy/paste from e-iconv).Jeffrey Stedfast2003-07-094-92/+189 | | | | | | | | | | | | | | | | | 2003-07-08 Jeffrey Stedfast <fejj@ximian.com> * camel-iconv.c: Updated (new copy/paste from e-iconv). * camel-block-file.c (camel_block_file_get_block): Use camel_read() rather than libc read. * camel-tcp-stream-raw.c (stream_read): Use camel_read(). (stream_write): Use camel_write(). * camel-stream-fs.c (stream_read): Use camel_read(). (stream_write): Use camel_write(). svn path=/trunk/; revision=21759 * Use camel_read(). (stream_write): Use camel_write().Jeffrey Stedfast2003-07-093-241/+18 | | | | | | | | | | | | 2003-07-08 Jeffrey Stedfast <fejj@ximian.com> * camel-tcp-stream-raw.c (stream_read): Use camel_read(). (stream_write): Use camel_write(). * camel-stream-fs.c (stream_read): Use camel_read(). (stream_write): Use camel_write(). svn path=/trunk/; revision=21758 * Use camel_strcase_hash/equal.Jeffrey Stedfast2003-07-082-3/+6 | | | | | | | | | 2003-07-07 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (mail_generate_reply): Use camel_strcase_hash/equal. svn path=/trunk/; revision=21756 * Updated to use camel_strcase_hash/equal.Jeffrey Stedfast2003-07-082-3/+8 | | | | | | | | | 2003-07-07 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (e_msg_composer_new_with_message): Updated to use camel_strcase_hash/equal. svn path=/trunk/; revision=21755 * Updated to use the camel-file-utils version of mkdir.Jeffrey Stedfast2003-07-082-4/+8 | | | | | | | | | 2003-07-07 Jeffrey Stedfast <fejj@ximian.com> * upgrade-mailer.c: Updated to use the camel-file-utils version of mkdir. svn path=/trunk/; revision=21754 * Use camel_mkdir().Jeffrey Stedfast2003-07-08