[00:00:38] <CIA-111> axeld * r42258 /haiku/trunk/ (2 files in 2 dirs): * Style cleanup. [00:03:19] <CIA-111> axeld * r42259 /haiku/trunk/src/add-ons/mail_daemon/outbound_protocols/smtp/smtp.cpp: * Style cleanup. [00:07:55] <CIA-111> axeld * r42260 /haiku/trunk/ (9 files in 6 dirs): (log message trimmed) [00:07:55] <CIA-111> * Removed default_sent_directory(), and introduced [00:07:55] <CIA-111> default_mail{_in|_out}_directory() methods in the BPrivate namespace. [00:07:55] <CIA-111> * Used these methods in the inbound/outbound protocols. [00:07:55] <CIA-111> * Moved WriteMessageFile() into the BPrivate namespace as well, and put its [00:07:56] <CIA-111> prototype into a new header MailPrivate.h along with the new directory [00:07:57] <CIA-111> getters. [00:20:09] <CIA-111> axeld * r42261 /haiku/trunk/src/kits/mail/ (FileConfigView.cpp MailSettings.cpp): [00:20:09] <CIA-111> * More cleanup. [00:20:09] <CIA-111> * Fixed slightly incorrect copyright year, thanks Clemens :-) [09:09:40] <CIA-111> czeidler * r42262 /haiku/trunk/src/libs/linprog/LayoutOptimizer.cpp: Update all optimized variables. Most off the time it went fine because the initial solution was already optimal. This fixes #7193. [18:57:38] <CIA-111> korli * r42263 /haiku/trunk/ (2 files in 2 dirs): added more cpu feature flags for x86 [18:59:31] <CIA-111> korli * r42264 /haiku/trunk/src/add-ons/kernel/bus_managers/pci/arch/ppc/openfirmware/pci_openfirmware.cpp: fix the PPC build: don't use NULL for an int parameter, found by gcc 4.5 [23:06:01] <CIA-111> czeidler * r42265 /haiku/trunk/src/add-ons/mail_daemon/ (16 files in 6 dirs): [23:06:01] <CIA-111> Apply a nice patch from Taos, just some smaller fixes by myself. [23:06:01] <CIA-111> Localize the mail add-ons. [23:06:01] <CIA-111> The Japanese translation is attached to #7689. Please give a notice when it is in the translation system and the ticket can be closed. [23:06:01] <CIA-111> Does the B_UTF8_ELLIPSIS comes into the B_TRANSLATE macro? [23:08:57] <CIA-111> korli * r42266 /haiku/trunk/ (3 files in 2 dirs): revert r42251. Cast the enum to uint32 before use in switchs to please GCC 4.5. [23:09:11] <CIA-111> czeidler * r42267 /haiku/trunk/src/kits/mail/ (4 files): [23:09:12] <CIA-111> Apply a nice patch from Taos, just some smaller style fixes by myself. [23:09:12] <CIA-111> Localize the mail kit. [23:09:12] <CIA-111> The Japanese translation is attached to #7689. Please give a notice when it is in the translation system and the ticket can be closed. [23:12:15] <CIA-111> czeidler * r42268 /haiku/trunk/ (6 files in 3 dirs): [23:12:15] <CIA-111> Apply a nice patch from Taos, thanks! [23:12:15] <CIA-111> Localize the mail server and preferences. Get rid of MDRLanguage.h. [23:12:15] <CIA-111> The Japanese translation is attached to #7689. Please give a notice when it is in the translation system and the ticket can be closed. [23:19:54] <CIA-111> czeidler * r42269 /haiku/trunk/src/ (2 files in 2 dirs): Fix the build and put B_UTF8_ELLIPSIS into the B_TRANSLATE macro, my fault. [23:24:28] <CIA-111> czeidler * r42270 /haiku/trunk/src/kits/mail/FileConfigView.cpp: Style fixes.