comparison doc/ChangeLog.API @ 14338:2ec879353592

[gaim-migrate @ 17035] Fixes SF Bug # 1373116 (and related Debian Bug #341607) Fix the Find functionality in the log viewer. It now properly scrolls to the first occurrence of the search term. Also, clicking the Find button will now jump to the next occurrence of the search term, including wrapping around to the top. Possible Badness: This changes the behavior of all IMHTML searches. Previously, if you kept calling gtk_imhtml_search_find(), it'd clear the highlighting when you went past the last occurrence of the search term. This seems wrong. I believe it should either stop or wrap around to the top. Wrapping around seemed most useful to me, so that's what I implemented. This was inspired by SF Patch #1545488 by Mark Schneider committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 26 Aug 2006 06:25:49 +0000
parents 645598a4ec04
children ba1fd54bb157
comparison
equal deleted inserted replaced
14337:1a500db56415 14338:2ec879353592
123 changed to return a pointer to a data structure that can be 123 changed to return a pointer to a data structure that can be
124 used to cancel the pending DNS query using gaim_dnsquery_destroy() 124 used to cancel the pending DNS query using gaim_dnsquery_destroy()
125 * gaim_gtk_create_imhtml(): Added sw_ret() parameter 125 * gaim_gtk_create_imhtml(): Added sw_ret() parameter
126 * gaim_account_get_log(): Added create parameter 126 * gaim_account_get_log(): Added create parameter
127 * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH 127 * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH
128 * gtk_imhtml_search_find(): Now wraps around to the top instead of
129 clearing the search at the end.
128 130
129 Removed: 131 Removed:
130 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute 132 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
131 preference) 133 preference)
132 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) 134 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)