Commit graph

4 commits

Author SHA1 Message Date
minskim
acb94c0b93 Do not define variables in headers; define them in .c files instead.
Otherwise, they cause link errors on Darwin.
2006-07-06 22:04:03 +00:00
minskim
d37a412ed1 Libtoolize to build on more platforms. Bump PKGREVISION. 2006-07-06 21:26:23 +00:00
kristerw
4f2a01f4b7 Convert some C99-isms to C89 to make this build with gcc 2.95. 2004-08-01 17:27:26 +00:00
minskim
21d56d2659 Update xchat-systray-integration to 2.4.5.
Changes:
+ Fixed some memory leaks due to string duplication
+ Fixed some inclusions
+ New images handler: images are no more included in binary but loaded
  dynamicly, user theme is now permitted
+ Images are now separated in different directory, sorted by usage
+ Added initial Theme feature (will be ready next version)
+ Code splitted in files for a better logical organization
+ Win32 port completly integrated. Same package for all systems.
+ Moved Makefile & similar stuff to main directory
+ Added "make Win32" option to build Win32 shared dll.
+ Added native Win32 Tray with all the old features like double click,
  flash events and so on.
+ Reduced plugin size at 80k bytes only for unix & win32 version too.
+ Win32 settings tab has not the KDE/Gnome switch.
+ Added images path in settings. Plugin must be reloaded manually,
  autoreload in next version.
+ Added images path saving/reloading in data management.
+ Usual code cleaning and minor bug fix.
2004-06-07 06:12:16 +00:00