2001-03-28  Julian Missig  <julian@jabber.org>

	* configure.in: 0.8.2 released

2001-03-28  Julian Missig  <julian@jabber.org>

	* src/ContactInterface.cc: Fixed crash when user wasn't on roster (thanks Eliot!)

2001-03-28  Julian Missig  <julian@jabber.org>

	* src/GabberApp.cc: Fixed display of contacts/group chat invitations when certain message displaying combinations are chosen
	* src/MessageManager.cc: same

2001-03-28  Julian Missig  <julian@jabber.org>

	* configure.in: Added sv
	* gabber.desktop: Pulled in from GNOME CVS
	* gabber.soundlist: same
	* po/sv.po: same

2001-03-28  Brandon  <brandon@aspect.net>

	* src/MessageManager.cc: fixed messamanager to handle view that use resource.  

2001-03-28  Matthias Wimmer  <mail@matthias-wimmer.de>

	* po/de.po: updated and fixed translation

2001-03-28  Matthias Wimmer  <mail@matthias-wimmer.de>

	* po/de.po: Updated German translation

2001-03-27  Brandon  <brandon@aspect.net>

	* src/GPGInterface.cc: changed _gpg_path to static so it only searches for 
	it once and caches the result
	* src/GPGInterface.hh: same
	* src/GabberGPG.cc: slightly changed how the enabled() function works.  
	* src/GabberGPG.hh: same
	* src/MessageViews.cc: fixed bug in messageview where the resource was
	not registered in the view registrar for views that needed it.  
	* src/MessageViews.hh: same
	* src/PrefsInterface.cc: slightly changed how to check for gpg being enabled.
	Still prefs issues though.  

2001-03-27  Julian Missig  <julian@jabber.org>

	* configure.in: Updated version
	* gabber.desktop: Updated from GNOME CVS
	* gabber.soundlist: same
	* po: same
	* src/ChatView.cc: Added render_error
	* src/ChatView.hh: same
	* src/ErrorManager.cc: Manage presence errors for ooochats, gcs
	* src/ErrorManager.hh: same
	* src/GabberApp.hh: same
	* src/MessageViews.cc: same
	* src/MessageViews.hh: same

2001-03-27  Frdric Crozat  <fred@crozat.net>

	* po/fr.po: French translation updated

2001-03-26  Julian Missig  <julian@jabber.org>

	* po/POTFILES.in: Added autoupdate dialog
	* src/MessageViews.cc: Added error messages to groupchat
	* src/MessageViews.hh: same

2001-03-26  Julian Missig  <julian@jabber.org>

	* src/ErrorManager.cc: Default error view (kind of)
	* src/GabberApp.cc: New autoupdate
	* src/GabberApp.hh: same
	* src/MessageViews.cc: same
	* src/MessageViews.hh: same

2001-03-21  Julian Missig  <julian@jabber.org>

	* pixmaps/Makefile.am: Install the add group icon
	* src/ErrorManager.cc: Initial commit... it's not that great yet ;)
	* src/ErrorManager.hh: same
	* src/GabberApp.cc: Changes for errormanager
	* src/GabberApp.hh: same
	* src/GabberUtility.hh: Updated copyright
	* src/GabberWin.cc: Changes for errormanager
	* src/GabberWin.hh: same
	* src/Makefile.am: same
	* src/MessageManager.cc: same
	* src/MessageViews.cc: same, plus thread support
	* src/MessageViews.hh: same
	* src/PrefsInterface.cc: Spell checking is optional
	* src/PrefsInterface.hh: same
	* ui/Gabber_win.glade: Set the icon for add group
	* ui/Message_win.glade: Added the error frame
	* ui/Prefs_win.glade: Added the spell checking checkbox

2001-03-20  Julian Missig  <julian@jabber.org>

	* src/GCInterface.cc: "Join" actually works now

2001-03-19  Brandon  <brandon@aspect.net>

	* src/GabberGPG.cc: fixed prefsinterface issues (hopefully)
	* src/GabberGPG.hh: same
	* src/GabberWin.cc: added Add Group
	* src/GabberWin.hh: same
	* src/PrefsInterface.cc: fixed prefsinterface issues with encryption (hopefully)
	* src/RosterView.cc: added Add Group
	* src/RosterView.hh: added Add Group

2001-03-19  Matthias Wimmer  <mail@mawis.net>

	* po/de.po: Updated German translation

