changelog
- Tue, 09 May 2006 00:24:39 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Tue, 09 May 2006 00:24:39 +0000] rev 13752
- [gaim-migrate @ 16161]
Make the gtk conv window raise thing work correctly. My bad.
- Tue, 09 May 2006 00:18:46 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Tue, 09 May 2006 00:18:46 +0000] rev 13751
- [gaim-migrate @ 16160]
Fix one of those assertion failures. My bad. This might also
make add notification work for ICQ, for when someone else adds
you to their buddy list
- Mon, 08 May 2006 04:47:56 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 08 May 2006 04:47:56 +0000] rev 13750
- [gaim-migrate @ 16159]
I think this will fix that error I just mentioned
- Mon, 08 May 2006 04:45:41 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 08 May 2006 04:45:41 +0000] rev 13749
- [gaim-migrate @ 16158]
Add a "--with avahi" option to our RPM spec file. I think
this should work, but I just got the following error and I
want to go to sleep:
/var/tmp/rpm-tmp.68399: line 39: syntax error: unexpected end of file
error: Bad exit status from /var/tmp/rpm-tmp.68399 (%install)
RPM build errors:
/home/mark/rpmbuild/SPECS/gaim.spec:194: Got a %else with no %if
Bad exit status from /var/tmp/rpm-tmp.68399 (%install)
- Mon, 08 May 2006 04:32:21 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 08 May 2006 04:32:21 +0000] rev 13748
- [gaim-migrate @ 16157]
Make our configure.ac autodetect Avahi's Howl compatibility
library, and fallback to using Howl if Avahi isn't installed.
Also fixed specifying a lib directory for Howl.
- Mon, 08 May 2006 04:02:50 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 08 May 2006 04:02:50 +0000] rev 13747
- [gaim-migrate @ 16156]
Clarify this a tiny bit
- Mon, 08 May 2006 04:02:34 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 08 May 2006 04:02:34 +0000] rev 13746
- [gaim-migrate @ 16155]
js->writeh is unsigned, and "0" should be used instead of "-1"
to mean "there is no watcher"
- Mon, 08 May 2006 03:52:53 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 08 May 2006 03:52:53 +0000] rev 13745
- [gaim-migrate @ 16154]
Change the way we do batch add/remove/modifies for oscar server-stored
data to try to avoid doing too many changes at once and sending a SNAC
that is over the allowed limit.
And the usual extra whitespace removal
- Mon, 08 May 2006 03:03:18 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 08 May 2006 03:03:18 +0000] rev 13744
- [gaim-migrate @ 16153]
1. We were calling gtk_window_present() twice in a row when presenting
conversation windows.
2. A function called "gaim_gtk_conv_window_raise()" should actually
raise the window. This fixes a bug report somewhere complaining
about how the message notification plugin was presenting the window
and stealing focus when the "raise on new IM" pref was enabled.
It MIGHT be prudent to add a "steal focus?" preference to the message
notification plugin, but I bet we'd be fine without it. I don't
really care either way.
- Mon, 08 May 2006 02:26:40 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 08 May 2006 02:26:40 +0000] rev 13743
- [gaim-migrate @ 16152]
When --enable-debug is used, set --enable-fatal-asserts as well