2007-01-17  Damien Sandras  <[email protected]>

       * configure.in: Updated recommended versions. Incremented to 2.0.4.

2007-01-21  Jan Schampera <[email protected]>

       * src/gui/addressbook.cpp: Hopefully fix previous commit by adding an
       include-directive (W32-build issues).

2007-01-21  Jan Schampera <[email protected]>

       * src/gui/main.cpp: Fix weird hotkey behaviour produced by popup-menus
       that were not updated when sensitivity was changed for the main
       menu (fixes #374189)

2007-01-21  Jan Schampera <[email protected]>

       * configure.in, src/gui/main.cpp: Bump GTK+ version check to >=2.6.0
       and remove <2.6-specific codeblocks

       * src/gui/addressbook.cpp: Make addressbook window hide on ESC (part
       of #337494)

2007-01-17  Damien Sandras  <[email protected]>

       * src/endpoints/manager.cpp: Do no play a busy tone sound when being
       in DND mode.

2007-01-15  Damien Sandras  <[email protected]>

       * src/endpoints/manager.h, src/endpoints/pcss.cpp,
       src/endpoints/manager.cpp, src/endpoints/pcss.h:
       Backported patch from HEAD to use OPAL's internal classes to display the
       average signal level.

2007-01-15  Damien Sandras  <[email protected]>

       * src/gui/addressbook.cpp: Fixed broken "Call Contact" menu item in the address book.
       (Damien Sandras, #390554)

2007-01-02  Damien Sandras  <[email protected]>

       * src/endpoints/sip.cpp: Make sure we do not strip a > when stripping
       parameters from the From field when receiving a MESSAGE.

2007-01-02  Damien Sandras  <[email protected]>

       * src/endpoints/sip.cpp: Only use the default account as outgoing
       identity if it is enabled. (#361329)

2007-01-02  Damien Sandras  <[email protected]>

       * src/endpoints/sip.cpp: Fixed previous commit.

2007-01-02  Damien Sandras  <[email protected]>

       * lib/gmcontacts/gmcontacts-ldap.cpp: Make sure an user without
       VoIP URL is not displayed with an incorrect VoIP URL from another
       user. (#351951)

2007-01-02  Damien Sandras  <[email protected]>

       * src/endpoints/manager.cpp: Do not stop displaying stats when
       rejecting an incoming call while a call is already active. Display
       the number of missed calls at the end of each call. (#369339).

2007-01-02  Damien Sandras  <[email protected]>

       * src/endpoints/sip.cpp, src/endpoints/sip.h: When several accounts
       are registered to the same services provider, use the default one
       (if any) among them for outgoing calls. (Fixes #371374)

2007-01-02  Damien Sandras  <[email protected]>

       * src/endpoints/h323.cpp: Fixed this commit :
       If no interface matches, use the one whose name is the nearest from
       the interface in the configuration. (H323 is TCP)

2007-01-02  Damien Sandras  <[email protected]>

       * lib/gui/gmdialog.c: Prevent progress dialogs to be destroyed
       before the processing is finished. (Fixes #390359)

2007-01-02  Damien Sandras  <[email protected]>

       * src/components/bonobo.cpp: Show the main window before presenting
       the alert explaining that Ekiga is already running. (Fixes #342560)

2007-01-02  Damien Sandras  <[email protected]>

       * lib/gui/gmconnectbutton.c: Dropped GTK_WIDGET_UNSET_FLAGS
       (GTK_WIDGET (cb), GTK_CAN_FOCUS) for the connect button. Fixes
       #380040.

2006-12-31  Damien Sandras  <[email protected]>

       * src/endpoints/manager.cpp: Ignore RTP packets only if the stream was
       established with a different codec than the one Ekiga is receiving.
       Fixes #389988.

2006-12-31  Damien Sandras  <[email protected]>

       * src/gui/druid.cpp, src/gui/main.cpp, ChangeLog, NEWS:
       Backported interesting patches from the TRUNK.

2006-12-25  Jan Schampera <[email protected]>

       * src/gui/callshistory.cpp:
       Add "chat" to the context menu (#358830), also some icons.

2006-12-24  Jan Schampera <[email protected]>

       * src/gui/main.cpp:
       Let the shortcut Ctrl-L focus+mark the URL bar entry.
       Implements ENH #342241.

2006-11-28  Damien Sandras  <[email protected]>

       * src/endpoints/ekiga.cpp:
       Fixed variable clash with mingw.

2006-11-27  Damien Sandras  <[email protected]>

       * src/endpoints/sip.cpp, src/endpoints/h323.cpp:
       If no interface matches, use the one whose name is the nearest from
       the interface in the configuration.

2006-11-27  Damien Sandras  <[email protected]>

       * src/endpoints/pcss.cpp, src/endpoints/pcss.h:
       Only play the dial tone when receiving a 180 Ringing response
       with SIP.
       Otherwise the first 0.5 second of the received media stream could be
       cut off. (#365609 and #345765, Damien Sandras)

       * src/endpoints/ekiga.cpp: Keep the same listener interface
       on IP addresses change after a restart.

2006-10-24  Damien Sandras  <[email protected]>

       * src/gui/accounts.cpp src/gui/druid.cpp:
       Fixed bug when introducing a new ekiga.net account through the druid.
       Sometimes the account was not saved.

2006-10-24  Damien Sandras  <[email protected]>

       * src/gui/callbacks.cpp:
       Added disconnection message.

2006-10-14  Damien Sandras  <[email protected]>

       * src/endpoints/sip.cpp:
       Fixed GetDefaultRegisteredPartyName().

2006-10-11  Damien Sandras  <[email protected]>

       * lib/gmcontacts/gmcontacts-gmconf.cpp:
       Added missing include.

2006-10-11  Damien Sandras  <[email protected]>

       * src/gui/main.cpp:
       Do not display the completion possibilities when using the dialpad.

2006-10-09  Damien Sandras  <[email protected]>

       * lib/gmconf/gmconf-glib.c:
       Always read the system configuration file before the user configuration
       file in order to allow upgrades with new keys being defined.

2006-10-08  Damien Sandras  <[email protected]>

       * lib/gmcontacts/gmcontacts-gmconf.cpp:
       Fixed initialization of the local addressbook if it is empty.

2006-10-08  Damien Sandras  <[email protected]>

       * lib/gmconf/gmconf-glib.c:
       Completed previous fix thanks to Jan Schampera.

2006-10-06  Damien Sandras  <[email protected]>

       * lib/gmconf/gmconf-glib.c:
       Fixed corruption due to real UTF-8 chars causing the config file
       not to be parsed correctly in the --disable-gnome and WIN32 releases.

2006-10-06  Damien Sandras  <[email protected]>

       * src/endpoints/pcss.cpp:
       Changed default depth for sound buffers to 3.

2006-10-06  Damien Sandras  <[email protected]>

       * src/gui/accounts.cpp, src/endpoints/accountshandler.cpp:
       Remove the realm setting from the accounts editor.
       It is now transparently detected.

2006-09-07  Damien Sandras  <[email protected]>

       * src/gui/preferences.cpp src/endpoints/manager.cpp:
       Fixed locking issues.

v2_0_3 TAG