Mercurial > pidgin
changeset 69:3b479e2700c9
[gaim-migrate @ 79]
Made some last minute changes for 0.9.13
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Tue, 28 Mar 2000 11:37:06 +0000 |
parents | 03ec647d24e9 |
children | dead1eb6d654 |
files | AUTHORS ChangeLog NEWS doc/CREDITS src/about.c src/gtkhtml.c |
diffstat | 6 files changed, 47 insertions(+), 47 deletions(-) [+] |
line wrap: on
line diff
--- a/AUTHORS Tue Mar 28 11:27:29 2000 +0000 +++ b/AUTHORS Tue Mar 28 11:37:06 2000 +0000 @@ -2,7 +2,6 @@ ------------------------------------------------------------ Rob Flynn <rob@linuxpimps.com> - Main developer (send patches here) +Eric Warmenhoven <warmenhoven@yahoo.com> - GNOME Applet Guy Jim Duchek <jimduchek@ou.edu> - Former Maintainer Mark Spencer <markster@marko.net> - El Queso Grande - -A big thanks to Eric Warmenhoven for all of his help
--- a/ChangeLog Tue Mar 28 11:27:29 2000 +0000 +++ b/ChangeLog Tue Mar 28 11:37:06 2000 +0000 @@ -5,6 +5,7 @@ * Double Log-Out Message Fixed * GNOME compile error fixed * Away Message Problem Fixed + * Fixed URL Right Click Menus version 0.9.12 (03/25/2000): * Segfault fix for PPC/Alpha/etc machines with log(0) @@ -21,7 +22,7 @@ * A lot of random, obscure bugs fixed * All of the major and I believe all of the minor memory leaks are now fixed - (Thanks to Peter Teichman, Larry Ewing, Jeramey Crawford, and me :)) + (Thanks to Peter Teichman, Larry Ewing, Jeramey Crawford, and me) version 0.9.11 (03/22/2000): * <STRIKE>Strike Tag Support</STRIKE> :-)
--- a/NEWS Tue Mar 28 11:27:29 2000 +0000 +++ b/NEWS Tue Mar 28 11:37:06 2000 +0000 @@ -1,6 +1,9 @@ -=[ GAIM ]=- The Pimpin' Penguin AIM Clone That's Good For The Soul! 0.9.13: + Not much to say for this release. Bug fixes, That's all. Look +for the goodies I promised in 0.9.13 to appear in 0.9.14 which should be +released very soon now. 0.9.12: Well guys, looks like we got some nifty things in this version.
--- a/doc/CREDITS Tue Mar 28 11:27:29 2000 +0000 +++ b/doc/CREDITS Tue Mar 28 11:37:06 2000 +0000 @@ -4,17 +4,15 @@ ------- Authors: -Rob Flynn <IM: RobFlynn> rob@linuxpimps.com -Jim Duchek <IM: zilding> jimduchek@ou.edu -Mark Spencer <IM: markster97> markster@marko.net +Rob Flynn <IM: RobFlynn> rob@linuxpimps.com +Eric Warmenhoven <IM: EWarmenhoven> warmenhoven@yahoo.com +Jim Duchek <IM: zilding> jimduchek@ou.edu +Mark Spencer <IM: markster97> markster@marko.net Other Contributors: ** LOGO DESIGNED BY: Naru Sundar ** -Eric Warmenhoven - This guy's rad. He patched up the messy Gnome Applet stuff. - Peter Teichiman <peter@helixcode.com> Larry Ewing Jeramey A. Crawford
--- a/src/about.c Tue Mar 28 11:27:29 2000 +0000 +++ b/src/about.c Tue Mar 28 11:37:06 2000 +0000 @@ -81,11 +81,10 @@ "GAIM is a client that supports AOL's Instant Messenger protocol\nwritten under the GTK\n" "It is developed by:\n" "Rob Flynn <rflynn@blueridge.net> <IM: RobFlynn> (Maintainer)\n" +"Eric Warmenhoven <warmenhoven@yahoo.com> <IM: EWarmenhoven> (GNOME Applet)\n" "Jim Duchek <jimduchek@ou.edu> <IM:Zilding> (Former Maintainer)\n" "Mark Spencer <markster@marko.net> <IM: Markster97> (Original Author)\n" "\n" -"A special thanks to Eric Warmenhoven for his gnome applet-goodness.\n" -"\n" "Gaim is brought to you by a team of penguin pimps, the letter G, and beer.\n"); gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, TRUE, 0);
--- a/src/gtkhtml.c Tue Mar 28 11:27:29 2000 +0000 +++ b/src/gtkhtml.c Tue Mar 28 11:37:06 2000 +0000 @@ -33,6 +33,7 @@ #include <X11/Xatom.h> #endif +#include "gaim.h" #include "gtkhtml.h" #define MAX_SIZE 7 @@ -42,7 +43,6 @@ #define SCROLL_TIME 100 #define SCROLL_PIXELS 5 #define KEY_SCROLL_PIXELS 10 -#define BUF_LONG 2048 int font_sizes[] = { 80, 100, 120, 140, 200, 300, 400 }; @@ -1760,41 +1760,41 @@ if (hb != NULL) { - /* - * GtkWidget *menu, *button; - * - * menu = gtk_menu_new(); - * - * if (web_browser == BROWSER_NETSCAPE) { - * - * button = gtk_menu_item_new_with_label("Open URL in existing window"); - * gtk_signal_connect(GTK_OBJECT(button), "activate", - * GTK_SIGNAL_FUNC(open_url), hb->url); - * gtk_menu_append(GTK_MENU(menu), button); - * gtk_widget_show(button); - * - * } - * - * - * button = gtk_menu_item_new_with_label("Open URL in new window"); - * gtk_signal_connect(GTK_OBJECT(button), "activate", - * GTK_SIGNAL_FUNC(open_url_nw), hb->url); - * gtk_menu_append(GTK_MENU(menu), button); - * gtk_widget_show(button); - * - * if (web_browser == BROWSER_NETSCAPE) { - * - * button = gtk_menu_item_new_with_label("Add URL as bookmark"); - * gtk_signal_connect(GTK_OBJECT(button), "activate", - * GTK_SIGNAL_FUNC(add_bookmark), hb->url); - * gtk_menu_append(GTK_MENU(menu), button); - * gtk_widget_show(button); - * - * } - * - * gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, - * event->button, event->time); - */ + + GtkWidget *menu, *button; + + menu = gtk_menu_new(); + + if (web_browser == BROWSER_NETSCAPE) { + + button = gtk_menu_item_new_with_label("Open URL in existing window"); + gtk_signal_connect(GTK_OBJECT(button), "activate", + GTK_SIGNAL_FUNC(open_url), hb->url); + gtk_menu_append(GTK_MENU(menu), button); + gtk_widget_show(button); + + } + + + button = gtk_menu_item_new_with_label("Open URL in new window"); + gtk_signal_connect(GTK_OBJECT(button), "activate", + GTK_SIGNAL_FUNC(open_url_nw), hb->url); + gtk_menu_append(GTK_MENU(menu), button); + gtk_widget_show(button); + + if (web_browser == BROWSER_NETSCAPE) { + + button = gtk_menu_item_new_with_label("Add URL as bookmark"); + gtk_signal_connect(GTK_OBJECT(button), "activate", + GTK_SIGNAL_FUNC(add_bookmark), hb->url); + gtk_menu_append(GTK_MENU(menu), button); + gtk_widget_show(button); + + } + + gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, + event->button, event->time); + } }