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.
