emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/mentor created (now 567daebce2)


From: ELPA Syncer
Subject: [nongnu] branch elpa/mentor created (now 567daebce2)
Date: Wed, 5 Jan 2022 08:58:44 -0500 (EST)

elpasync pushed a change to branch elpa/mentor.

        at  567daebce2 Update copyright years

This branch includes the following new commits:

       new  269ff459aa Initial git import
       new  ca5112a1f1 Remove superfluous commentaries
       new  d1d0f23103 Fix mentor-command-multi, add changed path (hard coded 
for now)
       new  d292b6d555 Use hash table to track torrents
       new  d46afc3c51 Add .gitignore
       new  0856273506 Message while updating torrents
       new  eff8a292ed Uncomment keybindings
       new  b22a23361f Clean up, add method stubs
       new  e9cb7a4a16 `mentor-toggle-object' stub
       new  b4fc395c4e Don't add duplicates to torrent hash table
       new  4b7c9c8b04 Add documentation, TODO and ChangeLog
       new  d61a1cbe30 Allow for different format strings
       new  953bdb5f4c Fix mentor-sort-lines
       new  3f2d76a1eb Fix `mentor-next' and `mentor-prev'
       new  851e034fbd Improve torrent listing with torrent status
       new  34f5e66e63 easier calling of `mentor-command'
       new  823b2267e1 case-insensitive sorting now default
       new  b796006ed8 More torrent actions
       new  6b80c07f24 Use macro for moving between torrents
       new  38a155bce9 Sorting of torrents
       new  85a8d4443c Updated torrent view, added client info at top of buffer
       new  671836b90d Clean-up, use more macros, add file handling stuff
       new  2099b26d6f Make defun names more consistent
       new  6c22635192 Many changes
       new  bfb2fb50c0 Improved sorting
       new  049f425ab6 Quick fix for silly bug
       new  d96f73ad7e Rename `field' to `property'
       new  a7ebd49cab Fix mentor-bytes-to-kilobytes
       new  57dfcfcd26 Correctly show torrent sizes, add note regarding XML-RPC 
and torrents > 2GB.
       new  6fd433ed2d Implement many standard actions
       new  73a0a5c463 WIP: update a single torrent
       new  630ada977f Fixed XML-RPC via http
       new  6d991a6409 Merge remote branch 'solarus/fix-xml-rpc-http'
       new  5842d1abae Do not fetch all torrent information twice (doh!)
       new  b521892303 Run XML-RPC method system.listMethods only once
       new  77198774e2 Use symbols instead of strings for torrent properties
       new  e220c7ae73 (mentor-update-torrent-and-redisplay) is now working
       new  a403a6952b Simplify updating a single torrent
       new  deec01e8b5 Fix sorting torrents again
       new  99e79554c3 Add workaround for old xmlrpc-c: show negative sizes as 
"???"
       new  cf847d9286 Update views on many commands
       new  f2405a958e Support for erasing torrents and viewing them in dired
       new  448066a341 Improved size display
       new  57e22afd0e Add COPYING file containing the GPLv3.
       new  700c229ac4 Keybinding G now reloads all data from rtorrent and 
redisplays
       new  fc67f5c1c7 Reorganize keybindings
       new  027682eb23 added mentor-set-view and some inital keybindings
       new  a10ff4eb48 added comment about view bindings
       new  c40ba4a73e Introduce a new function `mentor-update-torrents' which 
updates the torrent list
       new  dbec4b3676 Fix updating a single torrent
       new  fecabbcd13 WIP: Add preliminary header-line
       new  a735c5d0e1 Fix sorting
       new  6182c469a8 Fix typo
       new  c0f0fd544a added mentor-set-view and some inital keybindings
       new  be43759474 added comment about view bindings
       new  4c739c3667 Fixed header-line
       new  465fae283a merged fix
       new  9ac589ec3b Added lots of functionality to handle views
       new  7d0b452dcd Simplify keybindings
       new  e16bb202c0 Show view in modeline
       new  4ebd04624c Only reload when actually changing view
       new  1068fb7085 Configurable columns
       new  929bcc7a80 Use defcustom `mentor-default-view' and defvar 
