# HG changeset patch # User Nathan Walp # Date 1095461052 0 # Node ID 343889b2f6549cb890529d2c8946f78c6150a583 # Parent 35bc57c5b2e2500b2af0b12068c874ed6c77e1ab [gaim-migrate @ 10988] mergeination committer: Tailor Script diff -r 35bc57c5b2e2 -r 343889b2f654 ChangeLog --- a/ChangeLog Fri Sep 17 22:37:59 2004 +0000 +++ b/ChangeLog Fri Sep 17 22:44:12 2004 +0000 @@ -8,7 +8,7 @@ * gaim-remote can send text (John B. Silvestri) * Autoreconnect plugin can hide the reconnect dialog (François Gagné) -version 0.83: +version 1.0.0 (09/17/2004): New Features: * Drag-and-drop buddy support for the Invite dialog (Stu Tomlinson) * Drag-and-drop buddy support for the Pounce dialog (Stu Tomlinson) @@ -19,10 +19,15 @@ windows (Dave West) * Display file transfer messages when someone sends you a file over AIM (Dave West) + * Handle MSN buddy lists more sanely (Felipe Contreras) + * Zephyr can use tzc to run from behind a firewall (Arun A Tharuvai) Bug Fixes: + * Work around window manager stupidity with new dialog windows (Dave West) * Compile with gtk 2.5.x (Gary Kramlich) * Escape invalid characters in log names (Daniel Atallah) + * Fix for clicking add in an msn chat with 2 or more people in your buddy + list (Daniel Atallah) version 0.82.1 (08/27/2004): Bug Fixes: diff -r 35bc57c5b2e2 -r 343889b2f654 ChangeLog.win32 --- a/ChangeLog.win32 Fri Sep 17 22:37:59 2004 +0000 +++ b/ChangeLog.win32 Fri Sep 17 22:44:12 2004 +0000 @@ -1,6 +1,7 @@ -version 0.83: - * The "Start Gaim on Windows starup" setting is preserved +version 1.0.0 (09/17/2004): + * The "Start Gaim on Windows startup" setting is preserved when Gaim is reinstalled (Daniel Atallah) + * Pasting HTML no longer adds linewrapping where it shouldn't version 0.82.1 (08/27/2004): * Update version of gtk checked by the installer @@ -19,7 +20,7 @@ version 0.81 (08/05/2004): * Napster joins binary release (Thanks Kevin) * Gaim's gtkspell build now makes use of pango's squigly underline - (Thanks Nathan Fredrickson and Daniel Atallah) + (Thanks Nathan Fredrickson and Daniel Atallah) version 0.80 (07/15/2004): * idletrack.dll now unloads properly when you quit Gaim in Windows diff -r 35bc57c5b2e2 -r 343889b2f654 NEWS --- a/NEWS Fri Sep 17 22:37:59 2004 +0000 +++ b/NEWS Fri Sep 17 22:44:12 2004 +0000 @@ -1,5 +1,24 @@ -=[ Gaim ]=- The Pimpin' Penguin IM Client That's Good For The Soul! +1.0.0 (09/17/2004): + Nathan: Hah! Bet you weren't expecting this! OK, if you were + paying any attention to the flame^H^H^H^H^Hthread on gaim-devel, + you might have been expecting this. But here it is, 1.0.0. Our + new versioning scheme has slightly more meaning than the older + one (expecially for plugin authors), but our 1.0(.0) release is + just as meaningless as we could have hoped. Enjoy! + + Luke: We've changed our pattern for version numbers with this + release, we are no longer simply counting versions. This release + then marks, not something traditionally "1.0" but the current + version of the api. When backwards compatability with that breaks + you'll see 2.0, more details in the faq. As a side note, if you + are reading this and are good with proxy code or with perl's XS C + bindings, please get in touch with me, my contact info is on the + website. Gaim could use your help. + + Mark: I love a circus. + 0.82 (08/25/2004): Rob: Woah, where did I come from? diff -r 35bc57c5b2e2 -r 343889b2f654 plugins/ChangeLog.API --- a/plugins/ChangeLog.API Fri Sep 17 22:37:59 2004 +0000 +++ b/plugins/ChangeLog.API Fri Sep 17 22:44:12 2004 +0000 @@ -1,10 +1,10 @@ Gaim: The Pimpin' Penguin IM Client that's good for the soul! -version 0.83: - Protocol Plugin API: v8 +version 1.0.0 (09/17/2004): * Added: get_chat_name to the GaimPluginProtocolInfo struct * Changed: gaim_blist_update_buddy_presence(), presence changed to type gboolean + * Changed: the versioning scheme, and all the plugin structs version 0.82 (08/26/2004): Gaim API: