Mercurial > pidgin.yaz
view ChangeLog.win32 @ 4109:4efc492cf16f
[gaim-migrate @ 4324]
(21:14:00) Robot101: although I just had a thought.... before you commit it, change this:
(21:14:11) LSchiere: ugh
(21:14:24) Robot101: trust me, it's far harder for me to re-diff it :P
(21:14:30) LSchiere: not now it isn't
(21:14:34) LSchiere: what line?
(21:14:53) LSchiere: of the file not the patch
(21:15:05) Robot101: buddy.c 2479
(21:15:22) LSchiere: kay
(21:15:36) LSchiere: gint x, y, width, height;
(21:15:47) Robot101: remove width and height, then remove the call to gtk_window_get_size, and change the
4 occurences of width and height to event.width and event.height
(21:16:13) Robot101: size is not dependent on gravity, so we don't need to get it via gtk.
(21:17:03) LSchiere: any other thoughts?
(21:17:33) Robot101: yes. I'm an idiot.
(21:17:42) LSchiere: you said it, not me.
(21:17:53) deryni: I smell commit message
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sat, 21 Dec 2002 02:19:42 +0000 |
parents | 4bafc6dea65c |
children | 76b8bbe8ed34 |
line wrap: on
line source
version 0.60 alpha 4: * Feature improvements for transparency plugin. * Using GTK 2.0.9 (stalling on signon bug fix) * Font properly set in gtkrc * Gaim systray icon permanantly parked in systray, with different icons for connected, disconnected and away. * Right clickable menu for systray. * Flashing conversation window on receiving an IM. * Aspell installer allows user to set install path. version 0.60 alpha 3: (11/8/02) * Improved UI * Plugin for transparent conversation windows * Gtkspell/aspell working * IdleTracker added for Windows idle reporting. * Nativewin gtk theme (using native windows fonts) * New gaim and gaim-installer icons (Thanks Tux Racer) version 0.60 alpha 2 (10/9/02): * Perl functionality added * PNGs work * Path issues fixed for Win9x * Added g command line flag for logging of GTK and GLIB debugging. * No more console in Win9x for glib logging (when not debugging). * URL links now work. * Plugins: autorecon, iconaway, spellchk and ticker now work. * Language translations are working. * Using GTK 2.0.6 (Some GTK bugs fixed since 2.0.3) * Gadu-Gadu works * gtkimhtml copying to clipboard works. Selecting text copies it to the clipboard. * Gaim now minimizes to the system tray. * Various other feature updates from the Gaim crew. Read ChangeLog :) version 0.60 alpha 1 (9/13/2002): * Initial alpha release