aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
Commit message (Expand)AuthorAgeFilesLines
* Rename BlockType to EMPATHY_CHAT_VIEW_BLOCK to respect namespaceXavier Claessens2008-01-163-26/+26
* Change EMPATHY_AVATAR_CHOOSER_TYPE to EMPATHY_TYPE_AVATAR_CHOOSERXavier Claessens2008-01-162-7/+7
* Use O instead of 0 for smileys face-angel and face-surprise. Fixes bug #508520.Xavier Claessens2008-01-141-2/+2
* Change "Autoconnect on startup" to "Automatically connect on startup".Xavier Claessens2008-01-131-643/+1061
* Add option in preference to automatically connect at startup. Fixes bug #4998...Xavier Claessens2008-01-123-1043/+650
* Fix setting avatar. (Sjoerd Simons)Xavier Claessens2008-01-051-1/+1
* Add a remove option to delete a contact group. Fixes bug #459520 (David Turner).Xavier Claessens2008-01-021-0/+7
* Add convinience functions empathy_chat_with_contact() and empathy_chat_with_c...Xavier Claessens2008-01-024-52/+7
* Removed translatable property on stock labels.Claude Paroz2007-12-311-2/+2
* Revert "merge git work"Xavier Claessens2007-12-2916-1006/+564
* merge git workXavier Claessens2007-12-2916-564/+1006
* Chandlers leaves when there is no more channels to handle. Translate call win...Xavier Claessens2007-12-291-0/+1
* Set call window title to contact nameXavier Claessens2007-12-291-0/+18
* Make empathy_call_window_show return the widgetXavier Claessens2007-12-292-2/+4
* Wider list of participants in group chat/IRC channel. Fixes bug #447851 (Rohi...Xavier Claessens2007-12-291-181/+121
* Simplify chat theme systemXavier Claessens2007-12-2912-802/+405
* Simplify contact_list_view_cell_set_background()Xavier Claessens2007-12-291-21/+15
* Merge branch 'ignore'Xavier Claessens2007-12-231-0/+1
* Check if append_event is implemented by the theme before calling itXavier Claessens2007-12-211-0/+4
* New chat theme engine imported from Gossip (Daniel Gryniewicz, Xavier Claesse...Xavier Claessens2007-12-2113-1493/+2646
* Do not use gtk-new icon for new chatroom. Fixes bug #490153 (Michael Monreal).Xavier Claessens2007-12-203-27/+2
* Fix focus and text selection in accounts dialog. Fixes bug #502932.Xavier Claessens2007-12-202-5/+0
* Simplify empaty_window_present, empathy_window_iconify and empathy_window_is_...Xavier Claessens2007-12-204-54/+80
* Do not set main window as parent of new conversation window.Xavier Claessens2007-12-201-1/+1
* Fix build if assertions are disabled. Fixes bug #503609Xavier Claessens2007-12-151-5/+6
* Cache avatar pixbuf in EmpathyChatView to avoid having a new pixbuf in memory...Xavier Claessens2007-12-131-11/+69
* Add help menu in chat windowXavier Claessens2007-12-112-0/+68
* When NM is in sleeping (=disabled) state, do just like if it wasXavier Claessens2007-12-062-25/+0
* Add a preference option to disable/enable NM support.Xavier Claessens2007-12-064-12/+75
* Cleanup chat objects API and request a new Text channel if account getsXavier Claessens2007-12-037-178/+265
* Conflicts:Xavier Claessens2007-12-038-295/+301
* Squashed commit of the following:Xavier Claessens2007-12-026-5/+289
* Add a gconf key to define the char to be added for tab completion. FixesXavier Claessens2007-11-302-19/+23
* Request new Text Channel if the contact is online again and CM don'tXavier Claessens2007-11-281-1/+19
* use ":" instead of "," for nick completion.Xavier Claessens2007-11-221-1/+1
* Add nick completion for MUCs. Fixes bug #453418.Xavier Claessens2007-11-223-45/+38
* Don't use the same bus name for filter and chandler programs.Xavier Claessens2007-11-121-2/+2
* Jabber priority is in the range -128 127 (Laurent Bigonville).Xavier Claessens2007-11-121-1/+1
* Move chats to its own process.Xavier Claessens2007-11-111-3/+0
* Allow to change jabber priority. Fixes bug #493992 (Laurent Bigonville).Xavier Claessens2007-11-062-39/+101
* Display error message when an account failed to connect. Based on Gossip'sXavier Claessens2007-11-041-20/+245
* Rename empathy_contact_factory_set_name() to _set_alias(). ImplementsXavier Claessens2007-11-043-15/+26
* Unref contact returned by empathy_contact_factory_get_user().Xavier Claessens2007-11-041-0/+1
* Rename COL_XXX to EMPATHY_CONTACT_LIST_STORE_COL_XXX since it's in publicXavier Claessens2007-10-293-121/+121
* Rename icons to follow fd.o icon naming spec. Move icons to the rightXavier Claessens2007-10-284-8/+8
* Also accept :$ and :-$ for face-embarrassedXavier Claessens2007-10-281-1/+1
* Update to new icon naming spec for new avatars. Fixes bug #490173 (MichaelXavier Claessens2007-10-281-4/+5
* Change edit personal information window title to "Personal Information".Xavier Claessens2007-10-281-2/+10
* Add Ctr-L accelerator to clear the chat. Fixes bug #490125 (MarcoXavier Claessens2007-10-251-0/+1
* Change window title to "Contact List", both words should be capitalisedXavier Claessens2007-10-251-1/+1
* Remove "..." from the "Manage Favorites..." menu item. Fixes bug #490086Xavier Claessens2007-10-251-1/+1
* Use "document-open-recent" icon instead of gtk-justify-left for historyXavier Claessens2007-10-255-4/+5
* Use "user-info" icon for Edit->Personal Information menu item. Fixes bugXavier Claessens2007-10-251-1/+13
* Use the navigation icons in the history dialog. Fixes bug #490077 (MichaelXavier Claessens2007-10-251-2/+2
* Set window title to "Previous Conversations". Fixes bug #490075 (MichaelXavier Claessens2007-10-251-1/+1
* Cleanup licences and copyrights, Modules with 100% collabora code are nowXavier Claessens2007-10-2527-198/+195
* Add EMPATHY_CONTACT_WIDGET_EDIT_NONE to EmpathyContactWidgetFlags.Xavier Claessens2007-10-221-0/+1
* Don't allow to change account if we are editing information ofXavier Claessens2007-10-214-9/+9
* To know if an account is connected, useXavier Claessens2007-10-215-113/+182
* Update Enable/Disable button when "account-enabled" or "account-disabled"Xavier Claessens2007-10-191-3/+9
* set unsensitive the add button if there is no profile installed and tellXavier Claessens2007-10-194-13/+36
* If EmpathyChat object does not exist when DnD a contact, create one. FixesXavier Claessens2007-10-191-0/+7
* Fix crash when iconifying main window if it's already hiden.Xavier Claessens2007-10-191-1/+3
* Don't accept invitation if we are not invited.Xavier Claessens2007-10-192-18/+25
* Don't warning if we try to load a NULL icon.Xavier Claessens2007-10-151-0/+4
* Set chat state to ACTIVE when receiving a message from a contact, avoidXavier Claessens2007-10-131-0/+5
* Don't use deprecated GtkTooltips API. Add commented out lines inXavier Claessens2007-10-135-39/+12
* Use g_timeout_add_seconds when appropriated to avoid weaking the processXavier Claessens2007-10-137-74/+30
* More flexible API for EmpathyContactWidget, we now have flags to setXavier Claessens2007-10-107-58/+99
* Makes avatar looks better in information and edit dialogs.Xavier Claessens2007-10-094-79/+84
* Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of themXavier Claessens2007-10-099-106/+1198
* Add a #ifdef HAVE_VOIP. Fixes bug #482190 (Marco Barisione).Xavier Claessens2007-10-011-0/+2
* Fix refcounting of priv->factory. Fixes bug #473116.Xavier Claessens2007-10-011-11/+12
* Adding sanity checks to public functions.Xavier Claessens2007-10-011-6/+18
* Add some sanity checks. Fixes bug #463051.Xavier Claessens2007-10-011-1/+1
* Disconnect signals on chatroom manager. Fixes bug #456619.Xavier Claessens2007-10-011-0/+6
* Disconnect signals on list and contacts when finalizing the store.Xavier Claessens2007-10-011-1/+35
* Hide VOIP stuff if empathy is not compiled with --enable-voip=yes. FixesXavier Claessens2007-10-012-2/+20
* Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, XavierXavier Claessens2007-09-296-57/+574
* Ported from VOIP branch.Xavier Claessens2007-09-282-15/+56
* Set the sort function before begin to sort otherwise we get warnings.Xavier Claessens2007-09-271-3/+3
* Fix warning when sort criterium is NULL and when there is no profile.Xavier Claessens2007-09-262-19/+22
* Move TP_CHANNEL_CHAT_STATE_PAUSED to the not typing case. Fixes bugXavier Claessens2007-09-211-1/+1
* Tooltip for subscription request shouldn't display "Message:" if theXavier Claessens2007-09-211-8/+10
* Do not set "new message" in the title of conversation windows, it'sXavier Claessens2007-09-211-47/+9
* Fix ref count error for account objects.Xavier Claessens2007-09-211-1/+0
* Add 2 properties to EmpathyIdle to activate auto-away and auto-disconnect,Xavier Claessens2007-09-201-0/+2
* Fix a leak.Xavier Claessens2007-09-191-1/+2
* "interactive" property on EmpathyContactListView to enable/disable contectXavier Claessens2007-09-114-12/+66
* Request media channel when clicking on call icon.Xavier Claessens2007-09-092-2/+20
* forgot to add those filesXavier Claessens2007-09-092-0/+177
* Adding UI to start a VoIP call. It does nothing yet. Most of the code isXavier Claessens2007-09-097-30/+199
* Make use of the search function to correctly find when typing in theXavier Claessens2007-09-082-6/+10
* Fix crash if there is no date for a conversation. Fixes bug #473510.Xavier Claessens2007-09-081-68/+53
* More dynamic smiley managment and more efficient algorithm to detectXavier Claessens2007-09-089-410/+518
* Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459...Xavier Claessens2007-08-3113-675/+386
* Salut's protocol name is going to change to local-xmpp. Fixes bug #469638Xavier Claessens2007-08-253-5/+4
* Add specialised UI for salut settings. Configure a Salut account firstXavier Claessens2007-08-236-6/+628
* Edit menu should be second from the left. Fixes bug #467827 (Reinout vanXavier Claessens2007-08-201-46/+46
* Only update the topic of it has really be changed, avoid diplaying manyXavier Claessens2007-08-132-19/+27
* Make "Add account" button insensitive when we are creating one. Fixes bugXavier Claessens2007-08-121-0/+6
* Unselect accounts when clicking on "add" button. Fixes bug #459173 (CosimoXavier Claessens2007-08-101-1/+8
* add some spacing in "Custom message" dialog. Fixes bug #465360 (FredericXavier Claessens2007-08-101-0/+2
* Add hidden supprot. Fixes bug #455510 (Cosimo Cecchi).Xavier Claessens2007-08-103-4/+8
* Change debug messageXavier Claessens2007-08-101-2/+4
* Remove per-state "Custom message..." item and add one on the bottom of theXavier Claessens2007-08-105-339/+350
* Useless spell checker option. Fixes bug #459164 (Cosimo Cecchi).Xavier Claessens2007-08-092-77/+16
* Remove empathy-marshal-main.c and include empathy-marshal.h fromMarco Barisione2007-08-085-28/+58
* Change main window's title to "Contact list".Xavier Claessens2007-08-071-1/+1
* Add an Advanced section and remove size_group. Fixes bug #463759 (Jaap A.Xavier Claessens2007-08-062-175/+333
* Click on the treeview to edit the name of an account. Fixes bug #459166.Xavier Claessens2007-08-032-89/+50
* Do not try to guess the Jabber server from the jid, gabble does that forXavier Claessens2007-08-031-23/+0
* Do not list profiles that don't have the corresponding CM installed whenXavier Claessens2007-08-021-1/+11
* Remove size_group. Fixes bug #462792.Xavier Claessens2007-08-021-5/+0
* Adding new empathy_strdiff API stolen from telepathy-glib. It check ifXavier Claessens2007-08-021-2/+2
* Click on the tray icon shows the window if it's not active and hide if itXavier Claessens2007-08-021-1/+1
* don't display "Topic set to: (null)". Fixes bug #460205 (Michael Scherer).Xavier Claessens2007-08-021-1/+5
* Add missing include string.h.Xavier Claessens2007-07-301-0/+2
* Align param names on the left.Xavier Claessens2007-07-304-139/+41
* Better like thatXavier Claessens2007-07-291-2/+3
* Makes easier to change to profile order.Xavier Claessens2007-07-291-18/+13
* Try to guess the server from the jid only if we are using the jabberXavier Claessens2007-07-291-8/+19
* Improve the sort function a bit to have Jabber before GTalk.Xavier Claessens2007-07-291-10/+18
* Update the Enable/Disable button even if there is no account selected. SetXavier Claessens2007-07-292-13/+70
* Sort profiles to have free protocols first. Fixes bug #460605.Xavier Claessens2007-07-281-3/+59
* Hide "advanced options" for jabber in a GtkExpander. Fixes bug #459168Xavier Claessens2007-07-272-276/+352
* Fix Room listing. Fixes bug #460416 (Sjoerd Simons).Xavier Claessens2007-07-261-10/+4
* Use libtool -version-info. Fixes bug #460579 (Laurent Bigonville).Xavier Claessens2007-07-261-0/+3
* Do not show salut accounts in the add contact dialog. Rework a bitXavier Claessens2007-07-268-138/+217
* add contact frame is not hidden after cancelling. Fixes bug #458997Xavier Claessens2007-07-261-0/+3
* Initial room list support. It does not works yet.Xavier Claessens2007-07-208-293/+424
* Show avatars by default.Xavier Claessens2007-07-141-0/+1
* If there is no pending msg when a text channel should be filtered wait forXavier Claessens2007-07-141-13/+31
* typo in widget nameXavier Claessens2007-07-131-1/+1
* Remove unused nickname entry and use a GtkTable for room information. MoreXavier Claessens2007-07-135-333/+168
* Fix missing header for EmpathyAccountWidgetMSN.Xavier Claessens2007-07-131-2/+3
* Add MSN setting UI. Fixes bug #443162 (Cosimo Cecchi).Xavier Claessens2007-07-096-4/+427
* Workaround to fix a commonly reported crash. Add a missing check.Xavier Claessens2007-07-071-0/+11
* Fix a leaked ref.Xavier Claessens2007-07-015-47/+126
* Install libempathy and libempathy-gtk and make their API public.Xavier Claessens2007-06-232-40/+85
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-2287-3815/+3808
* We show in our roster all contacts members and remote-pending of subscribeXavier Claessens2007-06-213-8/+7
* Prepare for slack time when coming back from auto away. Not yet fullyXavier Claessens2007-06-153-134/+118
* Use gtk-info for contact informaiton.Xavier Claessens2007-06-152-2/+1
* Show logs when right click on a contact in the roster.Xavier Claessens2007-06-141-4/+15
* Disconnect signals from chatroom_manager. Fixes bug #447178.Xavier Claessens2007-06-141-1/+4
* Do not create log directory for a chat if there is no messages to put in.Xavier Claessens2007-06-142-86/+31
* Make use of ACTIVE_USER_WAIT_TO_ENABLE_TIMEXavier Claessens2007-06-141-1/+1
* New window for viewing logs.Xavier Claessens2007-06-149-58/+1735
* Adding spellcheck support.Xavier Claessens2007-06-106-8/+516
* Smooth scrolling. Fixes bug #445859 (Raphael Slinckx).Xavier Claessens2007-06-101-18/+48
* Fix warning for DnD. patch imported from gossip.Xavier Claessens2007-06-101-48/+44
* Bump version to 0.8Xavier Claessens2007-06-101-4/+1
* Make it distcheckXavier Claessens2007-06-091-1/+1
* Fix a warning.Xavier Claessens2007-06-091-2/+4
* We can now add a new contact. EmpathyContactWidget can change the contactXavier Claessens2007-06-095-130/+422
* Do not save when closing the dialog. Update information in real-time andXavier Claessens2007-06-093-148/+38
* Fix build on 64bits arch. Fixes bug #444680 (Matej Cepl).Xavier Claessens2007-06-091-1/+1
* Fix response and action buttons.Xavier Claessens2007-06-072-67/+8
* Implement editing and viewing contact information with right click on theXavier Claessens2007-06-0711-306/+347
* EmpatchContactWidget has 2 modes: editable or not.Xavier Claessens2007-06-074-46/+72
* New dialog: EmpathySubscriptionDialog. It uses EmpathyContactWidget toXavier Claessens2007-06-077-9/+424
* New widget: EmpathyContactWidget. It displays information about a contact,Xavier Claessens2007-06-065-0/+1685
* Add support for blinking when there is an event. Make use of EmpathyIdleXavier Claessens2007-06-063-67/+274
* Set use_stock for button_connect to False, to avoid a crasher when openingXavier Claessens2007-06-042-4/+16
* libempathy-gtk/gossip-ui-utils.c libempathy-gtk/gossip-accounts-dialog.cXavier Claessens2007-06-043-3/+2
* Add all properties described by TP spec for the Text channel onXavier Claessens2007-06-034-57/+141
* Fix crash when there is no log available for a chat. Fix a crash whenXavier Claessens2007-06-031-1/+0
* Log chats and display 10 last messages when opening a new chat.Xavier Claessens2007-06-023-65/+71
* Set default presence to available if there is no presence iface.Xavier Claessens2007-06-021-1/+0
* Use gnome_vfs_url_show() instead of gnome_url_show() to avoid libgnomeuiXavier Claessens2007-06-022-17/+8
* Monitor changes on chatrooms.xml file and relead it when it's modified.Xavier Claessens2007-06-022-43/+96
* No need to RequestHandle, MissionControl has API to request the channelXavier Claessens2007-05-312-69/+40
* Fix warning when selecting all accounts.Xavier Claessens2007-05-3114-108/+1291
* Do not highlight contacts already known when creating the contact list. DoXavier Claessens2007-05-261-1/+5
* Fix refcounting of GossipGroupChat. Add debug message when alias requestXavier Claessens2007-05-252-2/+1
* Do not use the server entry's value if it's hidden. Do not highlightXavier Claessens2007-05-253-30/+9
* Preset the server only for jabber protocol to conference.server. ThisXavier Claessens2007-05-2510-119/+123
* White space fix.Xavier Claessens2007-05-242-69/+46
* New objects: GossipAccountChooser and GossipNewChatroom, we can now joinXavier Claessens2007-05-2410-51/+2052
* Implementing basic chatroom support. Actually it works only if we getXavier Claessens2007-05-216-16/+908
* Correctly remember the contact who sent last message.Xavier Claessens2007-05-201-6/+7
* Correctly remember if last message comes from the self contact or another.Xavier Claessens2007-05-201-1/+8
* Removed.Xavier Claessens2007-05-204-2902/+1606
* Set COL_NAME earlier like that it can directly be sorted.Xavier Claessens2007-05-201-0/+6
* Allow to set custom function for getting groups of a contact. MakeXavier Claessens2007-05-202-13/+86
* Fix indentation Fix not returning the contact in tp_contact_list_find()Xavier Claessens2007-05-201-4/+4
* Split GossipContactList into two objects: GossipContactListStoreXavier Claessens2007-05-207-40/+1549
* EmpathyContactList is now an interface implemented byXavier Claessens2007-05-198-192/+121
* Display ChatState.Xavier Claessens2007-05-181-8/+58
* New object EmpathyIdle to manage autoaway and extended autoaway states.Xavier Claessens2007-05-171-1/+6
* import po files from gossipXavier Claessens2007-05-161-1/+1
* Fix using of gossip icons in menus.Xavier Claessens2007-05-152-8162/+6
* Add an example label for jid.Xavier Claessens2007-05-141-10/+49
* When a new text channel arrives, check if there is no existing GossipChatXavier Claessens2007-05-142-0/+29
* [darcs-to-svn @ Add artists names to contributors and credits]Xavier Claessens2007-05-131-0/+2
* [darcs-to-svn @ GossipAboutDialog]Xavier Claessens2007-05-134-1/+149
* [darcs-to-svn @ Move schemas to data/ and hide main window by default]Xavier Claessens2007-05-132-274/+1
* [darcs-to-svn @ Save/Resore the visibility of main window and show account di...Xavier Claessens2007-05-132-1/+24
* [darcs-to-svn @ gossip_mission_control_new() returns a MissionControl sigleto...Xavier Claessens2007-05-135-163/+129
* [darcs-to-svn @ Fix icon size]Xavier Claessens2007-05-113-1/+10
* [darcs-to-svn @ Show/Hide main window on delete event]Xavier Claessens2007-05-101-20/+43
* [darcs-to-svn @ popup menu on the status icon]Xavier Claessens2007-05-102-31/+77
* [darcs-to-svn @ Improved EmpathyStatusIcon and GossipPresenceChooser]Xavier Claessens2007-05-108-1136/+8966
* [darcs-to-svn @ New object: EmpathyStatusIcon]Xavier Claessens2007-05-104-11/+242
* [darcs-to-svn @ Ctr+Enter adds a new line in and empathy-chat exits 5sec afte...Xavier Claessens2007-05-101-1/+1
* [darcs-to-svn @ sync with Gossip SVN 2323]Xavier Claessens2007-05-0912-79/+519
* [darcs-to-svn @ after a timeout we are in PAUSED chat state]Xavier Claessens2007-05-091-1/+1
* [darcs-to-svn @ Improve build system]Xavier Claessens2007-05-091-4/+4
* [darcs-to-svn @ many changes]Xavier Claessens2007-05-093-12/+24
* [darcs-to-svn @ Use icon-name API instead of stock icons and update tango icons]Xavier Claessens2007-05-0815-427/+205
* [darcs-to-svn @ Cleanup build system and add MC plugin]Xavier Claessens2007-05-061-8/+4
* [darcs-to-svn @ Remove EmpathySession and move all programs into src/]Xavier Claessens2007-05-032-24/+23
* [darcs-to-svn @ Autostart]Xavier Claessens2007-05-035-136/+34
* [darcs-to-svn @ Replace the launcher by the main program with tray icon]Xavier Claessens2007-05-021-1/+1
* [darcs-to-svn @ Fix typo]Xavier Claessens2007-05-021-1/+1
* [darcs-to-svn @ Fix setting presence]Xavier Claessens2007-05-029-290/+238
* [darcs-to-svn @ Fixing presence and preference dialog]Xavier Claessens2007-05-027-6/+1181
* [darcs-to-svn @ contact list now displays accounts dialog]Xavier Claessens2007-05-022-17/+25
* [darcs-to-svn @ GossipMainWindow]Xavier Claessens2007-05-027-96/+2434
* [darcs-to-svn @ Handling /say msg and remove useless debug messages]Xavier Claessens2007-05-021-5/+1
* [darcs-to-svn @ move some code from GossipPrivateChat to GossipChatView]Xavier Claessens2007-05-022-44/+51
* [darcs-to-svn @ Sync last things from gossip. Up to date with gossip SVN revi...Xavier Claessens2007-05-014-88/+72
* [darcs-to-svn @ Syncing message history from gossip]Xavier Claessens2007-05-012-2/+137
* [darcs-to-svn @ Syncing new contact list stuff from gossip]Xavier Claessens2007-05-014-150/+466
* [darcs-to-svn @ Connect accounts in empathy-launcher, not in empathy-contact-...Xavier Claessens2007-05-013-58/+52
* [darcs-to-svn @ Fix copyright in GPL header]Xavier Claessens2007-04-302-4/+4
* [darcs-to-svn @ Missing glade file for chat]Xavier Claessens2007-04-301-0/+700
* [darcs-to-svn @ Missing file]Xavier Claessens2007-04-301-0/+771
* [darcs-to-svn @ Adding jabber specific settings widget]Xavier Claessens2007-04-308-1549/+647
* [darcs-to-svn @ Only one presence per contact]Xavier Claessens2007-04-273-3/+3
* [darcs-to-svn @ Adding GossipPresenceChooser]Xavier Claessens2007-04-276-0/+1643
* [darcs-to-svn @ Fix leak]Xavier Claessens2007-04-271-0/+2
* [darcs-to-svn @ Save/restore window geometry]Xavier Claessens2007-04-275-3/+249
* [darcs-to-svn @ Set Collabora copyright for files I created/modified]Xavier Claessens2007-04-2614-2/+24
* [darcs-to-svn @ initial import]Xavier Claessens2007-04-2640-0/+18022