`mentor-current-view'
       new  596e2636ad Fix sorting and navigation again
       new  7ef6e016ea Rename `mentor-init' to `mentor'
       new  104f3715ee Many small fixes
       new  2c5217d6c2 Greatly improve speed when switching views
       new  8c17f4bb77 Change two keybindings
       new  d6e72aad14 Cache information about the rtorrent/libtorrent version. 
This cuts the time needed for (mentor-redisplay) by about 4. Over 10 runs: 
measured on average 0.16060970000000002 seconds before this change measured on 
average 0.042877 seconds after this change
       new  9754f9f02d Refactor some XML-RPC stuff
       new  76f296ed2a Fix customization group
       new  7e08a5ca84 Cleaning up and renaming of view functions
       new  0577c40101 readded mentor-view-torrent-list and readded new view 
keybindings
       new  634f9a64ab renamed mentor-set-view
       new  880fcc85a0 More cleaning up in view functions
       new  194305a88d Fixed some bugs involving the prefix for view names
       new  3e7811f8a0 Update view_filter in update/reload instead of in 
mentor-switch-to-buffer
       new  a03dfdb6ed Use symbols for specifying columns
       new  d4cfdecf45 Add David SpÄngberg to copyright statement.
       new  cb886567b4 Fix updating again
       new  eb97ecab5b changed default view to `default'
       new  43e46e0246 auto-completion for mentor-torrent-add-view and 
mentor-switch-to-view
       new  6099afae65 added function mentor-get-custom-view-name
       new  241d95d01e Dont require match when adding views to torrent
       new  aef9a5be89 Update mode-line on start
       new  7fd4f27cc3 Merge remote branch 'solarus/devel'
       new  6f0402a556 Rewrite `mentor-rpc-list-methods'
       new  cf0c706d03 Show correct sizes for torrents larger than 2 GB
       new  0eaeefdc16 Added custom condition to stop looping in 
while-same-torrent.
       new  983f800cf0 First attempt at torrent-highlighting!
       new  0f0f83b781 Support moving of torrent data
       new  89668ffb5f Merge remote branch 'solarus/devel'
       new  4162e4bacd Dont delete overlay when moving around on same torrent
       new  113c8bc778 Make goto-torrent-beginning and goto-torrent-end care 
about narrowing
       new  beb61b991c Fix bug in `mentor-enforce-length' where it did not care 
for specified length
       new  54fba82937 `mentor-enforce-length' now actually works
       new  a9a818422f Make mentor-next/previous-torrent wrap around 
beginning/end of buffer
       new  16c9934863 Merge remote branch 'solarus/devel'
       new  3d090d39cd Stay at the currently selected torrent when running 
commands
       new  ee322c24f4 Replace all uses `mentor-use-torrent' by 
`mentor-use-tor', removing the former
       new  f9df2359a2 No longer hard-code path to xmlrpc2scgi.py
       new  8d889a2c53 Make highlighting of current torrent customizable, 
defaulting to disabled
       new  9d726a8eaf Require 'cl on compile
       new  c5a11acd78 Improve description of mentor.el
       new  1806bfc253 Clarify license statement (do not refer to GNU Emacs)
       new  56f7989cf0 Sort according to several criteria
       new  9f85b6ebf5 Go to beginning of buffer on start
       new  2db60111e8 Change several keybindings; remove mimicking keys
       new  16ac215d99 Fix `mentor-use-tor' macro
       new  d109a0e6ef Delete duplicate entries of custom properties
       new  0a9c666548 Remove unused predicates
       new  191946e1b3 Simplify view functions
       new  e4dab1ab71 Do not try to sort when there are no torrents
       new  a8a3d4bb65 Simplify `mentor-get-property'
       new  f125d92f66 Rename `mentor-get-property' to `mentor-property'
       new  3ae291645e Several minor fixes
       new  f63fce979a Right type for mentor-highlight-enable
       new  89a02261dd Make `mentor-version' const
       new  d50a17e768 Defined mentor-next/previous-section and bound n and p 
to these new functions
       new  e09a8a172c Simple torrent detail screen
       new  837e4c5756 Add autoload statement to `mentor'
       new  435170da54 Add my e-mail
       new  57aaff5a7d Functions to generalize navigation.
       new  7fa25eeae6 Defined a face used for directories in 
torrent-details-mode.
       new  770cf85874 Defined a datastructure for torrent files and 
