CVSROOT:        /cvs/gnome
Module name:    gossip
Changes by:     mr      05/06/26 09:30:43

Modified files:
        .              : ChangeLog 
        libgossip      : gossip-protocol.c gossip-protocol.h 
                         gossip-session.c 
        protocols/jabber: gossip-jabber.c 
        src            : Makefile.am gossip-app.c gossip-app.h 
                         gossip-ui-utils.c 
        ui             : connect.glade main.glade 
Removed files:
        src            : gossip-connect-dialog.c gossip-connect-dialog.h 

Log message:
* src/gossip-ui-utils.c:
- Removed DINGUS for regex work as it is already defined in
gossip-utils.c
* libgossip/gossip-protocol.[ch]:
- Added error handling with gossip_protocol_error() which emits
the new "error" signal with a GError.
* libgossip/gossip-session.c:
- Added "protocol-error" signal which is propagated by listening
to protocol "error" signals.
* protocols/jabber/gossip-jabber.c:
- Added calls into gossip_protocol_error() where needed so that
now we get all errors reflected up the code stack.
- Cleaned up the code in places.
* src/Makefile.am:
* src/gossip-connect-dialog.c:
* ui/connect.glade:
- Removed gossip-connect-dialog and all references to it; this has
not been in use for some time now.
* src/gossip-app.[ch]:
- Removed the need for GossipAccount to be saved in the GossipApp
priv.
- Added handler for "protocol-error" signal so we can present
dialogs for authentication failures and other connection errors.
- Cleaned up the code in places.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gossip&who=mr&date=explicit&mindate=2005-06-26%2009:29&maxdate=2005-06-26%2009:31

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to