2001-03-18  Frdric Crozat  <fred@crozat.net>

	* po/fr.po: Update french translation

2001-03-16  Julian Missig  <julian@jabber.org>

	* TODO: Updated
	* src/GabberWin.hh: Gabber no longer crashes on exit if groupchat is open
	* src/MessageViews.cc: same

2001-03-16  Julian Missig  <julian@jabber.org>

	* configure.in: Added Turkish translation
	* po/tr.po: same

2001-03-14  Julian Missig  <julian@jabber.org>

	* src/GabberApp.cc: Spell checking works (!)
	* src/GabberApp.hh: same

2001-03-14  Julian Missig  <julian@jabber.org>

	* configure.in: 0.8.1.91 development
	* pixmaps/Makefile.am: Made nicer
	* ui/Makefile.am: Made nicer

2001-03-14  Julian Missig  <julian@jabber.org>

	* Marked 0.8.1.90
	* src/AgentInterface.cc: Enter now browses
	* src/AgentInterface.hh: same

2001-03-14  Julian Missig  <julian@jabber.org>
	
	* pixmaps/Makefile.am: added glade-group.xpm
	* src/RosterView.cc: Using the group icon for DnD
	* src/e-font.c: Pulled from GAL CVS
	* src/e-font.h: same
	* src/e-unicode.c: same
	* src/e-unicode.h: same

2001-03-14  Julian Missig  <julian@jabber.org>

	* configure.in: Upped version to 0.8.2.90 - apparently letters in version numbers are evil
	* pixmaps/Makefile.am: New pixmaps from garrett
	* pixmaps/glade-contact.xpm: same
	* pixmaps/glade-gci.xpm: same
	* pixmaps/glade-send-contact-menu.xpm: same
	* pixmaps/glade-send-gci.xpm: same
	* src/ConfigManager.cc: Added evGCI
	* src/ContactInterface.cc: Improved the UI quite a bit
	* src/GCInterface.cc: Improved the UI quite a bit
	* src/GCInterface.hh: same
	* src/GabberApp.cc: evGCI
	* src/MessageViews.cc: Made Send Contacts work in Group Chats
	* src/MessageViews.hh: same
	* src/RosterView.cc: uh... don't think it was anything major
	* ui/ContactSend_dlg.glade: Improved UI
	* ui/GC_win.glade: Use Send Contacts icon
	* ui/Gabber_win.glade: same

2001-03-13  Brandon  <brandon@aspect.net>

	* src/Makefile.am: not sure
	* src/RosterView.cc: fixed some DnD stuff
	* src/RosterView.hh: same

2001-03-12  Julian Missig  <julian@jabber.org>

	* NEWS: Added GCI and Contacts info
	* src/ContactInterface.cc: Minor UI fixes
	* src/GCInterface.cc: Display subject, room, and server
	* src/GCInterface.hh: same
	* src/MessageViews.cc: Now set the default GCI subject
	* ui/GCIRecv_dlg.glade: UI fixes
	* ui/GCI_dlg.glade: UI fixes

2001-03-12  Julian Missig  <julian@jabber.org>

	* gabber.desktop: Updated from GNOME CVS
	* gabber.soundlist: same
	* po/ChangeLog: same
	* po/es.po: same
	* po/fr.po: same
	* src/ContactInterface.cc: Improved UI, made it look nicer, etc
	* src/ContactInterface.hh: same
	* src/Makefile.am: Fix for srcdir/builddir
	* src/MessageViews.cc: Comment changed
	* src/xtext.c: Fix for srcdir/builddir
	* ui/ContactRecv_dlg.glade: Improved UI, made it look nicer, etc
	* ui/ContactSend_dlg.glade: same
	* ui/GCIRecv_dlg.glade: same
	* ui/Login_dlg.glade: same
	* ui/Makefile.am: One .glade file wasn't in here (?)

2001-03-11  Brandon  <brandon@aspect.net>

	* po/POTFILES.in: Added new file

2001-03-11  Brandon  <brandon@aspect.net>

	* TODO: added some stuff I want to do
	* src/ContactInterface.cc: not sure what I changed in here
	* src/GCInterface.cc: added groupchat invite send & recv stuff
	* src/GCInterface.hh: same
	* src/Makefile.am: same
	* src/MessageManager.cc: added message type for groupchat invites
	* src/MessageManager.hh: same
	* src/MessageViews.cc: made invite button open the Groupchat Invite Dlg
	* src/MessageViews.hh: same
	* ui/GCI_dlg.glade: changed the clist to a ctree

