@@ -72,6 +72,12 @@ all circumstances, but is ultimately bound by the resources available to it.
7272-- History --
7373-------------
7474
75+ 2023-04-25 by Anton Polinger and Vince Curley
76+ ----------
77+ * Fixed taskbar flicker and mouse click fall through during long filter
78+ searches.
79+ * Fixed several edge case asserts/crashes.
80+
75812023-03-24 by Vince Curley and Anton Polinger
7682----------
7783* Added support for character encodings beyond the system default and UTF-8.
@@ -243,7 +249,7 @@ all circumstances, but is ultimately bound by the resources available to it.
243249----------
244250* Improve HTML representation of clipboard text when copying for more
245251 consistent paste behavior
246-
252+
2472532015-01-01 by Uriel Cohen
248254----------
249255* Fixed a bug where TAB characters are omitted in the display
@@ -277,13 +283,13 @@ all circumstances, but is ultimately bound by the resources available to it.
277283
2782842014-11-11 by Uriel Cohen
279285----------
280- * Added support for selection of background color in the filters
286+ * Added support for selection of background color in the filters
281287 (different selection of colors than the foreground colors)
282288* The background color can be saved and loaded with the filters
283- * Filters from previous versions that lack a background color will have the
289+ * Filters from previous versions that lack a background color will have the
284290 default background color
285- * Saving foreground color field in filters to 'foreColor' attribute.
286- Old 'color' attribute is still being loaded for backward compatibility
291+ * Saving foreground color field in filters to 'foreColor' attribute.
292+ Old 'color' attribute is still being loaded for backward compatibility
287293 purposes.
288294* Changed control alignment in Find dialog and Filter dialog
289295
0 commit comments