comparison ChangeLog.API @ 21252:d275275a011c

Missing changelog entries and @since tags from 3f567df17490f68b4feb8cf26ad004a34eb7cc9a.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 16 Oct 2007 11:05:59 +0000
parents 9187d331aebe
children e8b0f224483f d655c8a8d297 6bbd023f0387
comparison
equal deleted inserted replaced
21251:0110eb27b8b1 21252:d275275a011c
96 libgnt: 96 libgnt:
97 * Added gnt_color_pair, which will try to intelligenty set text 97 * Added gnt_color_pair, which will try to intelligenty set text
98 attributes in place of colors if the terminal doesn't have color 98 attributes in place of colors if the terminal doesn't have color
99 support. (Bug: #3560) All future code should use gnt_color_pair 99 support. (Bug: #3560) All future code should use gnt_color_pair
100 instead of COLOR_PAIR. 100 instead of COLOR_PAIR.
101 * Added gnt_menuitem_set_id and gnt_menuitem_get_id to set and get the
102 string id of a menuitem respectively.
103 * Added gnt_window_get_accel_item, which returns a the id of a menuitem
104 bound to a keystroke.
105 * Added gnt_menu_get_item to activate and return a menuitem of the
106 given id from a menu.
101 107
102 version 2.2.2 (??/??/????): 108 version 2.2.2 (??/??/????):
103 libpurple: 109 libpurple:
104 Changed: 110 Changed:
105 * The size parameter of purple_util_write_data_to_file_absolute 111 * The size parameter of purple_util_write_data_to_file_absolute