2001-03-10  Konrad Podloucky  <konrad@crunchy-frog.org>

	* configure.in: required Gtk-- version is now 1.2.5

2001-03-07  Julian Missig  <julian@jabber.org>

	* po/POTFILES.in: Added the new files
	* ui/GC_win.glade: Group Chat Invitation items

2001-03-07  Brandon  <brandon@aspect.net>

	* src/IgnoreInterface.cc: Added IgnoreAddDlg
	* src/IgnoreInterface.hh: same
	* src/RosterView.cc: probably a change to DnD code
	* src/RosterView.hh: same
	* ui/IgnoreAdd_dlg.glade: seperated IgnoreAdd_dlg since it's easier that way
	* ui/Makefile.am: same

2001-03-06  Brandon  <brandon@aspect.net>

	* src/ConfigManager.cc: added stuff for Roster event (icons need fixing)
	* src/ConfigManager.hh: same
	* src/ContactInterface.cc: Added ContactInterface for sending/recving contacts
	* src/ContactInterface.hh: same
	* src/GabberApp.cc: same
	* src/GabberWin.cc: same
	* src/GabberWin.hh: same
	* src/Makefile.am: same
	* src/MessageManager.cc: redid MessageManager to use different views when
	a message contains extensions.  
	* src/MessageManager.hh: same
	* src/MessageViews.cc: move Contact stuff to ContactInterface
	* src/MessageViews.hh: same
	* src/RosterView.cc: changed some of the DnD code
	* src/RosterView.hh: same
	* src/S10nInterface.cc: I don't remember changing this file
	* src/StatusInterface.cc: or this one, probably something to do with the 
	MessageManager changes...
	* ui/ContactRecv_dlg.glade: changed clist to ctree
	* ui/ContactSend_dlg.glade: same

2001-03-06  Julian Missig  <julian@jabber.org>

	* src/AddContactDruid.cc: Much nicer search interface
	* src/AddContactDruid.hh: same
	* src/IgnoreInterface.cc: Removed 'apply'
	* ui/AUDruid_win.glade: Much nicer search interface
	* ui/Gabber_win.glade: Changed some of the menu items
	* ui/Ignore_dlg.glade: A little dialog for adding JabberIDs to ignore

2001-03-06  Brandon  <brandon@aspect.net>

	* src/GabberWin.cc: Added Ignore List item to Services menu
	* src/IgnoreInterface.cc: Added IgnoreInterface, not functional yet
	* src/IgnoreInterface.hh: same
	* src/Makefile.am: added IgnoreInterface
	* src/RosterView.cc: added support to SimpleRosterView for not using groups
	* src/RosterView.hh: same
	* ui/Gabber_win.glade: added item to menu

2001-03-06  Brandon  <brandon@aspect.net>

	* src/GabberWin.cc: Added Send Roster Items to popup
	* src/MessageManager.cc: made display return the MessageView created
	* src/MessageManager.hh: same
	* src/MessageViews.cc: More work on Send Roster Items stuff
	* src/MessageViews.hh: same
	* src/RosterView.cc: More work on DnD
	* src/RosterView.hh: same
	* ui/Gabber_win.glade: Added Send Roster items to popup
	* ui/Ignore_dlg.glade: changed clist to ctree

2001-03-05  Brandon  <brandon@aspect.net>

	* src/MessageViews.cc: added basic jabber:x:roster support to NormalMessageView
	* src/MessageViews.hh: same
	* src/RosterView.cc: added SimpleRosterView for use when all features of RosterView
	aren't needed.  
	* src/RosterView.hh: same
	* ui/Message_win.glade: added basic jabber:x:roster support to NormalMessageView

2001-03-05  Julian Missig  <julian@jabber.org>
	
	* src/AgentInterface.cc: Agent Browsing is now its own class
	* src/AgentInterface.hh: same
	* ui/AgentBrowser_dlg.glade: _txt -> _ent
	* ui/GC_win.glade: Removed the _'s from the popup menus
	* ui/Gabber_win.glade: same

2001-03-04  Konrad Podloucky  <konrad@crunchy-frog.org>

	* src/TCPTransmitter.cc: fixed a race condition. send() now checks if the socket is still connected before trying to send (and causing an error)