directories. Implemented functions to parse the file output from rtorrent and 
placed it in the datastructure and finally implemented expandable/shrinable 
directories in torrent detail view.
       new  e3f82a0843 Moved mentor-toggle-file.
       new  ca7fd8159b Renamed mentor-torrent-mode to 
mentor-torrent-details-mode.
       new  156ee51806 gg mr g
       new  9bbad47e4e Next/previous directory bound to "N" and "P" in 
mentor-torrent-details-mode.
       new  fe15215506 Fixed next/prev-section and next/prev directory.
       new  ff5b7ad034 File-id for files for future usage.
       new  0b4c79c381 Remove while-same-torrent and mentor-next/prev-torrent 
and replace with general functions.
       new  b27f2601d1 Merge remote branch 'solarus/devel'
       new  dd13e5d8f5 Simplify `while-same-item'
       new  c12d9b2292 Fix typo
       new  b54b8b17fb Almost fixed next/prev-directory.
       new  5e7daceaac Sorting working again
       new  88c93e8b06 Add url-scgi.el: SCGI Uniform Resource Locator retrieval 
code
       new  66a6808eb7 Get rid of dependency on external python script for 
XML-RPC over SCGI
       new  a03eb8e2b0 Defined the field property for some text items.
       new  dfda7f757a Changed definition for some funcions to use fields 
instead.
       new  4f2a03b2ac Wrap bug in next/prev-section fixed.
       new  8018cb88a7 Add support for deleting torrent data.
       new  1406261e23 Improved view-in-dired.
       new  049dfe5240 Fix sorting on size.
       new  c562a30bd9 Fix file list.
       new  cb919581ae Minor clean-ups.
       new  d0da7d90bb Remove mentor-torrent-end/beginning functions and 
introduce more generic mentor-item-end/beginning functions.
       new  11887a1b88 Set type 'dir for directories instead of 'file in 
details view.
       new  f8ba5f9987 Functionality to mark/unmark items.
       new  253f0a2651 The selected torrent info variables are now nil instead 
of void when first defined.
       new  db75aca5d0 Add 2 more margin characters for file lists. Add tor 
argument to mentor-torrent-get-file-list.
       new  1bd1c2c26f Marks will now stay after an update and it is now 
possible to mark all files in a directory.
       new  84f1f79f1d Add convenience macro for applying functions to marked 
items.
       new  066459aaff Change do-marked-items to do-items to apply functions to 
all items instead.
       new  1beaad21b2 Add mentor-mark-all and mentor-unmark-all.
       new  6d97763225 Merge remote branch 'solarus/devel'
       new  02f516a26a Show priorities for torrents and fix type for 
mentor-view-columns.
       new  59c93b9e18 Fix percentage done for torrents.
       new  1a19b87d54 mentor-sys-multicall and limit-num.
       new  450816cded * Increasing / decreasing priorities for all marked 
torrents and files. * Now able update the file-details view. * rtorrent like 
details for files.
       new  9f87ed8415 Change back some variables default values to nil instead 
of void to fix start up issues.
       new  d66fa895d1 Goto item beginning when going to next section.
       new  cf2318fb0e RPC method functions now correctly recognize file 
functions.
       new  c9dbf4ebc2 Generalize and rewrite fetching/updating of torrent 
files.
       new  e8535131b6 mentor-reload for file-details mode.
       new  94c0e34f0e Make mentor-header-line buffer local.
       new  271f460b74 `mentor-view-in-dired' now goes to file in the opened 
dired buffer.
       new  2e437b0da1 Fall back to initialize if update encounters any new 
torrents
       new  91f3677bfa `mentor-keep-torrent-position' now recenters screen
       new  a808e8539d Redisplay on erase-torrent
       new  07195f29eb Draw file tree like tree(1)
       new  086ff9b53b Add mentor- prefix to two definitions
       new  6596209b9d Correctly redisplay when erasing torrents
       new  82316ea198 Improve keep-position
       new  2d28b2b722 Remove useless variable 
`mentor-regexp-information-properties'
       new  13da7d28c7 Inherit `special-mode'
       new  13c1b32f99 Rearrange columns
       new  e13b0ba8b1 Give a warning when we can not connect
       new  61d7f10d4b Minor fixes
       new  cf42bfdffe Add macro `mentor-do-marked' and use it in the priority 
functions
       new  562984c004 Fix bug when moving files
       new  274a648d42 Minor fix
       new  2d8b630f6a Make mentor-move-torrent properly handle torrents not 
