~ubuntu-branches/ubuntu/lucid/konversation/lucid-updates

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2009-05-15 11:24:24 UTC
  • mfrom: (1.15.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20090515112424-b74i26lciabf4qnk
Tags: 1.1.75+svn968012-1
* New upstream development snapshot:
  - Last Changed Author: hein
  - Last Changed Rev: 968012
  - Last Changed Date: 2009-05-14 21:03:55 +0300
* Update README.source.
* Use dh --quilt instead of custom patch handling, build depend on
  quilt 0.46-7~.
* Update patches to upstream changes.
* Update konversation.install: remove docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
* Mask the password field in the Quick Connect dialog.
23
23
* Fixed a bug causing passive DCC file transfers to stall at 99%.
24
24
* Fixed "/leave" command in queries.
 
25
* Fixed auto-replace rules containing commas in the pattern not being loaded
 
26
  correctly from the config file.
 
27
* Fixed non-regex mode auto-replace rules containing regex special characters
 
28
  and character sequences not working correctly.
 
29
* Improved performance of non-regex mode auto-replace rules.
 
30
* Added option to open log files with the system text editor instead of the
 
31
  built-in log viewer.
 
32
* Added button to intelligently replace line breaks with spaces to the multi-
 
33
  line paste editor.
 
34
* Made the Oxygen nicklist icon theme the default nicklist icon theme.
 
35
* Removed the bundled 'wheather' script (it relied on a KDE 3 service no lon-
 
36
  ger present in KDE 4; a replacement will need to adopt a new approach).
 
37
* Various reliability and correctness improvements and optimizations to DCC.
 
38
* Increased default DCC buffer size to 16384 to reduce CPU load while sending
 
39
  or receiving files.
 
40
* Added KNotify events for "Highlight triggered", "DCC transfer complete"
 
41
  and "DCC transfer error".
 
42
* Fixed Automatic User Information Look Up not being started upon channel
 
43
  join on some IRC servers (namely those that don't send RPL_CHANNELCREATED
 
44
  after joining a channel, such at those used by IRCnet).
 
45
* Updated the server hostname for the pre-configured Freenode network to the
 
46
  one given on their website these days, 'chat.freenode.net'.
 
47
* Added support for browsing the input line history by using the mouse wheel.
 
48
* Fixed problems the bundled 'tinyurl' script had with certain URLs by conver-
 
49
  ting it to use the TinyURL API rather than screen scraping.
25
50
 
26
51
 
27
52
Changes from 1.0.1 to 1.1: