~ubuntu-branches/ubuntu/maverick/xchat/maverick

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2010-06-21 22:47:10 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100621224710-9t1iyiglri330pss
Tags: 2.8.8-1ubuntu1
* Merge from debian unstable (LP: #597042), remaining changes:
  - debian/patches:
    + series: Refreshed.
    + 01_serverlist.patch: Numerous changes to default serverlist.
    + 02_ubuntu_default_server.patch: select "Ubuntu servers" by default.
    + 37_lpi.patch: Add launchpad integration.
    + 38_autoconf.patch: Autoconf modifications for launchpad integration.
    + 45_brand_ctcp_version.patch: Add Ubuntu brand to CTCP version response.
    + 70_notification_strings_shorten.patch: Shorten notification strings.
  - debian/control:
    + Build-depend on libgtk2.0-dev (>= 2.10.0).
    + Build-depend on liblaunchpad-integration-dev.
    + Remove conflict/replaces on xchat-gnome.
    + Updated Maintainer field to match Ubuntu Developers.
  - debian/rules:
    + Make build independent of the python version.
  - debian/patches/45_ctcp_version_less_information.dpatch: 
    + Renamed to debian/patches/45_brand_ctcp_version.patch
    + Added short description.
* Converted all patches to quilt, as in debian quilt has been
  adopted, all old dpatch patches have been renamed with the 
  *.patch extension.
* Dropped changes:
  - 71_notification_icon_change.patch: can't be applied

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
highlights. The full CVS log is available at www.xchat.org/cvslog/
13
13
 
14
14
------------------------------------------------------------------------------
 
15
 2.8.8 - 30/May/2010
 
16
------------------------------------------------------------------------------
 
17
 
 
18
 - Made balloon time adjustable via /set input_balloon_time (Nicoleau Fabien).
 
19
 - Fixed a crash in the /SET command if a boolean value was loaded from config
 
20
   file that isn't set to 0 or 1.
 
21
 - Added -on and -off parameters to the /SET command. This can be used to set
 
22
   bits, for example gui_tweaks.
 
23
 - Made scrolling backwards for the search window act better (Richard Hitt).
 
24
 - [2045483] Made ESC key close the search window (Richard Rowell).
 
25
 - Improved the reconnect logic. If a network is already open but disconnected,
 
26
   it'll now get re-used if you use the Network List and connect to that same
 
27
   network.
 
28
 - Improved scrollback reloading speed significantly (Soeren Sandmann Pedersen).
 
29
 - [2957047] Handle CTCPs when IDmsg is used correctly (Lian Wan Situ).
 
30
 - [2987626] Allow /GHOST's password arg to be optional (Ori Avtalion).
 
31
 - Added networks: 7-indonesia, ChattingAway, GeekShed, TURLINet.
 
32
 - When switching tabs, make the treeview only scroll if the selected item
 
33
   isn't visible [treeview-less-jumping.diff] (Brian Evans).
 
34
 - Selecting an item in the nickmenu will now copy it to clipboard (Alex
 
35
   Kutepow).
 
36
 - New icons for notification area (systray): file offer, message and highlight
 
37
   (Brian Evans).
 
38
 - Defined a comparison routine for contexts in Python (Brian Evans).
 
39
 - For the auto-join command, added an 'x' filler for empty keys. This works
 
40
   around a bug in ircd-seven.
 
41
 - When a single channel MODE changes, xchat will no longer re-issue a MODE
 
42
   request for the titlebar display, but figure the new modes intelligently
 
43
   (Brian Evans).
 
44
 - Various text event changes (Brian Evans):
 
45
   1. Added "Private Action", "Private Action to Dialog", "SSL Message".
 
46
   2. Added "Identified text" parameter all the 'action' events.
 
47
   3. Added a $3 parameter to "Server Text".
 
48
 - Perl (Lian Wan Situ)
 
49
  * Fixed a bug that resulted in timer hooks being leaked because
 
50
    "return REMOVE" from a timer callback was not unhooking like it was
 
51
    supposed to
 
52
  * Reverted the unintentional change to how the server argument of print()
 
53
    and command() is interepreted when it is undef
 
54
  * Add hook_fd to the 'hooks' export tag
 
55
  * Fixed a leak in XS_Xchat_get_list(Vincent Pit)
 
56
  * Change Xchat::register so that scripts calling it without a name or
 
57
    version will still show up in the plugins and scripts window.
 
58
  * Added calls to PERL_SYS_INIT3 and PERL_SYS_TERM which are required on
 
59
    some platforms
 
60
  * Added some additional guards to prevents bits of scripts from spilling
 
61
    into each other
 
62
  * Added "modes", "win_ptr" and "xchatdirfs" to the list of keys that are
 
63
    returned by context_info()
 
64
  * Changed the information displayed in the "Plugins & Scripts" for scripts
 
65
    that do not call register() to show up as "" for the name and description
 
66
    and "unknown" for the version
 
67
  * /reloadall will now reload scripts in the same order they were loaded
 
68
  * Make xchat_send_modes available as Xchat::send_modes
 
69
  * Add support for getting the network list using Xchat::get_list( "networks" )
 
70
  * Xchat::strip_code will now strip off ANSI escape codes as well
 
71
 
 
72
 
 
73
------------------------------------------------------------------------------
15
74
 2.8.6 - 11/Jun/2008
16
75
------------------------------------------------------------------------------
17
76