yet started
       new  4c13c9ea74 Make mentor-update-torrents update torrent directory
       new  cf2d69d660 Fix stopping torrents
       new  0fe13fa43c Make default view selection keys match rtorrent's 
ncurses UI
       new  c48aa39d8c Do not reload all torrent data when moving torrent
       new  60662e2582 Increase readability of mentor-torrent-get-state
       new  1a4d9ae648 Rename mentor-update-torrents to 
mentor-update-interesting-torrent-data
       new  ea8d26ca34 Fix unbalanced parenthesis
       new  376d19b530 Clarify `mentor-set-property'
       new  a51e18a430 Do not reload all torrent data when starting hash check
       new  3b4583313a Do not reload all torrent data when starting torrent
       new  610e7dadc2 Make `mentor-reload' clear all old torrents, too
       new  126b3598c2 Refuse to move torrent where base_path is not set
       new  2e0cd964b0 Have move-torrent use containing directory as old path
       new  56dad9086c Fix regression that made `mentor-move-torrent' not work 
at all
       new  8def2a4fa7 Refuse to move torrent if source and destination are the 
same directory
       new  18c3c2fc2d Fix `mentor-reload' not working properly
       new  d09168b40b Implement `mentor-copy-torrent-data'
       new  65ff75b520 Add support for sorting by directory
       new  69bbe89f3f Implement `mentor-change-target-directory'
       new  8800d58c4d Properly update a single torrent on single torrent 
actions
       new  8f984349aa Clarify code
       new  db3afe7309 Make `mentor-priority-fun' buffer local
       new  3422d37f62 Remove broken macro `mentor-do-marked'
       new  37d5e483cd Use up and down arrow keys to navigate
       new  0f77a91e1a Fix binding for sorting by directory
       new  90e6d316d4 Implement `mentor-do-marked'
       new  c450e65f41 Implement setting priority for marked torrents
       new  dd6ceaf09f Untabify mentor.el
       new  c995fc722c Remove old TODO items
       new  86b518c8a4 Improve the wording of the commentary that explains the 
goal of mentor
       new  2babb93641 Re-arrange code
       new  0c2b0e41c0 Fix minor typo
       new  76ef7eb7b2 Improve code organization
       new  d49409e284 Remove erroneous comment
       new  b8b3fc9dea Make new code section for marking items
       new  a554c5a493 Improve the mentor.el description
       new  873179b287 Fix bug where `mentor-enforce-length' sometimes gave 
incorrect length
       new  409317122b Rename `mentor-remove-torrent-from-view` to 
`mentor-remove-item-from-view'
       new  311fc27a18 Rename `mentor-previous/next-section' to more fitting 
`mentor-previous/next-item'
       new  7f6c939e27 Simplify `mentor-highlight-torrent'
       new  0a6e01e1aa New generalized function `mentor-item-id-at-point'
       new  64c806d8a2 More Emacsy names for item navigation functions
       new  4384bd70d8 Prefix `while-same-item' macro with `mentor-'
       new  6c3f34be28 Remove some dead code
       new  49e752e540 Show the name of the torrent in the torrent details 
screen
       new  c17d2d6dc2 Use text property `field' and associated built-ins
       new  f8781eed7e Remove out-dated todo
       new  e14d1c14c7 Remove useless function `mentor-torrent-at-point'
       new  f1f2070267 Replace `while-same-item' calls with `next/previous-item'
       new  a8669646b5 Shorter file detail screen format
       new  8ae78cd2e9 Remove redundant argument from `insert-torrent'
       new  c464157087 Generalize `process-view-columns' to work for files too
       new  1f976a89d2 Remove the concept of "custom properties"
       new  e046eb1eb3 Simplify torrent list format
       new  fbf8b49248 Set `mentor-file-detail-width' to correct value
       new  075bba71af Make `mentor-close-torrent' also stop the torrent
       new  906890208a Make `mentor-erase-torrent' immediately remove torrent 
from view
       new  18f4cdf57b Remove keybindings for commands that will never be 
implemented
       new  1012056fcd Implement `mentor-open-torrent'
       new  1a5e8af84e Remove binding for `close-torrent', which no longer 
stops a torrent
       new  e75e23946f Improve `mode-line-buffer-identification' string
       new  712d549628 Add a function to make header-line for both file and 
