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

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

[nongnu] branch elpa/webpaste created (now 65f664d)


From: ELPA Syncer
Subject: [nongnu] branch elpa/webpaste created (now 65f664d)
Date: Thu, 9 Dec 2021 18:58:41 -0500 (EST)

elpasync pushed a change to branch elpa/webpaste.

        at  65f664d   elpaignore: Add .elpaignore to ignore files in elpa builds

This branch includes the following new commits:

       new  f6b0709   first commit
       new  96e76a7   Added LICENSE
       new  830704a   Added base lisp file
       new  ff47ecd   Added stub for the function to paste region
       new  b4cd028   Added function to paste entire buffer
       new  68ebb2c   Add request.el as dependency
       new  6c9f1ff   Add ix.io as provider
       new  11dcaae   Return nil
       new  f3794ea   Send data to ix.io
       new  90bb1a9   Remove space
       new  61f369e   Added function for returned url
       new  183b1a7   Construct post data correctly
       new  8f074b4   Autoload the two pasting functions
       new  ff4194e   Make new code section for providers
       new  ddfe2c6   Added dpaste support
       new  aaa690a   Spelling in comments
       new  1114813   Move providers to customizable list with lambdas instead 
of having loose functions.
       new  6694269   Add resulting url to kill ring for easy pasting
       new  c33f341   Added custom for provider priority
       new  0c0f31b   Checkdoc checkup
       new  1c7b313   Added variable for providers priority when running
       new  14a1e6e   Added general function to paste text
       new  bf8f03c   Spacing
       new  0423f3f   Reorder file overall to have autoloads at the end and 
custom vars at the beginning.
       new  cc05738   Added some TODO notes
       new  9632f3f   Lines
       new  5b34fda   Rename providers list
       new  3d18f0b   Added code to auto-populate webpaste-provider-priority if 
needed
       new  7b0859f   Populate tested providers list
       new  729e277   Paste to selected paste provider at the top of the list
       new  c6eb2a1   Add error callbacks to try to paste again (to another 
service)
       new  e1b98bd   Updated readme
       new  25f0b32   More documentation for webpaste-paste-text function
       new  e354e30   Update commentary, package-version, keywords and readme
       new  ac1f772   Commentary style
       new  b2bd161   Changed keywords for package to match guidelines
       new  4fb8873   Changed emacs version requires from 25 to 24
       new  81d3f9b   Namespace wrapper for save-mark-and-excursion
       new  ba59c4e   Added comment for checkdock prettyness
       new  4459071   Added description to group
       new  6fc4065   Added install instructions and melpa images
       new  d4357d7   Autoload excursion-wrapper as well
       new  c298428   Reset tested-providers list after successful paste to 
always start from the first provider.
       new  e579ecb   Specify parent group
       new  c6ea45c   Specify type attribute of custom variable
       new  53dcac8   Move definition position
       new  1c2a9b8   Merge pull request #1 from syohex/fix-package
       new  6d2e063   Spacing between blocks
       new  4b9dfa9   Use cl-lib macros instead of cl.el
       new  d7700eb   Merge pull request #2 from syohex/cl-lib
       new  80f0afe   Added provider to todo-list
       new  b8eb0ad   Change while to dolist
       new  abe4fd5   Change from add-to-list to cl-pushnew
       new  cb9cca7   Stop moving point and remove usage of save-excursion and 
therefore simplify the code greatly.
       new  bdc204d   Autoload return function to always have it available
       new  272757b   Change documentation string
       new  015bb9d   Refactored away add-to-list in favor of cl-pushnew in two 
more places
       new  7688876   Interactive r for pasting region
       new  e12faa5   Added macro to create provider lambdas
       new  f860028   Migrate providers to macro
       new  2250993   Fix eval of macros
       new  c60c712   Checkdoc
       new  39809d8   Update documentation
       new  ccef003   Replace away newlines from ix.io output
       new  6039591   Added sprunge.us as provider
       new  e905bbc   Change value-type to catch-all sexp since it's not 
functions anymore
       new  3e81264   Forgot call to retry sending on failure when refactoring 
to macro
       new  984f838   Added dpaste.de as provider
       new  58f66ef   Bump version to prepare for melpa stable
       new  b4c08a5   Spelling in docs
       new  c57cd53   Changed string to number
       new  6e34759   Added another privider to list to implement
       new  78651c9   Avoid using eval
       new  f206653   Merge branch 'alphapapa-without-eval'
       new  f378ca9   Added Cask file
       new  c9d1de0   Added Makefile for running tests
       new  2bb8a4c   Set up tests directory
       new  dc11b51   Added code for helper for unit tests
       new  0c0e88a   Added basic structure of tests file
       new  7770c88   Added first unit test to detect a working provider
       new  87cee69   Added test for failover to the second provider and not 
