log

age author description
Sat, 28 Apr 2007 02:59:27 +0000 Stu Tomlinson merge of '63b5e088eb09bf2c2b2a72602ad8dc5ee2a17cf6'
Sat, 28 Apr 2007 02:33:40 +0000 Luke Schierer Quoth Charkins:
Sat, 28 Apr 2007 02:00:48 +0000 Etan Reisner merge of '75c6e6af1c101fa3bf55398299bf3e586d30ca0e'
Sat, 28 Apr 2007 01:46:53 +0000 Stu Tomlinson Delete the right things, and some other things, while building an RPM.
Sat, 28 Apr 2007 00:39:37 +0000 Luke Schierer merge of '8038098094432fe9f6d324d1e4aadb8ff1f9e44a'
Sat, 28 Apr 2007 00:36:53 +0000 Luke Schierer sadrul fixed the next but not last crash
Sat, 28 Apr 2007 00:15:10 +0000 Luke Schierer this patch from sadrul fixes the first crash I hit
Sun, 29 Apr 2007 01:08:11 +0000 Richard Laager Fix a bug with the bugfix for empty icons. The logic was backwards here.
Sat, 28 Apr 2007 02:29:48 +0000 Richard Laager merge of '45acf7a629de79f67b489f696c7915cd9984f33e'
Sat, 28 Apr 2007 02:29:26 +0000 Richard Laager Minor whitespace tweak.
Sat, 28 Apr 2007 02:24:40 +0000 Richard Laager nosnilmot had a problem with empty icon files.
Sat, 28 Apr 2007 00:15:46 +0000 Richard Laager Typo fix in documentation.
Sat, 28 Apr 2007 00:13:16 +0000 Richard Laager merge of '2f0c460433a1e198af1a0f225b83bce2c201ab32'
Sat, 28 Apr 2007 00:11:10 +0000 Luke Schierer <Bleeter> hmmm, whoever removed PROGRAMMING_NOTES might wanna update Makefile.am as well
Sat, 28 Apr 2007 00:11:25 +0000 Richard Laager 19:10:05 Peter Lawler (Bleeter): hmmm, whoever removed PROGRAMMING_NOTES might wanna update Makefile.am as well
Fri, 27 Apr 2007 22:50:16 +0000 Sadrul Habib Chowdhury merge of '051db257b4f90ae0b989a3bd72aa69f0a6a55693'
Fri, 27 Apr 2007 21:54:57 +0000 Kevin Stange merge of '617923c6ea3c67578626f15d89a2c820a833e700'
Fri, 27 Apr 2007 21:53:07 +0000 Richard Laager merge of 'cf51292b9bf12554eecb319a673f153ef5c6f0e4'
Fri, 27 Apr 2007 21:38:29 +0000 Richard Laager Update the compatibility layer to g_memdup() stuff, so we don't end up with
Fri, 27 Apr 2007 21:53:20 +0000 Daniel Atallah Remove unused strings cruft from the installer that were left over from when it dealt with the GTK+ theme (It seems like I already did this before). Also, make installing GTK+ optional if it is already installed.
Fri, 27 Apr 2007 21:51:39 +0000 Daniel Atallah merge of '3470d9c0747eae8c926e33748f29f946efd419b0'
Fri, 27 Apr 2007 21:31:57 +0000 Richard Laager Removing the PROGRAMMING_NOTES file, which has been merged into the wiki by
Fri, 27 Apr 2007 19:23:34 +0000 Richard Laager Fix the name of the parameter for purple_imgstore_get_size() so that Doxygen will stop crying.
Sat, 28 Apr 2007 02:29:43 +0000 Richard Laager disapproval of revision 'cf51292b9bf12554eecb319a673f153ef5c6f0e4'
Fri, 27 Apr 2007 20:21:41 +0000 Daniel Atallah Prevent sprintf(%s, NULL) when the icon type isn't recognized.
Fri, 27 Apr 2007 18:56:41 +0000 Richard Laager Fix the g_return_if_fail() guards that prevent setting more than one data
Fri, 27 Apr 2007 18:17:09 +0000 Richard Laager Fix a bug in the imgstore code that I caught because of the fatal asserts in the test code.
Fri, 27 Apr 2007 18:16:43 +0000 Richard Laager Use fatal asserts unconditionally in the test code. Perhaps this could be better integrated in some way, but this works.
Fri, 27 Apr 2007 18:07:24 +0000 Richard Laager Add the fatal asserts enabling code to Finch. I'm uneasy about putting this in libpurple, because then a fatal-asserts-enabled libpurple would kill any UI that had a glib debug error, which might not even be in libpurple. I'm not sure we want that, though it may not matter since this is for debugging only.
Fri, 27 Apr 2007 18:03:38 +0000 Richard Laager Fix a compiler warning about an unused variable. This was introduced when I committed khc's last patch.