Next | Query returned 120 messages, browsing 51 to 60 | Previous

History of commit frequency

CVS Commit History:


   2004-11-16 20:49:42 by Ben Collver | Files touched by this commit (3)
Log message:
Remove -ldl from libsilcclient test in configure.ac and configure.

This resolves PR#28333
   2004-11-13 09:05:53 by grant beattie | Files touched by this commit (2)
Log message:
add missing libsilcgaim.la to PLIST.

bump PKGREVISION.
   2004-11-12 23:58:25 by Julio M. Merino Vidal | Files touched by this commit (3)
Log message:
Update to 1.0.3, from Matthew Luckie (maintainer) in private mail:

Bug Fixes:
* Jabber authentication fixes (Michael Plump)
* Yahoo buddy idle reporting is more accurate (Evan Schoenberg)
* "Allow All" privacy setting works on Yahoo (Peter Lawler)
* Fix a crash when dragging a buddy to the conversation entry area
* Fix a crash removing chats from the buddy list
* Correctly display buddy pounces for aliases with &, < or > in them
* Correctly follow the per-conversation logging option
   2004-10-20 09:48:30 by Julio M. Merino Vidal | Files touched by this commit (2)
Log message:
Update to 1.0.2; patch provided by Matthew Luckie.

Bug Fixes:
* MSN file transfers work on big endian machines (Jean-Francois Roy and
  Evan Schoenberg)
* Fixed the MSN signon crash with Miranda users in the buddy list
* Fixed sending messages to MSN Web Messenger users (Damien Ayers)
* Fixed some memory leaks in the MSN plugin (Evan Schoenberg)
* Fixed a crash viewing certain MSN user profiles (Evan Schoenberg)
* Fixed a crash sending a file on MSN when the file is unreadable
* Fixed a crash deleting accounts (Andrew Hart)
* Fixed a crash inviting to chats (Andrew Hart)
* Fixed a bug in Yahoo privacy handling (Peter Lawler)
* Fixed a crash trying to join a chat from the docklet when not signed in
  to a chat-capable account (Daniel Atallah)
   2004-10-14 11:44:17 by Julio M. Merino Vidal | Files touched by this commit (2)
Log message:
Update to 1.0.1:

New Features:
* Use the GNOME default browser when opening links if you're running GNOME
  (Alex Duggan)
* Added support for multiple addressbooks in the gevolution plugin
  (Henry Jen).

Bug Fixes:
* Send-As menu duplicates less work (Dave West)
* Can now see your own MSN buddy icon (Felipe Contreras)
* Jabber roomlist fetches work again
* Close buttons on tabs in existing conversations correctly reflect the
  "show close buttons on tabs" preference (Nathan Fredrickson)
* Fix to make the get_signon(buddy) perl plugin function work (Gregory C.
  Harfst)
* Fixed crashes when reloading the gevolution plugin (Henry Jen)
* Fixed some memory leaks in the gevolution plugin.
* Wrap at character boundaries if there is not enough space for a full word
* 64 bit compile warning fixes
   2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908)
Log message:
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
   2004-09-22 20:09:40 by Gavan Fantom | Files touched by this commit (4)
Log message:
Update to 1.0.0:

New Features:
* Drag-and-drop buddy support for the Invite dialog (Stu Tomlinson)
* Drag-and-drop buddy support for the Pounce dialog (Stu Tomlinson)
* View Chat log available from the interface (Daniel Atallah)
* Ability to receive offline messages in character encodings
  other than ASCII (thanks to Nick Sukharev)
* File transfer status messages printed to conversation
  windows (Dave West)
* Display file transfer messages when someone sends you a file
  over AIM (Dave West)
* Handle MSN buddy lists more sanely (Felipe Contreras)
* Zephyr can use tzc to run from behind a firewall (Arun A Tharuvai)

Bug Fixes:
* Work around window manager stupidity with new dialog windows (Dave West)
* Compile with gtk 2.5.x (Gary Kramlich)
* Escape invalid characters in log names (Daniel Atallah)
* Fix for clicking add in an msn chat with 2 or more people in your buddy
  list (Daniel Atallah)

Based on patch from maintainer, Matthew Luckie, in private mail.
   2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703)
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
   2004-08-27 13:04:06 by Gavan Fantom | Files touched by this commit (2)
Log message:
Update to 0.82.1:

Bug Fixes:
* Fix a crash when changing the preference for how to display buttons
  on conversation windows
* Remove a stray printf() when beginning new conversations and logging
  is enabled
   2004-08-26 13:05:02 by Gavan Fantom | Files touched by this commit (3)
Log message:
Update to 0.82:

version 0.82 (08/26/2004):
        New Features:
        * Ability to set available messages for AIM
          (Tools->Account Actions->Set Available Message...)
        * Ability to specify a custom character set for messages sent to ICQ
          users and messages received from ICQ users
        * Ability to edit your current away message (Rhett Robinson)
        * Topics in the conversation window (not the topic field at the
          top) with URLs will now appear as links (Stu Tomlinson)
        * File transfers appear in the file transfer window when they
          are initiated rather than when they begin transferring (Dave West)
        * Instead of toggling slash commands on/off, you can now toggle
          passing through unknown slash commands on/off.

        Bug Fixes:
        * Joining a Jabber chat no longer causes a crash (Stu Tomlinson)
        * Selecting a buddy icon for a brand new account no longer
          causes a crash
        * Better file transfer error messages (Dave West)
        * Remotely canceled file transfers in MSN are now noticed, so that we
          don't accidentally cancel the file transfer and crash Gaim
          (Felipe Contreras)
        * Protocols that don't support joining chat rooms by name no longer
          allow chat rooms to be added to the buddy list (Felipe Contreras)
        * Delayed messages and system messages no longer cause
          sound events to be triggered (Nathan Fredrickson)
        * The chat invite button has a correct label (Stu Tomlinson)
        * The system log should leak fewer file descriptors (Ka-Hing Cheung)
        * Buddy list tooltips display in more appropriate positions when
          using multiple monitors (Dave West)
        * Better parsing of URLs containing special characters
        * All users are shown when joining a Yahoo! conference (Bleeter Yaluser)
        * You now leave all Yahoo! conferences when you log out of Yahoo!
        * Buddy Icon updating bug fixed (Felipe Contreras)

Next | Query returned 120 messages, browsing 51 to 60 | Previous