torrent view
       new  60acfe092b Remove code duplication in column processing code
       new  2e1805886a Fix typo
       new  2637cfdb82 `keep-position' should not recenter the screen
       new  996ad761eb Remove Change Log comment; we have git for that
       new  bd8e4b8934 Bump version to 0.1
       new  b73c595f7c Clean up marking code
       new  7b9c60e7ad Fix changing directory on torrents with no downloaded 
data
       new  9da41e8d81 Rename `update-torrent-data-and-redisplay' to 
`update-this-torrent'
       new  375b608aec Minor cleanups
       new  aa8c380bef Major cleanups in code fetching torrent data
       new  37c428a606 Fix bug where `mentor-do-erase-data' left empty 
directories
       new  834c3c83b6 Add spurious files to .gitignore
       new  3553dc807c Make new variable `columns-var' to show different 
columns for sub-modes
       new  2764ed0710 Rename `mentor-item-type' to `mentor-get-item-type'
       new  fba331d277 Rename `mentor-insert-torrent' to `mentor-torrent-insert'
       new  67ae7cd5b8 Add `scgi-protocol.txt' to .gitignore
       new  7c93c2ea57 Fix changing location on torrents that has not been 
started yet
       new  db10549adf Fix typo
       new  5521071a22 Fix bug in `mentor-update-torrent' where it did not 
fallback to initialize
       new  61f82ee9d9 Add TODO to support non-blocking calls
       new  4f198d6c91 Rename `create-torrent' to `torrent-create'
       new  e185581f96 Add mentor-item datastructure, begin refactoring of 
torrents to use it
       new  ba3bf9f02e Fix so we can view the torrents again
       new  42339a0ff4 Rework marking of items using code from dired
       new  7233417ea1 Make several actions work over marked files
       new  1932ea5ab8 Fixed more commands to work with marks
       new  4be88bdcde Moving torrents now works
       new  65aedfe1b4 Re-order some variables
       new  5f92bd410c Remove unused auto-update code
       new  873dd5dcbe Several fixes
       new  218fbe0c0e Remove old marking code
       new  6c3635aa41 Various fixes
       new  38e6796491 Only sort once, even when sorting on several properties
       new  7bc95f9f12 Remove useless comment
       new  e815f109ce Remove deprecated macro `mentor-use-item'
       new  70a62be6e8 Replace `torrent-insert' by `item-insert'
       new  e58dd38e1f Fix sorting on several properties
       new  77c8e7fde6 Use absolute values for converting bytes to human 
readable format
       new  bc305f6f25 Fix offset of `mentor-header-line'
       new  e37596b187 Get rid of `mentor-use-tor'
       new  08bfdff508 Fix changing target dir for some cases of single file 
torrents
       new  7491c18ce4 Change default keybinding for `torrent-call-command' to x
       new  73cd8179a5 Reorganize functions
       new  81a4003349 Clarify naming of volatile methods
       new  5d85525825 Prepare refactoring of file details mode
       new  6f8eb2781a Add README
       new  8eb123e283 Give an error when running `view-in-dired' on a torrent 
with no files
       new  972f0cfdd8 Whitespace fixes
       new  b50c858dc0 Change default width of priority field to 3 characters
       new  fe07b67cc4 Add Makefile
       new  88c78b3553 Require some more stuff when compiling to silence some 
warnings
       new  d758ad9d89 Make default formatting slightly clearer
       new  e8db2ed6b9 Fix several byte-compilation warnings
       new  9384bf537a Improve marking
       new  bd7634b920 Fix bug that made deleting torrent data always miss one 