random
       new  95289e5   Added .travis.yml config file
       new  f338ca7   Added Travis-CI build status image
       new  dcc26da   Update melpa image links
       new  6655ecc   Rename make compile to make build because it's easier to 
remember
       new  e11ce74   Refactor provider priority to own function
       new  346b5bc   Rename tests to be prefixed
       new  92a5867   Spaces
       new  3389b4a   Do not provide test-helper feature
       new  7c90bc5   Merge branch 'tarsius-master'
       new  b2ffe99   Added emacs --version to output in build
       new  ec85d7d   Added unit test for static provider configuration
       new  7db5673   Added more emacs versions for tests
       new  8e9f4e0   Bump required version for webpaste.el because I can't 
install older emacs versions in travis
       new  993db7e   Added ptpb.pw as new and default provider
       new  f658339   Bump version number for stable release
       new  20760ac   Set default value of :parser to provider
       new  0b7ba72   Added coveralls for file coverage testing
       new  e998ee4   Simplify one unit test
       new  b7acc4e   Added test for returning of URL's
       new  ca539eb   Rename and update tests for provider priority
       new  8861ed8   Added license-badge, renamed test-vars, stop providing 
webpaste-test
       new  25ea405   Added ERT test for message when returning URL
       new  f221c1a   Added test for pasting entire buffers and regions
       new  382e01d   Added page breaks to files
       new  8027e6e   Run tests on emacs 25.2 since it's been released
       new  e485847   Break out pasting to provider to own function
       new  acf9676   Added flag to disable failover for provider
       new  44364f4   Rename parameter domain to uri for webpaste-provider
       new  1a1144f   Exposed sync parameter of request for debugging/test 
purposes
       new  4dd2e1b   First test of creation of paste providers
       new  d9529de   Replaced (if (eq VAR nil)) with (unless VAR)
       new  4867c58   Backquotes for compacter list
       new  e04d885   Add (prog1 nil ...) form to avoid having the nil hanging 
at the end
       new  406d713   Shared success lambdas between different paste providers
       new  8f37214   Update docs to match function
       new  0b67c54   Move code up to be defined before the webpaste-provider 
function
       new  7f62fed   Tidy up some lists in tests with backquotes
       new  124ef8b   Drop usage of concat when returning link to users message 
field
       new  1bfa9ec   Bump version for stable release and copyright year
       new  69166a3   Moved error-handling of failed requests out so providers 
must specify it
       new  69f9452   Bump version for minor release
       new  6ea53d0   Added support for custom handler of how to build the post 
data for providers
       new  aff4e42   The error-lambda now has a default value and is now 
optional
       new  8905a52   Re-arrange arguments to webpaste-provider and update docs
       new  2dc2206   Added github anonymous gists as provider. This fixes #8.
       new  72ba31e   Bump version for new release
       new  b3bcde1   Updated some docs that was missed before release...
       new  0fa48e2   Switch github pastes to not be public. This fixes #9.
       new  dab97dd   Make post-fields-lambda take named parameters
       new  4e58b0a   Fix bug in link returned from dpaste.de
       new  0e4ac51   Added support for buffer-language depending on mode for 
some providers
       new  9ddc617   Simplify webpaste/get-lang-alist-with-overrides 
implementation
       new  b35b30d   Added documentation for how to configure provider priority
       new  70e8fd0   Bump version for new release
       new  f08a2dc   Rename internal variable
       new  7d03ed3   Removed unused variables defined in function declaration
       new  b03b90f   Add confirmation dialog of paste, before pasting
       new  af0474e   Merge branch 'naclander-master'
       new  f0a36e2   Added some docs of how to enable the confirmation dialog 
before pasting
       new  ee5b4ed   Move function declaration of the 
get-lang-alist-with-overrides function up
       new  07a85e9   Added pre-calculated alist of languages for providers
       new  b9b2ce0   Added support for languages for providers that appends 
language to the URL
       new  0df8ea0   Hide some options from customize
       new  f83fd7b   Added note about new provider to implement. This refs #7
       new  c091dab   Change some types based on actual use
       new  0144016   Remove unused variable
       new  7bd2cec   Added support to open created pastes in browser
       new  2c5eb3c   Fix broken build.
       new  b5491ab   Bump version for stable release
       new  29d10d7   Added paste.pound-python.org as provider
       new  410e286   Added webpaste confirmation tests
       new  6b93c89   Merge branch 'naclander-master'
       new  db8c605   Rewrite test to cover both if link is opened in external 
browser or not
       new  7b84568   Avoid setq's in favor of let
       new  d2ed48a   Added unit test for appending of language to returning 