2001-03-03  Julian Missig  <julian@jabber.org>

	* INSTALL, README, README.cvs: Added --localstatedir
	* gabber.spec.in: Added --localstatedir=/var/lib
	* src/AddContactDruid.cc: Automatically removes spaces and @s
	* src/GabberLogger.cc: Removed the warnings by changing the ints to
	string::size_type

2001-02-28  Frdric Crozat  <fred@crozat.net>

	* po/fr.po: Update french translation

2001-02-28  Julian Missig  <julian@jabber.org>

	* configure.in: Upped version
	* gabber.spec.in: Now it actually works. Removed the SMP stuff
	* po/POTFILES.in: Removed Contact_dlg.glade
	* src/AddContactDruid.cc: Preparing for more intelligent username 
	parsing.
	* ui/ContactSend_dlg.glade: Now ready for implementation
	* ui/Contact_dlg.glade: removed
	* ui/Makefile.am: Removed Contact_dlg.glade
	* ui/Prefs_win.glade: Minor changes

2001-02-26  Julian Missig  <julian@jabber.org>

	* AUTHORS: bratislav
	* Makefile.am: added OMF file
	* configure.in: added OMF file
	* doc/C/Makefile.am: added OMF file
	* doc/C/gabber-C.omf: OMF file
	* gabber.spec.in: requires openssl
	* omf-install/Makefile.am: OMF file install
	* po/POTFILES.in: Removed PresSettings
	* src/GabberUtility.cc: Preset messages are just too overly complex
	* src/GabberUtility.hh: same
	* src/GabberWin.cc: same
	* src/GabberWin.hh: same
	* src/PrefsInterface.cc: auto-away moved here
	* src/PrefsInterface.hh: same
	* src/StatusInterface.cc: same
	* src/StatusInterface.hh: same
	* ui/Makefile.am: Remove PresSettings
	* ui/Prefs_win.glade: Moved auto-away here
	* ui/PresSettings_win.glade: removed
	* ui/Welcome_win.glade: Cleaned up some text

2001-02-25  Julian Missig  <julian@jabber.org>

	* .cvsignore: Ignore the xml-i18n-tools .in files
	* pixmaps/xa.xpm: Now XA instead of NA (thanks garrett)
	* src/GabberApp.cc: start/stop gtkspell
	* src/GabberUtility.cc: Not Available is now Extended Away
	* src/Makefile.am: gtkspell/gtkurl added
	* src/MessageViews.cc: gtkspell/gtkurl attach
	* src/RosterView.cc: Properly clear the expanded groups config
	* src/gtkspell.c: added - spell checking in GtkText widgets
	* src/gtkspell.h: added
	* src/gtkurl.c: added - right-click URLs in GtkText widgets (thanks 
	bratislav!)
	* src/gtkurl.h: added
	* ui/Prefs_win.glade: Not Available is now Extended Away
	* ui/PresSettings_win.glade: Preparing for presets

2001-02-24  Julian Missig  <julian@jabber.org>
	
	* src/AddContactDruid.cc: Updated due to MenuBuilder changes
	* src/ContactInfoInterface.cc: Idle time now in the same line as the 
	status
	* src/GabberUtility.cc: Set the submenus properly - thanks brandon2!
	* src/GabberUtility.hh: same
	* src/GabberWin.cc: same
	* src/GabberWin.hh: same
	* ui/ContactInfo_dlg.glade: Got rid of the Idle_lbl since it goes in 
	the Status_lbl now
	* ui/Gabber_win.glade: Minor Changes
	* ui/Prefs_win.glade: Minor Changes

2001-02-24  Julian Missig  <julian@jabber.org>

	* NEWS: updated...
	* src/ContactInfoInterface.cc: Added tooltips to the presence and s10n
	indicators, to be more consistent UI-wise
	* src/ContactInfoInterface.hh: same
	* src/GabberUtility.cc: added change_pixmap hack to change the pixmap 
	in a Gtk::PixmapMenuItem
	* src/GabberUtility.hh: same
	* src/GabberWin.cc: Change the Presence menu pixmaps and use a menu 
	instead of an Option Menu for the main presence indicator
	* src/GabberWin.hh: same
	* ui/ContactInfo_dlg.glade: Added tooltips to the presence and s10n
	indicators, to be more consistent UI-wise
	* ui/Gabber_win.glade: Change the Presence menu pixmaps and use a menu 
	instead of an Option Menu for the main presence indicator
	* ui/Prefs_win.glade: rename status indicator to presence indicator

