1 .----------------------.
2 --| X-Chat ChangeLog |--------------------------------------------
3 `----------------------'
5 To see more details of bugs, go to this URL:
6 http://sf.net/tracker/?func=detail&atid=100239&group_id=239&aid=NUMBER
7 Where "NUMBER" is the bug number.
9 This log DOES NOT apply to XChat for Windows.
11 There are always more changes than listed here, these are just the
12 highlights. The full CVS log is available at www.xchat.org/cvslog/
14 ------------------------------------------------------------------------------
16 ------------------------------------------------------------------------------
17 - Emit the Topic Change event before setting the topic internally so plugins
18 can access the old topic inside the callback.
19 - Add two options url_grabber and url_grabber_limit.
20 * url_grabber is a boolean for enabling/disabling the url grabber
21 * url_grabber_limit is an integer controlling the number of URLs the
22 URL Grabber will keep around. Setting it to 0 leaves it unlimited as in
24 - Fixed a bug with the URL Grabber where it fails to grab a URL if the URL
25 is the first thing in the message.
26 - Change /ignore <nick> to always add !*@* if <nick> does not contain ? or *
27 - Perl (Lian Wan Situ)
28 * Added two new options to hook_print, run_after_event and filter. See
29 documentation for details.
30 * When building on Windows, generate the name of the DLL for the Perl
31 library based on information from the header files instead of hardcoding
33 * Fixed a bug in the reinit handling code. The bug prevented the plugin from
34 cleaning up properly. Which includes unloading scripts and removing
36 * Remove the restriction on having only 1 package per script. Any inner
37 packages declared will also be unloaded when the script is unload. If
38 multiple script declare an inner package with the same name then unloading
39 or reloading one of those scripts will cause problems.
41 ------------------------------------------------------------------------------
43 ------------------------------------------------------------------------------
45 - Made balloon time adjustable via /set input_balloon_time (Nicoleau Fabien).
46 - Fixed a crash in the /SET command if a boolean value was loaded from config
47 file that isn't set to 0 or 1.
48 - Added -on and -off parameters to the /SET command. This can be used to set
49 bits, for example gui_tweaks.
50 - Made scrolling backwards for the search window act better (Richard Hitt).
51 - [2045483] Made ESC key close the search window (Richard Rowell).
52 - Improved the reconnect logic. If a network is already open but disconnected,
53 it'll now get re-used if you use the Network List and connect to that same
55 - Improved scrollback reloading speed significantly (Soeren Sandmann Pedersen).
56 - [2957047] Handle CTCPs when IDmsg is used correctly (Lian Wan Situ).
57 - [2987626] Allow /GHOST's password arg to be optional (Ori Avtalion).
58 - Added networks: 7-indonesia, ChattingAway, GeekShed, TURLINet.
59 - When switching tabs, make the treeview only scroll if the selected item
60 isn't visible [treeview-less-jumping.diff] (Brian Evans).
61 - Selecting an item in the nickmenu will now copy it to clipboard (Alex
63 - New icons for notification area (systray): file offer, message and highlight
65 - Defined a comparison routine for contexts in Python (Brian Evans).
66 - For the auto-join command, added an 'x' filler for empty keys. This works
67 around a bug in ircd-seven.
68 - When a single channel MODE changes, xchat will no longer re-issue a MODE
69 request for the titlebar display, but figure the new modes intelligently
71 - Various text event changes (Brian Evans):
72 1. Added "Private Action", "Private Action to Dialog", "SSL Message".
73 2. Added "Identified text" parameter all the 'action' events.
74 3. Added a $3 parameter to "Server Text".
75 - Perl (Lian Wan Situ)
76 * Fixed a bug that resulted in timer hooks being leaked because
77 "return REMOVE" from a timer callback was not unhooking like it was
79 * Reverted the unintentional change to how the server argument of print()
80 and command() is interepreted when it is undef
81 * Add hook_fd to the 'hooks' export tag
82 * Fixed a leak in XS_Xchat_get_list(Vincent Pit)
83 * Change Xchat::register so that scripts calling it without a name or
84 version will still show up in the plugins and scripts window.
85 * Added calls to PERL_SYS_INIT3 and PERL_SYS_TERM which are required on
87 * Added some additional guards to prevents bits of scripts from spilling
89 * Added "modes", "win_ptr" and "xchatdirfs" to the list of keys that are
90 returned by context_info()
91 * Changed the information displayed in the "Plugins & Scripts" for scripts
92 that do not call register() to show up as "" for the name and description
93 and "unknown" for the version
94 * /reloadall will now reload scripts in the same order they were loaded
95 * Make xchat_send_modes available as Xchat::send_modes
96 * Add support for getting the network list using Xchat::get_list( "networks" )
97 * Xchat::strip_code will now strip off ANSI escape codes as well
100 ------------------------------------------------------------------------------
102 ------------------------------------------------------------------------------
104 - Updated translations (de, fi, fr, hu, lt, nb, ru, th, zh_CN).
105 - Fixed creation of ~/.xchat2/scrollback/ paths (xc284-scrollbmkdir.diff).
106 - Fixed a leak of file descriptors related to the scrollback feature
107 (resource leak) (xc284-fix-scrollbfdleak.diff).
108 - Stopped scrollback files growing too large by fixing the file-shrink code.
109 - Put a "Display scrollback from previous session" into the Setup GUI
110 (logging section) so people can turn this off without typing commands.
111 - Made /away work even when the reason setting is empty.
112 - Using /part on a channel that contains a quotation mark now works [1800855].
113 - Changed the default encoding to "IRC" (CP1252/Unicode Hybrid) for both Unix
115 - Fixed a possible Channel List crash if you searched many times while the
116 download was still going.
117 - Fixed alert balloons failing if the text contained "<" characters [1827629].
118 - The Drag&Drop files to userlist feature has been enabled again.
119 - Removed the /set tab_icons setting and made it automatic (see FAQ for more
121 - Fixed a bug in creating files (save channel list, rawlog etc) that would set
122 the wrong permissions.
123 - Added command line argument --command=COMMAND which can be used in
124 conjuction with --existing (E.K.L.). This sends any xchat command to an
125 existing (running) client.
126 - A private SSL key/certificate can now be loaded from ~/.xchat2/client.pem.
127 - The Alerts settings now accept wildcards, instead of partitial string match
129 - Changing away status during reconnect/disconnect will now remember it.
130 - You can now change your Away/Back status (all networks) in the tray menu.
131 - Favorite Channels / Auto-Join-List management:
132 * Network List window now has a "..." button to edit the auto-join-list in
134 * Channel(text area), Tree/Tab and Channel-List right-click menus now have a
135 "Add to Favorites" function.
136 * Previous limit of 300 bytes has been overcome. Now up to 2 KB worth of
137 channels/keys can be joined and it will be automatically split into
138 multiple lines, if necessary.
139 * Per-Channel settings now save to disk, including Logging and Scrollback
141 * /ChanOpt has been re-worked to be more like /Set.
142 - 'hostname:port' syntax is now accepted, if it's not an IPv6 address.
143 - The Userlist right-click menu now has icons and an option to add to friends
144 list. If you've edited this menu before you'll still get the old one. To get
145 the new one delete ~/.xchat2/popup.conf while XChat isn't running.
146 - ~/.xchat2/startup.txt is now loaded on launch (like /LOAD -e). Put any
147 commands you want executed at startup here.
148 - The lag-o-meter now has a full scale of 1.0 seconds.
149 - libnotify is now opened directly instead of using 'notify-send' to open
151 - Added support for QuakeNet's /AUTH for nick password, when numeric 005
152 NETWORK=QuakeNet is detected.
153 - You can now copy with IRC attributes and mIRC colors if CTRL key is down
154 when a selection is finished (on mouse release). This replaces the old
155 "Color paste" feature.
156 - Added a 'compact' flag to gui_tweaks. This'll make the userlist and tree
157 spacing smaller. E.g. type /set -or gui_tweaks 32 and restart to turn it on.
158 - The /CLEAR command takes a number as paramater (how many lines to clear).
159 - When there's missing information in the Userlist right-click menu, it'll
160 issue a silent /WHOIS and fill it in. This includes retrieving a person's
162 - Perl (Lian Wan Situ)
163 * /reloadall will now reload all the scripts that are currently load instead
164 of simply reruning the autoload routine
165 * gtk/glib/gdk errors and warnings have been redirected back to stderr so
166 they will no longer show up in the text box as a result of having the Perl
168 * Check if the user has perl 5.6 instead of 5.8 and give an warning dialog
169 if they do (Peter Zelezny)
170 * Changed timer callbacks so that they are executed in the context that they
172 * Modified Xchat::print and Xchat::command to accept array references in
173 addition to strings for the channel and server parameters
175 * xchat_emit_print() will now trigger Sound, Blink, Icon etc type events,
176 depending on user's settings.
177 * Fixed a bug where not all 32 elements were available in word[]/word_eol[].
180 ------------------------------------------------------------------------------
182 ------------------------------------------------------------------------------
184 - Updated translations (cs, de, ko, mk, sv, vi).
185 - System-Tray balloons now get the xchat icon instead of a generic one.
186 - Fixed the notify-send zombies (released as xc282-fixtrayzombies.diff).
187 - Fixed underscore ('_') in real names in the nick-name right-click menu being
188 drawn as a underline.
189 - ut2004:// URLs are now underlined too.
190 - /set gui_tray_flags 4 will now enable a "Minimize to tray" feature. Clicking
191 the window minimize button will minimize to tray instead of the task-bar.
192 - Fixed bug: [1680762] Notify fails if network name contains spaces.
193 - Extended tclConfig.sh search paths so it hopefully works on Ubuntu now.
194 - Added a feature that reloads conversations from last time you used XChat
195 (type /set text_replay 0 to disable it).
196 - Fixed /LASTLOG printing everything twice if you had Indented Nicks off.
197 - The CTRL-F keybinding (Find) is now disabled when using Emacs keys.
198 - Added /SET gui_tweaks. See http://forum.xchat.org/viewtopic.php?p=13766
199 - Fixed opening URLs on KDE that didn't begin with http:// or other protocol.
200 - A better quit dialog which warns you if you're connected to IRC or have
201 active file transfers.
202 - Fixed: [1741525] Cycle selected channel (Luca Falavigna).
203 - Fixed: [1737249] Doesn't recognize nicks with halfop mode on hovering.
204 - The userlist and treeview can now be placed on the same side, with a resize
205 handle in between them. They can also be dragged and dropped into place.
206 - When you hide the userlist using the View menu, the resize handle now
207 disappears too. It also disappears when you have a server tab in focus.
208 - If you have a tree on one side and userlist on the other, they'll both now
209 have a resize handle, previously the tree's size was fixed.
210 - The userlist can be hidden and shown with CTRL+F7.
211 - [1735116] Channel List's minimum users spin-button can now be set downward
212 even on networks that sent a list of channels of only a larger size. In this
213 case the Download button will flash to indicate you need to download a new
215 - Changing the channel switcher type (Tree or Tabs) is also possible in the
217 - The Ban List window now lists exceptions too (mode +e).
218 - Script and Plugin related changes:
219 * /SETTEXT with no argument now clears the input box.
220 * Python: Added a xchat.strip method for stripping IRC attributes and mIRC
222 * C-API and Perl: Returning 0 from a FD hook will now remove the hook and
223 free all associated memory.
224 * /MENU now supports a $CHAN root aswell (see plugin20.html).
225 * Fixed GDK warning when using /MENU to add a key binding to a popup menu.
228 ------------------------------------------------------------------------------
230 ------------------------------------------------------------------------------
232 - Updated translations (be, ca, cs, el, hu, sv, uk, zh_CN).
233 - Fixed the "Save As" function saving to the wrong folder in the URL Grabber.
234 - Fixed a bug in the "Copy Selected Link" URL right-click on non-ASCII chars.
235 - Fixed small bug: #100239 buffer overflow in setup dialog.
236 - Overhauled the Alerts section of the settings and added support for opening
237 system-tray balloons (libnotify required).
238 - Implemented /TRAY -b command on unix.
239 - Nick serv authentication is now sent without the ":" when using the
240 /NICKSERV or /NS method. #1655733.
241 - Added command line argument:
242 --minimize=level Begin minimized. Level 0=Normal 1=Iconified 2=Tray
244 * Added "modes" to xchat_get_info(). Returns the current channel modes, if
246 * Fixed "event_event name" for xchat_get_info() to match the docs exactly,
247 but 2.8.0 (mis)behaviour works too.
248 - Perl (Lian Wan Situ)
249 * Execute the shutdown callback before removing the hooks so commands
250 created by the script can be used in the callback.
253 ------------------------------------------------------------------------------
255 ------------------------------------------------------------------------------
257 - Updated translations (cs, de, gl, hu).
258 - XChat now requires at least GTK+ 2.10.
259 - Added a system tray icon (aka Notification Area). This is probably the
260 biggest feature addition in this series. Also added a /TRAY command so
261 scripts can manipulate the icon.
262 - Added partial support for numeric 005 token ELIST (min users only).
263 - Brand new channel list window: GtkTreeView, nicer layout, less CPU power
264 when downloading very large list, uses less memory, supports regexp/
265 patternmatch/substring search and supports downloading LIST with minusers to
266 save time (only on some networks that support ELIST).
267 - Overhauled URL opening on Unix, it now tries xdg-open first, then auto-
268 detects Gnome or KDE to run gnome-open or kfmclient. URLs with quotes
269 should also work now (changed to execv()).
270 - Settings: Warn the user when trying to put the tree on the top/bottom.
271 - Fixed DCC ack reading so it doesn't use MSG_PEEK.
272 - Channel modes are no longer shown in the titlebar if they contain a key.
273 - Added /GUI APPLY command, which does that same as pressing OK in the
274 settings window (e.g use it after /set). Mainly for scripters.
275 - Allow changing the logging folder if the log filename is set to a full path
276 in the settings window (starts with a '/').
277 - Added 'Your Action' text event.
278 - Separated out /away and /back commands so it's obvious what they'll do.
279 - Changes to /MENU command (See plugin20.html for details):
280 * Now works for popup menus too.
281 * Allows creation of radio menu items.
282 * -p arg can now to be negative to give a position offset from right/bottom.
283 * -i arg to specify an icon file.
285 * Added event_text to xchat_get_info().
286 - Perl (Lian Wan Situ)
287 * Fixed hook_command so that it won't override the help message for builtin
288 commands unless a help message was specified.
289 * Perl Win32: Warn the user about trying to load 64-bit ActivePerl.
292 ------------------------------------------------------------------------------
294 ------------------------------------------------------------------------------
296 - Updated translations (be, de, el, es, fi, hu, it, ja, lt, pt, ru, sv, vi).
297 - Removed "xchat-remote" and "dbus.so", it's now apart of the "xchat" binary.
298 There is now a new dbus interface, see src/common/dbus/README for details.
300 - Python: Fixed "restricted mode" errors on win32 [1512076].
301 - Special-cased BRASnet for nickserv.
302 - Fixed using the /MENU args -p and -e at the same time.
303 - Fixed /reconnect and auto-reconnect issue [1525383].
305 * Added fields: lag, queue to the "channels" list.
306 * Added fields: sizehigh to the "dcc" list.
307 * Added fields: networks to the "notify" list.
308 * Handle gracefully plugins that try to execute commands with invalid UTF-8.
309 * Added /GETFILE command, to open a file dialog.
310 * Command hooks that start with a period ('.') will now be hidden from /HELP
312 - Fixed: [1544960] quitting via tabs behaves bad on bncs.
313 - Fixed: [1551620] --version flag needs display.
314 - Fixed: [1539236] problem with the /url command (irc:// handling).
315 - Fixed: [1568931] treeview problem: closing tabs by holding shift and
317 - "Clear" button in Ban List window now has a 'Are you sure?' dialog for
319 - The notify list can now contain entries specific to only one or more IRC
321 - Userlist popup menu and buttons: added %e for 'current network name'.
322 - Added option: 'Flash taskbar on any private messages'.
323 - Added a new encoding choice: "IRC (Latin-1/UTF-8 hybrid)".
324 How it works is described at: http://forum.xchat.org/viewtopic.php?t=3180
325 - Added /LastLog -r <regexp>.
326 - The DCC windows have been remodeled and are much nicer now. Ported to
327 GtkTreeView, the buttons are context sensitive, the window remembers its
328 size and uploads and downloads are combined in one window.
329 - Perl (Lian Wan Situ)
330 * Changed Xchat::print and Xchat::command to return false if they are called
331 with either no arguments or undef
332 * Changed Xchat::user_info so that it works even if the nick parameter
336 ----------------------------------------------------------------------
338 ----------------------------------------------------------------------
340 - Updated translations (es, fr, sr).
341 - Fixed connecting to a IRC server via proxy (bug in 2.6.4 only).
342 - Fixed the invisible cursor color when using GTKSpell and a black
343 input box (when "Use the text box font & colors" is ON).
344 - Allow loading a cert/privatekey file from ~/.xchat2/<NetWorkName>.pem
345 - Improved the fallback routine when you receive non-UTF8 messages. It
346 can now handle CP1252 from mIRC users and the ISO-8859-15 Euro symbol.
347 - Added CHANOPT command for setting channel specific options such as showing
348 of joins and part, beep on message and color paste (Lian Wan Situ).
349 - /CLEAR HISTORY will clear your command history.
350 - Fixed a crash if you left a Ban-List window open after closing the
351 associated channel and then clicking Refresh.
352 - Added an option of using 'Last-Spoke' nick completion order in Settings >
354 - The /QUERY command now has -nofocus arg, which scripts might find useful.
355 - You can now /set gui_url_mod 0, to allow left-clicking URLs (default is
357 - XChat will now respect gtk-button-images=0 set in ~/.gtkrc-2.0.
358 - Added a ./configure option to use your preferred spelling library:
359 --enable-spell=type. Where type can be: none static libsexy gtkspell.
360 Note that using gtkspell will force the inputbox to become a GtkTextView.
361 - Advanced users can /set tab_small 2, to get _extra_ small tabs.
362 - Added /SPLAY <soundfile>.
364 * The second args to xchat_list_int and xchat_list_str can now be NULL as
365 a shortcut to "channels" list for current context only.
366 * Added bits 6-8 to the field "flags" in the "channels" list.
367 * /GUI MSGBOX <text> can now contain Pango markup.
368 * Added -m arg to /MENU. See plugin20.html for more.
369 - Perl (Lian Wan Situ)
370 * Fixed a bug with Xchat::print that prevents printing out a
371 single 0(Lian Wan Situ)
372 * Fixed a bug in Xchat::get_prefs that was clobbering the stack(Sergio Luis)
373 * Allow scripts that use a non-existent function for the shutdown callback
374 to be unloaded(Lian Wan Situ)
375 * Added check in set_context for undef
376 * Added the fields from get_list "channels" for the current context to the
377 result of context_info
380 ----------------------------------------------------------------------
382 ----------------------------------------------------------------------
384 - Updated translations (de, el, es, gl, hu, nl, sv, vi, zh_TW).
385 - Fixed opening a irc:// URL via "xchat -a --url=abc123" command while
386 "Skip serverlist on startup" is off. This fix is only relevant when
387 opening an initial instance of xchat (i.e not via dbus).
388 - Fixed the tree layout "flashing" (redrawing slowly) after you
389 switched to tabs and back to tree.
390 - Fixed plugin/script get_list("users") causing a critical GDK warning
391 when not executed from the front-most tab.
392 - Added spelling support in the input-box via GTKSpell.
393 - Improved the error reporting when connecting through a Socks proxy.
394 - DCC file transfers via http/socks45/wingate proxy is now supported
395 (Damjan Jovanovic & me).
396 - Fixed Socks 5 failing on 64-bit CPUs.
397 - Added support for connecting through a Microsoft ISA Proxy, requires
398 libntlm at build time (Pavel Fedin).
399 - You can now mark and copy timestamps if you hold down SHIFT.
400 - Timestamps are now preserved in the /lastlog command. Also fixed a
401 bug where the separator line disappeared during /lastlog.
402 - Added a Browse button to the DCC download folder setting.
403 - Made the setup window a little neater and Gnome-like.
404 - Improved the notify window a little and fixed a small memory leak.
405 - Fixed CTCPs being truncated in the RawLog window.
406 - Added an option to open a "Save As..." dialog when receiving a
408 - Fixed a crash if you try to remove a network from the list while
409 it's in a auto-reconnect delay [debian bug #364858].
410 - Python: Fixed some memory usage bugs.
411 - Perl: Turned on utf8 flag for things that should have it on.
414 ----------------------------------------------------------------------
416 ----------------------------------------------------------------------
418 - Updated translations (de, fr, ja, sv).
419 - Made "/server freenode" send auto-join channels but not
420 "/server irc://freenode".
421 - Fixed building of xchat-text (although not recommended!).
422 - Fixed using Strip mIRC colors & Color nicks at the same time.
423 - Fixed a bug in timestamp drawing using non-fixed-width font [1404341].
424 - Fixed display of realname in the nick-name right-click menu when it
425 contains a '<' or '&' character [1403069].
426 - Added support for UniBG's nickserv (ongeboren).
427 - The move-to-complete-dir routine now treats encoding/UTF8 correctly.
428 - Show help when using wrong args for /DCC, instead of silence.
429 - Support receiving 2048 bytes per line from server and dcc-chat, so we
430 can support 512 UTF-8 characters that some servers now send.
431 - Added /gui detach and /gui attach commands for scripters.
432 - The server list window now remembers its size.
433 - TCL: Added 'selected' flag to users list.
435 * Fixed strip_code so that it no longer takes off extra commas (LifeIsPain)
436 * Fixed filename checks so that '/load "filenameWithoutSpaces.pl"'
437 will also work (Lian Wan Situ).
438 * Fixed hook_fd to work with sockets on Windows (Vince Pit).
441 ----------------------------------------------------------------------
443 ----------------------------------------------------------------------
445 - Updated translations (de, el, fi, fr, gl, hu, ko, nl, pa, sq, vi).
446 - Added support for log rotation based on time or date.
447 - Double-click in tree layout will now expand/collapse (Lian Wan Situ).
448 - Keys to move tabs around now work in Tree layout too (Lian Wan Situ/Me).
449 - Largely re-written "Search Text" function with much better
450 behaviour and match case on/off and search backwards options
451 (Richard Hitt and Me).
452 - The parent row in the tree layout now changes color if you have
453 that group collapsed (Lian Wan Situ).
454 - Fixed crash when trying to Detach or Close a utility tab via
455 right-click, when it's not the currently focused tab.
456 - Made DCC resume handle case-insensitive file systems properly.
457 - Fixed the flashing when you click on a colored treeview row.
458 - Fixed auto-completion during /exec -o [1375530].
459 - Added "Join Channel" menu item to the Server menu.
460 - Unshade the Disconnect menu item when a connection is in progress.
461 - Fixed a possible crash in changing color settings before changing
462 to/from the tree layout (SF bug #1349088).
463 - Added "Auto accept file offers" to the File Transfer settings.
464 - Added support for brackets "<>" around nicknames in cut and paste,
465 without displaying them (hidden text) (Camillo Lugaresi).
466 - Fixed opening URL irc://NetWork/#channel not joining the channel
468 - Fixed the nickname label becoming small when you're marked Back
469 if you have "Small tabs" turned on.
470 - The textevents GUI has been re-written to use GtkTreeView.
471 - Randomized DNS lookups on Mac OS X on hostnames that return
472 multiple IP numbers (SG / CL).
473 - Added a dialog window to help newbies join a channel.
474 - Opening irc:// URLs will now JOIN only if you are already connected
476 - Plugin API (Lian Wan Situ):
477 * Added selected flag to "users" list.
478 * Added "id" to xchat_get_prefs.
479 * Changed xchat_find_context (ph, channel, NULL) to return results
480 from the same server group as the current context when possible.
481 - Perl (Lian Wan Situ):
482 * using emit_print/command/recv will no longer trigger their own
484 * Fix compiling issues with versions older than 5.8.2.
485 * Make all scripts appear in the "Plugins and Scripts" window, even
486 those that do not call register().
489 ----------------------------------------------------------------------
491 ----------------------------------------------------------------------
493 - Updated translations (nl, zh_TW).
494 - Message boxes are now warning, error or info with appropriate icon.
495 - Red marker line feature enabled by default.
496 - Added /SEND <nick> [file] which will automatically switch to PSEND
497 when detecting a private net address.
498 - Simplified default nick-right-click menu.
499 - Show "Last Talk" in nick-right-click menu as "minutes ago".
500 - Strip mIRC colour from away message in right-click menu.
501 - Warn when opening banlist in non-channel.
502 - Reorganised and simplified IRC/Server menus and new View menu.
503 - The editable Server menu is no more, if you want it type
504 /set gui_usermenu 1 and restart.
505 - Option to view channels in tabs or tree structure.
506 - Shorter titlebar text for better viewing in taskbar.
507 - Disabled key-search in server list, as GTK's auto-find does this
509 - Removed "Connect in new tab" button in server list, it now does it
510 intelligently. Use stock Connect icon.
511 - Removed "Tint (shade) transparency" item from settings and figure
512 it out based on tint values.
513 - When closing a tab, re-focus the one near by, instead of always the
515 - Firefox style close button.
516 - The lag and throttle metres now have tooltips that give you real
517 information (hover the pointer over them).
518 - Added workaround to show on-join ChanServ notices in the right tab.
519 - Tab scroll buttons are now side-by-side when in vertical mode.
520 - Automatically change key shortcut of "Marked Away" if the
521 translation already uses ALT-A for the Help menu (e.g _Aide in
523 - Your nickname in the bottom-left corner now turns gray when you are
524 marked away, just like the userlist.
525 - Introduced a delay before joining channels, to allow for FreeNode's
526 short comings. If a umode +e is received it'll send auto-join
527 channels immediately.
528 - Plugin API: Added win_ptr to xchat_get_info.
529 - Non-irc (utility) tabs can now be detached aswell.
530 - Fixed behaviour problems of the userlist pane, which might be set
531 incorrectly if the window was resized while a server-tab is focued.
532 - Added a confirm-dialog when trying to close a server-tab with
534 - Server list's edit window now gives you an option of a network
535 specific "Second choice" nickname.
536 - Auto detect RusNet and use /NICKSERV to identify instead of /MSG.
537 - Added /Ghost command.
538 - Fixed: The WHOIS away-line ignored irc_whois_front setting.
539 - Scroll-wheel now works while hovering over a tab (Lian Wan Situ).
540 - The input box right-click menu now has bold, underline and italic.
541 - Added xchat-remote for launching irc:// URLs in existing xchat
542 and other functions (Claessens Xavier).
543 - WIN32: Auto-loading perl scripts now also works from:
544 C:\Program Files\XChat\Plugins\
545 - Better command-line parameter parsing via GOption.
546 - Tab completion order can now be in "last talk" order if you
547 /set completion_sort 1.
548 - "Channel Action" and "Channel Action Hilight" now have a 3rd
549 argument of "Mode char", just like normal message events. The last
550 talk time is also now updated on actions.
551 - Reworked the Character Chart window so you can find your char.
553 - fixed so that printf and commandf are exported
554 - print and printf can also be called as prnt and prntf, this is to
555 avoid clashing with the builtins.
556 - Deprioritized MODE/WHO to reduce join lag.
557 - WIN32: Mask out more invalid filename characters when writing to
561 ----------------------------------------------------------------------
563 ----------------------------------------------------------------------
565 - Updated translations (cs, el, fr, gl, it, nl, sl, sr, vi, zh_TW).
566 - Fixed incorrect information displayed in Plugins & scripts window
567 under unix (xc244-fixpluginns.diff).
568 - Added "/set irc_whois_front 1" option to show WHOIS in front tab.
569 - Lots of speed ups under the hood, mainly in handling of URL
570 highlighting during mouse motion. Also now allows underlining
571 .name and .info domains [1230265].
572 - Moved the "Insert color code" menu into the input box's right-
574 - Fixed "Your Message" messing up when starting with a comma
576 - Added /id command to identify yourself to nickserv.
577 - Added /gui MSGBOX <text> for scripters.
578 - Added /menu command which lets plugins/scripts add their own
580 - Added support for passive DCC chat via /DCC PCHAT <nick>.
581 - Added support for DCC sending and receiving very large files
583 - Improved layout of "Info" button in the DCC windows.
584 - Improved layout of the nick-name right-click menu.
585 - Improved /help command's display of plugins/script commands.
586 - Fixed two bugs in detaching tabs (or CTRL-I) [1228926].
587 - Added /uselect command for scripters to select nick names in the
588 channel userlist (Daniel P. Stasinski).
589 - Fixed possible crashes while using the SJIS (Japanese) charset.
590 - Fixed various memory leaks in right-click menus.
593 ----------------------------------------------------------------------
595 ----------------------------------------------------------------------
597 - Updated translations (hi, ko, lt, pa, ru, vi, zh_TW).
598 - People's away message is now shown in the right-click menu, if
599 known (Christopher Aillon).
600 - The "Bind to:" setting can now be set to 0.0.0.0 [1176256].
601 - Plugin API: Don't crash if a print-event closes the current context
602 and doesn't eat the event [1175674].
603 - Disabled parsing of quotation marks for /JOIN, so you can join
604 channels with a quote in them (Dan Fruehauf).
605 - Fixed truncation of the URL in the right-click menu. Now handles
606 UTF-8 properly [1188229].
607 - Fixed use of CP1255 charset, which would chop the last char when
608 receiving messages [1122089].
609 - The DCC windows now allow multiple selection and the columns auto
610 resize (Dan Fruehauf).
611 - Added "CTCP Sound to Channel" event [1159445].
612 - You can now drag and drop files into dialog windows to start file
615 - Fix to allow fully qualified variable names to work as well.
616 - Enabled individual script unloading.
617 - Enabled reloading scripts using XS modules.
618 - Fixed handling of filenames with spaces in them.
619 - Added /reload which works like /load but it will do an unload first
620 it is not necessary to use the full path with this command, just
621 the file name is enough.
622 - Fix print callbacks for cases where there are NULL elements between
624 - Fixed: "XChat can't ban users with long idents" (Dan Fruehauf)
626 - Implemented taskbar flashing on unix. Requires a window manager
627 or taskbar that supports XUrgency flag (Adil).
630 ----------------------------------------------------------------------
632 ----------------------------------------------------------------------
634 - Updated translations (de, sq, zh_CN).
635 - Fixed crash of server list connect button when no network is
636 selected while using GTK's auto-find feature [1166669].
637 - Fixed handling of WhoIs Special event on some networks where it
638 could chop off the first character [1164315].
639 - Plugin API changes: Added "nickserv" field to xchat_get_info.
640 - Python: Fixed get_list() incorrectly failing when the list
641 contained a time field [1171525].
642 - Perl: Make scripts using calls with fully qualified subs work again
643 [1170139] (Lian Wan Situ).
644 - Fixed input-box input-method (GTK I.M.) problem [1168239].
645 - Fixed: Ignore and Notify windows incorrectly used the stock CLOSE
646 button instead of DELETE [1170655].
647 - Placed Close/Connect buttons in correct position in server list
651 ----------------------------------------------------------------------
653 ----------------------------------------------------------------------
655 - Updated translations (ca, de, lt, nl, ru, sk, sr, vi).
656 - Added command line args -u and -p.
657 - Fixed handling of "MODE -o+o nick nick" (#1094026).
658 - Plugin API changes:
659 * Added "Key Press" print event.
660 * Added "state_cursor" for xchat_get_prefs.
661 * Added xchat_strip and xchat_free functions.
662 * Added "lasttalk" field to "users" list.
663 * Added "charset" field to xchat_get_info.
664 - Perl plugin changes (Lian Wan Situ):
665 * Move each script into their own unique package/namespace. Scripts
666 containing multiple packages will not be loaded.
667 * When warning messages are emitted you will now be told which
669 * Xchat::set_context will now accept Xchat::set_context( $channel )
670 and Xchat::set_context( $channel, $server ) in addition to
671 Xchat::set_context( $context ).
672 * Fix display of loaded scripts in the Plugins and Scripts window.
673 - TCL: Fixed crash with invalidated TCL timer (#1110306) (Daniel P.
675 - /TIMER now supports timeouts to one decimal place.
676 - Fixed possible crash of open-file dialog on 64-bit machines.
677 - Pressing CTRL-O in the DCC Receive window will now open your
679 - Win32: Default download folder changed to "My Documents\Downloads".
680 - Added -quiet arg to the /charset command.
681 - The /country command now supports a wildcard search.
682 - The user is now warned when real/user name is left blank in the
684 - Added the /URL command.
685 - Added a text event for all unknown WHOIS reply lines.
686 - Added /ALLCHANL which sends to the current server only.
687 - Actions (/ME) are now treated like PRIV/CHAN for purposes of the
691 ----------------------------------------------------------------------
693 ----------------------------------------------------------------------
695 - Updated translations (ca, de, eu, it, ko, mk, nb, nl, pt, ru, sl,
697 - Fixed custom marker-line color not reloading.
698 - Brought back the "Connect to selected server only" option in the
699 Serverlist edit window (it's like the reverse of "Cycle until
700 connected" in 2.0.x).
701 - You can now move networks and servers via Shift+Up/Down (in the
703 - Small efficiency improvements in receiving dcc. It will now not
704 send ACKs while the input buffer is non-empty.
705 - Python: Fixed crash when a timer callback routine executes
706 xchat.unhook() and returns false.
707 - Fixed playing sound files with spaces in them.
708 - Added support for NickServ on DalNet and FreeNode.
709 - Plugin API: Added xchat_get_info(ph,"inputbox");.
710 - Added /settext and /setcursor commands for scripters.
711 - You can now scroll tabs with the mouse-wheel while hovering over
713 - Fixed connecting to a SSL server via http proxy (#1054152).
714 - Fixed: Opened server tab doesn't count as "requested" (#1044227).
717 ----------------------------------------------------------------------
719 ----------------------------------------------------------------------
721 - Updated translations (ca, de, eu, it, ko, lt, nl, sk, sr, zh_CN).
722 - Fixed a possible crash in loading pevents.conf.
723 - Made default URL handlers work with Firefox 0.9.x by adding the
724 "-a firefox" argument.
725 - Plugin API: Added xchat_get_info field "libdirfs".
726 - Fixed crash when trying to dcc send a filename which has encoding
727 that doesn't match G_FILENAME_ENCODING.
730 ----------------------------------------------------------------------
732 ----------------------------------------------------------------------
734 - Updated translations (de, kr, lt, sk, sr, zh_CN).
735 - Added some rudimentary support for the IDENTIFY-MSG feature.
736 - Perl: Added Xchat::context_info (Lian Situ).
737 - TCL: Added support for time fields in getlist (Daniel P.Stasinski).
738 - Added "Open Dialog" event, so you can add a sound-file to it.
739 - The standard beep can now be overridden with a sound-file.
740 - Fixed tab-nick-completion's cycling behaviour.
741 - New keyboard shortcut for line up and down (shift-arrow up/down).
742 - Fixed: [986958] tab completion with GTK Input-Methods.
745 ----------------------------------------------------------------------
747 ----------------------------------------------------------------------
749 - Updated translations (eu).
750 - Tab nick completion fixes: Crash with space-tab and glib critical
751 warning (Ian Kumlien).
752 - Heavily reworked the Preferences window. It should be alot clearer
753 now, and more gnome-like.
754 - 'Pop new tabs to front' setting now has three options (Kyoshiro).
755 - New colors and text-events, using a white background.
756 - Config files are not saved to disk unless you edit the defaults.
757 This makes it easier to change language (for print events, popup
759 - Brand new Server List window. Now much simpler and intuitive. Also
760 includes an entry box for NickServ password.
761 - The vertical separator line now has its own pointer when you hover
762 over it (Richard Gobeille).
763 - Alphabetical tab sorting now works and is enabled by default.
764 - Added "Small Tabs" option (reduces the font size).
765 - Brand new Sound-Events editor in the Preferences window.
766 - Added socks5 authentication support (Benjamin Foster).
767 - Win32: fixed auto-loading of TCL scripts.
770 ----------------------------------------------------------------------
772 ----------------------------------------------------------------------
774 - Updated translations (ru, sr).
775 - Fixed compiling on systems other than linux/freebsd [969643].
777 - Fixed compiling with an old version of GTK (2.0.x).
778 - Further BiDi fixes in xtext (Ilya Konstantinov).
779 - Brand-new tab completion code (Ian Kumlien). This also fixes:
780 Tab expansion not working behind umlauts [956127].
781 Plugin commands can now be tab-completed too (Frank Thieme).
782 - Fixed parsing URIs on userlist drag-n-drop (Jonas Heylen).
783 - Added Sort button to the server list window (David Oftedal and
784 Tim-Philipp Mueller).
785 - Tab button selection fix (Guillaume Knispel).
786 - Added marker-line feature. Shows a red-line to indicate the place
787 where you last read up to (Thomas Kockerbauer).
788 - The "Get my IP from Server" feature now works on networks that
789 hide your hostname too (by using the USERHOST command).
790 - Win32: Fixed CPS calculation for file transfers [824934].
791 - Fixed: Ping timeout when the system clock changes [789140].
792 - Fixed: Private messages delivered to status window when nickname
793 is the same as the network [977550].
794 - Maximised window-state is now saved.
795 - Double middle-clicking a nickname in the text area will now select
797 - Included a work-around to stop X-Sys plugin crashing with GTK 2.4.
798 - Fixed: /list output going to the current tab [970746].
799 - Fixed: Serverlist crash while editing a port-number, and switching
800 to another network before pressing enter [968652].
801 - Made it possible to execute multiple "Connect Command:"s in the
802 ServerList window, when they're separated by ctrl-shift-a.
805 ----------------------------------------------------------------------
807 ----------------------------------------------------------------------
809 - Updated translations (bg, cs, de, en_GB, eu, fi, lt, nl, ru, sk,
811 - Fixed the Socks5 overflow security bug.
812 - DCC IP address setting can now be a hostname too (Flavio
813 Chierichetti) [773229].
814 - Don't try random DCC ports when a range is set (mib) [889987].
815 - Fix: Spurious nick completion (mib) [916944].
816 - Serverlist passwd box is now masked (Cristian Peraferrer) [920113].
817 - Fix: Sometimes messes up the tab order on reconnect (Gabor Szeder)
819 - Fix: Crashes when setting $CHARSET to nonexistant charset [945855].
820 - Plugin API: Added some fields to the "channels" list.
821 - Plugin API: Added "win_status" and "xchatdirfs" fields to
823 - Plugin API: Added xchat_send_modes() function.
824 - Fix: Unload, then reload a plugin on FreeBSD fails (Kevin Leung).
825 - Plugins should now work on HPUX too.
826 - Perl-plugin: Fixes for 3 arg version of emit_print, unhooking the
827 same hook multiple times and get_list returning correct values for
828 address32 field and some memory leaks (Lian Situ).
829 - Made menu keybindings work when the menubar is hidden on GTK 2.4.
830 - Added support for the new GTK 2.4 file chooser dialog.
831 - Fix for BiDi in xtext (Ilya Konstantinov).
832 - Smaller bug fixes [962211] [958599] [950353] and
833 [945617] (Frederic Krueger).
836 ----------------------------------------------------------------------
838 ----------------------------------------------------------------------
840 - Updated translations (az, es, fi, lt, mk, nl, ru, sk, sl, sr, sv,
842 - Added color, flash and iconify args to /GUI command (this is for
843 use in scripts and plugins only).
844 - Plugin API: Added "notify" list.
845 - Plugin API: Added id, users, flags fields for "channels" list.
846 - Win32: Better error messages for file i/o and winsock errors.
847 - New Perl interface (with backward compatibility)! (Lian Situ).
848 - Fixed command-character buglet [873541].
849 - Win32: Improved incorrect CPS display for file transfers.
850 - Added "Copy Selected URL" option to URL popupmenu (Mike Battersby).
851 - Added work-around for "Get my IP from server" not working on PTNet
853 - Fixed: Alt+numbers do not work with X Input Method [896968] (Marius
855 - Added support for "+port" to indicate SSL connections.
856 - Fixed non-ASCII chars in time-stamp bug [918445].
857 - Smaller bug fixes: [870073] [890891].
860 ----------------------------------------------------------------------
862 ----------------------------------------------------------------------
864 - Updated translations (fi, nl).
865 - Fixed dcc psend crash [858539].
866 - Fixed bug where an error message was erroneously displayed while
867 transfering files with fast-send turned off. Also, allow fastsend
868 to be used with psend (Daniel Dubois).
869 - Print more informative messages when Perl scripts fail to load
871 - Win32: Added native sound playing support.
872 - Win32: Fixed possible crash upon exit while still connected.
873 - Fixed notify's Lastseen column for offline users [864185].
874 - Report more informative error when DCC write to disk fails.
875 - Fixed crash when xchat.conf contains oversized strings [750403].
878 ----------------------------------------------------------------------
880 ----------------------------------------------------------------------
882 - Updated translations (de, lt, sl, sr).
883 - Fixed detection of Python on amd64 (Mads Martin Joergensen).
884 - Don't loose editbox contents when pressing up, then down arrow
886 - Fixed missing dcc flag on new ignores via gui.
887 - Fixed missing separator bar on PseudoColor displays.
888 - Fixed some 64-bit issues (xc205-fix64bit.diff).
889 - Apply tint changes instantly.
890 - Fixed DCC resume with mirc >= 6.1.
891 - Python plugin changes:
892 * Fixed the reentrancy problem which made xchat freeze when some
893 python code made xchat trigger a python callback somewhere.
894 * Implemented xchat_emit_print() and xchat_get_prefs() support.
895 * Fixed softspace support for python 2.3. This problem was making
896 print statements yield an extra space at the next line start.
897 * Other minor changes.
898 (Gustavo Niemeyer, Gustavo J. A. M. Carneiro, Marko Kreen).
899 - Fixed request of a MODE on a channel you're not in changing the
900 current titlebar [820998].
901 - Restored compatibility with older Perl that lacks call_pv().
902 - Use sigaction inplace of signal() for better compatibility.
903 - Win32: Don't try to open logfiles with a "\" in them, windows wont
904 allow it. Instead, the "\" is replaced by a "_".
905 - Backported HTTP authentication code from 1.8.11 (you can now
906 specify a username and password for HTTP proxies).
907 - When beep on highlight is on, beep on channel actions too
908 (Christopher A. Aillon)
909 - Added active dcc send feature (/dcc PSEND). More info here:
910 http://mail.nl.linux.org/xchat-discuss/2003-10/msg00124.html
911 (Daniel Dubois and Emmanuel Jeandel).
912 - URL Handlers menu now removes programs that arn't in PATH.
913 - Added "away" users field for plugin API.
914 - Smaller bug fixes: 822199, 786267, 783172, 811971, 756048, 844919.
917 ----------------------------------------------------------------------
919 ----------------------------------------------------------------------
921 - Updated translations (ca, fi, lt, nl, sk, sv, zh_CN).
922 - Fixed detection of Python 2.3 in configure script (anonymous).
923 - DCC Send file-selection dialog now supports multi-select.
924 - Reset away status after auto-reconnect from a ping timeout.
925 - Perl: Fixed IRC::user_info always matching the first entry.
926 - More C89 fixes for non-gcc compilers (Albert Chin). [781809].
927 - xtext: now double buffered and flicker free. Also some efficiency
928 tweaks for exposure events and multi-wrapped lines.
929 - Removed buggy numeric 338 support [783945].
930 - Nick completion in dialogs and channel completion (Jay Cornwall).
931 - Print informative error messages when dcc resume isn't possible.
932 - Fixed performance of dcc recv, send and chat windows.
933 - Fixed tab-arrow buttons show/hide (Lloyd Williams) [783681].
934 - Fixed lastlog bugs [791220].
935 - win32: Faster tinting, and uses MMX when in 16 or 32bit color.
936 - Execute /sigusr2 on receiving SIGUSR2 signal (Michael Guidero).
937 - /IGNORE command and window now have an extra "DCC" category.
938 - Alert user when logfiles fail to open (Jay Cornwall).
939 - Fixed missing underlining of IP numbers (2.0.4 only).
940 - Allow accepting DCC sends from ports below 1024.
941 - Connect to URL given on commandline even if 'No Serverlist on
942 Startup' is off [804648].
943 - Fixed problem in allocating colors while in 8bit PseudoColor.
944 - xtext: tinting now shades towards your background color, making it
945 usable with white backgrounds. Tints can also use XShm for extra
946 speed with --enable-shm at ./configure time (experimental).
947 - Perl: IRC::add_print_handler callbacks now get parameters in
948 $_[1...x], with $_[0] left for compatibility (Lian wan Situ).
949 - Perl: added command_with_channel command (Alexander Werth)
951 - Smaller bug fixes: [798655].
954 ----------------------------------------------------------------------
956 ----------------------------------------------------------------------
958 - Updated translations (lt, sv, zh_CN).
959 - Fixed crash on tinted transparency (xc203-fixtint.diff).
960 - Fixed incorrect dcc cps calculation (xc203-fix-cps.diff).
961 - Allow fullpath and relative filenames for Text Events sound files
963 - Added /GUI command (mainly for use by scripts).
964 - Solaris build fixes for ipv6.
965 - Added -n, --no-plugins command-line arg.
966 - Added a feature to change the color of away users.
967 - Moved default dcc and sound dirs inside ~/.xchat2/ (SilvereX).
968 - Fixed bug [753742] When server tab and query had the same name,
969 private messages could go to the wrong tab.
970 - Support others users too, when expanding ~ in filenames (Neox).
972 - Underline "ipnumber:port" style urls too (Alex & dobler).
973 - Added support for ircu numerics 330 and 338 (phaseburn).
974 - C89 fixes, should now compile with HP UX and Sun C Compilers
975 (Albert Chin). [777106].
976 - Smaller bug fixes: [773245] [779166].
977 - Close tabs on shift-leftclick (Jay Cornwall).
980 ----------------------------------------------------------------------
982 ----------------------------------------------------------------------
984 - Updated translations (ca, fr, ja, sv).
985 - Fixed URL grabber not filling up (xc202-fixurlg.diff).
986 - Fixed crash when holding down Ctrl-I (xc202-fixdetach.diff).
987 - Use Shift-Ctrl-W for Close only when Emacs key theme is enabled.
988 - Fixed corrupt left margin with indent-nicks off and timestamp on.
989 - Remove invalid chars from inbound text when conversion fails. Fall
990 back to ISO-8859-1 when using UTF-8 only (Ilya Konstantinov).
991 - Fixed perl IRC::get_info(3) crash when not connected [732496].
992 - Fixed crash on long output lines for /exec -o [731187].
993 - Made "Move completed files to:" and "Save nickname in filenames"
994 work at the same time (Matthew Gabeler-Lee).
995 - xtext: fix redraw when new additions not on current page.
996 - win32: Added /set identd 0 switch to turn off built-in identd.
997 - Added 6-8 for perl's IRC::get_info to retreive network, host and
999 - Iterate in alpha order instead of op-alpha for nickcompletion
1001 - Fixed ChannelList crash on invalid regex match string.
1002 - Added hide join/parts setting to gui (Jason Wies).
1003 - Added Delete All button to ignore window (Mohammed Sameer).
1004 - Don't allow adding empty names to notify list [741589].
1005 - Made message fragmentation code utf8 friendly so it always splits
1006 on a multibyte char boundary [748653].
1007 - Support 2 to 4 GB files in DCC (contrary to 1.9.4 changelog, it
1008 didn't work until now).
1009 - Python: Fixed crash when returning 0 from a timer (Steve Green).
1010 - Multihead fixes for popup menus.
1011 - Added support for numeric 307 and 320 "is an identified user".
1012 - Allow setting a blank topic via the GUI [720407].
1015 ----------------------------------------------------------------------
1017 ----------------------------------------------------------------------
1019 - Updated translations (lt, ms, nl, pt, sv, zh_CN).
1020 - Fixed a few minor mem leaks in the server and user list.
1021 - Changes to: UrlGrabber, Notify, Plugins, Ignore and Banlist GUIs.
1022 Changed GtkCList to GtkTreeview, and general enhancement to these
1024 - win32: made it possible to compile with ipv6.
1026 - Fixed pageup/pagedown wrong window bug [710784].
1027 - Fixed no timestamps in top-level windows bug [710787].
1028 - Fixed first word being skipped in perl add_command_handler("", cb);
1030 - Fixed WHOIS away line appearing in different tab [695932].
1031 - win32: fixed transparency [699425].
1032 - win32: fixed ssl "Error 2" connection bug.
1033 - Made all toplevel dialog windows transients of the main window.
1034 - Show filesize/pos in DCC window as KB and MB (Aaron Chernosky).
1035 - Added /set tab_dnd 0/1 option.
1036 - Fixed userlist insertion/deletion GUI performance problem [704233].
1037 - Each toplevel window now has a "role".
1038 - Smaller bugs fixed: [698449] [718851].
1039 - TCL plugin fixes for context lookups (Daniel P. Stasinski).
1040 - Changed Close Tab keybinding to Shift-Ctrl-W to avoid conflict with
1042 - Used a new algorithm for Userlist and UrlGrabber. This one does
1043 insertion, lookup and deletion in O(log n).
1046 ----------------------------------------------------------------------
1048 ----------------------------------------------------------------------
1050 - Updated translations (am, ca, lt).
1051 - Save serverlist before connecting (Joe Drew).
1052 - OpenBSD compile fixes.
1053 - (Encoding) Fallback outgoing text to "?" for unconvertable chars.
1055 - Hide tab scrolling buttons when they're not needed.
1056 - Fixed --disable-xlib compiles.
1057 - Fixed use of %h in dialog-tab buttons [688937].
1058 - Fixed printing/logging timestamps that contain invalid utf8
1060 - Added "Resizable userlist" option (default ON).
1061 - Strip colors on topic change.
1062 - Fixed (snotice) and (notice) tabs being swapped [687437].
1063 - Made more strings translatable.
1064 - Allow loading empty text events [691191].
1065 - Fixed xtext race condition [678874].
1066 - Added ability to show/hide the channel-mode buttons (default OFF).
1067 - Use the network name in server-tab rather than full hostname.
1068 - Added keybindings for moving tab-families, default is ctrl-shift
1069 PageUp and PageDown (Vincent Ho).
1070 - Added 'Beep on highlighted messages' option (Jirka Kosina).
1071 - Use DND to detach tabs.
1072 - Interpret %C, %B etc in quit reasons.
1073 - Added more items to the right-click tab menu.
1074 - Some misc UI cleanups.
1077 ----------------------------------------------------------------------
1079 ----------------------------------------------------------------------
1081 - Updated translations (de, es, lt, nl, sk, sl).
1082 - Fixed half cut off dates in notify window.
1083 - Fixed tabs loosing red/blue color when being renamed.
1084 - Fixed initial query tabs not being truncated.
1085 - Make tabs red on channel actions too.
1086 - Configure script python detection fixes (Johan Dahlin).
1087 - Added /charset command.
1088 - Don't auto remove stalled DCCs unless dcc_remove setting is on.
1089 - Avoid recursive UserCommand buffer overflow.
1090 - Added xchat_emit_print() to plugin interface.
1091 - Left and Right positioned tabs are possible again (Lloyd Williams).
1092 - Added /timer -repeat <num> and -quiet args.
1093 - Possible tcl plugin crash fixes (Daniel P. Stasinski).
1094 - Group multiple op/voice in one print event.
1095 - Fixed plugin loading on solaris.
1096 - Python fixes (Gustavo Niemeyer):
1097 * Fixed bug which made Python plugins crash randomly.
1098 * Introduced a new xchat.hook_unload() function, as requested by
1099 many people. This will call a given callback at module unload
1101 * Now /py load <filename> will succeed if filename is the name of a
1102 file inside "xchatdir" (~/.xchat2).
1103 * Fixed some leakings.
1106 ----------------------------------------------------------------------
1108 ----------------------------------------------------------------------
1110 - Updated translations (sv, es, am, el, lv, no).
1111 - Fixed possible blank userlist after another tab was detached.
1112 - Changed default keybinding for next/prev-tab to ctrl-pageup/down,
1114 - Added IPAddress field to "DCC SEND Offer" text event.
1115 - Fixed perl IRC::print_with_channel 1.8.x incompatibility.
1116 - xtext: Fixed bugs in new scrolling code.
1117 - Use filesystem encoding for log filenames.
1118 - Focus the inputbox when left-clicking in xtext.
1119 - Focus the inputbox when typing while the userlist is in focus.
1120 - Fixed bug where text typed could be sent to the wrong window after
1122 - New default icon again, this one scales better (Dagmar d'Surreal).
1123 - Send /LIST args on galaxynet.
1124 - Added settings to change inputbox and userlist styles to the same
1125 as the main text area.
1126 - Don't allow the Perl plugin to be loaded twice (Ian Kumlien).
1127 - Fixed servlist crash on 'use global' off and empty nick field.
1128 - Added missing address field to Perl's IRC::dcc_list.
1129 - Added irc_conf_mode setting (via /set only).
1130 - Save xchat.conf safely (Michael Witrant).
1131 - Added support for numeric 005 token NAMESX.
1132 - Added TCL Plugin (Daniel P. Stasinski).
1133 - Added 'Add' button to serverlist, due to popular demand.
1134 - Update intl/ to 0.11.4.
1135 - Win32 fixes/makefile for python plugin (James Potts).
1136 - Win32: fixed clipboard bugs and dcc receive.
1137 - Plugin iface: Added dcc-list fields "address32" and "port".
1138 - Try to use pkg-config to find openssl.
1139 - Report errno/strerror on dcc failures.
1140 - Python print buffering fixes (Gustavo Niemeyer).
1141 - Treat NOTICE +#channel correctly.
1142 - Check for common unix paths and don't treat them as commands.
1145 ----------------------------------------------------------------------
1147 ----------------------------------------------------------------------
1149 - Added Amharic translation (Daniel Yacob).
1150 - Updated Spanish translation (Pablo del Campo).
1151 - Updated Lithuanian translation (Rimas Kudelis).
1152 - Updated Latvian translation (Artis Trops).
1153 - Fixed serverlist entry box text corruption (xc197-fixservlist.diff)
1154 - Fixed the non-mmx tinted-tranparency code crashing.
1155 - Fixed interpretation of mIRC color 99 [653094].
1156 - Use Pango renderer by default, for better i18n.
1157 - Scroll 1/10 of a page with the mouse wheel (Soeren Sandmann).
1158 - Reimplemented -a, --no-auto argument.
1159 - Fixed a bug in entering text with GTK2 IMs [653751].
1160 - Final fix for filenames' encoding in DCC.
1161 - New unicode character chart window.
1162 - xtext: properly recalculate text widths after a font change.
1163 - Fixed perl IRC::dcc_list 1.8.x incompatibility (Charles Lopes).
1164 - xtext: Implemented scrolling instead of full redraws when not using
1165 a background image or transparency. This improves scrolling on
1166 machines that draw AA text very slowly.
1167 - Reimplemented 'Move front tab left/right' keybinding.
1168 - Provide default usermenu and buttons for translation.
1169 - New default icon (Dagmar d'Surreal).
1170 - Report the average KBs when a transfer is finished.
1171 - Attempt to create dcc-download dir when changed in the setup gui.
1172 - Apply character set conversions to DCC Chat aswell (Steve Green).
1173 - xtext: Fixed hilight-text in scrollback after new addition bug.
1174 - Channellist gui cleanup.
1175 - Renamed a few defines in xchat-plugin.h to avoid namespace
1177 - Fixed loading background image crash (from 1.9.7).
1178 - Fixed broken drawing of mIRC color 0.
1181 ----------------------------------------------------------------------
1183 ----------------------------------------------------------------------
1185 - Updated Swedish translation (Christian Rose).
1186 - Updated Spanish translation (Pablo del Campo).
1187 - Updated Dutch translation (Bart Coppens).
1188 - Added /GETSTR and /GETINT.
1189 - Misc. serverlist bug fixes (Shaun Guth).
1190 - Plugin changes/fixes:
1191 * Added xchat_get_info("network").
1192 * Added new function: xchat_hook_fd().
1193 * Fixed "DCC Chat Text" event (Daniel P. Stasinski).
1194 * Added "Open Context" print event.
1195 * Fixed implementation of EAT_ return codes.
1196 * Keep the leading ":" in server events passed to plugins.
1197 * Added hack to make plugins possible on win32.
1198 * Fixed /unload <plugin_file_name> crash.
1199 - Fixed changing tabs via keyboard.
1200 - Added a few keyboard accelerators to the menubar.
1201 - Fixed close-tab-0 crash.
1202 - Fixed userlist popup menu disappearing on button-release.
1203 - Fixed color paste.
1204 - Added a character set selector to the serverlist.
1205 - Send DCC filenames in system encoding (gets converted if a charset
1206 is chosen in the serverlist).
1207 - Fixed possible Search Text crash.
1208 - Removed --enable-japanese-conv configure option (isn't this
1209 superseded by the new charset selector?).
1210 - Use --enable-openssl by default.
1211 - Fixed your nick not changing in dialog windows.
1212 - xtext: deal better with invalid utf8.
1213 - Made it possible to do /server <networkname>.
1214 - win32: backported tint/transparency code from 1.8.10.
1217 ----------------------------------------------------------------------
1219 ----------------------------------------------------------------------
1221 - Updated Spanish translation (Pablo del Campo).
1222 - Added Estonian translation (Ilmar Kerm).
1223 - Made switching to dialog tabs faster:
1224 * Draw xtext only once when switching to a dialog tab.
1225 * Do not recalculate the tinted-transparency.
1226 - Fixed another text-off-the-bottom bug.
1227 - Fixed background color other than black not working.
1228 - Fixed dialog windows not being logged (Joanne Hunter).
1229 - Fixed topic entry box going blank bug.
1230 - Added Insert-color-code and encoding submenu in the bottom-right
1232 - Apply more settings without needing a restart:
1234 * Time stamp text on/off.
1236 - Implemented %n for log-filename-mask.
1237 - Reconfigured the menubar a bit.
1238 - Validate inbound utf8 text to avoid reading beyond buffer and
1239 fall back to iso-8859-1.
1240 - win32 compile fixes.
1241 - Don't convert commas to %2c in urls.
1242 - Auto open dialog when dcc chat offer connects (Steve Green).
1243 - Make setting "Open Utilities in: Windows" work.
1244 - Added a way to reorder networks in the serverlist window (still
1245 want to add DND later).
1248 ----------------------------------------------------------------------
1250 ----------------------------------------------------------------------
1252 - Fixed the PL_perl_destruct_level crash (Bernard Blackham).
1253 - Fixed the perl readdir crash.
1254 - Added tab scrolling buttons (Lloyd Williams).
1255 - Added DCC throttle and better CPS calculation (Richard Fuchs).
1256 - Added three configurable tab-highlight colors (Nehal Mistry and
1258 - Added dynamic support for two levels above Op (red & purple icons).
1259 - Changed the op/voice icons, now more macosx like.
1260 - Serverlist progress:
1261 * Now remembers your last network selection.
1262 * Non-global User/real/nick are now implemented.
1263 * Added all 1.8.x default servers.
1264 - Added Clear Rawlog button.
1265 - Throttle and Lag meter settings implemented.
1267 - xtext: Fixed exposure-before-print crash.
1268 - xtext: Fixed providing UTF8 selection data.
1269 - xtext: Fixed text scrolling past the bottom bug.
1270 - Added DCC-completed-dir setting, which can move completed DCC files
1271 to a different directory (Chris Morgan).
1272 - Update build environment to autoconf 2.53.
1273 - Cleanup various configure.in/Makefile.am scripts. Use libtool to
1274 build perl and python plugins (John).
1275 - Added support for numeric 005 options: CHARSET=UTF-8 and
1277 - Delinking/Relinking IRC windows re-implemented.
1278 - Dialog window buttons re-implemented.
1279 - Gnome2-ify the desktop file. Install to $(datadir)/applications.
1282 ----------------------------------------------------------------------
1284 ----------------------------------------------------------------------
1286 - Make DCC support up to 4GB files (previously 2GB).
1287 - Fixed possible crash when receiving a message from a channel that
1289 - Fixed random /part reasons not working.
1290 - Fixed compile on RHL 8.0.
1291 - Fixed xchat-text connect crash.
1292 - Updated included intl/ to 0.10.38.
1293 - Update transparency when background image changes.
1294 - Fixed the progress-connecting-bar appearing in all tabs.
1295 - More IRC protocol abstractions; tcpsend2 (James D. Taylor).
1296 - New server list GUI almost complete.
1297 - Merged some small 1.8.11 fixes.
1298 - Reopen logfiles on SIGUSR1.
1299 - Added Tint RGB settings (foser).
1302 ----------------------------------------------------------------------
1304 ----------------------------------------------------------------------
1306 - Updated Spanish translation (Pablo Gonzalo del Campo).
1307 - Updated Swedish translation (Christian Rose).
1308 - Added mIRC's passive dcc support, receiving only (Richard Fuchs).
1309 - Added InputBox settings to settings GUI.
1310 - Make DCC support up to 4GB files (previously 2GB). untested.
1311 - Fix checks for Xft.h in configure script.
1312 - Fix perl add_message_handler() xchat 1.8.x incompatability.
1313 - Fix default DCCRECV text event using bad $ variable and crashing.
1314 - Fix /query #foo, /join #foo crash.
1315 - Fix utf8-conversion-fail sending truncated text.
1316 - Use $datadir/locale for LOCALEDIR (Albert Chin-A-Young).
1317 - More work done on Serverlist 2, but not fully functional yet.
1318 - Pasting from one tab to another now works.
1321 ----------------------------------------------------------------------
1323 ----------------------------------------------------------------------
1325 - Fixed DCC Chat offer crash (1.9.1 bug only).
1326 - xtext: Xft tweaks. Included Pango backend for when Xft can't be
1328 - xtext: improved rendering selections (less unnecessary redrawing).
1329 - xtext: fixed marking multibyte utf8 chars.
1330 - Included brand new Python interface plugin (Gustavo Niemeyer).
1331 - Perl is now a plugin.
1332 - Plugin API: Changed xchat_unhook() return value and type.
1333 - Plugin API: Added "ignore" list.
1334 - Plugin gui window can now load/unload scripts aswell.
1335 - Plugins are now autoloaded from $libdir/xchat/plugins.
1336 - Double-click userlist works again.
1337 - Strip spaces from join-channel in serverlist (Mathias Hasselmann).
1338 - The menu in the bottom right corner now works.
1341 ----------------------------------------------------------------------
1343 ----------------------------------------------------------------------
1345 - Fixed serverlist and rawlog crashes.
1346 - Fixed some 64-bit issues (Elliot Lee).
1347 - Fixed unrealized xtext crashes and warnings (Elliot Lee).
1348 - Removed --disable-glib configure option.
1349 - Added Save rawlog button.
1350 - Auto detect socklen_t.
1351 - All new plugin interface. See plugins/plugin20.html.
1352 - Made perl.c use the new plugin interface.
1353 - Made the whole system use the cmdchar setting. This means all
1354 usercommands, popup commands etc mustn't start with a "/" char.
1355 - Removed the mail checker, it's now a plugin.
1356 - Cleaned up some text events code. Added/Changed/Removed some
1357 events too. TextEvents window now lists them alphabetically.
1358 - Convert inputbox from utf8 to locale before sending (xLoneStar).
1359 - Use ~/.xchat2/ for all configs (may change to ~/.xchat-2.0
1361 - Made DCC GUI display KB/s instead of cps.
1362 - Ignore code cleanups; ignore.conf no longer compatible.
1363 - Created the start of an IRC protocol abstraction layer.
1364 - Plugged JCode memory leak.
1365 - Ask before quiting when some DCCs still active.
1366 - Rewrote most of the maingui code. Now there's only one virtual
1367 tab that is re-filled with new information when switching tabs.
1368 - Added right-click tab menu.
1369 - Plugged potential /dns security hole.
1370 - Converted userlist to GtkTreeView.
1371 - Right-click userlist menu now works with a multi-selection.
1372 - Drag and drop to userlist no longer requires libgnome.
1373 - Included an ircII style /timer plugin.
1374 - Now accepts irc:// URLs on the command line.
1375 - Tabs are now ordered in server groups.
1376 - Make gettext use utf8 (teuf).
1377 - Whole new setup window.
1378 - Notify gui has an add dialog window.
1379 - Nickname on the bottom left is clickable.
1380 - Cleaned up /set variable names.
1381 - Made scrollwheel work with GTK+ 2.0 (Lloyd Williams).
1382 - xtext: Added XFT support.
1383 - xtext: Added UTF8 selection support.
1386 ----------------------------------------------------------------------
1388 ----------------------------------------------------------------------
1390 - Ported to GTK+ 2.0 (BIG!).
1393 ----------------------------------------------------------------------
1395 ----------------------------------------------------------------------
1397 - Updated Swedish translation (Christian Rose).
1398 - Updated Russian translation (Anton Farygin).
1399 - Added Latvian translation (Artis Trops).
1400 - Made a work-around for a refresh glitch when delinking a tab under
1401 gnome (the topic bar was overlapped).
1402 - Fixed the need for signed chars (e.g. on PPC and s390).
1403 - Fixed background garbage being drawn when using hidden tabs.
1404 - Cleaned up alot of the nick completion code. Fixed some behaviour
1405 too (Mukund, dinkles, me).
1406 - Connect Cmd is executed again if you get auto-reconnected.
1407 - Added safe-gaurd to stop duplicate nicks in userlist.
1408 - Added an option to automatically remove finished/failed dccs
1409 from the list. Use /set dcc_remove ON to enable it.
1410 - Added an option to truncate long channel tabs. Use:
1411 /set truncchans xx, where xx is the max chars (Jyrki Muukkonen).
1412 - Made the default popup menu, dialog buttons, userlist buttons,
1413 usermenu and urlhandlers translatable (via gettext).
1414 - MMX tinting is now built on any x86 machine (it's checked at
1416 - Added "Automatic Unmark Away" option in setup->away (Mads Martin).
1417 - Immediately abort file transfers when out of space.
1418 - Fixed a serious CTCP reply vulnerability.
1421 ----------------------------------------------------------------------
1423 ----------------------------------------------------------------------
1425 - Updated Danish translation (Morten Brix Pedersen).
1426 - Updated Spanish translation (Antonio de la Torre).
1427 - Updated French translation (Olivier Berger).
1428 - The server "Connect cmd" is now executed before auto-join-channels,
1429 so you can use it to authenticate to nickserv etc.
1430 - Fixed autoresume again, for the last time... no, really.
1431 - Fixed sending parts for all channels instead of one quit when you
1432 exit the whole program (helps bncs).
1433 - Autocomplete in the middle of a sentence won't jump to the end of
1434 the textbox (Darell Tan).
1435 - Fixed the buggy 1.8.5 outbound queue. It now sends privmsg/notice
1436 with a lower priority, but never out-of-order.
1439 ----------------------------------------------------------------------
1441 ----------------------------------------------------------------------
1443 - Updated Slovak translation (Stano Visnovsky).
1444 - Updated Swedish translation (Christian Rose).
1445 - Updated Spanish translation (Antonio de la Torre).
1446 - Updated Hebrew translation (Dan Fruehauf).
1447 - Some fixes to the MODE parser.
1448 - Added ability to customize dialog tab buttons (Oskar Liljeblad).
1449 - Added an extra field in the EditServer window to enter a command
1450 to execute after logging in.
1451 - /load -e <file> can now load a file of commands to execute.
1452 - Added ability to change the log timestamp format (Jyrki Muukkonen).
1453 - Fixed default keybinding for Shift-PageUp (Mukund).
1454 - Changed the outbound throttle behaviour. Now only privmsgs and
1455 notices go to the back of the queue, everything else goes to the
1457 - Made it possible to compile with older than 5.6 perl again.
1458 - The main window's size and position is now saved on exit. Use
1459 /set mainwindow_save OFF to revert to the old behaviour.
1460 - Avoid auto-resuming the same file from two different people
1461 (without breaking autoresume this time).
1462 - Removed /sslserver and added a -ssl arg to /server, /reconnect,
1463 /servchan and /newserver.
1464 - Added support for /server irc://host:port/channel.
1465 - Added some mmx asm code written by Willem Monsuwe for tinting
1466 transparency. Use --disable-mmx to revert to gdk-pixbuf method.
1467 - Fixed resetting your away status after an auto-reconnect.
1470 ----------------------------------------------------------------------
1472 ----------------------------------------------------------------------
1474 - Updated Spanish translation (Antonio de la Torre and Manuel
1476 - Updated Russian translation (Valek Filippov).
1477 - Fixed lockup when a file being offered is shortened before being
1479 - Fixed ** ERROR **: file python.c: line 743 (pysH_Eget_users):
1480 assertion failed: (cur->hostname).
1481 - /kickban now deops and bans in one line (-o+b) (Felix Nawothnig).
1482 - Auto-nickcompletion now uses the nicksuffix setting (Mukund).
1483 - win32: change log-filenames with a | character to _.
1484 - When binding to a set hostname/ip, it would try to bind to port
1486 - Fixed crash when closing a dcc chat in a perl-dcc-chat-callback.
1487 - Added option "Beep on Channel Messages" and a Beep button to the
1488 toolbox ("<" button in the botton right) (Jason Wies).
1489 - Avoid auto-resuming the same file from two different people.
1490 - /close -m now closes all dialog/query windows.
1493 ----------------------------------------------------------------------
1495 ----------------------------------------------------------------------
1497 - xtext: marked text goes to clipboard aswell as primary selection.
1498 - xtext: some speedup optimizations.
1499 - xtext: fixed a problem when rendering a fixed-width font with
1501 - Fixed hints for "You're kicked" text event, which showed the $ vars
1503 - When a user is seen to quit or join a channel you're in, your
1504 notify list will be modified instantly. No notify textevent is
1505 shown if it happened in the front-most tab (Alexander Hvostov).
1506 - Fixed binding server connects to different interface/address
1507 (ipv4 only) (Claus Riemann).
1508 - Avoid negative ping timeout when system clock changes.
1509 - Updated Italian translation (Stefano Fava).
1510 - Updated Spanish translation (Antonio de la Torre).
1511 - Added text event "Channel Notice" so you can differentiate between
1512 private and channel notices (Fuentes Xavier).
1513 - Added ability to dcc send filenames with spaces. See "Fill Spaces"
1514 setting in Setup->File Transfer (Fuentes Xavier).
1515 - Included some makefiles for ms visual c.
1518 ----------------------------------------------------------------------
1520 ----------------------------------------------------------------------
1522 - Fixed kick messages showing only the first word of the reason.
1523 - Fixed GTK warnings thrown up when closing a dialog window.
1524 - Fixed a bug in sending quit reasons.
1525 - Fixed a problem with handling op/voice modes that caused halfops to
1526 appear in the userlist when using bahamut.
1527 - Kanji conversion is now turned ON when locale is ja (Akira TAGOH).
1528 - Saved some memory when loading .conf files (about 40k).
1529 - When changing fonts, it now changes in the inputbox without having
1531 - Added safeguard to stop recursive user commands.
1532 - Added two /set variables dialog_width and dialog_height. Use these
1533 to set the default size of dialog windows.
1534 - Win32: fixed crash of 'Auto Accept DCC Send' menu item.
1537 ----------------------------------------------------------------------
1539 ----------------------------------------------------------------------
1541 - Fixed crash in having server tabs ON and channel tabs OFF.
1542 - Fixed crash when closing the channel list window AFTER all its
1543 server windows were closed.
1544 - Fixed potential crash of the font dialog in settings.
1545 - Made /exec read data line-by-line (Richard Fuchs).
1546 - Disabled the menubar while in shelltabs (it was dangerous to use it
1548 - Fixed the banlist window's Unban, which selected the wrong rows
1550 - The Perl interpreter is now started only when loading the first
1551 script, to save memory when not using scripts.
1552 - Fixed lag/throttle meters not updating when set to text-only.
1553 - Fixed two small memory leaks.
1554 - Directories in your logmask are now created, so you can use masks
1555 like "%c/%y.log" in Setup->Logging (Tobias v. Koch).
1556 - xtext: FontSet rendering speedups.
1557 - Win32: made word and line selection work in xtext.
1558 - Win32: added url handler that sends to windows' shell.
1559 - Win32: rendering 8bit characters should now work.
1562 ----------------------------------------------------------------------
1564 ----------------------------------------------------------------------
1566 - Fixed a memory leak in popup menus.
1567 - Fixed crash in receiving private actions.
1568 - Added /set variable 'perccolor'. Options effect input box are now:
1569 perccolor: parse %C,%B,%U etc (default ON).
1570 percascii: parse %XXX (where XXX is an ascii value) (default OFF).
1571 Note: if perccolor is OFF, percascii will not work.
1572 - Win32: Fixed incorrect calculation of ping time.
1573 - Win32: Server lookup and connect is now threaded.
1574 - Win32: Server connection error now reported correctly.
1575 - Win32: A simple identd server is now builtin.
1576 - Win32: Copying text from xtext to clipboard now works.
1577 - Updated Swedish translation (Christian Rose).
1578 - Updated Spanish translation (Antonio de la Torre).
1581 ----------------------------------------------------------------------
1583 ----------------------------------------------------------------------
1585 - xtext: Fixed parsing of "%C2, " to match mIRC, i.e. bg color is not
1586 reset, fg changes to 2 and the comma is printed (Fuentes Xavier).
1587 - xtext: a fix for multibyte text wrapping (Tetsuo YAMAMOTO).
1588 - Made notify NOT announce everyone offline when you first login.
1589 - Multiple WATCHes are sent on one line for notifies, to reduce lag.
1590 - Added an internal /unban command which takes multiple masks. You
1591 might want to remove the old usercommand (Tobias v. Koch).
1592 - Banlist window now sends multiple modes per line.
1593 - Fixed a memory leak in perl (Martin Persson).
1594 - Removed the tooltip for userlistinfo, it seemed to cause corruption
1595 on some gtk+ themes.
1596 - Made xchat not interpret %C,%B etc when percascii is OFF, .e.g:
1598 - Fixed ops/voice counts when networks allow you to voice/op people
1599 that are already voiced/oped (like EFnet).
1600 - Fixed building with --disable-glib.
1601 - IPv6 reverted to off by default, use --enable-ipv6 to enable.
1602 - Win32 fixes: dcc send/recv now works and fixed a bug in loading
1603 some .conf files by using the O_BINARY flag.
1604 - Changed the xchat icon - old one was a bit too dark.
1605 - Updated Greek translation (Fanis Dokianakis).
1608 ----------------------------------------------------------------------
1610 ----------------------------------------------------------------------
1612 - Re-added support for '+' channels when there's no 005 numeric.
1613 - Made the new $3 null terminated (works better that way).
1614 - Fixed Doubleclick-user when disabling userlist icons.
1616 - Win32 port (some code from Alex Badea's 1.5.11win32 port used).
1617 - More code cleanups, removed all extern prototypes from fe-gtk/.
1618 - Titlebar text now shows unknown channel modes too.
1619 - Made persist chans work with /reconnect aswell.
1620 - Avoid pastes of common unix directories being treated as irc
1621 commands (Chema Celorio).
1622 - Removed the Delete word forward/backward functions from
1623 KeyBindings. GTK handles these already, why were they ever there?
1624 - Made %h work for dialog windows' popup menu too.
1625 - Fixed treeview not setting channels red and blue.
1626 - The info above the userlist now gets a tooltip which gives you
1628 - The nickgad (to the left of your nickname) now gets a text prefix
1629 char if userlist icons are disabled.
1630 - Timestamp format is now configurable in Setup->IRC Input/Output.
1633 ----------------------------------------------------------------------
1635 ----------------------------------------------------------------------
1637 - xtext: tweaks to make url highlights less flickery.
1638 - Added some support for ircd numeric 005. MODES>=6, CHANTYPES,
1639 CHANMODES, WATCH and PREFIX are supported. This means dynamic
1640 support of different channel and user modes. The userlist icons
1641 only support *@%+ though (admin, op, half op, voice), will have to
1642 find a way to make these dynamic in the future. Also, made a new
1643 file modes.c and rewrote mode handling in general to support this,
1644 so what did I break?
1645 - Added option 'Userlist icons' (default ON). Lets you turn off
1646 userlist icons for ops, voice etc and get the plain text @+ (in
1647 Setup->Interface). Might be useful for ircd's that have weird
1648 and wacky access levels.
1649 - Added support for WATCH command for use in notify list. Numeric 005
1650 must list WATCH for this to work.
1651 - Added an extra arg $3 for channel message printevents. This is the
1652 prefix char of the person talking, e.g. '@' for Ops.
1653 - Resolve irc-server name only if using a non-socks4 proxy. This
1654 allows you to connect even with a non-working dns. Also made the
1655 socks5 code more "correct" (Richard Fuchs).
1656 - Some code cleanups, got rid of most of the extern functions in c
1657 files and moved them to h files.
1658 - Perl has a valid context at startup again (broken in 1.7.4).
1659 - Fixed leak of awaymessages for "Show away once" feature.
1662 ----------------------------------------------------------------------
1664 ----------------------------------------------------------------------
1666 - Fixed some buggy catalogs for gettext 0.10.37 (OpenBSD users).
1667 Compiling with 0.10.35 will now break, there's always
1668 ./configure disable-nls.
1669 - Fixed python autoloading due to new serverlistcode (Richard Fuchs).
1670 - Made perl/python/plugins autoload when first irc window is open
1671 (rather than when serverlist opens), incase they need to print.
1672 - Changed serverlist opening behaviour. It now obays the
1673 'No ServerList on startup' setting regardless of auto-connects.
1674 - Fixed buggy Quit menu item (1.7.4 bug).
1675 - DCC cleanups, including some endian fixes.
1676 - DCC windows don't go to front when new xfers appear (1.7.3 bug).
1677 - Rewrites to a few vital xtext functions. This seems to have speed
1678 up rendering with a FontSet and fix the -/+1 line bug.
1679 - Fixed Shelltab not opening sometimes (actually a 1.7.4 ipv6 bug).
1680 - Added ability to change font for Shelltabs only:
1681 /set font_shell <fontname>
1684 ----------------------------------------------------------------------
1686 ----------------------------------------------------------------------
1688 - On startup, serverlist now opens without any other windows, looks
1689 neater, less confusing for newbies. If you disable serverlist at
1690 startup, a normal irc will open instead.
1691 - Made a few things more userfriendly, "DCC Send" -> "File Send". No
1692 need to refer to the protocol in the GUI!
1693 - Fixed a xtext bug rendering a background color of 1 incorrectly.
1694 - Unprintable characters used to cause problems to xtext (who would
1695 have thought gdk_char_width returns a different value to
1696 gdk_text_width?) - fixed.
1697 - xtext renders only once when switching tabs (used to render twice
1698 because gtk gives us 2 expose signals, why?).
1699 - When you change your nick it changes in the titlebar now too.
1700 Server name is now reported in dialog windows' titlebar.
1701 - Having Strip mIRC Color ON will now strip it from dcc chats too.
1702 - Added (really this time) perl functions add_user_list,
1703 sub_user_list, clear_user_list for manipulating the userlist of a
1704 channel (Lloyd Williams).
1705 - Various code cleanups, including a rewrite of the IPv6 code.
1706 Removed /6server and 'Use IPv6' check-box in the serverlist. It
1707 automatically handles IPv6/IPv4 addresses now.
1708 - Added a check-box in the serverlist edit window for "Use Proxy".
1711 ----------------------------------------------------------------------
1713 ----------------------------------------------------------------------
1715 - Added server hostname as $3 for quit print event (Bjorn Olievier).
1716 - Some fixes to the gnomepanel code. Panel no longer asks to restart
1717 applet on quit, removing the applet doesn't exit xchat (George).
1718 - Fixed fd leaks in /exec and python (Richard Fuchs).
1719 - user@host gets logged in query windows (Richard Fuchs).
1720 - Fixed the 'Marked Away' & 'Save Settings on exit' check menu items
1721 (when using --disable-gnome).
1722 - Workaround for ipv6 build failing on some glibcs (Tobias von Koch).
1723 - DCC won't try to resume if local file is bigger than remote offer.
1724 - Fixed xtext drawing/wordwrap and textmarking bugs.
1725 - Horizontal scrollbar appears in channellist window when needed.
1726 - Fixed color paste. Does this affect multibyte pasting? Please
1727 report (Darell Tan).
1728 - Fixed titlebar text for notices/snotices tabs.
1729 - The topic box gets a tooltip of the current topic.
1732 ----------------------------------------------------------------------
1734 ----------------------------------------------------------------------
1736 - Fixed some Python mem leaks and signal/event handlers can now
1737 return non-null integer to tell xchat to stop processing the event
1738 (like perl handling functions) (Richard Fuchs).
1739 - Got rid of the Linger timeout. This was a lame solution to stop the
1740 loss of QUIT messages when closing the socket too early. Now xchat
1741 just delays closing sockets by 5 seconds (even on quiting the app).
1742 No more 1 second delay when you close a tab or the whole app!
1743 - Fixed some memory leaks in the banlist window.
1744 - Added 'B' channel-mode button to access the banlist.
1745 - Added Turkish translation (Ozgur Dogan GUNES).
1746 - Updated Spanish translation (Antonio de la Torre).
1747 - Fixed the throttle setting (which was reversed! who did that?).
1748 - Added IRC::notify_list. (Matthew Gabeler-Lee).
1749 - Don't crash when bind fails for dcc send.
1750 - Don't send garbage to server when ban_type is invalid.
1751 - Rewrote a whole heap of bad code in maingui.c. When opening a new
1752 tab/window it always uses the same functions instead of having the
1753 code repeated a few times. This is pretty big so expect some things
1754 to break. This also means dcc/chanlist etc tabs get the < > buttons
1756 - /KICKBAN now deops users first (Tobias von Koch).
1759 ----------------------------------------------------------------------
1761 ----------------------------------------------------------------------
1763 - Turning off server tabs should work again (1.7.0 bug).
1765 - Added a few TextEvents that used to be hardcoded.
1766 - Updated jcode (Takuo Kitame).
1767 - Fixed possible crash in palette window (1.7.0 bug).
1768 - Rewrote the EscapeCode->mIRC color conversion for /exec.
1769 - Added option to explicitly set your dcc IP (Jim Seymour).
1770 - Added Opera and w3m to default URL Handlers.
1771 - New serverlist/window icon - just for a change.
1772 - Updated Korean translation (Kim SeungBaeck).
1773 - Added hook_timeout to the XChat.XChat() python class so you can
1774 XChat.XChat().hook_timeout(delay, handler). It is a one time
1775 function like the perl version (Donald Kjer).
1776 - /RECONNECT can now takes args like /SERVER, the difference
1777 being that it'll rejoin all your channels (Angel).
1780 ----------------------------------------------------------------------
1782 ----------------------------------------------------------------------
1784 - Updated German translation (Benedikt Roth).
1785 - Updated Spanish translation (Antonio de la Torre).
1786 - Updated Japanese translation (Takuo Kitame).
1787 - Added Norwegian translation (Kjartan Maraas).
1788 - Fix for bug in 1.4.x serverlist.conf loading.
1789 - Away status and reason is re-send to the server if you get
1790 disconnected (Daniel Rall).
1791 - Added option to have one tab for notices, configurable under
1792 Inferface/Window layout (Alex Badea).
1793 - Added another meter component that measures the server send queue
1794 from the throttle system (pref: throttlemeter), added UI support
1795 for showing the lag and throttle as either progress bars, info
1796 boxes, both, or none (Alex Badea).
1797 - Added a command to flush the send queue (/FLUSHQ) and one for
1798 forcing a new lag check (/LAGCHECK) (Alex Badea).
1799 - Added option 'persist_chans', when ON once a session is created
1800 for a channel, no other channel will be assigned to that session,
1801 regardless of any parts or kicks (Alex Badea).
1802 - Compile errors while loading a perl script are printed on the main
1803 window. Warnings issued by perl scripts are also printed on the
1804 main window. This allows script writers to use the perl command
1805 'warn' to point out strange things. Perl errors no longer make
1806 xchat crash. The error message is written on the main window and
1807 the command execution is stopped (Frodo Baggins).
1808 - Added IPv6 support for making server connections. See
1809 ./configure --enable-ipv6 and /6SERVER command (\\bonxo\\@IRCnet).
1810 - Added Banlist window (Salvatore Insalaco).
1811 - You can now specify which dir ssl is in, e.g.: ./configure
1812 --enable-openssl=/usr/local/ssl (Richard Fuchs).
1813 - Added InterScan proxy traversal support (is this the correct name
1814 for this proxy? Looks like a httpd proxy to me) (Alex Riesen).
1815 - Added Japanese code conversion support, see ./configure
1816 --enable-japanese-conv (Takuo Kitame).
1817 - xtext: smooth (pixel-based) scrolling.
1820 ----------------------------------------------------------------------
1822 ----------------------------------------------------------------------
1824 - Fix for using a DCC port range (Lawrence Gold).
1825 - Fix for building on UnixWare 7 (Ronald Joe Record).
1826 - Added Chinese translations - zh_TW.Big5 and zh_CN (Kevin Peng and
1827 Anthony Fok Tung-Ling).
1828 - Added Finnish translation (Jarkko Ranta).
1829 - Revamped the default URLHandlers to add Galeon and Mozilla.
1830 - Clicking Accept on a DCC chat that you offered would loop - fixed.
1831 - Fixed percentage display for DCC receive (Matthew Gabeler-Lee).
1832 - Fixed bug in indent and timestamps (Dmitriy Zavin).
1833 - Fixed crash bug in xchat-text and DCC send being aborted remotely.
1834 - Made /lastlog more efficient for very large scrollback buffers.
1835 - Beep on private actions too (Richard Fuchs).
1836 - /MSG'ing a channel or nick will show up in the destination tab
1837 instead (Richard Fuchs).
1840 ----------------------------------------------------------------------
1842 ----------------------------------------------------------------------
1844 - Updated Swedish translation (Christian Rose).
1845 - Updated Spanish translation (Antonio de la Torre).
1846 - Right-click toggle menu items used to crash under gnome (bug in
1847 gnome-libs?) - work around.
1848 - xtext: Efficiency improvements: text mark, word and line select.
1849 - xtext: fixes for multibyte characters (UNO Takeshi).
1850 - Fixed bug in resizing a tinted-transparent window (deb bug #79674).
1851 - Some OS2 compilation fixes (pla).
1852 - Fixed PONG parsing (Stefano Barbato).
1853 - Fixed a leak of file descriptors.
1855 - Fixed /BAN to replace ~ with * in username (Stefan Scholl).
1856 - Fixed /ME through DCC CHAT while not connected to server (#81031).
1857 - Work-around for UnrealIRCd's duplicate /NAMES bug.
1858 - Fixed DCC receiving filenames with spaces.
1861 ----------------------------------------------------------------------
1863 ----------------------------------------------------------------------
1865 - xtext: Fixed the mark-clear bug (gnome bug #34584).
1866 - Updated German translation (Tamer Fahmy).
1867 - Commas are replaced with %2c in URLs, as to not confuse poor old
1868 Netscape (deb bug #70905).
1869 - Bluestring to 300 chars (deb bug #79138).
1870 - Added option /SET percascii, which can disable/enable translation
1871 of %XXX into an ascii value while typing (deb bug #76122).
1872 - New hotkey hook: key_action_put_history. Only inserts line into
1873 history, but doesn't send it to the server (DaP).
1874 - Lots of SSL updates:
1875 * Make accept_invalid_cert optional on /sslserver (DaP).
1876 * Print verbose information of SSL session on connect (DaP).
1877 * Clean up code at X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT checking
1881 ----------------------------------------------------------------------
1883 ----------------------------------------------------------------------
1885 - xtext: Fixed lockup with certain sized fonts.
1886 - xtext: Made some changes to improve efficiency when using really
1887 large scrollback buffers (only noticable when doublebuffer off).
1888 - Fixed a bug in /help crashing on longer than 10 char UserCommands.
1889 - Fixed autoreconnect while using a proxy server.
1890 - Never-give-up ReConnect does just that (even more so than before :)
1891 - Fixed the channelmode buttons mouse-over problem.
1892 - Fixed percentage display for large files in dcc recv/send gui.
1893 - StartTime in dcc chat gui no longer Jan 1 1970.
1894 - Fixed DCC send behind IP-Nat (Bernhard Valenti)
1895 <bernhard.valenti@gmx.net>.
1896 - Added Lithuanian translation (Gediminas Paulauskas).
1897 - The < > buttons arn't shown for non-tab windows (Aaron Lehmann).
1898 - Fixed the (-1,-1) transparency problem for non-tab windows.
1901 ----------------------------------------------------------------------
1903 ----------------------------------------------------------------------
1905 - xtext: More efficient handling of expose events, text marking and
1906 url highlighting when double buffer is OFF.
1907 - xtext: Fixed a very rare bug that could cause BadGC errors or the
1908 separator bar not to be drawn.
1909 - Fixed crash in right-clicking URLs in the URL Grabber window.
1910 - If Check-For-Replace is in the keybindings for Return, it'll
1911 actually work again.
1912 - USER login command now sends your nodename instead of 'localhost'
1913 to please some IRCNet servers.
1914 - Updated Swedish translation (Christian Rose).
1917 ----------------------------------------------------------------------
1919 ----------------------------------------------------------------------
1921 - Updated Slovak translation (Stano Visnovsky).
1922 - Updated Swedish translation (Christian Rose).
1923 - Updated Greek translation (Fanis Dokianakis).
1924 - Updated Spanish translation (Antonio de la Torre).
1925 - If Never-Give-Up Reconnect is ON, it won't give up on DNS failer.
1926 - '/me is back' is sent again when Announce Away Messages is ON.
1927 - If channelmode buttons were OFF and you joined a channel with a
1928 userlimit xchat would crash - fixed.
1929 - /sslserver's password arg. is now optional (Daniel Richards).
1930 - SSL accepts self signed certs (Daniel Richards).
1931 - Fixed the unnecessary window resizes when opening a new tab.
1932 - Changed the tinting code a bit (thanks gnapster :).
1933 - Transparent shell tabs update too when they are moved.
1936 ----------------------------------------------------------------------
1938 ----------------------------------------------------------------------
1940 - Added "Enable double buffer" toggle in Setup->Channel windows.
1941 - Double buffer is now OFF by default (seems to use less CPU).
1942 - Timestamps didn't turn ON while indent was OFF - fixed.
1943 - Updated Swedish translation (Christian Rose).
1944 - Added some extra text events: Channel Msg hilight, Channel
1945 Action hilight (near top of the list). No more cardcoded color
1946 codes! Also hilighting in actions works, and you can make the whole
1947 message hilighted if you change the event text.
1948 - Initial window size is actually set to your settings (this will
1949 never be perfect I guess, sometimes to the window still resizes
1950 itself without warning).
1951 - Hidemenubar setting didn't work properly for non-tabs and when
1952 delinking windows - fixed.
1953 - Notices appear in front tab even when server tabs are enabled.
1954 - Changed Away behaviour again. No more /back, /away with no args
1955 brings you back. The menu-item's state is what the server tells
1956 it, it even changes when you switch tabs to another server. Xchat
1957 assumes you are not away when you first connect. irc::get_info(5)
1958 returns the away state. One day the other UserModes menu items will
1959 show correct states. Is everyone happy now?
1960 - Translation tables didn't work for outgoing text - fixed.
1961 - Cleaned up a few xchat.conf names, a few settings may not load up
1962 from 1.5.9 - just set them again.
1965 ----------------------------------------------------------------------
1967 ----------------------------------------------------------------------
1969 - Updated Spanish translation (Antonio de la Torre).
1970 - Added Hebrew translation (Dan Fruehauf).
1971 - Fixed crash bug when partreason was not set.
1972 - Dialog tabs obay the hidetopicbar setting now too (the one in the
1974 - Cleaned up the settings gui: the whole window is more compact now,
1975 some toggles in two columns, numbers use a spin-button, entry boxes
1976 are larger and option-menus are more consistant.
1977 - The "o=xx v=xx t=xx" display is finally changed.
1978 - Changed most of xtext.c to use gdk instead of Xlib.
1979 - Added configure option:
1980 --disable-xlib disable use of xlib (for non X11 systems)
1981 This might help compile xchat on other GTK supported systems like
1982 BeOS and Win32 (havn't tried it though).
1984 - You can now set a nickname per server (see serverlist edit window).
1985 - Changed the behaviour of /away and added /back (James Crawford).
1986 - Away reason can now be a text file of random reasons too.
1989 ----------------------------------------------------------------------
1991 ----------------------------------------------------------------------
1993 - Updated Spanish translation (Antonio de la Torre).
1994 - Updated Swedish translation (Christian Rose).
1995 - Updated Greek translation (Dokianakis Fanis).
1996 - Updated German translation (Tamer Fahmy).
1997 - Added Catalan translation (Pablo Saratxaga).
1998 - Added option "Always timestamp logs" which timestamps log files
1999 even if on-screen timestamps are off (Mike Guidero).
2000 - Added entry "Part Reason: ". Also part and quit reasons can be
2001 a filename of random reasons (filename relative to ~/.xchat/).
2002 - Took out /unban as a internal command, add it as a usercommand
2003 /quote MODE %c -b &2 instead.
2004 - Added a text event for banlist. Try /banlist and it'll be a bit
2006 - Changed output throttle system (undernet style) (Alex Badea).
2007 - Added 1 second linger socket option to stop QUIT msgs from being
2008 lost (they still get lost sometimes, why?).
2011 ----------------------------------------------------------------------
2013 ----------------------------------------------------------------------
2015 - Fixed transparency-leak problems in 1.5.6
2016 - New code to create shaded transparency, taken from latest zvt.
2018 - URL handlers are now executed without a shell.
2019 (http://www.securityfocus.com/vdb/bottom.html?vid=1601)
2020 - Fixed a bug in xchat.conf and serverlist.conf loading.
2021 - When spliting msgs (longer than the IRC 512 limit), it used to
2022 loose some chars - fixed.
2023 - Added feature to choose DCC port range (Lars Sundqvist).
2024 - Fixed perl-stack overflow probs in irc::userlist() and others.
2025 Added perl functions user_list_short() and perl_script_list()
2027 - MHz is now detected on FreeBSD 4.x/5.x (Jonathan Perkin).
2028 - It's now possible to "/dcc close chat nick" within a DCC perl
2029 input handler without crashing xchat. (Geoffrey Higginson).
2030 - Fixed a problem with the usermenu not updating sometimes.
2033 ----------------------------------------------------------------------
2035 ----------------------------------------------------------------------
2037 - Added option pingtimeout, which pings the server instead.
2038 /set pingtimeout 90 is default (small values will malfunction).
2039 You also need the lagometer enabled for this to work.
2040 - No longer using fnmatch() for ignore etc (because the way it
2041 handles [ and ]). Using function from ircu2.10.08.
2042 - Some fixes to code & configure.in to make it compile using
2043 Solaris C (Albert Chin).
2044 - New Spanish translation (Antonio de la Torre).
2045 - New Russian translation (Alex Samorukov).
2046 - New Hungarian translation (Horvath Szabolcs).
2047 - Added Portuguese translation (Vitor Antunes).
2048 - Added Slovak translation (Martin Pekar).
2049 - Added /allserv <cmd> and /allchan <cmd>. They send a command to
2050 all currently connected servers and joined channels. Also added
2051 usercommands /ame and /amsg which make use of this.
2052 - Added sock5 traversal, see Setup->Proxy Server (Alex Badea).
2053 (The numbers for proxy_type are now 0=disabled, 1=wingate,
2054 2=socks4, 3=socks5).
2055 - A few more buffer overflow checks (nick & channel length).
2056 - Mapped mIRC color 99 to "no background" (mIRC lame!).
2057 - Some efficiency tweaks to xtext.
2058 - Added SSL support (see --enable-openssl and /help server) (DaP).
2059 This seems to be highly experimental, as I don't know of any IRC
2060 servers that can do SSL yet.
2061 - Changed history behaviour, more like GNU (DaP).
2062 i.e. Doesn't wrap and the bottom line is blank.
2063 - Added option "InputBox Always In Focus" (DaP).
2064 - Added option "Show Nickgad" (DaP).
2065 - Added option "Show invites in the active Window" (DaP).
2066 - Added option "Send /Whois" in notifies section, which sends a
2067 /whois when someone comes online (DaP).
2068 - Added an event for numeric 341, you inivited someone (DaP).
2069 - Title bar text changed/improved a bit (DaP).
2070 - Added actions for EditKeyBindings: MoveFrontTabLeft and
2071 MoveFrontTabRight, like the <> buttons, but for keyboard (DaP).
2072 - Implemented timeout events in the text frontend (Alex Badea and
2074 - Dcc Recv/Send tabs won't resize the window when open.
2075 - Added configure option --disable-glib.
2076 - Transparent windows update when background changes (Aaron Lehmann).
2077 - serverlist.conf is slightly changed! You WILL be able to load your
2078 old 1.5.5 or 1.4.x server list, but older versions WON'T load lists
2079 from 1.5.6, so backup your serverlist.conf if you need to.
2082 ----------------------------------------------------------------------
2084 ----------------------------------------------------------------------
2086 - Fix for show/hide menu under gnome.
2087 - Added -a and --noauto arg (don't auto connect to any servers).
2088 - Added internal /list command, which sends the correct args according
2089 to ircd type (it detects undernet and dalnet to send >0,<10000).
2090 Remove any old /list usercommands you might have.
2091 - /op /deop ... etc send up to six modes per line if using undernet.
2092 - As discussed in the mailinglist, changed DCC resume to send and
2093 expect to receive ACKs as an absolute, rather than an offset from
2094 the resume point. It *should* work with mIRC now, but break with
2095 old versions of xchat and probably BitchX.
2096 - Added option "Limited Tab Highlighting" (Francis Litterio).
2099 ----------------------------------------------------------------------
2101 ----------------------------------------------------------------------
2103 - Lack of gdk_pixbuf is detected correctly now (configure script).
2104 - textmarking is no longer a timeout event, is this better or worse?
2105 - Added Turkish translation (Fatih Demir).
2106 - Added Russian translation (Valek Filippov).
2107 - Added Ukrainian translation (Yuri Syrota).
2108 - Added configure option --disable-zvt. Also, zvt shell tab can be
2109 compiled in even without gnome (and is by default, if gnome-config
2110 can be found to provide the LDFLAGS).
2111 - Added "Delete Word Forward" function in Edit Key Bindings. Bind
2112 this to Alt-d for that emacs feel (Francis Litterio).
2113 - Ping times show one extra decimal place.
2114 - You can now hide the menubar too, click left mouse in the text area
2115 to get a popup version of the menu (middle mouse in dialogs).
2116 - Added the proxy settings to the GUI, Setup->IRC->Proxy Server.
2117 - Added a keyword TOGGLE for usermenu. Delete your old usermenu.conf
2118 to see the new default one.
2119 - Configure script now cleans up the CFLAGS & LDFLAGS (removes
2120 duplicate words), let's hope this doesn't break on some boxses.
2123 ----------------------------------------------------------------------
2125 ----------------------------------------------------------------------
2127 - Fixed a rare overflow bug in auto_insert().
2128 - Pressing OK in the settings window on slow machines (p233?) was
2129 pretty slow, maybe it's faster now.
2130 - Corrected some inputgad behaviour (Aaron Lehmann).
2131 - Fix for 64bit machines (alpha) in xtext (word clicks).
2132 - Updated German translation (Benedikt Roth).
2133 - Updated Danish translation (Birger Langkjer).
2134 - If you disconnect (/discon, /quit...) a server during the reconnect
2135 delay, it is actually removed now.
2136 - Added option "Give the userlist style" (DaP).
2137 - Translation tables support can be turned off (--disable-trans), for
2138 you minimalist freaks.
2139 - Added Hebrew support, compile time: --enable-hebrew, run time:
2140 /set hebrew 0/1 (Dan Aloni).
2141 - Added new setting, "nick completion character" (Francis Litterio).
2142 - Added new setting, "Old-style Nickname Completion", which makes it
2143 act much like 1.4.x (Francis Litterio).
2144 - Added "Delete Word" function to EditKeyBindings (Francis Litterio).
2145 - Now using gdk-pixbuf for decoding pictures and tinted transparency.
2146 (Tints don't seem to work 100% yet). (Andreas Persenius).
2147 - Added halfop support (mode +h). This includes support in the
2148 userlist, /hop, /dehop, /mdehop and new textevents (Elizandro G. Roos).
2151 ----------------------------------------------------------------------
2153 ----------------------------------------------------------------------
2155 - --disable-gnome should work again.
2156 - Fixed a bug in right-click nick menu.
2157 - Should compile with glibc 2.1.3 (no more 'struct user' errors).
2158 - Added Romanian translation (Dan Damian).
2159 - CTCP flood protection won't kick in for ACTIONs.
2160 - Removed the theme code.
2161 - Made pixmaps.c, all code to decode/free/etc pixmaps is in here.
2162 - WM_HINTS icon is set for the app.
2163 - Removed the "-c" flag (it's automatic now).
2166 ----------------------------------------------------------------------
2168 ----------------------------------------------------------------------
2170 - Shell tabs are now delinkable.
2171 - Added a "show/hide topic bar" button (bottom right), I didn't know
2172 where else to put this.
2173 - Hidding the userlist is saved and any new tabs/windows open will
2174 have the userlist hidden.
2175 - You can now turn off/on perl warnings with /set perlwarnings 0/1.
2176 - Tab-key nick completion even more like GNU readline (Gerard Daubar).
2177 - Rewrote the function that handles %variables in userlist buttons,
2178 user commands and ctcp replies (all use the same function now),
2179 please report any bugs (especially if someone can overflow you from
2180 remote ;) - as a consequence, you can use % and & (word/word_eol)
2181 for ctcp replies now. Also added %m for machine info.
2182 - Nickname-popup-menu, URLmenu and Usermenu all use the same code now
2183 (it means you can make submenus in all 3).
2184 - Double eval back in perl.c
2185 - Dialogs/querys also have a toolbox button (just for consistancy).
2186 - Added lagometer (/set lagometer 0 to turn it off), this isn't quiet
2187 finished yet (and doesn't work on IRCNet because it refuses to
2188 reply to pings correctly).
2191 ----------------------------------------------------------------------
2193 ----------------------------------------------------------------------
2195 - Some changes & cleanups to the parser code (inbound/outbound).
2196 - Ran all source through indent, using:
2197 indent -bli0 -bls -ce -ts3 -i3
2198 (please use this in your patches, I used GNU indent 2.2.4).
2199 - If you send a message (channel or query window) longer than 512
2200 bytes (maximum allowed by the ircd) it will be split into two
2201 smaller messages instead of being truncated.
2202 - Some gui touchups and changes.
2203 - You can now enable/disable the output throttle with /set throttle.
2205 - Overhauled the ChannelList window (Joshua Gough).
2206 - Added proxy traversal support for socks and wingate, no gui yet so
2207 use /set proxy_host, proxy_port, proxy_type (1=socks, 2=wingate).
2209 - Opaque-window-move used to be slow on some windowmanagers even
2210 with transparency turned off - fixed.
2211 - Tab-key completion is more like GNU readline (Wes Peters).
2212 - Now possible to use modules in perl scripts (Andreas Scherbaum).
2213 - irc::get_info(4) returns the current xchat dir (Mike Guidero).
2214 - Added irc::get_prefs() (returns a /set variable) (Leo Cacciari).
2215 - /set <wildcard> is now possible.
2216 - Added Show-Userhost-in-Userlist option (Nicolas Dimitrijevic).
2217 - Build tree cleaned up so 'make dist' can work.
2218 - Added flood protection from CTCP and mass-dialogs-opening (Bruj0)
2219 rdiazleven@ubp.edu.ar. (see variables *_limit).
2222 ----------------------------------------------------------------------
2224 ----------------------------------------------------------------------
2226 - Compilation fixes for IRIX (David Kaelbling).
2227 - Compilation fixes for AIX (Rodrigo Barbosa).
2228 - Compilation fixes for OpenBSD.
2229 - Should now compile with certain beta/alpha versions of Perl.
2230 - "Scrollbar snapping to top" bug fixed.
2231 - Corrected some text marking behaviour.
2232 - Made use of fnmatch(), if available (for chanlist, ignore etc).
2233 - Configure script is now generated with a sane version of autoconf.
2234 - Alt-minus and Alt-plus now wrap around (AGL).
2237 ----------------------------------------------------------------------
2239 ----------------------------------------------------------------------
2241 - Fixed a bug that could make new text not appear while marking text.
2242 - xtext: Further improved performance when double buffering is turned
2243 off (marking text & URL hilights are almost flicker free).
2244 - xtext: Double buffer is now freed at each render operation, this
2245 should reduce memory usage if you have many tabs open.
2246 - If you closed a server while it was in the reconnect-delay, xchat
2247 would crash - fixed.
2248 - No more zombies when doing /discon while connection in progress.
2249 - Added "/clear all" command (Paul de Regt).
2250 - Hilights only work on full word matches now (Brendan O'Dea).
2251 - Some Solaris compilation fixes (David Morgan).
2252 - Danish translation updated (Birger Langkjer).
2253 - Italian translation updated (Stefano Fava).
2254 - Greek translation added (Fanis Dokianakis).
2255 - Dutch translation upated (Arjan Scherpenisse).
2256 - Removed some very old translations: fr_CA, no, pl, ru and sv.
2257 (If someone wants to update these, you're welcome to).
2258 - Channel mode "+h nick" (half Op) is now reported correctly (still
2259 not supported in the userlist though).
2260 - Having indent nicks OFF in channel windows and ON in dialog windows
2261 didn't work - fixed.
2262 - Sometimes ignores wouldn't save - fixed.
2265 http://www.xchat.org