elpasync pushed a change to branch externals/calibre.

      from  855a9cb092 Fix series sorting
       new  d28b0ba9c6 Fix docstring
       new  df4fad9383 Use rx-to-string instead of manual string concatenation
       new  cde893ae69 ; Add more .gitignore patterns
       new  a3007c20e1 Add ability to mark books
       new  f147c98865 Add ability to add/remove tags from the *Library* buffer
       new  e7c1180a3d ; Add new TODO entry
       new  60a12e2ace Add ability to set tags to apply to all added books
       new  5ddbea80a7 Add ability to specify tags when adding books
       new  e809272c46 Change tag editing internals
       new  a8aa63fffd Use string-to-number instead of cl-parse-integer
       new  143309131c Retain modification mark when unmarking a marked book
       new  9cc2411164 Generalise calibre-edit-add/remove-tags
       new  a3e559cd96 Add a mapcar like utility macro
       new  8436262d61 Sort tags
       new  de072fbfe9 Remove period from the end of error message
       new  e01428cf20 Create metadata modifier pair for authors as well as tags
       new  6fc4f27826 Add macros to create set/unset functions for non-list 
fields
       new  b4c16414fd Generate setter/un-setter pairs for title, publisher, 
and series
       new  b1720ba880 Add the ability to add formats to existing books
       new  1fada19c55 Fix some TexInfo mistakes
       new  1e7fe98a10 Operate on book at point if no books are marked
       new  7aa4c8d3dd Add ability to transfer books to external device
       new  f1bd261457 Use plural in calibre--read-tags
       new  e6d698796d Add ability to modify author lists from the library 
buffer
       new  84d8a2dc8d Ignore case when sorting by title
       new  300b8d2dc6 Queue device transfers instead of doing them in parallel
       new  f70ea99968 Add book summary as a metadata field
       new  4c0c97cc0c Add user option to control automerge policy
       new  f4ac11181e Remove summary as a metadata field
       new  d07b13442b Add command to unmark all marked books
       new  51f9328684 Determine mode-line-process value on execution status 
not exec queue
       new  9d8abb05f8 Log the calibredb command being executed to the 
*calibre* buffer
       new  9b5434664f Add function to fetch book summary
       new  3663b01689 Add function to get book at point
       new  dd7b8936e8 Do nothing if not on book when unmarking
       new  96c692607c Maintain position even if past last book when unmarking 
all
       new  05a84d4f6c Display in mode line when transferring books
       new  feb2745f2d Add ability to view detailed information about a 
particular book
       new  6c70cc7a92 Improve book details view
       new  6fad50fd5b Add keybinding for viewing book details
       new  b2051befa6 Fix docstring of calibre-library
       new  89e8bdfb96 Add NEWS entry for calibre-info-view-book
       new  dbbffe75c6 Bump package version to 1.5.0


Summary of changes:
 .gitignore         |   6 ++
 calibre-cli.el     |  24 +++++++-
 calibre-core.el    |  51 ++++++++++-----
 calibre-db.el      |  36 +++++++++--
 calibre-device.el  | 110 +++++++++++++++++++++++++++++++++
 calibre-edit.el    | 103 ++++++++++++++++++++++++++++---
 calibre-exec.el    |  14 +++--
 calibre-info.el    | 100 ++++++++++++++++++++++++++++++
 calibre-library.el | 178 +++++++++++++++++++++++++++++++++++++++++++++--------
 calibre-util.el    |  11 ++++
 calibre.el         |  47 ++++++++++++--
 doc/calibre.texi   | 117 +++++++++++++++++++++++++++++++++--
 etc/NEWS           |  26 +++++++-
 etc/TODO           |  11 ++--
 14 files changed, 757 insertions(+), 77 deletions(-)
 create mode 100644 calibre-device.el
 create mode 100644 calibre-info.el

Reply via email to