2001-02-24  Julian Missig  <julian@jabber.org>

	* AUTHORS: added bratislav
	* NEWS: Updated
	* src/MessageViews.cc: eMail-like quoting patch from bratislav

2001-02-23  Julian Missig  <julian@jabber.org>

	* src/GabberUtility.cc, src/GabberUtility.hh, src/GabberWin.cc, 
	src/GabberWin.hh, src/MessageViews.cc: Beginnings of allowing the 
	user to preset status messages for away/xa/etc ... now if only
	set_submenu would work!!!!!!! ARGH!!!

2001-02-23  Julian Missig  <julian@jabber.org>
	
	* src/GabberWin.cc: Set the option menu history correctly after 
	choosing "settings"

2001-02-22  Julian Missig  <julian@jabber.org>

	* po/POTFILES.in: Added ui/PresSettings_win.glade
	* src/AutoAway.cc: Changed some defaults and key names
	* src/GabberUtility.cc: Add a separator and the settings item
	* src/GabberUtility.hh: same
	* src/GabberWin.cc: Access the PresSettingsWin when settings is 
	selected
	* src/MessageViews.cc: Grab the timestamp format from config file
	* src/PrefsInterface.cc: Minor fixes
	* src/StatusInterface.cc: PresSettingsWin added
	* src/StatusInterface.hh: same
	* ui/Gabber_win.glade: Show as changed to Presence
	* ui/Login_dlg.glade: Set wrap to no
	* ui/Makefile.am: Add PresSettings_win.glade
	* ui/OOOChat_win.glade: Get rid of ooochat icon, move presence icon 
	there
	* ui/PresSettings_win.glade: Added

2001-02-22  Julian Missig  <julian@jabber.org>

	* configure.in: Added norwegian translation

2001-02-21  Julian Missig  <julian@jabber.org>
	
	* src/MessageViews.cc: Right-click menu in group chat
	* src/MessageViews.hh: same
	* ui/GC_win.glade: same

2001-02-21  Julian Missig  <julian@jabber.org>

	* AUTHORS: Spell temas's name correctly
	* src/AutoAway.cc: Change default auto-away message
	* src/GabberWin.cc: Spell temas's name correctly

2001-02-19  Brandon  <brandon@aspect.net>

	* src/AutoAway.cc: added handler for evtOnLast
	* src/AutoAway.hh: same

2001-02-19  Julian Missig  <julian@jabber.org>
	
	* configure.in: Upped version
	* jabberoo/include/jabberoo.hh: evtOnLast(string&) for jabber:iq:last
	* jabberoo/src/jabberoo-session.cc: same
	* src/AutoAway.cc: xa time is 15 mins
	* src/ContactInfoInterface.cc: Display iq:last information
	* src/ContactInfoInterface.hh: same
	* src/Makefile.am: alphabetize
	* ui/ContactInfo_dlg.glade: Display iq:last information

2001-02-17  Brandon  <brandon@aspect.net>

	* src/AutoAway.cc: added option to disable AutoAway and changed it so
	it defaults to beign disabled.  

2001-02-15  Brandon  <brandon@aspect.net>

	* acconfig.h: Added define for XScreenSaver Extension
	* configure.in: Added tests for XScreenSaver Extension
	* src/AutoAway.cc: Added AutoAway support using XSS 
	* src/AutoAway.hh: same
	* src/GabberApp.cc: updates to use AA
	* src/GabberApp.hh: same
	* src/Makefile.am: same
	* src/RosterView.cc: flash all nodes for a JID in Roster when message 
	is waiting.  

2001-02-14  Frdric Crozat  <fred@crozat.net>

	* po/fr.po: update translation and remove obsolete entries

2001-02-13  Julian Missig  <julian@jabber.org>

	* configure.in: Flagged 0.8.2pre1

2001-02-13  Julian Missig  <julian@jabber.org>

	* src/ConfigManager.cc: Translate the show index with the show enum
	* src/GabberApp.cc: same
	* src/GabberUtility.cc: same
	* src/GabberUtility.hh: same
	* src/GabberWin.cc: same
	* src/MessageViews.cc: same
	* src/PrefsInterface.cc: same
	* src/StatusInterface.cc: Abstract to a "StatusIndicator" class, which
	will updated the status docklet and anything else which wishes to
	indicate the current status
	* src/StatusInterface.hh: same

