comparison ChangeLog.API @ 21483:a4860971f861

Update the ChangeLog.API and change how gnt_menu_get_item works. On a different note, 'IM experience' is such a dirty phrase. PUKE!
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 14 Nov 2007 00:09:06 +0000
parents 7a05b6f84545
children 665e04562de0
comparison
equal deleted inserted replaced
21481:84489b5529a7 21483:a4860971f861
144 instead of COLOR_PAIR. 144 instead of COLOR_PAIR.
145 * Added gnt_menuitem_set_id and gnt_menuitem_get_id to set and get the 145 * Added gnt_menuitem_set_id and gnt_menuitem_get_id to set and get the
146 string id of a menuitem respectively. 146 string id of a menuitem respectively.
147 * Added gnt_window_get_accel_item, which returns a the id of a menuitem 147 * Added gnt_window_get_accel_item, which returns a the id of a menuitem
148 bound to a keystroke. 148 bound to a keystroke.
149 * Added gnt_menu_get_item to activate and return a menuitem of the 149 * Added gnt_menu_get_item to get a menuitem of the given id from a
150 given id from a menu. 150 menu.
151 * Added gnt_menuitem_activate, which triggers the 'activate' signal on 151 * Added gnt_menuitem_activate, which triggers the 'activate' signal on
152 the menuitem and calls the callback function, if available. 152 the menuitem and calls the callback function, if available.
153 * Added GntEntryKillRing in GntEntry. 153 * Added GntEntryKillRing in GntEntry.
154 * Added gnt_window_set_maximize and gnt_window_get_maximize, and
155 GntWindowFlags enum.
154 156
155 version 2.2.2 (??/??/????): 157 version 2.2.2 (??/??/????):
156 libpurple: 158 libpurple:
157 Changed: 159 Changed:
158 * The size parameter of purple_util_write_data_to_file_absolute 160 * The size parameter of purple_util_write_data_to_file_absolute