summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-08-12 14:05:56 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-08-12 14:05:56 +0200
commitce14873e8987c8a0628812cb5dfb1d9814842fd4 (patch)
tree7c0aa5ed4d3af8192c4d3ecc99ea9a3b00bf00f9 /HISTORY
parentb863d9a7024fdc4d31571565e3afe646dedffa9f (diff)
downloadvdr-ce14873e8987c8a0628812cb5dfb1d9814842fd4.tar.gz
vdr-ce14873e8987c8a0628812cb5dfb1d9814842fd4.tar.bz2
cStringList::Sort() can now be called with a boolean parameter that controls case insensitive sorting
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 7dba3020..117f2a2b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6674,3 +6674,5 @@ Video Disk Recorder Revision History
that broadcast the frame type within the first TS packet of a payload; it only
kicks in if that information is not in the first TS packet.
- Fixed handling the channelID in cMenuEditChanItem (thanks to Udo Richter).
+- cStringList::Sort() can now be called with a boolean parameter that controls
+ case insensitive sorting (suggested by Sundararaj Reel).