Bug 107563 - update irc/xchat to 2.8.0
Summary: update irc/xchat to 2.8.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-05 13:00 UTC by Alex
Modified: 2007-01-05 21:30 UTC (History)
0 users

See Also:


Attachments
file.diff (2.33 KB, patch)
2007-01-05 13:00 UTC, Alex
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2007-01-05 13:00:21 UTC
- Updated translations (cs, de, gl, hu). 
- XChat now requires at least GTK+ 2.10. 
- Added a system tray icon (aka Notification Area). This is probably the 
biggest feature addition in this series. Also added a /TRAY command so 
scripts can manipulate the icon. 
- Added partial support for numeric 005 token ELIST (min users only). 
- Brand new channel list window: GtkTreeView, nicer layout, less CPU power 
when downloading very large list, uses less memory, supports regexp/ 
patternmatch/substring search and supports downloading LIST with minusers to 
save time (only on some networks that support ELIST). 
- Overhauled URL opening on Unix, it now tries xdg-open first, then auto- 
detects Gnome or KDE to run gnome-open or kfmclient. URLs with quotes 
should also work now (changed to execv()). 
- Settings: Warn the user when trying to put the tree on the top/bottom. 
- Fixed DCC ack reading so it doesn't use MSG_PEEK. 
- Channel modes are no longer shown in the titlebar if they contain a key. 
- Added /GUI APPLY command, which does that same as pressing OK in the 
settings window (e.g use it after /set). Mainly for scripters. 
- Allow changing the logging folder if the log filename is set to a full path 
in the settings window (starts with a '/'). 
- Added 'Your Action' text event. 
- Separated out /away and /back commands so it's obvious what they'll do. 
- Changes to /MENU command (See plugin20.html for details): 
* Now works for popup menus too. 
* Allows creation of radio menu items. 
* -p arg can now to be negative to give a position offset from right/bottom. 
* -i arg to specify an icon file. 
- Plugin API: 
* Added event_text to xchat_get_info(). 
- Perl (Lian Wan Situ) 
* Fixed hook_command so that it won't override the help message for builtin 
commands unless a help message was specified. 
* Perl Win32: Warn the user about trying to load 64-bit ActivePerl.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-05 13:00:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-05 21:25:24 UTC
mezz        2007-01-05 21:25:14 UTC

  FreeBSD ports repository

  Modified files:
    irc/xchat            Makefile distinfo pkg-plist 
  Removed files:
    irc/xchat/files      patch-xc264-sec-url 
  Log:
  Update to 2.8.0.
  
  PR:             ports/107563
  Submitted by:   Alex <goo@t72.ru>
  
  Revision  Changes    Path
  1.124     +4 -4      ports/irc/xchat/Makefile
  1.65      +3 -3      ports/irc/xchat/distinfo
  1.2       +0 -12     ports/irc/xchat/files/patch-xc264-sec-url (dead)
  1.28      +7 -0      ports/irc/xchat/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Jeremy Messenger freebsd_committer freebsd_triage 2007-01-05 21:25:35 UTC
State Changed
From-To: open->closed

Committed, thanks!