2001-02-12  Brandon  <brandon@aspect.net>
	* jabberoo/configure.in: Set CXXFLAGS when debug is enabled
	* jabberoo/src/Makefile.am: Set CXXFLAGS properly for debug
	* jabberoo/src/judo-tagstream.cc: Fixed logout-login bug

2001-02-11  Julian Missig  <julian@jabber.org>

	* AUTHORS: added more recognition for mawis
	* src/ConfigManager.cc: Saved some variables here with accessors
	* src/ConfigManager.hh: same
	* src/ContactInfoInterface.cc: Made changes to respect ConfigManager 
	variables nick, show, status, priority
	* src/GabberApp.cc: same
	* src/GabberWin.cc: same
	* src/PrefsInterface.cc: same
	* src/StatusInterface.cc: same
	* src/WelcomeDruid.cc: same
	* src/MessageViews.cc: removed close buttons on ooochat and groupchat
	* ui/GC_win.glade: same
	* ui/OOOChat_win.glade: same
	* ui/Welcome_win.glade: Made the size a bit saner

2001-02-11  Julian Missig  <julian@jabber.org>

	* src/ContactInfoInterface.cc: If someone changes one email/country, 
	it now automatically changes the other.
	* src/ContactInfoInterface.hh: same
	* src/PrefsInterface.cc: There was a typo in the config value name for 
	autoreconnect... that was causing the prefs problems.
	* ui/MyContactInfo_win.glade: Allow people to edit the other country/
	email.

2001-02-11  Julian Missig  <julian@jabber.org>
	
	* src/BaseGabberWindow.cc, src/BaseGabberWindow.hh: Now has 
	BaseGabberWidget, which allows widget parts to be extracted instead 
	of having to be a window.
	* src/GabberApp.cc, src/GabberApp.hh, src/GabberWin.cc, 
	src/GabberWin.hh, src/MessageViews.cc, src/RosterView.cc, 
	src/RosterView.hh, src/StatusInterface.cc, src/StatusInterface.hh,
	src/TCPTransmitter.cc, ui/Gabber_win.glade: Broke the icky hidden 
	submenu hack up into seperate menu widgets, using BaseGabberWidget 
	to extract the widgets.
	* ui/Login_dlg.glade: Changed a string slightly

2001-02-10  Julian Missig  <julian@jabber.org>
	
	* configure.in: Require at least gnomemm 1.1.12
	* pixmaps/Makefile.am: Install offline.xpm with the glade files
	* src/AddContactDruid.cc: Now use Gnome::HRef
	* src/ContactInfoInterface.cc: Now use Gnome::HRef
	* src/Gabber.hh: Include gnome--/href.h
	* src/GabberUtility.cc: Function for creating show as items
	* src/GabberUtility.hh: same
	* src/GabberWin.cc: Use the function for creating show as items and 
	create a show as submenu in the main Gabber menu
	* src/GabberWin.hh: same
	* ui/Gabber_win.glade: Add an item where the show as submenu can be 
	hooked up

2001-02-10  Julian Missig  <julian@jabber.org>

	* NEWS: Updated
	* configure.in: Now includes fi.po
	* po/POTFILES.in: Previous commit from me made it blank (??)
	* po/fi.po: Pulled in from gnome-i18n

2001-02-10  Matthias Wimmer <mail@matthias-wimmer.de>

	* src/Makefile.am: Fixed build problem with SuSE

2001-02-10  Julian Missig  <julian@jabber.org>
	
	* src/GabberWin.cc: Save/load the expanded roster groups when 
	appropriate
	* src/PrefsInterface.cc: Removed expand groups option
	* src/PrefsInterface.hh: Removed expand groups option
	* src/RosterView.cc: Now save which groups were expanded
	* src/RosterView.hh: Now save which groups were expanded
	* ui/Prefs_win.glade: Removed expand groups option

2001-02-09  Julian Missig  <julian@jabber.org>

	* po/POTFILES.in: Updated for file name changes
	* src/ContactInfoInterface.cc: Updated for file name changes
	* src/MessageViews.cc: Nickname now displayed
	* src/MessageViews.hh: Nickname now displayed
	* ui/AUDruid_win.glade: Minor updates
	* ui/ContactInfo_dlg.glade: Changed filename to this
	* ui/EditUser_dlg.glade: Changed filename from this
	* ui/GCJoin_dlg.glade: Nickname now displayed
	* ui/Makefile.am: Updated for filename
	* ui/MyContactInfo_win.glade: Changed filename to this
	* ui/UserInfo_win.glade: Changed filename from this
	* ui/Welcome_win.glade: Minor updates