links
       new  899e08e   Change install method of emacs in travis for faster build 
times
       new  e87a37c   Switched from ert to buttercup for testing
       new  865ff10   Disable this test for now since it breaks
       new  d37a904   Fix POST bug for several providers
       new  59fd22f   Merge branch 'naclander-POST-bug'
       new  76d4ddb   Update test to test the right function
       new  f161620   Refactored the success callbacks
       new  30e78d6   Refactored the error callbacks
       new  62e0f33   Refactor default post field lambda
       new  6e116ea   Merge branch 'refactor-away-defvars'
       new  60c0a98   Added printing of travis event type
       new  d0442ad   Renamed all unit tests to make it easier for integration 
tests
       new  95de0b8   Remove sync as a provider parameter on creation and add 
it on execution
       new  d475f02   Added integration test for ptpb.pw
       new  1677cd2   Added stuff to Makefile to run integration tests
       new  fd4332a   Merge branch 'test-providers-on-travis'
       new  cac4979   Added option to send returned URL to clpboard
       new  51a6a07   Fixed broken message format
       new  db393a1   Merge branch 'naclander-copy-to-clipboard'
       new  0546284   Added types to some defcustom missing it
       new  4937b30   Change integration test to contain a link to webpaste in 
the pasted message
       new  54e2ed4   Added integration test for ix.io
       new  0c814bc   Added integration test for sprunge.us
       new  6086556   Added integration tests for dpaste.com
       new  6b0043b   Added integration tests for dpaste.de
       new  d27e571   Added integration tests for paste.pound-python.org
       new  3a1eaca   Added integration tests for gist.github.com
       new  bb7a705   Added unit test for simpleclip feature
       new  6a02ff9   Added tests for error lambdas and failovers
       new  ddd2fca   Added tests for success lambdas
       new  bd1ec2a   Disabled one test since it doesn't work, but really 
should...
       new  92f309e   Added a contributing guidelines file
       new  505ffb3   Switched all webpaste/whatever to webpaste-watever to 
comply with elisp guidelines
       new  de5cbd2   Update contributor guidelines to match codestyle
       new  321e6a4   Added more details for contributing
       new  26b4d21   Added test of appending mode name to post data
       new  77e6154   Bump version for new release
       new  2a05d02   Added supports for custom hooks when returning URLs. This 
fixes #22.
       new  935eb5f   Remove :tangle yes from README
       new  5c63d75   Added unit test for running hooks on return
       new  26a8035   Switched to simpler provider definitions where we don't 
store lambdas in the alist
       new  8ef26cf   Switched function and variable names that are supposed to 
be internal
       new  90a96d2   Change emacs-lisp-mode from elisp to clojure for 
sprunge.us
       new  8d5e884   Added skeleton of documentation for creation of custom 
providers.
       new  26f089e   Rename webpaste-paste-text and 
webpaste-paste-text-to-provider to be in "private scope"
       new  cc9ba3d   Begin autoloading of the webpaste group
       new  4b32baa   Rename all the lambdas to private scopes
       new  b96e411   Moved the paste message to be a variable used for all 
integration tests
       new  655a364   Remove local variables since it became easier to get the 
providers
       new  157d524   Fix build since EVM and Cask seems to behave strangely 
lately
       new  cfd41c7   Add Emacs-24.3 again as well as Emacs-25.3 as new version 
is out
       new  6114da7   Refactor how integration tests are triggered
       new  b8f300f   Add pattern for buttercup to not run gists.github.com on 
travis
       new  aed3e00   Bump version for new release
       new  bf08207   Update my name due to legal namechange
       new  9d026d6   Remove emacs-24.3 from build target
       new  b1cdedb   Simplify travis file
       new  ac24701   Merge branch 'DamienCassou-simplify-travis'
       new  7c3bc88   Remove unused local variable
       new  b6f8005   Do not fallback to true if test fails
       new  d6967bd   Check emacs version after emacs install
       new  cf2ea41   Update heading levels and add a TOC
       new  f047313   Update the custom hook example to actually need to be a 
lambda
       new  7397cbc   Fix duplicate elements added to alists
       new  ba3ce40   Merge branch 'raxod502-feat/fix-dups'
       new  d7047a9   Update copyright year
       new  2da60b8   Bump version for new release
       new  9972cf4   Fix some checkdock warnings
       new  14fd97b   Add deprecation message of simpleclip option to clean up 
the code
       new  5505685   Drop simpleclip support
       new  4bd15f8   Add a nix-shell file for some development utils
       new  1925521   Add emacs 26.1 to tests
       new  b47767f   Prefix integration test names to filter them out easily 
