From 127edfb0fea8bbac7c385970ad64e51615d35029 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 14 May 2006 12:42:46 +0000 Subject: [PATCH] Fixed crash with ncurses color when too many colors defined in ncurses (bug #16556) --- ChangeLog | 1 + weechat/ChangeLog | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index a0a067528..7b1a0f208 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ ChangeLog - 2006-05-14 Version 0.1.9 (under dev!): * fixed crash with malformed UTF-8 strings * fixed crash with ncurses color when too many colors defined in ncurses + (bug #16556) * added new key to find previous completion (shift-tab by default) * fixed bug with long outgoing IRC messages (> 512 bytes) (bug #16358) * fixed Ruby crash when handler does not return OK or KO (bug #16552) diff --git a/weechat/ChangeLog b/weechat/ChangeLog index a0a067528..7b1a0f208 100644 --- a/weechat/ChangeLog +++ b/weechat/ChangeLog @@ -6,6 +6,7 @@ ChangeLog - 2006-05-14 Version 0.1.9 (under dev!): * fixed crash with malformed UTF-8 strings * fixed crash with ncurses color when too many colors defined in ncurses + (bug #16556) * added new key to find previous completion (shift-tab by default) * fixed bug with long outgoing IRC messages (> 512 bytes) (bug #16358) * fixed Ruby crash when handler does not return OK or KO (bug #16552)