file
       new  cbb31ab7f1 xml-rpc.el: Add support for the i8 type (64 bit integers)
       new  260b90d4f8 Update copyright statement
       new  5376b835cf Document setting up rtorrent and mentor
       new  01700d5075 Simplify `mentor-torrent-get-state'
       new  c04c3605c1 url-scgi.el: Support Emacs 24
       new  e385cb75cd Convert README to org-mode
       new  071a13f5fe Add screenshot, link it from README
       new  cc74314e4c Add macro to simplify default use of item at point
       new  df9191491e Add some mark code borrowed and adapted from dired
       new  481064475c Begin work on new and simplified RPC interface
       new  6fbc13e9ee Minor cleanups and improved error messages
       new  1d8bd61b62 Add new move, change directory and copy commands
       new  7ef228cacb Add new versions of torrent remove commands
       new  4f3667a964 Warn user if destination already exists on moving
       new  cffd01915b Warn user if there is no item for given operation
       new  f6392bdc0d Convert stop, start actions to new RPC interface
       new  978b886b44 xml-rpc.el: Quote lambda with #' instead of '
       new  700d008be0 Disable byte compiler warnings about cl functions
       new  47cd07696b Silence additional byte compiler warnings
       new  071c24594f Fix bug in `mark-all' that made it skip lines
       new  b4cc5f156f Improve the defaults for mentor-view-columns
       new  7fabef2082 Add support for adding torrents
       new  86266bfdf3 Add first naive version of mentor-call-command
       new  fddf2c05c0 Fix typo in README
       new  5e3447fcff Remove bundled xml-rpc.el
       new  01d00b42e9 Prepare library headers for MELPA
       new  d0a6292055 Improve documentation after MELPA inclusion
       new  0505021451 Depend on xml-rpc 1.6.9 and drop hack for 1.6.8
       new  cd7cfaafa4 Remove xml-rpc.el from Makefile
       new  452803676c Code cleanups
       new  089a85c9a4 Make `mentor-next-item' assume item begins at bol
       new  c9f905e61f Make `end-of-item' 50 times faster
       new  f5d6533481 Change directory to same directory as rtorrent
       new  a52cbabe91 Add mentor-load command for loading files/links from 
