summaryrefslogtreecommitdiff
path: root/chat/xchat2/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2003-09-23Updated to 2.0.5.xtraeme1-1/+2
Changes: - Updated translations (ca, fi, lt, nl, sk, sv, zh_CN). - Fixed detection of Python 2.3 in configure script (anonymous). - DCC Send file-selection dialog now supports multi-select. - Reset away status after auto-reconnect from a ping timeout. - Perl: Fixed IRC::user_info always matching the first entry. - More C89 fixes for non-gcc compilers (Albert Chin). [781809]. - xtext: now double buffered and flicker free. Also some efficiency tweaks for exposure events and multi-wrapped lines. - Removed buggy numeric 338 support [783945]. - Nick completion in dialogs and channel completion (Jay Cornwall). - Print informative error messages when dcc resume isn't possible. - Fixed performance of dcc recv, send and chat windows. - Fixed tab-arrow buttons show/hide (Lloyd Williams) [783681]. - Fixed lastlog bugs [791220]. - win32: Faster tinting, and uses MMX when in 16 or 32bit color. - Execute /sigusr2 on receiving SIGUSR2 signal (Michael Guidero). - /IGNORE command and window now have an extra "DCC" category. - Alert user when logfiles fail to open (Jay Cornwall). - Fixed missing underlining of IP numbers (2.0.4 only). - Allow accepting DCC sends from ports below 1024. - Connect to URL given on commandline even if 'No Serverlist on Startup' is off [804648]. - Fixed problem in allocating colors while in 8bit PseudoColor. - xtext: tinting now shades towards your background color, making it usable with white backgrounds. Tints can also use XShm for extra speed with --enable-shm at ./configure time (experimental). - Perl: IRC::add_print_handler callbacks now get parameters in $_[1...x], with $_[0] left for compatibility (Lian wan Situ). - Perl: added command_with_channel command (Alexander Werth) [801711]. - Smaller bug fixes: [798655].
2003-07-01Update to 2.0.3; patch provided by Juan RP in private mail:jmmv1-1/+3
- 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-04-24Update to 2.0.2:jmmv1-1/+4
- 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.wiz1-1/+3
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-16Initial import of xchat2, version 2.0.0.jmmv1-0/+20
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.