changeset 786:ffb824f6cd24

[gaim-migrate @ 796] arf committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 29 Aug 2000 06:02:43 +0000
parents dc9ad68fc30e
children 53d2e3e02297
files ChangeLog README src/dialogs.c
diffstat 3 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Aug 29 05:25:13 2000 +0000
+++ b/ChangeLog	Tue Aug 29 06:02:43 2000 +0000
@@ -20,6 +20,7 @@
 	* ICQ-style aliases. This lets you change the name you see your buddy
 	  as. For example, if your buddy's SN is 'CouldntGetMyName', you can
 	  alias him as 'Loser'.
+	* Compile with GNOME bits if available
 	* Added GNOME Url Handler as an available web-browser 
 	* Added the S html tag. 		
 	* Optionally Ignore TiK's Automated Messages
--- a/README	Tue Aug 29 05:25:13 2000 +0000
+++ b/README	Tue Aug 29 06:02:43 2000 +0000
@@ -44,7 +44,8 @@
 Make sure to enable GNOME sounds if you want gaim sounds for the applet.
 
 Send me bug reports.  The web page is http://www.marko.net/gaim and the ftp
-site is ftp://ftp.marko.net/pub/gaim
+site is ftp://ftp.marko.net/pub/gaim. We also have a sourceforge page at
+http://sourceforge.net/projects/gaim/
 
 Keep your eyes out for updates, and I'll try to keep the program maintained.
 Other contributors and patches are welcomed.  Please read the FAQ first.
--- a/src/dialogs.c	Tue Aug 29 05:25:13 2000 +0000
+++ b/src/dialogs.c	Tue Aug 29 06:02:43 2000 +0000
@@ -1017,6 +1017,7 @@
         do_bp_menu();
         
         destroy_dialog(NULL, b->window);
+	save_prefs();
         g_free(b);
 }