rtorrent
       new  130d7dd240 Update some old info in README
       new  14f8828d3e Add summary of features to README
       new  b2439490df Add new test-rtorrent.py utility script
       new  ca7aabd719 Update copyright statement for 2016
       new  a1599c9c91 Fix bug where we sometimes couldn't connect
       new  aa65a24559 Use new rtorrent-0.9 api, drop support for old api
       new  f53dac51a2 Cleanups in url-scgi.el
       new  4163d6103c Change last info line to avoid syntax highlighting
       new  f0e5ffbada Fix next item command for one or fewer items
       new  45181165ec Documentation fixes
       new  226f1b397e Add support for magnets to add-torrent command
       new  6f6ecac17e Support using xmlrpc over a file bound socket
       new  6d19cd59d2 Additional changes to make new rtorrent api work
       new  ecc13e1f05 Make mode line cleaner in file view
       new  01ecdd5839 Use lexical binding
       new  c0cf0fcac1 Update documentation and add new doc/ directory
       new  a79dec514c Update library header lines
       new  d526f9dc0a url-scgi: Fix scgi socket on absolute path
       new  96a8b3a4af Start rtorrent in background by default
       new  d62f44e3a2 Update README to reflect recent changes
       new  df2a154bac Change mentor-home-dir from defcustom to defvar
       new  13f9dc8dbc Clean up removing torrents code
       new  e58bef9c2b Remove unused code
       new  0bfd70e64f New file mentor-data.el for data structures
       new  799e2c82a4 New file mentor-rpc.el containing XML-RPC code
       new  da0f8ecc4a Fix warning about `mentor-file-size' defined twice
       new  14f63d42ef Fix removing torrent and files command
       new  b235c3739e Add first unit test
       new  ef8cb95c1b Only require cl package when compiling
       new  0820b1b96c Remove dired dependency and fix warning
       new  1a1370ad0a url-scgi: fix compile time warning
       new  d9b98f5188 Update Makefile
       new  a2dfa86034 Fix some compiler warnings
       new  af5db5c3e5 Make README a little bit more clear
       new  256c59ab85 Bump mentor version to 0.2
       new  1d4f6a042b Fix oboe error in delete-item-from-buffer
       new  1c40ac4ae6 New file mentor-files.el for file view
       new  581ddecc49 Stop immediately on bad scgi url error
       new  592964c2f0 Make mentor--rtorrent-url global and internal
       new  fcdb686667 Fix bug where download is shown twice
       new  a806ba9800 url-scgi: untabify
       new  e58bc2c75a url-scgi: Fix naming to not clutter namespace
       new  92a2b7c715 url-scgi: Add first unit tests
       new  c2201f981c Add warning about Emacs bug#23606
       new  f0b1e8fdf2 Make less variables buffer local
       new  67ef23dfaa Fix adding torrents
       new  2bf4cb3886 Rename torrent to download to match rtorrent terms
       new  71547b1ee5 Remove workaround for ancient Xmlrpc-c
       new  ce4debbc62 Fix getting download message
       new  5dd1073c52 files: Move code in more logical order
       new  225f1726df Fix showing files in file view
       new  319c5ee8c6 Fix header line in files view
       new  2ff27006f4 Add information on key bindings to README
       new  87ab1f329a Reformatting in README
       new  163b4cb335 Make README use 127.0.0.1 instead of localhost
       new  bc1f248391 More minor README fixes
       new  dde3979235 Optimize `mentor-download-update-from'
       new  7d24ffdea9 Better function names
       new  f84e9be753 Correctly require mentor-files
       new  57eb8cfa1f Better error handling when starting process
       new  712d04bca0 Fix the workaround for bug in xml-rpc.el
       new  0d8afabca6 Fix shutdown command targeting wrong function
       new  46c1c9fbdb Shorten human readable sizes
       new  7e4c814cb3 Add faces and default colors
       new  894f279334 Rename functions in mentor-rpc.el
       new  bdcda2365d Use download-close when moving download
       new  9880c77bbd Go to download name after certain commands
       new  436ee4dcce Make size column take less space
       new  e0a5387b03 Change default bindings to be closer to rTorrent
       new  0c2781bfa6 Document mapping from rt* to mentor key bindings
       new  6afaf82495 Make next-item no longer wrap around buffer limit
       new  27a282f163 Add tags to Makefile
       new  7d1f638df7 Clean-up column code
       new  e7e8e09461 Replace dash.el with seq.el dependency
       new  9c00a50f23 Improve Makefile
       new  09447ce3ec Silence byte compiler warnings
       new  87f54083a3 Use new 'cl-lib rather than old 'cl
       new  d18ef32d3d Use lexical binding in url-scgi.el
       new  37a6a6351c Fix typos
       new  20f945ca5e Cleanup item property access
       new  58106209b8 Small cleanups
       new  38e5ae4e85 Add tracker name column
       new  766d33bd51 Fix file view
       new  5fdf512aa5 Fix changing file priority command
       new  c4babec4aa Do not require "scgi://" for Unix domain sockets
       new  23dc4015f2 Fix unit test
       new  2862ed24b4 Fix unit test cleanup
       new  59645840b1 Support changing priority of a directory
       new  30001efa86 Add MELPA badges to README
       new  074bd57a1e Bump version to 0.3
       new  86bf0d906c Add seq version to package header
       new  24b6b4c1d7 Silence byte compiler
       new  fdd5476094 Merge pull request #8 from marsam/master
       new  768cfb9151 Bump url-scgi.el version to 0.4
       new  1f01acf5a7 Bump copyright year to 2017
       new  24ff96f003 Add more on connecting to rtorrent to README
       new  2b6aea26fd Bump Mentor version to 0.3.1
       new  9a160d718b Fix dired jump when base_path is missing
       new  63ddce8765 Small cleanup
       new  f5a9e7fbed Go to item name column when deleting torrent
       new  c76707297b Update copyright year
       new  1cc98bb5f3 Cleanup API to be more obvious
       new  39a82d7a58 Small preparations for async move
       new  e80d1ce643 Move downloads asynchronously
       new  180606b3cc Clean up RPC API
       new  531947606f Fix 'no buffer named *mentor-term*' (#9)
       new  66a49e1088 Bump version number to 0.3.2
       new  4393f8981a Add async version to package header
       new  7ebb70e37a Bump version to 0.3.3
       new  73fd4ed8d7 Bump copyright year to 2018
       new  d6a07c2874 url-scgi: fix local socket on Emacs 25
       new  2d62013ae7 url-scgi: Fix cl-check-type bug on Emacs 26.1
       new  c5740ec00c Remove debug output from *scratch*
       new  9415472470 Bump version to 0.3.4
       new  42c1f59391 README: Move keybinding documentation down
       new  c8f47d115f Add option to use system.daemon in rtorrent.rc
       new  5d389b7419 Update views selection to match recent rtorrent
       new  3e247737b8 Add new AUTHORS file
       new  7b32ae0121 Fix some comments and docstrings
       new  5abf2d9183 Change files display to use a new major mode
       new  ffdfd0ca04 Rename mentor-files functions
       new  f70ae3ba16 Retrieve torrent and tracker info with a single RPC.
       new  53d8176b08 Update rtorrent config for new API (closes #13)
       new  753f69790d Fix changing target directory (closes #12)
       new  00e15b2858 Fix typo in last commit
       new  e792520bb0 Bump copyright year to 2019
       new  bc71c6f00d Add required rTorrent version (>0.9.0) to README
       new  b5231179ef Update MELPA URLs and prefer https in README
       new  c746bd699f Fix URLs in README
       new  be3f437240 Really fix URL in README
       new  f237deb8c5 Fix compilation warning
       new  8a8a600044 Merge branch 'batch-commands' of 
https://github.com/nicolasavru/mentor
       new  467c531f0c Fix loading Magnet links with "/" (closes #14)
       new  1bce4c2783 Fix updating a single download
       new  7baba9a0ab Fix changing directory of a download
       new  bd3906e869 Update key binding documentation
       new  7bbb182a5a Fix README.org for the github formatter
       new  a2a069c784 Add tests for mentor-enforce-length
       new  9fdcc5ffd8 dired-jump: Show warning if file does not exist
       new  f042a8888a Fix copy/paste error code to retrieve trackers.
       new  1db1ac7794 Merge pull request #16 from nicolasavru/patch-1
       new  afedacef59 Improve delete behaviour
       new  f708b11356 Add make target for tests
       new  59f54593b5 Prefer https in documentation
       new  4f2fd3edf7 Fix bug with mentor-rtorrent-external-rpc
       new  e6c9bd81e9 Add tests for scgi url normalization
       new  ff26081c1a Rework and clarify mentor-mode documentation
       new  f05aebaf73 Documentation improvements
       new  84cfce3743 Add TODO.org to .gitignore
       new  14feff8e4c Small cleanups
       new  ccf7b775da Add `mentor-customize' function
       new  a4e6fb1034 Add new mentor-switch-to-view-* commands
       new  57d27bc582 Add command to set 'create/resize queued' flag
       new  a7bff1f69e Fix bug in last commit
       new  ca66bebe4b Refer to `mentor-mode' from `mentor' eldoc
       new  262080b188 Add menu for menu-bar-mode
       new  b2feaef637 Small cleanup -- change one let* to let
       new  b5e441b7dc Find home dir with `locate-user-emacs-file'
       new  d493e0886f Update copyright year
       new  9d6f62d170 Require xml-rpc 1.6.13 or later
       new  adc501fb83 Fix deleting multiple marked items
       new  f983a8bd2f Go back to requiring xml-rpc 1.6.12
       new  3ca75d9d93 Bump url-scgi-version version to match header
       new  5db4a3a4f7 Update README about xml-rpc.el performance
       new  5c76110cd9 Fix typos in README
       new  7707060b15 Update README link to melpa.org
       new  f2c7465b20 Fix bug where deleting data left files behind
       new  cbf7c9869f Improve performance of sorting
       new  efc320e820 Fix bug in last commit
       new  6aa1f6e9f8 Protect against nil value of rtorrent-name
       new  86a4503b47 Avoid error in redisplay when mentor--header-line is nil
       new  a218188d5e Revert "Fix bug in last commit"
       new  dbc528514f Revert "Improve performance of sorting"
       new  0fddd3821d Fix typo
       new  e2c87a894f Re-add missing `base-path` variable
       new  8289f4abf9 Merge pull request #19 from marsam/master
       new  7b42d162f3 Fix errors detected with relint
       new  c72b6403df Add missing full stop
       new  691a9d03d1 Fix url-scgi description
       new  aa1eb8a8e7 Fix typo
       new  8ac7bc10f9 Workaround for error when using remote rTorrent (closes 
#18)
       new  fd6da5f328 Fix quoting of characters
       new  4d1e2c12a1 Update copyright years
       new  50ca6856c3 Fix typos
       new  5eff6eb0b7 Various checkdoc fixes
       new  2631ae1056 Bump version to 0.6
       new  fd317a16f7 Add a minimum supported Emacs version
       new  b94a8747eb Bump requirement to xml-rpc.el 1.6.15
       new  9b90d83d18 Add .dir-locals.el
       new  b89e03839d Re-indent
       new  b68c47b3d8 Add indent declaration to two macros
       new  ebc43db934 Bump version to 0.3.5
       new  567daebce2 Update copyright years




reply via email to

[Prev in Thread] Current Thread [Next in Thread]