aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Show common addressbook and calendar errors in an alert sinkMilan Crha2010-12-154-32/+18
* Bug #637162 - May not add toolbar Send/Receive button multiple timesMilan Crha2010-12-141-22/+29
* Bug #631568 - Scheduling Meetings with CalDAV calendarsMilan Crha2010-12-081-0/+4
* Bug #627536 - Open meeting as meeting, not as appointment, in week viewMilan Crha2010-12-071-2/+1
* Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-0621-0/+103
* Bug 636265 - Trash is untranslated in the window titleMatthew Barnes2010-12-041-10/+16
* Show calendar backend errors in an alert sinkMilan Crha2010-12-043-80/+45
* Add option "Check for new messages in all active accounts"Milan Crha2010-11-302-0/+16
* Set mnemonic widget for lblDefaultCharset in Mail PreferencesMilan Crha2010-11-301-0/+1
* Bug #633949 - Add an option to disable new e-mail check at startupMilan Crha2010-11-302-0/+11
* Bug #207580 - Allow new mail check on individual accountsMilan Crha2010-11-265-20/+448
* Bug #632962 - Duplicate "On this computer" sources after updateMilan Crha2010-11-244-50/+50
* Bug #633783 - Folder->Expunge enabled when no folder selectedMilan Crha2010-11-221-0/+4
* Bug #633779 - GtkComboBoxText issuesMilan Crha2010-11-181-12/+18
* Bug #632683 - Remove-duplicates should work on selectionMilan Crha2010-11-102-136/+0
* Fix distcheck errors.EVOLUTION_2_91_2Matthew Barnes2010-11-081-0/+4
* Coding style and whitespace cleanup.Matthew Barnes2010-11-082-4/+4
* Bug #634088 - Uses uninitialized variable in action_contact_new_cbMilan Crha2010-11-051-1/+1
* Move calendar preferences to the calendar module.Matthew Barnes2010-11-0533-169/+3962
* Bug #612181 - Show recurring events in italic in date navigatorMilan Crha2010-11-031-0/+4
* Bug #632562 - Disabled account in preferences not remove in folder treeMilan Crha2010-11-031-1/+3
* Utilize the new ESourceSelector:primary-selection property.Matthew Barnes2010-11-0212-116/+94
* EMailReader: Add a get_alert_sink() method.Matthew Barnes2010-11-011-0/+15
* Kill em_folder_utils_unsubscribe_folder().Matthew Barnes2010-11-012-2/+50
* Pass an EAlertSink to e_alert_sink_submit_alert().Matthew Barnes2010-11-011-2/+3
* Bug 628139 - Thread-safety issues in libical time zone loadingMatthew Barnes2010-10-311-0/+26
* Bug 633172 - Folder->Subscriptions is always enabledMatthew Barnes2010-10-301-5/+14
* Remove unused functionBenjamin Otte2010-10-301-16/+0
* Bug #632199 - Opening calendar from panel clock goes to previous dayMilan Crha2010-10-291-2/+14
* Bug #632767 - Some widgets removed from mail-config.uiMilan Crha2010-10-271-3/+1
* Bug #445439 - Delete mail from pop-server when deleted from Inbox/TrashMilan Crha2010-10-271-1/+1
* Fix capitalization in menu labels.Matthew Barnes2010-10-231-1/+1
* Simplify EActivity.Matthew Barnes2010-10-236-21/+30
* Deal with GtkComboBoxEntry removal in gtk+-3.0.Matthew Barnes2010-10-211-1/+4
* Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-211-5/+13
* Bug #631451 - Add handlers for x-scheme-handler/mailtoMilan Crha2010-10-201-24/+31
* Reduce GConf usage in em-composer-utils.c.Matthew Barnes2010-10-208-22/+205
* Add an "ellipsize" property to EMFolderTree.Matthew Barnes2010-10-192-2/+55
* Collect mail enum types in e-mail-enums.h.Matthew Barnes2010-10-191-8/+8
* Move more account utilities to e-account-utils.c.Matthew Barnes2010-10-197-8/+3
* Kill mail_config_get_gconf_client().Matthew Barnes2010-10-193-11/+18
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-193-28/+33
* Add an EOfflineAlert module.Matthew Barnes2010-10-195-1/+237
* EAlert: Allow arbitrary actions to be added.Matthew Barnes2010-10-192-0/+39
* Bug #604981 - Always bcc ignored for Contacts.Bharath Acharya2010-10-181-2/+2
* Bug #587011 - Integrate remove-duplicates into evolutionMilan Crha2010-10-152-0/+136
* Bug 632171 - "New Address Book" dialog accepts whitespace for nameMatthew Barnes2010-10-151-1/+8
* Replace EBinding with GBinding.Matthew Barnes2010-10-1434-414/+583
* Bug 305425 - Toolbar cancel button is always sensitiveMatthew Barnes2010-10-141-0/+6
* EShellBackend: Respond to EShell::prepare-for-quit signals.Matthew Barnes2010-10-141-0/+14
* Remove mail_tools_folder_to_url().Matthew Barnes2010-10-131-8/+4
* Composer: Show cancellable operations and errors inline.Matthew Barnes2010-10-131-31/+50
* Give MailSession a permanent home.Matthew Barnes2010-10-1316-125/+453
* Calendar's "Open Web Page" actions doesn't workMilan Crha2010-10-064-4/+4
* Bug 588851 - Don't show unsubscribe option for local foldersMatthew Barnes2010-10-051-1/+3
* Coding style and whitespace cleanup.Matthew Barnes2010-10-045-15/+33
* Bug 510020 - Add "Manage Subscriptions" to store context menusMatthew Barnes2010-10-033-1/+28
* Rewrite the folder subscription editor.Matthew Barnes2010-10-032-5/+17
* camel_operation_new() now returns a GCancellable pointer.Matthew Barnes2010-09-292-8/+8
* Bug #629462 - Tasks 'Due' filters don't work properlyMilan Crha2010-09-292-13/+19
* Bug #629266 - Crash on search in Current AccountMilan Crha2010-09-291-7/+54
* Bug #629636 - Doesn't recognize local ESource-sMilan Crha2010-09-291-2/+2
* Adapt to Camel API changes.Matthew Barnes2010-09-284-13/+13
* Pass GCancellable to Camel.Matthew Barnes2010-09-283-6/+12
* Add a GCancellable to EActivity.Matthew Barnes2010-09-195-5/+10
* Use new GDK keysym names if available.Matthew Barnes2010-09-184-9/+15
* Adapt to CamelOperation API changes.Matthew Barnes2010-09-152-7/+7
* Kill the subject-thread plugin.Matthew Barnes2010-09-152-0/+9
* Fix a crapload of run-time warnings.Matthew Barnes2010-09-154-14/+12
* Bug #346438 - Error dialog too wide.Vibha Yadav2010-09-141-10/+10
* Avoid dll hijackingFridrich Štrba2010-09-141-1/+26
* mail-config.ui cleanups.Matthew Barnes2010-09-132-11/+11
* Remove uninteresting mail options from Preferences.Matthew Barnes2010-09-131-92/+0
* Convert plugin-manager to an EExtension.Matthew Barnes2010-09-133-0/+556
* Coding style and whitespace cleanups.Matthew Barnes2010-09-122-12/+17
* Re-work my GtkDialog:has-separator workaround.Matthew Barnes2010-09-112-4/+4
* Add missing linker flag to composer-autosave module.Matthew Barnes2010-09-111-0/+1
* Work around deprecation of gtk_dialog_set_has_separator()Matthew Barnes2010-09-112-0/+4
* Add composer-autosave to SUBDIRS.Matthew Barnes2010-09-041-0/+1
* Bug #580623 - Mishandling of evolution's proxy ignore_hosts keyMilan Crha2010-09-031-3/+76
* Convert composer autosave to an EExtension.Matthew Barnes2010-09-037-8/+1078
* Coding style and whitespace cleanup.Matthew Barnes2010-08-2920-481/+494
* Bug 628141 - Duplicate signal connections in EMailReaderMatthew Barnes2010-08-281-1/+1
* Mail module + EMailView cleanups.Matthew Barnes2010-08-275-236/+364
* Crash on Startup wizard cancelMilan Crha2010-08-261-4/+9
* GObject boilerplate cleanup.Matthew Barnes2010-08-255-172/+49
* Build break with evolution-connman - new parameter in a GDBus functionMilan Crha2010-08-241-0/+1
* Add e_load_cal_source_async().Matthew Barnes2010-08-247-335/+379
* Fix more non-removal of signals on user_data object distruction byMichael Meeks2010-08-212-88/+88
* Use e_load_book_source_async() in EBookShellBackend.Matthew Barnes2010-08-201-32/+46
* Use the new e_load_book_source_async() where possible.Matthew Barnes2010-08-192-29/+40
* Whitespace and coding style cleanup.Matthew Barnes2010-08-142-9/+40
* Fix a runtime warning.Matthew Barnes2010-08-141-2/+2
* Pass an EShell to EMsgComposer instances.Matthew Barnes2010-08-146-20/+77
* Defer the load / creation of configuration UI with changes toMichael Meeks2010-08-1113-93/+89
* use g_signal_connect_object to improve reliabilityMichael Meeks2010-08-051-40/+40
* fix lifecycle nasties bgo#625852Michael Meeks2010-08-032-27/+36
* addressbook: Port to use new _async suffix instead of _ex suffixRob Bradford2010-08-021-2/+2
* Bug 625624 - Customizations of contacts views forgottenMatthew Barnes2010-07-303-2/+13
* Fix build break in network-manager module.Matthew Barnes2010-07-301-0/+1
* Bug #625606 - git/master build dies with glib-2.25.12Milan Crha2010-07-302-2/+2
* Bug #622912 - Migrate from dbus-glib to glib's GDBusMilan Crha2010-07-284-138/+128
* Migrate ~/.evolution to XDG base directories.Matthew Barnes2010-07-271-5/+10
* Use PVOID instead of gpointer when working with COM+ function pointersFridrich Štrba2010-07-271-6/+6
* More code cleanup.Matthew Barnes2010-07-273-21/+34
* Drop the "quote-from-selection" property.Matthew Barnes2010-07-261-6/+0
* Coding style and whitespace cleanup.Matthew Barnes2010-07-264-15/+13
* Fix right click issues.Srinivasa Ragavan2010-07-261-8/+63
* Add switch for tab & non-tab mode.Srinivasa Ragavan2010-07-261-1/+1
* Add folder pane for tabbed browser.Srinivasa Ragavan2010-07-261-3/+147
* Make the update-actions work across tabs.Srinivasa Ragavan2010-07-261-0/+18
* More bug fixes.Srinivasa Ragavan2010-07-261-1/+9
* Add EMailReader i/f recurrsive from tne Content.Srinivasa Ragavan2010-07-262-1/+86
* Rewrite the content piece of evolution.Srinivasa Ragavan2010-07-266-947/+47
* Report error to user when fails to open calendar/task/memo listMilan Crha2010-07-163-0/+36
* Clean up "ensure_sources" backend routines.Matthew Barnes2010-07-164-294/+70
* Add nag popup when mailing list hijacks private reply with Reply-To: headerDavid Woodhouse2010-07-162-0/+9
* Change 'Reply to All' toolbar button into configurable 'Group Reply'David Woodhouse2010-07-152-0/+9
* Add support for ignoring mailing list Reply-To: headersDavid Woodhouse2010-07-152-0/+9
* Warn on reply-to-all with too many recipientsDavid Woodhouse2010-07-152-0/+9
* Bug 624204 - Warn when replying privately to a mailing list messageDavid Woodhouse2010-07-152-0/+9
* Bug 624285 - When replying, ignore text selection if preview is hiddenMatthew Barnes2010-07-142-0/+26
* Bug 624128 - Folder -> Subscriptions is always enabledMatthew Barnes2010-07-121-1/+11
* Coding style and whitespace cleanup.Matthew Barnes2010-07-124-21/+33
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-099-74/+74
* Migrate from CamelException to GError.Matthew Barnes2010-07-093-24/+13
* Bug #621770 - Bottom-left calendar too bigMilan Crha2010-06-251-1/+0
* EShellContent: Add a focus_search_results() method.Matthew Barnes2010-06-255-0/+67
* Bug 622633 - Can't launch Evolution from clock appletMatthew Barnes2010-06-252-1/+86
* Bug #611165 - Use memo start date from a calendar view, if activeMilan Crha2010-06-243-4/+8
* Coding style and whitespace cleanup.Matthew Barnes2010-06-204-5/+7
* Bug 616724 - Initialize message window with threaded state of main windowMatthew Barnes2010-06-193-56/+26
* Bug 619098 - mail_shell_backend_sync_store_cb() has wrong signatureJonathon Jongsma2010-06-181-0/+1
* Bug 621839 - Improve auto-selection of messagesMatthew Barnes2010-06-171-20/+7
* Bug 501534 - apply new customized view to all foldersChenthill Palanisamy2010-06-083-1/+21
* Coding style and whitespace cleanups.Matthew Barnes2010-06-071-2/+6
* Bug 620602 - Next/prev shortcuts should focus message listMatthew Barnes2010-06-061-5/+2
* Convert "startup-wizard" to an EExtension.Matthew Barnes2010-06-034-3/+664
* Keep chipping away at direct GtkHTML usage.Matthew Barnes2010-06-014-33/+38
* Use EWebView functions whenever possible.Matthew Barnes2010-05-311-1/+4
* Bug 613038 - Preview pane size not rememberedMatthew Barnes2010-05-294-53/+129
* Fix critical warning in calendar express mode.Matthew Barnes2010-05-281-13/+9
* Bug 619904 - Mnemonic issues in express modeMatthew Barnes2010-05-281-1/+1
* Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-05-272-3/+3
* Coding style and whitespace cleanup.Matthew Barnes2010-05-275-7/+18
* Some post-merge cleanup.Matthew Barnes2010-05-271-22/+5
* Merge branch 'express2'Matthew Barnes2010-05-2717-116/+286
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-258-73/+74
| * Fix compiler warnings.Matthew Barnes2010-05-252-72/+77
| * Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-254-22/+43
| |\
| | * Create the source groups required to ensure local adresssbooks and calendars ...Chenthill Palanisamy2010-05-202-0/+8
| | * Bug 619010 - Mailer's crash avoidance features are brokenMatthew Barnes2010-05-192-22/+35
| * | Merge commit 'origin/express2' into express2Michael Meeks2010-05-193-11/+29
| |\ \
| | * | Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-173-11/+29
| | |\|
| | | * Bug 615745 - New task pop up in calendar day view doesn't workMatthew Barnes2010-05-142-10/+28
| | | * Bug 618400 - "Mark All Messages as Read" shortcut missingMatthew Barnes2010-05-121-1/+1
| | | * Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-04-302-3/+3
| | | * Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-263-130/+13
| | | * Remove 3 leftover references to non-existing librariesFridrich Štrba2010-04-231-4/+0
| | | * Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-232-3/+3
| * | | hide meeting creation if we have no accounts configured, for EvoMichael Meeks2010-05-192-0/+7
| |/ /
| * | Merge commit 'origin/express2' into express2Michael Meeks2010-05-111-0/+26
| |\ \
| | * | Handle adding 'X' close button on the menu bar. Restore adding the sameSrinivasa Ragavan2010-05-111-0/+26
| * | | checking the sender: not a good ideaMichael Meeks2010-05-111-1/+0
| |/ /
| * | Turns out the filter function gets lots of messages, despite the bus-side fil...Michael Meeks2010-05-111-0/+6
| * | Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-303-130/+13
| * | Remove 3 leftover references to non-existing librariesFridrich Štrba2010-04-301-4/+0
| * | Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-302-3/+3
| * | Add 'add new calendar' to the side pane like annum.Srinivasa Ragavan2010-04-271-1/+31
| * | Handle the side pane's date navigator size. Set a minimum size of 150pxSrinivasa Ragavan2010-04-271-2/+3
| * | Don't use gconf to store the names of widgets to hideFederico Mena Quintero2010-04-272-2/+13
| * | fix build snafu (urk)MEEGO_1_0Michael Meeks2010-04-231-1/+1
| * | add defines to ease MeeGo buildingMichael Meeks2010-04-231-0/+10
| * | Merge commit 'origin/gnome-2-30' into express2Michael Meeks2010-04-223-1/+89
| |\|
| | * Bug #615331 - Message list/Folder tree focus policy has changedMilan Crha2010-04-191-0/+1
| | * Bug 596601 (bnc) - monitor system timezone changes in evolutionChenthill Palanisamy2010-04-162-1/+88
| * | Merge commit 'origin/express2' into express2Michael Meeks2010-04-201-27/+0
| |\ \
| | * | Get rid of custom quit for calendar and instead use the shellSrinivasa Ragavan2010-04-191-27/+0
| * | | add proxy support to auto-configurationMichael Meeks2010-04-201-1/+2
| |/ /
| * | Just close the window and not the entire shellSrinivasa Ragavan2010-04-191-3/+8
| * | Remove /apps/evolution/calendar/date_navigator/show_week_numbersFederico Mena Quintero2010-04-182-5/+1
| * | Use a single /apps/evolution/calendar/display/show_week_numbersFederico Mena Quintero2010-04-182-3/+3
| * | turn threading on by default for mail; un-conditionally.Michael Meeks2010-04-151-1/+1
| * | Merge commit 'origin/express2' into express2Michael Meeks2010-04-153-0/+9
| |\ \
| | * | Merge branch 'gnome-2-30' into express2Matthew Barnes2010-04-133-0/+9
| | |\|
| | | * Bug #611646 - Calendar shows recurring birthdays incorrectlyMilan Crha2010-04-133-0/+9
| * | | remove custom close / searchbar hiding hacks for express mode,Michael Meeks2010-04-151-4/+0
| |/ /
| * | remove special case for calendarMichael Meeks2010-04-121-11/+0
| * | Merge branch 'express2' into express2-reduced-preferencesFederico Mena Quintero2010-04-104-1/+632
| |\ \
| | * | Merge gnome-2-30 into express2 to get bugfixesFederico Mena Quintero2010-04-104-1/+632
| | |\|
| | | * Add missing linker flag to NetworkManager extension.Matthew Barnes2010-04-091-0/+1
| | | * [win32] Be consistent in disabling the lockdown options.Fridrich Strba2010-04-081-0/+4
| | | * [win32] Implement network status detectionFridrich Strba2010-04-083-1/+628
| | | * Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-04-083-1/+279
| * | | Hide widgets for the composer's preferences in Express modeFederico Mena Quintero2010-04-091-0/+4
| * | | Hide widgets for the mailer's preferences in Express modeFederico Mena Quintero2010-04-091-0/+4
| |/ /
| * | Express: Composer always defaults to HTML modeMatthew Barnes2010-04-072-6/+24
| * | Hide searchbar in calendar view in express mode.Srinivasa Ragavan2010-04-071-1/+5
| * | Fix mismatched quotes.Matthew Barnes2010-04-076-11/+11
| * | Simplify the search UI for express mode.Matthew Barnes2010-04-075-10/+15
| * | Add ConnMan support (words fail me ...)Michael Meeks2010-04-073-0/+231
| * | Add an extension to configure EWebView.Matthew Barnes2010-04-075-15/+134
| * | Fix build breakage.Matthew Barnes2010-04-071-0/+1
| * | Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-04-073-1/+279
| * | Add extensions to configure calender widgets.Matthew Barnes2010-04-0717-5/+760
| * | Add an extension to configure EMFormatHTML.Matthew Barnes2010-04-074-0/+129
| * | Redo Calendar for express mode. Just design/layout changes.Srinivasa Ragavan2010-04-074-76/+151
| |/
| * Bug 614926 - Memos and Tasks accelerators switched since 2.28Matt McCutchen 22010-04-072-2/+2
| * Bug #613352 - Changed time range not propagated to calendarMilan Crha2010-04-011-2/+4
| * Bug #613356 - Calendar doesn't save Task/Memo table stateMilan Crha2010-04-013-12/+75
| * Bug #613354 - Folder->Mark all messages as read does not workMilan Crha2010-04-011-1/+5
| * Fix build break due to GTK+ deprecations.Matthew Barnes2010-03-301-0/+4
| * Start the mailer's folder sidebar with a reasonable widthFederico Mena Quintero2010-03-261-0/+84
* | Bug 576165 - SIGSEGV in e_plugin_mono_register_type (bnc)Chenthill Palanisamy2010-05-261-3/+5
* | Fix compiler warnings.Matthew Barnes2010-05-221-0/+2
* | Bug #546551 - Dialog for mark-all-read always mentions subfoldersMilan Crha2010-05-211-1/+5
* | Create the source groups required to ensure local adresssbooks and calendars ...Chenthill Palanisamy2010-05-202-0/+8
* | Bug 619010 - Mailer's crash avoidance features are brokenMatthew Barnes2010-05-192-22/+35
* | Bug #499320 - Preview before import from command lineMilan Crha2010-05-191-0/+33
* | Bug 615745 - New task pop up in calendar day view doesn't workMatthew Barnes2010-05-142-10/+28
* | Bug #607257 - Add checks for event->comp_data != NULLMilan Crha2010-05-143-3/+38
* | Convert "default-mailer" plugin to an extension.Matthew Barnes2010-05-134-0/+345
* | Bug #603006 - Move All Contacts To enabled for read-only address booksMilan Crha2010-05-131-0/+4
* | Bug 618400 - "Mark All Messages as Read" shortcut missingMatthew Barnes2010-05-121-1/+1
* | Coding style and whitespace cleanup.Matthew Barnes2010-05-0210-70/+172
* | Adapt to Camel API changes.Matthew Barnes2010-04-303-25/+14
* | Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-04-302-3/+3
* | Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-263-130/+13
* | Camel is now GObject-based.Matthew Barnes2010-04-246-21/+21
* | Remove 3 leftover references to non-existing librariesFridrich Štrba2010-04-231-4/+0
* | Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-232-3/+3
* | Bug #615331 - Message list/Folder tree focus policy has changedMilan Crha2010-04-191-0/+1
* | Bug #608766 - Replace pthread with GLib's GThreadMilan Crha2010-04-151-1/+1
* | Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-132-2/+3
* | Bug #611646 - Calendar shows recurring birthdays incorrectlyMilan Crha2010-04-133-0/+9
* | Forgot to commit some bits.Matthew Barnes2010-04-081-4/+0
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-084-16/+49
* | Bug 614926 - Memos and Tasks accelerators switched since 2.28Matt McCutchen 22010-04-072-2/+2
* | Bug #567304 - Review strings for translationMilan Crha2010-04-072-7/+11
* | Adapt to Camel API changes.Matthew Barnes2010-04-042-7/+7
* | Only #include Camel's top-level header.Matthew Barnes2010-04-0312-23/+3
* | Miscellaneous cleanup bits from WebKit branch.Matthew Barnes2010-04-022-15/+11
* | Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-0212-42/+42
* | Bug #613352 - Changed time range not propagated to calendarMilan Crha2010-04-011-2/+4
* | Bug #613356 - Calendar doesn't save Task/Memo table stateMilan Crha2010-04-013-12/+75
* | Bug #613354 - Folder->Mark all messages as read does not workMilan Crha2010-04-011-1/+5
* | Bug #602801 - Duplicate mnemonicViswanath S2010-04-011-1/+1
* | Stop relying on CamelObject meta-data.Matthew Barnes2010-04-011-62/+0
* | [win32] Test for eventsys.h and sensevts.h properlyFridrich Štrba2010-04-011-13/+22
* | Express: Composer always defaults to HTML modeMatthew Barnes2010-03-302-6/+24