# HG changeset patch # User Eric Warmenhoven # Date 967528963 0 # Node ID ffb824f6cd244e528ccce5ad1ec728e56e20eb5c # Parent dc9ad68fc30e9084fdb5875851b0f9fc2c6afc6f [gaim-migrate @ 796] arf committer: Tailor Script diff -r dc9ad68fc30e -r ffb824f6cd24 ChangeLog --- 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 diff -r dc9ad68fc30e -r ffb824f6cd24 README --- 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. diff -r dc9ad68fc30e -r ffb824f6cd24 src/dialogs.c --- 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); }