pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/doc



Module Name:    pkgsrc
Committed By:   tonio
Date:           Sat Jan 20 17:23:33 UTC 2018

Modified Files:
        pkgsrc/doc: CHANGES-2018

Log Message:
Update chat/weechat to 2.0.1

Version 2.0.1 (2017-12-20):
- python: fix arguments status/gnutls_rc/sock in hook_connect() callback
- python: fix argument fd in hook_fd() callback

Version 2.0 (2017-12-03):
- new plugin "fset" (fast set of WeeChat and plugins options)
- add option buflist.look.add_newline
- add two new bar items "buflist2" and "buflist3" using the same format configuration options
- add flag "input_get_empty" in buffer
- add signals "buffer_filters_enabled" and "buffer_filters_disabled"
- support loading of plugins from path in environment variable "WEECHAT_EXTRA_LIBDIR"
- add infolist "alias_default" (list of default aliases)
- make value optional in command /buffer set
- support of floating point and hexadecimal numbers in comparison of evaluated values
- add option weechat.look.save_config_with_fsync
- add support of prefix "quiet:" in function key_unbind() to quietly remove keys
- add argument "recurse_subdirs" in function exec_on_files()
- add local variable "filter" in the script buffer
- remove recursive evaluation of extra variables in buflist
- change type of arguments status/gnutls_rc/sock in hook_connect() callback from string to integer (in scripting API)
- change type of argument fd in hook_fd() callback from string to integer (in scripting API)
- fix display bugs with filtered lines
- fix display of nicks in nicklist when they are in a group with sub-groups
- call the config hook when options are renamed or removed
- fix parsing of CAP command in relay/irc
- many bugs fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.280 -r1.281 pkgsrc/doc/CHANGES-2018

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2018
diff -u pkgsrc/doc/CHANGES-2018:1.280 pkgsrc/doc/CHANGES-2018:1.281
--- pkgsrc/doc/CHANGES-2018:1.280       Sat Jan 20 11:31:19 2018
+++ pkgsrc/doc/CHANGES-2018     Sat Jan 20 17:23:33 2018
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2018,v 1.280 2018/01/20 11:31:19 adam Exp $
+$NetBSD: CHANGES-2018,v 1.281 2018/01/20 17:23:33 tonio Exp $
 
 Changes to the packages collection and infrastructure in 2018:
 
@@ -502,3 +502,4 @@ Changes to the packages collection and i
        Updated devel/boehm-gc to 7.6.2nb1 [wiz 2018-01-19]
        Updated ham/fldigi to 4.0.15 [mef 2018-01-20]
        Updated devel/libuv to 1.19.1 [adam 2018-01-20]
+       Updated chat/weechat to 2.0.1 [tonio 2018-01-20]



Home | Main Index | Thread Index | Old Index