2001-02-09  Julian Missig  <julian@jabber.org>

	* TODO: Removed some of the notes for the new style.
	* po/Makefile.in.in: Updated filenames
	* po/POTFILES.in: Updated filenames
	* src/AddContactDruid.cc: New name for AddUserDruid
	* src/AddContactDruid.hh: same
	* src/AddUserDruid.cc: same
	* src/AddUserDruid.hh: same
	* src/AgentInterface.cc: Updated due to class changes
	* src/ContactInfoInterface.cc: Updated due to class changes
	* src/DebugInterface.cc: New file
	* src/DebugInterface.hh: New file
	* src/GabberApp.cc: Updated due to class changes
	* src/GabberWin.cc: Updated due to class changes
	* src/Makefile.am: Updated due to class changes
	* src/MessageViews.cc: Updated due to class changes
	* src/PrefsInterface.cc: Updated due to class changes
	* src/RawXML.cc: Moved to DebugInterface, renamed RawXMLInput
	* src/RawXML.hh: same
	* src/RosterView.cc: Updated due to class changes
	* src/S10nInterface.cc: New file
	* src/S10nInterface.hh: New file
	* src/StatusDlg.cc: Moved to StatusInterface
	* src/StatusDlg.hh: Moved to StatusInterface
	* src/StatusDock.cc: Moved to StatusInterface
	* src/StatusDock.hh: Moved to StatusInterface
	* src/StatusInterface.cc: New file
	* src/StatusInterface.hh: New file
	* src/SubscriptionRequestDlg.cc: Moved to S10nInterface
	* src/SubscriptionRequestDlg.hh: Moved to S10nInterface

2001-02-09  Julian Missig  <julian@jabber.org>
	
	* NEWS: Fixed bug searching "small" Jabber Users Directory
	* src/AddUserDruid.cc: Don't just assume that all searches have keys.
	I believe the only problem was that the next button logic assumed they 
	did.
	* ui/AUDruid_win.glade: Minor string changes.

2001-02-09  Brandon  <brandon@aspect.net>
	* jabberoo/src/judo-tagstream.cc: Properly reset the DocumentStarted variable.  
	Doesn't fix the reconnect bug though.  
	* src/GPGInterface.cc: Updated to new style and fix in detecting errors in shmat.
	* src/GPGInterface.hh: Updated to new style.  
	* src/GabberApp.cc: Updated to new style.  
	* src/GabberGPG.cc: Updated to new style.  
	* src/GabberGPG.hh: Updated to new style.  
	* src/GabberWin.cc: Updated to new style.  
	* src/GabberWin.hh: Updated to new style.  
	* src/MessageManager.cc: Updated to new style.  (I think)
	* src/MessageViews.cc: Updated to new style (I think)
	* src/PrefsInterface.cc: Changes because of updates to GPG files.  
	* src/RosterView.cc: Changes because of other files.  
	* src/StatusDlg.cc: Again other files.  
	* src/StatusDock.cc: Changes in other files.  

2001-02-08  Julian Missig  <julian@jabber.org>

	* src/AddUserDruid.cc: Made the add user druid even simpler; the 
	contact information page should no longer be confusing.
	* ui/AUDruid_win.glade: same

2001-02-07  Julian Missig  <julian@jabber.org>

	* src/MessageViews.cc: Removed Keep Open toggle button, now uses "OK"
	instead of "Cancel" on autoupdate messages.
	* src/MessageViews.hh: same
	* ui/Message_win.glade: same

2001-02-06  Julian Missig  <julian@jabber.org>

	* src/GabberApp.cc: Removed unused header
	* src/e-font.c: (e_font_to_gdk_font), (e_font_to_native),
	(translate_encoding): Updated from CVS. Fixes some rendering bugs.
	* src/e-font.h: Updated from CVS for the new functions they added.
	* src/e-unicode.c: (e_utf8_from_gtk_string_sized),
	(e_utf8_to_gtk_string_sized): Updated from CVS for the new functions 
	they added.

2001-02-06  Julian Missig  <julian@jabber.org>

	* NEWS: This is where we store old ChangeLog-like news. Now use 
	prepare-ChangeLog.pl, which can be wget'd from Gabber's web site.
	This is standard for most GNOME things now, and prepares the 
	ChangeLog properly, like its name implies.
