mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:Tag release
This commit is contained in:
parent
4963a10a5e
commit
5fe0f07de3
@ -23,6 +23,8 @@
|
|||||||
date: 2011-09-30
|
date: 2011-09-30
|
||||||
|
|
||||||
new features:
|
new features:
|
||||||
|
- title: "A Tips and Tricks blog at http://blog.calibre-ebook.com to introduce less well known calibre features in a simple way"
|
||||||
|
|
||||||
- title: "News download: Add list of articles in the downloaded issue to the comments metadata of the generated ebook. Makes it possible to search for a particular article in the calibre library."
|
- title: "News download: Add list of articles in the downloaded issue to the comments metadata of the generated ebook. Makes it possible to search for a particular article in the calibre library."
|
||||||
ticket: [851717]
|
ticket: [851717]
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -971,7 +971,7 @@ class BuiltinListEquals(BuiltinFormatterFunction):
|
|||||||
category = 'List Manipulation'
|
category = 'List Manipulation'
|
||||||
__doc__ = doc = _('list_equals(list1, sep1, list2, sep2, yes_val, no_val) -- '
|
__doc__ = doc = _('list_equals(list1, sep1, list2, sep2, yes_val, no_val) -- '
|
||||||
'return yes_val if list1 and list2 contain the same items, '
|
'return yes_val if list1 and list2 contain the same items, '
|
||||||
'otherwise return `no_val. The items are determined by splitting '
|
'otherwise return no_val. The items are determined by splitting '
|
||||||
'each list using the appropriate separator character (sep1 or '
|
'each list using the appropriate separator character (sep1 or '
|
||||||
'sep2). The order of items in the lists is not relevant. '
|
'sep2). The order of items in the lists is not relevant. '
|
||||||
'The compare is case insensitive.')
|
'The compare is case insensitive.')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user