summaryrefslogtreecommitdiff
path: root/chat/xchat2
AgeCommit message (Collapse)AuthorFilesLines
2003-07-01Update to 2.0.3; patch provided by Juan RP in private mail:jmmv3-7/+8
- Updated translations (ca, fr, ja, sv). - Fixed URL grabber not filling up (xc202-fixurlg.diff). - Fixed crash when holding down Ctrl-I (xc202-fixdetach.diff). - Use Shift-Ctrl-W for Close only when Emacs key theme is enabled. - Fixed corrupt left margin with indent-nicks off and timestamp on. - Remove invalid chars from inbound text when conversion fails. Fall back to ISO-8859-1 when using UTF-8 only (Ilya Konstantinov). - Fixed perl IRC::get_info(3) crash when not connected [732496]. - Fixed crash on long output lines for /exec -o [731187]. - Made "Move completed files to:" and "Save nickname in filenames" work at the same time (Matthew Gabeler-Lee). - xtext: fix redraw when new additions not on current page. - win32: Added /set identd 0 switch to turn off built-in identd. - Added 6-8 for perl's IRC::get_info to retreive network, host and topic (Ryan). - Iterate in alpha order instead of op-alpha for nickcompletion (Gauss_Z88). - Fixed ChannelList crash on invalid regex match string. - Added hide join/parts setting to gui (Jason Wies). - Added Delete All button to ignore window (Mohammed Sameer). - Don't allow adding empty names to notify list [741589]. - Made message fragmentation code utf8 friendly so it always splits on a multibyte char boundary [748653]. - Support 2 to 4 GB files in DCC (contrary to 1.9.4 changelog, it didn't work until now). - Python: Fixed crash when returning 0 from a timer (Steve Green). - Multihead fixes for popup menus. - Added support for numeric 307 and 320 "is an identified user". - Allow setting a blank topic via the GUI [720407].
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-04-24Update to 2.0.2:jmmv3-6/+9
- Updated translations (lt, ms, nl, pt, sv, zh_CN). - Fixed a few minor mem leaks in the server and user list. - Changes to: UrlGrabber, Notify, Plugins, Ignore and Banlist GUIs. Changed GtkCList to GtkTreeview, and general enhancement to these guis (Vincent Ho). - win32: made it possible to compile with ipv6. - Added /MOP. - Fixed pageup/pagedown wrong window bug [710784]. - Fixed no timestamps in top-level windows bug [710787]. - Fixed first word being skipped in perl add_command_handler("", cb); [711802]. - Fixed WHOIS away line appearing in different tab [695932]. - win32: fixed transparency [699425]. - win32: fixed ssl "Error 2" connection bug. - Made all toplevel dialog windows transients of the main window. - Show filesize/pos in DCC window as KB and MB (Aaron Chernosky). - Added /set tab_dnd 0/1 option. - Fixed userlist insertion/deletion GUI performance problem [704233]. - Each toplevel window now has a "role". - Smaller bugs fixed: [698449] [718851]. - TCL plugin fixes for context lookups (Daniel P. Stasinski). - Changed Close Tab keybinding to Shift-Ctrl-W to avoid conflict with emacs editing. - Used a new algorithm for Userlist and UrlGrabber. This one does insertion, lookup and deletion in O(log n). Patch provided in PR pkg/21287 by Juan RP.
2003-03-22Update to 2.0.1, based on PR 20837 from Juan RP.wiz3-7/+8
Fix PLIST while here. Changes: - Updated translations (am, ca, lt). - Save serverlist before connecting (Joe Drew). - OpenBSD compile fixes. - (Encoding) Fallback outgoing text to "?" for unconvertable chars. [674798]. - Hide tab scrolling buttons when they're not needed. - Fixed --disable-xlib compiles. - Fixed use of %h in dialog-tab buttons [688937]. - Fixed printing/logging timestamps that contain invalid utf8 [688548]. - Added "Resizable userlist" option (default ON). - Strip colors on topic change. - Fixed (snotice) and (notice) tabs being swapped [687437]. - Made more strings translatable. - Allow loading empty text events [691191]. - Fixed xtext race condition [678874]. - Added ability to show/hide the channel-mode buttons (default OFF). - Use the network name in server-tab rather than full hostname. - Added keybindings for moving tab-families, default is ctrl-shift PageUp and PageDown (Vincent Ho). - Added 'Beep on highlighted messages' option (Jirka Kosina). - Use DND to detach tabs. - Interpret %C, %B etc in quit reasons. - Added more items to the right-click tab menu. - Some misc UI cleanups.
2003-02-17Disable XFT support, as requested in PR pkg/20387 by Marc Recht.jmmv1-3/+2
Quoting xchat 2.0.0 announcement: * By default, xchat will use Pango to render text. This is usually quite fast, if you have Pango 1.1 and Xft2 on your system. If you need to use Pango 1.0, or find text rendering slow, you can use the ./configure switch --enable-xft, which will bypass Pango. NB: --enable-xft will also remove some of Pango's nice i18n features, such as multiple fonts and bidi. If the text is still unbearably slow, disable font smoothing in Gnome2 Font Preferences. With the actual pango's buildlink2.mk, xchat2 will use, at least, pango 1.2.0, so XFT is useless. Bump PKGREVISION to 1.
2003-02-16Initial import of xchat2, version 2.0.0.jmmv4-0/+82
XChat is a graphical IRC client that runs on UNIX-like systems. It uses the GTK 2 library as its graphics toolkit. Based on the package provided in PR pkg/20298 by Juan RP.