if they seem to be broken from CI systems
       new  b8e9245   Add helper function to find buffers language for provider
       new  01fd1d6   WP-25: Add custom to only paste raw pastes
       new  e0a35fd   WP-25: Add test for raw pastes
       new  9d3c866   WP-25: Implement support for raw pastes
       new  9c5e921   WP-25: Add README for raw pastes
       new  51b20d9   Merge branch 'WP-25-raw-pastes'
       new  49a7123   Add missing TOC link about raw pastes
       new  a5d0ba1   Add nix-mode mapping for nix language files for ptpb.pw 
and ix.io
       new  5c742bf   Remove sprunge.us as provider
       new  a8b682a   Add toml lang to ptpb.pw default
       new  69a8eed   Merge branch 'kaushalmodi-add-toml-lang-to-ptpbpw-default'
       new  cd66756   Detect lang from shebang
       new  356e54f   Tests: Add unit test for webpaste--get-shebang-lang-mode
       new  2c399a0   Tests: Add unit tests for shebangs to override major-mode
       new  44df573   Merge branch 'kaushalmodi-add-lang-detection-from-shebang'
       new  933c62f   CONTRIBUTING: Add some more clarifications
       new  e7fed98   Reindent entire webpaste.el to match updated indentation 
style
       new  521de6d   Update copyright year
       new  ba05903   travis: Run the integration tests in emacs 26.1
       new  1787ea7   bugfix in "gist.github.com" entry of 
webpaste-providers-alist
       new  d6a8771   Merge branch 'vapniks-patch-1'
       new  a3a9a77   Remove spaces at end of lines
       new  7345c5f   [providers] Deprecation of ptpb.pw as a provider
       new  bd38635   [readme] Add two new suggestions for providers
       new  7d08f87   integration-tests: Change filtering of local/ci provider 
tests
       new  22f64b7   undercover: Fix up undercover reporting
       new  3d639f1   Merge branch 'fix-undercover'
       new  badf3b5   nix-shell: Improve the shell so all tests just runs
       new  9da4eca   travis: Switch to nix-emacs-ci
       new  b713d5e   travis: Drop tests for versions where cask seems to be 
incompatible
       new  dc99105   Merge branch 'switch-to-nix-emacs-ci'
       new  01c2858   Fix typos
       new  01a65a0   Merge branch 'DamienCassou-typos'
       new  1a6c0e9   Bump version number in file
       new  141376a   Change dpaste.de to dpaste.org.
       new  8f9322f   Merge branch 'tastytea-dpaste.de-new-location'
       new  ed33094   Support mozilla hosted pastebin service
       new  9ca4105   Extend default language list
       new  2d0f810   Merge branch 'condy0919-master'
       new  ef33b0f   Fix provider definition issue and add test for 
paste.mozilla.org
       new  0f79722   Add wrapper around webpaste for buffer and region
       new  20da215   Add unit tests for pasting buffer OR region depending on 
context
       new  4e410b0   Add example config to README with 'pasting buffer OR 
region' function
       new  afbcf6f   Merge branch 'comfort-paste'
       new  7a30602   Bump version number in file
       new  5e963e8   Fix bug in webpaste-paste-buffer-or-region when you don't 
have a region
       new  2decf1e   Revert "Fix bug in webpaste-paste-buffer-or-region when 
you don't have a region"
       new  e892ef2   webpaste: Add custom to limit amount of retries
       new  0760361   docs: Fix all warnings regarding docstrings
       new  84b5c80   readme: Add readme entry for max retries
       new  9662b1c   Bump version number and copyright year
       new  bd2bf6a   github-actions: Set up github actions and undercover for 
unit tests
       new  e2ba2f5   github-actions: Set up github actions for integration 
tests
       new  76d740e   travis: Drop travis
       new  3c9d2e8   Merge branch 'github-actions'
       new  a60d262   readme: Add status badges
       new  9ffa782   readme: Useful links in badges
       new  7d8e0d4   wepaste: Add provider paste.rs
       new  a9c4aa4   Merge branch 'provider-paste-rs'
       new  dacb4fb   Add support for bpa.st pastebin
       new  533bb40   Apply suggestions from code review
       new  1600425   Merge branch 'dsedivec-master'
       new  b063ddd   README: Update number of providers
       new  2b1051a   Update version numbers and copyright header
       new  87ea8b1   workflows: Remove environment variable to force install 
cask on macos
       new  67a1a8c   Copyright header shouldn't be a range of years
       new  bbdc5e5   providers: Drop paste.pound-python.org
       new  4ec1645   Readme: Update branch name
       new  65f664d   elpaignore: Add .elpaignore to ignore files in elpa builds




reply via email to

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